/*
Theme Name: Sunflower Bakery 
Description: The warm, inspiring and user-friendly site for Sunflower Bakery.
Version: 1.0
Author: Digital Ink
Author uri: http://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");

@font-face {
    font-family: 'museo100';
    src: url('css/fonts/museo_100-webfont.woff2') format('woff2'),
         url('css/fonts/museo_100-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo300';
    src: url('css/fonts/museo_300-webfont.woff2') format('woff2'),
         url('css/fonts/museo_300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo500';
    src: url('css/fonts/museo500-regular-webfont.woff2') format('woff2'),
         url('css/fonts/museo500-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_slab300';
    src: url('css/fonts/museo_slab_300-webfont.woff2') format('woff2'),
         url('css/fonts/museo_slab_300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'museo_slab900';
    src: url('css/fonts/museo-slab-900-webfont.woff2') format('woff2'),
         url('css/fonts/museo-slab-900-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pacificoregular';
    src: url('css/fonts/pacifico-webfont.woff2') format('woff2'),
         url('css/fonts/pacifico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'verveinew01-regularregular';
    src: url('css/fonts/verveine_w01_regular-webfont.woff2') format('woff2'),
         url('css/fonts/verveine_w01_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    
}

body {
	background-color: #fffcf5;
	font-family: 'museo300', sans-serif;
	height: 100%;
	color: #5f3f06;
	max-width: 1265px;
	margin: 0 auto;
}

a {
	color: #f9a000;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #f9a000;
}

p {
	margin: 0 0 20px;
	font-size: 20px;
    line-height: 28px;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	color: #92a531;
}

h1, h2, h3 {
	margin-top: 25px;
	line-height: 1.5;
}

h2, h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

h1 {
	margin-bottom: 25px;
}

h2, h3, h4, h5, h6 {
	font-family: 'museo_slab300', sans-serif;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

ul {
	margin-bottom: 22px;
}

ul li {
	font-size: 20px;
}

blockquote {
	font-family: 'verveinew01-regularregular';
	border-left: none;
	font-style: italic;
	color: #92a531;
}

blockquote p {
	font-size: 36px;
}

/*iframe {
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 20px;
}*/

/*Basic Styling Styles*/

::selection {
  background: #ffc72c; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffc72c; /* Gecko Browsers */
}

.centered {
	text-align: center;
	float: none;
    margin: 0 auto;
}

.center {
	text-align: center;
}

.frame {
	border: 1px solid #e8e8e8;
	border-top: none;
	border-bottom: none;
}

button.btn, .caldera-grid .btn, a.btn.button, .caldera-grid .btn.btn-default, .gform_button.button {
	background-color: #f9a000;
	font-size: 28px;
	border-radius: 0;
	padding: 0px 60px;
	color: white;
	font-weight: bold;
	font-family: 'verveinew01-regularregular';
	border: 1px solid #f9a000;
}

.caldera-grid .btn-default[disabled] {
	background-color: #f9a000 !important;
}

button.btn.shadow, a.btn.button.shadow {
	-webkit-box-shadow: 0px 1px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 10px 5px rgba(0,0,0,0.3);
}

button.btn:hover, .caldera-grid .btn:hover, a.btn.button:hover, .caldera-grid .btn.btn-default:hover, .caldera-grid .btn.btn-default:focus, .gform_button.button:focus, .gform_button.button:hover {
	background-color: #f17c21;
	color: white;
}

.woocommerce a.btn.small-btn, a.btn.small-btn {
	font-size: 18px;
    padding: 0 10px;
    border-radius: 4px;
    font-weight: normal;
}

.btn a {
	color: white;
	font-family: 'verveinew01-regularregular';
}

.btn a:hover {
	text-decoration: none;
}

a .btn:hover {
	color: white;
	background-color: #f17c21;
}

.white {
	background-color: white;
}

.fwhite {
	background-color: #fffcf5;
}

.brown {
	background-color: #5f3f06;
}

.brown p {
	color: white;
}

.sandybeach {
	background-color: #F2E4C9;	
}

.scroll-down {
	position: fixed;
    left: 48.75%;
    transform: translate(-50%, -50%);
    bottom: 0;
}

.hideit {
	display: none;
}

/*Bootstrap Hacks*/

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

.img-responsive {
	display: inline-block;
}

.screen-reader-text {
	display: none;
}

.navbar-brand {
	display: none;
}

th {
	text-align: center;
	font-size: 16px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #5f3f06;
}

.table>tbody>tr>td {
	font-size: 16px;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f6d496;
}

/*Gravity Forms*/
.ginput_container select, .ginput_container textarea, .ginput_container input, .gfield_select, .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #cccccc;
}
	
.gform_required_legend {
	display: none;
}

.ginput_container input.gform-text-input-reset {
	border: none;
}

