/*
 Theme Name:     stoq
 Template:       Divi
*/

:root {
	--slate: #2E323D;
	--ruby: #DA4C52;
	--fog: #ECE9E8;
	--mist: #8498A6;
	--sky: #74A6BC;
	--moss: #F0BD52;
	--sage: #79A6A4;
}

@font-face {
    font-family:"Milo Serif Pro Text";
    src:url("fonts/FontFont - Milo Serif Pro Text.woff2") format("woff2"),url("fonts/FontFont - Milo Serif Pro Text.woff") format("woff"),url("fonts/FontFont - Milo Serif Pro Text.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Milo Serif Pro Italic";
    src:url("fonts/FontFont - Milo Serif Pro Italic.woff2") format("woff2"),url("fonts/FontFont - Milo Serif Pro Italic.woff") format("woff"),url("fonts/FontFont - Milo Serif Pro Italic.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Calibre-Regular";
    src:url("fonts/Calibre-Regular.woff2") format("woff2"),url("fonts/Calibre-Regular.woff") format("woff"),url("fonts/Calibre-Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Calibre-RegularItalic";
    src:url("fonts/Calibre-RegularItalic.woff2") format("woff2"),url("fonts/Calibre-RegularItalic.woff") format("woff"),url("fonts/Calibre-RegularItalic.otf") format("opentype");
    font-style:normal;font-weight:400;
}
@font-face {
    font-family:"Calibre-Semibold";
    src:url("fonts/Calibre-Semibold.woff2") format("woff2"),url("fonts/Calibre-Semibold.woff") format("woff"),url("fonts/Calibre-Semibold.otf") format("opentype");
    font-style:normal;font-weight:400;
}
/*
@font-face {
    font-family:"Calibre-Bold";
    src:url("fonts/Calibre-Bold.woff2") format("woff2"),url("fonts/Calibre-Bold.woff") format("woff"),url("fonts/Calibre-Bold.otf") format("opentype");
    font-style:normal;font-weight:400;
}
*/
@font-face {
    font-family:"Calibre-Light";
    src:url("fonts/Calibre-Light.woff2") format("woff2"),url("fonts/Calibre-Light.woff") format("woff"),url("fonts/Calibre-Light.otf") format("opentype");
    font-style:normal;font-weight:400;
}
/* Prevent FOUC on page load */

#et-main-area {
	opacity:0;  //make things invisible upon start

	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}


body {
	font-family:"Calibre-Regular";
	font-weight: 400;
}
h1, h2{
	font-family:"Milo Serif Pro Text";
}
h1 em, h2 em {
	font-family:"Milo Serif Pro Italic";
}

.margT1 {
	margin-top: 1em
}
.margT2 {
	margin-top: 2em;
}
.margB1 {
	margin-bottom: 1em;
}
.margB2 {
	margin-bottom: 2em;
}
.margB0 {
	margin-bottom: 0;
}
.margT0 {
	margin-top: 0;
}
.slate {
	color: var(--slate);
}
.ruby {
	color: var(--ruby);
}
.fog {
	color: var(--fog);
}
.sage {
	color: var(--sage);
}
.mist {
	color: var(--mist);
}
.sky {
	color: var(--sky);
}
.moss {
	color: var(--moss);
}
.light {
	font-family:"Calibre-Light";
	font-weight: 400;
}
strong {
	font-family:"Calibre-SemiBold";
	font-weight: 400;
}
.underline {
	border-bottom: 1px solid var(--slate);
}
ul, ol {
	list-style: inside;
}
ul.square {
	list-style-type: none;
	list-style-image: url(/wp-content/uploads/li-square.png);
}
ul#mobile_menu {
	list-style: none !important;
}
/* .grecaptcha-badge {
	display: none !important;
} */
.et-pb-contact-message {
	color: #ffffff !important;
}
/* Load more button on photo page & aerial ========================================================================= */
body.page-id-158 #page-container .et_pb_section .et_pb_button_0, body.page-id-158 #page-container .et_pb_section .et_pb_button_0:hover,body.page-id-162 #page-container .et_pb_section .et_pb_button_0, body.page-id-162 #page-container .et_pb_section .et_pb_button_0:hover {
	padding: 0.5em 1em .2em !important;
}
/* TOGGLES FOR BIO ======================================================================================== */

