


/*********************

1.0 - Repeatable Patterns

**********************/


/***** 1.1 - Typography ******/

body {
	font-family: 'lato', sans-serif;
	color: #7B828D;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'lato', sans-serif;
	font-weight: 700;
	margin: 0 0 16px 0;
	color: #273238;
	-webkit-font-smoothing: antialiased;
}


h1{
	font-size: 64px;
	line-height: 70px;
	font-weight: 900;
	margin-bottom: 32px;
}

h2{
	font-size: 42px;
	line-height: 52px;
}

h3{
	font-size: 32px;
	line-height: 42px;
}

h4{
	font-size: 28px;
	line-height: 36px;
}

h5{
	font-size: 24px;
	line-height: 32px;
}

p{
	font-size: 24px;
	line-height: 36px;
	color: #7B828D;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	margin: 0 0 32px 0;
	-webkit-font-smoothing: antialiased;
}

h1.light, h2.light, h3.light, h4.light, h5.light{
	color: #fff;
}

p.light{
	color: rgba(255,255,255,0.80);
}

p.large{
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 40px 0;
}

.text-center{
	text-align: center;
}

.text-area-sm{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.text-area-md{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.text-area-lg{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.badge{
	display: inline-block;
	border-radius: 4px;
	margin: 0 4px 8px 4px;
	font-family: 'lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-align: center;
    padding: 4px 16px;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
}

.green-badge{
	background-color: #2ECC71;
	border: 1px solid #25AA5D;
	box-shadow: 0 4px 12px 0 rgba(46,204,113,0.33);
}

.blue-badge{
	background-color: #3498DB;
	border: 1px solid #2980B9;
	box-shadow: 0 4px 12px 0 rgba(52,152,219,0.33);
}

.yellow-badge{
	background-color: #F1C618;
	border: 1px solid #C5A110;
	box-shadow: 0 4px 12px 0 rgba(241,198,24,0.33);
}

.red-badge{
	background-color: #BC2B0E;
	border: 1px solid #98230C;
	box-shadow: 0 4px 12px 0 rgba(188,43,14,0.33);
}

/***** 1.2 - Actionables ******/
a{
	font-family: 'lato', sans-serif;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

p a{
	font-family: 'lato', sans-serif;
	color: #3F99DE;
	text-decoration: none;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	transition: all 0.2s ease;
}

p a:hover{
	color: #1D6BB7;
	border-bottom: 2px dotted #2980B9;
	transition: all 0.2s ease;
}

p.light a{
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	transition: all 0.2s ease;
}

p.light a:hover{
	color: #fff;
	border-bottom: 2px dotted #fff;
	transition: all 0.2s ease;
}

.btn{
	font-family: 'lato', sans-serif;
	line-height: 100%;
	font-size: 22px;
	font-weight: 700;
	border-radius: 4px;
	border: 0;
	padding: 21px 24px;
	margin: 4px 8px;
	letter-spacing: 0.5px;
	display: inline-block;
	transition: all 0.3s ease;
}

.btn:hover{
	border: 0;
	transition: all 0.3s ease;
}

.btn-sm{
	font-size: 18px;
	padding: 11px 16px;
}

.btn-primary{
	background-color: #FD6A08;
	color: #fff;
	box-shadow: 0 4px 8px 0 rgba(253,106,8,0.40);
}

.btn-primary:hover{
	background-color: #E36009;
	color: #fff;
	box-shadow: 0 6px 24px 0 rgba(253,106,8,0.40);
	transform: translateY(-2px);
}

.btn-primary:active{
	box-shadow: none;
	transform: translateY(0px);
}

.btn-secondary{
	background-color: #3498DB;
	color: #fff;
	box-shadow: 0 4px 8px 0 rgba(52,152,219,0.40);
}

.btn-secondary:hover{
	background-color: #2980B9;
	color: #fff;
	box-shadow: 0 6px 24px 0 rgba(52,152,219,0.40);
	transform: translateY(-2px);
}

.btn-secondary:active{
	box-shadow: none;
	transform: translateY(0px);
}

.btn-light{
	background-color: #F6F8F9;
	color: #3498DB;
	box-shadow: none;
}

.btn-light:hover{
	background: #E2E4E5;
	color: #2980B9;
}

.btn-light:active{
	background: #CEE6F7;
	box-shadow: inset 0 2px 8px 0 rgba(52,152,219,0.32);
}

.btn-dark{
	background: rgba(255,255,255,0.16);
	color: #fff;
	box-shadow: none;
}

.btn-dark:hover{
	background: rgba(0,0,0,0.32);
	color: #fff;
}

.btn-dark:active{
	background: rgba(0,0,0,0.32);
	box-shadow: inset 0 2px 8px 0 rgba(0,0,0,0.16);
}

.cta-area{
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 24px;
}

a.badge-store{
	display: inline-block;
	margin: 4px 8px;
}

a.badge-store:hover{
	border: 0;
	opacity: .72;
	transform: translateY(-2px);
}

/***** 1.1 - Navigation ******/
.navbar{

}

.navbar .container{
	height: 88px;
	display: flex;
	justify-content: space-between;
}

a.navbar-brand{
	padding: 16px 8px;
	display: flex;
	align-items: center;
}

.nav-components{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

ul.main-nav{
	list-style: none;
	margin: 12px;
	padding: 0;
	height: 100%;
}

nav.light-navbar ul.main-nav li.nav-item{
	display: inline-block;
	padding: 16px 12px;
    margin: 16px 4px;
}

nav.light-navbar ul.main-nav li.nav-item.active{
	border-bottom: 2px solid #FFF;
}

nav.light-navbar ul.main-nav li.nav-item.active a{
	opacity: 1;
}

nav.dark-navbar ul.main-nav li.nav-item{
	display: inline-block;
	padding: 32px 12px;
	margin: 0 4px;
}

nav.dark-navbar ul.main-nav li.nav-item.active{
	border-bottom: 2px solid #FD6A08;
}

nav.dark-navbar ul.main-nav li.nav-item.active a{
	opacity: 1;
	color: #263238;
}

.dropdown-menu{
	margin-top: 24px;
	display: none;
    position: absolute;
    background-color: #fff;
    width: 220px;
    border-radius: 4px;
    box-shadow: 0px 6px 24px 0px rgba(0,0,0,0.16);
    padding: 16px 0;
    z-index: 1;
}

.dropdown-menu li{
	display: block;
	padding: 16px 24px;
}

.dropdown-menu li a.dropdown-item{
	color: #59636F;
	font-size: 18px;
	font-weight: 700;
}

.dropdown-menu li a.dropdown-item:hover{
	color: #263238;
	border: 0;
}

.navbar .collapse{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.navbar-collapse.collapse.show {
	display:block;
}

.show {
	display:block;
}

.navbar-toggler{
	/*position: absolute;
	top: 0;
	right: 0;*/
	display: none;
	width: 48px;
	height: 48px;
	margin: 16px;
	background: rgba(0,0,0,0.16);
	border-radius: 4px;
	padding: 14px;
	border: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 1001;
}

.navbar-toggler:hover{
	background: rgba(0,0,0,0.24);
	transition: all 0.3s ease;
}

.navbar-toggler:active,.navbar-toggler:focus{
	outline: none;
}


/*.navbar-toggle {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}*/

.active {
  display: block;
}


/* Fixed Navigation */

.hero-navbar.fixed-nav{
	top: 0;
	position: fixed;
	background-color: #fff;
	z-index: 1000;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,0.08);
	transition: all 0.3s ease;
}

.hero-navbar.fixed-nav a#login{
	background-color: #F6F8F9;
	color: #3498DB;
	box-shadow: none;
}

.hero-navbar.fixed-nav a#login:hover{
	background: #E2E4E5;
	color: #2980B9;
}



/* Dark Navbar */ 

.dark-navbar a.nav-link{
	color: #59636F;
	font-size: 18px;
	font-weight: 700;
}

.dark-navbar a.nav-link:hover{
	color: #263238;
	border: 0;
}

.dark-navbar .brand-light{
	display: none;
}

 /* Light Navbar */ 

.light-navbar a.nav-link{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	opacity: .8;
}

.light-navbar a.nav-link:hover{
	color: #fff;
	opacity: 1;
	border: 0;
}

.light-navbar .brand-dark{
	display: none;
}

/* Hero Navbar */

.hero-navbar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

/* Tabs */

.dark-tab{
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.48);
}

.dark-tab button.tablink{
	color: #fff;
	font-family: 'lato', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	font-size: 22px;
	cursor: pointer;
	border: none;
	padding: 24px;
	background: none;
	opacity: .8;
	display: inline-block;
	border-bottom: 4px solid rgba(255,255,255,0);
	transition: all 0.2s ease;
}

.dark-tab button.tablink:hover{
	opacity: 1;
	transition: all 0.2s ease;
}

.dark-tab button.tablink:focus{
	outline: none;
}

.dark-tab button.tablink.active{
	opacity: 1;
	background: rgba(0,0,0,0.16);
	border-bottom: 4px solid #fff;
}


/***** 1.3 - Sections ******/

.hero{
	height: 95vh;
}

.hero .content{
	max-width: 540px;
}

.main-hero{
	position: relative;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #3498DB;
}


.main-hero .col-lg-6{
	justify-content: center;
    flex-direction: column;
    display: flex;
}

.main-hero svg{
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 10vw;
	/* set height to pixels if you want angle to change with screen width */
}

.content-section{
	padding: 120px 0;
}

.image-section{
	background-color: #2F313A;
	min-height: 560px;
	padding: 88px 16px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image-section .content{
	width: 100%;
	margin: 0 auto;
}

.light-section{
	background-color: #F6F8F9;
	min-height: 560px;
	padding: 88px 16px;
}

/*.diagonal-bottom{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform: skewY(-4deg);
	transform-origin: top left;
	background-image: linear-gradient(135deg, #0C4EA9 0%, #37B0EB 100%);
}*/

.section-primary-gradient{
	background-image: linear-gradient(135deg, #0C4EA9 0%, #37B0EB 100%);
}

.primary-gradient{
	background-image: linear-gradient(135deg, #0C4EA9 0%, #37B0EB 100%);
}

.dark-section{
	background-color: #2F313A;
}

.diagonal-section{
	z-index:1;
	display:block;
	background-color: #fff;
	float:left;
	margin-top:-100px;
	width:100%;
	background:white;
	transform:skew(0deg,10deg);
	-ms-transform:skew(0deg,10deg); /* IE 9 */
	-webkit-transform:skew(0deg,5deg); /* Safari and Chrome */
}

.diagonal-section .container{
	display:block;
	float:left;
	margin:50px auto 200px;
	width:100%;
	padding:0 5%;
	transform:skew(0deg,-5deg);
	-ms-transform:skew(0deg,-10deg);
	-webkit-transform:skew(0deg,-5deg); 
}

.item-icon{
	margin-bottom: 24px;
}

.hidden-sm-up{
	display: none;
}
.hidden-md-up{
	display: none;
}

.flex-column-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.light-featured-section{
	background-color: #EFF7FD;
	padding: 80px 16px 88px 16px;
}

/***** 1.4 - Footer ******/
#footer{
	border-top: 5px solid #F6F8F9;
	padding: 48px 8px;
}

ul.footer-links__flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.footer-links{
	list-style: none;
	padding: 0;
}

ul.footer-links li{
	padding: 0 8px;
}

ul.footer-links li a{
	color: #7A828C;
	text-decoration: none;
	font-size: 18px;
	transition: color 0.2s ease;
}

ul.footer-links li a:hover{
	border-bottom: 2px dotted #7A828C;
	color: #263238;
	transition: color 0.2s ease;
}

a.footer-brand{
	display: inline-block;
	margin: 24px 0 32px 0;
}

.footer-brand img{
	max-width: 215px;
	width: 100%;
	height: auto;
}

#footer p.small-paragraph{
	font-size: 18px;
	line-height: 22px;
}

ul.social-icons-footer{
	list-style: none;
	padding: 0;
}

ul.social-icons-footer li{
	display: inline-block;
	margin: 0 4px;
}

ul.social-icons-footer li a{
	transition: all 0.2s ease;
}

ul.social-icons-footer li a:hover{
	opacity: .7;
	transition: all 0.2s ease;
}

#footer-post{
	background-color: #F6F8F9;
	padding: 30px 24px;
}

#footer-post .small-paragraph{
	font-size: 14px;
	line-height: 19px;
	margin: 0 8px;
	color: #59636F;
	display: inline-block;
 }

 #footer-post img{
 	display: inline-block;
 }

