@import "fonts/stylesheet.css";


/** GLOBAL **/

body {
	font-family: 'silkaregular';
	color: #000000;
	padding-top: 180px;
}

body.locked {
	overflow: hidden;
}

#page {
	max-width: 1670px;
	margin: 0 auto;
}

.green-solid, .green-outline:hover {
	font-family: 'silkasemibold';
	background-color: #277e33;
	color: #ffffff !important;
	padding: 11px 50px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
	font-size: 24px;
	display: inline-block;
}

.green-outline, .green-solid:hover {
	font-family: 'silkasemibold';
	background-color: transparent;
	color: #277e33 !important;
	padding: 11px 50px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
	font-size: 24px;
	border: 2px solid #277e33;
	display: inline-block;
}

.solid-white {
	font-family: 'silkasemibold';
	background-color: #fff;
	color: #277e33 !important;
	padding: 11px 50px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
	font-size: 24px;
	display: inline-block;
	border: 2px solid #277e33;
}

.solid-white:hover {
	font-family: 'silkasemibold';
	background-color: #277e33;;
	color: #ffffff !important;
	padding: 11px 50px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px;
	font-size: 24px;
	display: inline-block;
}

.break {
	clear: both;
}

.breadcrumbs {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

article {
	padding: 15px !important;
}

.page-template-default article {
	padding: 0 !important;
}

/** HEADER **/


header#masthead {
	position: fixed;
	height: 180px;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	transition: all .3s ease;
	box-shadow: 0 1px 25px rgba(0,0,0, .1);

}

header#masthead.hide {
	top: -181px;
}

header#masthead #masthead-interior {
	max-width: 1670px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
	padding-bottom: 30px;
}

header .site-branding {
	min-width: 160px;
}

#top-menu-holder {
	display: flex;
	justify-content: end;
}

#site-menus #top-menu {
	list-style: none;
	margin-top: 7px;
	margin-left: 0;
}

#site-menus #top-menu li {
	float: left;
}

#site-menus #top-menu li a {
	text-decoration: none;
	font-size: 18px;
	padding: 0 20px;
	color: #000000;
}

#top-menu-holder form, #mobile-search-box form {
	position: relative;
}

#top-menu-holder form input[type=text], .blog #category-box form input[type=text], .category #category-box form input[type=text], .single #category-box form input[type=text], .post-type-archive-recipes #category-box form input[type=text], .post-type-archive-gardentips #category-box form input[type=text], .archive #category-box form input[type=text], #search2, .page-template-page-backyard form input[type=text] {
	padding: 7px;
	padding-left: 7px;
	border-radius: 20px;
	padding-left: 15px;
	font-family: 'silkaregular';
	min-width: 245px;
}

#top-menu-holder form button, .blog #category-box form button, .category #category-box form button, .single #category-box form button, .post-type-archive-recipes #category-box form button, .post-type-archive-gardentips #category-box form button, .archive #category-box form button, #mobile-search-box form button, .page-template-page-backyard form button {
	background: #ffffff;
	border: transparent;
	position: absolute;
	right: 14px;
	padding: 0;
	top: 11px;
}

.main-navigation ul {
	justify-content: flex-end;
}

.menu-top-menu-container ul {
	margin-top: 25px;
}

.menu-top-menu-container ul li a {
	text-decoration: none;
	font-size: 20px;
	padding: 0 20px;
	color: #666;
	font-family: 'silkamedium';
	white-space: nowrap;
}

.menu-top-menu-container ul li {
	border-right: 2px solid #ccc;
	line-height: 1;
}

.menu-top-menu-container ul li:last-child {
	border-right: none;
}

.menu-top-menu-container ul li:last-child a {
	padding-right: 0;
}


/*#site-navigation .submenu-open a:after {
  position: relative;
  font-family: 'FontAwesome';
  top: 0;
  right: 0;
  content: "\f078";
  font-size: 18px;
  padding-left: 10px;
}*/

#sub-menus {
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 3px 6px 5px #999;
}

#sub-menus .sub-menu-item {
	max-width: 950px;
	margin: 0 auto;
	/*height: 0;
	overflow: hidden;*/
	display: none;
}

#sub-menus .sub-menu-item .submenu-columns {
	display: flex;
	justify-content: space-between;
}

#sub-menus .sub-menu-item h3 {
	font-family: 'FilmotypeModern';
	font-weight: normal;
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
}

#sub-menus .sub-menu-item .close-menu {
	margin: 0 auto;
	width: 140px;
	background-color: green;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: 5px;
	font-size: 14px;
	margin-top: 20px;
	display: none;
}

#sub-menus .sub-menu-item .link {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#sub-menus .sub-menu-item .link a {
	color: #000;
	font-size: 15px;
	padding: 5px;
	text-decoration: none;
	padding-left: 0;
}

#sub-menus .sub-menu-item.menus img {
	margin-top: 20px;
}

#sub-menus .sub-menu-item.departments .submenu-column {
	width: 22%;
}

#mobile-menu-container {
	display: none;
}

/** FOOTER **/

#colophon {
	background-color: #898672;
	color: #ffffff;
	padding: 20px 50px;
	font-size: 14px;
	clear: both;
}

#footer-body {
	max-width: 1670px;
	margin: 0 auto;
	display: flex;
}

.footer-copyright {
	font-size: 14px;
	margin-top: 70px;
	padding-right: 20px;
}

.footer-links h3 {
	font-size: 14px;
	margin-bottom: 20px;
}

.footer-links a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 20px;
	font-size: 14px;
}

/*.social-media a {
	color: #ffffff;
	padding: 5px 9px;
	border: 1px solid #ffffff;
	border-radius: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

.social-media .fab {
	width: 10px;
	font-size: 12px;
}*/

.social-media i {
	display: inline-block;
	height: 70px;
	width: 70px;
}

.social-media .sm-facebook {
	background: url('../images/sm-facebook.png') no-repeat;
}

.social-media .sm-twitter {
	background: url('../images/sm-twitter.png') no-repeat;
}

.social-media .sm-instagram {
	background: url('../images/sm-instagram.png') no-repeat;
}

.social-media .sm-pinterest {
	background: url('../images/sm-pinterest.png') no-repeat;
}

.social-media .sm-tiktok {
	background: url('../images/sm-tiktok.png') no-repeat;
}

.social-media .sm-google {
	width: 70px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.social-media .sm-google span {
	font-size: 10px;
	margin-top: -5px;
	display: inline-block;
}

.social-media .sm-google-icon {
	background: url('../images/sm-google.png') no-repeat;
}

.footer-right .social-media i {
	width: 40px;
	height: 40px;
	background-size: contain !important;
}

.footer-right .social-media .sm-google {
	width: 40px;
}

.footer-right .social-media .sm-google span {
	color: #ffffff;
}

.footer-right .social-media .sm-facebook {
	background: url('../images/smw-facebook.png') no-repeat;
}

.footer-right .social-media .sm-twitter {
	background: url('../images/smw-twitter.png') no-repeat;
}

.footer-right .social-media .sm-instagram {
	background: url('../images/smw-instagram.png') no-repeat;
}

.footer-right .social-media .sm-pinterest {
	background: url('../images/smw-pinterest.png') no-repeat;
}

.footer-right .social-media .sm-tiktok {
	background: url('../images/smw-tiktok.png') no-repeat;
}

.footer-right .social-media .sm-google-icon {
	background: url('../images/smw-google.png') no-repeat;
}

#newsletter-block .social-media {
	margin-top: 15px;
}

#newsletter-block .social-media a {
	color: #000000;
	border: none;
	padding: 0;
}

