/*

Colors:
white:      #FFFFFF
light gray: #959595
gray:       #656565
beige:      #FDF6EB
light pink: #E4C3CC
med pink:   #CCA5B0
dark pink:  #C68093
orange:     #DD9B35
light green:#CCE7C5
green:      #96CE89
dark green: #65B752
light blue: #A9D2EA
med blue:   #68A8CE
dark purple:#826CBC

*/


/* ----- defaults ----- */
body{
	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 400;
	color: #656565;
	background-color: #fdf6EB;
	margin: 0;
}

p, h1, h2, h3{
	margin: 0;
}

a{
	color:#96CE89; 
	text-decoration: none;
	}
a:visited{
	color:#65B752; 
	text-decoration: none;
	}
a:hover{
	color:#CCE7C5; 
	text-decoration: none;
	}

.button, a.button{
	background-color: #96CE89;
	color: #FFFFFF;
	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 600;
	font-size: 1.6875em;
	text-transform: uppercase;
	padding: 5px 40px;
	border: none;
	border-radius: 10px;
	display: inline-block;
}

.button:hover{
	background-color: #CCE7C5;
	color: #65B752;
}

img{
	height: auto;
}

.clearfix{
	clear:both;
}

.wrapper{
	max-width: 1366px;
	width:90%;
	padding: 0%, 5%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: 120px;
}

/* ----- nav ----- */


#desktopheader ul{
	padding: 0;
	margin: 0;
}

#desktopheader li{
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 1.625em;
	font-weight: 500;
}

#desktopheader a{
	color: #FFFFFF;
}

#desktopheader a:hover{
	color: #C68093;
}

#desktoplogo{
	float: left;
	margin-left: 24px;
	margin-top: 34px;
}

#desktoplogo img{
	width: 320px;
}

#headerbuttons{
	float: right;
	margin-top: 50px;
	margin-bottom: 50px;
}

#headerbuttons li{
	float:left;
	margin-right: 28px;
}

#navbar{
	background-color: #E4C3CC;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#navbar li{
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}



/* ----- value prop ----- */


#valueprop h1{
	font-family: "Cherry Swash", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: bold;
	font-size: 4.5625em;
	line-height: 1em;
	color: #FFFFFF;
	margin-bottom: 30px;
}
#valueprop p{
	font-size: 2.31em;
	line-height: 1.26em;
	color: #FFFFFF;
}

#valueprop .button{
	font-size: 1.6875em;
	margin-top: 30px;
}

#banner{
	background-image: url("images/valueprop.jpg");
	height: 578px;
	background-size: cover;
	background-position: right bottom;
	position: relative;
		
}

#valueprop{
	width: 620px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2.8125%;
}


/* ----- products ----- */

.products{
	text-align: center;
}

.products h2{
	font-family: "Cherry Swash", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: bold;
	font-size: 2.875em;
	color: #CCA5B0;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.products h3{
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.15em;
	color: #826CBC;
	margin-bottom: 20px;
}

.products p{
	font-size: 1.15em;
}

.products img{
	width: 100%;
	border-radius: 40px;
	margin-bottom: 40px;
}

.product{
	text-align: center;
	display: inline-block;
	width: 18.7408492% /*256px*/;
	margin-left: 1.46412884% /*20px*/;
	margin-right: 1.46412884% /*20px*/;
	vertical-align: top;
}

.producttext{
	height: 100px;
	margin-bottom: 40px;
}

.products .button{
	font-size: 1.2em;
	padding: 5px 30px;
}

/* ----- free delivery ad ----- */

#freedeliveryad{
	background-color: #A9D2EA;
	height: 340px;
	text-align: center;
}

#owlwithtext{
	max-width: 1000px;
	width: 100%;
	display: inline;
}

#freedeliveryad h2{
	font-family: "Cherry Swash", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: bold;
	font-size: 2.8em;
	line-height: 1.15em;
	color: #FFFFFF;
}

#freedeliveryad img{
	height: 340px;
	display: inline-block;
}

