/*
Theme Name: 	Lunar Rhythm Responsive
Author: 		CMS Web Solutions
Author URI: 	http://cmswebsolutions.com
*/
* {
	box-sizing: border-box;
}

.button {
	display: inline-block;
	border: solid 1px transparent;
	color: #fff;
	background: #3c848b;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	transition: all 0.15s;
	cursor: pointer;
}

.button:hover,
.button:focus {
	opacity: 0.8;
	transition: all 0.15s;
	color: #fff;
}

a img {
	border: none;
	outline: none;
}

.hidden {
	position: absolute;
	left: -1000em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	clip: rect(0,0,0,0);
	border: 0;
}

.clearfix {
	overflow: hidden;
	content: "";
	visibility: hidden;
	display: block;
	height: 1px;
	width: 1px;
	clear: both;
}

.buttonstyle,.sidebar form .button,ul.navigation li a,.single #comments ol li.comment a.comment-reply-link,.single #comments #respond form #submit {
	border: none;
	background: #5f3923;
	color: #fff !important;
	text-decoration: none;
	text-shadow: 1px 1px 0 #3a2315;
	cursor: pointer;
	padding: .5em 1em;
	font-size: 100%;
	font-weight: 400;
	font-family: "Open Sans",Helvetica,sans-serif,sans;
	border-radius: 2px;
}

.buttonstyle:hover,.sidebar form .button:hover,ul.navigation li a:hover,.single #comments ol li.comment a.comment-reply-link:hover,.single #comments #respond form #submit:hover,.buttonstyle:focus,.sidebar form .button:focus,ul.navigation li a:focus,.single #comments ol li.comment a.comment-reply-link:focus,.single #comments #respond form #submit:focus {
	background: #3a2315;
}

.buttonstyle:active,.sidebar form .button:active,ul.navigation li a:active,.single #comments ol li.comment a.comment-reply-link:active,.single #comments #respond form #submit:active {
	background: #5f3923;
	text-shadow: 1px 1px 0 #000;
}

header,footer,article,aside,section,main {
	display: block;
}

input:not(type=radio) {
	-webkit-appearance: none;
	border-radius: 0;
}

body {
	margin: 0 auto;
	font-family: "Open Sans",Helvetica,sans-serif,sans;
	position: relative;
	color: #111;
	background: #fbf7e8;
	line-height: 1.5;
}

.inner {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

header {
	width: 100%;
	display: block;
	padding: 0;
	background: #5f3923;
}

main header {
	background-color: transparent;
}

header a.skip {
	position: absolute;
	top: 0;
	left: -1000em;
	background: #5f3923;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 3px 3px;
}

header a.skip:focus,
header a.skip:hover {
	left: 1em;
	top: 0;
	padding: .5em 1em;
}

header img.logo {
	width: 100%;
	height: auto;
	max-width: 226px;
	margin: 1em 0 0 2em;
}

header .tag {
	display: inline-block;
	background: url(img/banner-3.jpg) no-repeat;
	width: 100%;
	max-width: 70%;
	height: 249px;
	vertical-align: top;
	margin: 0;
	position: relative;
	left: 4em;
	letter-spacing: 5px;
	background-size: cover;
}

header .tag p {
	position: relative;
	top: 150px;
	color: #fff;
	background: rgba(200,200,200,.4);
	text-shadow: 2px 2px 2px #000;
	font-family: 'Times New Roman',Times,serif;
	font-weight: 700;
	font-size: 2em;
	font-style: italic;
	text-align: right;
	padding: .1em 1em;
	display: block;
	width: 100%;
}

.utilities {
	color: #fff;
	background: #6a6a23;
	font-size: 120%;
	text-align: center;
	padding: .5em 0;
}

.utilities .inner {
	padding: 0 1em;
	display: flex;
	justify-content: space-between;
}

.vcard span {
	margin: 0 .5em 0 0;
}

.vcard span:after {
	padding-left: 1em;
	content: '\007C';
}

.vcard span:last-of-type::after {
	padding-left: 0;
	content: '';
}

.utilities a {
	color: #fff;
	text-decoration: none;
}

.utilities a:hover,
.utilities a:focus {
	color: #fff;
	text-decoration: underline;
}

nav {
	display: inline-block;
	background: white;
	width: 100%;
	position: relative;
	z-index: 10;
	text-align: center;
}
nav button {
	display: none;
}
nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}
nav ul.sub-menu {
	display: none;
	text-align: left;
}
nav ul li {
	list-style: none;
	display: inline-block;
	margin: .25em;
	position: relative;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li.current-menu-ancestor ul, nav ul li.current_page_parent ul, nav ul li.current-menu-item ul {
	display: none;
}
nav ul li.current-menu-ancestor > a {
	color: #6a6a23;
	border-color: #6a6a23;
}
nav ul li a {
	display: block;
	color: #6a6a23;
	text-decoration: none;
	margin-bottom: 0;
	padding: .5em;
	font-size: 110%;
	font-weight: 100;
	border-bottom: 2px solid #fff;
}
nav ul li a:hover, nav ul li a:focus {
	border-color: #6a6a23;
}
nav ul li a:active {
	color: #5f3923;
	border-color: #5f3923;
}
nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] {
	margin: 0;
	display: block;
	position: absolute;
	top: 2.75em;
	min-width: 14em;
	background-color: rgba(255, 255, 255, 0.98);
	z-index: 10;
}
nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a {
	color: #6a6a23;
	padding: .5em;
	transition: background-color 0.2s;
}
nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a:hover, nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a:focus {
	color: #6a6a23;
}
nav ul [aria-haspopup="true"] + ul li {
	display: block;
	position: relative;
}