.gform_wrapper.gravity-theme .ginput_total {
	font-size: 18px;
	color: #92a531;
}

#label_4_32_1 span {
	color: red;
}


/*Formatting Setups*/

.table-area {
	display:table; 
	table-layout:fixed; 
	width:100%; 
	height:100%;
}

.table-align {
	display: table-cell;
    vertical-align: middle;
}

/*Header*/

.logo-row {
	margin-bottom: 10px;
}

.logo {
	text-align: center;
}

.header .logo-row .social-share-buttons a.btn {
	background-color: #92a531;
	font-size: 27px;
	padding: 0px 60px;
	border: 0;
}

.header .logo-row .social-share-buttons a.btn:hover {
	background-color: #f17c21;
}

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

.menu-top-menu-container {
	display: inline-block;
}

.top-menu .nav.navbar-nav {
	float: none;
	display: inline-block;
}

.top-menu .nav.navbar-nav li {
	float: none;
	display: inline-block;
	font-family: 'verveinew01-regularregular';
	font-size: 22px;
}

.top-menu li a:before {
	padding-right: 5px;
	position: relative;
	top: 10px;
}

.header-donate-icon {
	margin-right: 5px;
}

.menu-cart a:before {
	content: url(img/icon-cart.png);
}

.menu-contact a:before {
	content: url(img/icon-contact.png);
}

.menu-subscribe a:before {
	content: url(img/icon-subscribe.png);
}

.menu-donate a:before {
	content: url(img/icon-donate.png);
}

.menu-login a:before {
	content: url(img/icon-login.png);
}

.menu-blog a:before {
	content: url(img/icon-blog.png);
}

.menu-shop a:before {
	content: url(img/order-online-icon.png);
}

.top-menu li a {
	color: #5f3f06;
	padding: 15px 10px;
}

.navbar-brand {
	display: none;
}

.navbar {
	margin-bottom: 0;
}

.main-menu .navbar-header {
	background-color: #92a531;
}

.navbar-collapse {
	box-shadow: none;
	max-height: none;
}

.navbar-fixed-top .navbar-collapse {
	background-color: #92a531;
}

.navbar-toggle {
	background-color: white;
}

.navbar-toggle .icon-bar {
	background-color: #92a531;
}

.main-menu {
	background-color: #92a531;
}

.main-menu li a {
	color: white;
	font-family: 'museo_slab900';
	font-size: 18px;
	text-align: center;
}

/*Search */

.search-container {
	display: inline-block;
	margin-right: 10px;
    position: relative;
	top: 2px;
}

