/*
Theme Name: Organic Meat
Theme URI: http://www.themeurl.com/
Author: Vision Identity Team
Author URI: http://www.visionidentity.com
Version: 1.0
*/


          /*---------- Structure ----------*/
		  
* { 
	margin:0;
	padding:0;
	outline:0;
}

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

a { 
	text-decoration:none;
	color:#57382b;	
}


@font-face {
	font-family: 'BodoniHand';
    src: url('fonts/BodoniHand.eot');
    src: url('fonts/BodoniHand.eot') format('embedded-opentype'),
         url('fonts/BodoniHand.woff2') format('woff2'),
         url('fonts/BodoniHand.woff') format('woff'),
         url('fonts/BodoniHand.ttf') format('truetype'),
         url('fonts/BodoniHand.svg#BodoniHand') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Myriad Pro";
	src: url('fonts/MyriadPro-Regular.eot') format('embedded-opentype');
	src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/MyriadPro-Regular.svg#Myriad Pro') format('svg'),
	url('fonts/MyriadPro-Regular.woff') format('woff'),
	url('fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Myriad Pro Light";
	src: url('fonts/MyriadPro-Semibold.eot') format('embedded-opentype');
	src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
	url('fonts/MyriadPro-Semibold.svg#Myriad Pro Light') format('svg'),
	url('fonts/MyriadPro-Semibold.woff') format('woff'),
	url('fonts/MyriadPro-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

h1 {font-size: 18px;}	
h2 {font-size: 18px;}
h3 {font-size: 17px;}
h4 {font-size: 16px;}
h5 {font-size: 15px;}
h6 {font-size: 14px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro Light";
	font-weight:normal;
	line-height:1;
}

body { 
	direction:ltr;
	color:#6a6a6a;
	background:#fff;
	font-family: "Myriad Pro";
	font-size:14px;
}

.container { 
	padding:0 10px;
	margin:0 auto;
	max-width:1100px;
}
.wrapper { 
	margin:0 auto;
	max-width:1020px;
}
.subpage-content-inner {
	padding:20px 0;
	min-height:329px;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom:1;
}
.one-one, .one-two, .one-half, .one-three, .one-four, .one-five, .one-six, .one-seven, .one-eight, .one-nine, .one-ten,
.one-third, .one-fourth, .one-fifth
 { 
	float:left;
	min-height:1px;
}

.one-half { 
	width:50%;
}

.one-two { 
	width:20%;
}

.one-three { 
	width:30%;
}

.one-four { 
	width:40%;
}

.one-five { 
	width:50%;
}

.one-six { 
	width:60%;
}

.one-seven { 
	width:70%;
}

.one-eight { 
	width:80%;
}

.one-nine { 
	width:90%;
}

.one-ten { 
	width:100%;
}

.one-third { 
	width:33.33333%;
}

.one-fourth { 
	width:25%;
}

.one-fifth { 
	width:20%;
}


          /*---------- Header ----------*/

.header { 
	
	position:relative;
	z-index:2;
}
.header .container { 
	background:url(images/header-bg.png);
	display:table;
	width:100%;
	padding:10px 0;
}
.header-bg {
	background:#FBF9F8;
	position:absolute;
	left:0;
	top:0;
	height:199px;
	width:100%;
}
.for-mobile {
	display:none;
}
.head-contact {
	font-family: 'BodoniHand';
	font-size:14px;
	vertical-align:middle;
	margin-top:48px;
	padding-left:25px;
}
.head-contact span {
	color:#aca158;
	padding-right:5px;
}
.head-contact p {
	color:#57382b;
}
.head-contact a:hover {
	text-decoration:underline;
}

.logo {
	text-align:center;
}

.head-account-option {
	padding-right:25px;
}
.head-account {
	float:right;
	padding-top:5px;
}
.head-account a {
	float:left;
	margin-right:8px;
}
.account-btn {
	font-family: 'BodoniHand';
	background:url(images/account.png) no-repeat;
	text-align:center;
	font-size:18px;
	color:#57382b;
	padding:7px 8px;
}
.account-btn:hover {
	color:#fff;
	background:url(images/account_hover.png) no-repeat;
}

.head-basket {
	float:right;
	clear:right;
	margin-top:25px;
}
.head-basket a {
	background:url(images/basket.png) right center no-repeat;
	font-size:12px;
	color:#57372b;
	padding:18px 60px 6px 0;
}
		  
		  /*---------- Menu ----------*/
		  
.menu {
	background:#57382b;
	min-height:50px;
	position:relative;
	z-index:2;
}
.menu ul {
	margin:0 auto;
	display:table;
}
.menu li {
	list-style:none;
	display:inline-block;
}
.menu li a {
	font-family: 'BodoniHand';
	padding:16px 20px 14px;
}
.menu li a.menu-selected {
	background:#00926a;
}

.primary-menu ul { 
	list-style:none;
	font-size:0;
}

.primary-menu ul li { 
	display:inline-block;
	*display:inline;
	zoom:1;
	position:relative;
}

.primary-menu ul li:last-child { 
	margin-right:0;
}

.primary-menu ul li a { 
	color:#fff;
	font-size:18px;
	display:block;
	line-height:20px;
}

.primary-menu ul li:hover > a { 
	background:#aca158;
}

.primary-menu ul ul { 
	position:absolute;
	left:0;
	top:50px;
	z-index:9999;
	display:none;
	width:220px;
	background:url(images/transparent.png);
}

.primary-menu ul ul li { 
	margin:0;
	display:block;
}

.primary-menu ul ul li a { 
	padding:10px 20px;
	background:#57382b;
	color:#fff;
	text-align:left;
}

.primary-menu ul ul li:hover > a { 
	background:#aca158;
	color:#fff;
}

.primary-menu ul ul ul { 
	left:auto;
	right:100%;
	top:0;
	padding:0;
}

.primary-menu ul li:hover > ul { 
	display:block;
}

.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu .current_page_item > a,
.primary-menu .current_page_ancestor > a {
	background:#99ae7a;
}	

.nav-toggle1 { 
	display:none;
}


          /*---------- Slider ----------*/
  
.main-slider {
	position:relative;
	z-index:1;
	margin-top:-199px;
}

.slide-title {
	text-align:center;
	color:#fff;
	position:absolute;
    top:50%;
	right:10%;
	z-index:1;
	font-family: 'BodoniHand';
	text-shadow: 2px 4px 9px rgba(23,23,24,.75); 
}
.slide-title h1 {
	font-size:40px;
	font-family: 'BodoniHand';
}
.slide-title small {
	font-size:30px;
}
.slider-arrow {
	position:absolute;
	top:50%;
	width:100%;
	z-index:9;
}
.an-slide-prev {
	background:url(images/prev.png) no-repeat;
	width:51px;
	height:51px;
	left:3%;
	position:absolute;
	top:50%;
	z-index:9;
}
.an-slide-next {
	background:url(images/next.png) no-repeat;
	width:51px;
	height:51px;
	right:3%;
	position:absolute;
	top:50%;
	z-index:9;
}
		  
		  
          /*---------- Main Content ----------*/

.main-page-content {
	padding-bottom:40px;
}

.main-content-inner {
	background:url(images/background.png);
	padding-bottom:40px;
}
.main-content .wrapper {
	position:relative;
	z-index:2;
}
.content-inn {
	margin-top: -145px;
	z-index: 99;
	position: relative;
}
.shop-online img, .our-awards img {
	display:block;
}
.shop-online {
	position:relative;
	width:34.1%;
	float:left;
}
.shop-online a {
	display:inherit;
}
.shop-online a:hover {
	opacity:0.9;
}
.shop-online a:hover .shop-title {
	background:#3b2217;
}
.shop-title {
	position:absolute;
	left:0;
	top:6px;
	background:#99ae7a;
	text-align:center;
	z-index:999;
}
.shop-title h5 {
	color:#fff;
	font-size:18px;
	padding:15px 25px 14px;
}

.our-awards {
	position:relative;
	width:37.6%;
	float:left;
}
.our-awards a {
	display:inherit;
}
.our-awards a:hover {
	opacity:0.9;
}
.our-awards a:hover .awards-title {
	background:#3b2217;
}
.awards-title {
	position:absolute;
	left:0;
	bottom:6px;
	background:#d2c780;
	text-align:center;
}
.awards-title h5 {
	color:#fff;
	font-size:18px;
	padding:15px 25px 14px;
}

.recipes {
	position:relative;
	width:28.1%;
	float:left;
}
.recipes-inner {
	background:url(images/text-bg.jpg);
	color:#fff;
	float:left;
}
.recipes-inner p {
	padding:43px 10px;
}
.recipes-inner a {
	background:#3b2217;
	color:#fff;
	font-size:18px;
	padding:12px 25px 11px;
	float:right;
	margin-bottom:4px;
}
.recipes-inner a:hover {
	background:#815a4a;
}
.recipes-title {
	position:absolute;
	left:0;
	bottom:10px;
	background:#815a4a;
	text-align:center;
}
.recipes-title h5 {
	color:#fff;
	font-size:18px;
	padding:15px 40px 14px;
}
/*.recipes a {
	display:inherit;
}*/
.recipes a:hover {
	opacity:0.9;
}
.recipes > a:hover .recipes-title {
	background:#3b2217;
}


.footer {
	background:#3b2217;
	padding:10px 0;
	position:relative;
	z-index:2;
	float:left;
	width:100%;
}
.footer span {
	font-size:14px;
	color:#fff;
	display:block;
}
.footer small a {
	font-size:10px;
	color:#c7b775;
}
.footer small a:hover {
	text-decoration:underline;
}
.footer small {
	font-size:10px;
	color:#c7b775;
	display:block;
	margin-top:4px;
}
.footer img {
	float:right;
}
          /*========== Page With Sidebar ==========*/


.sidebar { 
	float:right;
	width:25%;
	margin-left:3%;
	font-family: "Myriad Pro";	
}

.widget-title { 
	background: #aca158;
    color: rgb(255, 255, 255);
    padding: 10px 10px 6px 10px;
}

.widget-cnt { 
	width:100%;
	display:inline-block;
	margin-bottom:20px;
	background:#f5f5f5;
}

.cat-menu { 
	list-style:none;
}
.cat-menu ul { 
	list-style:none;
}

.cat-menu li { 
	border-bottom:1px solid #e5e5e5;
}

.cat-menu li a { 
	padding:10px;
	color:#858585;
	display:block;
	font-size:14px;
	
}

.cat-menu li a:hover { 
	background:#e5e5e5;
	color:#57382b;
}


.widget-cnt-inner {
	padding:10px;
}
.widget-cnt-inner a {
	color:#fff;
	float:right;
	margin:15px 0;
	padding:6px 10px;
	border-radius:8px;
	background:#99ae7a;
}
.widget-cnt-inner a:hover {
	background:#57382b;
}



.content { 
	float:left;
	width:72%;
}	

.cat-wrap ul { 
	list-style:none;
	margin:0;
}	  

.cat-wrap ul li { 
	float:left;
	width:156px;
	margin:0 3.9px 10px;
}

.cat-wrap ul li a { 
	color:#fff;
	font-family: "Myriad Pro Light";
	font-size:12px;
	text-transform:uppercase;
}

.cat-wrap ul li a:hover { 
	text-decoration:none;
	opacity:.92;
}

.cat-wrap ul li a:hover .cat-title { 
	background:#eec507;
}
.cat-thumb { 
	border:1px solid #ddd;
	text-align:center;
}

.cat-thumb img {
	width:100%;
	height:130px;
}

.cat-title { 
	padding:5px ;
	background:#007dc3;
	text-align:center;
	transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
}





/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 5px 15px 7px 0;
}

.wp-caption.alignleft {
	margin: 5px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 5px 0 7px 15px;
}

.wp-caption.alignright {
	margin: 5px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}


.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}






.blog-post {
	margin-top:15px;
	border-bottom:1px #f5f5f5 solid;
	padding-bottom:15px;
	width:100%;
	float:left;
	clear:left;
}
.blog-post h3 {
	margin-bottom:10px;
}
.blog-post .post-thumb, .post-thumbnail {
	float:left;
	margin-right:15px;
	border: #e5e5e5 solid 1px;padding: 3px;
	border-radius: 3px;
    display: inline-block;
}
.blog-post .post-thumb img, .post-thumbnail img {
	display:inherit;
width:100%;
}
.blog-post p a {
	color:#99ae7a;
	text-decoration:underline;
	display:block;
}

main.site-main .blog-post .post-thumb, .post-thumbnail {
	width:20%;
}


.page-in {
	padding:0px 0 20px 0;
}

.comments-area, .post-navigation, .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	display:none;
}
.woocommerce ul.products {
	margin-top:10px;
}
.woocommerce ul.products li.product a img {
	margin-bottom:0;
}
.woocommerce ul.products li.product h3 {
	background:#57382b;
	color:#fff;
	
	text-align:center;
	/*height: 15px;
	padding:7px 0 5px 0;
	 line-height: 18px;
	*/
	padding:4px 0 0 0 !important;
	display:inline-block;
	vertical-align:middle;
}
.woocommerce ul.products li.product .price {
	background:#77a464;
	color:#fff;
	padding:4px 0 3px 0;
	text-align:center;
}
.woocommerce ul.products li.product .button {
	margin-top:0;
	width:100%;
	box-sizing:border-box;
	text-align:center;
}
.woocommerce div.product form.cart .button {
	margin-left:10px;
	clear:none;
}


