/*
	Theme Name: Flour & Fancy Theme
	Theme URI: http://kimberlyshollwebdesign.com
	Description: Blank WordPress Theme
	Version: 1.4.3
	Author: Kimberly Sholl
	Author URI: http://kimberlyshollwebdesign.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:wght@300..700&display=swap');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	font:400 16px/1.4 'Lato', sans-serif;
	color:#000000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
section {max-width: 1200px; margin: 130px auto; padding: 0 50px;}
.extraContentWrap {max-width: 600px; margin: 0 auto;}
img {
	max-width:100%;
	vertical-align:bottom;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000; 
	/*font-family: 'Outfit', sans-serif;*/
	font-weight: 900;
}
h1 {font-family: "Quicksand", serif; font-weight: 900; font-size: 2em;}
h2 {margin-bottom: 10px; color: #d1a964; font-family: "Lato", serif; font-weight: 900; font-size: 1.8em;}
h3 {font-size: 1.5em; margin: 0;font-family: "Lato", serif; color: #ffffff;}
h4 {font-size: 20px; font-family: 'Lato', sans-serif;}
h5 {font-size: 12px; font-family: 'Lato', sans-serif; color: #ffffff;}
strong {font-weight: 900;}
p {margin: 0 0 20px;}
a {
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {
	color:#2e60ad;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
li {margin-bottom: 10px;}
a.anchor {display: block; position: relative; top: -250px; visibility: hidden;}
button:focus {outline: none;}
.nomarginbot {margin-bottom: 0;}
.heavy {font-weight: 700;}

#logo-wrap {display: none;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	min-height: 100vh;
	overflow: hidden;
	display: block;
}

/* header */
.header {
	position: fixed;
    z-index: 100;
    width: 100%;
    border-bottom: solid 1px #c6c1c1;
    background-color: white;
}
.headerWrap {
	display: flex;
    align-items: center;
    padding: 10px;
    max-width: 1200px;
    margin: auto;
}

/* logo */
.logo-img {max-width: 100px;}

/* nav */
.nav {flex-grow: 1;}
.nav ul {
	display: flex;
    list-style: none;
    justify-content: right;
    align-items: center;
}
.nav ul li {
    padding-left: 20px;
}
.nav ul li a {
	color: slategray;
	text-decoration: none;
}
.nav ul li a:hover {
	color: #d3b384;
	text-decoration: underline;
}
.nav ul li.orderBtn {
	border-radius: 10px;
	padding: 10px 0px 10px 0px;
	background-color: #d3b384;
	margin-left: 20px;
}
.nav ul li.orderBtn:hover {
	background-color: #ffffff;
	border: 2px solid #d3b384;
	margin-left: 16px;
}
.nav ul li.orderBtn a {
	color: #ffffff;
	text-decoration: none;
	padding: 15px 30px 15px 25px;
}
.nav ul li.orderBtn a:hover {
	color: #d3b384;
}

/* shiftnav */
.mobileNav {display: none; position: fixed; right: 0; z-index: 1000;}
.shiftnav-toggle-button {
	background: transparent !important;
	color: #d1a964 !important;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {
	border-top-color: #292929;
}
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target {
	color: #d1a964 !important;
	font-family: "Lato", serif;
	font-size: 16px;
}
.shiftnav-toggle-button .fa{ font-size: 30px;}
.shiftnav .shiftnav-panel-close {
	background: transparent !important;
}
.shiftnav .fa {
	font-size: 30px;
    color: #d3b384;
}
/* .shiftnav .shiftnav-panel-close {background: transparent !important; color: #ffffff !important; font-size: 30px !important;}
.shiftnav ul.shiftnav-menu {margin: 50px 0 0 !important;}
.shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target {line-height: inherit !important; font-size: 20px !important;} */

/* buttons */
/* #siteBtn {
	padding: 13px;
	background-color: #2e60ad;
	border: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
}
#siteBtn.lg {width: 100%; max-width: 310px;} */

/* fixes */
.offsetAnchor {
	display: block;
	position: relative;
	top: -160px;
	visibility: hidden;
}

/* main */
main {
	margin: 145px auto 0;
}
.heading {
	width: 100%;
    text-align: center;
}
.block {
	margin-bottom: 100px;
}

/* footer */
.footer {background-color: #444343; text-align: center; font-size: 12px; color: #ffffff;}
.footerContain {padding: 50px; max-width: 1200px; margin: auto; color: #ffffff;}
.social {
	height: 50px;
	width: 50px;
	margin: 20px 10px;
}
.social img {
	display: block;
	height: 50px;
}


/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/

/* hero */
.hero {
	background-image: url(/flourandfancy/wp-content/themes/flourAndFancy/img/heroImg.jpg);
	min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    background-position: center;
    display: flex;
    align-items: center;
}
.heroBox {
    width: 100%;
    background-color: rgba(73, 71, 71, 0.7);
    padding: 40px 20px;
}
.heroTxt {
	display: flex;
	justify-content: center;
	text-align: center;
}
.heroTxt h1 {
	color: #ffffff;
	margin: 0;
}
.heroBtn {
	display: flex;
	justify-content: center;
}
.heroBtn button {
	border-radius: 10px;
    padding: 10px 20px;
    background-color: #d3b384;
    color: #ffffff;
    text-align: center;
    border: 2px solid #d3b384;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.heroBtn button:hover {
    background-color: #ffffff;
    color: #d3b384;
    border: 2px solid #d3b384;
}

/* products section */
.prod .heading {
	max-width: 1200px;
	margin: auto;
}
.prod .heading p {
	color: #d3b384;
}
.prod .heading a {
	color: slategray;
	text-decoration: none;
}
.prod .heading a:hover {
	color: #d3b384;
	text-decoration: underline;
}
.prodList {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}
.prodList a {
	text-decoration: none;
}
.html5-title {
	font-size: 16px !important;
	font-family: 'Lato', sans-serif !important;
    text-align: center !important;
    border-radius: 10px;
    background-color: #d3b384;
    border: 2px solid #d3b384;
    width: 150px;
    margin: auto !important;
}
.html5-title a {
	text-decoration: none;
	color: #ffffff;
	padding: 10px 32px;
}
.html5-title:hover {
    background-color: #ffffff;
    border: 2px solid #d3b384;
}
.html5-title a:hover {
	/* text-decoration: underline; */
	color: #d3b384;
}
.html5-description {
	font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    text-align: center !important;
    color: #d3b384 !important;
}

/* .nav ul li.orderBtn {
	border-radius: 10px;
	padding: 10px 0px 10px 0px;
	background-color: #d3b384;
	margin-left: 20px;
}
.nav ul li.orderBtn:hover {
	background-color: #ffffff;
	border: 2px solid #d3b384;
	margin-left: 16px;
}
.nav ul li.orderBtn a {
	color: #ffffff;
	text-decoration: none;
	padding: 15px 30px 15px 25px;
}
.nav ul li.orderBtn a:hover {
	color: #d3b384;
} */

.item {
	width: 200px;
	height: 259px;
	display: flex;
    align-items: end;
    border: 2px solid #d3b384;
    border-radius: 10px;
    margin: 10px;
    position: relative;
}
.item img {
    width: 200px;
}
.item .desc {
	width: 200px;
    height: 140px;
    display: flex;
    padding: 5px;
    text-align: center;
    background-color: #d3b384;
    display: none;
    cursor: pointer;
}
.item:hover .desc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.item .desc p {
	margin: 0;
	color: #ffffff;
}
.item .desc p.price {
	font-weight: bold;
}
.seasonal {
	width: 0;
	height: 0;
	border-left: 50px solid transparent; /* Creates the left side of the triangle */
	border-right: 50px solid transparent; /* Creates the right side of the triangle */
	border-top: 50px solid #d3b384; /* This border forms the base of the triangle and determines its color */
	position: absolute;
	top: 0;
}
.seasonal-text {
	position: absolute;
    top: 0;
    left: 25px;
    text-align: center;
}
.seasonal-text h5 {margin: 0;}


/* contact section */
.contact {
	background-color: #d3b384;
	padding: 20px 0;
}
.contact .heading h2, .contact .heading p {
	color: #ffffff;
	padding: 0 20px;
}
.contactWrap {
	max-width: 1200px;
	margin: auto;
}
.contBody {
	display: flex;
	flex-wrap: wrap;
}
.contactForm {
	width: 55%;
}
.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
	width: 100%;
}
.contactForm .iti {
	width: 100%;
}
.fm-form-container.fm-theme1 .fm-form .button-submit:hover {
	border: 2px solid #ffffff;
}
.fm-form .wdform-field:not([type=type_hidden]) {
	padding: 10px 0 !important;
}
.map {
	width: 45%;
	padding-right: 20px;
	min-height: 300px;
}

/* testimonials section */
.testimony {
	background-image: url(/flourandfancy/wp-content/themes/flourAndFancy/img/paperBG.png);
    background-repeat: repeat;
    padding: 50px 0;
}
.testimonyWrap {
	margin-top: 30px;
}
#wonderplugincarousel-1 blockquote {
	font: italic 16px "Lato", serif !important;
	color: #d3b384 !important;
}
blockquote h3 {
	color: #d3b384;
	margin-bottom: 10px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1220px) {
	
}
@media only screen and (max-width:1200px) {

}	
@media only screen and (max-width:1097px) {
	
}
@media only screen and (max-width:1046px) {
	
}
@media only screen and (max-width:1023px) {
	
}
@media only screen and (max-width:991px) {
	
}
@media only screen and (max-width:924px) {
	
}
@media only screen and (max-width:865px) {	
	
}
@media only screen and (max-width:789px) {
	
}
@media only screen and (max-width:767px) {
	.contactForm {flex-basis: 100%;}
	.map {flex-basis: 100%; padding-left: 20px;}
}
@media only screen and (max-width:600px) {
	.mobileNav {display: block;}
}
@media only screen and (max-width:450px) {
	
}
@media only screen and (max-width:436px) {
	
}
@media only screen and (max-width:349px) {
	
}

/*------------------------------------*\
    IE Fixes
\*------------------------------------*/
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	 /* IE 10+ fixes */

}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
	/* IE 9 fixes */

}

/* IE 8 and Lower fixes in alt stylesheet style-ie-adjust.css */

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    BOOTSTRAP FIXES
\*------------------------------------*/

.row {margin-left: 0; margin-right: 0;}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
/*	a[href]:after {
		content:" (" attr(href) ")";
	}*/
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
	.headerStd, .headerStdInt, .printBtn, footer {display: none;}
}