#newsletter-block .social-media .fab, #newsletter-block .social-media .fa-google {
	width: 10px;
	font-size: 30px;
	border: 3px solid #000;
	padding: 10px 35px 10px 14px;
	border-radius: 40px;
}

#footer-body .footer-left {
	width: 26%;
}

#footer-body .footer-right {
	width: 26%;
	text-align: right;
}

#footer-body .footer-links {
	width: 16%;
}

#mobile-logo {
	display: none;
}

.footer-badge {
	text-align: center;
	align-self: top;
	padding: 10px;
}

.footer-badge img {
	max-width: 90px;
}

/** NEWSLETTER BLOCK **/

#newsletter-block {
	padding: 45px 0 85px 0;
	background-size: cover !important;
	background-position: center right !important;
}

#newsletter-container {
	max-width: 1670px;
	margin: 0 auto;
	padding-left: 120px;
}

#newsletter-container h3 {
	font-size: 50px;
	font-family: 'FilmotypeModern';
	color: #000000;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 0;
	font-weight: normal;
}

#newsletter-container h4 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}

#newsletter-box {
	border: 1px solid #666;
	border-radius: 30px;
	max-width: 440px;
	position: relative;
}

#newsletter-email {
	background-color: transparent;
	padding-left: 18px;
	border: none;
	height: 44px;
}

#newsletter-submit {
	position: absolute;
	right: -2px;
	top: -2px;
	background-color: #277e33;
	color: #fff;
	border-radius: 30px;
	line-height: 30px;
	padding: 8px 55px;
	font-size: 20px;
	text-transform: uppercase;
}

/** HOMEPAGE **/

#homepage-top {
	display: flex;
	background-color: #f3f3f3;
}

#homepage-top-mobile {
	display: none;
	background-color: #f3f3f3;
}

#homepage-top-right {
	width: 50%;
	background-position: top center !important;
}

#homepage-top-left {
	width: 50%;
	text-align: right;
}

#homepage-top-text {
	width: 835px;
	float: right;
	margin: 40px 0;
	text-align: left;
	padding-right: 50px;
	max-width: 95%;
	min-height: 278px;
}

#homepage-top-text h1 {
	font-size: 70px;
	font-family: 'FilmotypeModern';
	color: #000000;
	text-transform: uppercase;
	line-height: 0.9;
	margin: 0;
	font-weight: normal;
}

#homepage-top-text h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 40px;
}

#homepage-middle {
	padding: 40px 0;
}

#homepage-middle-container {
	max-width: 1670px;
	margin: 0 auto;
}

#homepage-middle-container .middle-box {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	padding: 50px;
}

#homepage-middle-container .middle-box h3 {
	font-size: 50px;
	font-family: 'FilmotypeModern';
	color: #000000;
	text-transform: uppercase;
	max-width: 60%;
	line-height: 1;
	margin: 0;
	font-weight: normal;
}

#homepage-middle-container .middle-box h4 {
	font-size: 24px;
	color: #000000;
	max-width: 60%;
	line-height: 1.2;
	margin: 0;
	font-weight: normal;
	font-family: silkamedium;
	margin-bottom: 20px;
}

/** HOMEPAGE 2 ITEMS **/

#homepage-middle-container.count-2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#homepage-middle-container.count-2 .col-m {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}


#homepage-middle-container.count-2 .col-m .middle-box {
	width: 49%;
	height: 300px;
	position: relative;
}

/** HOMEPAGE 3 ITEMS **/

#homepage-middle-container.count-3 {
	display: flex;
	justify-content: space-between;
}

#homepage-middle-container.count-3 .col-m {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#homepage-middle-container.count-3 .col-m:nth-child(2) .middle-box {
	padding: 50px 50px 20px 50px;
	height: 49%;
	position: relative;
}

#homepage-middle-container.count-3 .col-m:nth-child(1) .middle-box {
	min-height: 580px;
	position: relative;
}

#homepage-middle-container.count-3 .col-m:nth-child(1) .middle-box h3 {
	padding-top: 70px;
}

/** HOMEPAGE 4 ITEMS **/

#homepage-middle-container.count-4 {
	display: flex;
	justify-content: space-between;
}

#homepage-middle-container.count-4 .col-m {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#homepage-middle-container.count-4 .col-m:nth-child(1) .middle-box:nth-child(1), #homepage-middle-container.count-4 .col-m:nth-child(2) .middle-box:nth-child(2) {
	padding: 50px 50px 20px 50px;
	height: 49%;
	position: relative;
	min-height: 580px;
}

#homepage-middle-container.count-4 .col-m:nth-child(1) .middle-box:nth-child(2), #homepage-middle-container.count-4 .col-m:nth-child(2) .middle-box:nth-child(1) {
	min-height: 250px;
	position: relative;
}

#homepage-middle-container.count-4 .col-m:nth-child(1) .middle-box:nth-child(2), #homepage-middle-container.count-4 .col-m:nth-child(2) .middle-box:nth-child(2) {
	margin-top: 20px;
}


/** HOMEPAGE 5 ITEMS **/
#homepage-middle-container.count-5 {
	display: flex;
	justify-content: space-between;
}

#homepage-middle-container.count-5 .col-m {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#homepage-middle-container.count-5 .middle-box {
	position: relative;
}

#homepage-middle-container.count-5 .col-m:nth-child(2) .middle-box {
	padding: 50px 50px 20px 50px;
	height: 33%;
}

#homepage-middle-container.count-5 .col-m:nth-child(1) .middle-box:nth-child(1) {
	min-height: 580px;
	position: relative;
}

#homepage-middle-container.count-5 .col-m:nth-child(1) .middle-box:nth-child(2), #homepage-middle-container.count-5 .col-m:nth-child(2) .middle-box:nth-child(3) {
	height: 250px;
}

#homepage-middle-container.count-5 .col-m:nth-child(1) .middle-box:nth-child(2), #homepage-middle-container.count-5 .col-m:nth-child(2) .middle-box:nth-child(2), #homepage-middle-container.count-5 .col-m:nth-child(2) .middle-box:nth-child(3) {
	margin-top: 20px;
}


#homepage-middle-container .button {
	position: absolute;
	bottom: 30px;
}


#homepage-app-interior {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 375px;
}

#homepage-app-container h3, #homepage-app-container-mobile h3 {
	color: #ffffff;
	font-size: 50px;
	font-family: 'FilmotypeModern';
	margin-bottom: 5px;
	margin-top: 80px;
	font-weight: normal;
	text-transform: uppercase;
}

#homepage-app-container #homepage-app-text, #homepage-app-container-mobile #homepage-app-text {
	width: 720px;
	padding-top: 60px;
	text-align: center;
	padding-left: 190px;
}

#homepage-app-container-mobile {
	display: none;
}

#homepage-blog {
	padding-bottom: 10px;
}

#homepage-blog-container {
	max-width: 1670px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#homepage-blog h2 {
	text-align: center;
	padding: 50px 0 30px 0;
	margin: 0;
	font-size: 50px;
	font-family: 'FilmotypeModern';
	text-transform: uppercase;
	font-weight: normal;
}

#homepage-blog-container {
	max-width: 1670px;
	margin: 0 auto;
}

#homepage-blog-container .homepage-blog {
	width: 31%;
}

#homepage-blog-container .homepage-blog .homepage-blog-details {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding-top: 20px;
}

#homepage-blog-container .homepage-blog h4 {
	font-size: 20px;
	margin: 20px 0;
	line-height: 1.2;
}

#homepage-blog-container .homepage-blog .homepage-blog-details i {
	color: #277e33;
}

#homepage-blog-container .homepage-blog .green-outline {
	margin-top: 20px;
	display: inline-block;
}