.search-form {
	padding-top: 20px;
	/*display: inline-block;*/
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

@-moz-document url-prefix() { 
  input[type=search] {
     padding: 0px 0px 0px 20px;
  }
}

input[type=search]{
	background: #f2f2f2 url(img/search-icon.png) no-repeat 3px center;
	border: solid 1px transparent;
	padding: 2px 5px 0px 5px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 5em;
	width: 130px;
	background-color: #f2f2f2;
	padding-left: 20px;
	color: #5f3f06;
	cursor: auto;
	-webkit-box-shadow: 0 0 5px rgba(187,187,187,.5);
	-moz-box-shadow: 0 0 5px rgba(187,187,187,.5);
	box-shadow: 0 0 5px rgba(187,187,187,.5);
	outline: none;
	height: 20px;
}

input[type=search]:hover {
	background-color: #f2f2f2;
}

input:-moz-placeholder {
	color: #5f3f06;
}

input[type=search]::-webkit-input-placeholder {
	color: #5f3f06;
}

input:focus::-webkit-input-placeholder{
	color: #5f3f06;
}

/*Social Share Buttons in Header*/

.social-share-buttons {
	display: inline-block;
}

.fb-like {
	margin-left: 10px;
	top: 0px;
}

.twitter-share-button {
    position: relative !important;
    top: 6px;
    margin-left: 10px;
    display: none;
}

/*Homepage*/

.homepage-section .container {
	padding-top: 15px;
	padding-bottom: 30px;
}

.homepage-section .container h2 {
	margin-bottom: 25px;
	font-size: 48px;
}

.homepage-section h3 {
	font-size: 36px;
	margin-bottom: 25px;
}

.homepage-hero {
	min-height: 300px;
	background-image: url(img/hero-homepage.jpg);
	background-size: cover;
	background-position: center center;
}

.homepage-hero .container {
	height: 300px;
	text-align: center;
}

.homepage-hero h1 {
	color: white;
	font-family: 'verveinew01-regularregular';
	font-size: 60px;
	text-shadow: 1px 1px 10px #000000;
}

/*Side by Side Section*/

.homepage-section.side-by-side-section p a {
	font-family: 'verveinew01-regularregular';
	font-size: 26px;	
}

/*Photo Grid*/

.photo-grid {
	height: 375px;
	text-align: center;
	background-size: cover;
	background-position: top center;
	padding-left: 0;
	padding-right: 0;
}

.photo-grid h3 {
	font-size: 36px;
	color: white;
	text-shadow: 2px 2px 10px rgba(0,0,0,.75);
	font-family: 'museo_slab900';
	line-height: 1.2;
}

.photo-grid:hover div {
    background-color: rgba(0, 0, 0, 0.198039);
    transition: background-color 0.5s ease;
}

.photo-grid a:hover {
	text-decoration: none;
}

.photo-grid button.btn:hover {
	background-color: #f9a000;
}

/*Shop Links*/

.shop-links .shop-graphic {
    height: 262px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    background-size: contain;
}

.shop-links h3 {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-shadow: 2px 2px 10px rgba(0,0,0,.75);
	font-family: 'museo_slab900';
	font-size: 24px;
	line-height: 1.2;
}

.shop-graphic a:focus {
	text-decoration: none;
}

.shop-links a:hover {
	text-decoration: none;
}

.shop-links a:hover h3 {
	font-size: 190%;
}

/*Our Impact*/

.our-impact {
	min-height: 600px;
	padding-top: 25px;
	background-size: cover;
	background-position: top center;
}

.our-impact h2 {
	color: #ffab03;
}

.impact-fact {
	background-image: url(img/impact-flower.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 256px;
	margin-bottom: 40px;
}

.the-fact {
	width: 190px;
	margin-left: auto;
    margin-right: auto;
}

.impact-fact h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	font-size: 36px;
	line-height: 1.2;
}

.impact-fact h4 {
	margin-top: 0;
	font-family: 'museo500';
	color: #be4a00;
	text-transform: uppercase;
	font-size: 18px;
}

/*Social Media CTAs*/

.social-ctas {
	padding-top: 50px;
	padding-bottom: 25px;
}

.social-cta {
	max-width: 350px;
	background-size: cover;
	background-position: top center;
	height: 198px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.social-cta a:hover {
	text-decoration: none;
}

.social-cta div {
	background-color: rgba(0, 0, 0, 0.048039);
}

.social-cta:hover div {
    background-color: rgba(0, 0, 0, 0.198039);
    transition: background-color 0.5s ease;
}

.social-cta h3 {
	margin-top: 0;
	color: white;
	text-shadow: 2px 2px 10px rgba(0,0,0,.75);
	font-size: 28px;
    line-height: 1.3;
    font-family: 'museo_slab900';

}

.social-cta h3 span {
	font-family: 'pacificoregular', sans-serif;
	font-size: 14px;
}

/*Page*/

.inner-hero {
	height: 300px;
	background-image: url(img/hero-inner.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.inner-hero .container {
	height: 100%;
}

.inner-hero h1 {
	color: white;
	font-family: 'verveinew01-regularregular';
	font-size: 40px;
	text-shadow: 1px 1px 10px #000000;
}

.page-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-section a {
	font-family: 'museo500', sans-serif;
}

.page-section h1:first-child, .page-section h2:first-child, .page-section h3:first-child {
	margin-top: 0;
}

.page-section.white + .page-section.white, .page-section.fwhite + .page-section.fwhite {
	padding-top: 0px;
	padding-bottom: 25px;
}

.page-section:last-child {
	padding-bottom: 50px !important;
}

.page-section.content-image-section + .page-section.content-image-section {
	padding-top: 25px;
} 

.page-section h3 {
	margin-bottom: 10px;
}

.page-section img {
	display: inline-block;
	height: auto;
    max-width: 100%;
}

.page-section img.aligncenter {
	display: block;
}

.breadcrumb-section {
	padding-top: 40px;
	padding-bottom: 0;
}

#breadcrumbs {
	margin-bottom: 25px;
	font-family: 'verveinew01-regularregular';
	font-size: 24px;
	color: black;
}

#breadcrumbs a {
	font-family: 'verveinew01-regularregular';
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 25px;
	font-family: 'verveinew01-regularregular';
	font-size: 24px;
	color: #f9a000;
}

#breadcrumbs a, .woocommerce .woocommerce-breadcrumb a {
	color: black;
	font-size: 24px;
}

#breadcrumbs .breadcrumb_last {
	color: #f9a000;
}

.page-section ul li, .page-section ol li {
	font-size: 20px;
}

.three-column-section .column img {
	margin-bottom: 25px;
}

.page-section .photo-grid h3 { 
	margin-bottom: 25px;
	margin-top: 25px;
}