.bio {
	word-wrap: break-word;
	overflow-wrap: break-word;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.bio .et_pb_toggle_title::before {
	display: none !important;
}
.bio h5 {
	line-height: 3em !important;
}
.bio .et_pb_toggle_content {
	/* padding-top: 115px; */
	padding-top: 30px;
}
.bio .et_pb_toggle_content {
	/* margin-bottom: -100px !important; */
	text-align: justify;
	text-justify: inter-character;
}
.bio.et_pb_toggle_close .et_pb_toggle_title::after, .bio.et_pb_toggle_open .et_pb_toggle_title::after  {
	content: "\21E7";
	transform: rotate(180deg);
	color: var(--ruby);
	position: absolute;
	width: 100%;
	left: -20px;
	bottom: -20px;
	margin: auto 0;
}
.bio.et_pb_toggle_open .et_pb_toggle_title::after {
	content: "\21E7";
	transform: rotate(0);
	bottom: -25px;
}
/* Carousel =============================================================================================== */
.wpcp-prev-button, .wpcp-next-button {
	display: none !important;
}
.swiper-wrapper {
	pointer-events: none !important;
	cursor: text !important;
}
/* Contact form  ========================================================================================== */
body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button, {
	border-right: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	
}
input.et_pb_contact_captcha {
	border: 1px solid var(--slate) !important;
	background-color: #fff !important;
	color: var(--slate) !important;
}
.et-pb-contact-message p {
	text-align: center;
}
body #page-container .et_pb_section .et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button{
	width: auto !important;
	display: inline-block;
	padding: .3em 1em .1em 1em;
}
/* Page header  ========================================================================================== */
.page-id-148 #main-header {
	//background-color: #8498A5;
	background-color: #ffffff;
}
.page-id-160 #main-header {
	//background-color: var(--moss);
	background-color: #ffffff;
}
.page-id-158 #main-header {
	//background-color: #74A6BB;
	background-color: #ffffff;
}
.page-id-162 #main-header {
	//background-color: #79A5A2;
	background-color: #ffffff;
}
.page-id-164 #main-header {
	//background-color: var(--sky);
	background-color: #ffffff;
}
h1.head {
/* 	letter-spacing: -.05em; */
	font-size: 2.75em;
	line-height: 1;
}
h2.subhead {
	font-family:"Calibre-Regular";
	text-transform: uppercase;
	font-size: .95em;
}
h1.bannerhead {
/* 	letter-spacing: -.05em; */
	font-size: 3.5em;
	line-height: .9;
}
.home h1.bannerhead {
/* 	letter-spacing: -.05em; */
	font-size: 4.5em;
}
h2.head2 {
/* 	letter-spacing: -.04em; */
	font-size: 2em;
	margin-bottom: 1em;
}
#header-text {
	/* padding: 30vh 0 0 14% !important; */
	padding: 80vh 0 0 8% !important;
}
#header-text h1 {
	line-height: .9;
	/* font-size: 3.5em;*/
	//font-size: calc(22px + 2.3vw);
	font-size: calc(28px + 4.2vw);
	color: #000000;
}

#random-bkg-img {
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.et_pb_testimonial_author {
	margin-top: -.75em;
}
/* Pricing tables */
.pricing-tables {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
}
.et_pb_tab_active a {
	text-transform: uppercase;
	color: var(--ruby);
}
/* Nav ========================================================================================== */
#et-top-navigation {
	font-weight: 600;
}

#main-footer {
	display: none;
}


