/*
CTC Separate Stylesheet
Updated: 2018-02-20 20:17:36
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Satisfy');

* {
	font-family: 'Roboto Condensed', sans-serif;
}

body {
	background: #FFF;
	overflow-x: hidden;
}

.world-harvest-header {
	background: linear-gradient(#cba93f, #cba93f, #c8a437, #a0832c);
	border-bottom: solid 2px #6e5300;
	width: 100%;
	height: 90px;
}

.strawberry-fields-header {
	background: linear-gradient(#c41230, #c41230, #bb112e, #8c0d22);
	border-bottom: solid 2px #8a8d09;
	width: 100%;
	height: 90px;
}

.world-harvest-header .container,
.strawberry-fields-header .container {
	position: relative;
	text-align: center;
}

.wh-header-left-logo,
.wh-header-left-icon {
    height: 40px;
    position: absolute;
    top: 22px;
    left: 0px;
    transition: all ease 0.3s;
}

.sf-header-right-logo,
.sf-header-right-icon {
    height: 40px;
    position: absolute;
    top: 22px;
    right: 0px;
    transition: all ease 0.3s;
}

.wh-header-left-logo:hover {
	left: 3px;
}

.sf-header-right-logo:hover {
	right: 3px;
}

.wh-header-center-logo,
.sf-header-center-logo {
    height: 95px;
    margin-top: 5px;
}

.wh-nav-menu,
.sf-nav-menu {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 40px;
}

.wh-nav-menu ul,
.sf-nav-menu ul {
    padding: 0px;
}

.wh-nav-menu li,
.sf-nav-menu li {
    margin: 0px 10px 5px 10px;
    display: inline-block;
}

.wh-nav-menu li a,
.sf-nav-menu li a {
	text-transform: uppercase;
    color: #6e5300;
    padding-bottom: 3px;
    border-bottom: solid 2px transparent;
    transition: border-bottom ease 0.3s
}

.wh-nav-menu li a:hover,
.sf-nav-menu li a:hover {
    text-decoration: none;
    color: #6e5300;
    border-bottom: solid 2px #8a8d09;
}

.wh-header-left-icon,
.sf-header-right-icon {
	display: none;
}

h1.entry-title {
	display: none;
}

.wh-item-listing {
	width: 100%;
    padding: 0px 0px 40px 0px;
    margin-bottom: 40px;
    border-bottom: solid 1px #CCC;
    position: relative;
}

.wh-item-listing img {
	width: 230px;
	height: 230px;
	display: block;
	object-fit: contain;
    float: left;
    margin-right: 30px;
    border-radius: 4px;
    border: solid 2px #FFF;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.3);  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.3);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.wh-item-listing .wh-item-listing-text {
    width: auto;
    font-family: 'Roboto Condensed', sans-serif;
    overflow: hidden;
}

.wh-item-listing .wh-item-listing-text h3 {
	font-weight: 700;
	font-size: 1.4em;
	margin: 5px 0px 15px 0px;
	color: #6e5300;
}

.wh-item-listing .wh-item-listing-text p {
	font-weight: 400;
	font-size: 1.0em;
	margin: 0px 0px 15px 0px;
	color: #6e5300;
}

.wh-item-listing .wh-item-listing-text h5 {
	font-weight: 400;
	font-size: 0.8em;
	margin: 0px;
	color: #777;
}

.sf-item-price {
    position: absolute;
    top: 5px;
    right: 15px;
    margin: 0px;
    font-size: 1.3em;
    color: #6e5300;
}

.mobile-nav-button-widget {
	display: none;
}

.mobile-nav-button-widget .container {
	text-align: right;
}

#mobile-nav-button svg {
	cursor: pointer;
	font-size: 1.7em;
	color: #8a8d09;
}

.section-header-img {
    width: 500px;
    float: left;
    margin-right: 50px;
}

.section-header-img-ordering {
    width: 300px;
}

.section-header-text {
    width: -moz-calc(100% - 550px);
    width: -webkit-calc(100% - 550px);
    width: calc(100% - 550px);
    padding-right: 15px;
    float: right;
}

.sf-wh-ordering-header .section-header-text {
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
}

.section-header-text h1 {
    font-family: 'Satisfy', cursive;
    font-size: 3.4em;
    color: #cba93f;
    margin: 15px 0px 0px 0px;
}

.section-header-text p {
    font-weight: 400;
    font-size: 1.4em;
    margin: 0px 0px 15px 0px;
    color: #6e5300;
}

.section-header-text h4 {
    font-weight: 700;
    font-size: 1.4em;
    font-style: italic;
    margin: 0px 0px 15px 0px;
    color: #6e5300;
}

.section-header-widget .container{
	border-bottom: solid 1px #e1ca84;
	padding-bottom: 15px;
}

#content.site-content {
    padding-top: 20px;
}

.archive h1.page-title {
    font-family: 'Satisfy', cursive;
    font-size: 2.2em;
    color: #cba93f;
    margin: 0px 0px 20px 0px;
    font-weight: 400;
}

.all-of-section {
	margin: 0px;
}

.category-menu ul {
	padding-left: 0px;
	text-align: right;
}

.category-menu ul li,
.all-of-section a {
	list-style-type: none;
	font-weight: bold;
	font-size: 1.1em;
}

.category-menu ul li a,
.all-of-section a {
	text-decoration: none;
	color: #6e5300;
	transition: color ease 0.3s;
}

.category-menu ul li a:hover,
.all-of-section a:hover {
	color: #cba93f;
}

.content-area {
	width: -moz-calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    float: left;
}

.page-id-1091 .content-area,
.page-id-1094 .content-area,
.page-id-1491 .content-area {
	width: 100%;
}

.right-sidebar {
	width: 170px;
	padding: 15px 0px 0px 30px;
	float: right;
	text-align: right;
}

.wh-sf-footer {
	margin: 0px;
}

.wh-sf-footer-portions {
	width: 50%;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}

.wh-footer-portion {
	float: left;
}

.sf-footer-portion {
	float: right;
}

.wh-sf-footer-portions img {
	height: 100px;
	width: auto;
}

.wh-sf-footer-portions h3 {
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
	color: #FFF;
	font-weight: 700;
}

.wh-sf-footer-portions h4 {
	text-transform: uppercase;
	margin: 0px;
	color: #FFF;
	font-weight: 700;
}

.wh-sf-footer-portions p {
	color: #FFF;
	margin-bottom: 10px;
}

.wh-sf-footer {
	background: #6e5300;
	padding: 30px 0px 0px 0px;
	position: relative;
}

.footer-copyright {
	background: #4d3900;
	width: 100%;
	padding: 25px;
	text-align: center;
}

.footer-copyright p {
	color: #FFF;
	margin: 0px 0px 5px 0px;
}

.footer-social-links a {
	display: inline-block;
    color: #FFF;
    font-size: 24px;
    margin: 0 6px;
	transform: scale(1.0);
	transition: transform ease 0.3s;
}

.footer-social-links a:hover {
	transform: scale(1.1);
	transition: transform ease 0.3s;
}

.page-id-14 .content-area br,
.page-id-16 .content-area br  {
	display: none;
}

.main-menu-item {
	width: -moz-calc(20% - 40px);
    width: -webkit-calc(20% - 40px);
    width: calc(20% - 40px);
    height: 270px;
    margin: 0px 20px 30px 20px;
    float: left;
    display: block;
    font-size: 2em;
    text-align: center;
    text-decoration: none;
    color: #6e5300;
    transition: color ease 0.3s;
}

.main-menu-item:hover {
    text-decoration: none;
   	color: #cba93f;
}

.main-menu-item img {
	width: 100%;
}

.main-menu-item span {
	font-family: 'Satisfy', cursive;
    line-height: 1.2em;
    display: inline-block;
}

.main-menu-item span br {
    display: block !important;
}

.main-page-header {
	width: 100%;
	border-bottom: solid 1px #e1ca84;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.main-page-header img {
	width: 300px;
	float: left;
}

.main-page-header .main-page-header-text {
	width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-left: 40px;
	float: right;
	margin-top: 37px;
}

.main-page-header .main-page-header-text h2 {
	color: #6e5300;
	margin: 0px;
}

.main-page-header .main-page-header-text h2 span {
	display: inline-block;
}

.main-page-header .main-page-header-text p {
	color: #6e5300;
}

.page-id-14 .entry-content,
.page-id-16 .entry-content  {
	margin: 0px;
}

.page-id-14 #content.site-content,
.page-id-16 #content.site-content  {
	padding-top: 0px;
}

.homepage-wh,
.homepage-sf {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0px 20px 0px 20px;
}

.homepage-wh .homepage-logo,
.homepage-sf .homepage-logo {
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto 22px auto;
}

.homepage-wh p,
.homepage-sf p {
	margin: 0px;
}

.homepage-wh p.homepage-text,
.homepage-sf p.homepage-text {
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto 30px auto;
	color: #6e5300;
	font-size: 1.1em;
}

.wh-btn,
.sf-btn {
	color: #FFF;
	background: #555;
	text-decoration: none;
	transition: opacity ease 0.3s;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 1.2em;
	border-radius: 2px;
	opacity: 1;
}

.wh-btn:hover,
.sf-btn:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 0.8;
}

.wh-btn {
	background: #cba93f;
}

.sf-btn {
	background: #c41230;
}

.homepage-wh .homepage-image,
.homepage-sf .homepage-image {
	width: 100%;
	max-width: 400px;
	display: block;
	margin: -50px auto 0 auto;
	position: relative;
	bottom: -85px;
}

.promotions-banner-widget {
	margin: 0px;
}

.promotion-banner-container {
	margin: 20px 0px 20px 0px;
}

.promotion-banner-container {
	text-align: center;
}

a.promo-link-no-image {
    background: #CCC;
    width: 930px;
    height: 60px;
    display: inline-block;
    border: solid 1px #777;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

a.promo-link-no-image span {
    font-family: 'Satisfy', cursive;
    font-size: 40px;
    display: inline-block;
}

a.promo-link-desktop-image {
	display: inline-block;
	width: 930px;
	height: 60px;
}

a.promo-link-mobile-image {
	display: none;
	width: 350px;
	height: 60px;
}

.promo-page-wrapper h1.promo-page-headline {
    font-family: 'Satisfy', cursive;
    font-size: 55px;
    display: block;
    text-align: center;
    margin: 0px;
}

.promo-page-content {
	max-width: 930px;
	margin: 0 auto;
}

/* -------------------------------------------------------------------- */
@media (max-width: 1199px) {

	.section-header-img {
    width: 400px;
	}

	.section-header-text {
    width: -moz-calc(100% - 450px);
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
	}

	.section-header-img-ordering {
    width: 300px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 991px) {

	.section-header-img {
    width: 300px;
    margin-right: 20px;
	}

	.section-header-text {
    width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
	}

	.section-header-text h1 {
    font-family: 'Satisfy', cursive;
    font-size: 2.4em;
    margin: 5px 0px 0px 0px;
	}

	.section-header-text p {
    font-size: 1.1em;
	}

	.section-header-text h4 {
    font-size: 1.2em;
	}

	.wh-item-listing img {
    width: 170px;
    height: 170px;
	}

	.main-menu-item {
	width: -moz-calc(25% - 40px);
    width: -webkit-calc(25% - 40px);
    width: calc(25% - 40px);
    font-size: 1.7em;
    height: 200px;
	}

	.section-header-img-ordering {
    width: 200px;
	}

	.sf-wh-ordering-header .section-header-text {
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
	}

	a.promo-link-no-image {
    width: 350px;
	}

	a.promo-link-no-image span {
    font-size: 35px;
    padding-top: 5px;
	}

	a.promo-link-desktop-image {
	display: none;
	}

	a.promo-link-mobile-image {
	display: inline-block;
	width: 350px;
	height: 60px;
	}

}


/* -------------------------------------------------------------------- */
@media (max-width: 767px) {

	.wh-nav-menu, .sf-nav-menu {
	width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    background: #FFF;
    padding: 0px 0px;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	}

	.wh-nav-menu ul, .sf-nav-menu ul {
    padding: 0px;
    margin: 0px;
	}

	.wh-nav-menu li, .sf-nav-menu li {
    margin: 0px;
    width: 100%;
    display: inline-block;
	}

	.wh-nav-menu li a, .sf-nav-menu li a {
	display: block;
    color: #6e5300;
    padding: 5px 10px;
    border-bottom: solid 1px rgba(138, 141, 9, 0.5);
    transition: all ease 0.3s;
    width: 100%;
	}

	.wh-nav-menu li a:hover,
	.sf-nav-menu li a:hover {
    text-decoration: none;
    color: #6e5300;
    border-bottom: solid 1px rgba(138, 141, 9, 1.0);
    background: #ebecc6;
	}

	.mobile-nav-button-widget {
	display: block;
	margin: 0px;
	}

	.wh-nav-menu,
	.sf-nav-menu {
	display: none;
	}

	.wh-header-left-logo,
	.sf-header-right-logo {
	display: none;
	}

	.wh-header-left-icon,
	.sf-header-right-icon {
	display: block;
	}

	.wh-nav-menu {
	margin-bottom: 25px;
	}

	.section-header-img {
    display: none;
	}

	.section-header-text {
    width: 100%;
	}

	.right-sidebar {
    width: 0px;
    max-width: 170px;
    height: 100%;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    background: #eff0a8;
    border-left: solid 1px #6e5300;
    transition: all ease 0.3s;
    z-index: 10;
	}

	.expanded-right-sidebar {
    width: auto;
    padding: 30px;
	}

	.expand-categories {
	margin: 0px;
    display: block;
    position: absolute;
    left: -53px;
    top: 50%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #6e5300;
    color: #fff;
    padding: 3px 7px 3px 7px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    transition: background ease 0.3s;
    border-top: solid 2px #6e5300;
    border-left: solid 2px #6e5300;
    border-right: solid 2px #6e5300;
	}

	.collapse-categories {
	margin: 0px;
    display: none;
    position: absolute;
    left: -53px;
    top: 50%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #6e5300;
    color: #fff;
    padding: 3px 7px 3px 7px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    transition: background ease 0.3s;
    border-top: solid 2px #6e5300;
    border-left: solid 2px #6e5300;
    border-right: solid 2px #6e5300;
	}

	.collapse-categories:hover ,
	.expand-categories:hover {
	background: #cba93f;
	}

	.content-area {
    width: 100%;
	}

	.wh-sf-footer-portions img {
	height: 90px;
	width: auto;
	}

	.wh-sf-footer-portions h3 {
	font-size: 1.4em;
	}

	.wh-sf-footer-portions h4 {
	font-size: 1.0em;
	}

	.wh-footer-portion {
	padding-right: 15px;
	}

	.sf-footer-portion {
	padding-left: 15px;
	}

	.footer-copyright p {
    font-size: 0.9em;
	}

	.section-header-widget {
		margin: 0px;
	}

	.main-menu-item {
	width: -moz-calc(33.3% - 40px);
    width: -webkit-calc(33.3% - 40px);
    width: calc(33.3% - 40px);
    font-size: 1.7em;
    height: 180px;
	}

	.main-page-header {
    margin-bottom: 30px;
    padding-bottom: 10px;
	}

	.main-page-header img {
	width: 100%;
	max-width: 300px;
	float: none;
	margin: 0 auto 30px auto;
	display: block;
	}

	.main-page-header .main-page-header-text {
	width: 100%;
    padding-left: 0px;
	float: none;
	margin-top: 0px;
	text-align: center;
	}

	.main-page-header .main-page-header-text h2 {
	font-size: 1.4em;
	}

	.homepage-wh .homepage-image, .homepage-sf .homepage-image {
    bottom: -75px;
	}

	.sf-wh-ordering-header .section-header-text {
    width: 100%;
	}

	.page-id-1091 .content-area,
	.page-id-1094 .content-area,
	.page-id-1491 .content-area {
    padding: 0px 15px;
	}

}

/* -------------------------------------------------------------------- */
@media (min-width: 768px) {

	.wh-nav-menu,
	.sf-nav-menu {
	display: block !important;
	}

	.expand-categories,
	.collapse-categories {
	display: none !important;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 670px) {

	.wh-nav-menu, .sf-nav-menu {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 575px) {

	.wh-header-left-icon {
	left: 10px;
	}

	.sf-header-right-icon {
	right: 10px;
	}

	.wh-item-listing img {
	margin-right: 20px;
	width: 100px;
	height: 100px;
	}

	.wh-item-listing {
    padding: 0px 15px 20px 15px;
    margin-bottom: 20px;
	}

	.wh-item-listing .wh-item-listing-text {
    overflow: initial;
	}

	.wh-item-listing .wh-item-listing-text h3 {
    display: inline-block;
    width: auto;
	}

	.main-menu-item {
	width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    font-size: 1.9em;
    height: 270px;
	}

	.sf-item-price {
    position: initial;
    top: 0px;
    right: 0px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 500px) {

	.wh-sf-footer-portions {
	width: auto;
	float: none;
	padding: 20px 0px;
	}

	.main-menu-item {
	width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    font-size: 1.7em;
    height: 200px;
	}

	.homepage-wh,
	.homepage-sf {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0px 20px 0px 20px;
	}

	.homepage-wh {
	margin-bottom: 70px;
	}

	.homepage-wh .homepage-logo, .homepage-sf .homepage-logo {
	margin: 0 auto 15px auto;
	}

	.homepage-wh p.homepage-text,
	.homepage-sf p.homepage-text {
    margin: 0 auto 20px auto;
	}

	.homepage-wh .homepage-image, .homepage-sf .homepage-image {
    display: none;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 450px) {

	.wh-nav-menu, .sf-nav-menu {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}

	.wh-header-center-logo,
	.sf-header-center-logo {
    height: 70px;
	}

	.world-harvest-header,
	.strawberry-fields-header {
    height: 70px;
	}

	.wh-header-left-icon {
    left: 10px;
    top: 17px;
    height: 30px;
	}

	.sf-header-right-icon {
    right: 12px;
    top: 17px;
    height: 30px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 400px) {

	.main-menu-item {
	width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    font-size: 1.7em;
    height: 170px;
	}

	a.promo-link-mobile-image {
	display: inline-block;
	width: 100%;
	height: auto;
	}

	a.promo-link-no-image {
    width: 100%;
	}

	a.promo-link-no-image span {
    font-size: 30px;
    padding-top: 8px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 350px) {

	.main-menu-item {
    margin: 0px 20px 50px 20px;
    height: 120px;
	}

}

