/* 
Theme Name: Gulley Greenhouse
Version: 1.11.1
Description: Child Theme for Storefront. 
Author: Copper Leaf Creative
Author URI: https://copperleafcreative.com 
Template: storefront 
*/  

@import url('https://fonts.googleapis.com/css?family=Rubik:400,400i,500,500i,700|Overpass:400,400i,600,600i,700,700i&display=swap');


/* ----- SITE-WIDE ----- */
/*
body.admin-bar {
    margin-top: 30px;
}
*/

body {
	font-family: 'Overpass';
}
/*  removing this fixes the margins on Checkout.  What was it for?  (what does it break...?) 20200427 -gs
p {
    margin: inherit; 
}
*/
a:hover {
	color: #46107c;
}

.cl-invisible {
	display: none !important;
}

.clearleft {
	clear: both !important;
	display: block !important;
}

.col-full {
	margin: 0;
	max-width: 1200px;
	padding: 0;
}

.entry-content {
	max-width: 700px;
	margin: auto;
	padding: 0;
}

.entry-content > p {
	margin-bottom: 16px;
} 

#main {
	padding: 0 20px;
}

.page-template-template-fullwidth .entry-content {
	max-width: 1200px;
}

.cta-contain .clmt-cta-item-image {
	background-size: contain !important;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-vertical-margin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.narrow-content {
	max-width: 700px;
	margin: auto;
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
	padding: 12px 24px !important;
}

.wp-block-image figure.aligncenter.size-large img {
	max-width: 700px;
}


/* BLOCK TWEAKS */

.clmt-cta-item-cta.h3 {
	font-family: 'Overpass';
	text-transform: uppercase;
	font-weight: bold;
}
 
button.clc-faq-question {
	margin-bottom: 15px;
	padding: 15px;
}

.clc-faq-answer p {
    margin-left: 0; 
}

.clmt-cta-item-hover {
    font-size: 2.4em;
    padding: 30px;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
}

.clmt-cta-item-cta.h3 {
    font-size: 1.4em;
}

.clmt-the-reviews {
	justify-content: center !important;
}

.clmt-split-content-text-content p {
	margin-bottom: 0 !important;
}

.clmt-hero-container {
    max-width: 1200px;
    text-shadow: 1px 1px 4px #000;
}



/* CONTAINERS */

#wpadminbar {
	position: fixed;
}

.admin-bar #ggh-preheader { 
	top: 46px;
}

@media only screen and (min-width: 48em) { /* 783px */
	.admin-bar #ggh-preheader { 
		top: 32px;
	}
}

.ggh-content-width {
	max-width: 1200px;
	margin: auto;
}
/*
.home div#content.ggh-ph-is-open {
	margin-top: 225px; 
}

.home div#content { 
    margin-top: 132px; 
}
*/
div#content {
    margin-top: 132px;
}

.hentry {
	margin-bottom: 0;
}

#main, #primary {
	margin-bottom: 0;
}

div#content.ggh-ph-is-open { 
    margin-top: 225px; 
}

	@media only screen and (min-width: 455px) {
		div#content.ggh-ph-is-open { 
		    margin-top: 198px; 
		}
	}

	@media only screen and (min-width: 655px) {
		div#content.ggh-ph-is-open { 
		    margin-top: 172px; 
		}
	}

	@media only screen and (min-width: 768px) {

		div#content.ggh-ph-is-open { 
		    margin-top: 136px;
		}
	}


  .storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignfull,
  .storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide,
  .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull,
  .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
    width: auto;
    max-width: 1000%;
    clear: both;
  }
  .storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignfull,
  .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull, 
  .page-template-default .entry-content .alignfull, 
  .post-template-default .entry-content .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
  .storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide,
  .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide, 
  .page-template-default .entry-content .alignwide, 
  .post-template-default .entry-content .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw); } 

.archive #main {
	padding-top: 30px;
}

#primary {
	width: 100%;
}

.entry-header {
	text-align: center;
	padding-top: 20px;
} 

.hentry .entry-header {
	border-bottom: none;
}

.archive.category #content .entry-content {
	max-width: 700px;
	margin: auto;
}

.archive.category .post-archive-title {
	font-size: 1.4em;
}

.taxonomy-description {
	text-align: center;
	max-width: 700px;
	margin: auto;
}

.post-archive-item {
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cacaca;
}