/*********************

3.0 - Pages

**********************/

/***** 404 ******/

#hero-404{
	background-size: 100%;
	background-color: #000;
	padding: 0 0 80px 0;
}

#hero-404 .container-fluid{
	padding: 0;
}

#hero-404 img.bkg-404{
	width: 100%;
}

#hero-404 h1{
	color: #fff;
}

#hero-404 .content-404{
	max-width: 1000px;
	margin: 0 auto;
	margin-top: -300px;
}

/***** 3.1 - Home ******/
#hero-home{
	background-color: #2F313A;
	background-image: url('../images/wg/bkg-whatsgood.894ef863.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	height: 680px;
}

#hero-home .content{
	padding-top: 40px;
}

#hero-home img.hero-feature{
	width: 100%;
	height: auto;
	max-width: 520px;
	margin-bottom: -280px;
	z-index: 9;
}

.half-image-left{
	background-color: #2F313A;
	height: 500px;
	border-radius: 0 8px 8px 0;
	margin: 0 40px 0 0;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.16);
}

.half-image-right{
	background-color: #2F313A;
	height: 500px;
	border-radius: 8px 0 0 8px;
	margin: 0 0 0 40px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.16);
}

.half-image-left .half-image{
	background-position: right;
	border-radius: 0 8px 8px 0;
}