#homepage-about {
	max-width: 1670px;
	margin: 0 auto;
	margin-top: 50px;
}

.homepage-about {
	display: flex;
	padding: 30px;
}

.home-about-image {
	width: 28%;
	margin-right: 2%;
}

.homepage-about .about-image {
	max-width: 100%;
	height: auto;
}

.homepage-about .home-about-text {
	width: 70%;
}

.homepage-about h3 {
	font-family: 'FilmotypeModern';
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 0;
}

/** BLOG SINGLE **/

.single .post-body, .single .post-navigation {
	max-width: 1550px;
	margin: 0 auto;
}

.single h1.entry-title {
	margin-bottom: 0;
}

.single .blog-details i {
	color: #277e33;
}

.single .blog-details .date {
	padding-right: 30px;
	margin-bottom: 20px;
}

.single .blog-details .author-info {
	margin-top: 50px;
}

.single .blog-details .author-info img {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	vertical-align: middle;
	margin-right: 15px;
}

.single .blog-details .author-info a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.single .post-navigation {
	margin-bottom: 50px;
}

.single-post .post-body header, .single-gardentips .post-body header {
	display: flex;
	background-color: #f3f3f3;
	margin-top: 40px;
}

/*.single .post-thumbnail {
	float: left;
}*/

.single .post-thumbnail img, .single-gardentips .post-thumbnail img {
	max-height: 250px !important;
	width: auto !important;
	max-width: none;
	margin-right: 40px;
	display: block;
}

.single .entry-content, .single .entry-content p:first-child {
	margin-top: 30px;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
	justify-content: center;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next, .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	flex: unset;
	margin: 0 10px;
}

/** BLOG INDEX **/

.blog #big-banner, .category #big-banner, .post-type-archive-recipes #big-banner, .archive #big-banner, .single-department #big-banner, .page-template-page-backyard #big-banner, .page #big-banner {
	height: 310px;
	background-size: cover;
	background-position: top right;
}

#big-banner-mobile {
	display: none;
}

.blog #big-banner-content, .category #big-banner-content, .post-type-archive-recipes #big-banner-content, .archive #big-banner-content, .single-department #big-banner-content, .page-template-page-backyard #big-banner-content, .page #big-banner-content {
	max-width: 1370px;
	margin: 0 auto;
	padding-top: 7vh;
}

.blog #big-banner-content h1, .category #big-banner-content h1, .post-type-archive-recipes #big-banner-content h1, .archive #big-banner-content h1, .single-department #big-banner-content h1, .page-template-page-backyard #big-banner-content h1, .page #big-banner-content h1 {
	font-size: 60px;
	font-family: 'FilmotypeModern';
	margin:0;
	line-height: 60px;
	font-weight: normal;
	text-transform: uppercase;
}

.blog #category-box, .category #category-box, .single #category-box, .post-type-archive-recipes #category-box, .archive #category-box, .page-template-page-backyard #category-box  {
	margin-top: 25px !important;
	margin-bottom: 15px !important;
	border-top: 1px solid #6d6f71;
	border-bottom: 1px solid #6d6f71;
	max-width: 1670px;
	margin: 0 auto;
	padding: 25px 0;
}

.single-gardentips #category-box, .single-recipes #category-box, .single-post #category-box  {
	margin-top: 0 !important;
}

.blog #category-box a, .category #category-box a, .single #category-box a, .post-type-archive-recipes #category-box a, .archive #category-box a, .page-template-page-backyard #category-box a {
	display: inline-block;
	text-decoration: none;
	color: #000000;
	padding-right: 80px;
}

.post-type-archive-gardentips #category-box a, .post-type-archive-recipes #category-box a, .single-gardentips #category-box a {
	padding-right: 30px;
}

.blog #category-box form, .category #category-box form, .single #category-box form, .post-type-archive-recipes #category-box form, .archive #category-box form, .page-template-page-backyard #category-box form {
	float: right;
	position: relative;
	margin-top: -7px;
}

.blog #primary, .category #primary, .search #primary, .post-type-archive-recipes #primary, .archive #primary {
	max-width: 1670px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog #primary article, .category #primary article, .search #primary article, .post-type-archive-recipes #primary article, .archive #primary article {
	width: 32%;
}

 .blog #primary article:nth-child(3n+2), .category #primary article:nth-child(3n+2), .search #primary article:nth-child(3n+2), .post-type-archive-recipes #primary article:nth-child(3n+2), .archive #primary article:nth-child(3n+2) {

	margin-left: 2%;
	margin-right: 2%;

}

.blog #primary .blog-details, .category #primary .blog-details, .search #primary .blog-details, .post-type-archive-recipes #primary .blog-details, .archive #primary .blog-details {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding-top: 20px;
}

.blog #primary .blog-details i, .category #primary .blog-details i, .search #primary .blog-details i, .post-type-archive-recipes #primary .blog-details i, .archive #primary .blog-details i {
	color: #277e33;
}

.blog #primary h2, .category #primary h2, .search #primary h2, .post-type-archive-recipes #primary h2, .archive #primary h2 {
	line-height: 1;
	height: 50px;
}

.blog #primary h2 a, .category #primary h2 a, .search #primary h2 a, .post-type-archive-recipes #primary h2 a, .archive #primary h2 a {
	font-size: 20px;
	margin: 20px 0;
	line-height: 1.2;
	text-decoration: none;
	color: #000000;
}

.blog #primary .entry-content, .category #primary .entry-content, .search #primary .entry-content, .post-type-archive-recipes #primary .entry-content, .archive #primary .entry-content {
	padding-bottom: 10px;
}

.blog #primary .entry-content .excerpt, .category #primary .entry-content .excerpt, .search #primary .entry-content .excerpt, .archive #primary .entry-content .excerpt {
	margin-bottom: 45px;
	height: 170px;
}

.post-type-archive-recipes #primary .entry-content .excerpt {
	height: auto;
	margin-bottom: 20px;
}

.blog .pagination, .category .pagination, .search .pagination, .post-type-archive-recipes .pagination, .archive .pagination {
	text-align: right;
	padding: 50px 0;
	width: 100%;
}

.blog .pagination a, .category .pagination a, .search .pagination a, .post-type-archive-recipes .pagination a, .archive .pagination a  {
	display: inline-block;
	line-height: 36px;
	width: 36px;
	height: 36px;
	border: 1px solid #277e33;
	border-radius: 18px;
	text-align: center;
	text-decoration: none;
	color: #2a2927;
	margin: 0 5px;
}

.blog .pagination .current, .category .pagination .current, .search .pagination .current, .post-type-archive-recipes .pagination .current, .archive .pagination .current {
	line-height: 36px;
	width: 36px;
	height: 36px;
	border: 1px solid #277e33;
	border-radius: 18px;
	text-align: center;
	background-color: #277e33;
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
}

.blog .select-category, .category .select-category, .single .select-category, .search .select-category, .post-type-archive-recipes .select-category, .archive .select-category, .page-template-page-backyard .select-category {
	display: none;
}

.homepage-blog, article.post, article.recipes, article.gardentips {
	cursor: pointer;
}

#garden-alphabet {
	text-align: center;
	margin: 10px 100px;
}

/** SINGLE PAGE **/

.page .entry-content, .page .entry-footer, .page .entry-header, .page::not(.page-template-page-backyard) .entry-header {
	max-width: 1550px;
	margin: 0 auto;
}

.page .post-thumbnail {
	height: 310px;
	overflow: hidden;
}

.page .post-thumbnail img {
	object-fit: cover;
	width: 100%;
	object-position: center;
	height: inherit;
	display: block;
}

.mobile-header-image {
	display: none !important;
}

