/************************************/
/************ START CSS *************/

body {
	background: #fff;
	color: #001514;
	font-family: "Outfit", serif;
	font-size: 18px;
	font-weight: 400;
	font-optical-sizing: auto;
	line-height: 1.5em;
}

a {
	color: #648A19;
	font-weight: 500;
}
a:hover,
a:active {
	color: #648A19;
}

/****************************************************/
/* H1, H2, H3, H4, H5, H6 */

h1, h2, h3, h4, h5, h6, .htag { 
	clear: both; 
	color: inherit; 
	-ms-word-wrap: break-word; 
	word-wrap: break-word;
	line-height: 1.1em;
	text-transform: none;
	font-weight: 400;
	font-family: "DM Serif Text", serif;
	font-optical-sizing: auto;
}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .htag a { font-weight: 700 !important;}
	h1, .text h1, .text .h1, .h1 { font-size: 4em; }
	h2, .text h2, .text .h2, .h2 { font-size: 2.7em; }
	h3, .text h3, .text .h3, .h3 { font-size: 1.4em; }
	h4, .text h4, .text .h4, .h4 { font-size: 1.3em; }
	h5, .text h5, .text .h5, .h5 { font-size: 1.2em; }
	h6, .text h6, .text .h6, .h6 { font-size: 1em; }

	@media (min-width: 768px) and (max-width: 1199px) {
		h1, .text h1, .text .h1, .h1 { font-size: 3em; }
		h2, .text h2, .text .h2, .h2 { font-size: 2em; }
		h3, .text h3, .text .h3, .h3 { font-size: 1.3em; }
		h4, .text h4, .text .h4, .h4 { font-size: 1.2em; }
		h5, .text h5, .text .h5, .h5 { font-size: 1.1em; }
		h6, .text h6, .text .h6, .h6 { font-size: 1em; }
	}
	
	@media (max-width: 767px) {
		h1, .text h1, .text .h1, .h1 { font-size: 2.82em; }
		h2, .text h2, .text .h2, .h2 { font-size: 2.11em; }
		h3, .text h3, .text .h3, .h3 { font-size: 1.4em; }
		h4, .text h4, .text .h4, .h4 { font-size: 1.3em; }
		h5, .text h5, .text .h5, .h5 { font-size: 1.2em; }
		h6, .text h6, .text .h6, .h6 { font-size: 1em; }
	}

/* Buttons */

.btn { 
	display: inline-block; 
	position: relative; 
	padding: 15px 30px; 
	font-size: 16px; 
	text-transform: none;
	text-decoration: none !important;
	line-height: 1em; 
	text-align: center; 
	overflow: hidden;
	white-space: normal; 
	font-weight: 500;
	border-radius: 3px;
	transition: .3s;
}
.btn.center 	{ margin: 0 auto;}
.btn.full 		{ display: block;}
.btn.small 		{ padding: 8px 15px;}
.btn.big 		{ font-size: 1.3em; padding: 15px 40px;}

.btn.btn_primary { color: #fff; background: #001514;}
a:hover .btn.btn_primary,
.btn.btn_primary:hover { color: #fff; background: #648A19;}

.btn.btn_secondary { color: #001514; background: #F4F4DF;}
a:hover .btn.btn_secondary,
.btn.btn_secondary:hover { color: #001514; background: #e1e1c2;}

.btn.btn_tertiary { color: #001514; background: none; border-radius: 0; border: none; padding: 5px 0; margin: 5px 0;}
.btn.btn_tertiary:before { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #001514; transition: .3s;}
.btn.btn_tertiary:after { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #648A19; transition: .3s;}
a:hover .btn.btn_tertiary,
.btn.btn_tertiary:hover { color: #648A19;}
a:hover .btn.btn_tertiary:after,
.btn.btn_tertiary:hover:after { width: 100%;}

/****************************************************/
/* Custom Animate */

.splitting[data-splitting="chars"][data-animation="custom"] .char {
	transform: translateX(-30px) rotateX(90deg);
	transform-origin: bottom;
	transition-delay: calc(var(--char-index) * 0.1s);
}
.splitting.animate[data-splitting="chars"][data-animation="custom"] .char {
	transform: translateX(0) rotateX(0deg);
	opacity: 1;
}

.splitting[data-splitting="words"][data-animation="custom"] .word {
	transform: translateX(-30px) rotateX(90deg);
	transform-origin: bottom;
	transition-delay: calc(var(--word-index) * 0.2s);
}
.splitting.animate[data-splitting="words"][data-animation="custom"] .word {
	transform: translateX(0) rotateX(0deg);
	opacity: 1;
}

.splitting[data-splitting="lines"][data-animation="custom"] .word {
	transform: translateX(-30px) rotateX(90deg);
	transform-origin: bottom;
}
.splitting.animate[data-splitting="lines"][data-animation="custom"] .word {
	transform: translateX(0) rotateX(0deg);
	opacity: 1;
}

/****************************************************/
/* HEADER */
/****************************************************/

#header {
	position: fixed; 
	top: 0; 
	left: 0;
	width: 100%;
	z-index: 9991;
}
	body.admin-bar #header { top: 32px;}

	/* Header Top */
	
	#header .top_nav { 
		position: relative;
		display: block;
		background: #001514;
		color: #9999A1;
		white-space: nowrap;
		width: 100%;
		overflow-y: scroll;
		padding: 0;
	}
	#header .top_nav .wrap { 
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		gap: 15px;
		height: 36px;
		padding: 0 20px;
		width: auto;
	}
	#header .top_nav::-webkit-scrollbar { height: 0px; width: 0px;}
	#header .top_nav::-webkit-scrollbar-track { background: #001514;}
	#header .top_nav::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border-radius: 10px;}
	
	#header .top_nav span,
	#header .top_nav a { font-size: 14px; line-height: 32px; white-space: nowrap;}
	#header .top_nav a:hover { color: #fff;}
	#header .top_nav i { color: #648A19; margin-right: 7px;}
	
	@media (max-width: 900px) {
		#header .top_nav .wrap { height: 42px; justify-content: flex-start;}
		#header .top_nav span,
		#header .top_nav a { font-size: 15px; line-height: 42px;}
	}
	
	/* Header Main */

	#header .inner {
		position: relative;
		width: 100%; 
		background: #fff;
		box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
		
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		gap: 15px;
		padding: 0 20px;
	}
	#header .inner .logo {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		height: 90px;
	}
	#header .inner .logo img {}
	
	@media (max-width: 900px) {
		#header .inner { padding: 0 10px;}
		#header .inner .logo { height: 60px;}
		#header .inner .logo img { width: 230px;}
	}
	@media (max-width: 767px) {
		html { margin-top: 0;}
		#wpadminbar { display: none !important;}
		body.admin-bar #header { top: 0;}
	}
	
	/* Main Menu */
	
	#main_menu { position: relative;}
	#main_menu > ul {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		height: 90px;
		gap: 4px;
	}
	#main_menu > ul > li { display: inline-block; position: relative;}
	#main_menu > ul > li > a { position: relative; display: block; padding: 10px 12px; font-size: 16px; font-weight: 500; color: #001514; transition: .3s; border-radius: 5px;}
	#main_menu > ul > li > a:hover,
	#main_menu > ul > li.current-menu-item > a { background: #F4F4DF;}
	
	#main_menu > ul > li.action > a { padding: 10px 20px; background: #001514; color: #fff;}
	#main_menu > ul > li.action > a:hover { background: #648A19;}
	
	#main_menu > ul > li > ul:before { content: ''; position: absolute; left: 20px; top: -7px; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 7px; border-color: transparent transparent #fff transparent; z-index: 9991;}
	#main_menu > ul > li > ul { display: none; position: absolute; top: calc(100% + 5px); left: -10px; background: #fff; width: 220px; z-index: 9991;
		border-radius: 5px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
		padding: 12px 0;
	}
	#main_menu >ul > li > ul > li { display: block; width: 100%;}
	#main_menu >ul > li > ul > li > a { display: block; padding: 10px 20px; font-size: 16px; font-weight: 500; color: #001514; transition: .3s;}
	#main_menu >ul > li > ul > li > a:hover { background: #F4F4DF;}
	
	@media (max-width: 900px) {
		#main_menu { display: none;}
	}
	
	/* Mobile Menu */
	
	body.has_menu_modal { overflow: hidden; height: 100%;}
	.mobile_menu { display: none; position: relative; cursor: pointer; width: 40px; height: 40px; background: #F4F4DF url('../_img/menu.svg') no-repeat center center; border-radius: 5px;}
	.mobile_menu.active { background-image: url('../_img/close.svg');}
	
	body.has_menu_modal { overflow: hidden; height: 100%;}
	#mobile_sidebar { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 21, 20, 0.9); overflow-y: scroll; color: #fff; z-index: 999991; padding: 80px 30px;
		-webkit-backdrop-filter: blur(10px); 
		backdrop-filter: blur(10px); 
	}
	#mobile_sidebar.visible { display: block;}
	#close_mobile_sidebar { display: block; position: absolute; top: 20px; right: 20px; cursor: pointer; width: 40px; height: 40px; background: #F4F4DF url('../_img/close.svg') no-repeat center center; border-radius: 5px;}
	
	#mobile_sidebar .cta { position: relative;}
	#mobile_sidebar .cta .item { 
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		padding: 20px 0;
		gap: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		transition: .3s;
	}
	#mobile_sidebar .cta .item i { display: block; width: 50px; height: 50px; border: 1px solid #fff; color: #fff; border-radius: 50%; text-align: center; font-size: 20px; line-height: 50px;}
	#mobile_sidebar .cta .item.address i { border-color: #9999A1; color: #9999A1;}
	#mobile_sidebar .cta .item.callus i { border-color: #648A19; color: #648A19;}
	#mobile_sidebar .cta .btn { display: block; margin: 30px 0; background: #648A19; color: #fff;}
	
	#mobile_sidebar .menu { display: block;}
	#mobile_sidebar .menu li { display: block; border-top: 1px solid rgba(255, 255, 255, 0.2);}
	#mobile_sidebar .menu li a { display: block; padding: 15px 0; font-size: 18px; color: #fff; line-height: 1em;}
	#mobile_sidebar .menu li li { margin-left: 20px;}
	#mobile_sidebar .menu li a:hover {}
	#mobile_sidebar .menu li.current-menu-item > a { color: #648A19;}
	
	@media (max-width: 900px) {
		.mobile_menu { display: block;}
	}
	
