/* Site Presets */
:root {
	--header_height: 160px;
}
body:not(.home) {
	padding-top:var(--header_height);
}
body, button, input, textarea {
	color:#000;
}
#main p+h2,
#main p+header h2,
#main p+h3, 
#main p+h4,
#main ul+h2,
#main ul+header h2,
#main ul+h3, 
#main ul+h4, 
#main ol+h2,
#main ol+header h2,
#main ol+h3, 
#main ol+h4,
#main table+h2,
#main table+header h2,
#main table+h3,
#main table+h4,
#main blockquote+h2,
#main blockquote+header h2,
#main blockquote+h3,
#main blockquote+h4,
#main form+h2, 
#main form+header h2,
#main form+h3,
#main form+h4 {
	margin-top:0;
}
*:focus {
	border:none !important;
	outline:none !important;
}
.tinv-wraper.tinv-wishlist {
	display:flex;
}
img {
	max-width:100%;
	display: block;
}
ul,
ol {
	margin:0;
	padding:0;
	list-style:none;
}
ul:not([class]) {
	list-style:disc outside;
	margin:0;
	padding:0 0 0 20px;
}
ol:not([class]) {
	list-style:decimal outside;
	margin:0;
	padding:0 0 0 20px;
}
html, body {
	scroll-behavior:smooth;
	overflow-x:hidden !important;
	font-family: "Manrope", sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:1.4;
}
a {
	text-decoration:none;
	transition: all ease-in-out 250ms;
}
a:hover {
	color:inherit;
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
}
h1,
.h1 {
	font-family: 'EB Garamond';
	font-weight: 500;
	font-size: 40px;
	line-height: 1.3;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000000;
}
h2,
.h2 {
	font-size:45px;
}
h3,
.h3 {
	font-size:25px;
}
h4,
.h4 {
	font-size:20px;
}


/* End Site Presets */

/* Flexing */
.flex {
	display:flex;
}
.flexing {
	flex:1;
}
.jcenter {
	justify-content:center;
}
.jspace {
	justify-content:space-between;
}
.aligncenter {
	margin:unset;
	align-items:center;
}
.flexdec {
	flex-direction:column;
}
.grid {
	display:grid;
}


.text-center {
	text-align:center;
}
.text-end {
	text-align:end;
}
.text-left {
	text-align:left;
}
.container {
	max-width: 100%;
	margin-inline: auto;
	width: 1580px;
	padding-inline:40px;
} 

/* Navigation */
#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10;
	transition:all linear 400ms;
	padding-block:20px;
}
#header.header-scrolled {
	background-color: #fff;
}
#header .col--left img {
	width: 130px;
	height: 117px;
	transition:all linear 400ms;
}
#header.header-scrolled .col--left img {
	width: 110px;
	height: 99px;
}
.header-inner {
	margin:auto;

	position:relative;
}
.main-menu {
	column-gap:40px;
}
.main-menu li a {
	font-family: 'EB Garamond';
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
}
.header-cols .col--right {
	column-gap: 60px;
}
.header--icons {
	column-gap:20px;
}
p:not(:last-child) {
	margin-bottom:20px;
}
/* End Navigation */