.related {
	 border-top: 1px solid #ebe9eb;
	 padding-top:20px;
}
.related h2 {
	 color:#797979 !important;
	 padding-left:0 !important;
}
.related ul.products li {
  width: 22% !important;
}


.woocommerce ul.products li.product a:hover {
	opacity:0.8;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background:#ebe9eb;
	color:#515151;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background:#dad8da;
	color:#515151;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover 
{
	background:#ebe9eb;
	color:#515151;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	border-radius: 3px;
	  padding: 6px;
	  border: 1px solid #ccc;
}

.wpcf7 .wpcf7-text, .wpcf7-textarea {
	padding:7px 10px;
	border: 1px solid #ccc;
	border-radius:3px;
}
.wpcf7 .wpcf7-submit {
	background:#aca158;
	padding:10px 30px;
	border:none;
	color:#fff;
	font-size:16px;
}
.wpcf7 .wpcf7-submit:hover {
	background:#3b2217;
	color:#fff;
}
div.wpcf7 {
	margin:0 auto;
	display:table;
}

.wpgmza_map {
	margin-top:20px;
}


.myaccount_user, .myaccount_address {
	margin-bottom:15px;
}

#place_order {
	background:#dad8da;
}
#place_order:hover {
	opacity:0.9;
}
.woocommerce a.added_to_cart {
	width:100%;
	text-align:center;
}