.pullquote {
	float: right;
	color: #92a531;
	max-width: 200px;
    font-family: 'verveinew01-regularregular';
	font-size: 28px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.logo-cloud {
	margin-bottom: 15px;
}

.accordian-section {
	padding-top: 0;
	margin-top: -25px;
}

.accordian-section .expander-link, .accordian-section .expander-link:focus {
	cursor: pointer;
	border: 0;
	padding: 0;
	outline: 0;
	font-family: 'museo500', sans-serif;
	font-weight: inherit;
	color: #f9a000;
	text-transform: inherit;
	background-color: transparent;
	width: 100%;
	text-align: left;
}

.accordian-section .expander-link:focus-visible {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.accordian-section + .accordian-section {
	margin-top: -50px;
}

.page-section.accordian-section + .page-section {
	margin-top: -25px;
}

.accordian-content {
	display: none;
}

.two-column-full-bleed-section div {
	padding:30px;
	text-align: center;
}

.product-photo, .product-photo-container {
	margin-bottom: 15px;
}

.product-description, .product-price {
	font-size: 16px;
	margin-bottom: 10px;
}

/*Footer*/

.footer {
	background-color: #92a531;
	padding-top: 50px;
	padding-bottom: 0;
}

.footer-section {
	text-align: center;
	margin-bottom: 25px;
}

.footer h4 {
	color: black;
	font-size: 24px;
	font-family: 'museo_slab500';
	margin-bottom: 10px;
}

.footer p {
	color: white;
	font-size: 18px;
	line-height: 1.4;
}

.footer a {
	color: #fed90a;
	font-weight: 100;
}

.newsletter-subscribe label {
	display: block;
}

.newsletter-subscribe input {
	width: 265px;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 18px;
}

.newsletter-subscribe button.btn {
	padding: 0 30px;
}

.sub-footer {
	background-color: #5f3f06;
	padding-top: 10px;
	text-align: center;
}

.sub-footer .copyright {
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-nav ul li a {
	padding-top: 10px;
    padding-left: 0;
    padding-right: 5px;
}

.footer-nav ul li a:hover {
	text-decoration: underline;
}

.social-icons {
	text-align: center;
	clear: left;
}

.social-icons img {
	margin-right: 10px;
	margin-bottom: 10px;
}

/*Blog*/

.blog-page-content {
	padding-top: 25px;
	padding-bottom: 25px;
}

.blog-section h2 {
	line-height: 1.25;
}

.blog-section h2 a {
		text-transform: uppercase;
	font-family: 'museo_slab300';
	margin-bottom: 5px;
	    color: #92a531;
	    font-size: 48px;
}

.blog-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.blog-content h1 {
	text-transform: uppercase;
	font-family: 'museo_slab300';
	font-size: 48px;
	margin-bottom: 5px;
	line-height: 1.25;
}

.post-meta {
	font-size: 20px;
}

.post-meta div {
	display: inline-block;
}

.post-meta div:after {
    content: '\00B7';
    padding: 0 .5em;
}

.post-meta ul {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.post-meta ul li {
    list-style-type: none;
    display: inline-block;
}

.post-categories:after {
	display: none;
}

.post-thumbnail {
	padding-top: 25px;
	padding-bottom: 25px;
}

.sidebar {
	border-left: 1px solid #ccc;
	padding-left: 36px;
}

.sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 36px;
}

.sidebar ul li {
	margin-bottom: 13.5px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 13.5px;
}

/*Search Results*/

.search-result {
	margin-bottom: 25px;
}

.search-result h2 {
	margin-bottom: 0;
}

.next-previous a {
	font-size: 18px;
}

/*WooCommerce*/

.product-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: left;
	margin-right: 2%;
}

h1.product_title, .woocommerce-page h1.page-title {
	font-family: 'museo_slab500';
	text-transform: uppercase;
	font-size: 48px;
	line-height: 62px;
    margin-bottom: 10px;
}

p.woocommerce-result-count {
	display: none;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: left;
}

.woocommerce ul.products li.product h3 {
	font-size: 20px;
    font-weight: bold;
    padding-top: 0;
    text-align: center;
}

.woocommerce ul.products li.product .price {
	text-align: center;
	font-size: 18px;
}

.woocommerce ul.products li.product .button {
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: black;
	font-size: 24px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	display: inline-block;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	background-color: #f9a000;
    font-size: 24px;
    border-radius: 0;
    padding: 0px 30px;
    color: white;
    font-weight: bold;
    font-family: 'verveinew01-regularregular';
}

.woocommerce div.product form.cart div.quantity {
	font-size: 18px;
	margin-bottom: 25px;
}

.woocommerce div.product form.cart div.top-quantity div.quantity {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button {
	clear: left;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #f17c21;
	color: white;
}

.quantity-label {
	display: none;
}

.single-product .quantity-label {
	display: inline;
}

.woocommerce div.product p.stock {
	display: none;
}

.woocommerce div.product form.cart .variations {
	width: auto;
}

.woocommerce div.product form.cart .variations label, .woocommerce .nyp label {
	color: #5f3f06;
	font-size: 18px;
	font-weight: 300;
}

.woocommerce div.product form.cart .variations select {
	min-width: 0;
	font-size: 18px;
    position: relative;
    top: -4px;
}

.woocommerce div.product form.cart .reset_variations {
	font-size: 15px;
	display: none;
}

.woocommerce-tabs .panel {
	background-color: #fffcf5;
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 3px solid #f0e6d6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: none;
	display: inline-block;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	background-color: #f9a000;
    font-size: 24px;
    border-radius: 0;
    padding: 0px 20px;
    color: white;
    font-weight: bold;
    font-family: 'verveinew01-regularregular';
    margin-bottom: 2px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: .15em 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .wc-block-components-notice-banner {
    border: 2px solid #92a531;
    background-color: #fffcf5;
    font-size: 18px;
    padding-bottom: 15px !important;
    padding-top: 25px !important;
	margin-bottom: 2em;
}

.wc-block-components-notice-banner.is-error {
	border-color: #a00;
}

.wc-block-components-notice-banner {
	padding: 25px !important;
	display: flex;
}

.wc-block-components-notice-banner__content {
	flex: 1;
}

.wc-block-components-notice-banner svg {
	background-color: #8fae1b;
	border-radius: 50%;
	margin: 0px 10px -7px 0;
}

.wc-block-components-notice-banner.is-error svg {
	background-color: #a00;
}

.wc-block-components-notice-banner svg path {
	fill: #ffffff;
}

.woocommerce-info {
    padding-top: 15px !important;
}

.woocommerce-info p {
	font-size: 18px;
}

.woocommerce-info p:last-child {
	margin-bottom: 0;
}

.woocommerce-info.orange-info {
	background-color: #f9a000;
	border-color: #f9a000;
	color: white;
	font-weight: bold;
}

.woocommerce-info.orange-info a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.woocommerce-message a.button, .wc-block-components-notice-banner a.button {
	top: -5px;
}

.wc-block-components-notice-banner a.button {
	float: right;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
	top: 1.4em;
}

.woocommerce table.shop_table {
	border: none;
}

.woocommerce table.shop_table th {
	color: #92a531;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 100px;
}

tr.cart_item {
	height: 150px;
}

.woocommerce-checkout-review-order-table tr.cart_item {
	height: auto;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	display: none;
}

.woocommerce table.shop_table th {
	text-align: left;
}

.woocommerce table.shop_table tr.deliveryfyi td {
	border-top:none;
}

.woocommerce table.shop_table td, .woocommerce-cart table.cart .product-thumbnail {
	font-size: 16px;
}

.woocommerce table.shop_table td {
	width: 200px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table span {
	font-size: 18px;
}

.woocommerce table.shop_table tr.cart_item td.product-thumbnail div {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: -40px;
}

.woocommerce-cart table.cart .product-thumbnail img {
	margin-right: 15px;
}

.woocommerce-cart table.cart .product-thumbnail a {
	color: black;
	float: left;
}

.woocommerce-cart table.cart .product-thumbnail dl {
	margin-top: 40px;
	padding-left: 115px;
	max-width: 500px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: auto;
}

.woocommerce .product-quantity .quantity, .woocommerce .product-quantity .remove {
	float: left;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
	padding: 3px 30px;
}

.woocommerce a.remove {
	color: #5f3f06 !important;
    font-size: 14px;
    margin-top: 5px;
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: #5f3f06;
    padding: 1px 0;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color: white;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	color: white;
	background-color: #f17c21;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	font-weight: 300;
}

p#order_comments_field {
	width: 100%;
}

.woocommerce form .form-row label[for=order_comments] {
	font-family: 'museo_slab300', sans-serif;
	font-size: 24px;
	color: #92a531;
	text-transform: uppercase;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #ccc;
}

.product .nyp .nyp-input, .wcopc .product-item .nyp .nyp-input, .woocommerce .quantity .qty {
	border: 1px solid #ccc;
}

.woocommerce-info:before {
	display: none;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select, .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: inherit;
}

.woocommerce form .form-row textarea {
	border-color: #ccc;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: transparent;
	border: none;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border: none;
}

.woocommerce-shipping-calculator {
	display: none;
}

.related.products {
	clear: both;
	text-align: center;
	padding-top: 50px;
}

.related.products h2 {
	margin-bottom: 30px;
}

mark {
	background: transparent;
	color: inherit;
}

.product-addon {
	margin-bottom: 25px;
}

.woocommerce .cart .cart_item dl.variation dt {
	font-weight: bold;
}

.woocommerce .cart .cart_item dd p {
	font-size: 16px;
}

.page-section .woocommerce form.login {
	padding-top: 0;
	margin-top: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	clear: both;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	padding-top: 1em;
    margin-right: 3.8%;
    margin-bottom: 1em;
}

.woocommerce span.onsale {
	display: none;
}

.woocommerce ul.products li.product .onsale {
	background: #FFBC01;
    color: #52362B;
    font-family: 'museo_slab500';
    display: block;
    box-shadow: 1px 1px 10px rgba(0,0,0,.72);
}

/*Checkout*/

.woocommerce form .form-row .input-checkbox#cancellation_policy {
	margin-top: 13px;
	margin-right: 0;
}

ul.woocommerce-thankyou-order-details.order_details {
	display: none;
}

.woocommerce .order_details {
	padding-left: 0;
	font-size: 14px;
}

.woocommerce .order_details li, .woocommerce .order_details li strong {
	font-size: 14px;
}

.woocommerce td.product-name dl.variation dd {
	clear: left;
	padding-bottom: .25em;
    margin-bottom: 1em;
}

.woocommerce td.product-name dl.variation dd p:last-child {
	font-size: 16px;
}

.woocommerce address, .woocommerce address p {
	font-size: 16px;
	line-height: 20px;
}

input#ship-to-different-address-checkbox.input-checkbox {
	position: relative;
	top: 6px;
}

h3#ship-to-different-address {
	/*height: 36px;*/
}

h3#ship-to-different-address label {
	font-weight: normal;
}