/* HEADER */

	/* PREHEADER */

	#ggh-preheader {
		position: fixed;
		top: 0;
		left: 0;
		background: #9bb78f;
		color: white;
	    width: 100%;
	    z-index: 950;
	    padding: 0 10px;
	    margin-top: 74px; 
	}

	#ggh-preheader .ggh-content-width { 
		display: flex;
		align-items: flex-start;
	}

	.ggh-ph-inside-wrapper {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
	}

	#ggh-ph-open-control {
		margin-right: 20px;
		height: 20px;
		width: 20px;
		flex-shrink: 0;
		margin-top: 18px;
		color: white;
		z-index: 9;
	}

	.ggh-ph-always {
		display: flex;
		justify-content: center;
		width: 100%;
		padding-right: 40px;
	}

	.ggh-ph-always > div {
		margin: 15px 20px;
	}

	.ggh-ph-open-status, .ggh-ph-jackknife-status, .ggh-ph-phone {
		display: flex;
		align-items: center;
	}

	#ggh-ph-open.ggh-ph-is-open {
	    display: flex;
	    flex-direction: row;
	    padding-bottom: 15px;
	    width: calc( 100% + 40px );
	    flex-wrap: wrap;
	    justify-content: center;
	    margin-left: -40px;
	    padding: 0 30px 15px;
	    z-index: 1;
	}

	#ggh-ph-open.ggh-ph-is-closed {
		display: none;
	}

	.ggh-ph-open-sign img {
		height: 28px;
		width: 28px;
	}

	#ggh-ph-open .ggh-ph-open-sign {
		display: none;
	}

	.ggh-ph-search, .ggh-ph-account, .ggh-ph-cart {
	    display: flex;
	    align-items: center;
	}

	.ggh-ph-always .dashicons {
		font-size: 25px;
	}

	.ggh-ph-open-status {
		font-style: italic;
	}

	.ggh-ph-jackknife-status {
		font-style: italic;
		padding: 0 22px;
	}

	.ggh-ph-phone {
		font-weight: bold;
	}

	.ggh-ph-phone a, #ggh-ph-account a, #ggh-ph-cart a {
		color: white !important;
	}

	#ggh-ph-search button {
		background: none;
		padding: 0;
	}

header#masthead {
    margin: 0px;
    position: fixed;
    width: 100%;
    box-shadow: 0 0px 4px #e6e6e6;
    padding: 10px 0px;
}

.sp-header-row {
    display: flex;
    align-items: center;
}

.site-branding a { 
	width: 230px;
}

.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .main-navigation ul.nav-menu > li.page_item_has_children > a::after {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

img.custom-logo { 
    padding-left: 20px;
}

	/* MOBILE MENU */

	.handheld-navigation {
	    background-color: #50237e !important;
	}

	.storefront-hamburger-menu-active .main-navigation .handheld-navigation, .storefront-hamburger-menu-active .main-navigation div.menu {
		width: 70%;
	}

	.main-navigation ul li a, ul.menu li a, .storefront-hamburger-menu-active .shm-close {
	    color: white;
	}

	.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
	    font-weight: bold;
	}

	.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), .handheld-navigation .dropdown-toggle {
	    color: white;
	}

	.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
		color: white;
	}

	.sp-header-row {
	    justify-content: space-between;
	}

	button.menu-toggle {
	    color: #50237e !important;
	    border: none;
	    font-size: 19px;
	    padding: 0.6180469716em 20px 0.6180469716em 2.9em;
	    max-width: 125px;
	    
	}

	button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before {
	    content: '';
	    display: block;
	    height: 5px;
	    width: 29px;
	    position: absolute;
	    top: 50%;
	    left: 1em;
	    margin-top: -1px;
	    -webkit-transition: all, ease, 0.2s;
	    transition: all, ease, 0.2s;
	    border-radius: 3px;
	}

	button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
	    background-color: #50237e;
	}

	button.menu-toggle::before {
	    -webkit-transform: translateY(-8px);
	    -ms-transform: translateY(-8px);
	    transform: translateY(-8px);
	}

	button.menu-toggle::after {
	    -webkit-transform: translateY(8px);
	    -ms-transform: translateY(8px);
	    transform: translateY(8px);
	}



/* Announcement Stripe */

.ggh-announcement-stripe {
	width: 100vw;
	padding: 10px 20px 5px;
	background: #46107c;
	color: white;
	text-align: center;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}












/* HEADINGS */

h1.entry-title {
    text-align: center;
    /*margin-top: 30px;*/
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Georgia';
	color: #333;
}

.h2 {
	font-size: 2em;
}

.clmt-split-content-text h2,
.clmt-split-content-text .h2 {
	font-family: 'Overpass';
}

h1::before, .h1::before {
	background-image: url(/wp-content/themes/gulley-greenhouse/images/ggh-header-half-lotus_2x.png);
    background-size: 23px 27px;
    background-repeat: no-repeat;
    padding-right: 28px;
    content: "";
    background-position: 3px 12px;
}