.page .blog-content p:first-child {
	margin-top: 0;
}

/** WEEKLY SALES ADS **/

.page-template-page-weekly-sale-ads2 .contain {
	margin-top: 0 !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin-bottom: 100px;
}

.page-template-page-weekly-sale-ads2 .entry-content {
	width: 100% !important;
	max-width: none;
}

.page-template-page-weekly-sale-ads2 .entry-content h2 {
	text-align: center;
	font-size: 22px;
	border-bottom: 1px solid #eee;
	margin-bottom: 18px;
	line-height: 30px;
	margin-top: 13px !important;
	padding-bottom: 10px;
}

.page-template-page-weekly-sale-ads2 .entry-content h2 a {
	color: #277e33;
	text-decoration: none;
}

.page-template-page-weekly-sale-ads2 .slick-prev {
	left: 0;
	position: absolute;
	top: 40%;
	z-index: 1000;
	background-color: rgba(102,102,102, 0.8); 
	color: #fff;
	font-size: 75px;
	width: 50px;
	border: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
	padding: 0px 10px 15px 10px;
	cursor: pointer;
}

.page-template-page-weekly-sale-ads2 .slick-next {
	right: 0;
	position: absolute;
	top: 40%;
	z-index: 1000;
	background-color: rgba(102,102,102, 0.8); 
	color: #fff;
	font-size: 75px;
	width: 50px;
	border: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px;
	padding: 0px 10px 15px 10px;
	cursor: pointer;
}

.page-template-page-weekly-sale-ads2 .slide img {
	padding: 5px;
	margin: 5px;
}

.page-template-page-weekly-sale-ads2 .slide img:hover {
	border: 2px dashed #000;
	cursor: pointer;
}


/** CONTEST PAGE **/

.page-template-page-contest .entry-content {
	max-width: 1300px;
}


#contest-container #left-content {
	width: 60%;
	float: left;
	text-align: center;
	padding-bottom: 100px;
}

#contest-container #right-image {
	width: 40%;
	float: right;
	padding-top: 185px;
}

#contest-container #header-logo {
	max-width: 342px;
}

#contest-container #left-content h1 {
	font-family: FilmotypeModern, sans-serif;
	font-size: 40px;
	letter-spacing: 0.67px;
	color: #21702A;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 4%;
}

#contest-container #left-content #description {
	color: #808080;
	font-size: 20px;
	font-family: 'Fira Sans', sans-serif;
	max-width: 80%;
	margin: 0 auto;
	line-height: 1.1;
	margin-bottom: 4%;
}

#contest-container #left-content #form-container {
	text-align: left;
}


#contest-container #left-content #form-container {
	position: relative;
}


#contest-container #left-content #tos_text {
	clear: left;
	text-align: left;
	padding-top: 20px;
}

#contest-container #left-content #tos_text input {
	float: left;
	margin-right: 5px;
	margin-top: 6px;
}	

#contest-container #left-content #after-text {
	margin-top: 70px;
}

#contest-container #left-content #error-text {
	color: red;
	font-weight: bold;
}

#contest-container #submission {
	padding: 50px 0;
	font-size: 20px;
	display: none;
	color: #808080;
}

#contest-container #left-content #contest-closed {
	padding: 50px 0;
	font-size: 20px;
	color: #808080;
}

#contest-container #right-image-medium, #contest-container #right-image-small {
	display: none;
}

.page-template-page-contest #header .adams-central img {
	margin-left: 25px;
}

/** LINK LISTS **/

.page-template-template-link-lists-page .entry-content, .page-template-template-link-lists2-page .entry-content {
	max-width: 1670px;
	margin: 0 100px;
}

.page-template-template-link-lists-page h1, .page-template-template-link-lists2-page h1  {
	font-size: 50px;
	font-family: 'FilmotypeModern';
	line-height: 60px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}

.page-template-template-link-lists-page .link-list, .page-template-template-link-lists2-page .link-list, .page-template-page-backyard .link-list, .link-list  {
	display: flex;
	flex-wrap: wrap;
}

.page-template-template-link-lists-page .link-list article, .link-list article {
	width: 32%;
	padding-bottom: 20px;
}

.page-template-template-link-lists2-page .link-list article, .page-template-page-backyard .link-list article, .link-list article {
	background-color: #fff;
	padding: 0 !important;
	margin: 1% 1.5%;
	width: 30%;
}

.page-template-template-link-lists2-page .link-list article h2.entry-title, .page-template-page-backyard .link-list article h2.entry-title, .link-list article h2.entry-title {
	padding: 0 15px;
}

.page-template-template-link-lists2-page .link-list article .blog-content, .page-template-page-backyard .link-list article .blog-content, .link-list article .blog-content {
	padding: 0 15px;
	padding-bottom: 10px;
}

.page-template-template-link-lists-page .link-list img, .page-template-template-link-lists2-page .link-list img, .page-template-page-backyard .link-list img, .link-list img {
	width: 100%;
	height: auto;
}

.page-template-template-link-lists-page .link-list h2, .page-template-template-link-lists2-page .link-list h2, .page-template-page-backyard .link-list h2, .link-list h2 {
	margin-top: 0;
}

.page-template-template-link-lists-page .link-list h2 a, .page-template-template-link-lists2-page .link-list h2 a, .page-template-page-backyard .link-list h2 a, .link-list h2 a {
	font-size: 20px;
	margin: 20px 0;
	line-height: 1.2;
	text-decoration: none;
	color: #000000;
}

/** CONTACT FORM **/

.page-template-page-contact h1 {
	font-family: 'FilmotypeModern';
	font-weight: normal;
	font-size: 50px;
}

.page-template-page-contact .main-body {
	display: flex;
}

.page-template-page-contact .locations {
	width: 33%;
}

.page-template-page-contact .contact-form {
	width: 67%;
}

.page-template-page-contact .locations a {
	font-weight: bold;
	color: #277e33;
}

.page-template-page-contact .wpforms-submit {
	font-family: 'silkasemibold' !important;
	background-color: transparent !important;
	color: #277e33 !important;
	padding: 11px 50px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	border-radius: 30px !important;
	font-size: 24px !important;
	border: 2px solid #277e33 !important;
	display: inline-block !important;
}

.page-template-page-contact .wpforms-submit:hover {
	font-family: 'silkasemibold' !important;
	background-color: #277e33 !important;
	color: #ffffff !important;
	padding: 11px 50px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	border-radius: 30px !important;
	font-size: 24px !important;
	display: inline-block !important;
}

.page-template-page-contact .social-media a {
	color: #000000;
	border: none;
	padding: 0;
	margin-right: 5px;
}

.page-template-page-contact .social-media .fab {
	width: 10px;
	font-size: 20px;
	border: 3px solid #000;
	padding: 10px 30px 10px 10px;
	border-radius: 40px;
}

/** FAMILY MEAL DEALS **/

.page-template-page-meal-deals .entry-content {
	max-width: 1350px;
}

.page-template-page-meal-deals h1 {
	text-align: center;
	font-family: 'FilmotypeModern';
	font-weight: normal;
	font-size: 50px;
}

.page-template-page-meal-deals #meal-deals {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-template-page-meal-deals #meal-deals .meal-deal {
	width: 46%;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	padding: 30px;
	box-shadow: 3px 2px 3px #ccc;
}

.page-template-page-meal-deals .meal-deal h2 {
	margin: 0;
	font-family: 'FilmotypeModern';
	font-weight: normal;
	font-size: 30px;
	text-align: center;
}

.page-template-page-meal-deals .meal-deal p {
	margin: 0;
}