/****************************************************/
/* PAGE BUILDER */
/****************************************************/

/* Defaults */

main { height: 100%; position: relative;}
.fa { font-style: normal !important;}
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 1; transition:.5s;}

.white + .white { padding-top: 0 !important;}

.intro_inner,
.intro_inner_end { position: relative; display: block; width: 800px; max-width: 100%; padding: 0 30px; z-index: 9;}
.intro_inner .tagline,
.intro_inner_end .tagline { font-size: 14px; text-transform: uppercase; font-weight: 500; line-height: 1.2em;}
.intro_inner .headline,
.intro_inner_end .headline { padding-bottom: 30px;}
.intro_inner .entry-title,
.intro_inner_end .entry-title { padding-bottom: 40px;}
.intro_inner .text,
.intro_inner_end .text {}
.intro_inner .cta,
.intro_inner_end .cta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	padding-top: 30px;
}
.intro_inner .cta.center {
	justify-content: center;
}

@media (max-width: 767px) {
	.intro_inner,
	.intro_inner_end { padding: 0 20px;}
	.intro_inner .headline,
	.intro_inner_end .headline { padding-bottom: 30px;}
	.intro_inner .entry-title,
	.intro_inner_end .entry-title { padding-bottom: 30px;}
	.intro_inner .cta,
	.intro_inner_end .cta { padding-top: 20px;}
}