/* Homepage */
#homepage--hero {
	padding:var(--header_height) 50px 0;
	background-color:#F8F6EE;
}
#homepage--hero .image {
	height:720px;
}
#homepage--hero .title {
	font-family: 'EB Garamond';
	font-weight: 500;
	font-size: 40px;
	line-height: 1.3;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000000;
}
#homepage--hero .title span {
	font-family:'Zeyada';
}
#homepage--hero .text.editor {
	max-width: 460px;
	margin-bottom: 20px;
}
.cta {
	display: flex;
	background-color: #94A780;
	max-width: max-content;
	font-family: 'EB Garamond';
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	justify-content: center;
	align-items: center;
	padding: 15px 25px;
}
.cta:hover {
	color:#000;
	background: #94A780B5;
}
.leaft--images img {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	display: block;
}
.top_left {
	bottom:-50px;
	left:20px;
}
.top_right {
	top:50%;
	transform: translateY(calc(-50% + 25px));
	right: -30px;
}
.bottom_left {
	left: 250px;
	bottom: -150px;
}
.bottom_right {
	right: 40px;
	bottom: -100px;
}
.homepage--hero-about {
	margin-top:100px;
	row-gap:30px;
	padding-bottom:100px;
}
#homepage--hero .homepage--hero-about .text.editor {
	max-width:760px;
	margin:0;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000000;
	font-family: 'EB Garamond'; 
}
em {
	font-family: 'Zeyada';
	font-weight: 400;
}
.homepage--about-shape {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 340px;
}
.fixed--video-wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.fixed--video-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	width: 100%;
}
.fixed--video-inner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	opacity: .6;
}
.fixed--video-inner .iframe--wrapper {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.fixed--video-inner .iframe--wrapper iframe {
	height: 100%;
	width: 100%;
	display: block;
}
/* End Homepage */

/* 404 */
.error__page-wrapper {
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap:40px;
	padding:20px;
}
.error__page-wrapper .section-title {
	text-align:center;
}
.error__page-cta {
	font-size: 22px;
	position: relative;
}
.error__page-cta::after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:1px;
	transition:all ease-in-out 250ms;
	border-bottom:1px solid var(--main_red);
}
.error__page-cta:hover::after {
	width:100%;
}
.error-404 .page-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-block: 100px;
}
.error-404 .page-title {
	color: #000;
	margin-bottom: 50px;
}
.error__page-cta:hover {
	color:var(--main_red);
}
/* End 404 */

/* Footer */

#footer {
	background-color:#594B32;
	padding-bottom:20px;
	position:relative;
	z-index:1;
}
.container--footer {
	margin-inline:auto;
	width:1500px;
	max-width:100%;
}
.sub--footer--links {
	column-gap:40px;
}
.sub--links {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17.8px;
	color: #fff;
	opacity: 0.7;
	letter-spacing:1px;
	transition:all ease-in-out 350ms;
	font-family: "EB Garamond", serif;
}
.social--footer {
	column-gap:40px;	
}
.created-by {
	text-transform: uppercase;
	color: #ffff;
	column-gap: 5px;
	font-size:13px;
	line-height:1;
	font-weight:100;
}
.footer--logo {
	margin-inline:auto;
}
.footer--logo a {
	width:200px;
	height:200px;
	background-color: #594B32;
	display:block;
	border-radius:50%;
	padding:20px;
}
.footer--inner {
	margin-top: -50px;
}
.footer--logo a img {
	width:100%;
	height:100%;
}
.newsletter--form {
	max-width:350px;
	margin-bottom:20px;
}
.newsletter--form--inner {
	margin-top:20px;
}
.news--email {
	border-bottom: 1px solid #FBF8EF;
}
.news--email input[type=email] {
	background-color: transparent;
	border: none;
	padding: 20px 0;
	outline:none;
	display:block;
	color:#fff;
	box-shadow:none;
	max-width:300px;
}
.news--email input::placeholder {
	font-size:17px;
	line-height:25px;
	color: #fff;
	opacity: 0.5;
	border:none;
}
.email--svg {
	width:28px;
	height:28px;
	background: transparent;
	cursor: pointer;
	padding: 0;
}
.email--svg svg {
	width:100%;
	height:100%;
	transition:all ease-in-out 350ms;
}
.email--svg:hover svg {
	transform:translate()
}
.news--email .wpcf7-not-valid-tip {
	padding-left: 10px;
	letter-spacing: 0.7px;
	color:#fff;
	font-size: 12px;
}
.newsletter--form .wpcf7-form  .wpcf7-response-output {
	border-color: #94A780!important;
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.2;
}
.news--form--tit{
	font-size: 20px;
	line-height: 17px;
	color: #fff;
	font-family: "EB Garamond", serif;
	opacity: 0.7;
}
.footer--link--tit {
	font-weight:600;
	transition:all ease-in-out 350ms;
	color:#fff;
	font-size:20px;
	line-height:25px;
}
.footer--links {
	transition:all ease-in-out 350ms;
	color:#fff;
	font-size:20px;
	line-height:25px;
	font-weight:100;
}
.footer--nav .menu-item a {
	color: #fff;
	opacity: 0.7;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: 500;
	transition:all ease-in-out 350ms;
	font-family: "EB Garamond", serif;
}
.social--footer .sub--links:hover {
	color:none;
}
.footer--links:hover ,
.sub--links:hover ,
.menu-item a:hover ,
.main-menu li.current-menu-item a,
.created-by:hover {
	color:#94A780;
}
#menu-footer-menu-right {
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	list-style: none;
	margin:0;
	margin-bottom:40px;
	row-gap:20px;
}
.socials-link svg {
	transition:all ease-in-out 350ms;
}
.socials-link:hover svg {
	transform:scale(1.1);
}
.footer--info--middle ,
.sub-footer{
	grid-template-columns: 0.7fr 1.6fr 0.7fr;
}
.footer--top {
	margin-bottom:-20px;
}
.footer--left ,
.footer--right {
	margin-top:-50px;
}
.footer--middle {
	margin-top:40px;
}
/*End Footer*/