.page-template-page-meal-deals .meal-deal p.phone {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.page-template-page-meal-deals .entry-content a {
	color: #277e33;
}

.page-template-page-meal-deals .meal-deal .extra {
	margin: 10px 0;
}

.page-template-page-meal-deals .meal-deal .menu-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-template-page-meal-deals .meal-deal .menu-item {
	width: 46%;
	border-bottom: 1px solid #ccc;
	height: 62px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding-bottom: 3px;
	text-transform: capitalize;
	line-height: 1.1;
}

.page-template-page-meal-deals .sub-title {
	margin: 0;
	font-family: 'FilmotypeModern';
	font-weight: normal;
	font-size: 50px;
	text-align: center;
	margin-top: 50px;
}

.page-template-page-meal-deals .date {
	text-align: center;
	margin-bottom: 40px;
}


/** MEAL DEAL FORMS **/

.page-template-page-meal-deals-submit .acf-field {
	display: none;
}

.page-template-page-meal-deals-submit .acf-field.show-me {
	display: block;
}

.page-template-page-meal-deals-submit .entry-content {
	padding-bottom: 30px;
}

.page-template-page-meal-deals-submit .acf-button {
	font-family: 'silkasemibold' !important;
	background-color: transparent !important;
	color: #277e33 !important;
	padding: 11px 50px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	border-radius: 30px !important;
	font-size: 24px !important;
	border: 2px solid #277e33 !important;
	display: inline-block !important;
}

.page-template-page-meal-deals-submit .acf-button:hover {
	font-family: 'silkasemibold' !important;
	background-color: #277e33 !important;
	color: #ffffff !important;
	padding: 11px 50px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	border-radius: 30px !important;
	font-size: 24px !important;
	display: inline-block !important;
}

/** RECIPE SINGLE **/

.single-recipes .contain a {
	color: #277e33;
	text-decoration: none;
}

.single-recipes .contain {
	max-width: 896px;
	margin: 0 auto;
}

.single-recipes h1 {
	text-align: center;
}

.single-recipes .attachment-recipe-main {
	display: block;
	margin: 0 auto;
	width: 100%; 
}

.single-recipes .the-recipe ul.notes {
	list-style: none;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-left: 0;
}

.single-recipes .the-recipe {
	padding-bottom: 40px;
}

.single-recipes .the-recipe ul.notes li {
	padding: 0 10px;
}

.single-recipes .the-recipe ul.notes li i {
	color: #277e33;
}

.single-recipes .recipe-box {
	display: flex;
	justify-content: space-between;
}

.single-recipes .recipe-box .recipe-ingredients, .single-recipes .recipe-box .recipe-instructions {
	width: 48%;
}

.single-recipes .recipe-box .recipe-ingredients ul {
	list-style: disc;
	margin-left: 20px;
	padding-left: 0;
}

.single-recipes .recipe-box .recipe-instructions ol {
	margin-left: 0;
}

.single-recipes .recipe-box .recipe-ingredients {
	padding: 0 20px;
	background-color: #f3f3f3;
}

.single-recipes .recipe-box .recipe-instructions {
	padding: 0 20px;
	background-color: #f1eee9;
}

.single-recipes .similar-recipes {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin-left: 0;
}

.single-recipes .similar-recipes img {
	display: block;
	margin: 0 auto;
}

.single-recipes .similar-recipes span {
	display: block;
	text-align: center;
}

.single-recipes #recipe-print {
	cursor: pointer;
}

.tax-recipe_cat .excerpt {
	display: none;
}

/** DEPARTMENTS **/

.single-department .entry-content, .single-department .entry-title{
	max-width: 1550px;
	margin: 0 auto;
}

.single-department .entry-title{
	margin-top: 40px;
}

.single-department .post-thumbnail {
	height: 34vh;
	overflow: hidden;
}

.single-department .post-thumbnail img {
	object-fit: cover;
	width: 100% !important;
	object-position: center;
	height: inherit;
	display: block;
}

/** 404 **/

.error404 #primary {
	max-width: 1550px;
	margin: 100px;
}

.no-results {
	padding-bottom: 80px;
}

.error404 form, .no-results form {
	display: inline-block;
	position: relative;
}

.no-results #search, .error404 #search {
	padding: 7px;
	padding-left: 7px;
	padding-left: 7px;
	border-radius: 20px;
	padding-left: 15px;
	font-family: 'silkaregular';
}
.no-results .btn-submit, .error404 .btn-submit {
	background: #ffffff;
	border: transparent;
	position: absolute;
	right: 14px;
	padding: 0;
	top: 11px;
}

/** SEARCH **/

.search #primary, .search header.page-header {
	margin: 0 100px;
}

.search .entry-content, .search .entry-header {
	margin: 0 !important;
}

.search .post-thumbnail {
	height: auto;
}

.search .post-thumbnail img {
	object-fit: unset;
	width: 100%;
	object-position: center;
	height: unset;
	display: block;
}

.search #primary .entry-content .excerpt {
	height: 76px;
}

#search-results-order {
	text-align: right;
	margin: 10px 100px;
}

#search-results-order select {
	background-color: #fff;
	padding: 5px 10px;
}

/** ADVENT CALENDAR **/

#advent-holder {
	position: relative;
}

.advent-link {
	position: absolute;
	/*background-color: rgba(0,0,0, 0.5);*/
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
}


/** NEWSLETTER **/

.page-template-page-newsletter .entry-content {
	max-width: 900px;
	border: 1px solid #2b7d2f;
	border-radius: 5px;
	padding: 20px;
	background-color: #ffffff;
	margin: 50px auto !important;
}

.page-template-page-newsletter .entry-content ul {
	margin-left: 0;
}

.page-template-page-newsletter .entry-content .newsletter-image {
	width: 100%;
	height: auto;
}

/** BACKYARD BIZ **/

.backyard-logo {
	float: left;
	max-height: 50px;
	margin-top: -18px;
	margin-right: 20px;
}

.biz-logos {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 30px;
}

.biz-logos img {
	max-height: 50px;
}

.page-template-page-backyard .hours-text {
	color: #2b7d2f;
}

.page-template-page-backyard .link-list-box {
	margin-bottom: 50px;
}

.page-template-page-backyard .split-columns {
	display: flex;
	margin-bottom: 30px !important;
}

.page-template-page-backyard .split-columns div {
	flex-basis: 50%;
}

.page-template-page-backyard .bottom-content {
	margin-bottom: 50px;
}

.page-template-page-backyard .column-content {
	border: 1px solid #666;
	padding: 20px;
	margin: 0 20px;
}

.column-holder {
	display: flex;
}

.main-column-content {
	margin-bottom: 20px;
}

.column-holder .column-left {
	width: 48%;
	margin-right: 2%;
}

.column-holder .column-right {
	width: 48%;
	margin-left: 2%;
}

#footer-address {
	display: flex;
	justify-content: space-between;
}

#footer-address .address {
	font-size: 14px;
	background: transparent content-box;
}

.address + .address {
	border-left: 2px solid #307f30;
	margin-left: 2.5%;
	padding-left: 2.5%;
}

/*** MEDIA QUERIES ***/

