/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
	font-family: Gorditas;
	font-weight: 100;
	src: url("fonts/Gordita Thin.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 100;
	font-style: italic;
	src: url("fonts/Gordita Thin Italic.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 300;
	src: url("fonts/Gordita Light.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 300;
	font-style: italic;
	src: url("fonts/Gordita Light Italic.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 400;
	src: url("fonts/Gordita Regular.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 400;
	font-style: italic;
	src: url("fonts/Gordita Regular Italic.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 500;
	src: url("fonts/Gordita Medium.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 500;
	font-style: italic;
	src: url("fonts/Gordita Medium Italic.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 700;
	src: url("fonts/Gordita Bold.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 700;
	font-style: italic;
	src: url("fonts/Gordita Bold Italic.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 800;
	src: url("fonts/Gordita Black.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 800;
	font-style: italic;
	src: url("fonts/Gordita Black Italic.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 900;
	src: url("fonts/Gordita Ultra.otf") format("opentype");
}
@font-face {
	font-family: Gorditas;
	font-weight: 900;
	font-style: italic;
	src: url("fonts/Gordita Ultra Italic.otf") format("opentype");
}

:root {
	--font-custom: Gorditas, sans-serif;
}

body {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

#tpbr_topbar {
	position: relative !important;
}
.header-transparent #tpbr_topbar {
	position: absolute !important;
	background: transparent !important;
	width: 100%;
}
#tpbr_box {
	background: #000 !important;
	color: #FFF !important;
}
.header-transparent #tpbr_box {
	background: rgba(0, 0, 0, .45) !important;
}
#tpbr_box a {
	color: #FFF;
	font-family: var(--font-custom);
	font-size: 20px;
	font-weight: 700;
	line-height: 60px;
}
.header-transparent #tpbr_box a {
	color: #fff;
}
@media (max-width: 849px) {
	#tpbr_topbar {
		z-index: 1 !important;
	}
	#tpbr_box {
		font-size: 14px !important;
		line-height: 20px !important;
	}
}

@media (max-width: 849px) {
	.header-main {
		height: 80px !important;
	}
	.medium-logo-center .logo {
		order: 1;
	}
	.medium-logo-center .flex-left {
		order: 4;
	}
	.header-inner .nav {
		justify-content: flex-end;
	}
	.medium-logo-center .logo img {
		margin-left: 0;
		width: 123px;
	}
}

.nav-dropdown {
	min-width: 290px;
	font-size: 16px;
}

.nav > li {
	margin: 0 25px;
}
.nav > li > a {
	font-family: var(--font-custom);
}
.header-main .nav > li > a {
	color: #000; 
	font-weight: 600;
}
.header-main .nav > li > a:hover {
	color: #333;
}
.header-transparent  .header-main .nav > li > a {
	color: #FFF;
}
.sticky .header-main .nav > li > a {
	color: #000 !important;
}

body:not(.header-transparent) .nav-dark .header-logo{
	display: block !important;
}
body:not(.header-transparent) .nav-dark .header-logo-dark{
	display: none !important;
}
.sticky .header-main .header-logo-sticky {
	display: block !important;
}
.sticky .header-main .header-logo-dark,.sticky .header-main .header-logo, body:not(.header-transparent).sticky  .header-logo {
	display: none !important;
}
.nav-dropdown > li > a {
	font-weight: 600;
}
.has-dropdown .icon-angle-down {
	opacity: 1;
	margin-left: 5px;
	line-height: 1;
}
@media (max-width: 849px) {
	.nav li:last-child {
		margin-right: 25px !important;
	}
}

@media (min-width: 1200px) {
	.header-full-width .container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.header-button .button {
	color: #FFF;
	font-family: var(--font-custom);
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	background-color:#be1f2d; 
}

body:not(.page-child) #content {
	padding-top: 0;
}
#content.blog-wrapper {
	padding-top: 60px;
}
h1, .h1 {
	font-size: 42px;
	line-height: 1.3;
}
h2, .h2 {
	font-size: 28px;
	line-height: 1.3;
}
h3, .h3 {
	font-size: 24px;
}
label {
	color: #2a2a2a;
	font-size: 20px;
	font-weight: 400;
}
@media (max-width: 767px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h2.title {
		font-size: 24px;
	}
}

.mb30 {
	margin-bottom: 30px;
}
.cf7-style-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
}
.cf7_subtitle {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
	color: #000;
	text-align: center;
}
.cf7-style-1 input[type='email'],
.cf7-style-1 input[type='date'],
.cf7-style-1 input[type='search'],
.cf7-style-1 input[type='number'],
.cf7-style-1 input[type='text'],
.cf7-style-1 input[type='tel'],
.cf7-style-1 input[type='url'],
.cf7-style-1 input[type='password'],
.cf7-style-1 textarea,
.cf7-style-1 select,
.cf7-style-1 .select2-container .select2-choice,
.cf7-style-1 .select2-container .select2-selection {
	border: none;
	border-bottom: 2px solid #000;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	font-size: 20px;
}
.cf7-style-1 .select2-container {
	margin-bottom: 1.5em;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none !important;
	border-bottom: 2px solid #000 !important;
}
.select2-container .select2-search--inline {
	margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	/*overflow-y: scroll !important;*/
	height: 48px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin: 0;
	padding: 3px 10px !important;
	background-color: #000 !important;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff !important;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	height: 24px;
	font-size: 18px !important;
	line-height: 24px;
	vertical-align: text-top;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	margin-top: 0 !important;
	line-height: 36px;
}
@media (min-width: 768px) {
	.cf7-style-1 .left-half {
		float: left;
		width: 50%;
		padding-right: 2%;
	}
	.cf7-style-1 .right-half {
		float: right;
		width: 50%;
		padding-left: 2%;
	}
}
.cf7-style-1 .submit-wrap {
	position: static;
	text-align: center;
}
.cf7-style-1 .submit-wrap:before {
	display: none;
}
.cf7-style-1 .submit-wrap .wpcf7-submit {
	margin-right: 0;
	padding: 10px 20px;
	min-height: unset;
	height: auto;
	border: none;
	border-radius: 5px;
	background-color: #000;
	font-size: 14px;
	line-height: 1.6;
	text-transform: capitalize;
}
.cf7-style-1 .submit-wrap .wpcf7-submit:hover {
	background-color: var(--primary-color);
}
@media (max-width: 767px) {
	.mb30 {
		margin-bottom: 10px;
	}
	.wpcf7 label {
		font-size: 14px;
	}
	.cf7-style-1 input[type='email'],
	.cf7-style-1 input[type='date'],
	.cf7-style-1 input[type='search'],
	.cf7-style-1 input[type='number'],
	.cf7-style-1 input[type='text'],
	.cf7-style-1 input[type='tel'],
	.cf7-style-1 input[type='url'],
	.cf7-style-1 input[type='password'],
	.cf7-style-1 textarea,
	.cf7-style-1 select,
	.cf7-style-1 .select2-container .select2-choice,
	.cf7-style-1 .select2-container .select2-selection {
		margin-bottom: 0;
		font-size: 14px;
	}
}

.mw-1300 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
}

.slick-initialized .slick-slide {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.custom-carousel .slick-initialized .slick-slide {
	vertical-align: top;
}

.image-grid8 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
}
.image-grid8 img {
	object-fit: contain;
}

.vc_btn3.vc_btn3-size-md {
	padding-left: 40px;
	padding-right: 40px;
}

.star-rating {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -35px;
	width: 100px;
	font-size: 18px;
}
.star-rating:before,
.star-rating span:before {
	color: #000;
	letter-spacing: 2px;
}
.text-wrap blockquote {
	padding: 0;
	border: none;
}
.testimonial-text {
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 50px;
	background: url(/wp-content/uploads/2020/06/quote.png) no-repeat left top;
}
.testimonial-meta {
	min-height: 60px;
	background: url(/wp-content/uploads/2020/06/quote1.png) no-repeat right bottom;
}
.testimonial-image {
	display: none;
}
.testimonial-box .icon-box-text {
	text-align: center;
}
.testimonial-box.icon-box-left .icon-box-img + .icon-box-text {
	padding-left: 0;
}
@media (max-width: 767px) {
	.testimonial-text {
		font-size: 14px;
	}
}

.left-image img {
	min-width: 600px;
	min-height: 425px;
	object-fit: cover;
}
@media (max-width: 767px) {
	.left-image img {
		min-width: 100%;
		min-height: unset;
	}
}

.custom-carousel .wpb_single_image .vc_figure {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.custom-carousel .wpb_single_image .vc_figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.custom-carousel h2 {
	position: absolute;
	z-index: 9999;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
.custom-carousel .slick-prev,
.custom-carousel .slick-next {
	transform: translateY(-40px);
	margin-right: 0;
	margin-bottom: 0;
}
.custom-carousel .slick-prev {
	left: -60px;
}
.custom-carousel .slick-next {
	right: -60px;
}
@media (max-width: 1200px) {
	.custom-carousel .slick-prev {
		left: 10px;
	}
	.custom-carousel .slick-next {
		right: 10px;
	}
}
@media (max-width: 767px) {
	.custom-carousel h2 {
		font-size: 16px;
	}
}

.find-home-wrap {
	margin-left: auto;
	max-width: 600px;
	padding-left: 15px;
}
.find-home-text {
	color: #000;
	font-size: 72px;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.find-home-text {
		font-size: 36px;
	}
	.find-home-text br {
		display: none;
	}
}

.footer {
	padding-top: 60px;
	font-size: 16px;
}

.footer-1,
.footer-2 {
	border-bottom: none;
}
.absolute-footer {
	color: black;
}

.cf7-subscribe .wpcf7-submit {
	padding: 0 60px;
	border-radius: 5px;
	background-color: #000 !important;
	text-transform: capitalize;
}
.cf7-subscribe .wpcf7-email {
	border-color: #000;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-20px);
	width: 40px;
	color: transparent;
	font-family: 'ult-silk';
	font-size: 40px;
	line-height: 1;
}
.owl-next {
	right: 0;
}
.owl-prev:before,
.owl-next:before {
	color: #fff;
}
.owl-prev:before {
	content: "\e610";
}
.owl-next:before {
	content: "\e611";
}

.more-project,
.more-review {
	font-size: 20px;
	text-align: center;
}
.more-project a,
.more-review a {
	color: #000;
}
.more-project a i,
.more-review a i {
	display: inline-block;
	transform: rotate(-90deg);
	font-size: 40px;
}

.why_choose_us {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
}
.wcu_no {
	width: 60px;
	font-size: 70px;
	font-weight: 700;
}
.wcu_icon {
	width: 140px;
}
.wcu_icon img {
	max-width: 72px;
}
.wcu_text {
	width: calc(100% - 200px);
}
@media (max-width: 479px) {
	.wcu_no {
		width: 50%;
		padding-right: 20px;
		text-align: right;
	}
	.wcu_icon {
		width: 50%;
	}
	.wcu_text {
		width: 100%;
	}
}

.contact-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.contact-col {
	width: 50%;
	margin-bottom: 20px;
}
.contact-title {
	font-weight: 700;
}
.contact-subtitle {
	display: inline-block;
	width: 200px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.contact-col {
		width: 100%;
	}
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select,
.select2-container .select2-choice,
.select2-container .select2-selection {
	background-color: transparent;
}
input[type='email']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
	background-color: transparent;
}

.gallery-wrap .bauer-image-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 100%;
}
.gallery-wrap .bauer-image-box .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery-wrap .bauer-image-box .inner,
.gallery-wrap .bauer-image-box .thumb {
	height: 100%;
}
.gallery-wrap .bauer-image-box .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-wrap .bauer-image-box .hover-layer {
	display: none;
}
.gallery-wrap .bauer-image-box .text-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.gallery-wrap .bauer-image-box .text-wrap h3 {
	margin: 0 auto;
	height: 100%;
	color: #fff;
	line-height: 1.2;
}
.gallery-wrap .bauer-image-box .text-wrap h3 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: inherit;
}

.other-wrap .bauer-image-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 100%;
}
.other-wrap .bauer-image-box .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.other-wrap .bauer-image-box .inner {
	height: 100%;
}
.other-wrap .bauer-image-box .thumb {
	height: 100%;
}
.other-wrap .bauer-image-box .thumb img {
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.other-wrap .bauer-image-box .hover-layer {
	/*display: none;*/
}
.other-wrap .bauer-image-box .text-wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.other-wrap .bauer-image-box .text-wrap h3 {
	margin: 0 auto;
	max-width: 240px;
	color: #fff;
	font-weight: 300;
	line-height: 1.2;
}
.other-wrap .bauer-image-box .text-wrap h3 a {
	color: inherit;
}

.member-wrap {
	position: relative;
}
.member-title {
	position: relative;
	padding: 10px 20px;
	background-color: #e6d5c4;
}
.member-title:before {
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font: normal normal normal 14px/1 FontAwesome;
}
.member-name {
	margin-bottom: 0;
	font-weight: 700;
}
.member-role {
	margin-bottom: 0;
	font-size: 14px;
}
.member-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mem-title {
	margin-bottom: 40px;
}
.mem-name {
	display: inline;
	font-size: 24px;
	font-weight: 700;
}
.mem-role {
	float: right;
	font-size: 20px;
}

.wpb-js-composer .vc_tta.vc_general.faq-acc .vc_tta-panel {
	border-bottom: 2px solid #d6dbda;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.faq-acc .vc_tta-panel .vc_tta-panel-heading {
	background-color: transparent;
}
.faq-acc .vc_tta-panel-title {
	padding: 20px 0;
	font-weight: 300;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.faq-acc .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
	padding-left: 20px;
	padding-right: 50px;
	color: #000;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.faq-acc .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	top: 36px;
	left: auto;
	right: 20px;
	width: 24px;
	height: 24px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.faq-acc .vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	top: 18px;
}
.wpb-js-composer .vc_tta.faq-acc .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta.faq-acc .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	transform: rotate(45deg) translate(-50%, -50%);
	border-color: #d6dbda;
	transition: none;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.faq-acc .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	transform: rotate(45deg) translate(50%, -50%);
	border-color: #d6dbda;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.faq-acc .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
	display: inline;
	transform: rotate(45deg) translate(-50%, 50%);
	border-color: #d6dbda;
}
@media (max-width: 767px) {
	.wpb-js-composer .vc_tta.vc_tta-accordion.faq-acc .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
		top: 27px;
		width: 12px;
		height: 12px;
	}
}

