/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
/*---:[ layout structure ]:---*/
body {
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 26px;
	color: #111111;
	background-color: #FFFFFF;
}
.container {
	width: 897px;
	margin: 0 auto;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 624px;
	float: left;
	border-width: 0 1px 0 0;
	/*border-style: solid;
	border-color: #DDDDDD;*/
	
}
.columns > .content2 {
	width: 624px;
	float: right;
border-width: 0px;
	/*border-style: solid;
	border-color: #DDDDDD;*/
	
}
.columns > .sidebar {
	width: 230px;
	float: right;
	padding: 0 26px;
}
.columns > .sidebar.left {
	float: left;
	width: 220px;
	border-right: 1px solid #937293;
    border-left: none;
	padding: 0 26px;
}
/*---:[ links ]:---*/
a {
	color: #DD0000;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 10.5625em;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 10.5625em;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111111;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	background-color: #EEEEEE;
	padding: 0.75em 1em;
}
.menu a:hover {
	background-color: #DDDDDD;
}
.menu_control {
	display: none;
	background-color: #FFFFFF;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #DDDDDD;
}
.menu .current-menu-item > a {
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #DDDDDD;
}
/*---:[ header ]:---*/

.landing .header {
	text-align: center;
}
#site_title {
	font-size: 42px;
	line-height: 1.32em;
	font-weight: bold;
	color: #111111;
}
#site_title a {
	color: #111111;
}
#site_title a:hover {
	color: #DD0000;
}
#site_tagline {
	font-size: 16px;
	color: #888888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 16px;
	line-height: 26px;
}
.grt .headline {
	font-size: 26px;
	line-height: 39px;
	margin: 0;
}
.grt h2 {
	font-size: 20px;
	line-height: 31px;
	margin-top: 39px;
	margin-bottom: 13px;
}
.grt .small, .grt .caption {
	font-size: 14px;
	line-height: 22px;
}
.grt .drop_cap {
	font-size: 52px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area {
	margin-bottom: 26px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 26px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 26px;
	margin-right: 26px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 26px;
	margin-left: 26px;
}
.grt .caption {
	margin-top: -13px;
	color: #888888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 26px;
	line-height: 36px;
	width: 45%;
	margin-bottom: 13px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 26px 26px 0 26px;
	border-top: 1px dotted #DDDDDD;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #111111;
}
.headline a:hover {
	color: #DD0000;
}
.byline, .byline a {
	color: #888888;
}
.byline a {
	border-bottom: 1px solid #DDDDDD;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #111111;
}
.byline .post_edit {
	margin-left: 13px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #111111;
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #DDDDDD;
}
.post_box code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	background-color: #EEEEEE;
	padding: 13px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 13px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 13px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 14px;
	line-height: 22px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 26px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 61px;
	height: 61px;
	float: right;
	clear: both;
	margin-left: 13px;
}
.post_box .author_description .avatar {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 13px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 13px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 26px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 26px;
}
.bracket {
	color: #DDDDDD;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.archive_intro .headline {
	margin-bottom: 26px;
}
.prev_next {
	clear: both;
	color: #888888;
	border-top: 1px solid #DDDDDD;
	padding: 13px 26px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 52px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 13px;
	padding: 0 26px;
}
.comments_closed {
	font-size: 14px;
	line-height: 22px;
	color: #888888;
	margin: 0 26px 26px 26px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 52px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 26px;
}
.children .comment {
	list-style-type: none;
	margin-top: 26px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 26px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #DD0000;
}
.comment .comment_head {
	margin-bottom: 13px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 14px;
	margin-left: 13px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer a {
	font-size: 14px;
	line-height: 22px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 13px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 52px;
	height: 52px;
	float: right;
	margin-left: 13px;
}
.comment_nav {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	padding: 13px 26px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -52px 0 52px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #111111;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #EEEEEE;
	background-color: #FFFFFF;
}
textarea.input_text {
	line-height: 26px;
}
.input_submit {
	font-size: 20px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 3px double #DDDDDD;
	background: #EEEEEE url('images/bg-button.png') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 52px 0;
	padding: 0 26px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 20px;
	line-height: 31px;
	color: #111111;
	margin: 0 -26px;
	border-bottom: 1px dotted #DDDDDD;
	padding: 0 26px 13px 26px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 13px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 14px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #DD0000;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 14px;
	line-height: 20px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 17px;
	line-height: 24px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 19px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 38px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 10px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 10px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	color: #888888;
	padding: 13px 26px;
}
.footer a {
	color: #888888;
}
.footer a:hover {
	color: #111111;
}
/*---:[ media queries ]:---*/
@media all and (max-width: 897px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 624px;
	}
	.header {
		border-top: 1px solid #DDDDDD;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #DDDDDD;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #FFFFFF;
		padding: 1em 26px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #DDDDDD;
		padding-left: 26px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #FFFFFF;
		padding: 1em 26px;
	}
	.menu .current-menu-item > a {
		background-color: #EEEEEE;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 624px) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 13px;
	}
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 13px;
		padding-left: 13px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 13px;
	}
	.comments_closed, .login_alert {
		margin-right: 13px;
		margin-left: 13px;
	}
	.comment_form_title {
		margin-left: -13px;
		margin-right: -13px;
	}
	.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: 'a';
		height: 0;
		white-space: pre;
		display: block;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