@media only screen and (max-width: 1680px) {
  
	header#masthead #masthead-interior, #homepage-blog-container, #newsletter-container, #homepage-middle, #footer-body, .blog #big-banner-content, .blog #category-box, .blog #primary, .category #big-banner-content, .category #category-box, .category #primary, .single #category-box, .archive #big-banner-content, .archive #category-box, .archive #primary, .breadcrumbs, .page-template-page-backyard #category-box, .page-template-page-backyard main {
		margin: 0 100px;
	}

	#homepage-about {
		margin-left: 100px;
		margin-right: 100px;
	}

	#colophon {
		padding: 20px 0;
	}

	#homepage-top-text {
		padding-left: 60px;
	}

	.menu-top-menu-container ul li a {
		font-size: 20px;
		padding: 0 20px;
	}

	.page .entry-header, .page .entry-content, .single .post-body, .single .post-navigation, .single-department .entry-content, .single-department .entry-title {
		margin: 20px 100px;
	}

	#newsletter-block {
		background-size: auto !important;
		background-position: center bottom !important;
	}

	.address {
		margin-left: 2.5%;
		padding-left: 2.5%;
	}

	.address:last-child {
		padding-right: 2.5%;
	}


}

@media only screen and (max-width: 1560px) {

	#homepage-middle-container .middle-box {
		padding: 30px !important;
	}

	.post-type-archive-gardentips .select-category::after, .tax-gardening-tip .select-category::after, .single-gardentips .select-category::after, .tax-gardening_tag .select-category::after, .page-template-page-backyard .select-category::after {
		position: relative;
		font-family: 'FontAwesome';
		top: 0;
		right: 0;
		content: "\f078";
		font-size: 13px;
		padding-left: 10px;
		cursor: pointer;
	}

	.post-type-archive-gardentips .select-categories, .tax-gardening-tip .select-categories, .single-gardentips .select-categories, .tax-gardening_tag .select-categories, .page-template-page-backyard .select-categories {
		display: none;
		position: absolute;
		background-color: #fff;
		box-shadow: 2px 2px 3px #666;
		padding: 15px;
	}	

	.post-type-archive-gardentips .select-category, .tax-gardening-tip .select-category, .single-gardentips .select-category, .tax-gardening_tag .select-category, .page-template-page-backyard .select-category {
		display: block;
	}

	.post-type-archive-gardentips .select-categories a, .tax-gardening-tip .select-categories a, .single-gardentips .select-categories a, .tax-gardening_tag .select-categories a, .page-template-page-backyard .select-categories a {
		display: block !important;
		font-size: 15px;
	}





	.post-type-archive-recipes .select-category::after, .tax-recipe_cat .select-category::after, .single-recipes .select-category::after, .tax-recipe_tag .select-category::after {
		position: relative;
		font-family: 'FontAwesome';
		top: 0;
		right: 0;
		content: "\f078";
		font-size: 13px;
		padding-left: 10px;
		cursor: pointer;
	}

	.post-type-archive-recipes .select-categories, .tax-recipe_cat .select-categories, .single-recipes .select-categories, .tax-recipe_tag .select-categories {
		display: none;
		position: absolute;
		background-color: #fff;
		box-shadow: 2px 2px 3px #666;
		padding: 15px;
	}	

	.post-type-archive-recipes .select-category, .tax-recipe_cat .select-category, .tax-recipe_cat .select-category, .tax-recipe_tag .select-category {
		display: block;
	}

	.post-type-archive-recipes .select-categories a, .tax-recipe_cat .select-categories a, .tax-recipe_cat .select-categories a, .tax-recipe_tag .select-categories a {
		display: block !important;
		font-size: 15px;
	}

}

@media only screen and (max-width: 1440px) {

	.menu-top-menu-container ul li a {
			font-size: 20px;
			padding: 0 20px;
		}
}

@media only screen and (max-width: 1400px) {
  
	header#masthead #masthead-interior, #homepage-blog-container, #newsletter-container, #homepage-middle, #footer-body, .blog #big-banner-content, .blog #category-box, .blog #primary, .category #big-banner-content, .category #category-box, .category #primary, .single #category-box, .page-template-page-contest .entry-content, .page-template-page-meal-deals .entry-content, .archive #big-banner-content, .archive #category-box, .archive #primary, .single-department #big-banner-content, .breadcrumbs, .page-template-page-backyard #category-box, .page-template-page-backyard main, .page-template-page-backyard #big-banner-content {
		margin: 0 70px;
	}

	#homepage-about {
		margin-left: 70px;
		margin-right: 70px;
	}

	/*.page .entry-header, .page .entry-content, .page .entry-footer, .single .entry-header, .single .entry-content, .single .entry-footer {
		margin: 0 70px;
	}*/

	#homepage-top-text {
		padding-left: 30px;
	}

	#newsletter-container {
		padding-left: 0;
	}

	.blog #category-box a, .category #category-box a, .single #category-box a {
		padding-right: 30px;
	}

	.page .entry-header, .page .entry-content, .single .post-body, .single .post-navigation, .single-department .entry-content, .single-department .entry-title {
		margin: 20px 70px;
	}

	#homepage-middle-container.count-3 .col-m:nth-child(1) .middle-box, #homepage-middle-container.count-4 .col-m:nth-child(1) .middle-box:nth-child(1), #homepage-middle-container.count-4 .col-m:nth-child(2) .middle-box:nth-child(2), #homepage-middle-container.count-5 .col-m:nth-child(1) .middle-box:nth-child(1) {
		min-height: 460px;
		position: relative;
	}

	#homepage-middle-container.count-3 .col-m:nth-child(1) .middle-box h3 {
		padding-top: 5px;
	}

	#homepage-middle-container .middle-box h3 {
		font-size: 40px;
		max-width: 70%;
	}

	#homepage-middle-container .middle-box h4 {
		font-size: 20px;
		max-width: 70%;
	}

	#homepage-middle-container .middle-box {
		background-size: contain;
		background-position: bottom right;
	}

	#homepage-middle-container.count-2 .middle-box {
		background-position: center right;
	}

	#homepage-middle-container .green-outline {
		background-color: #fff;
	}

	#homepage-middle-container .green-outline:hover {
		background-color: #277e33;
	}
}

@media only screen and (max-width: 1250px) {

	.menu-top-menu-container ul li a {
			font-size: 18px;
			padding: 0 10px;
		}

	.blog #big-banner, .category #big-banner, .post-type-archive-recipes #big-banner, .archive #big-banner, .single-department #big-banner {
		background-position: top left;
	}

	.blog #primary .entry-content .excerpt, .category #primary .entry-content .excerpt, .search #primary .entry-content .excerpt, .archive #primary .entry-content .excerpt {
		overflow: hidden;
	}
}

@media only screen and (max-width: 1150px) {

	#colophon {
		padding: 20px 0;
	}

	#footer-body {
		flex-wrap: wrap;
	}

	#footer-body .footer-0 {
		order: 1;
		width: 48%;
	}

	#footer-body .footer-1 {
		order: 2;
		width: 48%;
		text-align: right;
	}

	#footer-body .footer-2 {
		order: 3;
		width: 48%;
	}

	#footer-body .footer-left {
		order: 4;
		width: 48%;
		text-align: right;
	}

	#footer-body .footer-right {
		order: 5;
		width: 100%;
		text-align: center;
	}

	#footer-body .footer-badge {
		order: 6;
		width: 100%;
		text-align: center;
	}

	.footer-copyright {
		margin-top: 10px;
		padding-right: 0;
	}

	.footer-links a, .footer-links h3 {
		margin-bottom: 6px;
	}

	.footer-links h3 {
		margin-top: 40px;
	}

	.footer-right p {
		margin-bottom: 6px;
	}

	footer .social-media {
		margin-top: 20px;
	}

	#desktop-logo {
		display: none;
	}

	#mobile-logo {
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
	}

}


@media only screen and (max-width: 1050px) {

	.menu-top-menu-container ul li a {
			font-size: 16px;
			padding: 0 10px;
		}

	#footer-address {
		flex-wrap: wrap;
	}

	#footer-address .address {
		width: 45%;
		margin-bottom: 10px;
	}

	.address + .address {
		border-left: none;
		margin-left: 2.5%;
		padding-left: 2.5%;
	}

	#footer-address .address:nth-child(odd) {
		border-right: 2px solid #307f30;
	}

	/*#footer-address .address:last-child {
		border-right: none;
	}*/
}