/*Contact Page*/
.template-contact {
	padding-block:40px 100px;
}
.template-contact-wrapper {
	max-width: 1450px;
	margin-inline: auto;
	justify-content: space-between;
}
.contact--info {
	margin-block: 60px 50px;
}
.contact--info .footer--links ,
.contact--info .footer--link--tit {
	color:#000;
}
.contact--info .footer--links:hover {
	color:#94A780;
}
.contact-send {
	color: #94A780;
	border-bottom: 1px solid #94A780;
	font-size: 20px;
	font-weight: bold;
	line-height:25px;
}
.contact--text span {
	font-family: "Zeyada", cursive;
}
.contact--text p {
	font-family:"EB Garamond",serif;
}
.contact--text p ,
.contact--text span {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 1px;
	max-width:650px;
	text-transform:capitalize;
}
.google-maps iframe {
	height: 460px;
	display: block;
	width: 100%;
}
.contact-image-left {
	width:600px;
	height:680px;
	object-fit:cover;
}
.contact-image-right {
	position: absolute;
	object-fit:cover;
	bottom: -50px;
	right: 0;
	width: 360px;
	height: 430px;

}
.contact-form-sec {
	background-color:#F8F6EE;
	padding-block:100px;
}
.contact-form-wrap {
	max-width:600px;
	margin-inline:auto;
}

.tem-con-title {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}
.con-form-submit {
	justify-content: flex-end;
	margin-top: 50px;
}
.contact-submit {
	background-color: #94A780;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	padding: 15px 50px;
	transition:all ease-in-out 250ms;
}
.contact-submit:hover {
	background-color:#000;
}
.con-form-textarea h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom:80px;
}
.con-form-item {
	margin-bottom:20px;
}
.con-form-item textarea {
	height:80px;
}
.con-form-item input, .con-form-item textarea {
	font-size: 18px;
	line-height: 24px;
	padding-block: 20px 40px;
	border: none;
	border-bottom: 1px solid #000!important;
	background-color:#F8F6EE!important;
	outline: none!important;
	font-weight:100;
	max-width: 100%;
	width: 100%;
	transition: all ease-in-out 450ms;
	padding:20px 40px;
	box-shadow:none!important;
}
.con-form-item input::placeholder ,
.con-form-item textarea::placeholder {
	color:#697484;
	opacity:1;
	transition: all ease-in-out 450ms;
}
.con-form-item input:focus ,
.con-form-item textarea:focus {
	border-bottom: 1px solid #000!important;
}
.wpcf7-not-valid-tip {
	margin-top: 10px;
	font-size: 0.9em;
}
.contact-back {
	position: absolute;
	left: 18%;
	top: 40px;
	transform: translateX(-20%);
	z-index: 2;
	width: 630px;
	height: 670px;
	pointer-events:none;
}