/****************************************************/
/* Page Heading */

	/* Default */
	
	.block_heading.heading_default { 
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 320px 30px 80px 30px;
	}
	
		.block_heading.heading_default .intro_inner { color: #fff; z-index: 99; width: 1260px; max-width: 100%; text-align: center; margin: 0 auto;}
		.block_heading.heading_default .intro_inner .tagline {}
		.block_heading.heading_default .intro_inner .headline { font-size: 80px;}
		.block_heading.heading_default .intro_inner .text { max-width: 700px; margin: 0 auto;}
		.block_headin.heading_defaultg .intro_inner .cta {
			justify-content: center;
			align-items: center;
		}
		.block_heading.heading_default .intro_inner .cta .btn.btn_primary { background: #648A19;}
		.block_heading.heading_default .intro_inner .cta .btn.btn_primary:hover { background: #7eab24;}
		
		.block_heading.heading_default .intro_inner .cta .btn.btn_tertiary { color: #fff;}
		.block_heading.heading_default .intro_inner .cta .btn.btn_tertiary:before { background: #fff;}
		
		.block_heading.heading_default .overlay { z-index: 95; opacity: 1; background: linear-gradient(0deg, rgba(0,21,20,1) 0%, rgba(0,21,20,0) 100%);}
		
		.block_heading.heading_default .media { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden; background: #001514;}
		.block_heading.heading_default figure { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; overflow: hidden;}
		.block_heading.heading_default figure img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
		.block_heading.heading_default .cycle-slideshow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9;}
		.block_heading.heading_default .cycle-slideshow .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
		.block_heading.heading_default .cycle-slideshow .slide img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
		.block_heading.heading_default .cycle-slideshow .cycle-next,
		.block_heading.heading_default .cycle-slideshow .cycle-prev { z-index: 999;}
		.block_heading.heading_default video { height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 1; object-fit: cover;}
		.block_heading.heading_default iframe { position: absolute; display: block; border: none !important; top: -50%; left: 0px; height: 200%; width: 100%; opacity: 1; pointer-events: none;}
		
		@media (min-width: 768px) and (max-width: 1199px) {
			.block_heading.heading_default { padding-top: 220px;}
		}
		
		@media (max-width: 767px) {
			.block_heading.heading_default { padding: 180px 20px 30px 20px;}
			.block_heading.heading_default .intro_inner .headline { font-size: 40px;}
		}
		
	/* Featured */
	
	.block_heading.heading_featured { 
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: stretch;
		text-align: center;
		padding: 220px 30px 50px 30px;
	}
	
		.block_heading.heading_featured .intro_inner { width: 50%; max-width: 600px; padding: 0 50px 0 0; box-sizing: border-box; text-align: left;}
		.block_heading.heading_featured .intro_inner .tagline {}
		.block_heading.heading_featured .intro_inner .headline { font-size: 80px;}
		.block_heading.heading_featured .intro_inner .text {}
		.block_heading.heading_featured .intro_inner .cta {}
		
		.block_heading.heading_featured .overlay { opacity: 0;}
		
		.block_heading.heading_featured .media { position: relative; max-width: 550px; margin-left: 50px; width: calc(50% - 50px); box-sizing: border-box; overflow: hidden; z-index: 5; border-radius: 5px;}
		.block_heading.heading_featured figure { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden;}
		.block_heading.heading_featured figure img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
		.block_heading.heading_featured .cycle-slideshow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9;}
		.block_heading.heading_featured .cycle-slideshow .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
		.block_heading.heading_featured .cycle-slideshow .slide img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
		.block_heading.heading_featured .cycle-slideshow .cycle-next,
		.block_heading.heading_featured .cycle-slideshow .cycle-prev { z-index: 999;}
		.block_heading.heading_featured video { height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 1; object-fit: cover;}
		.block_heading.heading_featured iframe { position: absolute; display: block; border: none !important; top: -50%; left: 0px; height: 200%; width: 100%; opacity: 1; pointer-events: none;}
		
		.block_heading.heading_featured .detail { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 500px; z-index: 1; /*background: url('../_img/pattern_sub.svg') repeat center center;*/}
		.block_heading.heading_featured .detail:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);}
		
		@media (min-width: 768px) and (max-width: 1099px) {
			.block_heading.heading_featured .intro_inner { padding-right: 0;}
		}
		
		@media (max-width: 767px) {
			.block_heading.heading_featured { padding: 180px 20px 60px 20px; display: block;}
			.block_heading.heading_featured .intro_inner { width: 100%; max-width: 100%; padding: 0 0 40px 0; text-align: center;}
			.block_heading.heading_featured .intro_inner .headline { font-size: 40px;}
			.block_heading.heading_featured .intro_inner .cta {
				justify-content: center;
				align-items: center;
			}
			.block_heading.heading_featured .media { max-width: 100%; margin-left: 0; width: 100%; height: 300px;}
			.block_heading.heading_featured .detail { height: 320px;}
		}

/****************************************************/
/* Hero Block */

.block_hero { 
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	padding: 180px 30px 100px 30px;
	min-height: calc(100% - 140px);
	background: #001514;
}
	.block_hero .intro_inner { color: #fff; z-index: 99;  width: 1260px; max-width: 100%; text-align: center; margin: 0 auto;}
	.block_hero .intro_inner .tagline {}
	.block_hero .intro_inner .headline { font-size: 80px;}
	.block_hero .intro_inner .text { max-width: 700px; margin: 0 auto;}
	.block_hero .intro_inner .cta {
		justify-content: center;
		align-items: center;
	}
	.block_hero .intro_inner .cta .btn.btn_primary { background: #648A19;}
	.block_hero .intro_inner .cta .btn.btn_primary:hover { background: #7eab24;}
	
	.block_hero .intro_inner .cta .btn.btn_tertiary { color: #fff;}
	.block_hero .intro_inner .cta .btn.btn_tertiary:before { background: #fff;}
	
	.block_hero .overlay { z-index: 95; opacity: 1; background: linear-gradient(0deg, rgba(0,21,20,1) 0%, rgba(0,21,20,0) 100%);}
	
	.block_hero figure { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden;}
	.block_hero figure img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
	.block_hero .cycle-slideshow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9;}
	.block_hero .cycle-slideshow .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
	.block_hero .cycle-slideshow .slide img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
	.block_hero .cycle-slideshow .cycle-next,
	.block_hero .cycle-slideshow .cycle-prev { z-index: 9991;}
	
	@media (min-width: 768px) and (max-width: 1099px) {
	}
	
	@media (max-width: 767px) {
		.block_hero { padding: 180px 20px 60px 20px; height: auto;}
		.block_hero .intro_inner .headline { font-size: 40px;}
	}

/****************************************************/
/* Text Area Block */

.block_text_area { position: relative; padding: 100px 50px;}
	.block_text_area.full_container { padding: 0;}
	.block_text_area .intro_inner {}
	.block_text_area .intro_inner .tagline {}
	.block_text_area .intro_inner .headline {}
	.block_text_area .intro_inner .text {}
	.block_text_area .intro_inner .cta {}
	
	.block_text_area.tidy_container .intro_inner { margin: 0 auto;}
		.block_text_area.tidy_container .intro_inner .tagline { text-align: center;}
		.block_text_area.tidy_container .intro_inner .headline { text-align: center;}
		.block_text_area.tidy_container .intro_inner .cta {
			justify-content: center;
			align-items: center;
		}
	.block_text_area.page_container .intro_inner { width: 1260px; margin: 0 auto;}
	.block_text_area.full_container .intro_inner { width: 100%; max-width: 100%; padding: 0; margin: 0;}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_text_area.tidy_container,
		.block_text_area.page_container { padding: 50px 20px;}
	}

/****************************************************/
/* Split Image & Text Block */

.block_split_text_image { position: relative; padding: 100px 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
}
	.block_split_text_image.txt_img { flex-direction: row-reverse;}
	.block_split_text_image.default { align-items: stretch;}
	
	.block_split_text_image .media { position: relative; width: 50%; max-width: 600px; box-sizing: border-box; overflow: hidden; border-radius: 5px;}
	.block_split_text_image .media > figure { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden;}
	.block_split_text_image .media > figure img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
	.block_split_text_image .media .cycle-slideshow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9;}
	.block_split_text_image .media .cycle-slideshow .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
	.block_split_text_image .media .cycle-slideshow .slide img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
	
	.block_split_text_image .intro_inner { width: 50%; max-width: 600px; padding: 50px; box-sizing: border-box;}
	.block_split_text_image .intro_inner .tagline {}
	.block_split_text_image .intro_inner .headline {}
	.block_split_text_image .intro_inner .text {}
	.block_split_text_image .intro_inner .cta {}
	
	/* Default */
	.block_split_text_image.default.txt_img .media { max-width: 550px; margin-left: 50px; width: calc(50% - 50px);}
	.block_split_text_image.default.txt_img .intro_inner { padding: 50px 50px 50px 0;}
	.block_split_text_image.default.img_txt .media { max-width: 550px; margin-right: 50px; width: calc(50% - 50px);}
	.block_split_text_image.default.img_txt .intro_inner { padding: 50px 0 50px 50px;}
	
	/* Feature */
	.block_split_text_image.feature { align-items: stretch;}
	.block_split_text_image.feature .media { max-width: 670px;}
	.block_split_text_image.feature .intro_inner { border-radius: 5px; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); background-color: #F4F4DF; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); z-index: 99;}
	.block_split_text_image.feature.txt_img .intro_inner { margin: 100px -70px 100px 0;}
	.block_split_text_image.feature.img_txt .intro_inner { margin: 100px 0 100px -70px;}
	
	.block_split_text_image.feature.img_txt .cycle-slideshow .cycle-next { right: 70px;}
	.block_split_text_image.feature.img_txt .cycle-slideshow:hover .cycle-next { right: 80px;}
	.block_split_text_image.feature.txt_img .cycle-slideshow .cycle-next { left: 70px;}
	.block_split_text_image.feature.txt_img .cycle-slideshow:hover .cycle-next { left: 80px;}
	
	.block_split_text_image.feature .detail { display: block; position: absolute; bottom: 150px; left: 50%; margin-left: -100px; width: 250px; height: 250px; z-index: 90; background: url('../_img/detail.svg') no-repeat center center; background-size: contain;}
	
	@media (min-width: 768px) and (max-width: 1199px) {
		.block_split_text_image.default.txt_img .intro_inner { padding-right: 0;}
		.block_split_text_image.default.img_txt .intro_inner { padding-left: 0; }
	}
	
	@media (max-width: 767px) {
		.block_split_text_image { position: relative; padding: 50px 20px; display: block;}
		.block_split_text_image .media { width: 100%; max-width: 100%; height: 300px;}
		.block_split_text_image .intro_inner { width: 100%; max-width: 100%; padding: 50px 0 0 0;}
		
		/* Default */
		.block_split_text_image.default.txt_img .media { max-width: 100%; margin-left: 0; width: 100%;}
		.block_split_text_image.default.txt_img .intro_inner { padding: 50px 0 0 0;}
		.block_split_text_image.default.img_txt .media { max-width: 100%; margin-right: 0; width: 100%;}
		.block_split_text_image.default.img_txt .intro_inner { padding: 50px 0 0 0;}
		
		/* Feature */
		.block_split_text_image.feature { padding: 50px 20px;}
		.block_split_text_image.feature .media { padding-top: 0; height: 300px; max-width: 100%;}
		.block_split_text_image.feature .intro_inner {}
		.block_split_text_image.feature.txt_img .intro_inner,
		.block_split_text_image.feature.img_txt .intro_inner { margin: -50px 20px 0 20px; width: calc(100% - 40px); padding: 30px;}
		
		.block_split_text_image.feature.img_txt .cycle-slideshow .cycle-next { right: 0;}
		.block_split_text_image.feature.img_txt .cycle-slideshow:hover .cycle-next { right: 10px;}
		.block_split_text_image.feature.txt_img .cycle-slideshow .cycle-next { left: 0;}
		.block_split_text_image.feature.txt_img .cycle-slideshow:hover .cycle-next { left: 10px;}
		
		.block_split_text_image.feature .detail { display: none;}
	}

/****************************************************/
/* Split Text Block */

.block_split_text { position: relative; padding: 100px 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
	.block_split_text .intro_inner.text_left { position: relative; width: 50%; max-width: 550px; margin-right: 50px; padding: 0;}
	.block_split_text .intro_inner.text_right { position: relative; width: 50%; max-width: 550px; margin-left: 50px; padding: 0;}
	
	.block_split_text .intro_inner.has_style { padding: 50px; border-radius: 5px; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); text-align: center; z-index: 99;}
	.block_split_text .intro_inner.has_style .cta {
		justify-content: center;
		align-items: center;
	}
	
	@media (min-width: 768px) and (max-width: 1199px) {
		.block_split_text .intro_inner.text_left { margin-right: 20px;}
		.block_split_text .intro_inner.text_right { margin-left: 20px;}
	}
	
	@media (max-width: 767px) {
		.block_split_text { padding: 50px 20px; display: block;}
		.block_split_text .intro_inner.text_left { width: 100%; max-width: 100%; margin-right: 0; padding: 0 0 40px 0;}
		.block_split_text .intro_inner.text_right { width: 100%; max-width: 100%; margin-left: 0; padding: 40px 0 0 0;}
		.block_split_text .intro_inner.has_style,
		.block_split_text .intro_inner.has_style { padding: 30px;}
	}

/****************************************************/
/* Promo Boxes Block */

.block_promo_boxes { position: relative; padding: 100px 0;}
	.block_promo_boxes .intro_inner { padding-bottom: 40px; text-align: center; margin: 0 auto;}
	.block_promo_boxes .intro_inner .tagline {}
	.block_promo_boxes .intro_inner .headline {}
	.block_promo_boxes .intro_inner .text {}
	.block_promo_boxes .intro_inner .cta {
		justify-content: center;
		align-items: center;
	}
	
	.block_promo_boxes .boxes_wrap { position: relative; width: 100%; max-width: 100%; padding: 30px 40px; margin: 0 auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 40px;
	}
	.block_promo_boxes .boxes_wrap .item { position: relative; width: calc((100% - 80px) / 3); background: #001514;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-end;
		padding-top: 25%;
		border-radius: 5px;
		overflow: hidden;
	}
	.block_promo_boxes .boxes_wrap.count_2 .item { width: calc((100% - 40px) / 2);}
	.block_promo_boxes .boxes_wrap.count_4 .item { width: calc((100% - 120px) / 4);}
	
	.block_promo_boxes .boxes_wrap .item figure { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden; opacity: 0.7; transition: .5s;}
	.block_promo_boxes .boxes_wrap .item figure img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover; transition: .5s;}
	.block_promo_boxes .boxes_wrap .item .inner { display: block; position: relative; margin: 40px; width: calc(100% - 80px); z-index: 9; color: #fff;}
	.block_promo_boxes .boxes_wrap .item .inner:after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; border-radius: 3px; background: #648A19; transition: .5s;}
	.block_promo_boxes .boxes_wrap a.item:hover .inner:after { width: 100%;}
	.block_promo_boxes .boxes_wrap a.item:hover figure { opacity: 0.5;}
	.block_promo_boxes .boxes_wrap a.item:hover figure img { transform: scale(1.05);}
	.block_promo_boxes .boxes_wrap .item .inner h3 { font-size: 18px; padding-bottom: 10px; text-transform: uppercase; font-family: "Outfit", serif;}
	.block_promo_boxes .boxes_wrap .item .inner .text { padding-bottom: 20px;}
	.block_promo_boxes .boxes_wrap .item .inner .linkto { display: none;}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_promo_boxes { padding: 50px 0;}
		.block_promo_boxes .intro_inner { padding-bottom: 30px;}
		
		.block_promo_boxes .boxes_wrap { width: 100%; padding: 20px; gap: 30px;}
		.block_promo_boxes .boxes_wrap .item { width: 100%; padding-top: 40%;}
		.block_promo_boxes .boxes_wrap.count_2 .item { width: 100%;}
		.block_promo_boxes .boxes_wrap.count_4 .item { width: 100%;}
		
		.block_promo_boxes .boxes_wrap .item .inner { margin: 30px; width: calc(100% - 60px);}
		.block_promo_boxes .boxes_wrap .item .inner h3 { font-size: 18px;}
	}

/* Promo Hero */

.block_promo_boxes_hero { position: relative; padding: 100px 20px;}
	.block_promo_boxes_hero .intro_inner { padding-bottom: 40px; text-align: center; margin: 0 auto;}
	.block_promo_boxes_hero .intro_inner .headline {}
	.block_promo_boxes_hero .intro_inner .text {}
	
	.block_promo_boxes_hero .intro_inner_end { padding-top: 40px; text-align: center; margin: 0 auto;}
	.block_promo_boxes_hero .intro_inner_end .tagline { color: #001514;}
	.block_promo_boxes_hero .intro_inner_end .cta {
		justify-content: center;
		align-items: center;
	}
	
	.block_promo_boxes_hero .boxes_wrap { position: relative; width: 100%; max-width: 100%; padding-top: 50%;}
	.block_promo_boxes_hero .boxes_wrap .item { position: absolute; margin: 20px; width: calc(25% - 40px); padding-top: calc(25% - 40px); z-index: 5; border-radius: 5px; overflow: hidden; background: #001514;}
	.block_promo_boxes_hero .boxes_wrap .item_1 { left: 0; top: 0; width: calc(50% - 40px); padding-top: calc(50% - 40px);}
	.block_promo_boxes_hero .boxes_wrap .item_2 { left: 50%; top: 0;}
	.block_promo_boxes_hero .boxes_wrap .item_3 { left: 75%; top: 0;}
	.block_promo_boxes_hero .boxes_wrap .item_4 { left: 50%; top: 50%;}
	.block_promo_boxes_hero .boxes_wrap .item_5 { left: 75%; top: 50%;} 
	
	
	.block_promo_boxes_hero .boxes_wrap .item figure { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden; opacity: 0.7; transition: .5s;}
	.block_promo_boxes_hero .boxes_wrap .item figure img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover; transition: .5s;}
	.block_promo_boxes_hero .boxes_wrap .item .inner { display: block; position: absolute; bottom: 0; left: 0; margin: 40px; width: calc(100% - 80px); z-index: 9; color: #fff;}
	.block_promo_boxes_hero .boxes_wrap .item .inner:after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; border-radius: 3px; background: #648A19; transition: .5s;}
	.block_promo_boxes_hero .boxes_wrap a.item:hover .inner:after { width: 100%;}
	.block_promo_boxes_hero .boxes_wrap a.item:hover figure { opacity: 0.5;}
	.block_promo_boxes_hero .boxes_wrap a.item:hover figure img { transform: scale(1.05);}
	.block_promo_boxes_hero .boxes_wrap .item .inner h3 { font-size: 22px; padding-bottom: 10px; text-transform: uppercase; font-family: "Outfit", serif;}
	.block_promo_boxes_hero .boxes_wrap .item .inner .text { font-size: 14px; line-height: 1.4em; padding-bottom: 20px;}
	.block_promo_boxes_hero .boxes_wrap .item .inner .linkto { display: none;}
	
	.block_promo_boxes_hero .boxes_wrap .item.item_1 .inner h3 { font-size: 40px;}
	
	@media (min-width: 768px) and (max-width: 1199px) {
		.block_promo_boxes_hero .boxes_wrap .item .inner { margin: 20px; width: calc(100% - 40px);}
		.block_promo_boxes_hero .boxes_wrap .item .inner h3 { font-size: 16px;}
		.block_promo_boxes_hero .boxes_wrap .item.item_1 .inner h3 { font-size: 30px;}
	}
	
	@media (max-width: 767px) {
		.block_promo_boxes_hero { padding: 50px 0;}
		.block_promo_boxes_hero .intro_inner { padding-bottom: 30px;}
		.block_promo_boxes_hero .intro_inner_end { padding-top: 30px;}
		
		.block_promo_boxes_hero .boxes_wrap { position: relative; width: 100%; padding: 20px; margin: 0 auto;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: flex-start;
			gap: 30px;
		}
		.block_promo_boxes_hero .boxes_wrap .item { position: relative; width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: flex-end;
			padding-top: 40%;
			margin: 0;
		}
		.block_promo_boxes_hero .boxes_wrap .item_1,
		.block_promo_boxes_hero .boxes_wrap .item_2,
		.block_promo_boxes_hero .boxes_wrap .item_3,
		.block_promo_boxes_hero .boxes_wrap .item_4,
		.block_promo_boxes_hero .boxes_wrap .item_5 { left: auto; top: auto; width: 100%; padding-top: 40%;}
		.block_promo_boxes_hero .boxes_wrap .item .inner h3 { font-size: 18px; }
		.block_promo_boxes_hero .boxes_wrap .item.item_1 .inner h3 { font-size: 18px;}
	}

/****************************************************/
/* News Feed Block */

.block_feed { position: relative; padding: 100px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
}	
	.block_feed .media { position: relative; width: 50%; max-width: 670px; box-sizing: border-box; overflow: hidden; border-radius: 5px;}
	.block_feed .media > figure { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; overflow: hidden;}
	.block_feed .media > figure img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
	.block_feed .media .cycle-slideshow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9;}
	.block_feed .media .cycle-slideshow .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
	.block_feed .media .cycle-slideshow .slide img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
	.block_feed .cycle-slideshow .cycle-next { left: 70px;}
	.block_feed .cycle-slideshow:hover .cycle-next { left: 80px;}
	
	.block_feed .intro_inner { width: 50%; max-width: 600px; padding: 50px; box-sizing: border-box; background: rgba(237, 249, 236, 0.8); border-radius: 5px; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); z-index: 99; margin: 50px 0 50px -70px;}
	.block_feed .intro_inner .tagline {}
	.block_feed .intro_inner .headline {}
	.block_feed .intro_inner .text {}
	.block_feed .intro_inner .cta { padding-top: 0; justify-content: flex-end;}
	
	.list_posts { position: relative;}
	.list_posts .post_item { display: block; min-height: 130px; position: relative; padding: 15px 0 15px 120px; border-bottom: 1px solid #ccc; color: #001514;}
	.list_posts .post_item:last-of-type { border: none;}
	.list_posts .post_item > figure { position: absolute; top: 15px; left: 0; width: 100px; height: 100px; padding: 0; z-index: 1; overflow: hidden; border-radius: 5px;}
	.list_posts .post_item h3 { padding: 0 0 10px 0;}
	.list_posts .post_item .text {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		max-height: calc(1.5em * 2);
		font-size: 1em; 
		line-height: 1.5em;
	}
	
	.block_feed .detail { display: block; position: absolute; bottom: 50px; left: 50%; margin-left: -250px; width: 400px; height: 250px; z-index: 90; background: url('../_img/detail.svg') no-repeat center center; background-size: contain;}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_feed { padding: 50px 0; display: block;}	
		.block_feed .media { width: 100%; max-width: 100%; height: 300px;}
		.block_feed .cycle-slideshow .cycle-next { left: 0px;}
		.block_feed .cycle-slideshow:hover .cycle-next { left: 10px;}
		
		.block_feed .intro_inner { width: calc(100% - 40px); max-width: 100%; padding: 30px; margin: -50px 20px 0 20px;}
		
		.list_posts { position: relative;}
		.list_posts .post_item { min-height: auto; padding: 15px 0;}
		.list_posts .post_item > figure { display: none;}
		.block_feed .detail { display: none;}
	}

/****************************************************/
/* Instagram Block */

.block_instagram { position: relative; padding: 100px 20px;}
	.block_instagram .intro_inner { padding-bottom: 40px; text-align: center; margin: 0 auto;}
	.block_instagram .intro_inner .headline {}
	.block_instagram .intro_inner .text {}
	
	.block_instagram .insta_code {}
	
	.block_instagram .intro_inner_end { padding-top: 40px; text-align: center; margin: 0 auto;}
	.block_instagram .intro_inner_end .tagline { color: #001514;}
	.block_instagram .intro_inner_end .cta {
		justify-content: center;
		align-items: center;
	}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_instagram { padding: 50px 20px;}
		.block_instagram .intro_inner { padding-bottom: 30px;}
		.block_instagram .intro_inner_end { padding-top: 30px;}
	}

/****************************************************/
/* Subscribe Block */

.block_subscribe { position: relative; padding: 120px 0; background: #F4F4DF;}
	.block_subscribe .intro_inner { text-align: center; margin: 0 auto; z-index: 9;}
	.block_subscribe .intro_inner .tagline {}
	.block_subscribe .intro_inner .headline {}
	.block_subscribe .intro_inner .text {}
	.block_subscribe .intro_inner .cta {
		justify-content: center;
		align-items: center;
	}
	
	.block_subscribe .mailchimp_block { position: relative; z-index: 9; width: 600px; max-width: 100%; margin: 0 auto; padding-top: 30px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	.block_subscribe .mailchimp_block input[type="email"] { margin: 0 !important; background: none; color: #001514; border: 2px solid #001514; padding: 0 20px !important; line-height: 50px; 
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.block_subscribe .mailchimp_block input[type="email"]::placeholder { opacity: 1; color: #001514;}
	.block_subscribe .mailchimp_block input[type="submit"] { margin: 0 !important; background: #001514; padding: 0 30px !important; line-height: 50px; border: 2px solid #001514;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.block_subscribe .detail { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 1; /*background: url('../_img/pattern_sub.svg') center center;*/}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_subscribe { padding: 50px 20px;}
	}

/****************************************************/
/* Parallax Block */

.block_parallax { position: relative; background: no-repeat center center fixed; background-size: cover;}
	.block_parallax .intro_inner { margin: 0 auto; padding: 150px 50px; text-align: center; color: #fff;}
	.block_parallax .intro_inner .tagline { color: #fff;}
	.block_parallax .intro_inner .headline { color: #fff;}
	.block_parallax .intro_inner .text { color: #fff;}
	.block_parallax .intro_inner .cta {
		justify-content: center;
		align-items: center;
	}
	.block_parallax .intro_inner .cta .btn.btn_primary { background: #648A19;}
	.block_parallax .intro_inner .cta .btn.btn_primary:hover { background: #7eab24;}
	
	.block_parallax .intro_inner .cta .btn.btn_tertiary { color: #fff;}
	.block_parallax .intro_inner .cta .btn.btn_tertiary:before { background: #fff;}
	
	.block_parallax .overlay { z-index: 5; opacity: 1; background: linear-gradient(0deg, rgba(0,21,20,1) 0%, rgba(0,21,20,0.3) 100%);}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_parallax { background-attachment: inherit;}
		.block_parallax .intro_inner { padding: 80px 20px;}
	}

/****************************************************/
/* CTA Block */

/* Custom */

.block_cta.type_custom { position: relative; padding: 120px 30px;}
	.block_cta.type_custom .intro_inner { width: 1200px; padding: 100px 50px; text-align: center; margin: 0 auto; background: linear-gradient(90deg, rgba(100,138,25,1) 0%, rgba(157,190,54,1) 100%); border-radius: 5px; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);}
	.block_cta.type_custom .intro_inner > div,
	.block_cta.type_custom .intro_inner > h2 { position: relative; z-index: 9;}
	.block_cta.type_custom .intro_inner .tagline {}
	.block_cta.type_custom .intro_inner .headline {}
	.block_cta.type_custom .intro_inner .text {}
	.block_cta.type_custom .intro_inner .cta {
		justify-content: center;
		align-items: center;
	}
	.block_cta.type_custom .intro_inner .cta .btn_primary:hover { background: #fff; color: #001514;}
	.block_cta.type_custom .intro_inner .cta .btn.btn_tertiary:hover { color: #fff;}
	.block_cta.type_custom .intro_inner .cta .btn.btn_tertiary:after { background: #fff;}
	
	.block_cta.type_custom .intro_inner .detail { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 1; /*background: url('../_img/pattern_sub.svg') repeat center center;*/ opacity: 0.2;}
	/*.block_cta.type_custom .detail:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);}*/
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_cta.type_custom { padding: 50px 20px;}
		.block_cta.type_custom .intro_inner { width: 100%; padding: 30px; overflow: hidden;}
	}
	
/* Site-wide */

.block_cta.type_sitewide { position: relative; padding: 100px 30px;}
	.block_cta.type_sitewide .cta_inner { position: relative; z-index: 9; background: linear-gradient(90deg, rgba(100,138,25,1) 0%, rgba(157,190,54,1) 100%); color: #001514; width: 100%; max-width: 1200px; margin: 0 auto;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		border-radius: 5px;
		padding: 20px 30px;
		gap: 20px;
	}
	.block_cta.type_sitewide .cta_inner .item { width: calc((1200px / 3) - 40px);
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		padding: 20px;
		gap: 20px;
		border-radius: 7px;
	}
	.block_cta.type_sitewide .cta_inner .item i { display: block; width: 50px; height: 50px; background: #001514; color: #fff; border-radius: 50%; text-align: center; font-size: 20px; line-height: 50px;}
	.block_cta.type_sitewide .cta_inner .item {
		font-weight: 500;
		line-height: 1.4em;
	}
	.block_cta.type_sitewide .cta_inner .item.address { padding-left: 0;}
	
	.block_cta.type_sitewide .cta_inner .item.callus { padding: 6px; transition: .3s; color: #001514;}
	.block_cta.type_sitewide .cta_inner .item.callus:hover { background: rgba(255, 255, 255, 0.1);}
	
	.block_cta.type_sitewide .cta_inner .item.btn { color: #fff !important; border: none !important; background: #001514 !important; text-align: center; justify-content: center; font-size: 18px !important;}
	.block_cta.type_sitewide .cta_inner .item.btn:hover { color: #001514 !important; background: #fff !important;}
	
	.block_cta.type_sitewide .detail { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 1; /*background: url('../_img/pattern_sub.svg') repeat center center;*/}
	.block_cta.type_sitewide .detail:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);}
	
	.block_hero + .block_cta.type_sitewide { padding: 0 30px; margin-bottom: 100px; background: linear-gradient(90deg, rgba(100,138,25,1) 0%, rgba(157,190,54,1) 100%);}
	.block_hero + .block_cta.type_sitewide .cta_inner { 
		background: none; 
		border-radius: none; 
		min-height: 140px;
		justify-content: space-between;
		padding: 20px 0;
	}
	.block_hero + .block_cta.type_sitewide .detail { display: none;}
	
	@media (min-width: 768px) and (max-width: 1199px) {
		
	}
	
	@media (max-width: 767px) {
		.block_cta.type_sitewide { padding: 50px 20px;}
		.block_hero + .block_cta.type_sitewide { padding: 0 20px; margin-bottom: 40px;}
		.block_cta.type_sitewide .cta_inner { 
			width: 100%;
			flex-wrap: wrap;
			justify-content: center;
			padding: 30px;
			gap: 20px;
			border-radius: 5px;
		}
		.block_cta.type_sitewide .cta_inner .item { width: 100%; padding: 10px 0;}
		.block_cta.type_sitewide .cta_inner .item.callus { padding: 10px 0;}
		.block_cta.type_sitewide .cta_inner .item.btn { padding: 20px;}
	}

/****************************************************/
/* Featured Icons Block */

.block_featured_icons { position: relative; padding: 100px 0;}
	.block_featured_icons .intro_inner { margin: 0 auto; padding-bottom: 40px; text-align: center;}
	.block_featured_icons .intro_inner .tagline {}
	.block_featured_icons .intro_inner .headline {}
	.block_featured_icons .intro_inner .text {}
	.block_featured_icons .intro_inner .cta {
		justify-content: center;
		align-items: center;
	}
	
	.block_featured_icons .icons_wrap { position: relative; width: 1260px; max-width: 100%; padding: 30px; margin: 0 auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}
	.block_featured_icons .icons_wrap .item { display: block; position: relative; width: calc((100% - 80px) / 3);}
	.block_featured_icons .icons_wrap.count_2 .item { width: calc((100% - 40px) / 2);}
	.block_featured_icons .icons_wrap.count_4 .item,
	.block_featured_icons .icons_wrap.count_8 .item { width: calc((100% - 120px) / 4);}
	
	.block_featured_icons .icons_wrap .item figure { position: relative; width: 80px; height: 80px; margin: 0 auto;}
	.block_featured_icons .icons_wrap .item figure img {}
	.block_featured_icons .icons_wrap .item .inner { display: block; padding: 30px 0; text-align: center;}
	.block_featured_icons .icons_wrap .item .inner h3 {}
	.block_featured_icons .icons_wrap .item .inner .text {}
	.block_featured_icons .icons_wrap .item .inner .linkto {}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_featured_icons { padding: 50px 0;}
		.block_featured_icons .intro_inner { padding-bottom: 30px;}
		.block_featured_icons .icons_wrap { width: 100%; max-width: 100%; padding: 20px; gap: 30px;}
		.block_featured_icons .icons_wrap .item { width: 100%; max-width: 280px; margin: 0 auto;}
		.block_featured_icons .icons_wrap.count_2 .item,
		.block_featured_icons .icons_wrap.count_4 .item,
		.block_featured_icons .icons_wrap.count_8 .item { width: 100%;}
		
		.block_featured_icons .icons_wrap .item figure { width: 60px; height: 60px;}
		.block_featured_icons .icons_wrap .item .inner { padding: 30px 0 0 0;}
	}

/****************************************************/
/* Featured Stats Block */

.block_featured_stats { position: relative; padding: 100px 0;}
	.block_featured_stats .intro_inner { margin: 0 auto; padding-bottom: 40px; text-align: center;}
	.block_featured_stats .intro_inner .tagline {}
	.block_featured_stats .intro_inner .headline {}
	.block_featured_stats .intro_inner .text {}
	.block_featured_stats .intro_inner .cta {
		justify-content: center;
		align-items: center;
	}
	
	.block_featured_stats .stats_wrap { position: relative; width: 1260px; max-width: 100%; padding: 30px; margin: 0 auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}
	.block_featured_stats .stats_wrap .item { display: block; position: relative; width: calc((100% - 80px) / 3);}
	.block_featured_stats .stats_wrap.count_2 .item { width: calc((100% - 40px) / 2);}
	.block_featured_stats .stats_wrap.count_4 .item { width: calc((100% - 120px) / 4);}
	
	.block_featured_stats .stats_wrap .item .counter { display: block; text-align: center; font-size: 80px; font-weight: 700; line-height: 1em;}
	.block_featured_stats .stats_wrap .item .counter .number_count {}
	.block_featured_stats .stats_wrap .item .counter .before {}
	.block_featured_stats .stats_wrap .item .counter .after {}
	.block_featured_stats .stats_wrap .item .label { display: block; padding-top: 30px; text-align: center;}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_featured_stats { padding: 50px 0;}
		.block_featured_stats .intro_inner { padding-bottom: 30px;}
		.block_featured_stats .stats_wrap { width: 100%; max-width: 100%; padding: 20px; gap: 30px;}
		.block_featured_stats .stats_wrap .item { width: 100%;}
		.block_featured_stats .stats_wrap.count_2 .item,
		.block_featured_stats .stats_wrap.count_4 .item { width: 100%;}
		
		.block_featured_stats .stats_wrap .item .counter { font-size: 40px;}
		.block_featured_stats .stats_wrap .item .label { padding-top: 20px;}
	}

/****************************************************/
/* Team Member Block */

.block_team { position: relative; padding: 100px 0;}
	.block_team .intro_inner .tagline {}
	.block_team .intro_inner .headline {}
	.block_team .intro_inner .text {}
	.block_team .intro_inner .cta {}
	
	/* Team Grid */
	
	.block_team.team_small .intro_inner { padding-bottom: 40px; text-align: center; margin: 0 auto;}
	.block_team.team_small .intro_inner .headline {}
	.block_team.team_small .intro_inner .text {}
	
	.block_team.team_small .intro_inner_end { padding-top: 40px; text-align: center; margin: 0 auto;}
	.block_team.team_small .intro_inner_end .tagline { color: #001514;}
	.block_team.team_small .intro_inner_end .cta {
		justify-content: center;
		align-items: center;
	}
	
	.block_team.team_small .boxes_wrap { position: relative; width: 1260px; max-width: 100%; padding: 0 30px; margin: 0 auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}
	.block_team.team_small .boxes_wrap .item { display: block; position: relative; width: calc((100% - 80px) / 3);}
	.block_team.team_small .boxes_wrap.count_2 .item { width: calc((100% - 40px) / 2);}
	.block_team.team_small .boxes_wrap.count_4 .item,
	.block_team.team_small .boxes_wrap.count_8 .item { width: calc((100% - 120px) / 4);}
	
	.block_team.team_small .boxes_wrap .item figure { position: relative; width: 100px; height: 100px; z-index: 1; overflow: hidden; border-radius: 5px; margin: 0 auto;}
	.block_team.team_small .boxes_wrap .item img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
	.block_team.team_small .boxes_wrap .item .inner { display: block; padding: 30px 0; text-align: center;}
	.block_team.team_small .boxes_wrap .item .inner h3 {}
	.block_team.team_small .boxes_wrap .item .inner .tagline {}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_team { padding: 50px 0;}
		.block_team.team_small .intro_inner { padding-bottom: 30px;}
		.block_team.team_small .intro_inner_end { padding-top: 30px;}
		.block_team.team_small .boxes_wrap { width: 100%; max-width: 100%; padding: 0 20px; gap: 30px;}
		.block_team.team_small .boxes_wrap .item { width: 100%;}
		.block_team.team_small .boxes_wrap.count_2 .item,
		.block_team.team_small .boxes_wrap.count_4 .item,
		.block_team.team_small .boxes_wrap.count_8 .item { width: 100%;}
		.block_team.team_small .boxes_wrap .item .inner { padding: 20px 0;}
	}
	
	/* Team List */
	
	.block_team.team_large .intro_inner { padding-bottom: 40px; width: 1260px;}
	.block_team.team_large .intro_inner .headline {}
	.block_team.team_large .intro_inner .text {}
	
	.block_team.team_large .intro_inner_end { padding-top: 40px; width: 1260px;}
	.block_team.team_large .intro_inner_end .tagline { color: #001514;}
	.block_team.team_large .intro_inner_end .cta {
		justify-content: center;
		align-items: center;
	}
	
	.block_team.team_large .boxes_wrap { position: relative; width: 1260px; max-width: 100%; padding: 30px; margin: 0 auto;}
	.block_team.team_large .boxes_wrap .item { position: relative; width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 40px;
		margin-bottom: 60px;
	}
	.block_team.team_large .boxes_wrap .item:last-of-type { margin: 0;}
	.block_team.team_large .boxes_wrap .item figure { position: relative; width: 200px; height: 200px; z-index: 1; overflow: hidden; border-radius: 5px; margin: 0 auto;}
	.block_team.team_large .boxes_wrap .item img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover;}
	.block_team.team_large .boxes_wrap .item .inner { display: block; width: calc(100% - 240px);}
	.block_team.team_large .boxes_wrap .item .inner h3 {}
	.block_team.team_large .boxes_wrap .item .inner .tagline {}
	.block_team.team_large .boxes_wrap .item .inner .text { padding-top: 30px;}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_team.team_large .intro_inner { padding-bottom: 30px; width: 100%;}
		.block_team.team_large .intro_inner_end { padding-top: 30px; width: 100%;}
		.block_team.team_large .boxes_wrap { width: 100%; padding: 20px;}
		.block_team.team_large .boxes_wrap .item { display: block; margin-bottom: 30px;}
		.block_team.team_large .boxes_wrap .item:last-of-type { margin: 0;}
		.block_team.team_large .boxes_wrap .item .inner { width: 100%; padding: 20px 0; text-align: center;}
		.block_team.team_large .boxes_wrap .item .inner .text { padding-top: 20px;}
	}

/****************************************************/
/* Gallery Block */

.block_gallery { position: relative; padding: 100px 20px;}
	.block_gallery .intro_inner { padding-bottom: 40px; text-align: center;}
	.block_gallery .intro_inner .tagline {}
	.block_gallery .intro_inner .headline {}
	.block_gallery .intro_inner .text {}
	.block_gallery .intro_inner .cta {
		justify-content: center;
		align-items: center;
	}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		.block_gallery { padding: 50px 10px;}
		.block_gallery .intro_inner { padding-bottom: 30px;}
	}
	
	/* Grid */
	
	.gallery_grid { position: relative; width: 100%; padding-top: 40%;}
	.gallery_grid > a { position: absolute; display: block; margin: 20px; width: calc(20% - 40px); padding-top: calc(20% - 40px); z-index: 5; border-radius: 5px; overflow: hidden; background: #001514;}
	.gallery_grid > a img { position: absolute; top: 0; left: 0; max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover; transition: .5s; cursor: pointer;}
	.gallery_grid > a img:hover { transform: scale(1.05); opacity: 0.8;}
	.gallery_grid .image_1 { left: 0; top: 0;}
	.gallery_grid .image_2 { left: 20%; top: 0;}
	.gallery_grid .image_3 { left: 40%; top: 0; width: calc(40% - 40px); height: calc(100% - 40px);}
	.gallery_grid .image_4 { left: 80%; top: 0; }
	.gallery_grid .image_5 { left: 0; top: 50%;} 
	.gallery_grid .image_6 { left: 20%; top: 50%;}
	.gallery_grid .image_7 { left: 80%; top: 50%;}
	
	@media (max-width: 767px) {
		.gallery_grid { position: relative; width: 100%; padding-top: 40%;}
		.gallery_grid > a { margin: 5px; width: calc(20% - 10px); padding-top: calc(20% - 10px);}
		.gallery_grid .image_3 { left: 40%; top: 0; width: calc(40% - 10px); height: calc(100% - 10px);}
	}

	/* Justified */
	
	.gallery_justified {}
	.gallery_justified a { transition:.5s; overflow: hidden; border-radius: 5px;}
	.gallery_justified a:hover { opacity: 0.7;}
	
	/* Full List */
	
	.gallery_full { position: relative; width: 1260px; max-width: 100%; padding: 30px; margin: 0 auto;}
	.gallery_full > a { position: relative; margin: 20px; display: block; transition:.5s;}
	.gallery_full > a img { width: 100%; height: auto; border-radius: 5px;}
	
	@media (max-width: 767px) {
		.gallery_full { width: 100%; padding: 0;}
		.gallery_full > a { margin: 10px;}
	}

/****************************************************/
/* Logo Carousel */

.block_logo_carousel.carousel_type_custom { position: relative; background: #fff; padding: 100px 0;}
.block_logo_carousel.carousel_type_sitewide { position: relative; background: #2E3244; padding: 20px 0;}
	.block_logo_carousel .logo_img { position: relative; width: 200px; height: 80px; margin: 0 20px;}
	.block_logo_carousel .logo_img img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: contain;}
	
	@media (max-width: 767px) {
		.block_logo_carousel .logo_img { width: 150px; height: 60px; margin: 0 10px;}
	}

/****************************************************/
/* OverView Posts */

/* Heading */

.blog_heading { 
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 250px 30px 80px 30px;
	overflow: hidden;
}
	.blog_heading .intro_inner { text-align: center; margin: 0 auto;}
	.blog_heading .intro_inner .tagline {}
	.blog_heading .intro_inner .tagline a { color: #001514;}
	.blog_heading .intro_inner .headline { font-size: 80px;}
	.blog_heading .intro_inner .text { max-width: 700px; margin: 0 auto;}
	
	.blog_heading .detail { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 380px; z-index: 1; /*background: url('../_img/pattern_sub.svg') repeat center center;*/}
	.blog_heading .detail:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
	
	@media (min-width: 768px) and (max-width: 1099px) {
		.blog_heading { padding: 200px 30px 50px 30px;}
		.blog_heading .detail { height: 250px;}
	}
	
	@media (max-width: 767px) {
		.blog_heading { padding: 180px 20px 40px 20px;}
		.blog_heading .intro_inner .headline { font-size: 40px;}
	}

/* Category Menu */

.block_index_children { position: relative; padding: 60px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 10px;
}
	.block_index_children a { display: inline-block; padding: 10px 20px; font-size: 16px; color: #001514; background: #D9D7DC; border-radius: 5px;}
	.block_index_children a.current { background: #001514; color: #fff;}

/* Grid */

.block_index_grid { position: relative; padding: 100px 0;}
	.block_index_grid .headline { text-align: center; padding-bottom: 40px;}
	.index_grid { position: relative; display: block; width: 1260px; max-width: 100%; padding: 0 30px; margin: 0 auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 40px;
	}
	.index_grid .post_item { width: calc((100% - 80px) / 3);}
	
	@media (max-width: 767px) {
		.block_index_grid { padding: 50px 0;}
		.block_index_grid .headline { padding-bottom: 30px;}
		.index_grid { width: 100%; padding: 0 20px; gap: 30px;}
		.index_grid .post_item { width: 100%;}
	}

/* Post */

.post_item { display: block; position: relative; color: #001514;}
	.post_item figure { position: relative; width: 100%; padding-top: 60%; z-index: 1; overflow: hidden; border-radius: 5px;}
	.post_item img { position: absolute; top: 0; left: 0; max-width: none; max-height: none; height: 100%; width: 100%; object-fit: cover; transition: .5s;}
	.post_item h3 { padding: 20px 0 10px; font-family: "Outfit", serif; font-size: 20px;}
	.post_item .text { padding-bottom: 15px; font-weight: 400; font-size: 16px; line-height: 1.5em;}
	.post_item .text p { padding: 0; margin: 0;}
	.post_item .btn_tertiary {}
	
	.post_item:hover { color: #001514;}
	.post_item:hover img { transform: scale(1.05);}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
	}

/****************************************************/
/* Single Posts */

/* Post */

.single_post { position: relative; padding: 250px 30px 100px 30px;}
	.single_post > article { position: relative; width: 1000px; max-width: 100%; margin: 0 auto; z-index: 9;}
	.single_post .detail { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 380px; z-index: 1; /*background: url('../_img/pattern_sub.svg') repeat center center;*/}
	.single_post .detail:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
	
	.single_post .tagline { font-size: 14px; text-transform: uppercase; font-weight: 500; line-height: 1.2em; text-align: center;}
	.single_post .tagline a { color: #001514;}
	.single_post .hentry-title { text-align: center; padding-bottom: 50px;}
	
	.single_post .post_meta {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		padding-bottom: 15px;
	}
	.single_post .post_meta .meta { font-size: 16px;}
	.single_post .post_meta .meta a { color: #001514}
	.single_post .post_meta .meta span { display: inline-block; padding-right: 15px;}
	
	.single_post .post_meta .post_share {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 5px;
	}
	.single_post .post_meta .post_share span { display: block; font-size: 16px; text-align: center; min-width: 30px; line-height: 30px; color: #001514; border-radius: 50%;}
	.single_post .post_meta .post_share a:hover span { background: #f1f1f1;}
	
	.article_content > img { margin: 0 auto; margin-bottom: 30px; border-radius: 5px;}
	.article_content > .text { padding: 20px 0;}
	
	.gallery_post { padding: 30px 0;}
	
	@media (min-width: 768px) and (max-width: 1199px) {
		.single_post > article { width: 700px;}
	}
	
	@media (max-width: 767px) {
		.single_post { padding: 180px 20px 50px 20px;}
		.single_post .detail { height: 280px;}
		.single_post .hentry-title { padding-bottom: 40px;}
		
		.single_post .post_meta { justify-content: center; gap: 10px; padding-bottom: 15px;}
		.single_post .post_meta .meta { font-size: 14px;}
		.single_post .post_meta .post_share span { font-size: 14px;}
	}

/****************************************************/
/* Post Nav */

.post_navigation { position: relative; padding: 40px 0 0 0; z-index: 9;}
	.post_navigation ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}
	.post_navigation li { display: inline-block; position: relative;}
	.post_navigation li a { display: block; min-width: 44px; height: 44px; border: 2px solid #001514; background: #001514; border-radius: 3px; text-align: center; font-size: 16px; line-height: 40px; color: #fff; font-weight: 500; transition: .3s;}
	.post_navigation li.next a { padding: 0 20px;}
	.post_navigation li.active a,
	.post_navigation li a:hover { background: none; color: #001514; text-decoration: none !important;}

/****************************************************/
/* Sidebar */

#sidebar { position: relative; padding: 0 0 40px 50px;}
	.widget { margin-bottom: 40px;}
	.widget h3 { font-size: 18px; color: #1a1a1a; padding-bottom: 20px;}
	.widget ul li { position: relative;}
	.widget ul ul li {}
	.widget ul li a { font-size: 14px; color: #1a1a1a; opacity: 0.5; padding: 0 5px 0 10px; margin: 5px 0; border-left: 2px solid #fff; display: inline-block; position: relative; z-index: 1; transition:.5s;}
	.widget ul li a:hover,
	.widget ul li.current-cat a,
	.widget ul li.current-menu-item a { color: #648A19; border-left-color: #648A19; opacity: 1;}
	.widget .textwidget { padding: 20px; box-shadow: 0 0 20px rgba(0,0,0,0.1);}
	
	#searchform { position: relative;}
	#searchform input[type="search"] { display: block; width: 100%; margin: 0 !important; font-size: 14px !important;}
	#searchform .searchsubmit { position: absolute; top: 50%; right: 5px; margin-top: -15px !important; border: none; padding: 0; border-radius: 0; background: none; width: 30px; height: 30px; margin: 0; font-size: 18px; line-height: 1em; display: block; cursor:pointer; color: #001514; opacity: 0.3; text-align: center;}
	#searchform .searchsubmit:hover { opacity: 1; box-shadow: none; background: none; color: #001514;}
	
	.block_search { padding: 10px 20px 40px 20px;}
	.block_search #searchform input[type="text"] { padding: 20px !important;}
	
	.widget_menu { margin-bottom: 40px;}
	.widget_menu ul {}
	.widget_menu ul li { display: block;}
	.widget_menu ul li a { display: block; padding: 0 5px 0 10px; margin: 10px 0; font-size: 16px; font-weight: 700; color: #1a1a1a; text-transform: uppercase; border-left: 2px solid #fff; transition:.5s;}
	.widget_menu ul ul li a { padding: 0 5px 0 20px; margin: 10px 0;}
	.widget_menu ul li a:hover,
	.widget_menu ul li.current-menu-item a { border-left-color: #648A19; color: #648A19;}
	
	@media (min-width: 768px) and (max-width: 1199px) {
	}
	
	@media (max-width: 767px) {
		#sidebar { padding-left: 0;}
	}

/* Logo Block */

.footer_logo_carousel { position: relative; background: #2E3244; padding: 20px 0;}
	.footer_logo_carousel .logo_img { position: relative; width: 200px; height: 80px; margin: 0 20px;}
	.footer_logo_carousel .logo_img img { max-width: none; max-height: none; height: 100%; width: 100%; object-fit: contain;}
	
	@media (max-width: 767px) {
		.footer_logo_carousel .logo_img { width: 150px; height: 60px; margin: 0 10px;}
	}

/****************************************************/
/* Footer */

#footer { position: relative; display: block; background: #001514; padding: 100px 0 0 0; color: #fff;}	
	.block_parallax + #footer { padding-top: 0;}
	#footer .row { height: auto;}
	
	#footer .footer_logo { display: block; position: relative; text-align: right;}
	#footer .footer_logo img { max-width: 230px;}
	
	#footer h5 { color: #7B7B65; text-transform: uppercase; font-weight: 500; font-family: "Outfit", serif; font-size: 16px; padding-bottom: 20px;}
	#footer .address { font-size: 16px; line-height: 1.5em; padding-bottom: 30px;}
	#footer .address a { color: #648A19;}
	
	#footer .hours { font-size: 16px; line-height: 1.4em; padding-right: 20px;}
	#footer .hours .item { display: block;}
	#footer .hours .item {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#footer .hours .item .day { width: 40%;}
	#footer .hours .item .hour { width: 60%;}
	
	#footer .cta {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 15px;
		margin-bottom: 40px;
	}
	#footer .cta .btn.btn_primary { background: #648A19;}
	#footer .cta .btn.btn_primary:hover { background: #7eab24;}
	
	#footer .cta .btn { padding: 0 20px; line-height: 54px;}
		#footer .mailchimp_block { position: relative; z-index: 9; margin: 0; width: 50%;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: center;
			align-items: center;
		}
		#footer .mailchimp_block input[type="email"] { margin: 0 !important; background: none; color: #7B7B65; border: 2px solid #7B7B65; padding: 0 20px !important; line-height: 50px; 
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
		#footer .mailchimp_block input[type="email"]::placeholder { opacity: 1; color: #7B7B65;}
		#footer .mailchimp_block input[type="submit"] { margin: 0 !important; background: #7B7B65; color: #001514; padding: 0 30px !important; line-height: 50px; border: 2px solid #7B7B65;
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}
	#footer .navigation { position: relative; padding-top: 50px;}
	#footer .navigation h5 { border-top: 2px solid rgba(123, 123, 101, 0.2); padding-top: 40px;}
	#footer .menu {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#footer .menu > li { width: 25%; margin: 0; padding: 0;}
	#footer .menu > li a { font-size: 16px; line-height: 1.4em; color: #fff;}
	#footer .menu > li a:hover { color: #648A19;}
	
	#footer .copyright { padding: 60px 0 20px 0; font-size: 12px; line-height: 1.2em; text-align: center; font-weight: 400; color: #7B7B65;}
	#footer .copyright a { font-weight: 400; color: #7B7B65;}
	
	@media (max-width: 767px) {
		#footer { padding: 50px 0 0 0;}
		#footer .footer_logo { text-align: center;}
		#footer .footer_logo img { max-width: 180px;}
		#footer h5 { text-align: center;}
		#footer .address { text-align: center;}
		
		#footer .hours { padding-right: 0; padding-bottom: 60px;}
		#footer .hours .item { justify-content: center;}
		#footer .hours .item .day { text-align: right; padding-right: 5px; width: 50%;}
		#footer .hours .item .hour { text-align: left; padding-left: 5px; width: 50%;}
		
		#footer .navigation { padding-top: 40px;}
		#footer .navigation h5 { text-align: left;}
		#footer .cta { flex-wrap: wrap;
			justify-content: center;
			gap: 15px;
			margin-bottom: 40px;
		}
		#footer .cta .btn { padding: 0 20px; line-height: 54px;}
		#footer .mailchimp_block { width: 100%;}
		#footer .menu > li { width: 50%;}
	}

#footer .social { position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	padding-bottom: 40px;
}
	#footer .social li { display: inline-block;}
	#footer .social li a { display: block;}
	#footer .social li a i { width: 40px; text-align: center; font-size: 18px; line-height: 40px; background: #7B7B65; border-radius: 50%; color: #001514; transition: 0.3s;}
	#footer .social li a:hover i { background: #fff;}
	
	@media (max-width: 767px) {
		#footer .social { justify-content: center;}
	}

/****************************************************/
/* Popups */

#pop_banner { position: relative; max-width: 700px; transform: translateY(-50px); transition: all .5s;}
	#pop_banner.fancybox-content { padding: 0;}
	.fancybox-slide--current #pop_banner { transform: translateY(0);}
	#pop_banner img {}
	#pop_banner .message_only { padding: 40px;}
	#pop_banner .preview { position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: rgba(0,0,0,0.5) no-repeat center center; background-size: cover;}
	#pop_banner .message { position: relative; margin-left: 50%; padding: 40px;}
	.fancybox-button { transition:.5s;}
	.fancybox-button:hover { background: rgba(0,0,0,0.1); color: #fff; box-shadow: none;}
	
	@media (max-width: 767px) {
		#pop_banner .preview { width: 100%; height: 200px;}
		#pop_banner .message { margin-top: 200px; margin-left: 0;}
	}

/************************************/
/************** OTHER ***************/

/* FORMS */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	margin: 5px !important; 
	padding: 15px 10px !important; 
	background: #fff; 
	border: 1px solid rgba(0,0,0,0.2); 
	color: #001514; 
	width: calc(100% - 10px) !important; 
	font-size: 16px !important;
	border-radius: 3px;
}
textarea { line-height: 1.3em;}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	background: rgba(255,255,255,1);
	border-color:rgba(0,0,0,0.3);
	color: #001514;
}

input[type="radio"],
input[type="checkbox"] {}

input[type="button"],
input[type="submit"],
form button {
	border: none; 
	background: #001514;
	color: #fff; 
	font-size: 15px !important; 
	text-transform: uppercase; 
	margin: 5px !important; 
	padding: 15px 30px !important; 
	border-radius: 3px;
	font-weight: 700;
}
input[type="button"].block,
input[type="submit"].block,
button.block {
	width: calc(100% - 10px);
	padding: 12px 10px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	background: #648A19;
}

/************************************/
/* Gravity Forms */

body .gform_wrapper .gfield .ginput_container.ginput_container_select { padding: 0 5px !important;}

.gform_wrapper { margin: 0 !important;}
.gform_wrapper .gsection { border-bottom: none !important; padding-left: 5px !important; margin-bottom: 10px !important; }
.gform_wrapper .gsection .gfield_label, 
.gform_wrapper h2.gsection_title, 
.gform_wrapper h3.gform_title { font-size: 36px !important;}
.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html { padding-left: 5px !important; padding-top: 20px !important;}
.gform_wrapper .ginput_container_consent { padding-left: 5px !important;}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title { font-weight: 400 !important;}

.gform_wrapper .gfield.field_sublabel_above .ginput_container.ginput_container_name label, 
.gform_wrapper .top_label .gfield_label,
.gform_wrapper label.gfield_label, 
.gform_wrapper legend.gfield_label { font-size: 13px !important; color: #001514; font-weight: 400 !important; margin-left: 5px;}

.gform_wrapper .gfield_contains_required .ginput_container_name label:after { content: '*'; color: #790000; display: inline-block; margin-left: 4px;}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, 
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, 
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label { font-size: 14px !important; color: #001514; font-weight: 400 !important;}

/* Radio and Checkboxes */

.gform_wrapper .gfield_checkbox .gchoice, 
.gform_wrapper .gfield_radio .gchoice { position: relative; min-width: 150px; min-height: 30px; margin-bottom: 0 !important;}
.gfield_checkbox .gchoice input[type=checkbox],
.gfield_radio .gchoice input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.gfield_checkbox .gchoice label,
.gfield_radio .gchoice label {
	display: block;
	position: relative;
	font-weight: 400;
	padding-left: 30px !important;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}

.gfield_checkbox .gchoice:hover label,
.gfield_radio .gchoice:hover label {
	color: #001514;
}

.gfield_checkbox .gchoice .check,
.gfield_radio .gchoice .check {
	display: block;
	position: absolute;
	border: 1px solid rgba(0,0,0,0.2);
	background: #fff;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 3px;
	left: 5px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.gfield_radio .gchoice .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.gfield_checkbox .gchoice .check::before {
	display: block;
	position: absolute;
	content:"\f00c";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 1em;
	height: 14px;
	width: 18px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	color: rgba(255,255,255,0);
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.gfield_checkbox input[type=checkbox]:checked ~ .check,
.gfield_radio input[type=radio]:checked ~ .check {
	border: 1px solid #4a90e2;
}
.gfield_radio input[type=radio]:checked ~ .check::before {
	background: #4a90e2;
}
.gfield_checkbox input[type=checkbox]:checked ~ .check::before {
	color: #4a90e2;
}
.gfield_checkbox input[type=checkbox]:checked ~ label,
.gfield_radio input[type=radio]:checked ~ label {
	color: #001514; font-weight: 400 !important;
}

/* Errors */
.gform_wrapper .gfield.gfield_error {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.gfield_error:before {
	font-size: 14px !important;
	font-weight: 400;
	content: "Sorry, this field is required: ";
	color: #b94a48;
	padding-left: 5px;
}
.validation_error, .validation_message {
	display:none;
}

.gform_confirmation_wrapper .gform_confirmation_message { display: block; position: relative; padding: 40px; border: 1px solid rgb(118,166,34); background: rgba(118,166,34,0.1); line-height: 1.3em; color: rgb(118,166,34);; font-size: 18px;}

/************************************/
/************* END CSS! *************/