.half-image-right .half-image{
	background-position: left;
	border-radius: 8px 0 0 8px;
}

.half-image{
	height: 100%;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}

.half-text-right{
	padding: 40px 80px 40px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.half-text-left{
	padding: 40px 32px 40px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#wg-food{
	padding-top: 140px;
}

#wg-food .item-icon{
	width: 100%;
	max-width: 552px;
	height: auto;
}

#wg-food .col-md-6,
#wg-buy-local .col-md-6{
	padding: 0;
}

#wg-delivery-video{
	background-image: url('../images/wg/bkg-whatsgood-delivery-video.6ff68bc9.jpg');
}

#wg-delivery-video a.icon-play{
	display: inline-block;
	opacity: 1;
}

#wg-delivery-video a.icon-play span{
	display: block;
	color: #fff;
}

#wg-delivery-video a.icon-play:hover{
	opacity: .64 !important;
	border: 0;
	transform: translateY(-2px);
}


#wg-ready-to-buy{
	background-image: url('../images/wg/bkg-whatsgood-buy-local-food.bf262d1b.jpg');
}

#home-partner{
	background-color: #3498DB;
	background-image: url('../images/wg/wg-pattern-blue.5cddf687.png');
	background-size: auto;
	background-repeat: repeat;
	padding: 64px 16px 32px 16px;
	min-height: auto;
}