.recipes nav ul li.current_page_parent > a {
	border: none;
}

.recipes nav ul li.current-post-ancestor > a,.recipes nav ul li.current-category-ancestor > a {
	border-bottom: 2px solid #5f3923;
}

main {
	width: 100%;
	padding: 2em;
}

main .inner {
	display: inline-block;
	display: flex;
	justify-content: space-between;
}

.home main .inner {
	display: block;
}

.content {
	width: 100%;
	max-width: 80%;
	margin: 1em auto;
	vertical-align: top;
}

.row {
	margin: 2em 0;
	padding-bottom: 2em;
	border-bottom: 1px solid #5f3923;
}

.row:last-of-type {
	border-bottom: none;
}

.row a {
	text-decoration: none;
}

.row a.read-more {
	text-decoration: underline;
}

.row img {
	max-width: 20%;
	display: inline-block;
	margin: 0 2em 2em 0;
	vertical-align: top;
}

.row a:hover img,
.row a:focus img {
	border: 4px solid #000100;
}

.row .details {
	display: inline-block;
	max-width: 75%;
}

.blog .row .details {
	max-width: 70%;
}

.row .details h2 {
	margin: 0;
	padding: 0 0 .25em 0;
	font-size: 1.1em;
	font-weight: 600;
	color: #000100;
	border-bottom: 1px solid #000100;
	display: inline-block;
}

.columns {
	-moz-columns: 3 auto;
columns: 3 auto;
	vertical-align: top;
}

/* Collapsible content */

.buttons {
	text-align: right;
}

.buttons button {
	margin-bottom: 1em;
	color: #5f3923;
	border: 2px solid #5f3923;
	background-color: #fff;
	font-size: 1.1em;
}

.buttons button:hover,
.buttons button:focus {
	color: #fff;
	background-color: #5f3923;
}

.collapsible {
	margin-bottom: 1em;
	border: 1px solid #5f3923;
}

.collapsible h3 {
	margin: 0;
	border: none;
	padding: .5em 1em;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	position: relative;
}

.collapsible h3 [aria-expanded] {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	text-align: left;
}

.collapsible button {
	color: #000;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 1.1em;
}

.sub-menu button {
	border-radius: 0;
	border: none;
	background-color: transparent;
	color: #000;
	padding: 0;
	text-align: left;
}

.collapsible h3 [aria-expanded]:after {
	content: '\25BC';
	position: absolute;
	right: 1em;
}