.upsells > h2::before, .ggh-product-plant-taxonomies h2::before {
	background-image: url(/wp-content/themes/gulley-greenhouse/images/ggh-header-half-lotus_2x.png);
    background-size: 23px 27px;
    background-repeat: no-repeat;
    padding-right: 28px;
    content: "";
    background-position: 0px 8px;
}

.upsells > h2, .ggh-product-plant-taxonomies h2 {
	font-size: 2.2em !important; 
}

.upsells ul.products {
    display: flex;
    justify-content: space-around;
}


.upsells ul.products li.product {
    margin-right: 0 !important;
}







/* BUTTONS */

button, input[type='button'], input[type='reset'], input[type='submit'], .button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .added_to_cart {
	text-align: center;
	text-transform: uppercase;
	padding: 12px 24px;
	background-color: #50237e;
}

button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, .button:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover, .added_to_cart:hover {
	background: #9966cc;
}

p.button, p.button:hover {
	background: inherit; 
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
	outline-color: white;
}







/* HOME */

.ggh-hero-intro {
	font-weight: bold; 
	line-height: 1.1em;
	font-size: 3em !important;
} 

.ggh-hero-buttons {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}

.ggh-hero-buttons a {
	margin: 10px; 
	flex-basis: 33%;
	background-color: #9966cc;
}

.ggh-hero-buttons a:hover {
	background: white;
	color: #46107c;
	background-color: white;
}

#clmt-image-ctas-block_5e614e9c5d6f2.clmt-image-ctas {
    border-top: 1px solid white;
}

#clmt-image-ctas-block_5e614e9c5d6f2 .clmt-cta-item-2 {
	border-right: 1px solid white;
    border-left: 1px solid white;	
}

#clmt-split-content-block_5e614a195d6f0 {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#cl-simple-stripe-block_5e9905cbe55b5.clmt-simple-stripe button {
    font-size: 21px;
} 

div#clmt-split-content-block_5e614a195d6f0 .ggh-open-status {
    justify-content: flex-start;
}

div#clmt-split-content-block_5e614a195d6f0 .ggh-ph-open-status {
    font-style: normal;
}

.clmt-stats-stat-the-description {
	font-size: 1em;
}

#cl-stats-block_5eab62e72e169 .clmt-stats-stat-the-stat {
	text-align: center !important;
}






/* ----- SEARCH OVERLAY ----- */

#ggh-search-overlay {
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: rgba(70, 16, 124, .9);
	color: white;
	z-index: 9999;
}

#ggh-search-close {
	color: white;
	position: absolute;
    height: 50px;
    width: 50px;
	top: 15px;
	right: 15px; 
	cursor: pointer;
}

#ggh-search-overlay .ggh-inner-wrapper {
	width: 100%;
	text-align: center;
	font-size: 1.4em; 
}

span.ggh-search-products, span.ggh-search-everything, #ggh-ph-search {
	cursor: pointer;
}

div.ggh-search-products, div.ggh-search-everything {
	padding-top: 40px;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

#ggh-search-close .dashicons {
	font-size: 50px;
}

span.ggh-search-selected {
	text-decoration: underline;
}

#ggh-search-overlay form {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#ggh-search-overlay form > input {
	width: 100%;
}

@media only screen and (min-width: 600px) {
#ggh-search-overlay form {
	flex-wrap: nowrap;
}

#ggh-search-overlay form > input {
	width: inherit;
}

}


#ggh-search-overlay form button {
	background: white;
	color: #50237e;
}

#ggh-search-overlay form button span.dashicons {
	font-size: 36px;
    left: -8px;
    position: relative;
}

.ggh-search-products .aws-container {
    width: 100%;
    max-width: 500px;
    margin: 0 20px;
}

.aws-search-field {
	padding: 0.6180469716em;
}

.ggh-search-everything .search-form {
    width: 100%;
    max-width: 500px;
	padding: 0 20px;
}

.aws-container .aws-search-field {
	font-size: 18px;
}

.ggh-search-everything .search-submit {
    background: #9966cc;
}

.ggh-search-everything .search-submit:hover {
    background: #d9b6fd;
}



/* SEARCH RESULTS */

.search #main {
    max-width: 800px;
    margin: auto;
}

.search h1.page-title {
	margin-top: 30px; 
}

.search .entry-header {
	border-bottom: none;
	margin-bottom: 12px;
}

.search .entry-header .posted-on, .search .entry-header .post-author, .search .entry-header .post-comments {
	display: none;
}

.search .entry-title {
    font-size: 1.6em;
}
/*
.search .entry-content {
    display: flex;
    flex-direction: column;
}
*/
.search .entry-content > img {
    max-width: 150px;
    margin-right: 20px;
}