.woocommerce-checkout .checkout .create-account small {
	font-size: 16px;
	font-style: italic;
}

dl.product-addon-totals {
	font-size: 18px;
}

dt, dd strong {
	font-weight: normal;
}

.product-addon p.form-row {
	margin-bottom: 0;
	padding-bottom: 0;
}

.product-addon p.form-row label {
	line-height: 0;
	min-height: 20px;
}

.type-product .product-addon p.form-row label {
	line-height: 2;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr.shipping, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr.order-total {
	display: none;
}

.coupon-text p {
	text-align: left;
	font-size: 18px;
	color: #92a531;
}

.purim-pickup select {
	max-width: 600px;
	width: 100%;
}

.woocommerce td.product-name dl.variation dt {
	font-weight: bold;
}

.woocommerce form .form-row .input-checkbox {
	margin: 14px 0px 0 0;
}

.woocommerce-table--order-details .wc-item-meta {
	padding-left: 0;
}

.woocommerce .woocommerce-table--order-details .wc-item-meta li strong {
	font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

.woocommerce table.my_account_orders .button {
	float: left;
	clear: left;
}

.woocommerce table.my_account_orders .button + .button {
	margin-top: 15px;
}

.woocommerce-message .button.continue-btn, .wc-block-components-notice-banner .button.continue-btn {
	margin-right: 20px;
}

.cart-continue {
	margin-bottom: 25px;
}

#note_card_field, #note_card_addressee_field, #note_card_sender_field {
	display: none;
}

label[for=note_card] .optional, label[for=note_card_addressee] .optional, label[for=note_card_sender] .optional {
	display: none;
}

/*Donate*/

.caldera_forms_form .g-recaptcha {
	margin-bottom: 18px;
}

.page .post-770 h1, .page .post-770 .images, .page.page-id-12568 h1, .page.page-id-12568 .images {
	display: none;
}

.product-addon-scholarship h3 {
	display: none;
}

.donate-product {
}

.donate-product .woocommerce div.product div.summary {
	width: 100%;
	float: none;
	margin-right: 0;
}

.donate-product .woocommerce .nyp label, .woocommerce #product-12575 .nyp label {
	color: #92a531;
	font-family: 'museo_slab500';
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-size: 24px;
	text-align: left;
}