.collapsible h3 [aria-expanded="true"]:after {
	content: '\25B2';
	color: #A21F38;
}

.collapsible h3 + [aria-hidden] {
	display: none;
  -webkit-animation: fadeIn ease-in 1;
          animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.collapsible h3 + [aria-hidden="false"] {
	display: block;
	background: rgba(0,0,0,0.01);
    -webkit-animation: fadeIn 1s ease;
            animation: fadeIn 1s ease;
}

.collapsible .details {
	padding: 0 1em 1em;
}

/* WooCommerce */

.related.products {
	margin-top: 2em;
	clear: both;
}

.woocommerce .woocommerce-breadcrumb {
	padding: .25em .5em;
	font-size: 1em;
	text-align: left;
}

nav.woocommerce-breadcrumb {
	z-index: initial;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #5f3923;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
	background-color: #3c848b;
}

/* Calendar */

.mc-main .my-calendar-header {
	background: rgba(240, 240, 240, .5);
}

.mc-main h2.my-calendar-month {
	color: #5f3923;
	background-color: #fff;
	font-size: 1.5em;
}

.mc-main h3 {
	text-transform: none;
}

.mc-main caption,
.mc-main .mc-row .day-heading,
.mc-main .mc-row .weekend-heading {
	background-color: #5f3923;
}

.mc-main caption {
    caption-side: top;
    text-align: left;
}

.mc-main .mc-row .day-heading,
.mc-main .mc-row .weekend-heading {
	border: 1px solid #5f3923;
}

.mc-main .mc-date {
	background: rgba(240, 240, 240, .5);
}

.mc-main .has-events .mc-date {
	color: #000;
	background-color: #dbdada;
	font-weight: 400;
}

.mc-main .current-day .mc-date {
	color: #fff;
	background: #5f3923 !important;
}

.mc-main .my-calendar-date-switcher input[type="submit"] {
	border-radius: .25em;
}

.mc-main .calendar-event .details,
.mc-main .calendar-events {
	top: 20%;
}

.mc-main .mc_bottomnav,
.mc-main .mc_bottomnav a {
 	background: #fff;
}

.mc-main .mc_bottomnav a {
	padding: .5em;
	border-radius: .25em;
}

.mc-main .no-icon {
	border-radius: 0;
}

.mc-main .vcard a {
	color: #000;
}

.sidebar {
	display: inline-block;
	width: 30%;
	flex-basis: 30%;
	padding: 0 2em;
	background-image: linear-gradient(#f6f2e4,#fbf7e8);
}

.sidebar .facebook {
	margin: 1em 0 0 1em;
}

.sidebar form {
	display: block;
	margin: 0;
	padding: 0;
	height: 2em;
	overflow: hidden;
}

.sidebar form label {
	line-height: 1em;
}

.sidebar form input {
	font-size: 1em;
	border-radius: .1em;
	background: none;
	margin: 0;
	padding: 0;
	display: block;
	outline: none;
	box-shadow: none;
}

.sidebar form input[type="text"],.sidebar form input[type="email"] {
	border: 1px solid #aaa;
	height: 100%;
	padding-left: .5em;
	background: #fff;
}

.sidebar form input[type="text"]:focus,.sidebar form input[type="email"]:focus {
	border: 1px solid #666;
}

.sidebar form .button {
	width: 28%;
	height: 100%;
	padding: 0;
	border-radius: none;
	font-size: 90%;
}

.sidebar .recipes {
	margin: 1.5em 0;
}

.sidebar .recipes ul {
	margin: 0;
	padding: 0;
}

.sidebar .recipes ul li {
	list-style: none;
}

#mc_embed_signup,#search {
	margin: 1.5em auto;
	padding: .2em 0;
}

#mc_embed_signup .small-meta {
	font-size: 11px;
}

#mc_embed_signup .nowrap {
	white-space: nowrap;
}

#mc_embed_signup .clear {
	clear: none;
	display: inline;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0 .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: 700;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

