/*
Theme Name: Cherry Greenhouse
Theme URI: https://cherrygreenhouse.com/
Description: 
Author: Kimberly Kladivo
Author URI: https://kkd-web.com
License: 
License URI: 
Template: kkd
Version: 0.1
*/
@import url("../kkd/style.css");
@import url("//use.typekit.net/qlb0ros.css");

:root {
	--green: #3a4d37;
	--red: #622525;	
	--cream: #f6f3ed;
}
body {
	font-family: "open-sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	background: var(--cream);
	color: var(--green);
	line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: all-round-gothic, sans-serif;
	font-weight: 1000;
	line-height: 1em;
	margin-bottom: 10px;
}
h1 {
	font-size: 2em;
	color: var(--green);
}
h2 {
	font-size: 1.3em;
	color: var(--red);
}
h1 + h2 {
	margin-top: -10px;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;	
}
p, ul, ol {
	line-height: 1.2em;
	margin-bottom: 10px;
}
ul {
	list-style: disc;
	margin-left: 40px;	
}
ol {
	list-style: decimal;
	margin-left: 40px;	
}
strong, b {
	font-weight: 600;	
}
em strong, strong em {
	font-family: all-round-gothic, sans-serif;
	font-weight: 600;
}
a {
	color: var(--red);
}
a:hover {
	color: #a57956;
}
.button {
	background: #a57956;
	font-weight: 700;
	font-family: all-round-gothic, sans-serif;
	padding: 10px 60px;	
}
.button:hover, .button:focus {
	background: var(--red);
	color: #fff;
}
.row {
		
}
.off-canvas-content {
	background: var(--cream);
}
.top-bar, .top-bar ul {
	background: none;	
}
.top-bar .top-bar-title {
	
}
.top-bar ul,
.menu > li,
.social {
	display: inline-block;
}
.top-bar-right {
	margin-top: 10px;	
	float: none;
	text-align: right;
}
.top-bar ul li {

}
.top-bar ul {
	font-weight: 600;	
}
.top-bar ul li a {
	font-family: all-round-gothic, sans-serif;
	font-weight: 600;
	color: #635f57;
}
.top-bar ul#menu-primary-1 {
	clear: right;
}
.top-bar ul#menu-primary-1 li a {
	color: #83775f;	
	font-size: 1.2em;
}
.top-bar ul li a.button {
	
}
.top-bar ul li a:hover {
	opacity: .8;	
}
.social a {
	color: var(--red);	
	padding: 0 10px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	left: 0;
	right: auto;	
}
.orbit {
	z-index:1;
}
.main-content {
	margin: 100px 0;	
}
.featured {
	background-size: cover;
	background-position: center center;	
}
.featured .overlay {
  	background-image: -moz-linear-gradient( 1deg, rgb(98,37,37) 0%, rgba(98,37,37,0.8) 72%, rgba(98,37,37,0) 100%);
  	background-image: -webkit-linear-gradient( 1deg, rgb(98,37,37) 0%, rgba(98,37,37,0.8) 72%, rgba(98,37,37,0) 100%);
  	background-image: -ms-linear-gradient( 1deg, rgb(98,37,37) 0%, rgba(98,37,37,0.8) 72%, rgba(98,37,37,0) 100%);
  	max-width: 80%;
}
.featured .overlay .content {
  	max-width: 70%;
  	padding: 100px;
}
.featured .overlay * {  	
  	color: #fff;
}	
.social-feed {
	margin: 100px 20px;	
	text-align: center;
}
footer {
	background: var(--green);
	color: #fff;	
	padding: 50px;
	font-size: .9em;
}
footer p {
	margin-bottom: 0;	
}
footer span {
	font-weight: 700;
	font-family: all-round-gothic, sans-serif;
	display: block; 
}
footer span.loc-name {
	font-size: 1.2em;	
}
.copyright {
	width: 100%;
	font-size: .7em;
	text-align: center;
	background: #263324;
	color: #fff;
	padding: 10px;
}
.add-cookie {
	display: none;
}
#gdpr {
	position: fixed;
	bottom: 0;
	background: #000;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: .8em;
	width: 100%;	
}
#gdpr .close-cookie-banner {
	float: right;
	color: #fff;
	font-weight: 700;
}
#lightgallery div img {
	cursor: pointer;
}
.row.locations {
	margin-top: 50px;
	text-align: center;	
}
.row.locations span.loc-tagline {
	font-weight: 700;
	font-family: all-round-gothic, sans-serif;
	display: block; 
	margin-bottom: 10px;
	margin-top: -10px;
}	
.hours {
	list-style: none;
	margin-left: 0;	
}
.blog-nav .widget {
	display: inline-block;
	width: 49%;	
	padding: 20px;
}
.sidebar-nav .wiget {
	margin-bottom: 20px;	
}
.widget select {
	background-color: var(--red);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 255, 255%29'></polygon></svg>");
	color: #fff;
	border: none;
	padding-left: 10px;
	font-weight: 600;
	position:relative;	
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
.widget select::after {
	content: '\f0d7';
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-family: "Font Awesome 6 Free";
	z-index: 30;
}
.blog-entry {
	margin: 25px 0 50px;
	border-bottom: none;
}

.sidebar .sidebar-nav {
	margin-top: 1rem;
}
@media screen and (max-width:1340px) {
		.hide-for-large {
			display: block!important;	
		}
		.show-for-large {
			display: none!important;	
		}
		.top-bar .top-bar-right {
			display: inline-block;	
			width: auto;
			line-height: 120px;
			margin-right: 20px;
			margin-top: 0;
			font-size: 1.5em;
		}
		/* ===== OFF-CANVAS MENU STYLING ===== */
		
		/* The off-canvas panel itself */
		.off-canvas, .off-canvas-wrapper {
		  background-color: var(--green); /* deep forest green */
		  padding: 0;
		}
		
		/* Close button (×) */
		.off-canvas .close-button {
		  color: #fff;
		  font-size: 2rem;
		  top: 5px;
		  right: 5px;
		}
		
		.off-canvas .close-button:hover {
		  color: #e8f5e8
		}
		.off-canvas .social {
			text-align: center;	
			display: block;
			margin-top: 10px;
		}
		.off-canvas .social a {
			color: #fff;
			display: inline-block;
		}
		/* Nav links */
		.off-canvas .menu {
		  padding: 0;
		}
		
		.off-canvas .menu li a {
		  color: #fff;
		  font-size: 1.1rem;
		  font-family: inherit;
		  padding: 14px 24px;
		  border-bottom: 1px solid rgba(255,255,255,0.08);
		  letter-spacing: 0.03em;
		  transition: background 0.2s, color 0.2s;
		}
		.off-canvas .menu.primary {
			border-top: 1px solid rgba(255,255,255,0.08);
		}
		.off-canvas .menu li a:hover {
		  background-color: rgba(255,255,255,0.1);
		  color: #e8f5e8;
		}
		
		/* Hamburger / menu-open button */
		.menu-toggle {
			color: var(--green);
		}
		.menu-toggle:focus, .menu-toggle:hover {
			color: var(--red);
		}
		.top-bar-right {
			display: inline-block;	
		}
		
		/* Off-canvas overlay (scrim behind the menu) */
		.js-off-canvas-overlay {
		  background: rgba(0, 0, 0, 0.55);
		}
		
}
@media screen and (max-width:640px) {
	#wpadminbar {
		position: fixed!important;	
	}	
	.top-bar .top-bar-title {
		max-width: 80%;
	}
	.top-bar .top-bar-right {
		display: inline-block;	
		width: auto;
		line-height: 60px;
		margin-top: 0;
		font-size: 1.5em;
	}
	.main-content {
		margin: 50px 30px;	
	}
	.featured .overlay {
		width: 100%;
		max-width: 100%;
		background: none;	
	}
	.featured .overlay .content {
		padding: 50px 30px;
		width: 100%;
		background: rgba(98,37,37,0.8);
		max-width: 100%;
	}	
	footer {
		text-align: center;	
	}
	footer .text-right {
		text-align: center;	
	}
}