/*---:[ custom CSS ]:---*/
.shop_home .caption {
display: none;
}

.festi-cart-pop-up-body .post_box, .festi-cart-pop-up-body .post_box .related.products, .festi-cart-pop-up-body .woocommerce .products ul, .festi-cart-pop-up-body .woocommerce ul.products {
	margin:0 !important;
}
.festi-cart-pop-up-body .woocommerce ul.products li.product {
	margin-bottom:0 !important;
}
.festi-cart-pop-up-content .woocommerce div.related.products > ul.products > li.product img {
    height: auto !important;
}
body.member-pricing {
padding: 50px;
text-align: center;
}

/* Landing page */
.landing .motopress-button-obj>.motopress-btn.motopress-btn-color-red, .landing .content .post_content .add_to_cart_button {
	border: 1px solid #8c2100 !important;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+) !important;
	background-image: -moz-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
	background-image: -o-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
	background-image: -webkit-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
	background-image: linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	border: 0px!important;
}

.landing .motopress-button-obj>.motopress-btn.motopress-btn-color-red:hover {
	background: #b32b01 !important;
}

.landing .motopress-button-obj>.motopress-btn.motopress-btn-color-violet {
	-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
background: #937293 !important;
}

.landing .motopress-button-obj>.motopress-btn.motopress-btn-color-violet:hover {
	background: #755675!important;
}

.landing .motopress-button-obj>.motopress-btn {
	padding: 20px 19px!important;
	font-size: 15px !important;
	border-radius: 5px !important;
	color: #fff !important;
	font-family: 'Lato', sans-serif !important;
	font-size: 15px !important;
	text-shadow: 0 1px 1px rgba(0,0,0,.35) !important;
	text-decoration: none !important;
	letter-spacing: 1px !important;
	font-weight: normal !important;
text-transform: uppercase !important;
	margin: 5px 0px!important;
}

.landing #site_title {
	position: relative;
	top: 0px;
}

.landing #site_title a {
	width: 400px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	background: url('images/landing-logo.svg') center center no-repeat;
	position: relative;	
	margin: 0 auto;
}

.landing .header {
	background: #3f2a57;
	min-height: 45px;
	margin-bottom: 15px;
}

.landing .content h1 {
line-height: 45px;
font-size: 36px;
}

.landing .content .motopress-quotes {
background: #f8f7f3;
border-radius: 4px;
padding: 20px;
}

.landing .content blockquote {
margin-left: 0px;
padding-left: 0px;
border-left: 0px;
font-style: italic;
font-size: 18px;
line-height: 1.2em;
	color: #777777;
}

.landing .content .motopress-quotes blockquote p {
	text-transform: none;
	letter-spacing: 0px;
}