.search .entry-content > p {
	margin-top: 0;
	flex-grow: 2;
}

.search .entry-taxonomy {
	margin-top: 0;
}

.pagination, .woocommerce-pagination {
	border: none;
}

.ggh-search-result-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cacaca;
    min-height: 150px;
}

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

.ggh-search-result-item img {
	margin-bottom: 18px;
}




/* PRODUCT ARCHIVES */

header.woocommerce-products-header {
    padding-bottom: 40px !important;
}

.label-wrap.wapl-alignright {
    right: 0px;
}

.wc-block-grid {
	margin-top: 30px;
}

ul.products {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

li.product, .wc-block-grid__product, .ggh-resources-content {
	border-left: 3px solid #50237e;
    padding: 23px 25px 0 25px;
    box-shadow: 2px 0px 6px #e2e2e2;
    border-radius: 0px 30px 0 0;
    margin-bottom: 3.4em !important;
    flex-shrink: 0;
    background: white;
    max-width: 300px;
    margin-right: 20px;
}

ul.products li.product h2, 
ul.products li.product h3, 
ul.products li.product .woocommerce-loop-product__title, 
ul.products li.product .wc-block-grid__product-title, 
ul.products .wc-block-grid__product h2, 
ul.products .wc-block-grid__product h3, 
ul.products .wc-block-grid__product .woocommerce-loop-product__title, 
ul.products .wc-block-grid__product .wc-block-grid__product-title, .wc-block-grid__products li.product h2, 
.wc-block-grid__products li.product h3, 
.wc-block-grid__products li.product .woocommerce-loop-product__title, 
.wc-block-grid__products li.product .wc-block-grid__product-title, 
.wc-block-grid__products .wc-block-grid__product h2, 
.wc-block-grid__products .wc-block-grid__product h3, 
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title, 
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    color: #b56dff;
}

ul.products li.product h2, 
ul.products li.product h3, 
ul.products li.product .woocommerce-loop-product__title:hover, 
ul.products li.product .wc-block-grid__product-title:hover, 
ul.products .wc-block-grid__product h2, 
ul.products .wc-block-grid__product h3, 
ul.products .wc-block-grid__product .woocommerce-loop-product__title, 
ul.products .wc-block-grid__product .wc-block-grid__product-title, .wc-block-grid__products li.product h2, 
.wc-block-grid__products li.product h3, 
.wc-block-grid__products li.product .woocommerce-loop-product__title, 
.wc-block-grid__products li.product .wc-block-grid__product-title, 
.wc-block-grid__products .wc-block-grid__product h2, 
.wc-block-grid__products .wc-block-grid__product h3, 
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title, 
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    color: #50237e;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #50237e;
    color: #ffffff;
}

.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    background-color: #d9b6fd;
    color: white !important;
}

.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: #b56dff !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    color: #ffffff !important;
}

h2.woocommerce-loop-product__title {
	margin-top: 10px;
}

h1.woocommerce-products-header__title.page-title, .page-title {
    text-align: center;
}

header.woocommerce-products-header {
	padding-bottom: 0 !important;
}

h3.berocket_ajax_group_filter_title {
    padding-top: 19px;
}

ul.berocket_aapf_widget li {
    padding: 6px 0;
}

label.berocket_label_widgets {
    line-height: 1.4em;
}

li.berocket_term_parent_0.berocket_term_depth_0 > span {
    display: flex;
    align-items: center;
}

.wapl-aligncenter span.woocommerce-advanced-product-label.product-label.label-custom {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 12px;
}

.wc-block-grid__product-onsale, .onsale, .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    color: white;
    background: #9966cc;
    border: none;
}

div.term-description {
	max-width: 700px;
	margin: 0 auto 60px;
}

.term-description p {
	margin-bottom: 16px;
}

.page .storefront-breadcrumb, .search-results .storefront-breadcrumb {
	display: none;
}

.wc-block-grid__products {
	justify-content: center;
}

.wc-block-grid__product {
    min-width: 360px !important;
    width: 360px !important;
    max-width: 360px !important;
}

.col-full {
    display: flex;
    flex-direction: column;
}
/*
div#primary {
    order: 3;
}
*/
div#secondary {
/*    order: 2;*/
    padding-right: 20px;
    padding-top: 30px;
}