@media only screen and (max-width: 1024px) {

	#site-menus {
		display: none;
	}

	#mobile-menu-container {
		display: block;
	}

	#mobile-menus {
		width: 30%;
		position: fixed;
		top: 120px;
		background-color: #277e33;
		left: 100%;
		padding: 20px;
		overflow: hidden;

		transition: transform .25s ease-in .2s;
		opacity: 0;
	}

	#mobile-menus.on {
		transform: translateX(0);
		transition: transform .25s ease-out;
		opacity: 1;
		box-shadow: 0 0 1em rgba(0,0,0,.5);
		z-index: 10000;
		left: 70%;
	}


	#mobile-menus ul {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
	}

	#mobile-menu .sub-menu {
		display: none;
	}

	#mobile-menu .menu-item-has-children > a:after {
	  position: relative;
	  font-family: 'FontAwesome';
	  top: 0;
	  right: 0;
	  content: "\f078";
	  font-size: 14px;
	  padding-left: 10px;
	}


	#mobile-menu .menu-item {
		text-align: center;
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	#mobile-menu .menu-item:last-child {
		border-bottom: none;
	}

	#mobile-menu .menu-item a {
		color: #fff;
		text-decoration: none;
	}

	#mobile-menus #top-menu {
		display: flex;
		justify-content: space-between;
	}

	#mobile-menus #top-menu a {
		color: #fff;
		text-decoration: none;
		font-size: 15px;
	}

	#mobile-header {
		display: flex;
		padding-top: 20px;
		position: relative;
	}

	#mobile-search-box {
		position: absolute;
		top: 75px;
		right: -30px;
		padding: 10px 5px;
		background-color: #fff;
		box-shadow: 2px 3px 3px #666;
		display: none;
	}

	#mobile-header #mobile-search {
		margin-right: 10px;
		/* padding: 5px 9px; */
		border: 2px solid #000;
		border-radius: 22px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 20px;
		cursor: pointer;
	}

	#mobile-header #mobile-button {
		/* padding: 5px 11px; */
		border: 1px solid #277e33;
		border-radius: 22px;
		color: #ffffff;
		background-color: #277e33;
		font-size: 24px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		cursor: pointer;
	}

	#homepage-top {
		flex-direction: column-reverse;
	}

	#homepage-top-left {
		width: 100%;
	}

	#homepage-top-right {
		width: 100%;
		background-size: cover !important;
		background-position: top center;
	}

	#homepage-top-text {
		float: none;
		margin: 40px auto;
	}	

	#homepage-middle {
		padding: 60px 0 0;
	}

	#homepage-middle-container {
		flex-direction: column;
	}

	#homepage-middle-container .col-m {
		width: 100% !important;
		margin-bottom: 30px;
	}

	#homepage-middle-container .button {
		position: static !important;
	}

	#homepage-middle-container.count-3 .col-m:nth-child(2) .middle-box:nth-child(1) {
		margin-bottom: 30px;
	}

	#homepage-middle-container .middle-box h3 br, #homepage-middle-container .middle-box h4 br {
		display: none;
	}

	#homepage-middle-container.count-3 .middle-box, #homepage-middle-container.count-4 .middle-box, #homepage-middle-container.count-5 .middle-box {
		height: auto !important;
		min-height: auto !important;
		padding: 20px !important;
	}

	#homepage-middle-container .middle-box .green-outline {
		position: static;
	}

	#homepage-app-interior {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		height: 375px;
		background-position: -110px top !important;
	}

	#homepage-blog {
		padding-bottom: 60px;
	}

	.homepage-blog {
		padding: 3% !important;
	}

	#homepage-blog h2 {
		padding-top: 60px;
	}

	#homepage-blog-container {
		flex-direction: column;
	}

	#homepage-blog-container .homepage-blog {
		width: 100%;
		margin-bottom: 30px;
	}

	#homepage-blog-container .homepage-blog img {
		width: 100%;
		height: auto;
	}

	#newsletter-block {
		background-size: auto !important;
		background-position: right bottom !important;
	}

	#newsletter-container {
		padding-left: 0;
		text-align: center;
		padding-bottom: 350px;
	}

	#newsletter-box {
		margin: 0 auto;
		text-align: left;
	}

	

	.page .entry-header, .page .entry-content, .page .entry-footer, .single .entry-header, .single .entry-content, .single .entry-footer {
		margin: 0 70px;
	}

	.page-template-page-weekly-sale-ads2 .entry-content {
		margin: 0;
	}

	.blog .select-category, .category .select-category, .single .select-category, .archive .select-category {
		display: block;
	}

	.blog .select-categories, .category .select-categories, .single .select-categories, .archive .select-categories {
		display: none;
		position: absolute;
		background-color: #fff;
		box-shadow: 2px 2px 3px #666;
		padding: 15px;
	}

	.blog .select-category:after, .category .select-category:after, .single .select-category:after, .archive .select-category:after {
	  position: relative;
	  font-family: 'FontAwesome';
	  top: 0;
	  right: 0;
	  content: "\f078";
	  font-size: 13px;
	  padding-left: 10px;
	  cursor: pointer;
	}

	.blog .select-categories a, .category .select-categories a, .single .select-categories a, .ardhive .select-categories a {
		display: block !important;
		font-size: 15px;
	}

	.blog #primary article, .category #primary article, .archive #primary article, .search #primary article {
		width: 48%;
	}

	.blog #primary article:nth-child(3n+2), .category #primary article:nth-child(3n+2), .search #primary article:nth-child(3n+2), .post-type-archive-recipes #primary article:nth-child(3n+2), .archive #primary article:nth-child(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}

	 .blog #primary article:nth-child(odd), .category #primary article:nth-child(odd), .search #primary article:nth-child(odd), .post-type-archive-recipes #primary article:nth-child(odd), .archive #primary article:nth-child(odd)
	 {
		margin-right: 1.5%;
	 }

	 .blog #primary article:nth-child(even), .category #primary article:nth-child(even), .search #primary article:nth-child(even), .post-type-archive-recipes #primary article:nth-child(even), .archive #primary article:nth-child(even)
	 {
		margin-left: 1.5%;
	 }

	.page-template-page-pre-order .body-main {
		margin: 0 !important;
	}

	.page-template-template-link-lists-page .link-list article, .page-template-template-link-lists2-page .link-list article, .page-template-page-backyard .link-list article {
		width: 47%;
	}

	.page-template-page-weekly-sale-ads2 .entry-content h2 {
		padding: 2px 15px;
		font-size: 18px;
	}

	.archive article.post, .archive article.recipes, .archive article.gardentips {
		padding: 3% !important;
	}

	.single-post .post-body header, .single-gardentips .post-body header {
		flex-direction: column;
	}

	.single .post-thumbnail img, .single-gardentips .post-thumbnail img {
		width: 100% !important;
		height: auto;
		max-height: none !important;
	}

	.single .entry-details, .single-gardentips .entry-details {
		padding: 0 30px 30px 30px;
	}

	.homepage-about {
		flex-direction: column;
	}

	.home-about-image {
		width: 100%;
		margin-right: 0;
	}

	.homepage-about .about-image {
		max-width: 100%;
		height: auto;
		width: 100%;
	}

	.homepage-about .home-about-text {
		width: 100%;
	}

}