#home-partner img{
	width: 100%;
	max-width: 280px;
}

/***** 3.2 - Sell ******/
#hero-sell{
	background-color: #2F313A;
	background-image: url('../images/wg/bkg-whatsgood-sell.dff3abc7.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	height: 680px;
}

#hero-sell .content{
	padding-top: 40px;
}

#hero-sell img.hero-feature{
	width: 100%;
	height: auto;
	max-width: 520px;
	margin-bottom: -280px;
	z-index: 9;
}

#wg-food-sell{
	padding-top: 140px;
}

#wg-food-sell .item-icon{
	width: 100%;
	max-width: 552px;
	height: auto;
}

#wg-food-sell .col-md-6{
	padding: 0;
}

#wg-delivery-illustration{
	border-bottom: solid 5px #F6F8F9;
}

#wg-delivery-illustration img{
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin-top: 32px;
}

#wg-delivery-illustration.content-section{
	padding: 16px 16px 160px 16px;
}

#wg-ready-to-sell{
	background-image: url('../images/wg/bkg-whatsgood-start-selling.115ee8b4.jpg');
	background-repeat: no-repeat;
	background-position: right center;

}

/***** 3.2 - Brewery ******/
#hero-brewery{
	background-image: url('../images/crave-brewery-background.jpg');
	min-height: 650px;
	height: 70vh;
	margin-bottom: 64px;
}