.product_cat-donate input#nyp {
	height: 42px;
	display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

input#nyp {
	min-width: 200px;
    text-align: left;
    padding-left: 10px;	
}

.postid-1711 #nyp-label-1 {
	display: none;
}

.product-addon-scholarship {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.product-addon-my-donation-is-made {
	float: left;
	width: 48%;
	margin-right: 2%;
	clear: right;
}

.product-addon-send-an-acknowledgement-to {
	width: 48%;
	float: left;
}

.donate-product .woocommerce div.product form.cart .button, #product-12575.product form.cart .button {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.level {
	color: #5f3f06;
	font-size: 20px;
	background-color: #f2e4c9;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 15px;
}

.level-name {
	font-weight: bold;
}

.level-description, .level-icons .row {
	display: none;
}

.level.hover {
	background-color: #92a531;
	color: white;
}

.level.hover:after {
	content: '';
    position: absolute;
    border-style: solid;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 0 38px 65.8px;
	border-color: transparent transparent transparent #92a531;
	top: 0;
	right: -65px;
}

.level.hover + .level-description {
	display: block;
}

.level-description, .level-icons {
	max-height: 25px;
	overflow: visible;
}

.level-icons {
	padding-top: 20px;
}

.level-icons .hover, .level-description.hover {
	display: block;
}