h1,h2,h3,h4 {
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 1em;
	color: #5f3923;
}

h1 {
	color: #6a6a23;
	font-weight: 600;
	padding-bottom: .5em;
}

p,ul,ol {
	margin: 1em 0;
}

ul,ol {
	padding-left: 1.5em;
}

ul li,ol li {
	margin-bottom: .5em;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #6a6a23;
	transition: color .1s;
}

a:hover,a:focus {
	color: #5f3923;
}

a:active {
	transition: color 2s;
	color: #6a6a23;
}

table {
	border-collapse: collapse;
	margin: 1em auto;
	padding: 0;
	background: #f6f2e4;
	width: 100% !important;
	max-width: 100%;
	overflow-x: scroll;
}

table caption {
	font-weight: 600;
	text-align: left;
	font-size: 125%;
	padding-bottom: .25em;
}

table thead,table tbody {
	max-width: 100%;
}

table thead {
	background: #5f3923;
	color: #fff;
	text-align: left;
}

table thead tr th:first-child {
	border-radius: 2px 0 0 0;
}

table thead tr th:last-child {
	border-radius: 0 2px 0 0;
}

table tr {
	border-bottom: 1px solid #ccc;
}

table tr td,table tr th {
	padding: .5em;
	padding-right: 1em;
	font-weight: 400;
}

.gallery {
	width: 100%;
}

.gallery:after {
	display: block;
	content: "";
	height: 1px;
	clear: both;
}

.gallery br {
	display: none;
}

.gallery .gallery-item {
	display: block;
	width: 18.5%;
	margin: 0;
	padding: 0;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	position: relative;
	overflow: hidden;
}

.gallery .gallery-item dt,.gallery .gallery-item dd {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.gallery .gallery-item dt a img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
}

.gallery .gallery-item dd {
	pointer-events: none;
	font-size: 90%;
	position: absolute;
	bottom: -10em;
	background: #000;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: .5em;
	transition: bottom .3s;
}

.gallery .gallery-item:hover dd,.gallery .gallery-item:focus dd,.gallery .gallery-item.hover dd {
	bottom: 0;
}