.landing .content .motopress-quotes p {
	text-align: left!important;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.landing .content p {
font-size: 16px;
line-height: 28px;
}

.landing p.woocommerce.add_to_cart_inline {
	border: none!important;
	padding: 0px!important;
}

.landing a.button.add_to_cart_button {
	padding: 15px 15px !important;
	font-size: 15px!important;
}

.landing a.button.add_to_cart_button:hover {
	background: #755675!important;
}

.landing .content span.amount {
font-size: 24px;
padding-bottom: 10px;
display: block;
color: #3f2a57;
}

.landing .content .price-hide span.amount {
	display: none;
}

.landing .content .price-hide p.add_to_cart_inline {
	margin-bottom: 0px!important;
}

.landing .content .post_content .add_to_cart_button {
	padding: 20px 19px!important;
	margin: 5px 0px!important;
}

/* Taxography */
.sidebar ul.taxography > li {
	padding-bottom: 0px !important;
}

.sidebar ul.taxography {
	list-style-type: square !important;
	margin: 0 16px !important;
}

.sidebar .taxography ul.taxography-children > li, .sidebar .taxography ul.taxography-posts > li {
	margin-bottom: 2px;
	margin-top: 2px;
}

.sidebar .taxography ul.taxography-children a.taxography-title {
	opacity: 0.8;
}

/* Child thumbs */
.child_thumbs {
	margin: 26px 0 26px 26px;
}

.child_thumbs ul {
	list-style-type: none;
}

.child_thumbs li {
display: inline-block;
vertical-align: top;
margin-bottom: 20px;
}

.child_thumbs li img {
	margin: 0 auto;
	border: 3px solid #3f2a57;
	margin-bottom: 5px;
}

.child_thumbs .category_thumb {
width: 19%;
text-align: center;
font-size: 14px;
font-weight: bold;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1.3em;
padding: 0 3%;
}

.child_thumbs .category_thumb a:hover {
	color: #937293;
}

.child_thumbs .category_thumb a img:hover {
	border: 3px solid #937293;
}

/* Local societies custom icon */
.prettyMapList .map:after {
background: transparent url('images/pipe.png') no-repeat 0 0 !important;
}

body .prettyMapList .mapHolder{ height:500px; }
body .FullMapPage #SingleMapLocation {height: 450px;}

/* Events page */
.past_events.post_box {
	padding-bottom: 26px;
border-top: 1px solid #3f2a57;
margin-top: 26px;
	padding-top: 26px;
}

.past_events .headline_area {
	width: 40%;
float: left;
}

.past_events .post_content {
	width: 55%;
float: right;
}

/* full width video*/
.post_content .videoWrapper {
			position: relative;
			padding-bottom: 56.25%; /* 16:9 */
			padding-top: 25px;
			height: 0;
	}
.post_content .videoWrapper iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
	}

/* Homepage */
.home_slider {
	margin-bottom: 60px;
	z-index: 1;
	position: relative;
	background: #000000;
}

.home_slider .flex-direction-nav a {
	width: 60px;
	height: 160px;
	margin: -80px 0 0;
	display: block;
	background: url('images/bg_home_nav.png') no-repeat 0 0;
	position: absolute;
}

.home_slider .flex-direction-nav a.flex-next {
	margin-right: -30px !important;
	background-position: -60px;
}

.home_slider .flex-prev {
	margin-left: -30px !important;
}

.home_slider ul.slides {
	overflow: hidden;
	height: 530px;
}

.home_slider .flexslider:hover .flex-next {opacity: 0.4;}
.home_slider .flexslider:hover .flex-prev {opacity: 0.4;}

.home_slider .content_wrap p, .home_slider .content_wrap li {
	margin-bottom: 5px !important;
	}

.home_slider .content_wrap a:hover {
	text-decoration: underline;
	}

.home_slider .content_wrap a {
	text-decoration: none;
	}

.home .metaslider {
	margin: 0 auto;
}

.home_section {
	clear: both;
	margin: 20px 0;
	}

.home_section a:hover {
	text-decoration: underline;
	}

.home_divider {
	background: url('images/home-divider.png') bottom center no-repeat;
	height: 28px;
	clear: both;
	margin: 60px 0;
	}

.home_section_content.left {
	float: left;
	}

.home_section_content.right {
	float: right;
	}

.about_chesterton .home_section_content.left {
	width: 33%;
	padding-right: 36%;
	background: url('images/chesteron-photos.png') center right no-repeat;
	}

.about_chesterton .home_section_content.right {
	border-left: 1px solid #937293;
	padding-left: 26px;
	width: 25%;
	}

.about_chesterton .home_section_content.right ul {
	list-style-type: none;
	}

.about_chesterton h1 {
	width: 307px;
	height: 35px;
	background: url('images/about_chesterton.png') no-repeat;
	margin-bottom: 15px;
	color: transparent;
}

.the_acs h1 {
	width: 100%;
	height: 35px;
	background: url('images/the_acs.png') center no-repeat;
	margin-bottom: 15px;
	color: transparent;
	}