/*Woocomerce*/
.storefront-breadcrumb {
	display:none;
}
em {
	font-family: 'Zeyada';
	font-weight: 400;
}



/*Blog Page*/
.blog-template {
	background-color:#F8F6EE;
	padding-block:100px 200px;
}
.blog-wrapper {
	width:1500px;
}
.single-loop-blog {
	grid-template-columns:repeat(3,1fr);
	row-gap:20px;
	column-gap:30px;
}
.blog-tit {
	text-align:center;
	font-size:30px;
	margin-bottom:100px;
	text-transform:uppercase;
	line-height:38px;
	letter-spacing:1px;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
}
.single-blog .image {
	max-width:477px;
	height: 322px;
	transition:all ease-in-out 350ms;
}
.single-blog .image .single-blog-tit {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 30px;
	z-index: 2;
	background-color: #9B8D52;
	padding: 50px 40px;
	clip-path: inset(0 0 0 0);
	border-bottom-right-radius: 50px;
	width: 415px;
	height: 210px;
	transition:all ease-in-out 350ms;
	opacity:0;
	color:#fff;
	font-family: 'EB Garamond', serif;
	font-size:26px;
	line-height:17px;
}
.single-blog .image:hover  .single-blog-tit {
	opacity:0.9;
}
.single-blog .image img {
	width:100%;
	height:100%;
}
/*Awards*/

.awards-hero-image img ,
.awards-image {
	width:100%;
}
.awards-tem-wrapp .text {
	max-width:760px;
	text-align:center;
	margin-inline:auto;
}
.template-awards {
	padding-block:100px 150px;
}
.awards-tem-wrapp .text  p {
	font-size:30px;
	letter-spacing:1px;
	line-height:38px;
	font-family: 'EB Garamond', serif;
	text-transform:capitalize;
}
.awards-image {
	margin-top:100px;
	height: 300px;
	object-fit: contain;
}
.awards-sec-bottom {
	background-color:#F8F6EE;
	padding-block:150px;
}
.awards-bottom-wrap {
	width:1450px;
}
.single-award .text {
	max-width:220px;
	text-align:center;
	margin-top:20px;
}
.single-award .text p {
	font-size:17px;
	line-height:25px;
	font-weight:200;
}
.awards-bottom-wrap .col--left .image.left-bottom {
	width: 470px;
	height: 610px;
	object-fit: cover;
}
.awards-bottom-wrap .col--left .image.right-bottom {
	width: 360px;
	height: 430px;
	bottom: 0;
	right: -30%;
	position:absolute;
	object-fit:cover;
}
.awards-repeater {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 100px;
	row-gap:80px;
}
.single-award .title {
	font-size:30px;
	font-family: 'EB Garamond', serif;
	letter-spacing:1px;
	text-align:center;
	margin-top:40px;
	font-weight:500;
}
.single-award .image {
	max-width: 150px;
	height: 150px;
	margin: auto;
}

/*Default Page*/
.default-template {
	padding-block:100px 150px;
	max-width:1000px;
	margin-inline:auto;
}
.default-template  .title {
	margin-bottom:50px;
	text-align:left;
	font-size:30px;
	line-height:1;
}

.default-page .content p {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
}
/*Breadcrumb*/

.page--breadcrumb-item {
	font-size:14px;
	line-height:28px;
	text-transform:uppercase;
}

.page--breadcrumb-item.item-current {
	font-weight:700;
}
.page--breadcrumb-list {
	gap:2px;
}
.page--breadcrumb-wrapper {
	padding-block:60px;
}

/*Single Post*/
.single-post-template {
	padding-block:50px 100px;
}
.single-post-template .container .image img {
	width: 100%;
	height: 550px;
	margin-bottom: 50px;
}

.single-post-template .container .title {
	text-align: center;
	padding-block: 50px 100px;
	max-width: 500px;
	margin-inline: auto;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 38px;
	font-family: 'EB Garamond', serif;
}
.single-post-template .container .text.editor {
	max-width: 1000px;
	margin-inline: auto;
}
.single-post-template .container .text.editor p{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
}
.single-loop-blog.related {
	padding-block:50px;
}
.single--post-related {
	padding-block:50px 150px;
}
.single--post-related .container .related--title {
	text-align: center;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 38px;
	font-family: 'EB Garamond', serif;
	text-transform:capitalize;
}