.testi-wrap {
	height: 100%;
	padding: 50px;
	border-radius: 20px;
	background-color: #000;
	color: #fff;
}
.testi-star {
	margin-bottom: 30px;
	font-size: 24px;
	text-align: center;
}
.testi-text {
	font-weight: 300;
}
.testi-name {
	font-size: 20px;
	text-align: center;
}

@media (max-width: 767px) {
	.cta-find {
		background-image: url(/wp-content/uploads/2020/06/Find-Your-Home.jpg);
		background-position: center;
		background-size: cover;
	}
}

@media (max-width: 767px) {
	.mobile-mb-0 {
		margin-bottom: 0;
	}
	.mobile-pt-20 .vc_column-inner {
		padding-top: 20px !important;
	}
}

.design-subtitle {
	padding-left: 40px;
	font-weight: 700;
}

.thankyou-page .icon {
	border-width: 0;
}
.thankyou-page .heading a {
	color: #000;
}

.custom-image-box .wpb_column {
	position: relative;
}
.custom-image-box .hide {
	display: none !important;
}
.custom-image-box .bauer-simple-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.custom-image-box .title {
	line-height: 1;
}
.custom-image-box .url-wrap {
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
}
.custom-image-box .url-wrap a {
	text-decoration: underline;
}
.custom-image-box-title {
	position: absolute;
	z-index: 1;
	left: 30px;
	bottom: 50px;
	margin-bottom: 0;
	color: #fff;
}