.woocommerce-tabs .tabs, #tab-additional_information, #tab-reviews {
	display:none;
}

.woocommerce-tabs {
	float:right;
	width:48%;
	clear:none !important;
}
.hh-breadcrumbs {
	display:block !important;
	margin-top:15px;
}
.page-title, .product_title, .entry-title, .entry-header h2, .single-post .blog-post .entry-header h3 {
	background:#aca158;
	color:#fff;
	padding:8px 10px 6px 10px !important;
}

.entry-header h3 {
	padding:0 !important;
	background:none;
	color:#6a6a6a;
}

@-moz-document url-prefix() {
    .wpgmza_map {
		height:361px !important;
	}
	
	.woocommerce ul.products li.product h3 {
		padding:5px 0;
	}
	.woocommerce ul.products li.product .price {
		padding:3px 0;
	}
	
	.widget-title {
		padding:8px 10px;
	}
	.page-title, .product_title, .entry-title, .entry-header h2, .single-post .blog-post h3  {
		padding:6px 10px 9px 10px !important;
	}
}
header.entry-header {
	margin-bottom:10px;
}
.woocommerce div.product p.price {
	margin-top:10px;
}

mark.count {
	display:none;
}

#tab-description > h2 {
	padding-bottom:5px;
}
.woocommerce div.product form.cart div.quantity {
	margin-top:5px;
}

