/*
 Theme Name:   Wild Raw
 Theme URI:    http://www.wildraw.com.au/
 Description:  Child Theme based on Twenty Fourteen
 Author:       Invisible Resources
 Author URI:   http://www.invisibleresources.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/*@import url("../twentyfourteen/style.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	background: #ffffff url(images/bg1.jpg) no-repeat 50% 269px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.page-template-page-templatespage-about-php, .page-template-page-templatespage-media-php, .archive.category-blog, .single-post, .archive.author, .search.search-results, .blog, .archive.date {
	background-image: url(images/bg2.jpg);
}
.page-template-page-templatespage-product-shop-php, .page-template-page-templatespage-praises-php, .page-template-page-templatespage-bnb-php {
	background-image: url(images/bg3.jpg);
}
.woocommerce-page, .page-template-page-templatespage-tv-php, .page-template-page-templatespage-booking-php {
	background-image: url(images/bg4.jpg);
}
a {
	color: #62a303;
}
a:hover {
	color: #62a303;
	text-decoration: underline;
}
a.button:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	font-weight: 300;
}
input, textarea, select, .chzn-results, .chzn-container {
	font-family: "Helvetica Nueu", Helvetica, Arial, sans-serif !important;
}
blockquote, blockquote p {
    color: #62a303;
    line-height: 1.6;
}
blockquote {
    border-left: 0;
    margin: 0 0 1.25rem;
    padding: 0;
}
.hidden {
	display: none;
}
.whole-page-container {
	background-color: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.34);
}
.header {
	margin-bottom: 25px;
}
.navigation-wrapper { 
	z-index: 99;
	padding-bottom: 20px;
}
.home .navigation-wrapper {
	
}
.contain-to-grid.fixed, .top-bar-section ul, .top-bar, .contain-to-grid, .top-bar-section li:not(.has-form) a:not(.button), .top-bar.expanded .title-area {
	background-color: #ededed;
}
.top-bar.expanded {
	box-shadow: 0 0 5px rgba(0, 0 , 0, 0.15);
	border-bottom: 1px solid #ddd;
}
.contain-to-grid.fixed  {
	box-shadow: 0 0 7px rgba(0, 0 , 0, 0.25);
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: 1px solid #1a1a1a;
}
.top-bar-section ul li > a {
    background: none repeat scroll 0 0 #ededed;
    color: #000000;
    display: block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 0.8335rem;
    padding: 14px 0 14px 14px;
    width: 100%;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 45px;
    padding: 0 14px;
}
.top-bar.expanded .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar.expanded .top-bar-section ul li > a:hover {
	background-color: #f2f2f2;
}
.top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section ul li > a:hover, .top-bar-section li.current-menu-item > a:not(.button), .top-bar-section li.current-menu-parent > a:not(.button), .top-bar.expanded .top-bar-section li.current-menu-item > a:hover:not(.button), .top-bar.expanded .top-bar-section li.current-menu-parent > a:hover:not(.button), .top-bar ul li.current-product_cat-ancestor > a:not(.button) {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
}

.toggle-topbar a {
	outline: none;
	color: #000000;
}
.top-bar .toggle-topbar.menu-icon a:after {
    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}

.orbit-container {
	
}
.homepage-orbit {
	height: auto;
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.homepage-orbit img {
	height: auto;
}
.homepage-orbit .orbit-slides-container li {
	width: 100%;
	min-height: 50px;
	display: inline-block;
}
.orbit-slides-container {
	min-height: 50px;
	background: transparent url(images/loading-white-bg.gif) no-repeat 50% 10%;
}
.orbit-bullets li {
	cursor: pointer;
}
.orbit-bullets li.active {
	background-color: #98c22a;
}
.top-static-widget {
	margin-bottom: 20px;
}
.top-static-widget .top-bar .toggle-topbar {
	left: 0;
}
.side-nav li.divider {
    border-top: 1px solid #D8D8D8;
}
.widget-title {
	font-size: 1.3em;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	font-weight: 500;
	color: #62a303;
}
.breadcrumbs, .woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
    font-size: 0.6875rem;
	line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
	background-color: transparent;
	border-color: transparent;
	padding: 5px;
	margin-bottom: 10px;
	color: #bbb;
}
.breadcrumbs > * {
    display: inline-block;
	float: none;
}
.breadcrumbs a {
	color: #f78f1e;
}
.breadcrumbs a:hover {
	text-decoration: none;
	color: #62a303;
}
.breadcrumbs > *:last-child:after {
    color: #AAAAAA;
    content: "/";
    margin: 0 0.75rem;
    position: relative;
    top: 1px;
}

.woocommerce-pagination .page-numbers {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	padding: 0.25556rem 0.55556rem;
}
.woocommerce-pagination .page-numbers {
	margin-left: 0;
}
.woocommerce-pagination .page-numbers li {
	float: none;
	display: inline-block;
}
ul.page-numbers .current {
	background: #ccc;
	color: white;
	font-weight: bold;
	cursor: default;
	display: block;
	padding: 0.05556rem 0.55556rem 0.05556rem;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ul.page-numbers .current:hover, ul.page-numbers .current:focus {
	background: #ccc;
}

.footer-wrapper {
	position: relative;
	padding: 0;
}
.footer-wrapper .accent {
	width: 100%;
	height: 105px;
	display: block;
	background: transparent url(images/footer-accent.png) no-repeat 50% 50%;
	position: absolute;
	top: -35px;
}
.footer {
	background-color: #000000;
	color: #ffffff;
	margin-top: 45px;
	padding-top: 5.25rem;
	padding-bottom: 0.15rem;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	text-align: center;
}
.footer a {
	color: #fff;
}
.footer a:hover, .footer li.current-menu-item > a, .footer li.current-menu-parent > a, .footer li.current-product_cat-ancestor > a {
	color: #62a303;
	text-decoration: none;
}
.footer .widget {
	margin-bottom: 0;
}
.footer, .footer p, .footer li, .footer .widget li {
	font-size: 0.79rem;
	line-height: 1.4;
}
.footer .menu {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
.footer .menu li {
	display: inline-block;
}
.footer .menu li:after {
	content: " | ";
}
.footer .menu li:last-child:after {
	content: "";
}
.footer .menu li a {
	margin-left: 5px;
	margin-right: 5px;
}

.social-icons li {
	display: inline-block;
}
.social-icons {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.social-icons li a {
	display: block;
	width: 28px;
	height: 28px;
	background: transparent url(images/social-icons.png) no-repeat 0 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin: 1px;
}
.social-icons .facebook {
	background-position: -15px 0;
}
.social-icons .twitter {
	background-position: -50px 0;
}
.social-icons .instagram {
	background-position: -86px 0;
}
.social-icons .pinterest {
	background-position: -122px 0;
}
.social-icons .youtube {
	background-position: -158px 0;
}
.social-icons .amazon {
	background-position: -193px 0;
}

.footer .social-icons {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.footer .social-icons li a {
	display: block;
	width: 33px;
	height: 33px;
	background: transparent url(images/social-icons.png) no-repeat 0 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin: 1px;
}
.footer .social-icons .facebook {
	background-position: 0 100%;
}
.footer .social-icons .twitter {
	background-position: -42px 100%;
}
.footer .social-icons .instagram {
	background-position: -84px 100%;
}
.footer .social-icons .pinterest {
	background-position: -127px 100%;
}
.footer .social-icons .youtube {
	background-position: -169px 100%;
}
.footer .social-icons .amazon {
	background-position: -210px 100%;
}

.widget_product_categories, .button, button {
	
}
.button, button {
	text-transform: uppercase;
	font-weight: bold !important;
	background-color: #62a303;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-weight: normal !important;
}
.button:hover, .button:focus, button:hover, button:focus {
	background-color: #000;
	color: #fff;
}
.button.tiny {
	padding: 0.625rem 1rem 0.605rem 1rem;
	font-size: 0.875rem;
}
.post .entry-content, .page .entry-content, .woocommerce-page .entry-content {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	text-align: justify;
}
.post .entry-content p, .page .entry-content p, .woocommerce-page .entry-content p, ul, ol, dl {
	font-size: 0.815rem;
	line-height: 1.5;
}
.post .entry-content blockquote, .post .entry-content blockquote p, .page .entry-content blockquote, .page .entry-content blockquote p, .woocommerce-page .entry-content blockquote, .woocommerce-page .entry-content blockquote p {
	font-size: 1rem;
}

.page-template-default .site-content {
	
}
.woocommerce-cart .site-content, .woocommerce-page .site-content {
	border-right: 0;
}
.sidebar-column {
	
}

.woocommerce-page .entry-content {
	margin-bottom: 20px;
}
.archive-title, .page-header .page-title {
	font-size: 0.675rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #999;
}
.page-title, .entry-title, h1 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 2.25rem;
}
.archive .entry-title a, .single-post .entry-title, .search-results .entry-title {
	padding-right: 60px;
}
.entry-title a {
	color: #000;
}
.entry-title a:hover {
	color: #000;
}
.entry-meta {
	font-size: 0.805rem;
}
.entry-meta .entry-date {
	font-style: italic;
}
.archive .entry-content, .archive .entry-summary, .search-results .entry-summary, .single-post .entry-content {
	margin-top: 1.75rem;
	margin-bottom: 2.75rem;
	padding-bottom: 2.75rem;
	border-bottom: 10px dotted #ededed;
	padding-right: 0;
}

.single-post .entry-content {
	border-bottom: 0;
	margin-bottom: 0.75rem;
}
.single-post .entry-footer {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-top: 1.925rem !important;
}
.single-post .entry-footer .columns {
	margin: 0;
}
.single-post .entry-footer .posted-in {
	color: #62A303;
	font-weight: bold;
	font-size: 0.875rem;
}
.single-post .entry-footer  .facebook {
	text-align: center;
	padding-top: 20px;
}
.single-post .entry-footer  .facebook a {
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
}
.single-post .entry-footer  .facebook a img {
	margin-bottom: 10px;
}
.single-post .entry-footer .meta-footer {
	padding-top: 30px;
}
.share-title {
	font-weight: bold;
}
.social-buttons {
	margin: 0;
	padding: 0;
}
.social-buttons li { 
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.social-buttons li a, .social-buttons li .share-box {
	display: block;
	width: 53px;
	height: 53px;
	margin-right: 3px;
}
.social-buttons li .share-box {	
	background: #717171;
	color: #fff;
	font-size: 0.685rem;
	text-transform: uppercase;
	margin-right: 4px;
	text-align: center;
	padding-top: 7px;
}
.social-buttons li .share-box span {
	display: block;
}
.social-buttons li a {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: transparent url(images/socialite.png) no-repeat 0 0;
}
.social-buttons li a.twitter {
	background-position: 0 0;
}
.social-buttons li a.facebook {
	background-position: -57px 0;
}
.social-buttons li a.pinterest {
	background-position: -115px 0;
}
.social-buttons li a.googleplus {
	background-position: -173px 0;
}

.single-post .newsletter-form {
	border-top: 0;
	margin-top: 0 !important;
	padding-top: 0;
	margin-bottom: 0 !important;
}
.hentry {
	position: relative;
}
.comments-link {
	width: 50px;
	height: 50px;
	padding-top: 14px;
	display: block;
	background: transparent url(images/bubble.png) no-repeat 50% 50%;
	text-align: center;
}
.comments-link a {
	color: #fff;
	font-size: 0.974rem;
}
.read-more {
	text-transform: uppercase;
	clear: both;
	margin-top: 2.25rem;
	font-size: 1.2rem;
}
.comments-area {
	
}
.comment-respond {
	border-top: 1px solid #ededed;
	padding-top: 1.725rem;
}
.comment-reply-title {
	font-size: 0.975rem;
	font-weight: bold;
	color: #62A303;
}
#cancel-comment-reply-link {
	font-weight: normal;
	font-size: 0.825rem;
	text-transform: lowercase;
}
.comment-notes {
	font-size: 0.785rem;
}
.comments-title {
	border-top: 1px solid #ededed;
	margin-top: 1.925rem;
	margin-bottom: 1.925rem;
	padding-top: 1.725rem;
	font-size: 0.925rem;
	font-weight: bold;
}
.comment-form textarea {
	height: 100px;
}
.comment-form .form-submit {
	text-align: right;
	margin-right: 7.225rem;
}
.comment-form .form-submit input[type="submit"] {
	background-color: #62a303;
	color: #fff;
	border: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif !important;
    font-size: 1.1rem;
	padding: 0.125rem 1.325rem;
	text-transform: uppercase;
}
.comment-form .form-submit input[type="submit"]:hover, .comment-form .form-submit input[type="submit"]:focus {
	background-color: #000;
	color: #fff;
}
.comment-list {
	margin: 0;
	padding: 0;
}
.comment-list li {
	list-style: none;
}
.comment .vcard {
	border: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.comment .vcard .avatar {
	margin-right: 10px;
}
.comment .vcard cite {
	font-style: normal;
	font-size: 0.875rem;
	font-weight: normal;
}
.comment-meta {
	font-size: 0.875rem;
}
.comment-body, .comment-body p {
	font-size: 0.825rem;
	line-height: 1.3;
}
.comment-body p {
	margin-bottom: 10px;
}
.comment-body {
	border-bottom: 1px solid #ededed;
	padding-bottom: 1.275rem;
	margin-bottom: 1.275rem;
}
.comment-body .reply .comment-reply-link {
	background-color: #62a303;
	color: #fff;
	font-size: 0.825em;
	text-transform: uppercase;
	padding: 2px 10px;
}

.woocommerce-page .page-title {
	text-align: center;
	font-size: 1.85rem;
}
.cart-tab {
    top: 0.2em;
    width: 18em;
	z-index: 9999;
}
.cart-tab a.cart-parent {
    padding: 0.75em;
}
.cart-tab.right a.cart-parent {
    left: -9.9973em;
    width: 10em;
}
.cart-tab.light a.cart-parent {
    background: none repeat scroll 0 0 #333;
	color: #fff;
}
.cart-tab.light a.cart-parent .amount {
	font-weight: bold;
	color: #9ae034;
}
.cart-tab.light a.cart-parent .contents {
	color: #aaa;
}
.cart-tab .widget {
    margin: 0;
    padding: 1em;
}
.cart-tab .widget p, .cart-tab .widget ul, .cart-tab .widget li {
	font-size: 0.875rem;
}
.cart-tab .widget .widgettitle {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.25rem;
}
.products {
	margin: 0;	
	margin-bottom: 15px;
}
.woocommerce ul.products li.product {
	display: inline-block;
	border: 7px solid #d7d7d7;
	padding: 0;
	vertical-align: top;
	position: relative;
}
.product .row {
	margin: 0;
}
.product .product-meta .row .columns {
	padding: 0;
}
.product .product-meta {
	padding: 10px;
}
.product .product-meta, .product .product-meta p {
	font-size: 0.785rem;
}
.product .product-meta .is-recipe-product-text {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.product-meta .large-9, .product-meta .large-3, .product-meta .small-9, .product-meta .small-3, .product-meta .medium-9, .product-meta .medium-3 {
	position: relative;
}
.product-meta .large-3, .product-meta .medium-3, .product-meta .small-3 {
	min-height: 100px;
}
.product-hover {
	box-shadow: 0 0 10px #ddd;
}
.price {
	color: #78ae1b;
}
ul.products li.product .price, .entry-summary .price .amount {
	font-weight: 700;
	font-size: 1.052rem;
	color: #ffffff;
	background-color: #000000;
	width: 70px;
	height: 70px;
	padding-top: 20px;
	border-radius: 3em;
	display: inline-block;
	text-align: center;
}
ul.products li.product .price {
	position: absolute;
	top: 0;
	right: 0;
}
ul.products li.product .wc-new-badge {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0;
	background: transparent url(images/badge-new.png) no-repeat 0 0;
	height: 68px;
	width: 68px;
	text-indent: -999px;
	overflow: hidden;
	white-space: nowrap;
}
ul.products li.product p {
	margin-bottom: 0;
}
ul.products li.product .onsale {
    position: absolute;
	top: -1px;
	right: -1px;
	border-radius: 0;
	background: transparent url(images/badge-sale.png) no-repeat 0 100%;
	height: 68px;
	width: 68px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
ul.products li.product h3, .product_title {
	font-size: 1.052rem;
	font-weight: 700;
	margin-bottom: 5px;
	color: #62a303;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
ul.products li.product .button {
	display: block;
	margin-bottom: 0;
}
.add_to_cart_button {
	background-color: #62a303;
}
.add_to_cart_button:hover {

}
.button.downloadable {
	background: #62a303 url(images/buy-downloadable-btn-bg.png) no-repeat 50% 50%;
	background-size: 90% auto;
	text-indent: -999px;
	overflow: hidden;
	white-space: nowrap;
}
.entry-summary .button.downloadable {
	width: 100%;
	max-width: 370px;
	text-align: center;
	margin: auto;
}
ul.products li.product .button.loading {
	background: #578e06 url(images/loading.gif) no-repeat 5% 50%;
}
ul.products li.product del {
	font-size: 0.85em;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: #999;
}
ul.products li.product ins {
	text-decoration: none;
	padding: 0;
	margin: 0;
}
ul.products li.product .added_to_cart {
	position: absolute;
	top: -1px;
	right: -1px;
	border-radius: 0;
	background: transparent url(images/badge-added.png) no-repeat 0 100%;
	height: 68px;
	width: 68px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
ul.products li.product .out-of-stock {
	position: absolute;
	top: -1px;
	right: -1px;
	border-radius: 0;
	background: transparent url(images/badge-out-of-stock.png) no-repeat 0 100%;
	height: 68px;
	width: 68px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
ul.products li.product .in-stock {
	display: none;
}
.fxm-cart-mini-widget {
	margin-bottom: 20px;
	font-size: 0.875em;
}
.f-dropdown.content {
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.34);
}
.product_list_widget {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}
.product_list_widget li {
	list-style: none;
	border-top: 1px solid #ddd;
	padding-top: 7px;
	padding-bottom: 7px;
}
.imagewrapper {
	text-align: center;
}
img.loading {
	background: transparent url(images/loading-white-bg.gif) no-repeat 50% 50%;
}
.product_list_widget li .columns {
	background-color: transparent;
}
.product_list_widget li .columns a {
	padding: 0;
}
.product_list_widget li .product-data {
	margin: 0;
}
.variation dt, .variation dd {
	display: inline;
	font-size: 0.89em;
	line-height: 1;
}
.variation dt {
	margin-right: 5px;
}
.product_list_widget li a {
	max-width: 100%;
}
.product_list_widget li a img {
	max-width: 100%;
	padding: 5px;
}
.widget_shopping_cart_content .total {
	text-align: right;
	background-color: #313334;
	color: #fff;
	line-height: 1;
	padding: 10px;
}
.widget_shopping_cart_content .buttons {
	text-align: center;
}
.widget_shopping_cart_content .buttons .button {
	margin-bottom: 0;
}

.product-page {
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}
.product_title {
	font-size: 1.6em;
	line-height: 1.1;
	border-bottom: 0;
	margin-top: -5px;
}
.product-page .price {
	font-size: 1.4em;
	font-weight: 700;
}
.product-page .price del {
	font-size: 0.77em;
	color: #999;
	font-weight: 400;
}
.product-page .price ins {
	text-decoration: none;
}
.product-page .product-short-descriptions, .product-page .product_meta  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.product-page .product-short-description {
	margin-bottom: 20px;
}
.product-page .simple-product-form-wrapper {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.product-page .product_meta  {
	font-size: 0.75em;
	line-height: 1.4;
	padding: 10px;
	background-color: #efefef;
	color: #999;
	margin-bottom: 10px;
}
.product-page .onsale {
    position: absolute;
	top: 0;
	right: 15px;
	border-radius: 0;
	background: transparent url(images/badge-sale.png) no-repeat 0 100%;
	height: 68px;
	width: 68px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.product-page .stock {
	color: #1fb0ff;
	font-weight: bold;
}
.product-page .stock.out-of-stock {
	color: #f43800;
}
.product-page .images {
	margin-bottom: 20px;
	text-align: center;
}
.product-page .thumbnails {
	text-align: center;
}
.product-page .thumbnails a {
	margin: 3px;
}
.product-page .thumbnails img {
	width: 80px;
	height: auto;
	padding: 2px;
}
.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 60px;
	margin-right: 20px;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C7C0C7 -moz-use-text-color #C7C0C7 #C7C0C7;
    border-image: none;
    border-radius: 2px 0 0 2px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: 0 0 2px 0 #F7F6F7 inset;
    float: left;
    font-weight: bold;
    height: 28px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus {
    background: -moz-linear-gradient(center top , #F7F6F7 0%, #DFDBDF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #C7C0C7;
    border-radius: 2px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 20px;
}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover {
    background: -moz-linear-gradient(center top , #F7F6F7 0%, #D3CED3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
    border-bottom: 0 none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    top: 0;
}
.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 15px;
    right: 0;
}

.woocommerce div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs {
    clear: both;
	margin-top: 20px;
}
.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 {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.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-color: #ffffff;
    border: 0;
	border-bottom: 1px solid #ffffff;
    display: inline-block;
    position: relative;
    z-index: 0;
	padding: 0.1rem 0.5rem;
}
.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: #5E5E5E;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
	font-size: 0.85em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #777777;
    text-decoration: none;
}
.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-color: #D8D8D8;
    z-index: 2;
	border-bottom: 1px solid #D8D8D8;
}
.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: inherit;
    text-shadow: inherit;
}
.woocommerce-tabs .panel {
	box-shadow: inset 0 0 10px #D8D8D8;
}
.woocommerce-tabs .panel, .woocommerce-tabs .panel p {
	font-size: 0.9em;
}
.woocommerce-tabs .panel h2 {
	font-size: 1.2em;
}
table {
	width: 100%;
}
th {
	font-weight: bold;
}
.variable-product-label label {
	font-weight: bold;
}
th, td {
	vertical-align: top;
	line-height: normal;
	padding: 10px;
}
.product-remove {
	vertical-align: middle;
}
.shop_attributes p {
	margin-bottom: 0;
}

.upsells.products h2, .related.products h2, .cross-sells h2 {
	font-size: 1.1em;
	border-bottom: 1px solid #777;
	font-weight: 700;
}
.upsells.products li.product .product-meta, .related.products li.product .product-meta, .cross-sells li.product .product-meta {
	
}

.logger.alert-box {
	text-align: left;
}
.logger.alert-box .close {
	top: 25%;
}
.alert-box.alert-transparent {
	background-color: transparent;
	border: 0;
}
.alert-box.hide {
	display: none;
}
.alert-box a {
	color: #fff;
	text-decoration: underline;
}
.alert-box .button {
	padding: 0.42rem 1rem;
	margin: 0;
	margin-top: -5px;
	text-decoration: none;
}
.alert-box li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.alert-box ul {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	font-size: 0.97em;
}
.alert-box .close, .alert-box a.close, .product-remove .remove, .product-remove a.remove {
    font-size: 1.075rem;
    font-weight: bold;
	text-decoration: none;
	font-family: "Helvetica Nueu", Helvetica, Arial, sans-serif;
}
.actions .columns {
	background-color: transparent;
}
.cart-actions {
	padding-top: 20px;
	text-align: right;
}
table tr th, table tr td, table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
	font-size: 1em;
}
.cart_totals {
	
}
.cart_totals h2, .shipping_calculator h2 {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.shop_table_total {
	
}
.shop_table_total .cart-subtotal, .shop_table_total .shipping, .shop_table_total .total, .shop_table .cart-subtotal, .shop_table .shipping, .shop_table .total {
	font-size: 0.87em;
}
.shipping ul, .payment_methods {
	margin: 0;
}	
.shipping li, .payment_methods li {
	list-style: none;
}
.payment_methods {
	margin-bottom: 20px;
}
.payment_methods label {
	font-weight: 700;
	font-size: 1.1em;
}
.payment_box {
	margin-left: 25px;
}
.payment_box, .payment_box p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 1em;
}
.checkout h3 {
	background-color: #ededed;
	padding: 0.54rem 0.75rem;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.total .amount {
	font-size: 1.5em;
}
.horizontal-divider {
	border-right: 1px solid #D8D8D8;
	display: block;
}
.woocommerce-info {
	border-bottom: 1px solid #ededed;
	padding: 0.54em;
	margin-bottom: 1.2em;
}
.checkout-details-wrapper {
	padding-top: 2em;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
}

.woocommerce #payment, .woocommerce-page #payment {
    background: transparent;
    border-radius: 5px;
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
    list-style: none outside none;
    margin: 0;
    padding: 1em;
    text-align: left;
}
.woocommerce #payment ul.payment_methods:after, .woocommerce #payment ul.payment_methods:before, .woocommerce-page #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:before {
    content: " ";
    display: table;
}
.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
    clear: both;
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
    font-weight: 400;
    line-height: 2em;
    margin: 0;
    text-align: left;
}
.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
    margin: -2px 0 0 0.5em;
    position: relative;
    vertical-align: middle;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
    border-top: 1px solid #FFFFFF;
    padding: 1em;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    color: #5E5E5E;
    font-size: 0.92em;
    line-height: 1.5em;
    padding: 1em 2%;
    position: relative;
    width: 96%;
}
.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
    color: #777777;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
}
.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
    margin: 0 0 1em;
}
.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
    margin-bottom: 0;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #EBE8EB;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    display: block;
    left: 0;
    margin: -1em 0 0 2em;
    position: absolute;
    top: -3px;
}
.woocommerce .payment_methods input[type="checkbox"] + label, .woocommerce .payment_methods input[type="radio"] + label {
	margin-left: 0;
}
.woocommerce .order_details, .woocommerce-page .order_details {
    list-style: none outside none;
    margin: 0 0 1.5em;
}
.woocommerce .order_details:after, .woocommerce .order_details:before, .woocommerce-page .order_details:after, .woocommerce-page .order_details:before {
    content: " ";
    display: table;
}
.woocommerce .order_details:after, .woocommerce-page .order_details:after {
    clear: both;
}
.woocommerce .order_details li, .woocommerce-page .order_details li {
    border-right: 1px dashed #E0DADF;
    float: left;
    font-size: 0.715em;
    line-height: 1em;
    margin-right: 2em;
    padding-right: 2em;
    text-transform: uppercase;
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
    display: block;
    font-size: 1.4em;
    line-height: 1.5em;
    text-transform: none;
}
.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
    border: 0 none;
}
.woocommerce .addresses .title, .woocommerce-page .addresses .title {
}
.woocommerce .addresses .title:after, .woocommerce .addresses .title:before, .woocommerce-page .addresses .title:after, .woocommerce-page .addresses .title:before {
    content: " ";
    display: table;
}
.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after {
    clear: both;
}
.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
    float: left;
}
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {
    float: right;
}
.woocommerce h2 {
	text-transform: uppercase;
	font-size: 1.55rem;
	font-weight: bold;
}
.woocommerce .address {
	margin-top: 20px;
}
.woocommerce address {
	font-size: 0.925rem;
	line-height: 1.3;
	font-style: normal;
}
.woocommerce header.title {
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
}
.woocommerce .shop_table.my_account_orders, .woocommerce .digital-downloads {
	margin-bottom: 40px;
}	
.woocommerce .bacs_details {
	
}
.woocommerce .bacs_details h3 {
	font-size: 1.125rem;
}
.woocommerce .addresses h3 {
	font-size: 1.125rem;
	text-transform: uppercase;
}
.woocommerce .product-name small a {
	background: #62A303;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 10px;
	display: inline-block;
}

.row.recipes-category-list {
	background: #ededed;
	padding: 0;
	margin-bottom: 30px;
}
.recipes-category-list .columns {
	padding-top: 10px;
	padding-bottom: 10px;
}
.recipes-category-list ul {
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	border-right: 10px dotted #fff;
}
.recipes-category-list .vegetarian-food-recipes ul {
	border-right: 10px dotted #ededed;
}
.recipes-category-list li {
	list-style: none;
	font-size: 0.80rem;
	line-height: 1.8;
}
.recipes-category-list li strong {
	font-size: 0.90rem;
	text-transform: uppercase;
}
.recipes-category-list a {
	color: #000;
}
.recipes-category-list .active {
	text-decoration: underline;
}
.recipes-cat-tags {
	display: block;
	margin: 10px auto;
	width: 46px;
	height: 46px;
	background: transparent url(images/recipes-cat-tags.png) no-repeat 0 0;
}
.vegan-food-recipes .recipes-cat-tags {
	background-position: 0 -60px;
}
.vegetarian-food-recipes .recipes-cat-tags {
	background-position: 0 -120px;
}

.media-coverage .entry-content img {
	margin: 3px;
}

.events-workshops .entry-content ul {
	margin: 0;
	padding: 0;
}
.events-workshops .entry-content li {
	list-style: none;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.events-workshops .entry-content li {
	border-bottom: 10px dotted #ededed;
}
hr {
	background: transparent;
	height: 1;
	border: 0;
	border-top: 10px dotted #ededed;
	margin: 2.25rem 0 2.25rem;
}
.events-workshops .entry-content li img {
	border: 8px solid #d7d7d7;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.events-workshops .entry-content li a {
	background-color: #62a303;
	color: #fff;
	display: block;
	width: 100%;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.875rem;
}
.events-workshops .entry-content li a:hover {
	text-decoration: none;
	background-color: #000;
}
.entry-content iframe {
	max-width: 100%;
	width: 100%;
}
.wpcf7 .button {
	background-color: #62a303;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-weight: normal !important;
	font-size: 1.1rem;
}
.wpcf7 .button:hover, .wpcf7 .button:focus {
	background-color: #000;
	color: #fff;
}
/**
WP ContactForm7
**/
.wpcf7-form-control-wrap {
	display: block !important;
	width: 100%;
	position: relative;
}
.wpcf7-form-control-wrap input {
	width: 100%;
}
.wpcf7-form-control-wrap.check-in-date input, .wpcf7-form-control-wrap.check-out-date input {
	width: 50%;
	display: inline-block;
	float: left;
}
.wpcf7-form-control-wrap.check-in-date:before, .wpcf7-form-control-wrap.check-out-date:before {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: transparent url(images/calendar-icon.png) no-repeat 50% 50%;
	content: " ";
	margin-left: 10px;
}
span.wpcf7-not-valid-tip {
    padding: 2px 2px 2px 10px;
	margin-top: -16px;
	margin-bottom: 10px;
	clear: both;
}
div.wpcf7-validation-errors {
    background-color: #56C1C7;
    border: 2px solid #56C1C7;
    color: #FFFFFF;
    font-style: italic;
	padding: 5px;
}