#hero-brewery img.hero-feature{
	width: 100%;
	height: auto;
	max-width: 606px;
	margin-bottom: -240px;
	z-index: 9;
}

#brewery-featured-text{
	background-image: url('../images/crave-brewery-featured-text.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}

#brewery-benefits{
	padding-top: 48px;
}

#brewery-features{
	padding: 120px 0;
}

#brewery-features .row{
	padding-bottom: 88px;
}

#brewery-feature1 #brewery-why-mobile{
	width: 100%;
	height: auto;
	max-width: 472px;
}

#brewery-features #brewery-your-own-app{
	width: 100%;
	height: auto;
	max-width: 504px;
}

#brewery-features #brewery-data-analytics{
	width: 100%;
	height: auto;
	max-width: 463px;
}

#brewery-featured-text h4{
	max-width: 680px;
	color: #3498DB;
	line-height: 56px;
	margin: 0 auto;
}

#brewery-conect-customers{
	background-image: url('../images/crave-brewery-connect-customers.jpg');
	background-position: center;
}

/***** 3.3 - Farmers Market ******/
#hero-fm{
	background-image: url('../images/crave-farmers-market-background.jpg');
	min-height: 650px;
	height: 70vh;
	margin-bottom: 64px;
}

#hero-fm img.hero-feature{
	width: 100%;
	height: auto;
	max-width: 606px;
	margin-bottom: -240px;
	z-index: 9;
}

#fm-benefits{
	padding-bottom: 24px;
}

#fm-features{
	padding: 24px 0 80px 0;
}

#fm-features .row{
	margin: 96px 16px;
}

#fm-features #fm-free-option{
	width: 100%;
	height: auto;
	max-width: 548px;
}

#fm-features #fm-custom-technology{
	width: 100%;
	height: auto;
	max-width: 472px;
}

#fm-ecommerce{
	background-image: url('../images/crave-farmers-market-ecommerce.jpg');
	background-position: center;
}

/***** 3.4 - Farms ******/
#hero-farms{
	background-image: url('../images/crave-farms-background.jpg');
	min-height: 650px;
	height: 70vh;
	margin-bottom: 64px;
}

#hero-farms img.hero-feature{
	width: 100%;
	height: auto;
	max-width: 606px;
	margin-bottom: -240px;
	z-index: 9;
}

#farms-benefits{
	padding-bottom: 24px;
}

#farms-features{
	padding: 24px 0 80px 0;
}

#farms-features .row{
	margin: 96px 16px;
}

#farms-features #farms-free-option{
	width: 100%;
	height: auto;
	max-width: 548px;
}

#farms-features #farms-custom-technology{
	width: 100%;
	height: auto;
	max-width: 472px;
}

#farms-features #farms-data-analytics{
	width: 100%;
	height: auto;
	max-width: 463px;
}

#farms-ecommerce{
	background-image: url('../images/crave-farms-ecommerce.jpg');
	background-position: center;
}

/***** 3.4 - Marketplace ******/
#hero-marketplace{
	background-image: url('../images/crave-marketplace-background.jpg');
	min-height: 650px;
	height: 70vh;
	margin-bottom: 64px;
}

#hero-marketplace img.hero-feature{
	width: 100%;
	height: auto;
	max-width: 606px;
	margin-bottom: -240px;
	z-index: 9;
}