/* inline links ============================================== */
.inline-links {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	gap: 30px 0;
}
.inline-link {
	padding: 14px 40px;
	border-right: 2px solid var(--ruby);
	text-align: center;
}
.inline-link img {
	width: 30%;
	min-height: 30px;
}
.inline-link:last-of-type {
	border-right: none;
}
.inline-link a {
	color: var(--slate);
}
.inline-link a:hover {
	color: var(--ruby);
}
.arrow-border {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	padding-top: 5px;
}
.border-with-arrow {
	border: 1px solid var(--slate);
	padding: 10px 0 8px 16px;
	border-right: none;
	height: 50px;
}
.border-with-arrow span {
	padding-right: 10px;
}
.border-arrow {
	height: 36px;
	width: 36px;
	border-top: 1px solid var(--slate);
	border-right: 1px solid var(--slate);
	content: "";
	transform: rotate(45deg);
	margin-left: -18px;
}
.viewmore, .viewmorebkg {
	text-transform: uppercase;
	font-size: 80%;
	font-family:"Calibre-Semibold";
}
.viewmorebkg {
	background-color: var(--ruby);
	color: #fff;
	border-radius: 12px;
	line-height: 1;
	display: inline-block;
	width: auto;
	padding: 6px 12px 0;
}

/* GALLERY =================================================== */
.mh-gallery-square .et_pb_gallery_image {
	padding-top: 100%;
}
	
.mh-gallery-square .et_pb_gallery_item img {
	position: absolute;
	height: 100%;
	bottom: 0;
	object-fit: cover;
}
.mfp-title {
	display: none !important;
}
.et_pb_gallery_pagination {
	margin-bottom: -24px;
}
.et_pb_gallery_0 .et_overlay {
	background-color: rgba(0,0,0,.6) !important;
	border: none !important;
}

#footer a {
	color: #fff;
}
#footer a:hover {
	color: var(--ruby);
}
/* Contact form ============================================= */
.et_pb_contact_field textarea.et_pb_contact_message {
	min-height: 100px;
	margin-top: 2px !important;
}
p.et_pb_contact_field {
	padding: 0 0 0 6px;
}
.et_pb_contact_form_container {
	padding-left: 14px;
}

/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {

}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {

}
@media all and (min-width: 981px) and (max-width: 1280px) {

}
@media all and (min-width: 981px) and (max-width: 1203px) {
	.team-row {
		width: 92% !important;
	}
}
/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
.et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
	padding-left: 8%;
}
.et_fullwidth_nav #main-header .container {
	padding-right: 8%;
}
#top-menu li a {
	font-family:"Calibre-Semibold";
	font-weight: normal !important;
}
/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .safari_only #top-menu li a {
font-family: "Calibre-Regular";
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item {
	width: 25%;
	margin-right: 0;
}
.pa-gallery-load-more .et_pb_gallery_item:nth-child(4n) {
	margin-right: 0 !important;
}
}

/* Responsive Smartphone Landscape And Above */
@media all and (min-width: 480px) {

}

/* Responsive Styles Tablet And Below */

@media all and (max-width: 980px) {
	.reverse-row {
		 display: flex;
		flex-wrap: wrap;
		}
		/*** custom classes that will designate the order of columns in the flex box row ***/
		.first-on-mobile {
		order: 1;
		}
		.second-on-mobile {
		order: 2;
		}
		.third-on-mobile {
		order: 3;
		}
		.fourth-on-mobile {
		order: 4;
		}
		/*** add margin to last column ***/
		.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
		}
		#mobile_menu {
			background-color: rgba(255, 255, 255, .8) !important;
		}
		.mobile_menu_bar::before {
			color: var(--slate) !important;
		}
		.pa-gallery-load-more .et_pb_gallery_item:nth-child(3n) {
			margin-right: 0 !important;
		}
		}

/* Responsive Styles 782px */
@media screen and (max-width: 782px) {

}

/* Responsive Styles Tablet Portrait */
@media all and (max-width: 768px) {

}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
.et_pb_column:last-child {
	float: left!important;
}
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
h2 {
	line-height: 1.1 !important;
}
.inline-links {
	flex-direction: column;
	justify-content: center;
	align-content: center;
	gap: 10px 0;
	margin-right: 26px;
}
.inline-link {
	padding: 14px 0;
	border-bottom: 2px solid var(--ruby);
	border-right: none;
	text-align: center;
}
.inline-link:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#header-text {
	padding: 8vh 0 0 14%;
}
#header-text h1 {
	font-size: 2em;
	color: 
}
.pricing-tables {
	grid-template-columns: 1fr;
	column-gap:0;
	row-gap: 20px;
}
}

/* Responsive Styles Small Smartphone Portrait */
@media all and (max-width: 380px) {

}