.wp-caption {
	max-width: 100%;
	position: relative;
	display: block;
	margin-bottom: 5em;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	display: block;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: .5em;
	left: 0;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

details {
	padding: 0;
	border-radius: 3px;
	transition: all .15s;
	outline: none;
	width: 100%;
	display: block;
}

details summary::-webkit-details-marker {
	display: none;
}

details summary::-moz-details-marker {
	display: none;
}

details summary::-ms-details-marker {
	display: none;
}

details summary::-o-details-marker {
	display: none;
}

details summary::details-marker {
	display: none;
}

details summary {
	display: block;
	border: 1px solid #eee;
	position: relative;
	font-size: 125%;
	padding: .5em;
	padding-top: .5em;
	margin-bottom: .5em;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	background: #5f3923;
	transition: all .15s;
	outline: none;
	padding-right: 3.25em;
	width: 100%;
}

details summary::after {
	transition: all .15s;
	content: "Expand +";
	text-transform: uppercase;
	display: inline-block;
	padding: .5em;
	color: #fff;
	font-size: 62%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .75;
}

details summary:hover,details summary:focus {
	background: #3a2315;
	color: #dedede;
}

details[open] {
	margin-bottom: 1.5em;
}

details[open] summary::after {
	content: "Collapse -";
}

.post-list article {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
}

.post-list article h2 a {
	text-decoration: none;
	color: #5f3923;
	text-transform: none;
}

.post-list article h2 a:hover,.post-list article h2 a:focus {
	text-decoration: underline;
}

.post-list article:last-child {
	border: none;
}

.post-list article a.read-more {
	display: block;
}

ul.navigation {
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
}

ul.navigation li {
	float: right;
}

ul.navigation li.newer {
	float: left;
}

.category-list {
	background: #fff;
	padding: 1em;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.category-list h2 {
	border-bottom: 1px solid #5f3923;
}

.category-list ul {
	padding: 0 !important;
	list-style-type: none;
}

.category-list ul li {
	padding: 0 !important;
	margin: 0 !important;
}

footer {
	width: 100%;
	background: #5f3923;
	color: #fff;
	box-shadow: 0 0 1em rgba(0,0,0,0.2);
	margin-top: 2em;
	overflow: hidden;
}

footer .newsletter {
	color: #000;
	background-color: #fff;
}

.newsletter .button {
	padding: .25em 1em;
	
}

footer .inner {
	padding: 1em;
	display: flex;
	justify-content: space-between;
}

footer p,footer ul {
	display: inline-block;
	float: left;
	margin: .5em 0;
}

.social {
	padding-left: 0;
	list-style-type: none;
	display: inline-block;
	float: right;
}

.social li {
	display: inline-block;
}

.social a {
	text-decoration: none;
	padding: .25em;
}

.social a img {
	transition: all .2s;
}

.social a:hover img,
.social a:focus img {
	transform: scale(1.05);
}

@media screen and (max-width: 1040px) {
	header img.logo {
		max-width: 180px;
	}

	header .tag {
		left: 2em;
	}

	header .tag p {
		font-size: 1.8em;
		top: 110px;
	}

	.utilities .inner {
		padding: 0 1em;
		display: block;
	}

	nav ul li {
		margin-right: .5em;
	}

	nav ul li a {
		font-size: 100%;
	}

	main {
		padding-top: 2em;
		clear: both;
	}

	main .content {
		padding-bottom: 1em;
	}

	.sidebar h3 {
		font-size: 1.1em;
	}

	footer {
		text-align: center;
	}

	footer p,footer ul {
		float: none;
		width: 100%;
		padding: .25em;
		margin: 0;
	}
}

@media screen and (max-width: 800px) {
	header img.logo {
		display: block;
		margin: 0 auto;
	}

	header .tag {
		display: block;
		background: none;
		height: auto;
		max-width: none;
		left: auto;
	}

	header .tag p {
		margin: .5em 0 0;
		text-align: center;
		top: auto;
		text-shadow: none;
		font-weight: 400;
		font-size: 1.5em;
		padding: .5em 0;
	}

	nav button {
		transition: none;
		cursor: pointer;
		text-transform: uppercase;
		display: block;
		background: #5f3923;
		color: white;
		padding: 0.75em;
		font-size: 1.25em;
		font-weight: 700;
		text-align: center;
		margin: 1em auto 0;
		border: 1px solid #5f3923;
		border-radius: 4px;
		box-shadow: 1px 1px 2px #111;
	}

	nav ul {
		height: 0px;
		overflow: hidden;
		width: 100%;
		margin: 0;
	}
	nav ul li {
		display: block;
		width: 100%;
		max-width: none;
		margin: 0;
		border-bottom: 1px solid #5f3923;
	}
	nav ul li ul {
		padding-left: 0;
	}
	nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] {
		background: transparent;
		position: relative;
		top: .25em;
		min-width: 0;
	}

	nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a:hover,
	nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a:focus {
		color: white !important;
		background: #5f3923;
		border-bottom: none;
	}

	nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] li:last-child {
		border-bottom: none;
	}

	.recipes nav ul li.current-post-ancestor > a,.recipes nav ul li.current-category-ancestor > a {
		border-bottom: none;
	}

	main {
		padding: 2em;
	}

	.content,
	.sidebar {
		display: block;
		width: 100%;
		max-width: none;
	}

	.sidebar {
		display: none;
	}
}

@media screen and (max-width: 440px) {
	.vcard span {
		display: block;
	}

	.vcard span:after {
		content: none;
	}

	footer .inner {
		display: block;
	}
}

body.ios #lightbox .image #close {
	top: .5em;
	right: .5em;
}

body.ios #lightbox .image #next,body.ios #lightbox .image #prev {
	opacity: 1;
}

body.ios #lightbox .image #next img,body.ios #lightbox .image #prev img {
	display: none;
}

body.ios #lightbox .image #next span.hidden,body.ios #lightbox .image #prev span.hidden {
	position: static;
	left: 0;
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 0;
	clip: none;
	border: 0;
}