.the_acs p {
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.the_acs ul {
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
	list-style-type: none;
}

.the_acs ul li {
	margin: 3%;
	width: 27%;
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.the_acs ul li a {
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #937293;
	padding-top: 145px;
	display: block;

}

.the_acs ul li.membership a {
	background: url('images/membership.png') top center no-repeat;
}

.the_acs ul li.conference a {
	background: url('images/conference2015.png') top center no-repeat;
}

.the_acs ul li.chapters a {
	background: url('images/map.png') center 13px no-repeat;
}

.the_acs ul li.browse_shop a {
	background: url('images/store.png') center 12px no-repeat;
}

.the_acs ul li a:hover {
	color: #3f2a57;
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
	font-weight: bold;
	text-decoration: none;
	}

.shop_section .home_section_content.left {
	width: 40%;
}

.shop_section .home_section_content.left p {
	padding-right: 30%;
}

.shop_section .home_section_content.right {
	width: 60%;
}

.shop_section h1 {
	height: 76px;
	background: url('images/shop_title.png') no-repeat;
	margin-bottom: 15px;
	color: transparent;
}

.shop_section p span {
	color: #a99f82;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-style: italic;
	}

.shop_section ul.shop_links {
	background: #f4f1f4;
	padding: 17px;
	list-style-type: none;
	-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
	}

.shop_section ul.shop_links li {
	display: inline-block;
	width: 112px;
	margin-left: 5px;
	}

.browse_shop {
	margin-top: 20px;
	}

.browse_shop h3 {
	position: relative;
	background: #937293;
	color: #ffffff;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	padding: 22px 15px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 90px;
	line-height: 20px;
	float: left;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-right: 35px;
	}

.browse_shop h3:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.browse_shop h3:after {
	border-color: rgba(55, 41, 3, 0);
	border-left-color: #937293;
	border-width: 42px;
	top: 50%;
	margin-top: -42px;
	margin-left: -17px;
}

.shop_section ul.products {
	list-style-type: none;
	}

.shop_section ul.products li {
	float: left;
	width: 25%;
	}

/* Body items */
.clearfix {
	clear: both;
	}

body {
	font-family: 'PT Serif', serif;
	font-size: 15px;
	}

h1, .post_box h1.headline {
	color: #3f2a57;
	}

p {
	margin-bottom: 1.1em;
	}

a {
	color: #3f2a57;
	}

.post_box {
	border-top: none;
}

/* No Sidebars template */
.no-sidebars .columns > .content {
	width: 100%;
}

/* Main Menu */
#menu-main-menu ul.sub-menu {
	background: #937293;
}


/* Woocommerce */
.woocommerce .woocommerce-message {
	margin-top: 70px;
}

.woocommerce .post_box.top {
	padding: 36px 26px 0 0px !important;
	}

.woocommerce .post_box {
	margin: 26px 0 26px 0px;
}

.woocommerce #products_container.post_box {
	padding: 0px;
}

.template-pa_book-author .archive_content {
	padding-top: 26px;
	border-top: 1px solid #937193;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}


/* Buttons and forms */
a.button, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, input[type="submit"] {
	padding: 12px 30px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #fff !important; /* text color */
	font-family: 'Lato', sans-serif !important;
	font-size: 15px !important;
	text-shadow: 0 1px 1px rgba(0,0,0,.35) !important; /* drop shadow */
	text-decoration: none !important;
	letter-spacing: 1px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: #937293 !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
}

a.button.red, .woocommerce a.button.red {
	border: 1px solid #8c2100 !important; /* stroke */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmMWQwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk3MmQxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+) !important; /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important; /* gradient overlay */
background-image: -o-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important; /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important; /* gradient overlay */
background-image: linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important; /* gradient overlay */
	}

a.button.red:hover, .woocommerce a.button.red:hover {
	background: #b32b01 !important;
}

input[type="text"] {
	background: #f8f7f3;
	border: 1px solid #f1f0ec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 11px;
	margin-bottom: 5px;
	font-size: 13px;
}

.clearfix {
	clear: both;
}

/* Header */

.home .header {
	margin-bottom: -55px;
}

.header {
	min-height: 180px;
	margin-bottom: 0px;
}

.menu {
	border: none;
	font-family: 'Lato', sans-serif;
}

.menu a {
	background: none; 
	border: none;
}

.menu a:hover {
	background: none;
	border: none;
}

ul#top_nav.menu {
	padding-top: 26px;
	margin-right: -13px;
	margin-left: 134px;
}

ul#top_nav.menu li {
	float: right;
}

#top_nav a {
	color: #937293;
	background: none;
	text-transform: none;
	letter-spacing: 0px;
	border: none;
}

#top_nav a:hover {
	background: none;
	color: #3f2a57;
	border: none;
}

.social-links {
	float: right;
	background: url('images/header-socialbg.png') top right no-repeat;
	padding: 19px 58px 20px;
	position: relative;
z-index: 100000;
}

.social-links .social_icon {
	float: left;
}

.social-links a {
	display: block;
	height: 21px;
	margin-top: 7px;
	padding: 0 6px;
}

.fa {
	font-size: 120%;
}

.header .fa {
	color: #937293;
}

.header .fa:hover {
	color: #3f2a57;
}

.footer .fa {
	color: #8d8362;
}