#marketplace-benefits{
	padding: 0 0 88px 0;
}

#marketplace-benefits .dark-tab .container-fluid{
	padding: 0;
}

#marketplace-benefits .tabcontent{
	padding-top: 80px;
	display: none;
	transition: all ease 0.2s;
}

#marketplace-features{
	padding: 24px 0 80px 0;
}

#marketplace-features .row{
	margin: 96px 16px;
}

#marketplace-features #marketplace-onboard{
	width: 100%;
	height: auto;
	max-width: 460px;
}

#marketplace-features #marketplace-mobile-web{
	width: 100%;
	height: auto;
	max-width: 480px;
}

#marketplace-create{

}

#marketplace-create img{
	max-width: 958px;
	width: 100%;
	height: auto;
	margin: 64px 0;
}


/*Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) { 

h1{
	font-size: 36px !important;
}

h2{
	font-size: 32px !important;
}

h3{
	font-size: 28px;
	line-height: 42px;
}

h4{
	font-size: 24px;
	line-height: 36px;
}

h5{
	font-size: 22px;
	line-height: 32px;
}

p.large{
	font-size: 24px;
	line-height: 34px;
}

.hidden-sm-up{
	display: block;
}
.hidden-xs-down{
	display: none;
}
.hidden-md-up{
	display: block;
}

.text-block{
	margin-bottom: 24px;
}

.item-icon {
    margin-bottom: 8px;
    margin-top: 24px;
}

#hero-home #hero-element1,
#hero-sell #hero-element1{
	top: 50px;
	left: -100px;
}

#hero-home #hero-element2,
#hero-sell #hero-element2{
	top: 100px;
	right: -200px !important;
}

#wg-food{
	padding-top: 20px;
}

#crave-services.content-section {
    padding: 24px 0 48px 0;
}

#crave-services .row {
    padding: 48px 0;
}

#wg-ready-to-sell{
	background-image: none;
	text-align: center;
}


/** temporary hamburguer menu code **/
.navbar .collapse{
	display: none;
}

.nav-components{
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

ul.main-nav{
	display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 74%;
    text-align: center;
    padding: 100px 0;
}

ul.main-nav li.nav-item{

}

.light-navbar a.nav-link,
.dark-navbar a.nav-link{
	font-size: 28px;
	line-height: 42px;
	color: #fff;
	opacity: .8;
}

.light-navbar a.nav-link:hover,
.dark-navbar a.nav-link:hover{
	color: #fff;
	opacity: 1;
}

.navbar-collapse{
	background-color: #2F313A;
	opacity: .96;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	overflow: hidden;
}

.main-nav{
	display: flex;
}

.navbar-collapse .nav-actionables{
	width: 100%;
	padding: 0 24px;
}

nav.light-navbar ul.main-nav li.nav-item,
nav.dark-navbar ul.main-nav li.nav-item{
    padding: 16px 12px;
    margin: 16px 4px;
}

nav.dark-navbar ul.main-nav li.nav-item.active,
nav.light-navbar ul.main-nav li.nav-item.active{
	border-bottom: 3px solid #FFF;
}

nav.dark-navbar ul.main-nav li.nav-item.active a,
nav.light-navbar ul.main-nav li.nav-item.active a{
	color: #FFF;
	opacity: 1;
}

.navbar-collapse #login, .navbar-collapse #signup {
	font-size: 20px;
    display: block;
    width: 100%;
    padding: 24px;
    margin: 8px 0;
    text-align: center;
}

.navbar-toggler{
	display: flex;
}
/** temporary hamburguer menu code / END **/

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
#hero-404 .content-404{
	margin-top: -100px !important;
}

#hero-404 .content-404{
	margin-top: -180px !important;
}

.hidden-md-down{
	display: none;
}
.hidden-md-up{
	display: block;
}

.text-block{
	text-align: center;
}

.content-section {
    padding: 72px 0;
}

#hero-home #hero-element1,
#hero-sell #hero-element1{
	left: -100px;
}