.storefront-breadcrumb {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.post-type-archive-product .woocommerce-products-header__title.page-title, .post-type-archive-product .storefront-breadcrumb {
	display: none;
}




/* ----- PRODUCT SINGLE ----- */

.product {
	padding-top: 20px;
}

h1.product_title {
	text-align: left;
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 2.4em;
}

h1.product_title::before {
	padding: 0;
	background: none;
}

.ggh-product-latin-name {
    font-style: italic;
}

.ggh-short-description {
	padding: 20px;
	max-width: 700px;
	margin: auto;
}

a.wl-add-to.wl-add-but.button.present {
    background-color: white;
    color: #50237e;
    text-decoration: underline;
    padding: 0;
}

a.wl-add-to.wl-add-but.button.present:hover {
    color: #9bb78f;
} 

.single-product div.product p.price {
    font-size: 2em;
    margin: 0 20px 0 0;
    float: left;
    position: relative;
    top: 19px;
}

.quantity .qty {
    padding: 12px;
}

p.stock.in-stock, p.stock.out-of-stock {
    position: relative;
    top: 29px;
    float: left;
    padding-right: 22px;
}

.outofstock .quantity, .outofstock #wl-wrapper, .outofstock .wishlist-cart-form {
    display: none;
}

.stock-notifier-shortcode-subscribe-form {
	padding-top: 15px;
}

form.variations_form.cart {
    clear: both;
}

span.sku_wrapper {
    clear: left;
    padding-bottom: 12px;
}

.single-product span.sku_wrapper {
	padding-bottom: 0; 
}

.alert_container {
    clear: both;
    padding-top: 20px;
}

.wl-list-pop dd {
    font-size: 18px;
}

h6.subscribe_for_interest_text {
    font-family: 'Overpass';
    font-size: 1em;
} 

.single-product div.product .product_meta .posted_in, .single-product div.product .product_meta .tagged_as {
	display: none;
}

.summary.entry-summary {
    border-left: 3px solid #50237e;
    padding: 23px 40px 0 25px;
    box-shadow: 2px 0px 6px #e2e2e2;
    border-radius: 0px 60px 0 0;
}

.ggh-product-warnings {
	background: orangered;
	padding: 20px;
	color: white;
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.ggh-product-warnings .dashicons {
    font-size: 3em;
    width: 50px;
    height: 50px;
}

.ggh-product-warnings ul {
    margin: 0 0 0 30px;
}

.ggh-out-of-season-notice {
	padding: 20px;
	margin: 20px 0;
	color: white;
	background: #bdbdbd;
	font-weight: bold;
	text-align: center;
}

.ggh-product-plant-taxonomies {
    clear: both;
    padding-bottom: 30px;
    padding-top: 30px;
    border-right: 3px solid #50237e;
    background-color: white;
    box-shadow: -2px 0px 6px #e2e2e2;
    border-radius: 0px 0px 0 60px;
    margin-bottom: 30px;
}

.ggh-product-plant-taxonomies h2 {
	text-align: center;
}

.ggh-product-plant-taxonomies-flex-wrapper { 
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
} 

.ggh-product-taxonomy {
	display: flex;
	align-items: flex-start;
	width: 300px;
    padding: 20px 10px;
}

.ggh-product-taxonomy > img {
	max-width: 64px;
	max-height: 64px;
	margin-right: 10px;
}

.ggh-product-taxonomy > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 2px;
}

.single-product div.product {
    overflow: inherit;
}

.single-product .upsells {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); 
    background-color: #f3e7ff;
    padding: 30px;
}

.single-product #main,
.single-product .content-area, .widget-area {
	margin-bottom: 0;
}

.ggh-product-single-the-content {
	max-width: 700px;
	margin: 60px auto;

}

.upsells h2 {
	text-align: center;
}










/* ----- PRODUCT FILTERS ----- */

#secondary {
	padding-left: 20px;
}

h3.berocket_ajax_group_filter_title {
    text-align: center;
    border-bottom: 1px solid #333;
}

img.berocket_widget_icon {
    max-width: 32px;
    margin-right: 10px;
    position: relative;
    top: 8px;    
}  

.widget {
    margin-bottom: 10px;
}

.widget .widget-title, .widget .widgettitle {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0;
}

.berocket_term_depth_1 label {
	padding-left: 0;
}

.berocket_aapf_widget_show.mobile_hide { 
	display: block;
}

ul.berocket_aapf_widget {
	margin-left: 20px;
}

ul.berocket_aapf_widget li {
    font-size: 1.2em;
    margin-bottom: 6px;
}

h3.widget-title.berocket_aapf_widget-title {
    color: #50237e;
}

.widget_berocket_aapf_single {
    border-bottom: 1px solid #cacaca;
}

.berocket_aapf_widget_selected_filter span {
    display: none;
}

.berocket_aapf_widget_selected_filter ul {
    margin: 0;
}

.berocket_aapf_widget_selected_filter ul li a {
    padding-left: 0 !important;
}

a.br_unselect_all i {
    color: red !important;
}

#berocket_aapf_single-5 {
	border-bottom: none;
}