.level-icons .row.hover {
	padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
	min-height: 76px;
}

.woocommerce #product-12575.product div.summary {
	float: none;
	width: 100%;
}

/*Sweets of the Month*/

.product_cat-sweets-of-the-month h1, .woocommerce .product_cat-sweets-of-the-month.product .images img, .woocommerce .product_cat-sweets-of-the-month.product p.price, .woocommerce .product_cat-sweets-of-the-month.product p.stock {
	display: none;
}

/*.product_cat-sweets-of-the-month, .product_cat-sweets-of-the-month .product-addon {
	padding-top: 15px;
}*/

/*Event Registration Custom Price*/

.postid-2411 .product_cat-donate input#nyp {
	display: inline-block;
}

.postid-2411 .product-addon-totals ul li:first-child .wc-pao-col1, .postid-2411 .product-addon-totals ul li:first-child .wc-pao-col2 {
	display: none;
}

label.wc-pao-addon-name {
	font-size: 18px;
}

.postid-2411 .quantity {
	display: none;
}

.postid-2411 div[itemprop="description"] ul {
	list-style-type: none;
	padding-left: 0;
}

.postid-2411 div[itemprop="description"] ul li {
	margin-bottom: 18px;
}

.postid-2411 div.product-addon-totals .wc-pao-subtotal-line {
	border-top: none;
}

.postid-2411 #product-addons-total {
	display: none;
}

/*Sweets of the Month*/

.postid-23645 .woocommerce-product-gallery, .postid-23645 p.price {
	display: none;
}

.postid-23645.woocommerce div.product form p.price {
	display: block;
	font-size: 21px;
	color: black;
	font-weight: bold;
}

.postid-23645 form p.price .woocommerce-Price-amount:before {
	content: "Total Price: ";
}

.postid-23645 .component .composited_product_images, .postid-23645 .woocommerce-page div.product div.composited_product_images, .postid-23645 .woocommerce-page #content div.product div.composited_product_images, .postid-23645 .woocommerce div.product div.composited_product_images, .postid-23645 .woocommerce #content div.product div.composited_product_images {
	float: none;
	width: 0;
	display: none;
}

.postid-23645.woocommerce #content div.product div.summary, .postid-23645.woocommerce div.product div.summary, .postid-23645.woocommerce-page #content div.product div.summary, .postid-23645.woocommerce-page div.product div.summary {
	width: 100%;
	margin-right: 0;
}

.postid-23645 .component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper>.details {
	width: 100%;
	float: none;
	padding: 0;
}

.postid-23645 .component.paged.options-style-thumbnails .composited_product_title_wrapper, .postid-23645 .component.static .composited_product_title_wrapper {
	display: none;
}

.postid-23645 .composite_form .step_title_wrapper {
	margin-bottom: .5em;
}

.postid-23645 .bundled_product_optional_checkbox, .postid-23645.woocommerce div.product p.price, .postid-23645.woocommerce div.product span.price {
	font-size: 18px;
	color: #5f3f06;
}

.postid-23645 .component_option_radio_button_container .radio_button_description .title {
	margin: 1rem 0;
}

tr.woocommerce-cart-form__cart-item.cart_item.component_table_item.bundle_table_item img {
	display: none;
}

.woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item.cart_item.component_table_item.bundle_table_item {
	height: 100px;
}

.woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item.cart_item.component_table_item.bundle_table_item .product-thumbnail dl {
	margin-top: 0;
	padding-left: 0;
	font-size: 21px;
}

.woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item.cart_item.component_table_item.bundle_table_item .product-thumbnail dl dt {
	font-weight: bold;
}

tr.woocommerce-cart-form__cart-item.cart_item.component_container_table_item img, .woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item.cart_item.component_table_item.bundle_table_item .product-thumbnail dl dd {
	display: none;
}

.woocommerce-cart span.component_table_item_price {
	display: none;
}

.woocommerce-checkout-review-order .component-name.component_table_item_indent dd {
	display: none;
}

.woocommerce-checkout-review-order .component-name.component_table_item_indent dt {
	font-weight: bold;
}

.woocommerce-checkout-review-order .component_table_item .component_table_item_indent {
	padding-left: 0;
}

/*Team Members*/

.team-member {
	padding-bottom: 25px;
}

/*Forms*/

.caldera-grid label {
	font-weight: bold;
	font-size: 16px;
}

.caldera-grid .checkbox {
	padding-left: 0;
}

.caldera-grid .checkbox input[type=checkbox] {
	top: 4px;
    position: relative;
}

.caldera-grid .checkbox label, .caldera-grid .radio label {
	padding-left: 0;
}

/*Alerts*/