.single-product .subpage-content-inner, .woocommerce-page .subpage-content-inner {
	padding-top:0;
}
.woocommerce-cart .subpage-content-inner, .woocommerce-checkout .subpage-content-inner, .woocommerce-account .subpage-content-inner {
	padding-top:20px;
}

.single-post .blog-post {
	margin-top:0;
}
.single-post header.entry-header {
	display:inline-block;
	margin-bottom:0;
	width:77%;
}
.slider-main {
	background:#fff;	
}


.entry-content p, .widget-content p { 
	margin-bottom:15px;
}

.entry-content ul, .entry-content ol,
.widget-content ul, .widget-content ol { 
	margin:0 0 15px 0;
	line-height:1.5;
}
.entry-content ul ul, .entry-content ol ol,
.widget-content ul ul, .widget-content ol ol { 
	margin:0;
}

.entry-content a:hover, .widget-content a:hover { 
	text-decoration:underline;
}






@media only screen and (max-width : 1116px) {
	
	#counter {
		position: relative;
		width: 100%;
		
	}
	.main-slider {
		width:100%;
		left:0;
	}
	.header-bg {
		display:none;
	}
}
@media only screen and (max-width : 1024px) {
	
	/** {
		box-sizing:border-box;
	}*/
	
	.header .container, .menu .container, .slider-main .container {
		padding:0;
	}
	.single-post header.entry-header, .entry-header {
		width:100%;
	}
	.recipes-inner p {
		max-height: 120px;
		overflow: hidden;
		padding: 43px 10px;
	}
	.footer {
		padding:10px;
		box-sizing:border-box;
	}
	
	.slider-main .container {
		padding:0 10px;
	}
	.page-template-front-page .slider-main .container {
		padding:0;
	}
}
@media only screen and (max-width : 885px) {
	
	.menu {
	  min-height:initial;
	  z-index:3;
	}
	.menu ul {
	  margin:0;
	  display:inline;
	  width: 100%;
  	  position: absolute;
	}
	.primary-menu { 
	  text-align:left;
	}
	
	.primary-menu ul li { 
		margin:0;
		display:block;
	}
	
	.primary-menu ul li a, .primary-menu ul ul li a { 
		padding:10px 20px;
		background:#57382b;
		color:#fff;
		border-bottom:1px solid #57382b;
	}
	
	.primary-menu ul li:hover > a { 
		background:#aca158;
		color:#fff;
	}
	
	.primary-menu ul ul li:hover > a { 
		background:#aca158;
		color:#fff;
	}
	
	.primary-menu ul li a:hover { 
		background:#aca158 !important;
	}
	
	.primary-menu ul ul { 
		padding:0;
		top:0;
		position:static;
		width:auto;
		display:block;
	}
	
	.primary-menu ul ul li a { 
		padding:10px 20px 10px 35px;
	}
	
	.primary-menu ul ul ul li a { 
		padding:10px 20px 10px 50px;
	}
	
	#collapse1 { 
		display:none;
	}
	
	.nav-toggle1 { 
		text-align:left;
		background:#aca158;
		color:#fff;
		display:block;
		position:relative;
		padding:11px 10px 6px;
		font-size:18px;
		font-family: 'BodoniHand';
	}
	
	.nav-toggle1:after { 
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 20px;
		height: 18px;
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	
	.nav-toggle1:hover { 
		background:#aca158;
	}
}