.custom-testi-box .hide {
	display: none !important;
}
.custom-testi-box .vc_column-inner > .wpb_wrapper,
.custom-testi-box .wpb_text_column,
.custom-testi-box .wpb_text_column > .wpb_wrapper {
	margin-bottom: 0;
	height: 100%;
}

#post-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
#post-list .post {
	margin: 0 15px 30px;
	width: calc(33.33% - 30px);
}
@media (max-width: 767px) {
	#post-list .post {
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 30px);
		max-width: 400px;
	}
}
#post-list .post .article-inner {
	height: 100%;
	background-color: var(--primary-color);
}
.blog-image {
	height: 300px;
}
.blog-image img {
	object-position: center;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.blog-title {
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}
.blog-title a {
	color: #000;
}
.blog-date {
	margin-bottom: 8px;
	font-size: 12px;
	text-align: center;
}
.blog-subtitle {
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
}

.post-sidebar {
	margin-top: 40px;
}

html.pum-open.pum-open-overlay.none-scrolled {
	overflow-y: auto;
}
html.pum-open.pum-open-overlay.pum-open-scrollable.none-scrolled body>[aria-hidden] {
	padding-right: 0;
}
.none-scrolled .pum-overlay {
	display: none !important;
}

.pum-theme-11757 .pum-container {
	display: block !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	margin-bottom: 0;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #060505;
	/*background-image: url(/wp-content/uploads/2020/11/popup.jpg);
	background-position: center;
	background-size: cover;*/
	transition: .3s;
}
@media (max-width: 767px) {
	.pum-theme-11757 .pum-container {
		top: unset !important;
		bottom: 0;
		left: 0 !important;
		transform: none;
	}
}
.pum-theme-11757 .pum-content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.pum-theme-11757 .pum-content + .pum-close {
	top: 5px;
	right: 5px;
	margin-right: 0;
}
.newsletter-popup {
	text-align: center;
}
.newsletter-welcome {
	margin-bottom: 0;
	color: #fff;
	font-size: 90px;
	line-height: 1;
}
.newsletter-desc {
	margin-bottom: 40px;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.newsletter-popup #mc_embed_signup {
	margin: 0 auto;
	max-width: 400px;
}
.newsletter-popup form {
	margin-bottom: 10px;
}
.newsletter-popup .email {
	margin-bottom: 50px;
	border: none;
	border-bottom: 2px solid #fff;
	background-color: transparent;
	color: #fff;
}
.newsletter-popup .email:focus {
	border: none;
	border-bottom: 2px solid #fff;
	box-shadow: none;
	color: #fff;
}
.newsletter-popup .email::-webkit-input-placeholder { color: #fff; }
.newsletter-popup .email::-moz-placeholder { color: #fff; }
.newsletter-popup .email:-ms-input-placeholder { color: #fff; }
.newsletter-popup .email:-moz-placeholder { color: #fff; }
.newsletter-popup input[type=submit].button {
	margin: 0;
	background-color: #fff;
	color: #000;
	font-weight: 700;
	text-transform: unset;
}
@media (max-width: 767px) {
	.newsletter-welcome {
		font-size: 60px;
	}
}

html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
	overflow: auto;
}

.widgettitle {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 2em;
	font-size: 1em;
	font-weight: 600;
}
.widgettitle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1em;
	width: 30px;
	height: 3px;
	background-color: rgba(0, 0, 0, .1);
}

.bauer-images-carousel .item-wrap {
	max-height: 370px;
}
.bauer-images-carousel .item-wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.eg-wrap .eg-overlay-wrapper div.eg-mask {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-color: transparent;
}
.eg-overlay-layout-1 .eg-overlay-wrapper .eg-button-holder {
	top: 0;
	left: 0;
}
.eg-overlay-layout-1 .eg-overlay-wrapper:hover .eg-button-holder {
	top: 0;
	left: 0;
}

.wpb_single_image.vc_align_center figure,
.wpb_single_image.vc_align_center figure .vc_single_image-wrapper,
.wpb_single_image.vc_align_center figure .vc_single_image-wrapper img {
	/*width: 100%;*/
}
.ult-item-wrap .wpb_single_image.vc_align_center figure .vc_single_image-wrapper img {
	display: inline;
	width: auto;
}
.service-wrap .wpb_single_image.vc_align_center figure .vc_single_image-wrapper img {
	width: 64px;
}

.single .single-page img.size-full {
	width: 100%;
}
.single .single-page h1,
.single .single-page h2,
.single .single-page h3,
.single .single-page h4,
.single .single-page h1 strong,
.single .single-page h2 strong,
.single .single-page h3 strong,
.single .single-page h4 strong {
	font-weight: 500;
}
.single .wpb_text_column p {
	text-align: justify;
}

.wpcf7-spinner {
	position: absolute;
}

.grecaptcha-badge {
	z-index: 1;
}

.page-banner {
	height: 900px;
	padding-top: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.banner-title {
	font-family: var(--font-custom);
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}
.banner-subtitle {
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 40px;
	max-width: 720px;
}
.banner-button {
	display: inline-block;
	font-family: var(--font-custom);
	font-size: 16px;
	line-height: 3;
	background-color: #000;
	color: #fff;
	padding: 0 40px;
	border-radius: 5px;
	transition: .2s;
}
.banner-button:hover {
	background-color: #fff;
	color: #000;
}
@media (max-width: 767px) {
	.page-banner {
		height: auto;
	}
	.banner-title {
		font-size: 24px;
	}
	.home .banner-title {
		font-size: 30px;
	}
	.banner-subtitle {
		font-size: 16px;
	}
}

.black-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-color: rgba(0, 0, 0, .45);
}

.schedule-button {
	display: inline-block;
	padding: 0 1.2em;
	background-color: #e6d5c4;
	color: #000;
	font-family: var(--font-custom);
	font-size: 16px;
	font-weight: 700;
	line-height: 2.5em;
	min-height: 2.5em;
}
.schedule-button:hover {
	color: #000;
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

.nova8-geo-search-item-inner .nova8-item-info {
	padding-top: 15px;
}
.nova8-geo-search-item-inner .nova8-item-info h3 {
	font-size: 20px;
}
#nova8-geo-search-panel #nova8-geo-search-panel-submit-wrap input {
	background-color: var(--primary-color);
}

.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}

.header-transparent .header-wrapper {
	position: absolute;
	top: 71px;
}
.header-bg-color {
	/* background-color: #000; */
}
.header-transparent .header-bg-color {
	background-color: transparent;
}
@media (min-width: 1025px) {
	.sticky:not(.header-transparent) {
		padding-top: 120px;
	}
	.sticky .header-wrapper {
		position: fixed;
		top: 0;
	}
	.sticky.header-transparent .header-bg-color {
		background-color: #FFF;
	}
}

.single .single-page .vc_figure,
.single .single-page .vc_figure .vc_single_image-wrapper,
.single .single-page .vc_figure .vc_single_image-wrapper img,
.single .single-page img.aligncenter,
.w-full figure,
.w-full .vc_single_image-wrapper,
.w-full img {
	width: 100%;
}

.home-service-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background-color: #fafafa;
}
.home-service-image {
	width: 50%;
	position: relative;
}
.home-service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.home-service-content {
	width: 50%;
	max-width: 600px;
	padding: 60px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	grid-gap: 20px;
	padding-left: 60px;
}
@media (min-width: 768px) {
	.reverse .home-service-image {
		order: 1;
	}
}
.reverse .home-service-content {
	padding-left: 15px;
	padding-right: 60px;
	margin-left: auto;
}
@media (max-width: 1024px) {
	.home-service-content {
		padding: 40px 15px;
	}
	.reverse .home-service-content {
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.home-service-image {
		width: 100%;
	}
	.home-service-content {
		width: 100%;
	}
}

.sd-button {
	display: inline-block;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 5px;
	transition: .2s;
}
.sd-button:hover {
	background-color: #000;
	color: #FFF;
}
.black-button:hover {
	background-color: #fff;
}
.beige-button {
	background-color: var(--primary-color);
	color: #FFF;
}
.beige-button:hover {
	background-color: #fff;
}

.text-center {
	text-align: center;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.tailored-title {
	margin-bottom: 20px;
	font-family: var(--font-custom);
	font-size: 30px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.tailored-title {
		font-size: 24px;
	}
}

.check-mark img {
	width: 50px;
	height: 50px;
}

.galleries {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 30px;
}
.gal-item {
	position: relative;
}
.gal-image {
    overflow: hidden;
}
.gal-image img {
    transition: .2s;
}
.gal-item:hover .gal-image img {
    transform: scale(1.1);
}
.gal-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .2);
	font-family: var(--font-custom);
	font-weight: 700;
}
.gal-title a {
	display: block;
	color: #fff;
	padding-left: 10px;
	padding-bottom: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

@media (max-width: 767px) {
	.hidden-mobile {
		display: none;
	}
}

.archive-title {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	font-size: 32px;
}
.page .archive-title {
	margin-top: 30px;
}

.entry-content {
	margin-top: 3rem;
}

@media screen and (min-width: 850px) {
	#footer .large-columns-2{
		max-width: 1400px;
		align-items: center;
	}
	#footer .gallery-columns-2 .gallery-item, .large-columns-2>.col, .large-columns-2 .flickity-slider>.col{
		max-width: 65%;
		flex-basis: 65%;
	}
	#footer .large-columns-2>.col:first-child{
		max-width: 35%;
		flex-basis: 35%;
		margin-right: auto;
	}
}
