body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
}
.container-fluid {
	max-width: 1200px;
}
::-webkit-input-placeholder {
	color: #D8D8D8;
	opacity: 1;
}
::-moz-placeholder {
	color: #D8D8D8;
	opacity: 1;
}
:-moz-placeholder {
	color: #D8D8D8;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #D8D8D8;
	opacity: 1;
}
.clear {
	clear: both;
}
.social {
	cursor: default;
}
.social a {
	display: inline-block;
	width: 20px;
	height: 30px;
	border-radius: 2px;
	color: #CDCFD0;
	text-align: center;
	font-size: 18px;
	line-height: 31px;
	-webkit-transition: all 0.1s;
					transition: all 0.1s;
	margin-left: 5px;
}
.social a:hover {
	color: #B7B9BB;
}

.search-button{
	width: 20px;
	height: 20px;
	color: black;
	float: right;
	margin-top: 7px;
	margin-left: 10px;
}
.social span {
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 2px;
}
.form-search {
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 171px;
	height: 30px;
	position: absolute;
	margin-top: -4px;
	border-radius: 22px;
	display: none !important;
}
.form-search input {
	border: none;
	background: none;
}
.form-search input[type="text"] {
	width: 100%;
	height: 100%;
	color: #000;
	padding: 0 10px 0 10px;
	background: #fff;
	font-weight: 300;
	font-size:14px;
	border-radius: 22px;
}
.form-search input[type="submit"],
.form-search input[type="button"],
.form-search button {
	width: 18px;
	height: 18px;
	background: none;
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.form-search button i{
	margin: 0;
}
.inline-block {
	display: inline-block;
}
h1,
.h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	line-height: 58px;
	font-weight: 900;
	letter-spacing: -0.4px;
	margin-bottom: 12px;
}
h2,
.h2 {
	color: #B8B8B8;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 17px;
}
h3,
.h3 {
	
	color: #A3A3A3;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 21px;
}
h4,
.h4 {
	color: #000;
	
	font-weight: 500;
}
h5,
.h5 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.link-page a {
	display: inline-block;
	background-color: #008278;
	background-image: -webkit-linear-gradient(bottom, #008278 0%, #088b81 100%);
	background-image: linear-gradient(to top, #008278 0%, #088b81 100%);
	border-radius: 4px;
	box-shadow: inset 0 -6px 0 #04665e;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	padding: 12px 36px 14px;
	-webkit-transition: background 0.1s;
					transition: background 0.1s;
}
.link-page a:hover {
	background-image: -webkit-linear-gradient(top, #008278 0%, #088b81 100%);
	background-image: linear-gradient(to bottom, #008278 0%, #088b81 100%);
}
.link-page a:active {
	box-shadow: none;
}
.link-page.link-instagram a {
	width: 100%;
	padding-left: 20px;
	padding-right: 10px;
	text-align: center;
	position: relative;
}
.link-page.link-instagram a:before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/icone/instagram.png);
	position: absolute;
	top: 14px;
	left: 10px;
}
blockquote {
	max-width: 900px;
	margin: auto;
	border: none;
	font-size: 16px;
	line-height: 25px;
	color: #585858;
	/*background: url(../img/blockquote.jpg) left 50% no-repeat; 
	padding-left: 129px; */
	min-height: 50px;
	font-weight: 400;
	text-align: center;

}
blockquote span {
	display: block;
}
.title {
	width: 100%;
	font-size: 21px;
	font-weight: 900;
	text-transform:capitalize;
	position: relative;
	margin-bottom: 38px;
}
.title span,
.title h1{
	position: relative;
	top: 15px;
	background: #fff;
	display: inline-block;
	padding-right: 27px;
	font-size: 23px;
	margin-bottom: 0;
	letter-spacing: 0.5px;
}
.title a {
	display: inline-block;
	background: #fff;
	position: absolute;
	top: 20px;
	right: -2px;
	padding-left: 49px;
	font-size: 14px;
	font-weight: 300;
}
.title a:hover {
	text-decoration: none;
	color: #B49658;
}
.more a {
	font-size: 14px;
	text-decoration: underline;
	color: #000;
}
.more a:hover {
	text-decoration: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
.top-header form,
.mobile-menu .text-top form {
	float: left;
	position: relative;
}
.top-header form span,
.mobile-menu .text-top form span {
	display: inline-block;
	margin-top: 6px;
	margin-right: 9px;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
}
.top-header form label,
.mobile-menu .text-top form label {
	display: block;
	float: left;
	border: 1px solid #ccc;
	border-radius: 2px 0 0 2px;
	font-weight: 500;
	padding: 0;
	width: 192px;
	margin: 0;
}
.top-header form label input,
.mobile-menu .text-top form label input {
	width: 100%;
	height: 28px;
	border: none;
	background: none;
	padding: 0 10px 0 35px;
	color: #000;
	background: url(../img/icone/email.png) 10px 50% no-repeat #ffffff;
}
.top-header form .submit,
.mobile-menu .text-top form .submit {
	float: left;
}
.top-header form .submit input,
.mobile-menu .text-top form .submit input,
.top-header form .submit button,
.mobile-menu .text-top form .submit button {
	width: 72px;
	height: 30px;
	background-color: #06897f;
	border: 1px solid #06897f;
	border-radius: 0px 2px 2px 0px;
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.top-header form .submit input:hover,
.mobile-menu .text-top form .submit input:hover,
.top-header form .submit button:hover,
.mobile-menu .text-top form .submit button:hover {
	background: #168955;
}
.top-header .social,
.mobile-menu .text-top .social {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}
.data {
	color: #CDCDCD;
	font-size: 12px;
}
a img {
	-webkit-transition: opacity 0.1s;
					transition: opacity 0.1s;
}
a:hover img {
	opacity: 0.8;
}
.link {
	margin-bottom: 10px;
}
.link a {
	color: #000;
	
	font-weight: 500;
	text-transform: uppercase;
}
.link a:hover {
	color: #06897f;
}
.img-photos {
	margin-bottom: 16px;
}
.img-photos img {
	width: 100%;
}
.img-photos iframe {
	width: 100%;
	height: 236px;
}
.max-p {
	max-width: 530px;
}
header {
	padding: 18px 0 24px;
	font-weight: 500;
}
header .logo {
	float: left;
}
header .top-header {
	float: right;
	width: 100%;
	max-width: 80%;
	max-width: calc(100% -  222px);
	margin-top: 4px;
}
header .text-top {
	float: right;
}
header .nav {
	width: 100%;
	padding-top: 30px;
}
header .nav > ul {
	float: left;
	cursor: default;
}
header .nav > ul > li {
	display: inline-block;
	position: relative;
}
header .nav > ul > li:hover {
	background: none;
}
header .nav > ul > .current-menu-item a,
header .nav > ul > .current-menu-parent > a{
	border-bottom: 2px solid #BCA069;
	font-weight: 400;
}
header .nav > ul > li:hover > a {
	color: #000;
	border-bottom: 2px solid #BCA069;
}
header .nav > ul > li:hover > ul {
	display: block;
}
header .nav > ul > li > ul {
	position: absolute;
	z-index: 9;
	background: #fff;
	white-space: nowrap;
	padding: 0 20px;
	top: 100%;
	left: 0;
	display: none;
	text-align: center;
	border-bottom: 8px solid #B6995F;
	box-shadow: 0px 30px 42px rgba(1,1,1,0.17);
}
header .nav > ul > li > ul li {
	position: relative;
	text-transform: none;
	border-bottom: 1px solid #F5F5F5;
	text-align: left;
}
header .nav > ul > li > ul li:last-child{
	border-bottom: none;
}
header .nav > ul > li > ul li a{
	text-transform: none;
	color: #888888;
}
header .nav > ul > li > ul li a:hover{
	border-bottom: 2px solid #fff;
}


header .nav > ul > li > ul li a {
	display: block;
	padding: 10px 0;
	font-weight: 400;
	font-size:14px;
}
header .nav > ul > li > ul li:hover ul {
	display: block;
}
header .nav > ul > li > ul li ul {
	position: absolute;
	z-index: 9;
	background: #F5F5F5;
	white-space: nowrap;
	padding: 10px 0;
	top: 0;
	left: 100%;
	display: none;
}
header .nav > ul > li:last-child {
	margin-right: 0;
}
header .nav > ul > li a {
	padding: 8px 10px;
	display: block;
	font-weight: 100;
	font-size: 15px;
	color: #000;
	border-bottom: 2px solid #fff;
}
header .nav > ul > li a:hover,
.single-farmer .menu-item-880,
.single-post .menu-item-2515 {
	color: #000;
	border-bottom: 2px solid #B6995F;
}
header .nav .form-search {
	float: right;
 	display: none; 
 	right: 12px; 
 	position: absolute; 
 	top: 41px;
}
.active-search{
	display: block !important;
}
.title-section {
	width: 100%;
	text-align: center;
	color: #fff;
}
.title-section .col-lg-12 {
	padding-top: 72px;
	position: relative;
	padding-bottom: 28px;
	min-height: 397px;
}

/* .title-section .col-lg-12 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9;
} */

.title-section .col-lg-12:before {
	content: "";
	display: inline-block;
	min-height: inherit;
	height: 100%;
	vertical-align: middle;
}
.title-section .col-lg-12:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	width: calc(100% -  30px);
	left: calc(15px);
	display: block;
	position: absolute;
	background: url(../img/title-section.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.title-section .col-lg-12 .inline-block {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 3;
	width: 90%;
	width: calc(100% -  10px);
	max-width: 720px;
}
.title-section .col-lg-12 h1,
.title-section .col-lg-12 .h1 {
	color: #fff;
}
.title-section .col-lg-12 p {
	font-family: 'Merriweather', serif;
	font-weight: 100;
	max-width: 600px;
	line-height: 24px;
	margin: 0 auto 24px;
	opacity: 0.8;
}
.section-blockquote {
	padding: 17px 0 5px;
}
ul.news-ul {
	width: 100%;
}
ul.news-ul li {
	width: 31.7%;
	float: left;
	margin-right: 2.4%;
	margin-bottom: 26px;
}
ul.news-ul li:nth-child(3n) {
	margin-right: 0;
}
ul.news-ul li:nth-child(3n) + li {
	clear: left;
}
ul.news-ul li .img-news {
	width: 100%;
	overflow: hidden;
	margin-bottom: 16px;
}
ul.news-ul li .img-news img {
	width: 100%;
	min-height: 211px;
}
ul.news-ul li .title-news {
	
	font-weight: 500;
	line-height: 21px;
	text-transform: none;
	margin-bottom: 4px;
}
ul.news-ul li .title-news a {
	color: #000;
	font-weight: 400;
}
ul.news-ul li .title-news a:hover {
	color: #B6995F;
}
ul.news-ul li p {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	margin-bottom: 9px;
	font-size: 15px;
	color: #7C7C7C;
	line-height:1.8;
}
ul.events-ul {
	width: 100%;
}
ul.events-ul li {
	float: left;
	width: 48.7%;
	margin-right: 2.6%;
	margin-bottom: 25px;
}
ul.events-ul li:nth-child(2n) {
	margin-right: 0;
}
ul.events-ul li:nth-child(2n) + li {
	clear: left;
}
ul.events-ul li .img-events {
	background-size: cover;
	background-position: 50% 50%;
	min-height: 356px;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	position: relative;
	margin-bottom: 19px;
}
ul.events-ul li .img-events:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: opacity 0.1s;
					transition: opacity 0.1s;
}
ul.events-ul li .img-events:hover:after {
	background: rgba(0,0,0, 0.35);
}
ul.events-ul li .img-events img {
	display: none;
}
ul.events-ul li .img-events a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
}






ul.events-ul li .img-events:before {
	content: "";
	display: inline-block;
	min-height: inherit;
	height: 100%;
	vertical-align: middle;
}
ul.events-ul li .img-events .inline-block {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	width: calc(100% -  20px);
	max-width: 410px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	-webkit-transition: color 0.1s;
					transition: color 0.1s;
	position: relative;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
}
ul.events-ul li .img-events .inline-block span {
	display: block;
	
	font-weight: 700;
	margin-top: 13px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
ul.events-ul li p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-bottom: 9px;
	
}
.social-item {
	width: 100%;
}
.social-item .title {
	margin-bottom: 26px;
}
.social-item > .item {
	width: 23%;
	float: left;
	margin-right: 2.6%;
}
.social-item > .item:first-child {
	width: 68%;
}
.social-item .item:last-child {
	margin-right: 0;
}
.social-item .item img {
	max-width: 100%;
}
.social-item .foods-block {
	width: 100%;
	height: 380px;
	background: url(../img/foods.jpg) 50% 50% no-repeat #000000;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.social-item .foods-block:before {
	content: "";
	display: inline-block;
	min-height: inherit;
	height: 100%;
	vertical-align: middle;
}
.social-item .foods-block .inline-block {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	width: calc(100% -  30px);
}
.social-item .foods-block .inline-block .title-foods {
	font-size: 85px;
	line-height: 88px;
	font-weight: 700;
	text-transform: uppercase;
}
.social-item .foods-block .inline-block p {
	font-size: 36px;
	line-height: 33px;
	font-weight: 500;
	margin: auto;
}
.social-item .foods-block .inline-block p span {
	display: block;
	font-style: italic;
	font-weight: 400;
}
ul.instagram-ul {
	width: 100%;
	margin-bottom: 6px;
	padding-top: 14px;
}
ul.instagram-ul li {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 14px;
}
ul.instagram-ul li:nth-child(3n) {
	margin-right: 0;
}
ul.instagram-ul li:nth-child(3n) + li {
	clear: left;
}
ul.instagram-ul li img {
	width: 100%;
}
.news-section {
	margin-bottom: 31px;
	margin-top: 30px;
}
.section-bottom {
	padding: 36px 0 51px;
	background-color: #BCA069;
	color: #fff;
}
.bottom-item {
	width: 100%;
}
.bottom-item img {
	max-width: 100%;
}
.bottom-item .title-link {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.bottom-item p {
	color: #000;
	font-size: 14px;
	padding-top: 3px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.bottom-item .item {
	float: left;
	width: 50%;
}
.bottom-item .item .social{
	margin-bottom: 10px;
	color: red;
}
.bottom-item .item:last-child {
	padding-left: 207px;
	text-align: right;
	line-height: 1.5;
}
.bottom-item .social {
	margin-bottom: 27px;
}
.bottom-item .social a{
	color: #8D733D;
}
.bottom-item .social a:hover{
	opacity: 0.8;
}
.links-bottom {
	width: 100%;
	display: table;
}
.links-bottom .items {
	display: table-cell;
	padding-right: 10px;
}
.links-bottom .items:first-child {
	width: 34.3%;
}
.links-bottom .items:nth-child(2n) {
	width: 34.3%;
}
.links-bottom .item {
	display: table-cell;
}
.links-bottom ul li {
	margin-bottom: 4px;
}
.links-bottom ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.links-bottom ul li a:hover {
	text-decoration: underline;
}
form.form-link {
	margin-bottom: 16px;
}
form.form-link label {
	display: block;
	width: 409px;
	width: calc(100% -  160px);
	font-weight: normal;
	float: left;
}
form.form-link label input {
	width: 100%;
	height: 40px;
	border: 1px solid #e9e9e9;
	background: none;
	background: url(../img/icone/email.png) 10px 50% no-repeat;
	padding-left: 36px;
}
form.form-link .sibmit-link {
	float: right;
}
form.form-link .sibmit-link input {
	width: 139px;
	height: 40px;
	background-color: #008278;
	background: url(../img/icone/vector.png) 19px 10px no-repeat, -webkit-linear-gradient(bottom, #008278 0%, #088b81 100%);
	background: url(../img/icone/vector.png) 19px 10px no-repeat, linear-gradient(to top, #008278 0%, #088b81 100%);
	border-radius: 4px;
	box-shadow: inset 0 -3px 0 #04665e;
	border: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 46px;
	letter-spacing: 0.2px;
}
form.form-link .sibmit-link input:hover {
	background: url(../img/icone/vector.png) 19px 10px no-repeat, -webkit-linear-gradient(top, #008278 0%, #088b81 100%);
	background: url(../img/icone/vector.png) 19px 10px no-repeat, linear-gradient(to bottom, #008278 0%, #088b81 100%);
}
form.form-link .sibmit-link input:active {
	box-shadow: none;
}
footer {
	background-color: #BCA069;
	padding: 21px 0 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A5326;
	font-size: 16px;
	border-top: 1px solid #AF935B;
}
footer .copirait {
	float: left;
}
footer .devoloper {
	float: right;
}
footer a {
	color: #2e2b37;
	text-decoration: underline;
	display: inline-block;
}
footer a:hover {
	color: #2e2b37;
	text-decoration: none;
}
/*-----mobile style-----*/
body {
	overflow-x: hidden;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	border-top: 10px solid #B6995F;
}
.mobile-click {
	display: none;
	width: 40px;
	float: right;
	margin-top: 63px;
	cursor: pointer;
}
.mobile-click div {
	width: 100%;
	height: 4px;
	margin-bottom: 4px;
	background: #BCA069;
	border-radius: 2px;
}
.mobile-menu {
	display: none;
	background: #BCA069;
	width: 250px;
	right: 0;
	height: 100%;
	position: fixed;
	z-index: 999;
	padding: 15px 15px;
	overflow: auto;
	-webkit-transform: translate3d(250px, 0px, 0px);
					transform: translate3d(250px, 0px, 0px);
}
.mobile-menu a {
	color: #fff;
}
.mobile-menu ul {
	margin-bottom: 20px;
}
.mobile-menu li {
	margin-bottom: 10px;
}
.mobile-menu .form-search {
	width: 100%;
	margin-bottom: 10px;
}
.mobile-menu .text-top form {
	margin-bottom: 15px;
}
.mobile-menu .text-top form label {
	margin-bottom: 10px;
	width: 100%;
	max-width: none;
}
.mobile-menu .text-top .social {
	text-align: left;
	float: none;
	padding-left: 0;
}
.mobile-menu .text-top .social a {
	color: #fff;
}
.mobile-menu .text-top .social a {
	margin-left: 0;
	margin-right: 4px;
}
.mobile-menu .text-top .social {
	margin-left: 0;
}
/*-----mobile style-----*/
.section-inner {
	width: 100%;
	margin-bottom: 70px;
	padding-top: 41px;
}
.section-inner .satibar {
	width: 23.4%;
	float: left;
}
.section-inner .satibar ul {
	width: 100%;
	margin-bottom: 13px;
}
.section-inner .satibar ul li {
	border-bottom: 1px solid #F5F5F5;
	margin-bottom: 10px;
	padding-bottom:10px;
}
.section-inner .satibar ul li a {
	color: #929292;
	font-size: 18px;
	font-family: 'Merriweather', serif;
	font-weight: 500;
}
.section-inner .satibar ul li a:before{
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #DBDCDD ;
	border-radius: 50px;
	display: inline-block;
	margin-right: 13px;
}
.section-inner .satibar ul li a:hover{
	color: #000 !important;
}
.single-sidebar-widget-item .current-menu-item a{
	color: #000 !important;
}
.single-sidebar-widget-item .current-menu-item a:before{
	border-color: #BCA069 !important;
}

.section-inner label input:focus,
.section-inner label textarea:focus {
	border-color: #06897f;
}
.section-inner .content {
	width: 74.2%;
	float: right;
	
}
label {
	width: 100%;
	display: block;
	font-weight: normal;
	margin-bottom: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
label input,
label textarea {
	width: 100%;
	height: 30px;
	display: block;
	padding: 0 10px;
	font-size: 14px;
	border: 1px solid #e9e9e9;
}
label textarea {
	height: 176px;
	resize: none;
	padding-top: 10px;
}
.submit {
	text-align: right;
}
.submit input,
.submit button {
	height: 40px;
	background-color: #008278;
	background-image: -webkit-linear-gradient(bottom, #008278 0%, #088b81 100%);
	background-image: linear-gradient(to top, #008278 0%, #088b81 100%);
	border-radius: 4px;
	box-shadow: inset 0 -3px 0 #04665e;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}
.submit input:hover,
.submit button:hover {
	background-image: -webkit-linear-gradient(top, #008278 0%, #088b81 100%);
	background-image: linear-gradient(to bottom, #008278 0%, #088b81 100%);
}
ul.ul-press {
	width: 100%;
	margin-bottom: 49px;
}
ul.ul-press li {
	margin-bottom: 40px;
}
ul.ul-press li p {
	font-size: 16px;
	font-weight: Arial, Helvetica, sans-serif;
}
ul.ul-press li p:before {
	content: '"';
}
ul.ul-press li p:after {
	content: '"';
}
ul.link-ul li {
	margin-bottom: 9.8px;
}
ul.link-ul li a {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	display: inline-block;
}
ul.link-ul li a:hover {
	border-color: #fff;
}
.form-fill {
	width: 100%;
	margin-bottom: 35px;
}
.form-fill input[type='text'] {
	height: 40px;
	float: left;
	width: calc(100% -  285px);
	border: 1px solid #e9e9e9;
	background: url(../img/icone/search-grey.png) 13px 50% no-repeat;
	padding-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
}
.form-fill .submit-fiil {
	float: right;
	width: 270px;
}
.form-fill .submit-fiil .submit {
	float: left;
}
.form-fill .submit-fiil .submit input {
	width: 170px;
}
.form-fill .submit-fiil input[type="reset"] {
	border: none;
	background: none;
	opacity: 0.3;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
	text-transform: uppercase;
	position: relative;
	top: 12px;
	float: right;
}
ul.contact-ul {
	width: 100%;
	margin-bottom: 0px;
}
ul.contact-ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 31px;
}
ul.contact-ul li:nth-child(3n) {
	margin-right: 0;
}
ul.contact-ul li:nth-child(3n) + li {
	clear: left;
}
ul.contact-ul li .name-contact {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 4px;
}
ul.contact-ul li .contact-list {
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
ul.contact-ul li .contact-list span {
	display: block;
	margin-bottom: 4px;
}
ul.contact-ul li a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
ul.contact-ul li a:hover {
	text-decoration: none;
}
.img-main {
	width: 100%;
	margin-bottom: 28px;
}
.img-main img {
	display: block;
	width: 100%;
}
.wp-pagenavi {
	text-align: center;
	cursor: default;
}
.wp-pagenavi a {
	color: #000;
}
.wp-pagenavi a:hover {
	background-color: #B6995F;
	color: #fff;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	border-radius: 2px;
	padding: 5px 13px;
	
	margin-bottom: 5px;
}
.wp-pagenavi span {
	background-color: #B6995F;
	color: #fff;
}
ul.ul-regions {
	width: 100%;
}
ul.ul-regions li {
	margin-bottom: 28px;
}
ul.ul-regions li .img-regions {
	width: 419px;
	float: left;
	margin-top: 2px;
	overflow: hidden;
}
ul.ul-regions li .img-regions img {
	width: 100%;
	-webkit-transition: opacity 0.1s;
					transition: opacity 0.1s;
}
ul.ul-regions li .text-regions {
	padding-top: 5px;
	text-align: left;
	margin-left: 466px;
}
ul.ul-regions li p {
	font-family: 'Merriweather', serif;
	color: #7D7D7D;
}
ul.ul-regions li h4,
ul.ul-regions li .h4 {
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: 900;
}
ul.ul-press-list {
	width: 100%;
}
ul.ul-press-list li {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 16px;
}
ul.ul-press-list li:nth-child(2n) {
	margin-right: 0;
}
ul.ul-press-list li:nth-child(2n) + li {
	clear: left;
}
ul.ul-press-list p {
	font-family: Arial, Helvetica, sans-serif;
}
ul.ul-press-list p:before {
	content: '"';
}
ul.ul-press-list p:after {
	content: '"';
}
ul.ul-quotes {
	width: 100%;
}
ul.ul-quotes li {
	border-top: 1px solid #e9e9e9;
	padding-top: 26px;
	margin-bottom: 17px;
}
ul.ul-quotes li .item:first-child {
	text-align: right;
	width: 31%;
	float: left;
}
ul.ul-quotes li .item:last-child {
	width: 65.4%;
	float: right;
}
ul.ul-quotes li p {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
ul.ul-quotes li p:before {
	content: '"';
}
ul.ul-quotes li p:after {
	content: '"';
}
ul.ul-photos {
	width: 100%;
}
ul.ul-photos li {
	width: 48.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 27px;
}
ul.ul-photos li:nth-child(2n) {
	margin-right: 0;
}
ul.ul-photos li:nth-child(2) + li {
	clear: left;
}
ul.ul-photos p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
ul.ul-photos.ul-photos-three li {
	width: 31.6%;
	margin-right: 2.6%;
}
ul.ul-photos.ul-photos-three li:nth-child(2n) {
	margin-right: 2.6%;
}
ul.ul-photos.ul-photos-three li:nth-child(2n) + li {
	clear: none;
}
ul.ul-photos.ul-photos-three li:nth-child(3n) {
	margin-right: 0;
}
ul.ul-photos.ul-photos-three li:nth-child(3n) + li {
	clear: left;
}
ul.ul-photos.evetn-past img {
	-webkit-filter: grayscale(100%);
					filter: grayscale(100%);
}
ul.ul-photos.ul-photos-four li {
	width: 23%;
	margin-right: 2.6%;
}
ul.ul-photos.ul-photos-four li:nth-child(2n) {
	margin-right: 2.6%;
}
ul.ul-photos.ul-photos-four li:nth-child(2n) + li {
	clear: none;
}
ul.ul-photos.ul-photos-four li:nth-child(4n) {
	margin-right: 0;
}
ul.alphavite {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
ul.alphavite li {
	display: table-cell;
	text-align: center;
}
ul.alphavite li a {
	display: block;
	font-size: 21px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #808080;
	padding: 6px 1px 4px;
}
ul.alphavite li a.active,
ul.alphavite li a:hover {
	background-color: #06897f;
	color: #fff;
}
.inner-block {
	width: 100%;
}
.inner-block p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 24px;
}
.inner-block h4,
.inner-block .h4 {
	margin-bottom: 15px;
}
ul.ul-links {
	width: 100%;
	max-width: 760px;
}
ul.ul-links li {
	width: 48.7%;
	float: left;
	overflow: hidden;
	margin-bottom: 21px;
}
ul.ul-links li:nth-child(2n) {
	margin-right: 0;
	float: right;
}
ul.ul-links li:nth-child(2n) + li {
	clear: none;
}
ul.ul-links li p {
	margin-bottom: 11px;
}
ul.ul-links li a {
	color: #000;
	text-decoration: underline;
	
}
ul.ul-links li a:hover {
	text-decoration: none;
}
.left-content {
	float: left;
	width: 65.3%;
}
.left-content h3,
.left-content .h3 {
	text-transform: none;
	color: #000;
	margin-bottom: 6px;
}

.left-content ul,
.left-content ol {
	margin-bottom: 16px;
	padding-left: 15px;
	margin-left:30px;
}
.left-content li {
	margin-bottom: 3.5px;
	list-style: disc;
	
}
.left-content li,
.left-content p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 16px;
}
.left-content p {
	margin-bottom: 14px;
}
.left-content ol li {
	list-style: decimal;
	margin-bottom:15px;
}
.right-content {
	float: right;
	width: 31%;
}
.right-content .title {
	margin-bottom: 23px;
}
.right-content li .img-other {
	float: left;
	width: 70px;
	margin-top: 7px;
	margin-bottom: 10px;
}
.right-content li .img-other img {
	width: 100%;
}
.right-content li .text {
	margin-left: 78px;
}
.right-content li a {
	color: #000;
	
	line-height: 20px;
	display: inline-block;
}
.right-content li p {
	opacity: 0.7;
	color: #000;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 4px 0 0 0;
}
.full-inner {
	padding-bottom: 40px;
}




.content h1.title span{
	top: 29px;
}

.read-more-slide{
	display: block;
	background: #BDA36C;
	width: 168px;
	margin: 0 auto;
	border-radius: 25px;
	padding: 10px 0;
	font-weight: 500;
}
.read-more-slide *{
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}
.read-more-slide a i{
	font-size: 22px;
	margin-left: 18px;
	vertical-align: bottom;
}
.read-more-slide a:hover{
	color: #fff;
}
.read-more-slide:hover{
	background: #B49658;
}



/* home about section */
.about-section{
	margin-top: 70px;
}
.section-title{
	font-weight: 900;
	font-size: 24px;
}
.section-title .social{
	display: inline-block;
	margin-left: 20px;
}
.about-section p{
	color: #7C7C7C;
	font-family: 'Merriweather', serif;
	margin-top: 30px;
	line-height: 1.8;
}
.about-section .read-more-slide{
	margin: 0;
	text-align: center;
	margin-top: 35px;
}
img{
	max-width: 100%;
}
.all-news-link{
	color: #B49658;
	text-decoration: underline;
}
.all-news-link:before{
	content: ' ';
	width: 20px;
	height: 24px;
	background: url(../img/icone/all-news-icone.png);
	display: inline-block;
	position: absolute;
	left: 22px;
	top: -2px;
}
.post-date{
	color: #B49658;
	margin-bottom: 12px;
	font-size: 14px;
}


/* recipes home */
.recipes-title{
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 44px;
	border-bottom: 1px solid #B49658;
	position: relative;
}
.recipes-title span{
	background: #fff;
	display: inline-block;
	width: 150px;
	height: 30px;
	position: relative;
	top: 16px;
}
.recipes-title span:before{
	content: '';
	background-image: url(../img/icone/recipes-title-icone.png);
	width: 24px;
	height: 18px;
		
	display: inline-block;
	margin-right: 6px;
	background-size: 100%;
}
.title-recipe{
	text-align: center;
}
.title-recipe a{
	color: #000;
	margin-top: 8px;
	display: inline-block;
	font-size: 16px;
}
.more-recipes_wrapper{
	text-align: center;
	margin-top: 30px;
	border-bottom: 1px solid #B49658;
	margin-bottom: 20px;
}
.more-recipes_wrapper a{
	background: #fff;
	position: relative;
	top: 11px;
	padding: 6px 30px;
	border: 1px solid #B49658;
	color: #B49658;
	border-radius: 25px;
}
.more-recipes_wrapper a:hover{
	background: #B49658;
	color: #fff;
}
.more-recipes_wrapper a i{
	margin-left: 12px;
}
.carousel-recipes .owl-controls .owl-next,
.carousel-recipes .owl-controls .owl-prev{
	background: red;
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: -134px;
	background-size: 100% !important;
	background-position: 100%;
	opacity: 0.8;
}
.carousel-recipes .owl-controls .owl-next{
	right: -56px;
	background: url(../img/icone/recipes-arrow-right.png);
}
.carousel-recipes .owl-controls .owl-prev{
	left: -54px;
	background: url(../img/icone/recipes-arrow-left.png);
}
.carousel-recipes .owl-controls .owl-next:hover,
.carousel-recipes .owl-controls .owl-prev:hover{
	opacity: 1;
}

/* where to find home */
.tabs-items {
	margin-bottom: 20px;
	width: 100%;
}
.tabs-items .top-items .item {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform: none;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
	position: relative;
	width: 120px;
	margin-right: 0;
}
.tabs-items .top-items span{
	background: #fff;
	padding: 3px 11px;
	border-radius: 25px;
	color: #000;
}

.tabs-items .top-items .item.active span,
.tabs-items .top-items .item:hover span {
	background-color: #B49658;
	color: #fff;
}

.tabs-items .top-items .item.active:after,
.tabs-items .top-items .item:hover:after {
	opacity: 1;
}
.tabs-items .bottom-items {
	width: 100%;
	height: auto;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 0 8px 8px 8px;
	border-radius: 0 8px 8px 8px;
	padding: 27px 0px 17px;
}
.tabs-items .bottom-items .item {
	display: none;
}
.tabs-items .bottom-items .item:first-child {
	display: block;
}
.tabs-items .bottom-items .item .place-logo{
	width: 32%;
	float: left;
	min-height: 134px;
	text-align: center;
}
.tabs-items .bottom-items .item .place-logo img{
	max-width: 100%;
}
.see-all-places-wrapper{
	width: 100%;
	display: block;
	text-align: center;
}
.see-all-places-wrapper a{
	border: 2px solid #B49658;
	color: #B49658;
	border-radius: 25px;
	padding: 11px 48px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.see-all-places-wrapper a:hover{
	background: #B49658;
	color: #fff;
}

/* Where to eat page */
.restaurants{
	width: 88%;
	margin: 0 auto;
}
.restaurants li{
	margin-bottom: 16px;
	
}
.restaurants li .thumb{
	min-width: 260px;
	min-height: 203px;
	max-width:250px;
	margin-right:40px;
	float: left;
}
.restaurants li .thumb img{
	vertical-align: top;
	display: inline-block;
}
.restaurants li .name-contact{
	font-weight: 900;
	font-size: 18px;
}
.restaurants li .restaurant-wrapper h5{
	text-transform: none;
	font-weight: 400;
	margin-top: 8px;
}
.restaurants li .restaurant-wrapper .contact-list p{
	font-family: 'Merriweather', serif;
	color: #929292;
}

/* where to buy page */
.stores{
	max-width: 80%;
	margin: 0 auto;
}
.stores li{
	width: 30%;
	float: left;
	min-height: 140px;
	margin: 10px;
}

/* recipes */
.recipes-wrapper .recipes-title span{
	width: 240px;
}
.recipes-list li .link{
	text-align: center;
}
.recipes-list li .link a{
	text-transform: none;
	font-weight: 400;
}
.all-recipes-title{
	
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	margin: 30px 0 30px 0;
}
.recipes-menu{
	text-align: center;
	max-width: 80%;
	margin: -13px auto 20px;
}
.recipes-menu li{
	display: inline-block;
	margin: 0 6px 12px 6px;
}
.recipes-menu li a{
	color: #9C9C9C;
  padding: 3px 11px;
	border-radius: 25px;
}
.recipes-menu .current-menu-item a,
.recipes-menu .current-cat a,
.recipes-menu li a:hover{
	background: #B6995F;
	color: #fff;

}

/* farmers */
.farmers-title{
	border-radius: 4px;
}
.farmers-title .col-lg-12::after{
	border-radius: 4px;
}
.section-farmers .content{
	width: 100%;
}
.section-farmers .ul-regions{
	width: 78%;
	margin: 0 auto;
}
.section-farmers .ul-regions li:nth-child(even) .img-regions{
	float: right;
}
.section-farmers .ul-regions li:nth-child(even) .text-regions {
	margin-right: 466px;
	padding-top: 5px;
	text-align: right;
	margin-left: 0;
}
.section-farmers .ul-regions li:nth-child(even) .read-more-slide {
	float: right;
}
.section-farmers .read-more-slide{
	text-align: center;
	margin: 30px 0;
}
.farmers-title .col-lg-12 p{
	font-family: 'Merriweather', serif;
}
.farmers-inner-title .col-lg-12{
/* 	min-height: 590px */
}
.farmers-inner-title .col-lg-12:after{
/* 	background-size: 75% !important; */
}
.section-farmers-inner .content{
	width: 56%;
	margin: 0 auto;
	float: none;
}
.section-farmers-inner{
	padding-top: 0;
}
.section-farmers-inner .content .title{
	text-align: center;
}
.section-farmers-inner .content p{
	font-family: 'Merriweather', serif;
	color: #7D7D7D;
}
.back-to-farmers{
	border: none;
	margin: -53px 0 80px 0;
}
.back-to-farmers a{
	background: #B49658;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}
.back-to-farmers a i{
	margin-right: 7px;
	margin-left: 0;
}
.farmers-inner-title .col-lg-12,
.farmers-title .col-lg-12{
	padding-top: 0;
}
.farmers-inner-title,
.farmers-title{
	margin-top: -7px;
}
/* news */
.title-cat {
	width: 100%;
	font-size: 21px;
	font-weight: 900;
	text-transform:capitalize;
	position: relative;
	margin-bottom: 38px;
}
.title-cat span {
	position: relative;
	top: 15px;
	background: #fff;
	display: inline-block;
	padding-right: 27px;
}
.title-cat ul{
	float: right;
}
.title-cat ul li{
	display: inline-block;
}
.title-cat ul li a{
	font-size: 15px;
	font-weight: 400;
	color: #B6995F;
	text-decoration: underline;
}
.title-cat ul .current-menu-item a{
	color: #7D7D7D;
	text-decoration: none;
}
.title-cat ul{
	margin-top: 14px;
}
.title-cat ul li a:hover,
.title-cat ul li .active-menu-item{
	color: #7D7D7D;
	text-decoration: none;
}
.title-cat ul li:first-child:after{
	content: ' / ';
	font-weight: 400;
	font-size: 15px;
	color: #7d7d7d;
}

ul.category-items li{
	width: 48.8%;
	float: left;
}
ul.category-items li:nth-child(odd){
	margin-right: 0;
}
ul.featured-wrapper li:first-child{
	width: 100%;
	margin-bottom: 30px;
}
.page-template-new-template-news-events .sidebar-right ul.news-ul li,
.category .sidebar-right ul.news-ul li{
	width: 100%;
}
.page-template-new-template-news-events .sidebar-right ul.past-events-sidebar li
.category .sidebar-right ul.past-events-sidebar li{
	opacity: 0.5;
}
.page-template-new-template-news-events .sidebar-right ul.past-events-sidebar li:first-child,
.category .sidebar-right ul.past-events-sidebar li:first-child{
	opacity: 1;
}
ul.past-events-sidebar li *{
	color: #6B6B6B !important;;
}
.past-events-sidebar{
	height: 530px;
	overflow: hidden;
}
.past-events-sidebar li a:hover{
	color: #BCA069;
}
.show-more-events{
	width: 200px;
	text-align: center;
	margin-top: 20px;
}
.page-template-default .content a{
	color: #BCA069;
	text-decoration: underline;
}
.page-template-default .content a:hover{
	text-decoration: none;
}

.bottom-item .current_page_item a{
	font-weight: 900;
}
.bigP{
	font-family: 'Poppins', sans-serif !important;
	font-size: 20px !important;
	font-weight: 300;
	color: #000 !important;
}

.stores img{
	 filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
.stores img:hover{
	 filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: gray;
    -webkit-filter: grayscale(0);
}
.sbi_follow_btn a{
	border-radius: 25px !important;
	padding: 6px 25px !important;
}
.page-template-default .content ul li,
.page-template-default .content ol li,
.single-recipe .left-content ul li,
.single-recipe .left-content ol li{
	font-family: 'Merriweather', serif;
line-height: 1.7;
color: #4F4F4F;
}