#fullowl{
	display: inline-block;
}

#owlcrop{
	display: none;
	}

#freedeliveryad .button{
	font-size: 1.6875em;
	margin-top: 30px;
	float: center;
}

#freedeliverytext{
	width: 54%;
	display: inline-block;
	margin-top: 70px;
	vertical-align: top;
}


/* ----- form ----- */

#wholesaleform{
	background-image: url("images/candybackgroundseamless.jpg");
	background-size: 600px;
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}

#formbox{
	max-width: 1246px;
	width: 100%;
	background-color: #FDF6EB;
	border: solid 3px #826CBC;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
}

#formtext{
	display: inline-block;
	width: 44.141252% /*550px*/;
	margin: 50px 3.6918138% /*46px*/;
}

#formtext h2{
	font-family: "Cherry Swash", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-weight: bold;
	font-size: 2.875em;
	color: #68A8CE;
}

#formtext p{
	font-size: 1.6em;
	margin-top: 50px;
	line-height: 1.8em;
}

#wholesaleformfields{
	display: inline-block;
	width: 40.1284109% /*500px*/;
	vertical-align: top;
	margin: 60px 3.6918138% /*46px*/;
}

#wholesaleformfields h2{
	font-weight: 500;
	font-size: 2.3125em;
	color: #826CBC;
}

label{
	font-size: 1.5em;
	color: #959595;
}

input{
	width: 100%;
	color: #959595;
	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.5em;
	margin: 30px 0px;
	padding: 18px 20px;
	box-sizing: border-box;
	border: none;
	display: block;
	border-radius: 20px;
}

input.button{
	font-size: 1.6875em;
	width: auto;
	display: table;
	
}

.inputfield{
	position: relative;
}

.inputfield input:focus{
	outline: none;
}

.inputfield input:focus + label{
	top: -15px;
	color: #826CBC;
}

.inputfield input:not(:placeholder-shown) + label{
	top: -15px;
	color: #826CBC;
}

.inputfield label{
	position: absolute;
	top: 18px;
	left: 0px;
	padding: 0 20px;
	pointer-events: none;
	transition: top .2s;
}



/* ----- footer ----- */

#footer{
	background-image: url("images/footer.jpg");
	background-size: 1350px;
	background-color: #E9CBD3;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#socials{
	text-align: center;
	padding-top: 82px;
	padding-bottom: 60px;
}

#footer  ul, li{
	list-style: none;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0;
	display: inline;
}

#footer img{
	height: 64px;
}

#footer p{
	padding-left: 5px;
	padding-bottom: 5px;
	color: #FDF6EB;
	width: 250px;
}

/* ----- tinyNav ----- */
select.tinynav {
	display: none;
	width: 94px;
	font-family: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 600;
	padding: 5px 10px;
	margin-right: 10px;
	margin-top: 16px;
	font-size: 16px;
	border-radius: 16px;
	border: none;
	background-color: #96CE89;
	color: #fdf6eb;
	float: right;
}

/* ----- media queries ----- */


/* --- narrow mobile --- */