.footer .fa:hover {
	color: #3f2a57;
}

#full_width_nav {
	background: #d0c6ac;
	width: 100%;
	clear: both;
}

#full_width_nav .container {
	position: relative;
	height: 60px;
}

#site_title {
	position: absolute;
	top: -50px;
	left: 0;
}

#site_title a {
	width: 135px;
	height: 159px;
	display: block;
	text-indent: -9999px;
	background: url('images/logo.png') center center no-repeat;
	position: relative;
z-index: 498;
}

ul#menu-main-menu {
	float: right;
	width: auto;
	padding-top:13px;
}


/* Main Content */

.post_box {
	padding: 0px;
	margin: 26px 0 26px 26px;
}

.post_box .post_date, .post_box .post_author {
	color: #937293;
	font-family: 'Lato', sans-serif;
}

.columns > .sidebar {
	margin-top: 26px;
	border-left: 1px solid #937293;
	float: right;
}

.lens-half-moon.sd2-dark dl {
	border: none !important;
	}

.lens-half-moon.sd2-dark .sd2-dot-nav li {
	background-color: #937293 !important;
}

.lens-half-moon.sd2-dark .sd2-dot-nav li.accent-color-background {
	background-color: #382353 !important;
	}

/* Categories */

ul.post_box li {
	margin-left: 26px;
}

ul.post_box li p {
	margin-bottom: 5px;
}

ul.post_box li a {
	text-decoration: none;
}

.single .headline_area h1, .page .headline_area h1 {
	margin-bottom: 8px; 
}

.archive_intro {
	border-color: #937193;
}

/* Footer */

.footer {
	background: #d0c6ac;
	margin-top: 30px;
	padding: 0px;
	text-align: left;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

.footer .social-links {
	float: left;
background: url('images/footer-socialbg.png') bottom right no-repeat;
padding: 64px 137px 69px 140px;
margin-left: -180px;
background-size: 100%;
}

.footer .social-links .facebook a {
	background: url('images/footer-social.png') 0px 0px;
	width: 15px;
}

.footer .social-links .twitter a {
	background: url('images/footer-social.png') -25px 0px;
	width: 15px;
}

.footer .social-links .pinterest a {
	background: url('images/footer-social.png') -50px 0px;
	width: 25px;
}

.footer .social-links .youtube a {
	background: url('images/footer-social.png') -88px 0px;
	width: 22px;
}

.footer .social-links .linkedin a {
	background: url('images/footer-social.png') -122px 0px;
	width: 15px;
}

.copyright {
	float: left; 
}

.footer-buttons {
	float: right;
}

.footer-buttons a.button {
	display: inline-block;
	margin-left: 10px !important;
	padding: 12px 50px !important;
	font-size: 15px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

.copyright, .footer-buttons {
	margin-top: 25px;
	margin-bottom: 0px;
}

.footer p.attribution {
	color: #8d8362;
	text-transform: none;
}

.footer p.attribution a {
	color: #8d8362;
	text-decoration: none;
}

.footer p.attribution a:hover {
	color: #3f2a57;
}

/* Sidebar */

.sidebar {
	font-family: 'Lato', sans-serif;
}

.sidebar h3 {
	color: #937193;
	font-family: "Lato";
	font-size: 14px !important;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal !important;
	line-height: 18px !important;
}

.sidebar input[type="button"], .sidebar input[type="submit"] {
	padding: 10px 20px !important;
	font-size: 11px !important;
}

/* Cart styling */

.woocommerce-cart .headline_area h1 {
	font-size: 30px;
}

.woocommerce-cart table.shop_table.cart, .woocommerce-page table.shop_table.cart {
	text-align: left !important;
}

.woocommerce-cart table.shop_table.cart th, .woocommerce-checkout table.shop_table th {
background: #f4f1f4;
text-align: left;
font-family: 'Lato', sans-serif;
font-size: 14px;
color: #3f2a57;
}

.woocommerce-cart table.cart img, .woocommerce-page table.cart img {
	width: 42px;
height: auto;
margin: 0px;
padding: 0px;
}

.woocommerce-cart .quantity {
	margin: none;
}

.woocommerce-cart .content input[type="submit"]{
	text-transform: none !important;
	padding: 10px 12px !important;
	font-size: 13px !important;
	letter-spacing: 1px !important;
	margin-top: 15px;
	margin-right: 5px;
}

.woocommerce-cart table.cart .coupon input[type="submit"]{
	margin-top: 0px;
	margin-right: 0px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
width: 51% !important;
margin-left: 5px !important;
padding: 9px !important;
margin-bottom: 8px !important;
}

.woocommerce-cart table.cart td.actions .coupon label {
	display:block !important;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #3f2a57;
	font-weight: bold;
	float: left;
}

.woocommerce-cart table.cart td.actions .coupon {
	float: left !important;
background: #f4f1f4;
padding: 2%;
width: 45%;
}

.woocommerce-cart .post_box h2 {
	font-size: 21px;
text-align: left;
margin-bottom: 8px;
font-family: 'Lato', sans-serif;
font-weight: bold;
color: #3f2a57;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border: 1px solid #f4f1f4;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals th {
	padding: 6px 16px !important;
	background: #f4f1f4;
}

.woocommerce-cart .cart_totals table th {
	text-align: left;
	color: #3f2a57;
	font-weight: bold;
}

.woocommerce-cart ul#shipping_method {
	text-align: left;
}

.woocommerce-cart ul#shipping_method label span {
	float: right;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li {
	width: 26% !important;
}

.woocommerce-cart ul.products > li.product a img {
	height: 140px!important;
overflow: hidden !important;
max-width: 100% !important;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	display: none!important;
}

.woocommerce-checkout form .form-row textarea {
	padding: 10px;
font-size: 14px;
height: 12em !important;
}

.woocommerce .checkout h3 {
	font-size: 21px;
text-align: left;
margin-bottom: 8px;
font-family: 'Lato', sans-serif;
font-weight: bold;
color: #3f2a57;
}

.woocommerce .checkout #shiptobilling, .woocommerce-page .checkout #shiptobilling {
	margin-top: 0px !important;
	font-family: 'Lato', sans-serif;
}
.woocommerce .checkout #shiptobilling label, .woocommerce-page .checkout #shiptobilling label {
	font-size: 12px !important;
}