/* ----- GARDEN RESOURCES PAGE / ARCHIVE ----- */
/* SEE LINE 665 for .ggh-resources-content piggybacking on Product styles */

div#cl-latest-posts-block_5ed57b8d75e1b .h2 {
    text-align: center;
}

.ggh-resources-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
}

.ggh-resources-item {
    display: flex;
    align-items: stretch;
    margin: 0 15px 40px;
    max-width: 570px;
   	flex-direction: column;
} 

.ggh-resources-content {
    margin-bottom: 0 !important;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 15px;
    order: 1;
    height: 270px;
    max-height: 270px;
}

.ggh-resources-content > div {
	margin-bottom: 10px;
}

.ggh-resources-content h2 {
	line-height: 1;
}

.ggh-resources-content h2 a {
	text-decoration: none !important;
	font-size: 22px;
	color: #333;
}

.ggh-resources-item-image {
	order: 2;
	display: none;
}

.ggh-resources-item-image img {
	border-radius: 0; 
	max-width: 270px;
}

.ggh-resources-content > div > p:last-of-type {
    margin-bottom: 0;
}

.ggh-resources-content > p {
    margin-bottom: 12px;
}






.single .posted-on, .single .post-author, .single .post-comments {
	display: none;
}













/* ----- POST ARCHIVES ----- */

.post-archive-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.post-archive-item img {
	margin-bottom: 20px;
}










/* ----- INTERIOR PAGES ----- */


/* SERVICES */
.ggh-split-on-sage h2 {
	color: white;
}

.ggh-split-on-sage a {
	color: #50237e;
}

.ggh-split-on-sage a:hover {
	color: white;
	text-decoration: underline !important;
}



/* CLASSES */
div#clmt-shortcode-wrapped-block_5e94ba56e2253 .storefront-sorting {
    display: none;
}

.ggh-upcoming-class-list {
	text-align: center;
}


.ggh-class-row {
    display: flex;
	  flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.ggh-class-date-time-length {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #50237e;
    color: #50237e;
	  width: 120px;
	  min-width: 120px;
}

.ggh-class-title-price-link { 
    display: flex;
    flex-direction: column;
    justify-content: center;
	  margin: 10px 0 60px 0;
	  width: 100%;
}

span.ggh-class-date {
    font-size: 2em;
	  font-weight: bold;
}

span.ggh-class-time {
    font-weight: bold;
    text-transform: uppercase;
}

.ggh-class-thumbnail {
	margin-left: 20px;
}

.ggh-class-thumbnail img {
    margin-bottom: 0 !important;
	  width: 150px;
	  min-width: 150px;
}

span.ggh-class-title {
    font-size: 1.4em;
}

span.ggh-class-price {
    font-size: 1.2em;
    margin-right: 25px;
}

@media only screen and ( min-width: 768px ) {
	.ggh-class-row {
    display: flex;
	  flex-wrap: nowrap;
		margin-bottom: 45px;
	}
	
	.ggh-class-thumbnail {
	    margin: 0 20px;
	}

	.ggh-class-title-price-link {
    justify-content: center;
		align-items: flex-start;
		text-align: left;
	  margin: 0;
   }
	
}






/* ORIGIN STORY */

#clmt-split-content-block_5ea8b0427660c .clmt-split-content-photo {
	position: relative;
}

#clmt-split-content-block_5ea8b0427660c .clmt-split-content-photo::after {
    content: "Jan & Jim Gulley";
    position: absolute;
    color: white;
    font-size: 2em;
    bottom: 20px;
    right: 30px;
}






/* CONTACT */
.entry-content .ggh-open-status {
    font-size: 1.4em;
    display: flex;
    justify-content: center;
}

.entry-content .ggh-open-status .ggh-ph-open-sign {
	padding-right: 8px;
	flex-shrink: 0;
}

.entry-content .ggh-ph-open-status {
	font-style: normal;
}

.entry-content .ggh-ph-open-sign img {
	height: 48px;
	width: 48px;
}



/* COMMERCIAL */

#gform_wrapper_8 input[type='text'], 
#gform_wrapper_8 input[type='number'], 
#gform_wrapper_8 input[type='email'], 
#gform_wrapper_8 input[type='tel'], 
#gform_wrapper_8 input[type='url'], 
#gform_wrapper_8 input[type='password'], 
#gform_wrapper_8 input[type='search'], 
#gform_wrapper_8 textarea, 
#gform_wrapper_8 .input-text {
	background-color: white !important; 
}

div#clc-guten-wrapper-block_5eaa12d64dd85 .h2 { 
    margin-bottom: 0;
    margin-top: 60px;
} 