.alert {
	background-color: #f9a000;
	padding: 9px;
	color: white;
}

.alert p {
	margin-bottom: 0;
}

.alert a {
	color: white;
	text-decoration: underline;
}

.alert a:hover, .alert a:focus {
	text-decoration: none;
}

/*Firefox Hacks*/

@-moz-document url-prefix() { 
  
  
  .main-menu li a {
     font-family: 'museo_slab500';
  }
  
  
  button.btn, .caldera-grid .btn, a.btn.button {
  	font-weight: normal;
  }
  
}

/* Modal Overlay */

a#fancybox-close {
	right: -35px !important;
}

#fancybox-outer #fancybox-content {
	border-width: 0 !important;
}

.caldera-grid .alert-warning {
	display: none;
}

/*Page-Specific Styles*/

#product-2411 .price {
	display: none;
}

/*Countdown Timer*/

#Stage_jbeeb_3 {
	margin: 18px auto;
	display: inline-block !important;
}

/*Gravity Forms*/

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 18px;
	margin-left: 9px;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-size: 18px;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
	font-size: 16px;
}

.gform_wrapper.gravity-theme legend {
	border-bottom: none;
}

/* =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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*Media Query Goodness*/

@media (min-width:768px) {
	
	.fb-like {
    	display: inline-block;
	}
	
	.twitter-share-button {
    	display: inline-block;
	}
		
	.sbmenu.navbar-collapse.collapse {
    	display: none!important;
	}
	
	.main-menu .navbar-header {
		float: none;
	}	
	
	.navbar-toggle {
		display: block;
	}
	
	.main-menu .navbar-nav {
    	float: none;
	}
	
	.main-menu .navbar-nav>li {
		float: none;
	}
	
	.menu-item-has-children:hover .dropdown-menu {
		display: block;
	}
	
	.menu-item-has-children:hover .dropdown-menu .dropdown-menu {
		display: none;
	}
	
	.menu-item-has-children:hover .menu-item-has-children:hover .dropdown-menu {
		display: block;
	}
	
	.dropdown-menu {
		width: auto;
		background-color: #92a531;
		border-top:none;
	}
	
	.dropdown-menu>li>a {
	    padding: 7px 20px;
	    font-size: 18px;
		color: white;
    }
    
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a {
    	background-color: #f9a000;
    	color: #fff;
    }
    
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    	background-color: #f9a000;
    }
    
    .dropdown-menu .dropdown-menu {
    	left: 100%;
    	top: 0;
    	margin-left: -1px;
    	margin-top: -5px;
    }
	
	.footer-section {
		text-align: left;
	}
	
	.sub-footer {
		text-align: right;
	}
	
	.homepage-hero h1 {
		font-size: 72px;
	}
		
	.inner-hero h1 {
		font-size: 48px;
	}
	
	.footer-nav {
		text-align: center;
	}
	
	.footer-nav ul {
		float: none;
	}
	
	.footer-nav ul li {
		float: none;
		display: inline-block;
	}
}

@media (min-width:992px) {

	.main-menu .navbar-header {
		float: left;
	}	

	.navbar-toggle {
		display: none;
	}
	
	.main-menu .navbar-nav {
    	padding-left: 20px;
		display: flex;
		justify-content: space-between;
	}

	.logo {
		text-align: left;
	}
	
	.top-menu {
		text-align: right;
	}
	
	.main-menu li a {
		text-align: left;
		font-size: 16px;
		padding: 15px 9px;
	}
	
	.sbmenu.navbar-collapse.collapse {
    	display: block!important;
    	height: auto!important;
    	padding-bottom: 0;
    	overflow: visible!important;
	}
	
	.side-by-side-section .right-border {
		border-right: thin solid #e1d0b6;
	}
	
	.social-icons {
		clear: none;
	}	
	
	.two-column-full-bleed-section div {
		text-align: left;
	}
	
	.alignright {
    	float:right;
    	margin: 5px 0 20px 20px;
	}
	
	.footer-nav {
		text-align: left;
	}
	
	.footer-nav ul {
		float: left;
	}
	
	.footer-nav ul li {
		float: left;
		display: block;
		font-size: 16px;
	}
	
	.footer-nav ul li a:after {
		content: '|';
		color: white;
		margin-left: 5px;
	}
	
	.footer-nav ul li:last-child a:after {
		content: '';
	}
	
	.sub-footer .copyright {
		clear: left;
	}
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
		clear: none;
	}

	
}

@media (min-width:1200px) {
	
	.main-menu .navbar-nav {
    	padding-left: 0px;
	}
	
	.main-menu li a {
		font-size: 18px;
		padding: 15px 16px;
	}
	
	.footer-nav ul li {
		font-size: 18px;
	}
	
	.inner-hero h1 {
		font-size: 72px;
	}
	
}