/* Product pages */

.woocommerce.shop_home .products_main_loop > ul.products > li.product {
	margin-left: 0px;
}

.shop_home ul.products li.product h3 {
	text-align: center !important;
	}

.shop_home .content {margin-top: 56px;}

.shop_home h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-top: 40px;
}

.shop_home h2 span {
	letter-spacing: 0px;
	font-size: 15px;
	border-left: 1px solid;
	padding-left: 10px;
	margin-left: 5px;
	font-style: italic;
	text-transform: none;
	}

.shop_home h2 span a {
	color: #937193;
}

.shop_home .metaslider {
	margin-bottom: 70px;
}

.shop_home .flex-prev {display: none;}

.woocommerce .post_box {
	padding: 56px 26px 0 26px;
}

.woocommerce .columns > .sidebar {
	margin-top: 56px;
	padding: 0px 26px 0px 0px;
}

.woocommerce .columns > .sidebar {
	float: left;
	border-left: none;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	margin-top: -40px !important;
	margin-left: -152px !important;
	font-family: 'Lato', sans-serif;
	font-size: 12px !important;
	position: relative;
	z-index: 497;
}

.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
	color: #937293 !important;
	margin: 0 5px !important;
}

.woocommerce .woocommerce-breadcrumb a:hover, .woocommerce-page .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
	font-size: 29px;
	line-height: 33px;
	color: #3f2a57 !important;
	font-weight: normal;
}

.template-single-product .amount {
	font-size: 26px;
}

.woocommerce .sidebar .woocommerce img {
	float: left;
	margin-right: 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	float: left;
	margin-left: 0px;
	width: 50px;
}

.woocommerce p.members_discount {
	color: #a99f82;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
}

.woocommerce p.price {
	margin-bottom: 5px;
}

.woocommerce .sharedaddy {margin-top: 2em;}

.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {margin-top: 1.3em;}

.woocommerce .entry-summary a {text-decoration: underline;}
.woocommerce .entry-summary a:hover {text-decoration: none; color: #937293;}

.woocommerce div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page div.product p.stock, .woocommerce-page #content div.product p.stock {
	font-size: 17px !important;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #8b2614 !important;
}

.woocommerce .product_meta {
	font-size: 13px !important;
	line-height: 17px;
	color: #3f2a57 !important;
	font-family: 'Lato', sans-serif;
}

.woocommerce .product_meta a {
	color: #937293 !important;
	text-decoration: none;
}

.woocommerce .product_meta a:hover {
	text-decoration: underline;
}

.woocommerce .summary .product_meta > span {
	margin-bottom: 4px;
}

.woocommerce span.sku_wrapper {display: none !important;}

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	height: 35px !important;
}

.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
	height: 19px !important;
}

.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus {
	height: 18px !important;
}

.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
	margin: 0 10px 0 0 !important;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
	border: 0px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.woocommerce .thumbnails img {
	border: none !important;
}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
	width: 40% !important;
}