.alignleft,img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright,img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter,img.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

.single #comments {
	padding: 1em 0 0;
	overflow: hidden;
	margin: 1.5em 0 0;
	clear: both;
}

.single #comments #cancel-comment-reply-link {
	color: #e60000;
}

.single #comments span.required {
	color: #e60000;
}

.single #comments ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

.single #comments ol.comment-list {
	font-size: .9em;
}

.single #comments ol li.comment {
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin: 1em 0;
	padding: .6em;
}

.single #comments ol li.comment .vcard {
	overflow: hidden;
}

.single #comments ol li.comment .vcard img {
	display: block;
	float: left;
	background: #fff;
	padding: .2em;
	margin-right: .5em;
	border-radius: 2px;
}

.single #comments ol li.comment .vcard cite {
	display: inline-block;
	height: .5em;
	font-style: normal;
	font-weight: 700;
	vertical-align: middle;
}

.single #comments ol li.comment .vcard .says {
	display: none;
}

.single #comments ol li.comment p {
	margin: 1em 0;
}

.single #comments ol li.comment .comment-meta {
	margin-bottom: 1em;
}

.single #comments #respond {
	margin: 20px 0;
	clear: both;
}

.single #comments #respond h3 {
	font-size: 1em;
	color: #5f3923;
}

.single #comments #respond form p {
	overflow: hidden;
	padding: .4em 0 0;
	margin: 0;
}

.single #comments #respond form input,.single #comments #respond form textarea {
	float: left;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	padding: .3em .2em;
	outline: none;
}

.single #comments #respond form input:active,.single #comments #respond form input:focus {
	border-color: #5f3923;
}

.single #comments #respond form textarea {
	width: 100%;
}

.single #comments #respond form textarea:active,.single #comments #respond form textarea:focus {
	border-color: #5f3923;
}

.single #comments #respond form label {
	display: block;
}

.single #comments #respond form p.comment-form-comment label {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.single #comments #respond form p.form-allowed-tags {
	display: none;
}

.feature {
	margin: 1em calc(50% - 50vw);
	display: block;
	position: relative;
	min-height: 20em;
	max-width: 100vw;
	width: 100vw;
	text-align: center;
}

.feature_text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 1em;
	width: auto;
	max-width: 80%;
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
}

.ctas { padding-bottom: 2em; text-align: center;}
.ctas .cta { background: #ee5944; }
.ctas .cta:nth-of-type(2) { background: #407b7d; }
.ctas .cta:nth-of-type(3) { background: #89725f; }
.ctas .cta { display: inline-block; width: 30%; margin-right: 1.5%; }
.ctas .cta:last-of-type { margin-right: 0px; }
.ctas .cta img { width: 100%; height: auto; max-width: 100%; }
.ctas .cta .wrapper { position: relative; border: solid 5px transparent; transition: all 0.3s; }
.ctas .cta img { position: relative; z-index: 1; vertical-align: top; display: block; }
.ctas .cta .overlay { transition: all 0.3s; opacity: 0; position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0px; width: 100%; background: rgba(0,0,0,0.5); text-align: center; color: #fff; font-size: 24px; padding-top: 30%; }
.ctas .cta:hover,
.ctas .cta:focus { background: #5f3923; }
.ctas .cta .wrapper:hover,
.ctas .cta .wrapper:focus { border: solid 5px #5f3923; border-top: solid 5px transparent; transition: all 0.3s; }
.ctas .cta.message .overlay { opacity: 1; }
.cta h2 { color: #fff; text-align: center; padding-top: 25px; padding-bottom: 5px; }
@media(max-width: 1280px) {
	.cta h2 { font-size: 1.2em; }
}

@media(max-width: 996px) {
	.cta h2 { font-size: 1em; }
}
@media(max-width: 767px) {
	.ctas .cta { display: block; margin: 0px; width: 100%; margin-bottom: 2em; }
	.ctas .cta:last-of-type { margin-bottom: 0px; }
}