@media screen and (max-width: 319px) {
	.wrapper{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.mobilelogo{
		display:none;
	}
	#topheader{
		display:none;
	}
	#navbar{
		background-color: #FDF6EB;
		padding: 6px 0px;
	}
	#mobileheader{
		float: left;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	
	#mobileheader img{
		width: 80px;
	}
	.navigation ul.main-menu {
		display: none !important;
	}
	select.tinynav {
		display: block !important;
		margin-top: 26px;
	}
	#banner{
		background-image: url("images/mobilevalueprop.jpg");
		height: 300px;
		background-size: cover;
		background-position: right bottom;
		position: relative;
	}
	#valueprop h1{
		font-size: 1.5em;
		line-height: 1em;
		margin-bottom: 10px;
	}
	#valueprop p{
		font-size: .75em;
		line-height: 1.26em;
		color: #FFFFFF;
	}
	#valueprop .button{
		font-size: 1em;
		margin-top: 20px;
		margin-left: 0px;
		position: absolute;
		top: 200px;
	}
	#valueprop{
		width: 140px;
		padding: 20px 24px;
		position: absolute;
		top: 4%;
		transform: translateY(0%);
		left: 0%;
	}
	#valuepropbg{
		background-color: rgba(221,155,53,0.85);
		border-top-right-radius: 40px;
		border-bottom-right-radius: 40px;
		padding: 20px 20px 20px 20px;
		position: absolute;
		left: 0%;
	}
	.product{
		width: 80%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 100px;
	}
	.producttext{
		margin-bottom: 20px;
	}
	.products .button{
		font-size: 1.25em;
		padding: 5px 30px;
		margin-top: 20px;
	}
	.products h3{
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	.products p{
		font-size: 1em;
	}
	#freedeliveryad{
		height: 200px;
	}
	#owlcrop{
		display: inline-block;
		float: left;
	}
	#fullowl{
		display: none;
	}
	#freedeliveryad img{
		height: 200px;
	}
	#owlwithtext{
		margin-left: 0%;
		margin-right: .5%;
	}
	#freedeliverytext{
		width: 36%;
		margin-top: 30px;
	}
	#freedeliveryad h2{
		font-size: 1em;
	}
	#freedeliveryad .button{
		font-size: .75em;
		margin-top: 14px;
		padding: 5px 10px;
	}
	#formtext{
		display: block;
		width: 90%;
		margin: 20px auto;
	}
	#formtext h2{
		font-size: 2em;
	}
	#formtext p{
		font-size: 1em;
		margin-top: 20px;
	}
	#wholesaleformfields{
		display: block;
		width: 90%;
		vertical-align: top;
		margin: 30px auto;
	}
	#wholesaleformfields h2{
		font-size: 2em;
	}
	#footer{
		background-size: 600px;
	}
	#socials{
		padding-top: 48px;
		padding-bottom: 17px;
	}
	#footer  ul, li{
		padding-left: 11px;
		padding-right: 11px;
		margin: 0;
	}
	#footer img{
		height: 30px;
	}
	#footer p{
		font-size: .5em;
		padding-left: 5px;
		padding-bottom: 5px;
		width: 150px;
	}
}

/* --- mobile --- */

@media screen and (min-width:320px) and (max-width: 480px) {
	.wrapper{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.smallmobilelogo{
		display:none;
	}
	#topheader{
		display:none;
	}
	#navbar{
		background-color: #FDF6EB;
		padding: 6px 0px;
	}
	#mobileheader{
		float: left;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	
	#mobileheader img{
		width: 180px;
	}
	.navigation ul.main-menu {
		display: none !important;
	}
	select.tinynav {
		display: block !important;
	}
	#banner{
		background-image: url("images/mobilevalueprop.jpg");
		height: 360px;
		background-size: cover;
		background-position: right bottom;
		position: relative;
	}
	#valueprop h1{
		font-size: 2em;
		line-height: 1em;
		margin-bottom: 10px;
	}
	#valueprop p{
		font-size: 1em;
		line-height: 1.26em;
		color: #FFFFFF;
	}
	#valueprop .button{
		font-size: 1.6875em;
		margin-top: 30px;
		margin-left: 40px;
		position: absolute;
		top: 200px;
	}
	#valueprop{
		width: 240px;
		padding: 20px 24px;
		position: absolute;
		top: 10%;
		transform: translateY(0%);
		left: 0%;
	}
	#valuepropbg{
		background-color: rgba(221,155,53,0.85);
		border-top-right-radius: 40px;
		border-bottom-right-radius: 40px;
		padding: 20px 20px 20px 20px;
		position: absolute;
		left: 0%;
	}
	.product{
		width: 80%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 100px;
	}
	.producttext{
		margin-bottom: 20px;
	}
	.products .button{
		font-size: 1.75em;
		padding: 5px 30px;
		margin-top: 20px;
	}
	.products h3{
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	.products p{
		font-size: 1.25em;
	}
	#freedeliveryad{
		height: 240px;
	}
	#owlcrop{
		display: inline-block;
		float: left;
	}
	#fullowl{
		display: none;
	}
	#freedeliveryad img{
		height: 240px;
	}
	#owlwithtext{
		margin-left: 0%;
		margin-right: 2%;
	}
	#freedeliverytext{
		width: 52%;
		margin-top: 30px;
	}
	#freedeliveryad h2{
		font-size: 1.5em;
	}
	#freedeliveryad .button{
		font-size: 1em;
		margin-top: 14px;
		padding: 5px 20px;
	}
	#formtext{
		display: block;
		width: 90%;
		margin: 20px auto;
	}
	#formtext h2{
		font-size: 2.4em;
	}
	#formtext p{
		font-size: 1.4em;
		margin-top: 20px;
	}
	#wholesaleformfields{
		display: block;
		width: 90%;
		vertical-align: top;
		margin: 30px auto;
	}
	#wholesaleformfields h2{
		font-size: 2.3125em;
	}
	#footer{
		background-size: 600px;
	}
	#socials{
		padding-top: 48px;
		padding-bottom: 17px;
	}
	#footer  ul, li{
		padding-left: 11px;
		padding-right: 11px;
		margin: 0;
	}
	#footer img{
		height: 30px;
	}
	#footer p{
		font-size: .5em;
		padding-left: 5px;
		padding-bottom: 5px;
		width: 150px;
	}
}