.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
	width: 55% !important;
}

.woocommerce .widget .product-categories li {
	margin-bottom: 3px !important;
}

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

.related.products {
	background: #f8f7f3;
	margin-top: 60px;
}

.woocommerce div.related.products > ul.products > li.product img {
max-width: 100% !important;
height: 150px !important;
overflow: hidden !important;
}

.product.post_box .related h2 {
	background: #937293;
	padding: 8px 3%;
	font-size: 16px !important;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #ffffff !important;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(0,0,0,.35);
	letter-spacing: 1px;
}

.product.post_box h2 {
	margin-bottom: 0.6em !important;
	font-size: 20px !important;
	font-family: 'Lato', sans-serif;
	color: #3f2a57 !important;
	margin-top: 10px;
}

.woocommerce div.related.products > ul.products > li.product img {
	float: left;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	font-size: 15px !important;
	text-align: left;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	color: #3f2a57;
	padding-bottom: 0px !important;
	clear: both;
}

.woocommerce .related ul.products, .woocommerce .related ul, .woocommerce .upsells.products ul.products, .woocommerce .upsells.products ul, .woocommerce-page .related ul.products, .woocommerce-page .related ul, .woocommerce-page .upsells.products ul.products, .woocommerce-page .upsells.products ul {
	padding: 0 3% !important;
}

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

.woocommerce ul.products li .amount {
	font-size: 15px !important;
	font-family: 'Lato', sans-serif;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	border: none !important;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 13px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #937293;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background: #f8f7f3 !important;
	color: #937293 !important;
	text-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background: #937293 !important;
	color: #ffffff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,.35) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	margin: 0 19px 0 -16px !important;
	padding: 0 2em !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	color: #937293 !important;
	text-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
	color: #ffffff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,.35) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	-webkit-border-bottom-right-radius: 0px !important;
	-mox-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border: none !important;
	box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	box-shadow: none !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-mox-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
	text-align: left;
}

.woocommerce .summary div[itemprop="offers"] {
	margin: 0.4em auto 1em;
}

.woocommerce .stock {
	margin-bottom: 9px;
}

.woocommerce .products_main_loop > ul.products > li.product img {
	height: 190px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.template-product_cat.woocommerce ul.products li.product .price, .template-product_cat.woocommerce ul.products li.product .price {
	text-align: center !important;
}

.template-product_cat.woocommerce ul.products li.product h3, .template-product_cat.woocommerce-page ul.products li.product h3 {
	text-align: center !important;
}

.entry-content p {
	margin-bottom: 1em;
}

/* CSS animation */
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}

/* Structure & Responsive */

.container:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.mobile_margin {height: 50px; background: #d0c6ac;}

@media all and (min-width: 898px) {
	ul#menu-main-menu.menu a {
		margin-left: 0.2em;
		font-weight: bold;
		color: #3f2a57;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 0.9em 1.1em;
	}

	ul#menu-main-menu.menu li:hover a {
		background: #3f2a57;
		color: #ffffff;
	}

	ul#menu-main-menu.menu li {
		display: block;
		}

	#menu-main-menu ul.sub-menu {
	background: #3f2a57;
	left: 2px;
	margin-top: -6px;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
		padding: 6px 0;
	}

	#menu-main-menu .sub-menu a {
	border-left-width: 0px;
	padding: 0.8em 1.1em !important;
	border-radius: 0px !important;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: normal !important;
		margin-left: 0px !important;
	}

	#menu-main-menu .sub-menu a:hover {
		background: #937293 !important;
	}

	.woocommerce .columns > .content {
		float: right;
		width: 624px;
	}

	.woocommerce .columns > .sidebar {
		border-right: 0;
	}

}

@media all and (max-width: 1024px){
	.header {
	min-height: 165px;
}
}