@media only screen and (max-width: 900px) {

	.page-template-page-meal-deals #meal-deals .meal-deal {
		width: 100%;
	}

	.page-template-page-newsletter .entry-content  {
		max-width: 90%;
	}

	.column-holder {
		display: flex;
		flex-direction: column;
		max-width: 100% !important;
	}

	.column-holder .column-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.column-holder .column-right {
		width: 100%;
		margin-left: 0;
	}

	.link-list-box .link-list article {
		width: 100%;
	}

}

@media only screen and (max-width: 768px) {

	#homepage-app-container-mobile {
		display: block;
	}

	#homepage-app-container {
		display: none;
	}

	#homepage-app-interior {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		height: 630px;
		background-position: center !important;
	}

	#homepage-app-container-mobile #homepage-app-text {
		width: 100%;
		padding-top: 30px;
		text-align: center;
		padding-left: 0;
	}

	#homepage-middle .middle-box::before {
		content: '';
		background-color: rgba(255,255,2555,0.7);
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	#homepage-middle .middle-box h3, #homepage-middle .middle-box h4, #homepage-middle .middle-box a {
		z-index: 100;
		position: relative !important;
		bottom: 0;
		max-width: unset;
	}

	/*#homepage-middle-container.count-3 .col-m:nth-child(1) .middle-box a.green-outline {
		position: absolute !important;
		bottom: 30px;
	}*/

	#homepage-middle .middle-box a {
		
	}

	#mobile-menus {
		width: 45%;
	}

	#mobile-menus.on {
		left: 55%;
		overflow-y: scroll;
		height: calc(100% - 120px);
	}

	.blog #primary article, .category #primary article, .archive #primary article, .search #primary article  {
		width: 100%;
	}

	.blog #primary article:nth-child(odd), .category #primary article:nth-child(odd), .search #primary article:nth-child(odd), .post-type-archive-recipes #primary article:nth-child(odd), .archive #primary article:nth-child(odd) {
		margin-right: 0;
	 }

	 .blog #primary article:nth-child(odd), .category #primary article:nth-child(odd), .search #primary article:nth-child(odd), .post-type-archive-recipes #primary article:nth-child(odd), .archive #primary article:nth-child(odd)
	 {
		margin-left: 0;
	 }

	.blog #primary article .post-thumbnail img, .category #primary article .post-thumbnail img, .archive #primary article .post-thumbnail img {
		width: 100%;
	}

	.blog #primary .entry-content .excerpt, .category #primary .entry-content .excerpt, .archive #primary .entry-content .excerpt {
		height: auto;
	}

	#top-menu-holder form input[type="text"], .blog #category-box form input[type="text"], .category #category-box form input[type="text"], .single #category-box form input[type="text"], .archive #category-box form input[type="text"] {
		max-width: 135px;
	}

	#contest-container #left-content {
		width: 100%;
	}

	#contest-container #right-image {
		display: none;
	}

	.page-template-page-contact .main-body {
		display: flex;
		flex-wrap: wrap;
	}

	.page-template-page-contact .locations, .page-template-page-contact .contact-form {
		width: 100%;
	}

	.single-recipes .recipe-box, .single-recipes .similar-recipes {
		flex-wrap: wrap;
	}

	.single-recipes .recipe-box .recipe-ingredients, .single-recipes .recipe-box .recipe-instructions {
		width: 100%;
	}

	.single-recipes .similar-recipes li {
		width: 50%;
	}

	body {
		padding-top: 120px;
	}

	header#masthead {
		height: 120px;
	}

	header#masthead #masthead-interior {
		padding-top: 20px;
	}

	.custom-logo {
		max-width: 160px;
	}

	#homepage-middle-container.count-2 .col-m {
		flex-direction: column;
	}

	#homepage-middle-container.count-2 .col-m .middle-box{
		width: 100%;
		margin-bottom: 20px;
		height: auto;
	}

	.page-template-page-backyard .split-columns {
		flex-direction: column;
	}

	.page-template-page-backyard .split-columns div {
		width: 100%;
	}

	.backyard-logo {
		display: none;
	}
}


@media only screen and (max-width: 640px) {

	.blog #primary article, .category #primary article, .search #primary article, .post-type-archive-recipes #primary article, .archive #primary article {
		width: 100%;
	}

	.green-outline, .green-solid {
		white-space: nowrap;
		padding: 11px 30px;
	}	

	#homepage-top-text h1 {
		font-size: 38px;
	}

	#homepage-top-text {
		float: none;
		margin: 40px auto;
	}

	.single .post-body, .search #primary header.page-header  {
		margin: 0 !important;
	}

	header#masthead #masthead-interior, #homepage-blog-container, #newsletter-container, #homepage-middle, #footer-body, .blog #big-banner-content, .blog #category-box, .blog #primary, .category #big-banner-content, .category #category-box, .category #primary, .single #category-box, .single .entry-header, .single .entry-content, .single .entry-footer, .archive #big-banner-content, .archive #category-box, .archive #primary, .breadcrumbs, .search header.page-header, .search #primary, .page-template-page-backyard #category-box, .page-template-page-backyard main {
		margin: 0 30px;
	}

	#homepage-about {
		margin-left: 30px;
		margin-right: 30px;
	}

	header#masthead {
		padding-top: 20px;
		padding-bottom: 15px;
	}

	#homepage-middle-container .middle-box h4, #homepage-middle-container .middle-box h3 {
		max-width: 100%;
	}

	#homepage-middle-container .middle-box {
		padding: 25px;
	}

	#homepage-middle-container .middle-box .button:hover {
		padding-left: 30px;
		padding-right: 30px;
	}

	#homepage-middle-container.count-3 .col-m:nth-child(2) .middle-box {
		padding: 25px;
		height: auto;
		position: relative;
	}

	.green-outline, .green-solid:hover, .green-solid, .green-outline:hover {
		font-size: 21px;
	}

	#homepage-app-container h3, #homepage-app-container-mobile h3 {
		font-size: 30px;
	}

	.page .entry-header, .page .entry-content, .page .entry-footer {
		margin: 0 30px;
	}

	.page-template-page-weekly-sale-ads2 .entry-content {
		margin: 0;
	}

	.page-template-template-link-lists-page .link-list article, .page-template-template-link-lists2-page .link-list article, .page-template-page-backyard .link-list article, .link-list-box .link-list {
		width: 100%;
	}

	.single-recipes .similar-recipes li {
		width: 100%;
	}

	#mobile-menus {
		width: 65%;
	}

	#mobile-menus.on {
		left: 35%;
	}

	#mobile-menu .menu-item {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	#newsletter-submit {
		padding: 8px 20px;
	}

	#homepage-top {
		display: none;
	}

	#homepage-top-mobile {
		display: flex;
	}

	#big-banner {
		display: none;
	}

	#big-banner-mobile {
		display: block;
		height: 310px;
		background-size: cover;
	}

	.desktop-header-image {
		display: none !important;
	}

	.mobile-header-image {
		display: block !important;
	}

	/** HOT FIXES **/

	.page-id-66213 .entry-header, .page-id-66213 .entry-content, .page-id-66215 .entry-header, .page-id-66215 .entry-content {
		margin: 0 10px !important;
	}

	.page-id-66213 iframe, .page-id-66215 iframe {
		width: 100%;
		max-height: 230px;
	}

	#footer-address .address {
		width: 95%;
		margin-bottom: 10px;
		border-right: none !important;
		border-bottom: 2px solid #307f30;
	}

	#footer-address .address:last-child {
		border-bottom: none;
	}

}


@media only screen and (max-width: 560px) {



	.page-template-page-meal-deals .meal-deal .menu-item {
		width: 100%;
	}

}






@media print { 
 
	header, #recipe-print, footer, #review-container, .similar-recipes {
		display: none !important;
	}
}