/* --- tablet ---*/

@media screen and (min-width:481px) and (max-width:768px){
	.wrapper{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.smallmobilelogo{
		display:none;
	}
	#topheader{
		display:none;
	}
	#navbar{
		background-color: #FDF6EB;
		padding: 6px 0px;
	}
	#mobileheader{
		float: left;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	#mobileheader img{
		width: 180px;
	}
	.navigation ul.main-menu {
		display: none !important;
	}
	select.tinynav {
		display: block !important;
	}
	
	#valueprop h1{
		font-size: 3em;
		margin-bottom: 30px;
	}
	#valueprop p{
		font-size: 1.4em;
		line-height: 1.26em;	
	}
	#valueprop .button{
		font-size: 1.6875em;
		margin-top: 30px;
	}
	#banner{
		background-image: url("images/valueprop.jpg");
		height: 478px;
		background-size: cover;
		background-position: right bottom;
		position: relative;	
	}
	#valueprop{
		width: 300px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4%;
	}
	.product{
		width: 80%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 100px;
	}
	.producttext{
		margin-bottom: 20px;
	}
	.products .button{
		font-size: 1.75em;
		padding: 5px 30px;
		margin-top: 20px;
	}
	.products h3{
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	.products p{
		font-size: 1.25em;
	}
	#owlwithtext{
		margin-left: 2%;
		margin-right: 2%;
	}
	#freedeliverytext{
		width: 32%;
		margin-top: 60px;
	}
	#freedeliveryad h2{
		font-size: 1.7em;
	}
	#freedeliveryad .button{
		font-size: 1.2em;
		margin-top: 14px;
		padding: 5px 20px;
	}
	#formtext{
		display: block;
		width: 90%;
		margin: 50px auto;
	}
	#formtext h2{
		font-size: 2.4em;
	}
	#formtext p{
		font-size: 1.4em;
		margin-top: 20px;
	}
	#wholesaleformfields{
		display: block;
		width: 90%;
		vertical-align: top;
		margin: 30px auto;
	}
	#wholesaleformfields h2{
		font-size: 2.3125em;
	}
}


/* --- tablet wide ---*/

@media screen and (min-width: 769px) and (max-width: 1199px) {
	.wrapper{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.product{
		width: 30%;
		margin-left: 6%;
		margin-right: 6%;
		margin-bottom: 100px;
	}
	.producttext{
		margin-bottom: 20px;
	}
	#formtext h2{
		font-size: 2.25em;
	}
}

/* --- desktop --- */

@media screen and (min-width: 769px) {
	#mobileheader{
		display: none;
	}
}


        

       