div#clc-guten-wrapper-block_5eaa12d64dd85 figure {
    margin-bottom: 0;
}

div#clc-guten-wrapper-block_5eaa12d64dd85 > p.h2, 
div#clc-guten-wrapper-block_5eaa0cdbd8228 > p.h2 {
	font-size: 2.8em;
	color: #50237e;
}


div#cl-simple-stripe-block_5ea9f93e10dc0 .clmt-simple-stripe-content,
div#cl-simple-stripe-block_5ea9e40a73cf8 .clmt-simple-stripe-content {
    font-size: 1em;
}



/* PAPER AVAILABILITY */

.ggh-paper-availabilities {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ggh-paper-availability {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 30px;
}

.ggh-paper-availability-files {
    display: flex;
}

.ggh-paper-availability-files > a {
    margin: 10px;
    min-width: 180px;
}



/* COMMERCIAL FAIRY FLOWERS */

div#cl-hero-block_5eac565b3ae2e {
    background-size: contain;
    background-repeat-y: no-repeat;
} 






/* ----- 404 ----- */

.error404 div#content {
    background: url(/wp-content/uploads/2022/04/gulley-404.jpg) top center no-repeat;
    background-size: cover;
}

.error-404 {
	min-height: calc( 100vh - 408px );
}

.error404 .page-content {
	background: rgba( 255 , 255 , 255 , 0.9 );
	padding:  40px;
	text-align: center;
	margin-bottom: 60px;
}
















/* ----- FOOTER ----- */

footer .site-info {
	font-size: 14px;
	text-align: center;
	padding: 0 20px;
}

.clc-pm-creds {
	width: 100%;
	display: flex;
	justify-content: center;
}





@media only screen and (min-width: 48em) { /* 768px - start tablet view */

    /* ----- SITE-WIDE ----- */
    .hide-above-768 {
        display: none !important;
    }

    .show-at-768 {
        display: block;
    }

    /* CONTAINERS */

	.col-full {
		margin: auto;
	}

	div#content {
	    margin-top: 140px; 
	}

	/* HEADER */

		/* PREHEADER */

		#ggh-preheader {
			margin-top: 0;
			position: fixed;
			top: 0;
			left: 0;
		}

		#ggh-ph-open-control {
			display: none;
		}

		#ggh-preheader .ggh-content-width { 
			align-items: center;
		}

		#ggh-preheader .ggh-ph-inside-wrapper {
			flex-direction: row;
		}

		#ggh-ph-open.ggh-ph-is-closed {
			display: flex !important; 
		}

		.ggh-ph-always {
			width: auto;
			order: 2;
			padding-right: 0;
		}

		.ggh-ph-always > div {
		    margin: 6px 10px;
		}

		#ggh-ph-open {
			order: 1;
			width: 100% !important;
			margin: 0 !important;
			padding: 0 !important;
			justify-content: flex-start !important;
		}

		#ggh-ph-open .ggh-open-status {
			display: flex;
			flex-direction: row;
			justify-content: flex-start !important;
		}

		#ggh-ph-open .ggh-ph-open-sign {
			display: block;
			margin-right: 5px !important;
		}		

		.ggh-ph-always .ggh-ph-open-sign {
			display: none;
			margin: 0 !important;
		}	

		div#content {
		    margin-top: 138px;
		}
