/*
Theme Name: Videre Travel
Theme URI: 
Update URI: ninepoint-theme-videre-travel
Author: Ninepoint
Author URI: https://ninepoint.cc
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ----------------------------- 
Theme Basics 
----------------------------- */

/* =Structure */
html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
}
#page {
	background: #fff;
	min-height: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global */
body, input, textarea {
	color: #224637;
	font-size: 20px; 
	font-family: "Ysabeau Office", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 5px;
}

/* Media */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; 
	height: auto;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Text elements */
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
b, strong {
	font-weight: 600;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}


/* Links */
a {
	color: #849698;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* =Menu */
.mainmenu {
	height: 50vh;
	overflow-y: auto;
}
.mainmenu li {
	display: block;
	position: relative;
	padding: 17px 0;
}
.mainmenu a:link, .mainmenu a:visited {
	display: inline-block;
	color: #224637;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
.mainmenu a:hover, .mainmenu .current-menu-item a {
}
.mainmenu ul {
	display: none;
}

/* 404 */
.result-404 { padding: 18vw 4% 15vw; text-align: center; }
.result-404 .entry-title { font-size: 32px; line-height: 36px; padding-bottom: 30px }

/* ----------------------------- 
Theme Custom 
----------------------------- */
p {
	line-height: 28px;
	margin-bottom: 40px;
}
.ibvtop {
	display: inline-block;
	vertical-align: top;
}
.ibvmid {
	display: inline-block;
	vertical-align: middle;
}
.ibvbtm {
	display: inline-block;
	vertical-align: bottom;
}
.stdlink a {
	color: inherit;
	text-decoration: none;
}
.ctitleh1 {
	font-family: "graveur-variable", serif;
	font-size: 67px;
	line-height: 70px;
	font-weight: 300;
}
.ctitleh2 {
	font-family: "graveur-variable", serif;
	font-size: 56px;
	line-height: 62px;
	font-weight: 300;
	margin-bottom: 10px;
}
.ctitleintro {
	font-family: "graveur-variable", serif;
	font-size: 40px;
	line-height: 52px;
	font-weight: 300;
}
.ctitleh3 {
	font-family: "graveur-variable", serif;
	font-size: 48px;
	line-height: 52px;
	font-weight: 300;
	margin-bottom: 20px;
}
.ctitleh4 {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.ctxtlrg {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
}
.ctitlebtn {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}
.ctitlesubh, .clinkarrow, .clinkarrowdrk {
	position: relative;
	color: inherit;
	text-decoration: none;
	font-family: "graveur-variable", serif;
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.ctitlebu {
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 10px;
}
.csubtxt {
	font-family: "Ysabeau Office", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}
.clinkbtn a, .clinkbtnwh a, a.clinkbtn, a.clinkbtnwh {
	position: relative;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	font-family: "Ysabeau Office", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	border: 1px solid #224637;
	padding: 9px 13px;
	transition: 0.2s linear;
	z-index: 4;
}
.clinkbtn a::before, .clinkbtnwh a::before, a.clinkbtn::before, a.clinkbtnwh::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	z-index: -1;
	transition: 0.2s linear;
}
a.clinkbtn::before, .clinkbtn a::before {
	background-color: #F3F2E3;
}
a.clinkbtnwh::before, .clinkbtnwh a::before {
	background-color: #FFF;
}
a.clinkbtn:hover::before, a.clinkbtnwh:hover::before, .clinkbtn a:hover::before, .clinkbtnwh a:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
a.clinkbtn:hover, .clinkbtn a:hover {
	border: 1px solid #F3F2E3;
}
a.clinkbtnwh:hover, .clinkbtnwh a:hover {
	border: 1px solid #FFF;
}
a.clinkarrow, .clinkarrow a, a.clinkarrowdrk, .clinkarrowdrk a {
	display: inline-block;
}
.clinkarrow a, .clinkarrowdrk a {
	color: inherit;
	text-decoration: none;
}
a.clinkarrow::after, .clinkarrow a::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	background-image: url('images/arrow-long-white-off.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 51px;
	height: 10px;
	margin: 7px 0 0 18px;
	transition: 0.3s ease-in;
}
a.clinkarrow:hover::after, .clinkarrow a:hover::after {
	background-image: url('images/arrow-long-white-on.svg');
}
a.clinkarrowdrk::after, .clinkarrowdrk a::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	background-image: url('images/arrow-long-dark-off.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 51px;
	height: 10px;
	margin: 7px 0 0 18px;
	transition: 0.3s ease-in;
}
a.clinkarrowdrk:hover::after, .clinkarrowdrk a:hover::after {
	background-image: url('images/arrow-long-dark-on.svg');
}
.htxt ul, .htxt ol {
	line-height: 28px;
	margin: 0 0 20px 30px;
}
.htxt img {
	max-width: 100%;
}
.pgfh {
}
.pgfh .contentouter {
	padding: 0;
}
.contentouter {
	padding: 61px 0 0;
}
.stdh {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 12px 2.3%;
	background-color: #FFF;
}
.stdh.stdhfull {
	display: none;
}
.stdhl {
}
.stdh-home .hmtog {
	position: absolute;
	top: 30px;
	left: 20px;
}
.stdh-home .hmtog::before {
	content: '';
	position: absolute;
	top: -11px;
	left: -10px;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	background-color: #F3F2E3;
	z-index: -1;
}
.hmtog {
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	width: 19px;
	height: 15px;
	cursor: pointer;
}
.hmtog div {
	background-color: #224637;
	width: 100%;
	height: 1px;
}
.stdhr {
}
.widgethr {
}
.widgethr p {
	margin: 0;
}
.hlogo {
	position: absolute;
	top: 7px;
	left: calc(50% - 82px);
	width: 164px;
}
.hlogo a {
	display:  block;
}
.hlogo img {
	width: 100%;
}
.stdh-home {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
	padding: 20px calc(2.3% + 50px);
}
.stdh-home img {
	width: 100%;
}
.pgfh .stdh-home {
	display: block;
}
.hmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 690px;
	z-index: 6000;
	box-sizing: border-box;
	padding: 7vw 4% 0;
	text-align: center;
	background-image: url('images/menu.jpg');
	background-size: 100% auto;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color: #B9C298;
}
.hmclose {
	position: absolute;
	top: 18px;
	right: 17px;
	z-index: 20;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.hmclose::after, .hmclose::before {
	content: '';
	position: absolute;
	background-color: #224637;
	transition: 0.3s linear;
	height: 0.07em;
	width: 24px;
	top: 8px;
	right: -3px;
	border-radius: 2px;
}
.hmclose::after {
	transform: rotate(45deg) translateZ(1px);
}
.hmclose::before {
	transform: rotate(-45deg) translateZ(1px);
}
.anifin {
	transition: 0.7s ease-in-out;
	opacity: 0;
}
.anifin.anifin-ae, .cntflxrow-disableani .anifin {
	opacity: 1;
}
.anifup {
	position: relative;
	transition: 0.7s ease-in-out;
	opacity: 0;
	top: 5vw;
}
.anifup.anifup-ae {
	top: 0;
	opacity: 1;
}


/* content flexible */
#cntflxpg {
}
.cntflxpgw {
}
.bgc-sand {
	background-color: #F3F2E3;
}
.bgc-white {
	background-color: #FFF;
}
.bgc-dgreen  {
	background-color: #001A14;
}
.bgc-jgreen  {
	background-color: #224637;
}
.bgc-ogreen  {
	background-color: #617C5A;
}
.bgc-aqua  {
	background-color: #9BCEB4;
}
.bgc-ochre  {
	background-color: #C9AD39;
}
.bgc-coral  {
	background-color: #FF9D7E;
}
.bgc-pistachio  {
	background-color: #B9C298;
}
.cntflxrow {
	position: relative;
}
.cntflxrpadtop-thin {
	padding-top: 20px;
}
.cntflxrpadtop-small {
	padding-top: 40px;
}
.cntflxrpadtop-medium {
	padding-top: 60px;
}
.cntflxrpadtop-large {
	padding-top: 80px;
}
.cntflxrpadtop-wide {
	padding-top: 120px;
}
.cntflxrpadbtm-thin {
	padding-bottom: 20px;
}
.cntflxrpadbtm-small {
	padding-bottom: 40px;
}
.cntflxrpadbtm-medium {
	padding-bottom: 60px;
}
.cntflxrpadbtm-large {
	padding-bottom: 80px;
}
.cntflxrpadbtm-wide {
	padding-bottom: 120px;
}
.cntflx-banner {
	line-height: 0;
}
.cntflx-banner .cntflxw {
	position: relative;
}
.cntflx-mediaouter {
	position: relative;
}
.cntflx-media {
}
.cntflx-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflxban-slsh {
	width: 100%;
}
.cntflxslsh-slide {
	width: 100%;
}
.cntflxslsh-slide img {
	width: 100%;
}
.cntflxban-caption {
	position: absolute;
	right: 50px;
	bottom: 5vw;
	color: #FFF;
	width: 0;
	height: 0;
}
.cntflxban-caption div {
	transform: rotate(-90deg) translateZ(1px);
	transform-origin: top left;
	white-space: nowrap;
}
.cntflxban-txtw {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 2000;
	box-sizing: border-box;
	padding: 30px 2.3% 25px;
}
.cntflxban-txt {
	color: #FFF;
	display: flex;
	width: 100%;
	justify-content: center;
}
.cntflxtxt-cntr {
	align-self: center;
}
.cntflxtxt-btm {
	align-self: end;
}
.cntflxban-txt .htxt {
	margin: 0 auto;
}
.cntflxban-txt .htxt p {
	margin-bottom: 20px;
}
.cntflxtxt-wide {
	max-width: 1260px;
}
.cntflxtxt-large {
	max-width: 1030px;
}
.cntflxtxt-med {
	max-width: 840px;
}
.cntflxtxt-stdpls {
	max-width: 730px;
}
.cntflxtxt-std {
	max-width: 680px;
}
.cntflxtxt-narrw {
	max-width: 500px;
}
.cntflxtxt-sml {
	max-width: 400px;
}
.cntflxtxt-center {
	text-align: center;
}
.cntflxtxt-left {
	text-align: left;
}
.cntflx-ftxt {
	padding-left: 4%;
	padding-right: 4%;
}
.cntflx-ftxt .cntflxw {
	max-width: 2000px;
	margin: 0 auto;
}
.cntflx-ftxt .htxtw {
}
.cntflx-ftxt .htxt {
	margin: 0 auto;
}
.cntflx-sldr {
}
.cntflx-sldr .cntflxw {
}
.cntflx-sldrw {
	overflow: hidden;
}
.cntflx-sldritems {
	width: 110%;
	left: -5%;
	padding: 80px 0 0;
}
.cntflx-sldritems.cntflx-sldrinonav {
	padding: 0;
}
.cntflx-sldr .slick-prev {
	position: absolute;
	top: 0;
	left: calc(50% - 81px);
	display: inline-block;
	background-image: url('images/arrow-long-dark-off.svg');
	background-size: contain;
	background-repeat: no-repeat;
	transform: scaleX(-1);
	width: 51px;
	height: 10px;
	margin: 7px 0 0 18px;
	transition: 0.3s ease-in;
	cursor: pointer;
}
.cntflx-sldr .slick-prev:hover {
	background-image: url('images/arrow-long-dark-on.svg');
}
.cntflx-sldr .slick-next {
	position: absolute;
	top: 0;
	left: calc(50% + 0px);
	display: inline-block;
	background-image: url('images/arrow-long-dark-off.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 51px;
	height: 10px;
	margin: 7px 0 0 18px;
	transition: 0.3s ease-in;
	cursor: pointer;
}
.cntflx-sldr .slick-next:hover {
	background-image: url('images/arrow-long-dark-on.svg');
}
.cntflx-sldritem {
}
.cntflx-sldritemw {
	position: relative;
	margin: 4vw 7% 0;
	text-align: center;
}
.cntflx-sldritemw a {
	display: block;
}
.cntflx-sldricon {
	position: absolute;
	top: -4vw;
	right: -3.4vw;
	height: 10vw;
	width: 10vw;
	z-index: 2;
	pointer-events: none;
}
.cntflxsli-bg {
	position: relative;
	background-color: #CCC;
	padding-top: 84.4%;
	margin-bottom: 25px;
}
.cntflxsli-bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cntflx-blkrows {
	padding-left: 2.3%;
	padding-right: 2.3%;
}
.cntflx-blkrows .cntflxw {
	max-width: 2000px;
	margin: 0 auto;
}
.hblkrows {
}
.hblkrow {
	max-width: 1360px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.hblkrow.hblkrows3 .hblkcs {
	width: 33.333%;
	padding: 0 2% 30px;
}
.hblkrow.hblkrows4 .hblkcs {
	width: 25%;
	padding: 0 1.5% 30px;
}
.hblkrow.hblkrows5 .hblkcs {
	width: 20%;
	padding: 0 1% 30px;
}
.hblkrow.hblkrows3.hblkrownopad .hblkcs, .hblkrow.hblkrows4.hblkrownopad .hblkcs, .hblkrow.hblkrows5.hblkrownopad .hblkcs {
	padding: 0 0 30px;
}
.hblkcs {
	box-sizing: border-box;
}
.hblktxt {
	text-align: center;
}
.hblkrow.hblkrows3 .hblktxt .htxt {
	max-width: 390px;
	margin: 0 auto;
}
.hblkrow.hblkrows4 .hblktxt .htxt {
	max-width: 300px;
	margin: 0 auto;
}
.hblkrow.hblkrows5 .hblktxt .htxt {
	max-width: 200px;
	margin: 0 auto;
}
.hblkcs .cntflx-media {
	padding: 0 0 10px;
}
.hblkrow.hblkrownopad .hblkcs .cntflx-media {
}
.cntflx-cntcols {
	padding-left: 2.3%;
	padding-right: 2.3%;
}
.cntflx-cntcols .cntflxw {
	max-width: 2000px;
	margin: 0 auto;
}
.cntflxccow-wide {
	padding: 0 4.5%;
}
.cntflxccow-std {
	padding: 0 9%;
}
.cntflxcntcols-row {
	display: flex;
}
.cntflxcntcolva-top {
	align-items: start;
}
.cntflxcntcolva-center {
	align-items: center;
}
.cntflxcntcols-row.cntflxcntcols-rowalt {
	flex-direction: row-reverse;
}
.cntflxcntcolsdiv-splt5050 .cntflxcntcols-txt:nth-child(1) {
	width: 50%;
	box-sizing: border-box;
}
.cntflxcntcolsdiv-splt5050 .cntflxcntcols-txt:nth-child(2) {
	width: 50%;
	box-sizing: border-box;
}
.cntflxcntcolsdiv-splt4060 .cntflxcntcols-txt:nth-child(1) {
	width: 40%;
	box-sizing: border-box;
}
.cntflxcntcolsdiv-splt4060 .cntflxcntcols-txt:nth-child(2) {
	width: 60%;
	box-sizing: border-box;
}
.cntflxcntcolsdiv-splt3070 .cntflxcntcols-txt:nth-child(1) {
	width: 30%;
	box-sizing: border-box;
}
.cntflxcntcolsdiv-splt3070 .cntflxcntcols-txt:nth-child(2) {
	width: 70%;
	box-sizing: border-box;
}
.cntflxcntcols-txt {
}
.cntflxcntcols-txt.cntflxcntcolp-lrg {
	padding: 0 10%;
}
.cntflxcntcols-txt.cntflxcntcolp-med {
	padding: 0 5%;
}
.cntflxcntcols-txt.cntflxcntcolp-sml {
	padding: 0 2%;
}
.cntflxcntcols-txt.cntflxcntcolp-none {
	padding: 0;
}
.cntflxcntcols-txt .htxt {
}
.cntflx-accr {
	padding-left: 4%;
	padding-right: 4%;
}
.cntflx-accr .cntflxw {
	max-width: 1090px;
	margin: 0 auto;
}
.cntflx-accritems {
}
.cntflx-accritems .accr {
	border-bottom: 1px solid #B9C298;
}
.cntflx-accritems .accrh {
	position: relative;
	color: #617C5A;
	font-weight: 600;
	line-height: 26px;
	padding: 25px 35px 25px 0;
}
.cntflx-accritems .accrh::after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 2px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #224637;
	border-right: 1px solid #224637;
	transform: rotate(45deg) translateZ(1px);
	transition: 0.3s linear;
}
.cntflx-accritems .accropen .accrh::after {
	transform: rotate(135deg) translateZ(1px);
}
.cntflx-accritems .accrc {
	padding: 0 0 10px;
}
.cntflx-accritems .accrc p {
	margin-bottom: 15px;
}
.accr {
}
.accrh {
	position: relative;
	cursor: pointer;
}
.accrc {
	display: none;
}
.cfrow {
	display: flex;
	text-align: left;
}
.cfrow p {
	margin: 0;
}
.cffield {
	width: 33%;
	box-sizing: border-box;
	padding: 0 13px 34px;
}
.cffield label, .cffielddbl label {
	display: block;
	font-family: "Ysabeau Office", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.cffield input, .cffielddbl input {
	width: 100%;
	border: 0;
	box-shadow: none;
	background-color: #FFF;
	padding: 8px 14px;
	box-sizing: border-box;
}
.cffielddbl {
	width: 66%;
	box-sizing: border-box;
	padding: 0 13px 34px;
}
.cffielddbl input {
	width: 100%;
}
.cfsubmit {
	position: relative;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	border: 1px solid #224637;
	padding: 9px 13px;
	transition: 0.2s linear;
	z-index: 4;
}
.cfsubmit::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	z-index: -1;
	transition: 0.2s linear;
}
.cfsubmit::before {
	background-color: #FFF;
}
.cfsubmit:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cfsubmit::hover {
	border: 1px solid #FFF;
}
.cfsubmit p {
	margin: 0;
	line-height: 18px;
}
.cfsubmit input {
	background-color: transparent;
	border: 0px;
	box-shadow: none;
	font-family: "Ysabeau Office", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}
.cfsubmit .wpcf7-spinner {
	position: absolute;
	top: calc(50% - 12px);
	right: -60px;
}
.cntflx-popups {
	display: none;
}
.cntflx-popup {
	padding: 40px;
	background-color: #FFF;
}


/* standard */
.stdpg {
	padding: 100px 4% 140px;
}
.stdpgw {
	max-width: 1100px;
	margin: 0 auto;
}
.stdpg .ctitleh1 {
	margin-bottom: 30px;
}


/* footer */
#footer {
	background-color: #001A14;
}
.ftrtop {
	line-height: 0;
}
.ftrtop .widget {
}
.ftrtop .widget img {
	width: 100%;
}
.ftrbtm {
	position: relative;
	padding: 12px calc(2.3% + 140px);
	text-align: center;
}
.ftrbtmtxt {
}
.ftrbtmtxt .widget p {
	color: #617C5A;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 0.11em;
	margin: 0;
}
.ftr-social {
	position: absolute;
	top: calc(50% - 13px);
	right: 2.3%;
}
.ftr-social .widget {
}
.socicon {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 0 0 10px;
}
.socicon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 25px;
	height: 25px;
	opacity: 1;
	transition: 0.3s linear;
	background-size: contain;
	background-repeat: no-repeat;
}
.socicon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
}
.socicon:hover::after {
	opacity: 0;
}
.socicon-facebook::after {
	background-image: url('images/social-facebook-off.svg');
}
.socicon-facebook::before {
	background-image: url('images/social-facebook-on.svg');
}
.socicon-instagram::after {
	background-image: url('images/social-instagram-off.svg');
}
.socicon-instagram::before {
	background-image: url('images/social-instagram-on.svg');
}
.socicon-linkedin::after {
	background-image: url('images/social-linkedin-off.svg');
}
.socicon-linkedin::before {
	background-image: url('images/social-linkedin-on.svg');
}