.newsletter-form {
	border-top: 10px dotted #ededed;
	margin: 2.25rem 0 2.25rem 0;
	padding: 0;
	padding-top: 2.25rem;
}
.newsletter-form-container {
	border: 7px solid #ededed;
	position: relative;
	margin-left: 40px !important;
	margin-right: 0 !important;
	padding: 20px 10px;
	text-align: justify;
}
.newsletter-form.no-border {
	border: 0;
	padding-top: 0;
}
.newsletter-form-container .form form {
	margin-bottom: 0;
}
.newsletter-form-container .form .button {
	margin-bottom: 0;
	width: 100%;
	background-color: #62a303;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-weight: normal !important;
	font-size: 1.1rem;
	padding: 0.125rem 1rem 0.125rem;
}
.newsletter-form-container .form .button:hover, .newsletter-form-container .form .button:focus {
	background-color: #000;
	color: #fff;
}
.newsletter-form-container .form input {
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.825rem;
    height: 2.0125rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}
.newsletter-form-container .form .button:hover {
	
}
.newsletter-form-container .cake {
	display: block;
	width: 153px;
	height: 112px;
	background: transparent url(images/cake-form.png) no-repeat 0 0;
	clear: both;
	float: left;
	margin-left: -66px;
}
.newsletter-form-container .title {
	text-transform: uppercase;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
	color: #62a303;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
.newsletter-form-container p {
	font-size: 0.875rem;
	margin-bottom: 5px;
	line-height: 1.4;
}
.primary-sidebar .newsletter-form-container .cake {
	display: block;
	width: 153px;
	height: 112px;
	background: transparent url(images/cake-form.png) no-repeat 0 0;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
	margin-bottom: 20px;
}
.primary-sidebar .newsletter-form-container {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 20px 10px;
	text-align: center;
}
.primary-sidebar .newsletter-form-container .title {
	font-size: 1.2rem;
	line-height: 1.2;
}
.primary-sidebar .newsletter-form-container p {
	margin-bottom: 20px;
}

.yinstagram_grid {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.yinstagram_grid li {
	padding:0;
	margin: 0;
	list-style: none;
}
.yinstagram_grid li p {
	margin-bottom: 0;
	font-size: 0.825rem;
	margin-top: 5px;
	line-height: 1.2;
}
.widget_yinstagram .widget-title {
	text-align: center;
}
.textwidget {
	text-align: center;
}
.textwidget a img {
	margin-bottom: 20px;
}
.account-menu-links {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}
.account-menu-links li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
}
.search-form .screen-reader-text, .search-form .search-submit {
	display: none;
}
.search-form .search-field, .search-form .search-field:focus {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 28px;
}
.page-content .search-form .search-field {
	width: 80%;
	margin: auto;
}
.widget {
	margin-bottom: 30px;
}






.praises .quote {
	margin-bottom: 1.875rem;
	padding-bottom: 1.875rem;
	border-bottom: 1px solid #dedede;
}
.praises .quote.last {
	border-bottom: 0;
}
.praises blockquote {
	margin-top: 20px;
}
.praises cite {
	font-style: normal;
	text-transform: uppercase;
	color: #62a303;
}
.praises cite .author-name {
	font-weight: bold;
}
.wp-pagenavi {
	font-size: 0.875rem;
	line-height: 1.2;
	margin-top: 1.3rem;
}
.wp-pagenavi span, .wp-pagenavi a {
	display: inline-block;
	padding: 0.25556rem 0.55556rem;
}
.wp-pagenavi .current {
	background-color: #ccc;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
}

/**
 * ImageLightBox
 */
/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox
{
	cursor: pointer;
	position: fixed;
	z-index: 10001;
	top:0;
	left:0;
	bottom:0;
	right:0;

	-ms-touch-action: none;
	touch-action: none;

	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	-moz-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}


/* WITH ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#imagelightbox-loading
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */

	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	-moz-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
	#imagelightbox-loading div
	{
		width: 1.25em; /* 20 */
		height: 1.25em; /* 20 */
		background-color: #fff;

		-webkit-animation: imagelightbox-loading .5s ease infinite;
		-moz-animation: imagelightbox-loading .5s ease infinite;
		-o-animation: imagelightbox-loading .5s ease infinite;
		animation: imagelightbox-loading .5s ease infinite;
	}

	@-webkit-keyframes imagelightbox-loading
	{
		from { opacity: .5;	-webkit-transform: scale( .75 ); }
		50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
		to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
	}
	@-moz-keyframes imagelightbox-loading
	{
		from { opacity: .5;	-moz-transform: scale( .75 ); }
		50%	 { opacity: 1;	-moz-transform: scale( 1 ); }
		to	 { opacity: .5;	-moz-transform: scale( .75 ); }
	}
	@-o-keyframes imagelightbox-loading
	{
		from { opacity: .5;	-o-transform: scale( .75 ); }
		50%	 { opacity: 1;	-o-transform: scale( 1 ); }
		to	 { opacity: .5;	-o-transform: scale( .75 ); }
	}
	@keyframes imagelightbox-loading
	{
		from { opacity: .5;	transform: scale( .75 ); }
		50%	 { opacity: 1;	transform: scale( 1 ); }
		to	 { opacity: .5;	transform: scale( .75 ); }
	}



/* WITH OVERLAY */

#imagelightbox-overlay
{
	background-color: #777;
	background-color: rgba( 119, 119, 119, .9 );
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* WITH "CLOSE" BUTTON */

#imagelightbox-close
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	text-align: left;
	text-indent: -9999px;
	background-color: #fff;
	position: fixed;
	z-index: 10004;
	top: 2.5em; /* 40 */
	right: 2.5em; /* 40 */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
	#imagelightbox-close:hover
	{
		background-color: #fff;
	}
	#imagelightbox-close:before,
	#imagelightbox-close:after
	{
		width: 2px;
		background-color: #000;
		content: '';
		position: absolute;
		top: 20%;
		bottom: 20%;
		left: 50%;
		margin-left: -1px;
	}
	#imagelightbox-close:before
	{
		-webkit-transform: rotate( 45deg );
		-moz-transform: rotate( 45deg );
		-ms-transform: rotate( 45deg );
		-o-transform: rotate( 45deg );
		transform: rotate( 45deg );
	}
	#imagelightbox-close:after
	{
		-webkit-transform: rotate( -45deg );
		-moz-transform: rotate( -45deg );
		-ms-transform: rotate( -45deg );
		-o-transform: rotate( -45deg );
		transform: rotate( -45deg );
	}


/* WITH CAPTION */

#imagelightbox-caption
{
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	background-color: #000;
	background-color: rgba( 0, 0, 0, .8 );
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em; /* 10 */
}


/* WITH NAVIGATION */

#imagelightbox-nav
{
	background-color: transparent;
	position: fixed;
	z-index: 10001;
	left: 50%;
	top: 1.75em; /* 60 */
	padding: 0.213em; /* 5 */

	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	-o-transform: translateX( -50% );
	transform: translateX( -50% );

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
	#imagelightbox-nav a
	{
		width: 0.785em; /* 20 */
		height: 0.785em; /* 20 */
		border: 2px solid #000;
		
		display: inline-block;
		margin: 0 0.313em; /* 5 */
		outline: none;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	#imagelightbox-nav a.active
	{
		background-color: #000;
	}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav
{
-webkit-animation: fade-in .25s linear;
-moz-animation: fade-in .25s linear;
-ms-animation: fade-in .25s linear;
-o-animation: fade-in .25s linear;
animation: fade-in .25s linear;
}
@-webkit-keyframes fade-in
{
	from	{ opacity: 0; }
	to		{ opacity: 1; }
}
@-moz-keyframes fade-in
{
	from	{ opacity: 0; }
	to		{ opacity: 1; }
}
@-ms-keyframes fade-in
{
	from	{ opacity: 0; }
	to		{ opacity: 1; }
}
@-o-keyframes fade-in
{
	from	{ opacity: 0; }
	to		{ opacity: 1; }
}
@keyframes fade-in
{
	from	{ opacity: 0; }
	to		{ opacity: 1; }
}

@media only screen and (max-width: 48em) {
	.footer, .footer-sidebar { 
		text-align: center;
	}
	.home-right-column iframe {
		width: 100%;
	}
	.yinstagram_grid .th {
		
	}
	.yinstagram_grid img {
		max-width: 100%;
		height: auto;
	}
	.recipes-category-list ul {
		border-right: 0;
	}
	.comments-link {
		margin-top: 10px;
	}
	.entry-summary .price {
		text-align: right;
	}
}

@media (min-width: 30em) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100% !important;
		margin-bottom: 25px;
	}
	.upsells.products .products li.product, .related.products .products li.product, .cross-sells li.product {
		width: 30.5%;
		margin: 5px;
	}
	.upsells.products .products li.product .button.tiny, .related.products .products li.product .button.tiny, .cross-sells li.product .button.tiny {
		padding: 0.625rem 0.5rem 0.605rem 0.5rem;
	}
}
@media (min-width: 32.4375em) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: auto !important;
		margin-bottom: 25px;
	}
}
@media (min-width: 48em) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 47% !important;
		margin: 5px;
		margin: 10px !important;
	}
	.woocommerce ul.products li.product:nth-child(even) {
		margin-right: 0 !important;
	}
	.woocommerce ul.products li.product:nth-child(odd) {
		
	}
	.upsells.products .products li.product, .related.products .products li.product, .cross-sells li.product {
		width: 21.5%;
	}
	.upsells.products .products li.product .button.tiny, .related.products .products li.product .button.tiny, .cross-sells li.product .button.tiny {
		padding: 0.625rem 0.5rem 0.605rem 0.5rem;
	}
	.main-column .entry-content {
		/*padding-right: 35px;*/
	}
	.archive .entry-content, .archive .entry-summary, .search-results .entry-summary {
		/*margin-right: 35px;*/
	}
	.comments-link {
		position: absolute;
		top: 10px; 
		right: 10px;
		margin-top: 0;
	}
	ul.products li.product .price, .entry-summary .price .amount {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (min-width: 62.5em) {
	.products li.product {
		/*min-height: 350px;*/
	}
	.upsells.products .products li.product, .related.products .products li.product, .cross-sells li.product {
		/*min-height: 1px;
		height: 100%;*/
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 47% !important;
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 15px !important;
	}
	.woocommerce ul.products li.product:nth-child(even) {
		margin-right: 0 !important;
	}
	.woocommerce ul.products li.product:nth-child(odd) {
		
	}
	.billing-details {
		padding-right: 1.2em !important;
	}
	.order-details {
		padding-left: 1.2em !important;
	}
	#content-wrapper {
		margin-top: 20px;
		/*background: transparent url(images/page-column-divider.png) repeat-y 0 0;*/
	}
	.home #content-wrapper, .woocommerce-page #content-wrapper {
		background-image: none;
	}
	.woocommerce-account #content-wrapper {
		margin-top: 20px;
		/*background: transparent url(images/page-column-divider.png) repeat-y 0 0;*/
	}
	.woocommerce-page #content-wrapper {
		margin-top: 0;
	}
	.newsletter-form-container .form {
		padding-left: 30px !important;
		padding-right: 10px !important;
	}
	.primary-sidebar .newsletter-form-container .form {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.main-column .entry-content {
		
	}
	.columns-wrapper {
		display: table;
	}
	.main-column {
		border-right: 1px solid #ededed;
		padding-right: 35px;
		padding-left: 25px;
		width: 72% !important;
	}
	.home .main-column {
		border-right: 0;
	}
	.main-column img {
		max-width: 100%;
		height: auto;
	}
	.sidebar-column {
		padding-left: 35px;
		padding-right: 25px;
		width: 28% !important;
	}
	.main-column, .sidebar-column {
		display: table-cell;
		vertical-align: top;
		float: none !important;
	}
	.archive .entry-content, .archive .entry-summary, .search-results .entry-summary {
		
	}
	
}
@media (min-width: 64em) {
	.single-post .entry-footer .meta-footer {
		border-right: 1px solid #dedede;
	}
}

@media only screen and (max-width: 30em) {
	.intro {
		font-size: 12px;
		display: none;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.products, .products li {
		margin-left: 0;
		margin-right: 0;
	}
	.upsells.products .products li.product .button.tiny, .related.products .products li.product .button.tiny, .cross-sells li.product .button.tiny {
		padding: 0.625rem 0.5rem 0.605rem 0.5rem;
	}
	
	.cart-actions {
		text-align: left;
	}
	.footer .menu {
		text-align: left;
		margin: 10px;
	}
	.footer .menu li:after {
		content: "";
	}
	
}