/*About*/
.about-hero-image img {
	width:100%;
}
.about--tem--wrapp {
	padding-block:100px;
}
.about--tem--inner .text {
	max-width: 760px;
	text-align: center;
	margin-inline: auto;
	margin-bottom:100px;
}
.about--tem--inner .text p {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 38px;
	font-family: 'EB Garamond', serif;
	text-transform: capitalize;
}
.about-olives-sec {
	background-color:#F8F6EE;
}
.about-back {
	position:absolute;
	left:0;
	width: 630px;
	height: 670px;
}
.about-olives-sec {
	padding-block:150px;
}
.about-olives-inner .col--top  {
	margin-bottom:100px;
}
.about-olives-inner .col--top .col--left {
	max-width:420px;
}
.about-olives-inner .col--top .col--right .image.about {
	width: 1000px;
	height: 140px;
}
.about-olives-inner .col--top .col--left .title {
	font-size: 30px;
	max-width: 200px;
	line-height: 38px;
	font-family: 'EB Garamond', serif;
}
.about-olives-inner .col--top .col--left .text p ,
.about-what .col--left .col--left-inner .text p {
	font-size: 17px;
	line-height: 25px;
	text-align: left;
}
.about-what .col--left .col--left-inner {
	background-color:#ffff;
	padding: 100px 70px;
}
.about-what .col--left .col--left-inner .number {
	color:#9B8D52;
	font-size:64px;
	line-height:38px;
	font-family: 'Zeyada';
}
.about-what .col--left .col--left-inner .title {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 38px;
	font-family: 'EB Garamond', serif;
}
.about-what .col--left .col--left-inner .text {
	max-width:400px;
}
.about-what .col--right .image.slider-about {
	width:620px;
	height:760px;
}
.about-what .single {
	max-width: 1200px;
	margin-inline: auto;
}
.about-what .owl-nav {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.about--parallax-wrap {
	width: 100%;
	max-width: 100%;
	height: 620px;
	clip-path: inset(0);
}
.parallax-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.parallax-title {
	font-size:40px;
	font-family: 'EB Garamond', serif;
	line-height:54px;
	top: 50%;
	right: 50%;
	position:absolute;
	color:#fff;
	text-align: center;
	max-width: 650px;
	text-transform:capitalize;
	transform: translate(50%, -50%);
}
.about--values--inner .col--left .title {
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 38px;
	font-family: 'EB Garamond', serif;
}
.about--values--inner .values--repeater .value--single .single-title {
	font-size:39px;
	line-height:25px;
	font-family: 'Zeyada';
}
.about--values--inner .values--repeater .value--single .text  {
	font-size:17px;
	line-height:25px;
}
.about--values--inner .values--repeater .value--single {
	margin-bottom:40px;
}
.image.value-big {
	width: 470px;
	object-fit:cover;
	height: 620px;
}
.image.value-small {
	width: 358px;
	object-fit:cover;
	height: 432px;
	position: absolute;
	bottom: -150px;
	left: -150px;
}
.about--values--inner.container {
	width:1350px;
}
.image.value-bottom {
	width: auto;
	height: auto;
	object-fit:cover;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.about--values--wrapper {
	padding-block:150px 550px;
	position:relative;
}
.philosophy--about--wrapper {
	padding-block:0 200px;
}
.philosophy--inner .col--left .title {
	font-size: 30px;
	line-height: 38px;
	font-family: 'EB Garamond', serif;
}
.philosophy--inner .col--left .text {
	max-width: 417px;
	margin-top: 40px;
}
.image.back {
	position:absolute;
	height: 594px;
	object-fit:cover;
	left:0;
	width: 1500px;
}
.philosophy--inner  .colls {
	margin-inline:auto;
}
.philosophy--inner .col--left .text p{
	font-size: 17px;
	line-height: 25px;
}