/*
		.admin-bar div#content {
			margin-top: 186px;
		}
*/
	header#masthead {
	    margin-top: 39px;
	}		

	.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
		font-size: 1em;
	}

	.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
	    background-color: white !important;
	    box-shadow: 0 2px 4px #e6e6e6;
	}

	.main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover > a, .main-navigation ul.menu ul li.focus, .main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li:hover > a, .main-navigation ul.nav-menu ul li.focus {
		background-color: #50237e;
	    color: white;
	}

	.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle {
	    color: #50237e;
	}

	.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
	    color: #9966cc;
	    background: #50237e;
	    color: white !important;
	    font-weight: normal;
	}

	.primary-navigation {
	    display: flex;
	    justify-content: flex-end;
	}

	img.custom-logo {
	    padding-left: 0px;
	    margin-left: 20px;
	}

	/* HEADINGS */



	/* BUTTONS */
    


	/* HOME */

	.ggh-hero-intro {
		font-weight: bold; 
		line-height: 1.1em;
		font-size: 3.8em !important;
	} 

	.ggh-hero-buttons {
		display: flex;
		flex-direction: row;
	}

	.ggh-hero-buttons a {
		margin: 10px; 
	}




    /* ----- PRODUCT ARCHIVE ----- */

	.wc-block-grid__products {
		justify-content: center;
	}

	.col-full {
	    display: block;
	}

	div#secondary {
	    padding-right: 0px;
	    padding-left: 20px;
	}





    /* ----- PRODUCT SINGLE ----- */
   
	.search.left-sidebar .content-area, 
   .search.left-sidebar .content-area,
   .page.left-sidebar .content-area, 
   .page.left-sidebar .content-area,
   .single-product.left-sidebar .content-area, 
   .single-product.left-sidebar .content-area {
      width:100%;
      float:left; 
   }

	.onsale,
	.sku_wrapper {
		display: none !important;
	}

	.single-product .entry-summary {
		min-height: 300px;
	}



	/* ----- PRODUCT FILTERS ----- */

	#secondary {
		padding-left: 0px; 
	} 

	.post-type-archive-product #primary, .archive.tax-product_cat #primary {
		width: 73%;
	}

	.post-type-archive-product #secondary, .archive.tax-product_cat #secondary {
		width: 23%;
		margin-right: 0;
	}

	.post-type-archive-product .left-sidebar .content-area {
		width: 73%; 
		margin-left: 4%; 
	}

	.post-type-archive-product .left-sidebar .widget-area {
		width: 23%;
		margin-right: 0;
	}






	/* SEARCH RESULTS */

	.ggh-search-result-item {
	    flex-direction: row;
	}

	.ggh-search-result-item img {
		margin-bottom: 0px;
		margin-right: 18px;
		min-width: 150px;
	}






	/* ----- POST ARCHIVES ----- */

	.post-archive-item {
	    flex-wrap: nowrap;
	    justify-content: flex-start;
	    align-items: flex-start;
	}

	.post-archive-item img {
		margin-right: 20px;
	}










    /* ----- INTERIOR PAGES ----- */


    /* FOOTER */



}


@media only screen and (min-width: 60em) { /* 960px - start desktop views */

    /* ----- SITE-WIDE ----- */
    .hide-above-960 {
        display: none !important;
    }

    .show-at-960 {
        display: block;
    }

    /* CONTAINERS */


    /* HEADINGS */


    /* HEADER */
    


    /* ----- INTERIOR PAGES ----- */


    /* FOOTER */



}


@media only screen and (min-width: 64em) { /* 1024px - iPad landscape */

    /* ----- SITE-WIDE ----- */
    .hide-above-1024 {
        display: none !important;
    }

    .show-at-1024 {
        display: block;
    }


    /* CONTAINERS */

	.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignfull, 
	.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide, 
	.storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull, 
	.storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
		padding-left: 0;
		padding-right: 0;
	}


    /* HEADINGS */


    /* HEADER */


    /* FOOTER */

}


@media only screen and (min-width: 75em) { /* 1200px */ 

    /* ----- SITE-WIDE ----- */
    .hide-above-1200 {
        display: none !important;
    }

    .show-at-1200 {
        display: block;
    }

    .storefront-breadcrumb {
    	padding-left: 0;
    }


    /* CONTAINERS */


    /* HEADINGS */


    /* HEADER */

    #ggh-prehead {
    	padding: 0;
    }

	img.custom-logo {
	    margin-left: 0px;
	}     

	#ggh-ph-open > div {
		margin-right: 20px;
	}

	.ggh-ph-always {
		justify-content: flex-end;
	}

	.ggh-ph-always > div {
		margin-left: 20px;
	}
     
    /* ----- HOME ----- */



    /* ----- PRODUCT ARCHIVE ----- */

	.wc-block-grid__products {
		justify-content: center;
	}

	.col-full {
	    display: block;
	}

	div#secondary {
	    padding-left: 0px;
	}






	/* ----- GARDEN RESOURCES PAGE / ARCHIVE ----- */
	/* SEE LINE 665 for .ggh-resources-content piggybacking on Product styles */

	.ggh-resources-flex-wrapper {

	}

	.ggh-resources-item {
	   	flex-direction: row;
	} 

	.ggh-resources-content {
	    order: 2;
	}

	.ggh-resources-item-image {
		display: block;
		order: 1;
	} 


    /* ----- INTERIOR PAGES ----- */


    /* FOOTER */

}

@media only screen and (min-width: 100em) { /* 1600px */

    /* ----- SITE-WIDE ----- */
    .hide-above-1600 {
        display: none !important;
    }

    .show-at-1600 {
        display: block;
    }


    /* CONTAINERS */


    /* HEADINGS */


    /* HEADER */


    /* ----- HOME ----- */


    /* ----- INTERIOR PAGES ----- */


    /* FOOTER */

}



.ggh-resources-item-image  {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.ggh-resources-content div div p {
	font-size: 16px !important;
	margin-bottom: 8px;
}

.ggh-resources-content .class-cost,
.ggh-resources-content .class-date {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