@media all and (max-width: 897px) {
	
	div#festi-cart-pop-up-content {
		width:100%;
		max-width: 100% !important;
		left:0 !important;
		top:0 !important;
	}
	
	div#festi-cart-pop-up-content div.festi-cart-pop-up-body {
		width: 100%;
		max-width: calc(100% - 10px);
		border: 0 !important;
		border-radius: 0 !important;
	}
	
	.landing #site_title {
		left: 0px;
		margin-left: 0px;
	}
	
	.landing #header {
		background: #3f2a57;
		min-height: 45px;
		margin-bottom: 15px;
	}
	
	.landing .post_box {
		margin: 26px 0px;
		padding: 0px 13px;
	}
	
	.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
		margin-top: 60px !important;
		margin-left: -20px !important;
	}
	
	.woocommerce .post_box {
		margin: 0px !important;
	}
	
	#top_nav {
		display:block;
		clear:none;
		width:auto;
	}
	#top_nav li {
		float:right;
		width:auto;
	}

	.social-links {
		margin-right: -58px;
		background-position:-110px 0;
	}

	.menu_control {
		width:70%;
		float:right;
		margin-left:10px;
		position:relative;
		top:10px;
	}

	ul#menu-main-menu.menu {
		width:70%;
	}

	ul#menu-main-menu.menu,
	ul#menu-main-menu.menu a {
		background: white;
	}

	ul#menu-main-menu.menu a:hover,
	ul#menu-main-menu.menu a:active {
		background: #3f2a57;
		color:white;
	}
	
	.home_slider .flex-direction-nav a.flex-next {
		margin-right: 0 !important;
	}
	
	.home_slider .flex-prev {
		margin-left: 0 !important;
	}

	.container .home_section .home_section_content:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

	.about_chesterton .home_section_content.left {
		background-position: center top;
		padding-top: 265px;
		padding-right: 0;
		width: 69%;
	}

	.container .home_section_content h1  {
		background-size: 100% auto;
		max-width: 100%;
	}

	.columns > .sidebar {
		border: none;
	}

	.columns > .sidebar .widget {
		width: 46%;
		float: left;
		padding-left: 2%;
		padding-right: 2%;
	}

	.footer {
		padding-bottom: 13px;
	}

	.copyright {
		float: right;
	}

	.footer-buttons {
		float:none;
		margin-left:auto;
		margin-right:auto;
		clear: both;
		display: block;
		text-align: center;
		padding-top: 13px;
	}

	.footer .social-links {
		background-position: left top;
		position: relative;
		left: 72px;
	}

	.footer-buttons a.button {
		margin-bottom: 13px;
	}
	
	#site_title {
		left: 50%;
		margin-left: -67px
	}
	
	#header {
		background: #d0c6ac;
	}
	
	.social-links {
		margin-right: 0;
		padding-right: 5px;
		background: transparent;
	}

	.footer {
		text-align:center;
	}
	
	.footer .container {
		padding: 0px;
	}

	.footer .social-links,
	.copyright {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}

	.footer .social-links {
		left: 0;
		padding: 13px 0;
		text-align: center;
		background:#DFD8C4;
		border: 0;
		box-shadow: none;
	}

	.footer .social-links .social_icon {
		float: none;
		display: inline-block;
		font-size: 1.5em;
	}
	
	.header {
	min-height: 100px;
}
}

@media all and (max-width: 595px) {

	.container {
		padding-left:13px;
		padding-right:13px;
	}

	#header {
		padding-left:0;
		padding-right:0;
	}

	ul#top_nav.menu {
		padding-top:19px;
	}
	ul#top_nav.menu li {
		display:inline;
		float:none;
		word-wrap: none;
		word-break: none;
		white-space: nowrap;
	}
	ul#top_nav.menu li a {
		padding:5px;
		display: inline;
	}

	.social-links {
		margin-right: 0;
		padding-right: 5px;
		background: transparent;
	}

	.footer {
		text-align:center;
	}

	.footer .social-links,
	.copyright {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}

	.footer .social-links {
		left: 0;
		padding: 13px 0;
		text-align: center;
		background:#DFD8C4;
		border: 0;
		box-shadow: none;
	}

	.footer .social-links .social_icon {
		float: none;
		display: inline-block;
		font-size: 1.5em;
	}
}

@media all and (max-width: 530px) {

	.mob_hide {
		display: none;
	}

	.home_slider .button {
		white-space: nowrap;
		word-break: none;
		word-wrap: none;
		margin-top: 30px !important;
		display:block;
		float:left;
	}

	.container .home_section .home_section_content {
		width:100%;
		float:none;
		padding-left:0;
		padding-right:0;
		border:none;
		margin-bottom:26px;
		text-align: center;
	}

	.container .home_section_content h1 {
		background-position: center top;
		margin-left: auto;
		margin-right: auto;
	}

	.container .shop_section h1 {
		background-size:auto;
	}

	.container .home_section_content.sidebar {
		text-align:center;
	}

	.shop_section .home_section_content.left p {
		padding-right: 0;
	}
}

@media all and (max-width: 450px) {

	.social-links {
		padding: 5px;
	}

	.menu_control {
		width:50%;
	}

	ul#menu-main-menu.menu {
		width:50%;
	}

	.the_acs p,
	.the_acs ul {
		width: 100%;
	}

	.columns > .sidebar .widget {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
}