@media only screen and (max-width : 767px) {
	
	
	.content-inn {
	  margin-top: -55px;
	}
	.slide-title {
		top:58%;
	}
	.an-slide-prev, .an-slide-next {
		top:59%;
	}
	
	.recipes-inner p {
	  padding: 10px;
	  max-height: 112px;
	  overflow: hidden;
	  display: inline-block;
	}
	.related ul.products li {
		 width:22% !important;
		 margin:0 3.8% 2.992em 0 !important;
		 float:left !important;
	}
	.related ul.products li:last-child {
		margin-right:0 !important;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table {
		width:100%;
	}
	main.site-main .blog-post .post-thumb, .post-thumbnail {
		width:25%;
	}
	.woocommerce-tabs {
		width:100%;
	}
	/*.single-post header.entry-header, .entry-header {
		width:70%;
	}*/
	
	.main-slider {
		margin-top:0;
	}
}
@media only screen and (max-width : 639px) {
	
	.header .one-three:first-child {
		display:none;
	}
	.header .one-four {
		width: 55%;		
	}
	.logo {
		text-align:left;
		padding-left:25px;
	}
	.header .one-three {
		width: 45%;
	}
	.header .one-three:first-child {
		display:none;
	}
	.slide-title {
		top:67%;
		right:17%;
	}
	.an-slide-prev, .an-slide-next {
		top:69%;
	}
	.content-inn {
		margin-top: 0;
	}
	.shop-online {
		width: 47.5%;
	}
	.our-awards {
		width: 52.5%;
	}
	.recipes {
	  position: relative;
	  width: 48%;
	  margin: 0 auto;
	  float:none;
	  display:table;
	  clear:left;
	}
	.recipes-inner {
		float:none;
		display:table;
	}
	.content {
		margin-bottom:20px;
	}
	.sidebar, .content {
		width:100%;
	}
	.cart_totals h2  {
		color:black;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table {
		margin:0 auto 6px;
		display:table;
		clear:left;
		width:80%;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		margin-bottom:0;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-bottom:20px;
	}
	.page-in, .content {
		padding-bottom:0;
		margin-bottom:0;
	}
	div.wpcf7 {
		width:100%;
	}
	.wpcf7 .wpcf7-text, .wpcf7-textarea {
		box-sizing:border-box;
		width:100%;
	}
	.wpgmza_map {
		width:94% !important;
	}
	.contact-page {
		margin-bottom:20px;
	}
	/*.single-post header.entry-header, .entry-header {
		width:71%;
	}*/
	
}
@media only screen and (max-width : 479px) {
	
	.main-slider {
		position:relative;
		margin:0;
		padding-right:0;
	}
	.slide-title {
		top:30%;
	}
	.an-slide-prev, .an-slide-next {
		display:none;
	}
	.head-basket {
		float:left;
		margin-top:10px;
	}
	.head-basket span {
		padding: 18px 50px 6px 0;
		display:inline-block;
	}
	.content-inn {
		margin-top:20px;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table {
		width:70%;
	}
	.woocommerce table.shop_table {
		width:100%;
		float:left;
	}
	.woocommerce-checkout #payment {
		display:inline-block;
	}
	.search-icon, .search-in input[type="submit"] {
		right:10px;
	}
	.related ul.products li {
		width: 35% !important;
	}
	main.site-main .blog-post .post-thumb, .post-thumbnail {
		width:50%;
	}
	.head-basket a {
		padding:18px 54px 6px 0;
		width:100%;
		box-sizing:border-box;
	}

	@-moz-document url-prefix() {
		.wpgmza_map {
			height:auto !important;
		}
	}
	
	.contact-page .one-half {
		width:100%;
	}
	.wpgmza_map {
		width:100% !important;
		height:348px !important;
		margin-bottom:20px;
	}
	main.site-main .blog-post .post-thumb, .post-thumbnail, .post_thumbnail_box {
		width:98.3% !important;
		margin-right:0;
		margin-bottom:10px;
	}
	.blog-post .post-thumb img, .post-thumbnail img {
		width:100% !important;
		height:auto !important;
	}
	.single-post header.entry-header, .entry-header {
		width:100%;
		margin-top:10px;
	}
	
}
@media only screen and (max-width : 359px) {
	
	.one-one, .one-two, .one-half, .one-three, .one-four, .one-five, .one-six, .one-seven, .one-eight, .one-nine, .one-ten,
	.one-third, .one-fourth, .one-fifth, .ms-content, .ms-sidebar
	 { 
		width:100%;
	}
	.header .one-three:first-child {
		display:inline-block;
	}
	.head-contact {
		margin-top:0;
		padding-left:0;
	}
	.header .one-four, .header .one-three {
		width:100%;
		float:none;
		text-align:center;
	}
	.logo {
		text-align:center;
		padding-left:0;
	}
	.head-account-option {
		padding-right:0;
		margin-bottom:5px;
		display:inline-block;
	}
	.head-account {
		float:left;
		padding-top:11px;
	}
	.head-account a {
		float:none;
		display:inline-block;
		vertical-align:middle;
		margin-left:4px;
		margin-right:0;
	}
	.head-basket {
		float:right;
		margin-top:0;
		width:40%;
		text-align:left;
	}
	.head-basket a {
		margin-right:5px;
		padding:14px 50px 8px 0;
		float:right;
	}
	/*.head-basket span {
		padding:18px 60px 6px 0;
	}*/
	.nav-toggle1 {
		font-size:15px;
	}
	.shop-online, .our-awards {
		width:100%;
		margin-bottom:10px;
	}
	.footer {
		text-align:center;
	}
	.footer img {
		float:none;
	}
	.footer .one-five:first-child {
		margin-bottom:10px;
	}
	.recipes {
		width:93%;
	}
	.recipes a {
		display:inline;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product
	{
		width:48% !important;
		margin:0 0 1em !important;
	}
	.related ul.products li {
		width:48% !important;
	}
	.woocommerce table.shop_table td, .woocommerce table.shop_table th {
		padding:6px;
	}
	
	.for-mobile {
		display:block;
	}
	.for-desktop {
		display:none;
	}
	.logo, .head-contact {
		margin:5px 0;
	}
	
}
@media only screen and (max-width : 320px) {
	
	.woocommerce table.shop_table td, .woocommerce table.shop_table th {
		padding:3px;
	}
	.recipes img {
		width:100%;
	}
	.blog-post .post-thumb, .post-thumbnail {
		width:97.5%;
		margin-right:0;
		margin-bottom:15px;
	}
	.blog-post .post-thumb img, .post-thumbnail img {
		width:100%;
	}
	

	.for-mobile {
		display:block;
	}
	.for-desktop {
		display:none;
	}
	.logo, .head-contact {
		margin:5px 0;
	}
	.footer {
		padding:10px 0;
	}
	
}