#hero-home #hero-element2,
#hero-sell #hero-element2{
	right: -100px;
}

#home-partner img{
	max-width: 200px;
}

#fm-benefits, #farms-benefits{
	padding: 88px 0 48px 0;
}

#fm-features, #farms-features{
	padding: 8px 0 24px 0;
}

.half-image-left,
.half-image-right{
	border-radius: 8px;
	margin: 0 32px;
	height: 320px;
}

.half-image-left .half-image,
.half-image-right .half-image{
    border-radius: 8px;
}

.half-text-right,
.half-text-left{
	padding: 0 24px;
}




}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {

h1{
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 16px;
}

h2{
	font-size: 38px;
	line-height: 40px;
	margin-bottom: 8px;
}

p{
	font-size: 20px;
	line-height: 30px;
}

p.large {
    margin: 0 0 24px 0;
}

#hero-404 .content-404{
	margin-top: -100px;
}

/*.navbar .collapse{
	display: none;
}

.nav-components{
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

ul.main-nav{
	display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 74%;
    text-align: center;
    padding: 100px 0;
}

ul.main-nav li.nav-item{

}

.light-navbar a.nav-link,
.dark-navbar a.nav-link{
	font-size: 28px;
	line-height: 42px;
	color: #fff;
	opacity: .8;
}

.light-navbar a.nav-link:hover,
.dark-navbar a.nav-link:hover{
	color: #fff;
	opacity: 1;
}

.navbar-collapse{
	background-color: #2F313A;
	opacity: .96;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	overflow: hidden;
}

.main-nav{
	display: flex;
}

.navbar-collapse .nav-actionables{
	width: 100%;
	padding: 0 24px;
}

nav.light-navbar ul.main-nav li.nav-item,
nav.dark-navbar ul.main-nav li.nav-item{
    padding: 16px 12px;
    margin: 16px 4px;
}

nav.dark-navbar ul.main-nav li.nav-item.active,
nav.light-navbar ul.main-nav li.nav-item.active{
	border-bottom: 3px solid #FFF;
}

nav.dark-navbar ul.main-nav li.nav-item.active a,
nav.light-navbar ul.main-nav li.nav-item.active a{
	color: #FFF;
	opacity: 1;
}

.navbar-collapse #login, .navbar-collapse #signup {
	font-size: 20px;
    display: block;
    width: 100%;
    padding: 24px;
    margin: 8px 0;
    text-align: center;
}

.navbar-toggler{
	display: flex;
}*/

ul.social-icons-footer li{
	margin: 0;
}

.dark-tab{
	border-top: 1px solid #2980B9;
}

.dark-tab button.tablink{
	display: block;
	text-align: center;
	width: 100%;
	border-bottom: 0;
	border-left: 6px solid rgba(0,0,0,0);
}

.dark-tab button.tablink.active{
	border-bottom: 0;
	border-left: 6px solid #fff;
}

.hero{
	height: auto;
	display: block;
}

.hero .content{
	margin-top: 120px;
	text-align: center;
}

.hero img.hero-feature{
	margin-bottom: 80px;
}

#hero-home,
#hero-sell{
	height: 910px;
    margin-bottom: 80px;
}

#hero-home .content,
#hero-sell .content{
	max-width: 100%;
}


#hero-brewery, 
#hero-fm,
#hero-farms,
#hero-marketplace{
	height: auto;
}

#hero-brewery .content,
#hero-fm .content,
#hero-farms .content,
#hero-marketplace .content{
	max-width: 100%;
}

#hero-home img.hero-feature {
    margin: 0 auto;
    margin-bottom: 80px;
}

#hero-brewery img.hero-feature,
#hero-fm img.hero-feature,
#hero-farms img.hero-feature,
#hero-marketplace img.hero-feature{
	max-width: 520px;
	margin: 0 auto;
	margin-top: 48px;
	margin-bottom: -130px;
}


}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
#hero-home #hero-element1{
	width: auto;
}

#hero-home #hero-element2{
	width: auto;
}

#hero-404 .content-404{
	margin-top: -200px;
}

}

