/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via Freshy
Author: Freshy
Author URI: https://freshysites.com/
Template: Divi
Version: 5.0.0
*/

/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* -- COLORS -- */

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white a,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
li.white,
a.white,
p.white {
	color: #fff;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black li,
.black a,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
li.black,
a.black,
p.black {
	color: #000;
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary li,
.primary a,
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
li.primary,
a.primary,
p.primary {
	color: #32a709;
}

.secondary,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6,
.secondary li,
.secondary a,
h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
li.secondary,
a.secondary,
p.secondary {
	color: #daf238;
}

.tertiary,
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary h4,
.tertiary h5,
.tertiary h6,
.tertiary li,
.tertiary a,
h1.tertiary,
h2.tertiary,
h3.tertiary,
h4.tertiary,
h5.tertiary,
h6.tertiary,
li.tertiary,
a.tertiary,
p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white,
a.bg-white {
	background-color: #fff;
}

.bg-black,
a.bg-black {
	background-color: #000;
}

.bg-primary,
a.bg-primary {
	background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
	background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
	background-color: #e4debe;
}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase,
.text-lowercase h1,
.text-lowercase h2,
.text-lowercase h3,
.text-lowercase h4,
.text-lowercase h5,
.text-lowercase h6,
.text-lowercase li,
.text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase,
.text-uppercase h1,
.text-uppercase h2,
.text-uppercase h3,
.text-uppercase h4,
.text-uppercase h5,
.text-uppercase h6,
.text-uppercase li,
.text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize,
.text-capitalize h1,
.text-capitalize h2,
.text-capitalize h3,
.text-capitalize h4,
.text-capitalize h5,
.text-capitalize h6,
.text-capitalize li,
.text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none,
.text-transform-none h1,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5,
.text-transform-none h6,
.text-transform-none li,
.text-transform-none a {
	text-transform: none !important;
}
html,
body{
	overflow-x: hidden;
}
.font-weight-bold,
.font-weight-bold h1,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold li,
.font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal,
.font-weight-normal h1,
.font-weight-normal h2,
.font-weight-normal h3,
.font-weight-normal h4,
.font-weight-normal h5,
.font-weight-normal h6,
.font-weight-normal li,
.font-weight-normal a {
	font-weight: 400;
}

.font-italic {
	font-style: italic;
}

.text-underline-none,
.text-underline-none a {
	text-decoration: none !important;
}

.text-underline,
.text-underline a {
	text-decoration: underline !important;
}

.text-nowrap,
.text-nowrap a {
	white-space: nowrap !important;
}

.text-wrap-normal,
.text-wrap-normal a {
	white-space: normal !important;
}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */


/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
#et-boc header .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children>a:first-child::after,
#et-boc header .menu-item-has-children .menu-item-has-children>a:first-child::after {
	content: '5';
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a[href="#0"],
#et-boc header .et_mobile_menu .menu-item-has-children>a[href="#0"] {
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children,
#et-boc header .et_mobile_menu .menu-item-has-children {
	position: relative;
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle,
#et-boc header .et_mobile_menu .sub-menu-toggle {
	position: absolute;
	color: #0085ca;
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before,
#et-boc header .et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
	font-weight: 800;
}

/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}

/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle~ul.sub-menu {
	display: none !important;
	padding-left: 0;
}

/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
	display: block !important;
	background-color: rgba(0, 0, 0, 0.03);
}

/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li,
#et-boc header .et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a,
#et-boc header .et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a,
#et-boc header .et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}

/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a,
#et-boc header .et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}

/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle+a,
#et-boc header .et_mobile_menu .menu-item-has-children .sub-menu-toggle+a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a,
#et-boc header .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a,
#et-boc header .et_mobile_menu li.current-menu-item>a {
	font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */
/* align modules: year, site name, pipe, and logo */
#fs-footer-bottom-bar .col-1 {
	display: flex;
	align-items: center;
}

/* FS logo link hover */
#fs-footer-bottom-bar .col-1 .et_pb_image {
	transition: 0.3s all ease-in-out;
}

#fs-footer-bottom-bar .col-1 .et_pb_image:hover {
	opacity: 0.8;
}

/* tablet */
@media (min-width: 550px) and (max-width: 980px) {
	#fs-footer-bottom-bar .et_pb_row {
		display: flex;
	}

	#fs-footer-bottom-bar .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}

	#fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column_1_2,
	#fs-footer-bottom-bar .et_pb_gutters2.et_block_row.et_pb_row>.et_pb_column_1_2 {
		width: 48.5%;
	}

	#fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column,
	#fs-footer-bottom-bar .et_pb_gutters2.et_block_row.et_pb_row>.et_pb_column {
		margin-right: 3%;
	}

	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
		flex-direction: row;
	}

	#fs-footer-bottom-bar .col-1 {
		flex-wrap: nowrap;
		white-space: nowrap;
	}
}

@media (max-width: 549px) {
	#fs-footer-bottom-bar .et_pb_row {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}

	#fs-footer-bottom-bar .col-1 {
		align-items: center;
		display: flex;
		flex: 0 0 100%;
		float: none;
		justify-content: center;
		max-width: 100%;
		order: 2;
		text-align: center;
	}

	#fs-footer-bottom-bar .col-1 .year {
		float: none;
		margin-left: auto;
	}

	#fs-footer-bottom-bar .col-1 .pipe {
		float: none;
	}

	#fs-footer-bottom-bar .col-1 .et_pb_image {
		float: none;
		margin-right: auto;
	}

	#fs-footer-bottom-bar .col-1 .site-title {
		margin-left: 0;
		margin-right: 0;
	}

	#fs-footer-bottom-bar .col-2 {
		order: 1;
	}

	#fs-footer-bottom-bar .et_pb_social_media_follow {
		justify-content: center;
	}

	#fs-footer-bottom-bar .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
}

/* mobile */

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {

	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {

	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 10px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}

	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {

	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: both;
	}

	.checklist-columns-2-alt>ul,
	.checklist-columns-3-alt>ul,
	.checklist-columns-4-alt>ul {
		column-count: 2;
		column-gap: 20px;
	}

	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}

@media (min-width: 981px) {

	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}

	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;
	}

	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}

@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}

	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;
	}

	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '\4e';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #0085ca;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.pluslist ul li::before {
	content: '\e050';
}

.externallist ul li::before {
	content: '\e906';
}

.checklist-white ul li::before {
	color: #fff;
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et-pb-parallax-background {
	background-position: center center;
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}

p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */

/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */


/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */

/* --- CUSTOM CODE - FRESHY --- */

/* --- ADD THIS to the head ion integrations - https://docs.google.com/document/d/1o0rECYxH9k1Lan0SsVMxRNBQ6GndpYi0_S_kngClCUM/edit?usp=sharing
--- */

/* -- GENERAL-- */
body {
	font-weight: 400;
}

.no-padding-heading h1,
.no-padding-heading h2,
.no-padding-heading h3,
.no-padding-heading h4,
.no-padding-heading h5,
.no-padding-heading h6 {
	padding-bottom: 0;
}

.white-space-no-wrap {
	white-space: nowrap;
}

.et_pb_scroll_top.et-pb-icon {
	background: transparent;
	border: 2px solid #0085ca;
	border-radius: 60px;
	padding: 14px;
}

.et_pb_scroll_top:before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/wp-content/uploads/scroll-to-top-icon.svg");
	width: 17px;
	height: 17px;
}

.et_pb_scroll_top.et-visible {
	-webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@media (min-width: 1441px) {
	.et_pb_scroll_top.et-pb-icon {
		bottom: 150px;
		right: 286px;
	}
}


@media (min-width: 981px) {
	.vertically-aligned {
		margin: auto;
	}
}

@media (max-width: 1440px) {
	.et_pb_scroll_top.et-pb-icon {
		bottom: 84px;
		right: 30px;
	}
}
/* --- centered columns --- */
.centered-2-col {
	justify-content: center;
}

.centered-2-col .et_pb_column_empty {
	display: none !important;
}


/* -- DIVI Blurbs -- */
/* left-aligned centered */
.center-blurb .et_pb_blurb_content {
	display: flex;
	align-items: center;
	margin: auto;
	justify-content: center;
}

.center-blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	margin-bottom: 0;
}

/* reduce spacing between icon and text */
.blurb-spacing .et_pb_blurb_container {
	padding-left: 0;
}

/* change the icon font-weight to normal */
.icon-normal-font-weight .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	font-weight: 500 !important;
}

/* -- GRAVITY FORMS -- */
/* - Gravity Forms - make the text darker - */
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text],
body .gform_wrapper.gravity-theme select {
	color: #1a1a1a;
	background-color: #fff;
	border: #bbbbbb;
	border-radius: 5px;
	font-size: 18px;
	border: 1px solid rgb(26 26 26 / 30%);
	    padding: 13px 16px;
}
body .gform_wrapper.gravity-theme .gfield textarea.medium {    
    max-height: 113px;
}
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 10px 0;
}
/* - Gravity Forms - button text color - */
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_page_footer input.button,
body div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	color: #fff;
	font-size: 18px !important;
	padding: 10px 20px !important;
}

/* label */
body .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
	font-size: 18px;
}

/* checkbox format */
body .gform_wrapper.gravity-theme .gfield-choice-input+label {
	vertical-align: top;
	line-height: 1.7em;
	font-size: 18px;
}



body .gform_wrapper.gravity-theme .hidden_label .ginput_container>* {
	margin-top: 0 !important;
}

/* hide header */
.gform_heading {
	display: none;
}

/* -- HEADER -- */
header .custom-header {
	background-color: transparent;
	transition: all 0.3s ease;
	padding: 40px 0;
}

header.scrolled .custom-header {
	background-color: #ffffff !important;
	padding: 20px 0;
}

header .custom-header .et_pb_menu__logo img {
	transition: 0.3ms all ease-in-out;
}

body.home header:not(.scrolled) .custom-header .et_pb_menu__logo img {	 
	width: 225px;
}
body header.scrolled .custom-header .et_pb_menu__logo img {	 
	width: 225px;
}
header .custom-header .et_pb_menu__icon.et_pb_menu__search-button {
	color: #ffffff;
	font-weight: 700;
    font-size: 24px;	
}

header.scrolled .custom-header .et_pb_menu__icon.et_pb_menu__search-button {
	color: var(--gcid-secondary-color);
}

/* Button */
.custom-header .et_mobile_menu li.menu-btn a,
.custom-header .et-menu li.menu-btn a,
.et-fixed-header #top-menu .menu-btn a {
	border: 2px solid var(--gcid-primary-color);
	background: var(--gcid-primary-color);
	padding-bottom: 18px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 18px !important;
	color: #fff !important;
	font-weight: 600 !important;
	border-radius: 5px;
}

.custom-header .et_mobile_menu li.menu-btn a:hover,
.custom-header .et-menu li.menu-btn a:hover,
.et-fixed-header #top-menu .menu-btn a:hover,
.custom-header .et-menu li.menu-btn.current-menu-item a{
	border: 2px solid var(--gcid-secondary-color);
	background: var(--gcid-secondary-color);
	color: #fff !important;
	opacity: 1 !important;
}

.custom-header .et_pb_menu .et_pb_menu__menu>nav>ul>li {
	align-items: center;
}

.custom-header .et_pb_menu .et-menu>li.menu-btn {
	padding-left: 0;
	padding-right: 0;
}

.custom-header .et_pb_menu .et-menu>li.menu-btn.btn-alt {
	padding-left: 10px;
	padding-right: 10px;
}

.custom-header .et_pb_menu .et-menu>li.btn-alt a {
	border: 2px solid #ffffff;
  background: transparent;
  backdrop-filter: blur(2px);
  color: #ffffff !important;
}
body #et-boc .et_pb_menu .nav li.ppb-not-home>a,
body .et_pb_menu .nav li ul.sub-menu li.ppb-not-home.current-menu-item>a{
	font-weight: 600;
    color: #1a1a1a80 !important;
    background: transparent;
    opacity: 1;
}
body #et-boc .et_pb_menu .nav li ul.sub-menu li.ppb-not-home>a.mPS2id-highlight{ 
    color: #1a1a1a !important;
    
}
.custom-header .et_pb_menu .et-menu>li.menu-btn.btn-alt a:hover,
.custom-header .et_mobile_menu li.btn-alt a:hover,
header.scrolled .custom-header .et_pb_menu .et-menu>li.menu-btn.btn-alt a:hover {
	border: 2px solid var(--gcid-secondary-color);
	background: var(--gcid-secondary-color);
	color: #fff !important;
}

 
 
.custom-header .et_pb_menu .et-menu>li {
	padding-left: 25px;
	padding-right: 25px;
}

.custom-header .et_pb_menu #menu-primary-menu>li:first-child {
	padding-left: 0;
}

.custom-header .et_pb_menu #menu-primary-menu .contact-btn {
	padding-left: 60px;
}

header.scrolled .custom-header .et_pb_menu .et-menu>li.menu-btn.btn-alt a,
.custom-header .et_mobile_menu li.btn-alt a {
	border-color: #1A1A1A26;
	color: #1a1a1a !important;
	background: rgba(255, 255, 255, 0.15);
}

/* links on load */
header .custom-header:not(.ppb-inner-header) .et_pb_menu .et-menu>li:not(.menu-btn) {
	display: none;
}

header.scrolled .custom-header:not(.ppb-inner-header) .et_pb_menu .et-menu>li {
	display: flex;
}

.custom-header.ppb-inner-header .et_pb_menu .et-menu>li.btn-alt a {
	border: 2px solid rgba(26, 26, 26, 0.15);
	background: transparent;
	color: #1A1A1A !important;
}

header .custom-header.ppb-inner-header .et_pb_menu__icon.et_pb_menu__search-button {
	color: #1A1A1A;
}

/* dropdown carrot */
.custom-header .et_pb_menu ul li a::after {
	color: var(--gcid-primary-color);
	font-size: 22px !important;
}

.custom-header .et-menu .menu-item-has-children>a:first-child {
	padding-right: 27px;
}

/* search */
.custom-header .et_pb_menu__icon.et_pb_menu__search-button {
	font-size: 20px;
	transform: rotate(270deg);
}
body #page-container .ppb-inner-banner-title h1> span{
	font-weight: 400;
}
@media (min-width: 1615px) and (max-width: 1859px) {
	.custom-header .et_pb_menu #menu-primary-menu .contact-btn {
		padding-left: 20px;
	}
	
}
@media (min-width: 1367px) and (max-width: 1859px) {
.custom-header .et_pb_menu .et-menu>li > a{
		font-size: 16px;
	}
	.custom-header .et_pb_menu .et-menu>li {
		padding-left: 10px;
		padding-right: 10px;
	}
		}
@media (min-width: 1540px) and (max-width: 1614px) {
	.custom-header .et_pb_menu #menu-primary-menu .contact-btn {
		padding-left: 10px;
	}

	.custom-header .et_pb_menu .et-menu>li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 1325px) and (max-width: 1539px) {
	.custom-header .et_pb_menu #menu-primary-menu .contact-btn {
		padding-left: 10px;
	}

	.custom-header .et_pb_menu .et-menu>li {
		padding-left: 10px;
		padding-right: 10px;
	}

	header.scrolled .custom-header .et_pb_menu__logo img,
	header.scrolled .custom-header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
	header.scrolled .custom-header .et_pb_menu__logo-slot {
		width: 180px;
	}

	body #page-container header .custom-header .et_pb_menu ul li a {
		font-size: 14px;	 
	}
	body #page-container header .custom-header .et_pb_menu ul li.menu-btn a {	 
		padding-bottom: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
	}
	
}

@media (min-width: 1185px) and (max-width: 1324px) {
	.custom-header .et_pb_menu #menu-primary-menu .contact-btn {
		padding-left: 10px;
	}

	.custom-header .et_pb_menu .et-menu>li {
		padding-left: 8px;
		padding-right: 8px;
	}

	header .custom-header .et_pb_menu__logo img,
	header .custom-header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
	header .custom-header .et_pb_menu__logo-slot {
		width: 180px;
	}

	header.scrolled .custom-header .et_pb_menu__logo img,
	header.scrolled .custom-header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
	header.scrolled .custom-header .et_pb_menu__logo-slot {
		width: 170px;
	}

	header .custom-header .et_pb_menu ul li a {
		font-size: 12px;
	}

	.custom-header .et_pb_menu ul li a::after {
		font-size: 19px !important;
	}

	.custom-header .et-menu .menu-item-has-children>a:first-child {
		padding-right: 21px;
	}
		body #page-container header .custom-header .et_pb_menu ul li.menu-btn a {	 
		padding-bottom: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
	}
}


@media (min-width: 981px) and (max-width: 1184px) {
	.custom-header .et_pb_menu #menu-primary-menu .contact-btn {
		padding-left: 3px;
	}

	.custom-header .et_pb_menu .et-menu>li {
		padding-left: 6px;
		padding-right: 6px;
	}

	header.scrolled .custom-header .et_pb_menu__logo img,
	header.scrolled .custom-header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
	header.scrolled .custom-header .et_pb_menu__logo-slot {
		width: 130px;
	}

	header .custom-header .et_pb_menu__logo img,
	header .custom-header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
	header .custom-header .et_pb_menu__logo-slot {
		width: 180px;
	}

	header .custom-header .et_pb_menu ul li a {
		font-size: 11px;
	}

	.custom-header .et_pb_menu ul li a::after {
		font-size: 17px !important;
	}

	.custom-header .et-menu .menu-item-has-children>a:first-child {
		padding-right: 19px;
	}

	.menu-btn a,
	.et-fixed-header #top-menu .menu-btn a,
	.custom-header .et-menu li.menu-btn a {
		padding-bottom: 12px !important;
		padding-left: 13px !important;
		padding-right: 13px !important;
		padding-top: 12px !important;
	}
}
@media (min-width: 981px) and (max-width: 1080px) {
header .custom-header .et_pb_menu__logo img,
	header .custom-header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
	header .custom-header .et_pb_menu__logo-slot {
		width: 150px;
	}
		}
@media (max-width: 980px) {
	header.scrolled .mobile_nav .mobile_menu_bar:before {
		color: var(--gcid-primary-color);
	}

	header.scrolled .custom-header .et_pb_menu__logo img {
		width: 150px;
	}

	.custom-header .et_mobile_menu li.menu-btn a {
		text-align: center;
	}

	.custom-header .et_mobile_menu li.contact-btn a {
		margin-bottom: 10px;
	}

	#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a,
	#et-boc header .et_mobile_menu .menu-item-has-children>a {
		font-weight: 600;
	}

	.et_pb_menu .et_mobile_menu {
		top: 115%;
	}
}

/* -- HOME -- */
/* hero */
.hero-btn-group .et_pb_button {
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

.home-hero .et_pb_header_content_wrapper {
	position: absolute;
	bottom: -100px;
	right: -107px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	border-radius: 5px;
	padding: 10px 16px;
}

body #page-container .inner-hero .et_pb_header_content_wrapper {
	position: relative;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	border-radius: 5px;
	padding: 10px 16px;
}

@media (min-width: 981px) and (max-width: 1090px) {
	.home-hero .et_pb_header_content_wrapper {
		right: -88px;
	}
}

@media (min-width: 981px) {
	.home-hero h1 {
		max-width: 656px;
		margin: auto;
	}
}

@media (max-width: 980px) {
	.home-hero .et_pb_header_content_wrapper {
		right: -40px;
	}
}

@media (max-width: 767px) {
	.home-hero .et_pb_header_content_wrapper {
		right: -20px;
		bottom: -60px;
	}

	body #page-container .et_pb_section .home-hero .hero-btn-group .et_pb_button,
	body #page-container .et_pb_section .home-hero .et_pb_header_button_wrapper .et_pb_button {
		line-height: 1.1em !important;
		padding: .6em 1em !important;
	}

	body #page-container .et_pb_section .home-hero.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
		width: 100%;
	}

	header.scrolled .custom-header {
		padding: 10px 0;
	}
	.home-hero .header-content .et_pb_header_content_wrapper{
		display: none;
	}
}

@media (max-width: 709px) {
	.home-hero.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
		margin-right: 0;
	}

	.home-hero .et_pb_header_button_wrapper {
		flex-direction: column;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}
}

@media (max-width: 649px) {
	.home-hero .hero-btn-group {
		flex-direction: column;
	}

	body #page-container .et_pb_section .home-hero .hero-btn-group,
	body #page-container .et_pb_section .home-hero .hero-btn-group .et_pb_button,
	body #page-container .et_pb_section .home-hero .et_pb_header_button_wrapper .et_pb_button {
		width: 100%;
		max-width: 100%;
	}
}

/* video */
.custom-video.et_pb_video .et_pb_video_overlay .et_pb_video_play {
	font-size: 0;
}

/* - service blurbs and factory vs site built homes blurbs - */
/* descriptions hidden by default */
.service-blurb-group .et_pb_blurb .et_pb_blurb_description {
	opacity: 0;
	max-height: 0;
	overflow: visible;
	transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}

/* show on hover */
.service-blurb-group .et_pb_blurb:hover .et_pb_blurb_description {
	opacity: 1;
	max-height: 532px;
	/* large enough for content */
}

/* each blurb gets an equal width */
.service-blurb-group .et_pb_blurb {
	min-width: 0;
	justify-content: end;
}

@media (min-width: 981px) {
	.service-blurb-group .et_pb_blurb {
		flex: 1 1 0;
	}
}

/* make inner content fill the blurb */
.service-blurb-group .et_pb_blurb .et_pb_blurb_content {
	width: 100%;
}

/* divider below heading */
.service-blurb-group .et_pb_blurb .et_pb_module_header::after {
	content: '';
	display: block;
	background-color: #0085CA;
	width: 72px;
	height: 3px;
	margin-top: 30px;
}

.service-blurb-group .et_pb_blurb:hover .et_pb_module_header::after {
	display: none;
}

/* more padding below heading when hovered */
.service-blurb-group .et_pb_blurb:hover .et_pb_module_header {
	padding-bottom: 20px;
}


/* link in description */
.service-blurb-group .et_pb_blurb_description a {
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
	font-weight: 600;
}

/* if there is a list in the description */
.service-blurb-group .et_pb_blurb .et_pb_blurb_description ul {
	margin-bottom: 20px;
}

@media (min-width: 1495px) and (max-width: 1710px) {
	.service-blurb-group .et_pb_blurb .et_pb_module_header {
		font-size: 36px;
	}

	.service-blurb-group .et_pb_blurb .et_pb_blurb_description {
		font-size: 16px;
		line-height: 1.6em;
	}
}

@media (min-width: 1330px) and (max-width: 1494px) {

	.service-blurb-group .et_pb_blurb .et_pb_module_header,
	.service-blurb-group .et_pb_blurb:hover .et_pb_module_header {
		font-size: 28px;
	}

	.service-blurb-group .et_pb_blurb .et_pb_blurb_description {
		font-size: 15px;
		line-height: 1.6em;
	}
}

@media (min-width: 1200px) and (max-width: 1329px) {

	.service-blurb-group .et_pb_blurb .et_pb_module_header,
	.service-blurb-group .et_pb_blurb:hover .et_pb_module_header {
		font-size: 23px;
	}

	.service-blurb-group .et_pb_blurb .et_pb_blurb_description {
		font-size: 14px;
		line-height: 1.6em;
	}
}

@media (min-width: 1100px) and (max-width: 1199px) {

	.service-blurb-group .et_pb_blurb .et_pb_module_header,
	.service-blurb-group .et_pb_blurb:hover .et_pb_module_header {
		font-size: 19px;
	}

	.service-blurb-group .et_pb_blurb .et_pb_blurb_description {
		font-size: 13px;
		line-height: 1.6em;
	}

	.service-blurb-group .et_pb_blurb.checklist .et_pb_blurb_description ul li::before {
		font-size: 16px;
	}

	.service-blurb-group .et_pb_blurb.checklist ul li {
		padding-left: 25px;
	}
}

@media (min-width: 981px) and (max-width: 1099px) {

	.service-blurb-group .et_pb_blurb .et_pb_module_header,
	.service-blurb-group .et_pb_blurb:hover .et_pb_module_header {
		font-size: 17px;
	}

	.service-blurb-group .et_pb_blurb .et_pb_blurb_description {
		font-size: 12px;
		line-height: 1.6em;
	}

	.service-blurb-group .et_pb_blurb {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.service-blurb-group .et_pb_blurb.checklist .et_pb_blurb_description ul li::before {
		font-size: 16px;
	}

	.service-blurb-group .et_pb_blurb.checklist ul li {
		padding-left: 25px;
	}

	#services .services-row {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
}

@media (max-width: 980px) {
	.service-blurb-group .et_pb_blurb.et_pb_module_header,
	.service-blurb-group .et_pb_blurb:hover .et_pb_module_header {
		font-size: 29px;
	}

	.service-blurb-group .et_pb_blurb {
		height: 432px;
	}
}

@media (max-width: 767px) {
	.service-blurb-group .et_pb_blurb .et_pb_module_header,
	.service-blurb-group .et_pb_blurb:hover .et_pb_module_header {
		font-size: 24px;
	}

	.service-blurb-group .et_pb_blurb {
		height: unset;
	}
}

@media (max-width: 430px) {

	.service-blurb-group .et_pb_blurb .et_pb_module_header,
	.service-blurb-group .et_pb_blurb:hover .et_pb_module_header {
		font-size: 17px;
	}

	.service-blurb-group .et_pb_blurb .et_pb_blurb_description {
		font-size: 12px;
		line-height: 1.6em;
	}

	.service-blurb-group .et_pb_blurb.checklist .et_pb_blurb_description ul li::before {
		font-size: 16px;
	}

	.service-blurb-group .et_pb_blurb.checklist ul li {
		padding-left: 25px;
	}
}

/* - NUMBER COUNTER - */
.fs-odometer {
	display: inline-flex;
	gap: 4px;
	align-items: center;
}

.fs-odometer-digit {
	position: relative;
	width: 62px;
	height: 82px;
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(to bottom,
			#ebf4f7 0%,
			#ebf4f7 50%,
			#e2edf1 50%,
			#e2edf1 100%);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .06);
}

.fs-odometer-track {
	display: flex;
	flex-direction: column;
	transform: translateY(0);
	will-change: transform;
}

.fs-odometer-num {
	height: 82px;
	line-height: 82px;
	text-align: center;
	font-size: 64px;
	font-weight: 700;
	color: #111;
	font-family: inherit;
	user-select: none;
}

.fs-odometer-digit::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 8px;
	pointer-events: none;
	box-shadow:
		inset 0 8px 12px rgba(255, 255, 255, 0.25),
		inset 0 -8px 12px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) and (max-width: 980px) {
	.fs-odometer-num {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.fs-odometer {
		gap: 5px;
	}

	.fs-odometer-digit {
		width: 42px;
		height: 58px;
		border-radius: 6px;
	}

	.fs-odometer-num {
		height: 58px;
		line-height: 58px;
		font-size: 32px;
	}
	
}

@media (min-width: 981px) and (max-width: 1024px) {
	#custom-number-counter .custom-number-counter-heading .et_pb_module_header {
		font-size: 38px;
	}
}

/* - TESTIMONIAL SLIDER - */
/* card */
.testimonial-slider .et_pb_testimonial_inner {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.testimonial-slider .et_pb_testimonial_inner .et_pb_testimonial_description {
	margin-left: 0 !important;
}

.testimonial-slider .et_pb_testimonial_inner .et_pb_testimonial_portrait {
	width: 152px !important;
	height: 24px !important;
	background-size: contain;
	box-shadow: none;
}

.testimonial-slider .et_pb_testimonial_inner .et_pb_testimonial_portrait:before {
	box-shadow: none;
}

.testimonial-slider .et_pb_testimonial_inner .et_pb_testimonial_description .et_pb_testimonial_author::before {
	content: '—';
	display: inline-block;
	margin-right: 5px;
}

.testimonial-slider .et_pb_testimonial_inner .et_pb_testimonial_description.et_flex_module {
	gap: 1em;
}

.testimonial-slider {
	position: relative;
	overflow: visible;
	--left-mask-width: 0px;
}

.testimonial-slider .et_pb_group_carousel_container {
	overflow: hidden;
}


/* navigation */
.testimonial-slider .et_pb_group_carousel_dots {
	gap: 0;
}

.testimonial-slider .et_pb_group_carousel_track {
	gap: 30px;
}

/* hide prev arrow */
  .testimonial-slider .et_pb_group_carousel_arrow_prev {
	margin-right: 0 !important;
		    margin-left: 150px !important;
}  

.testimonial-slider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	/* adjust */
	height: 100%;
	background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 0) 100%);
	z-index: 10;
	pointer-events: none;
}

.testimonial-slider::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	/* adjust */
	height: 100%;
	background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, .9) 55%, rgba(255, 255, 255, 0) 100%);
	z-index: 10;
	pointer-events: none;
}

/* the dot slide */
.testimonial-slider .et_pb_group_carousel_dots .et_pb_group_carousel_dot {
	border-radius: 0;
	height: 3px;
	background-color: #bbbbbb;
}

.testimonial-slider .et_pb_group_carousel_dot.et_pb_group_carousel_dot_active {
	height: 5px;
	border-radius: 0;
	background-color: #0085ca;
}

.testimonial-slider .et_pb_group_carousel_dots {
	margin: auto;
	max-width: 1600px;
	width: 81%;
	z-index: 11;
}

.testimonial-slider .et_pb_group_carousel_arrow {
	z-index: 11;
}

body #page-container .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	content: '\e043' !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #0085ca;
    font-size: inherit;
}

body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bathrooms_number .dp-dfg-custom-field-value,
body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bedrooms_number .dp-dfg-custom-field-value {
	position: relative;
	padding-right: 10px;
	border-right: 1px solid #1a1a1a;
	padding-top: 5px;
	padding-bottom: 5px;
}
body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-sq_ft .dp-dfg-custom-field-label:after,
body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bathrooms_number .dp-dfg-custom-field-value:after,
body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bedrooms_number .dp-dfg-custom-field-value:after {
	content: "";
    /* position: absolute; */
    left: 10px;
    /* top: 50%; */
    /* transform: translatey(-50%); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
	margin-right: 10px;
}

svg textPath { 
  font-size: 39px;
    font-family:  "Montserrat";
    text-transform: uppercase;
    letter-spacing: 20px;
    fill: #000;
}
body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-custom-field {
	padding-bottom: 0;
}
body #page-container .et_pb_gallery_grid .et_pb_gallery_image,
body #page-container .et_pb_gallery_grid .et_pb_gallery_image img{
	height: 100%
}
body #page-container .et_pb_gallery_item{
max-height: 570px;
    height: 30vw;	
}
body #page-container .ppb-ba-gallery .et_pb_gallery_image,
body #page-container .ppb-ba-gallery img{
	 height: 100%;
}
body #page-container .ppb-ba-gallery img{    
    object-fit: cover;
    object-position: center;
}
body #page-container .ppb-ba-gallery .et-pb-arrow-prev {
    left: 10px;
    opacity: 1;
	transform: scale(.7);
}
body #page-container .ppb-ba-gallery .et-pb-arrow-prev:before{
	content: url(/wp-content/uploads/prev-arrow.svg);
	 
}
body #page-container .ppb-ba-gallery .et-pb-arrow-next:before{
	content: url(/wp-content/uploads/listing-carousel-next-arrow.svg);
	
}
body #page-container .ppb-ba-gallery .et-pb-arrow-next {
    right: 10px;
    opacity: 1;
	transform: scale(.7);	 
}
body #page-container .et_pb_gallery_grid .et_pb_gallery_image img{
object-fit: cover;
    object-position: center;
}
body #page-container .list-filtergrid-carousel .slick-list {
	padding: 0 5% !important;
}

body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bedrooms_number .dp-dfg-custom-field-value:after {
	background-image: url(/wp-content/uploads/bed-icon.svg);
	width: 31px;
	height: 20px;

}
body #page-container .ppb-flip-subhead{
	font-size: 22px;
}
body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bathrooms_number .dp-dfg-custom-field-value:after {
	background-image: url(/wp-content/uploads/bathroom-icon.svg);
	width: 27px;
	height: 27px;

}
body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-sq_ft .dp-dfg-custom-field-label{
	position: relative;
}
body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-sq_ft .dp-dfg-custom-field-label:after{
background-image: url(/wp-content/uploads/tiangle-ruler-new-icon.svg);
	width: 27px;
	height: 27px;	
}
/* body #page-container .list-filtergrid-carousel .slick-list .slick-slide:not(.slick-active) {
	opacity: .3;
} */

 
/*------------------------------------------------
---------------- Blog Style Start ---------------
------------------------------------------------*/
body #page-container .dp-dfg-item {
	background: #FAFAFA;
	padding: 40px;
	border-radius: 12px;
}

body #page-container .dp-dfg-item img {
	margin-bottom:  0px;
	 
}
/* body #page-container .dp-dfg-item .acf-gallery .slick-track{
	max-height: 660px;
    
} */
  body #page-container .dp-dfg-item .acf-gallery .slick-track img{	 
   /* width: 100% !important; */
}  
body #page-container .list-filtergrid-carousel .dp-dfg-item img{
   border-radius: 8px;
	margin-bottom: 0px;
}
body.single #page-container .ppb-combine-content .et_pb_text_inner img{
	max-width: 40%;
	margin-top: 15px;
}
/*------------------------------------------------
---------------- Blog Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Listing Style Start ---------------
------------------------------------------------*/
body #page-container .ppb-lists-wrap .dp-dfg-item {
	display: flex;
	align-items: center;
	padding: 15px 15px 0px 30px;
}
body #page-container .ppb-iconless-blurb .et_pb_blurb_container{
	padding-left: 0;
}
body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header {
	width: 34%;
	display: grid;
}

body #page-container .ppb-lists-wrap .dp-dfg-item .listing-image-wrap {
	width: 66%;
	padding: 0;
} 
body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-more-button:hover{
	background: #1A1A1A;
}

/* body #page-container .ppb-lists-wrap .dp-dfg-item .acf-gallery .slick-track {
	display: flex;
	width: 100% !important;
} */
body #page-container .details-acf-gallery .slick-track img{
	margin: 0 8px;
	    max-height: 345px;
    object-fit: cover;
    object-position: center;
	cursor: pointer;
}
body #page-container .details-acf-gallery .slick-dots{
	padding: 0;
    bottom: -50px;
}
body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .entry-title {
	order: 1;
	padding-bottom: 20px;
}

body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .entry-title:before {
	content: "";
	position: absolute;
	left: 0px;
	top: -30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 3px;
	background-color: #0085CA;
	width: 80px;
}

body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .dp-dfg-cf-short_description {
	order: 2;
}

body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .dp-dfg-cf-short_description span {
	font-size: 24px !important;
	font-weight: 700;
}

body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .Ppb-listData {
	order: 3;
	display: flex;
	column-gap: 10px;
	padding-bottom: 20px;
}

body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .et_pb_button_wrapper {
	order: 4;
	text-align: left;
	margin-top: 20px;
}

body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-custom-field.dp-dfg-cf-sq_ft {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	column-gap: 5px;
}

body #page-container .ppb-lists-wrap .listing-image-wrap .acf-gallery .slick-dots {
	padding: 0;
	bottom: -35px;
}

body #page-container .ppb-lists-wrap .listing-image-wrap .acf-gallery .slick-dots li,
body #page-container .ppb-lists-wrap .listing-image-wrap .acf-gallery .slick-dots li button,
body #page-container .ppb-lists-wrap .listing-image-wrap .acf-gallery .slick-dots li button:before {
	width: 8px;
	height: 8px;
	padding: 0;
	line-height: 0;
}

body #page-container .search-filter-field--input-type-checkbox .search-filter-input-group {
	display: flex;
	column-gap: 5px;
}
body #page-container .search-filter-field--input-type-checkbox {
	flex-direction: row;
	align-items: center;
	column-gap: 10px;
	flex-wrap: nowrap;
}
body #page-container .search-filter-field--input-type-checkbox .search-filter-field__input {
	width: auto;
	order: 1;
	flex: 0 0 auto;
}
body #page-container .search-filter-field--input-type-checkbox > .search-filter-label {
	order: 2;
	margin: 0;
	flex: 0 1 auto;
}

body #page-container .search-filter-field--input-type-checkbox .search-filter-input-group .search-filter-input-checkbox input {
	accent-color: #0086c9;
}

body #page-container .search-filter-base {
	/* display: inline-block; */
	display: flex;
	margin-bottom: 10px;
	float: unset !important;
}

.search-filter-field--type-control button {
	background: #0086c9;
    border-color: #0086c9;
	color: #fff;
}
body #page-container .search-filter-base.search-filter-style--choice-checkbox,
body #page-container .search-filter-style--control-submit{
	    top: 10px;
}
.search-filter-field--type-control button:hover {
	border-color: #1a1a1a!important;
    background: #1a1a1a!important;
	color: #fff!important;
}

body #page-container .search-filter-base.search-filter-field--input-type-select {
	/* top: 15px; */
}
body #page-container .gform_wrapper.gravity-theme .gfield select {
	border: none;
	border-right: 15px solid #fff;
    outline: 1px solid rgb(26 26 26 / 15%);
   
}
body #page-container .list-filtergrid-carousel .slick-slide {
	padding: 0px !important;
	border-radius: 12px;
	display: block;
}
body #page-container .ppb-home-hero:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0, .5);
}
body #page-container .list-filtergrid-carousel .slick-slide .dp-dfg-image {
	margin: 0 !important;
	padding-bottom: 0px;
}

body #page-container .list-filtergrid-carousel .slick-track {
	column-gap: 32px;
	display: flex;	
	align-items: stretch;
}
body #page-container .list-filtergrid-carousel .slick-track .slick-slide {
	height: inherit !important;
  display: flex !important;
  flex-direction: column;
	cursor: pointer;
}
body #page-container .list-filtergrid-carousel .slick-track .slick-slide .et_pb_image_wrap{
	height: 100%;
}
body #page-container .list-filtergrid-carousel .slick-track .slick-slide .et_pb_image_wrap{
	width: 100%;
    height: 100%;
    object-fit: cover;
   object-position: center;
}
body #page-container .list-filtergrid-carousel .slick-track .slick-slide .dp-dfg-image,
body #page-container .list-filtergrid-carousel .slick-track .slick-slide .dp-dfg-image img{
	height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
body #page-container .list-filtergrid-carousel .slick-dots {
	padding: 0;
	bottom: -50px;
}

body #page-container .list-filtergrid-carousel .slick-dots {
	padding: 0;
	bottom: -50px;
	border-bottom: 2px solid #1a1a1a30;
	max-width: 1525px;
	left: 20px;
}

body #page-container .list-filtergrid-carousel .slick-dots li {
	width: 14.28571428571429%;
	padding: 0;
	margin: 0;
	height: 5px;
	right: unset;
	left: 0;
	text-align: right;
}

body #page-container .list-filtergrid-carousel .slick-prev {
	left: 7vw;
	width: 48px; 
	z-index: 9999;
}

body #page-container .list-filtergrid-carousel .slick-next {
	right: 7vw;
	width: 48px;
}
body #page-container .list-filtergrid-carousel .slick-prev:before ,
body #page-container .list-filtergrid-carousel .slick-next:before {
	content: "";
}
body #page-container .acf-gallery .slick-next,
body #page-container .acf-gallery .slick-prev{
	opacity: 0;
	transition: all 300ms ease-in-out;
}
body #page-container .acf-gallery:hover .slick-next,
body #page-container .acf-gallery:hover .slick-prev{
	opacity: 1;
}
body #page-container .acf-gallery .slick-next,
body #page-container .acf-gallery .slick-prev,
body #page-container .details-acf-gallery .slick-next,
body #page-container .details-acf-gallery .slick-prev{
	/* width: 52px;
	height: 52px;
	background-color: #0086c9; */
	border-radius: 999px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
body #page-container .acf-gallery .slick-next:before,
body #page-container .acf-gallery .slick-prev:before,
body #page-container .details-acf-gallery .slick-next:before,
body #page-container .details-acf-gallery .slick-prev:before{
	color: #0086c9;
	/* background: #ffffff; */
	opacity: 1;
	font-size: 40px;	
}
 body.single-listing #page-container .details-acf-gallery .slick-next,
body.single-listing #page-container .details-acf-gallery .slick-prev{
	width: 30px;
	height: 30px;
}
body.single-listing #page-container .details-acf-gallery .slick-next:before,
body.single-listing #page-container .details-acf-gallery .slick-prev:before{
	display: none;
}
body #page-container .details-acf-gallery .slick-prev{
	left: -40px;
}

body #page-container .details-acf-gallery .slick-next{
	right: -40px;
}
body #page-container .acf-gallery .slick-prev{
	/* left: -25px; */
	left: 10px;
	background: #fff;
    height: 27px;
}
body #page-container .acf-gallery .slick-next{
	/* right: -25px; */
	right: 10px;
	background: #fff;
    height: 27px;
}
body #page-container .acf-gallery .slick-prev,
body #page-container .acf-gallery .slick-next{
	z-index: 99999;
}
body #page-container .slick-dots li{
	margin: 0 2px;
}
body #page-container .slick-dots li,
body #page-container .slick-dots li button,
body #page-container .slick-dots li button:before{
	    width: 10px;
    height: 10px;
	line-height: 10px;
	padding: 0;
}
body #page-container .list-filtergrid-carousel .slick-next img {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	z-index: 9999;
}
.slick-lightbox .slick-prev,
.slick-lightbox .slick-next,
.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before{
	width: 48px;
    height: 48px;
	    opacity: 1 !important;
}
.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before{
	font-size: 48px
		    opacity: 1 !important;
}
.slick-lightbox .slick-prev:before{
	content: url(/wp-content/uploads/prev-arrow.svg);
}
.slick-lightbox .slick-next:before{
	content: url(/wp-content/uploads/listing-carousel-next-arrow.svg);
}
.slick-lightbox .slick-prev {
    left: 50px !important;
	z-index: 9999;
}
.slick-lightbox .slick-next {
    right: 50px !important;
	z-index: 9999;
}
body #page-container .list-filtergrid-carousel .slick-dots li button,
body #page-container .list-filtergrid-carousel .slick-dots li button:before {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 5px;
}

body #page-container .list-filtergrid-carousel .slick-dots li button:before {
	top: 10px;
	content: "";
}

body #page-container .list-filtergrid-carousel .slick-dots li.slick-active button:before {
	background: #0085CA;
}
body #page-container .wpj-jtoc--toggle-wrap{
display: block;
    width: 100%;
    position: absolute;	
}
body #page-container .wpj-jtoc--toggle-wrap .wpj-jtoc--toggle{
	float: right;
	top: 7px;
}
body.wp-singular #main-content{
margin-bottom:30px;	
}

/* body #page-container .list-filtergrid-carousel .slick-next:after{
content: "";
    position: absolute;
    width: 14vw;
    height: 100%;
    right: -11vw;
    background: #ffffff;
    opacity: .8;
    z-index: 9;
	
} */
body #page-container .ppb-gallery-carousel .slick-arrow,
body #page-container .wpsl-info-window span:nth-child(4){
	display: none !important;
}

/*------------------------------------------------
---------------- Filter Style Start ---------------
------------------------------------------------*/
.search-filter-input-button--is-selected {
	background:#1385CA!important;
	border-color: #1385CA!important;
}
/*------------------------------------------------
---------------- Filter Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Listing Style End ---------------
------------------------------------------------*/
@media (min-width: 981px) and (max-width: 1100px) {
	.testimonial-slider.et_pb_group_carousel .et_pb_group_carousel_arrow {
		margin-right: 80px;
	}
}

@media (max-width: 980px) {
	.testimonial-slider .et_pb_group_carousel_track {
		gap: 0;
	}
header .custom-header {
  background-color: #fff;   
  padding: 20px 0;
}
	header .custom-header .et_pb_menu__icon.et_pb_menu__search-button {
  color: #0086c9 !important;
}
	.testimonial-slider::before,
	.testimonial-slider::after {
		background: none;
	}
body #page-container .et_pb_module .mobile_menu_bar:before {
   color: #0086c9;
}
body #page-container .et_mobile_menu{
padding-left: 0;
  padding-right: 0;		
	}
body #page-container .et_mobile_menu .menu-btn{
width: 95%;
    margin: 0 auto;		
	}
	body #page-container .et_mobile_menu .menu-btn a{
	padding-bottom: 10px !important;   
    padding-top: 10px !important;
		margin-bottom: 0;
		margin-top: 10px;
	}	
	#main-header #mobile_menu.et_mobile_menu li li a, #et-boc header .et_mobile_menu li li a {
    padding-left: 30px;    
}
	body #page-container .details-acf-gallery .slick-next,
body #page-container .details-acf-gallery .slick-prev{
	/* width: 30px;
	height: 30px; */
}
body #page-container .details-acf-gallery .slick-prev{
	/* left: -30px; */
}
body #page-container .details-acf-gallery .slick-next{
	/* right: -30px; */
}
	body #page-container .acf-gallery .slick-next, body #page-container .acf-gallery .slick-prev, body #page-container .details-acf-gallery .slick-next, body #page-container .details-acf-gallery .slick-prev {
  /* width: 30px;
  height: 30px; */
}
	body #page-container .acf-gallery .slick-prev {
  /* left: -10px; */
}
	body #page-container .acf-gallery .slick-next {
  /* right: -10px; */
}
}


/* -- FOOTER -- */
.custom-footer .et_pb_menu ul.et-menu {
	flex-direction: column;
}

.custom-footer .bottom-footer .et_pb_menu ul.et-menu {
	flex-direction: row;
	flex-wrap: nowrap;
}

/* bottom  row  - dots around Privacy */
 
.custom-footer .bottom-footer #menu-footer-legal-1 li.menu-item-741::before,
.custom-footer .bottom-footer #menu-footer-legal-1 li.menu-item-741::after,
.custom-footer .bottom-footer #menu-footer-legal li.menu-item-741::before,
.custom-footer .bottom-footer #menu-footer-legal li.menu-item-741::after,
.custom-footer .bottom-footer #menu-footer-legal li.menu-item-742:after,
.custom-footer .bottom-footer #menu-footer-legal-1 li.menu-item-742:after{
	content: '·';
	font-size: 18px;
	margin: 0px 15px;
	display: block !important;
}
.custom-footer .bottom-footer #menu-footer-legal-1 li.menu-item-741,
.custom-footer .bottom-footer #menu-footer-legal li.menu-item-741 {
	padding-right: 0;
}
.custom-footer .bottom-footer #menu-footer-legal-1 li.menu-item-742
.custom-footer .bottom-footer #menu-footer-legal li.menu-item-742 {
	padding-left: 0;
}

.wpsl-search {
	display: none;
}
.et_pb_menu .et_pb_menu__search{
	background: #ffffff;
	padding-left: 20px;
}
#wpsl-stores .wpsl-store-location span:not(.wpsl-street){
	display: none;
}
#wpsl-result-list li p {   
    padding-bottom: 0;
}
body #page-container #wpsl-stores {    
    height: auto !important;
}
#wpsl-stores ul{
	    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
}
body #page-container #wpsl-result-list {
    width: calc(50% - 30px);
    margin-right: 30px;
}
body #page-container #wpsl-gmap {    
    width: 50%;
	height: 65vw !important;
   
}
@media (max-width: 1170px) {
	#wpsl-stores ul {     
    grid-template-columns: repeat(1, 1fr);     
}
}
@media (max-width: 980px) {
	.custom-footer .et_pb_menu .et_mobile_nav_menu {
		display: none;
	}

	.custom-footer .et_pb_menu .et_pb_menu__menu {
		display: flex;
	}

	.custom-footer .et_pb_menu.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.search-filter-field * {    
    font-size: 15px;
}
}
@media (max-width: 768px) {
body #page-container #wpsl-gmap,
body #page-container #wpsl-result-list {
    width: 100%;
    margin-right:  0px;
}
	body #page-container .et_pb_gallery_item{
  max-height: 570px;
  height: 55vw;
	} 
	}
/* locations */
.footer-locations-col img,
.footer-connected-col img {
	top: 3px;
	position: relative;
	width: 20px;
	height: 20px;
}

.footer-connected-col img {
	margin-right: 4px;
}

body #page-container .et_pb_section.custom-footer .footer-locations-col .arrow-btn:after {
	font-size: 14px !important;
	margin-left: 0.6em !important;
}


body #page-container .et_pb_section.custom-footer .footer-locations-col .arrow-btn:hover:after {
	color: #1a1a1a;
}

body figcaption {
	display: none !important;
}

body #page-container .ppb-gallery-tab .et_pb_tabs_controls {
	text-align: center;
	background: transparent !important;
}
body #page-container .ppb-gallery-tab .et_pb_tab_content .et_pb_image_wrap img{
	    height: 15vw;
    max-height: 283px;
}
body #page-container .ppb-gallery-tab .et_pb_tabs_controls li {
	border: none;
	background: transparent !important;
	float: none;
	display: inline-block;
	height: unset !important;
}
body #page-container .ppb-gallery-tab .et_pb_tabs_controls li a{
	    padding: 0px 30px;
}
body #page-container .ppb-gallery-tab .et_pb_all_tabs .et_pb_tab {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
body #page-container #wpj-jtoc{
	margin: 0;
}
body #page-container  #wpj-jtoc a:hover{
	color: #0085CA;
}
#wpsl-wrap #wpsl-result-list li{
	border-bottom: 1px dotted #333;
}
/********** Form style start *************/
::placeholder { /* Firefox 18- */
  color: rgb(26 26 26 / 30%);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(26 26 26 / 30%);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgb(26 26 26 / 30%);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgb(26 26 26 / 30%);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgb(26 26 26 / 30%);
}
 
.ui-grid-direction-xs-column {  
  top: 150px;
}
.members-access-error{
	text-align: center;
  padding: 5vw 5vw;
  font-size: 24px;
	max-width: 1170px;
  margin: 0 auto;
}

/********** Search style start *************/
body #page-container .search-filter-label{
	    font-weight: 600;
    font-size: 18px;
}
body #page-container .search-filter-input-button-group .search-filter-input-button:focus,
body #page-container .search-filter-input-button-group .search-filter-input-button{
border: 1px solid #1A1A1A30;
color: #1A1A1A;
box-shadow: none; 
}
body #page-container .search-filter-input-button-group .search-filter-input-button:focus,
body #page-container .search-filter-input-button-group .search-filter-input-button{
 
padding: 10.5px 18px;	
}
body #page-container .search-filter-input-button-group .search-filter-input-button.search-filter-input-button--is-selected{
	color: #ffffff;
}
body #page-container .search-filter-input-checkbox .search-filter-input-checkbox__control{
border: 1px solid #1A1A1A30;
color: #1A1A1A;
border-radius: 5px;
}
body #page-container .search-filter-input-checkbox.search-filter-input-checkbox--is-active .search-filter-input-checkbox__control{
border: 1px solid #0085CA;
	text-align:center;
}
body #page-container .search-filter-input-checkbox.search-filter-input-checkbox--is-active .search-filter-input-checkbox__control:before{
	position: relative;
    content: url(/wp-content/uploads/check-Icon.svg);
    top: -4px;
}

body #page-container .search-filter-input-checkbox .search-filter-input-checkbox__control svg{
	display:none;
}
body #page-container .search-filter-input-checkbox[data-option-value="0"],
body #page-container .search-filter-input-radio[data-option-value="0"]{
	display:none !important;
}
body #page-container .search-filter-input-checkbox__label,
body #page-container .search-filter-input-radio__label{
	display:none !important;
}
body #page-container .search-filter-input-checkbox__label:empty,
body #page-container .search-filter-input-radio__label:empty,
body #page-container .search-filter-input-button__label:empty{
	display:none;
}

body #page-container .ppb-search-wrap > .et_pb_module.ppb-filter-reset{
margin-top: 15px;	
}
@media (min-width: 1200px) {
	body #page-container .ppb-search-wrap {
		align-items: center !important;
		column-gap: 40px !important;
		flex-wrap: nowrap !important;
		justify-content: center !important;
		row-gap: 0 !important;
	}

	body #page-container .ppb-search-wrap > .et_pb_module {
		flex: 0 1 auto !important;
		min-width: 0 !important;
	}

	body #page-container .ppb-search-wrap .search-filter-base {
		margin-bottom: 0 !important;
	}

	body #page-container .ppb-search-wrap .search-filter-label {
		font-size: 15px !important;
		white-space: nowrap !important;
	}

	body #page-container .ppb-search-wrap .search-filter-input-button-group {
		flex-wrap: nowrap !important;
		gap: 4px !important;
	}

	body #page-container .ppb-search-wrap .search-filter-input-button-group .search-filter-input-button {
		        font-size: 15px !important;
        padding: 7px 9px !important;
        min-width: 40px !important;
        height: 40px;
	}

	body #page-container .ppb-search-wrap .search-filter-field--input-type-checkbox {
		column-gap: 6px !important;
	}

	body #page-container .ppb-search-wrap .search-filter-input-checkbox__control {
		height: 18px !important;
		width: 18px !important;
	}

	body #page-container .ppb-search-wrap .search-filter-field--type-control button {
		min-height: 38px !important;
		padding: 7px 12px !important;
	}
}
body #page-container .dp-dfg-pagination .pagination{
	display: block;
    text-align: center;
}
body #page-container .dp-dfg-pagination .pagination li{
	display: inline-block;
}
body #page-container .dp-dfg-pagination .pagination li.previous-posts{
float: left;
}
body #page-container .dp-dfg-pagination .pagination li.next-posts{
	float: right;
}

body #page-container .dp-dfg-pagination .pagination a.pagination-link{
	border: none;
}
 body #page-container .dp-dfg-pagination .pagination li.dp-dfg-direction a{
	border: 1px solid #0085CA;
    border-radius: 5px;
}
body #page-container .dp-dfg-pagination .pagination a.pagination-link:hover{
	background: transparent;
}
 
body #page-container .et_pb_gallery_pagination li.prev{
	float: left;
}
body #page-container .et_pb_gallery_pagination li.next{
	float: right;
}
body #page-container .et_pb_gallery_pagination li{
	padding: 0;
}
body #page-container .et_pb_gallery_pagination li a{
	padding: 15px 21px;
    font-weight: 400;
    color: #1a1a1a;
    font-size: 18px;
}
body #page-container .et_pb_gallery_pagination li a.active,
body #page-container .dp-dfg-pagination .pagination .pagination-item.active a.pagination-link{
	background: rgb(0 133 202 / 5%);
	border-radius: 8px;
}
.gm-style-iw-d{
	margin-top: -20px;
} 
body #page-container .at-top h4 {
    color: red !important;
}
body #page-container #et-boc #et-main-area footer .et_builder_inner_content {     
    z-index: 1 !important;
}
/********** Search style end *************/
/********** Flip style start *************/
body #page-container .cfb_wrapper .flipbox-back-layout,body #page-container .cfb_wrapper .flipbox-front-layout {    
    max-height: 532px;
}
body #page-container .cfb_wrapper .flipbox-front-layout h4{
	position: absolute;
	bottom: 60px;	
	left: 0px; 	
	z-index: 9999;	
	padding: 0 35px;
}
body #page-container .cfb_wrapper .flipbox-front-layout h4{
font-size: 44px;	
}
body #page-container .cfb_wrapper .flipbox-front-layout h4,
body #page-container .cfb_wrapper .flipbox-back-layout h4{
    line-height: 1.2em;	
text-align: left;
color: #ffffff;	
}
body #page-container .cfb_wrapper .flipbox-back-layout h4{
	font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}
body #page-container .cfb_wrapper .flipbox-back-layout{
	
    justify-content: flex-start;
}
body #page-container .cfb-box-wrapper{
	        padding-right: 10px;
        padding-left: 10px;
}
body #page-container .cfb_wrapper .flipbox-front-layout,
body #page-container .cfb_wrapper .flipbox-back-layout{
	border-radius: 14px;
	
}
 
body #page-container .cfb_wrapper .flipbox-back-layout a{
	background: transparent;
    color: #ffffff !important;
    font-weight: 500;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    padding: 0 !important;
    letter-spacing: 0;
    font-size: 18px;
	margin-top: 0;
}
body #page-container .cfb_wrapper .flipbox-back-layout p{
	text-align: left;
	font-size: 18px;
}
body #page-container .cfb_wrapper .flipbox-front-layout h4:after{
	content: "";
	position: relative;
	left: 0px;
    bottom: 0px; 
	background-color: #0085CA;
    width: 72px;
    height: 3px;
    margin-top: 30px;
	display: block;
}
body #page-container .cfb_wrapper .flipbox-front-layout{
	overflow: hidden;
}
body #page-container .cfb_wrapper .flipbox-front-layout:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 40, 61, 0.35);
}


/********** Flip style end *************/
/********** Gallery style Start *************/
body #page-container .et_pb_gallery_pagination .prev-dots,
body #page-container .et_pb_gallery_pagination .page{
	display: none !important;
}
body #page-container .et_pb_gallery_pagination .prev a,
body #page-container .et_pb_gallery_pagination .next a{
	opacity: 0;
	width: 33px;
	height: 38px;
	display: block;
	padding: 0;	
}
 
body #page-container .et_pb_gallery_pagination .prev:before,
body #page-container .et_pb_gallery_pagination .next:before{	 
	position: absolute;
	transform: scale(.7);
	top:-8px
	 
}
body #page-container .et_pb_gallery_pagination .prev:before{
	content: url("/wp-content/uploads/prev-arrow.svg");
	left: -7px;
}
body #page-container .et_pb_gallery_pagination .next:before{	
	content: url("/wp-content/uploads/listing-carousel-next-arrow.svg");
	right: -7px;
}
body #page-container .et_pb_gallery_pagination ul,
body #page-container .et_pb_gallery_pagination{
	margin-top: 0;
	border: none;
}
body #page-container .et_pb_gallery_pagination ul{
	border: none;
}
body #page-container .ppb-hero-slider .et_pb_slide_description{
	animation: unset !important
}

body #page-container .ppb-hero-slider .et_pb_button {
	text-align: center;
}
/********** Form style end *************/
.search-in-place-box-container.search-in-place-box-container-custom-design [name="s"] {
        text-transform: initial;
    height: 60px;
    border-radius: 8px;
    border: 2px solid #1A1A1A26;    
    font-size: 16px;
}

/********** Responsive style Start *************/
@media (min-width: 981px) and (max-width: 1830px) {
body #page-container .cfb_wrapper .flipbox-front-layout h4, body #page-container .cfb_wrapper .flipbox-back-layout h4 {
    font-size: 30px;   
    
}
body #page-container .cfb_wrapper .flipbox-back-layout p,
	body #page-container .cfb_wrapper .flipbox-back-layout a{
	font-size: 16px;
	}
}

@media (min-width: 981px) and (max-width: 1760px) {
	body #page-container .ppb-plans-row {
		padding: 30px !important;
		--horizontal-gap: 3.5%;
	}

	body #page-container .ppb-plans-row .et_pb_column:nth-child(1),
	body #page-container .ppb-plans-row.ppb-leftcol-big .et_pb_column:nth-child(2) {
		width: 100%;
	}

	body #page-container .ppb-plans-row .et_pb_column:nth-child(2),
	body #page-container .ppb-plans-row.ppb-leftcol-big .et_pb_column:nth-child(1) {
		width: 100%;
	}

	body #page-container .list-filtergrid-carousel .slick-next:after {
		display: none;
	}
}
@media (max-width: 1880px) {
		body #page-container #et-boc .ppb-ft-content .et_pb_text_inner,
	body #page-container #et-boc .ppb-ft-content .et_pb_text_inner p,
	body #page-container #et-boc .ppb-ft-content li a,
	body #page-container .ppb-ft-top .et-menu li a{
		font-size: 13px;
	} 
}
@media (max-width: 1760px) {
	body #page-container .list-filtergrid-carousel .slick-next:after {
		display: none;
	}

	body #page-container .list-filtergrid-carousel .slick-dots {
		max-width: 80vw;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 981px) and (max-width: 1669px) {
/* 	.footer-locations-col span {
		display: block;
	} */
	body #page-container #et-boc .ppb-ft-content .et_pb_text_inner,
	body #page-container #et-boc .ppb-ft-content .et_pb_text_inner p,
	body #page-container #et-boc .ppb-ft-content li a,
	body #page-container .ppb-ft-top .et-menu li a{
		font-size: 13px;
	} 
	
	body #page-container #et-boc .ppb-ft-button{
		font-size: 16px !important;
	}
	body #page-container .footer-heading h4{
		font-size: 16px !important;
	}
}

@media (max-width: 1669px) {
	body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .entry-title {
		font-size: 32px !important;
		padding-bottom: 10px;
	}
header .custom-header .et_pb_menu__icon.et_pb_menu__search-button {     
    font-size: 18px;
}
	body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .dp-dfg-cf-short_description span {
		font-size: 18px !important;
	}

	body #page-container .ppb-lists-wrap .dp-dfg-item {
		padding: 30px;
	}
	body #page-container .ppb-location-menu li a{ 
		display: flex;
		align-items: center;
		column-gap: 5px;
	}
}
@media (max-width: 1560px) {
body #page-container .search-filter-input-button-group .search-filter-input-button:focus, body #page-container .search-filter-input-button-group .search-filter-input-button {
    padding: 5px 14px;
    font-size: 15px;
}
body #page-container .cfb_wrapper .flipbox-front-layout h4, body #page-container .cfb_wrapper .flipbox-back-layout h4 {         
        margin-bottom: 0;
    }	
body #page-container .cfb_wrapper .flipbox-back-layout p {      
        padding-bottom: 0;
    }	
.custom-footer .bottom-footer #menu-footer-legal li#menu-item-741::before,
.custom-footer .bottom-footer #menu-footer-legal li#menu-item-741::after, 
.custom-footer .bottom-footer #menu-footer-legal li#menu-item-742:after {
    content: '·';
    font-size: 18px;
    margin: 0px 5px;
}	
	}
@media (min-width: 1281px) and (max-width: 1366px) {
body #page-container #et-boc .ppb-ft-content .et_pb_text_inner,
	body #page-container #et-boc .ppb-ft-content .et_pb_text_inner p,
	body #page-container #et-boc .ppb-ft-content li a,
	body #page-container .ppb-ft-top .et-menu li a{
		font-size: 13px;
	}  
	body #page-container #et-boc .ppb-ft-button{
		font-size: 13px !important;
	}
}
@media (max-width: 1366px) {
	body #page-container .list-filtergrid-carousel .slick-slide {
		padding: 0px !important;
		border-radius: 8px;
	}

	body #page-container .dp-dfg-item {
		padding: 30px;
		border-radius: 8px;
	}
	body #page-container .testimonial-slider .et_pb_testimonial {
		padding-top: 30px !important;
  padding-right: 20px !important;
  padding-bottom: 30px !important;
  padding-left: 20px !important;
	}
.slick-lightbox .slick-prev,
	.slick-lightbox .slick-next{
	transform: scale(.7);	
	}
.slick-lightbox .slick-prev {
    left: 10px !important;
    
}	
.slick-lightbox .slick-next {
    right: 10px !important;
    
}	
	}

@media (min-width: 981px) and (max-width: 1279px) {
	body #page-container .ppb-lists-wrap .dp-dfg-item {
		padding: 15px;
	}

	body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .entry-title {
		font-size: 24px !important;
	}

	body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .dp-dfg-cf-short_description span {
		font-size: 16px !important;
	}
body #page-container .list-filtergrid-carousel .slick-next,
	body #page-container .list-filtergrid-carousel .slick-prev{
		width: 30px;
	}
	body #page-container .list-filtergrid-carousel .slick-next {
		right: 8vw;		 
	}
	 body #page-container .list-filtergrid-carousel .slick-prev {
		left: 8vw;		
	}
	body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-sq_ft .dp-dfg-custom-field-label:after, 
	body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bathrooms_number .dp-dfg-custom-field-value:after, 
	body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bedrooms_number .dp-dfg-custom-field-value:after{
	width: 22px !important;
    height: 20px !important;
	/* left: 20px; */
	}
	body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bathrooms_number .dp-dfg-custom-field-value, body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bedrooms_number .dp-dfg-custom-field-value {    
    /* padding-right: 40px; */
    
}
body #page-container .ppb-flip-subhead{
	font-size: 18px;
}	
}
@media (min-width: 981px){
/* body.home header:not(.scrolled) .custom-header .et_pb_menu__logo img {
	content: url('/wp-content/uploads/pacifichomes-updated-white-logo.svg'); 
} */
	body.home #page-container header:not(.scrolled) .et_pb_menu__search-button:after{
	    background: #0086c9;
    padding: 15px;
    border-radius: 5px;
}
	}
@media only screen and (max-width: 1280px) {
body #page-container .ppb-gallery-tab .et_pb_tab_content .et_pb_image_wrap img {
    height: 20vw;
    max-height: 240px;
}
}

@media (min-width: 981px) and (max-width: 1239px) {
	.footer-logo-col .et_pb_button {
		font-size: 15px;
	}

	footer .custom-footer .footer-heading h4 {
		font-size: 18px;
	}
	body #page-container .cfb-box-wrapper{
	flex-basis: 50%;
        max-width: 50%;	
	}
}

@media (max-width: 980px) {
	.search-in-place-box-container.search-in-place-box-container-custom-design [name="s"] {    
    height:50px;
    border-radius:5px;
    border: 1px solid #1A1A1A26;    
    font-size: 14px;
}
	body #page-container .ppb-gallery-tab .et_pb_tab_content .et_pb_image_wrap img {
        height: 30vw;
        max-height: 240px;
    }
	body #page-container .ppb-flip-subhead{
	font-size: 18px;
}
	body #page-container .et_mobile_menu li a,
	#et-boc header .et_mobile_menu .menu-item-has-children>a{
		font-size: 15px;
		    font-weight: 500;
	}
	footer .custom-footer .et_pb_menu__wrap {
		justify-content: flex-start !important;
	}

	footer .custom-footer .et_pb_menu__wrap li a {
		text-align: left;
	}
.members-access-error{ 
  font-size: 20px;
}
	body #page-container .ppb-lists-wrap .dp-dfg-item {
		padding: 15px;
	}

	body #page-container .list-filtergrid-carousel .slick-prev,
	body #page-container .list-filtergrid-carousel .slick-next {	 
		width: 30px;
	}
	body #page-container .list-filtergrid-carousel .slick-prev {
		left: 6vw;
	}
	body #page-container .list-filtergrid-carousel .slick-next {
		right: 6vw;
	}
	body #page-container .dp-dfg-pagination .pagination a.pagination-link{
		padding: 5px 10px;
	}
	.et_pb_menu__search-container{
		padding-left: 0 !important;
	}	
	body .gform_wrapper.gravity-theme .gfield-choice-input+label,
body .gform_wrapper.gravity-theme .gfield_label,
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_page_footer input.button,
body div.form_saved_message div.form_saved_message_emailform form input[type=submit],
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text],
body .gform_wrapper.gravity-theme select{
	font-size: 16px !important;
}
body #page-container .list-filtergrid-carousel .dp-dfg-item img {	 
	    border-radius: 5px;
}	
	 body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .entry-title {
        font-size: 20px !important;       
    }
    body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .dp-dfg-cf-short_description span {
        font-size: 16px !important;
    }
body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header,
body #page-container .ppb-lists-wrap .dp-dfg-item .listing-image-wrap{
    width: 50%;  
}	
body #page-container .et_pb_gallery_image .et_overlay:before{
	font-size: 25px;	
	}
body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .entry-title:before {   
    top: -20px;    
}	
	.service-blurb-group .et_pb_blurb .et_pb_blurb_description {
  opacity: 1;
  max-height: 532px;
}
	 .service-blurb-group .et_pb_blurb .et_pb_module_header {
    font-size: 24px;
  }
	.service-blurb-group .et_pb_blurb .et_pb_module_header::after {
  
  display: none;
  
}
	.service-blurb-group .et_pb_blurb .et_pb_module_header,
	.service-blurb-group .et_pb_blurb:hover .et_pb_module_header {
  padding-bottom: 15px;
}
body #page-container .search-filter-label {    
    font-size: 16px;
}	
	body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-sq_ft .dp-dfg-custom-field-label:after, 
	body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bathrooms_number .dp-dfg-custom-field-value:after, 
	body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bedrooms_number .dp-dfg-custom-field-value:after{
	width: 22px !important;
    height: 20px !important;
	/* left: 20px; */
	}
	body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bathrooms_number .dp-dfg-custom-field-value, body #page-container .ppb-lists-wrap .dp-dfg-item .Ppb-listData .dp-dfg-cf-bedrooms_number .dp-dfg-custom-field-value {    
    /* padding-right: 40px; */
    
}
	body #page-container .et_pb_gallery_pagination li a.active{
	border-radius: 2px;	
	}
	body #page-container .et_pb_gallery_pagination li a{
		padding: 3px 10px;    
    font-size: 16px;
	}	
body #page-container .cfb_wrapper .flipbox-front-layout h4, body #page-container .cfb_wrapper .flipbox-back-layout h4 {
        font-size: 30px;
    }
	    body #page-container .cfb_wrapper .flipbox-back-layout p, body #page-container .cfb_wrapper .flipbox-back-layout a {
        font-size: 16px;
    }
	body #page-container .ppb-search-wrap{
	justify-content: flex-start;
}	
	.testimonial-slider .et_pb_group_carousel_arrow_prev,
	.testimonial-slider .et_pb_group_carousel_arrow_next{
	transform: translateY(-50%) scale(.75);	
	}
.testimonial-slider .et_pb_group_carousel_arrow_prev {    
    margin-left: -20px !important;
}	
}
	@media (max-width: 854px) {
		.footer-logo-col .et_pb_button {
			font-size: 15px;
		}

		.bottom-footer .et_pb_column {
			flex-direction: column;
		}

		.custom-footer .bottom-footer #menu-footer-legal li#menu-item-741::before {
			content: '';
			margin: 0;
		}
		.wpsl-direction-wrap,
	#wpsl-result-list li p {  
  font-size: 16px;
}	
	}
@media (max-width: 768px) {
	.wpsl-direction-wrap,
		#wpsl-result-list li p {  
  font-size: 15px;
}
	body #page-container .dp-dfg-pagination .pagination a.pagination-link {        
        font-size: 12px !important;
    }
	body .gform_wrapper.gravity-theme .gfield-choice-input+label,
body .gform_wrapper.gravity-theme .gfield_label,
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_page_footer input.button,
body div.form_saved_message div.form_saved_message_emailform form input[type=submit],
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text],
body .gform_wrapper.gravity-theme select{
	font-size: 15px !important;
}
body #page-container .et_pb_fullwidth_header .header-content {
    padding: 0px;
    
}	
body #page-container .et_pb_menu__logo-wrap{
	width: 150px
}
body #page-container .et_pb_menu__logo-wrap .et_pb_menu__logo{
	margin-right: 0px;
}
	.members-access-error{ 
  font-size: 18px;
}
	body #page-container .et_pb_gallery_image .et_overlay:before{
	font-size: 20px;	
	}
body #page-container .et_pb_column .testimonial-slider .et_pb_group_carousel_track{
align-items: baseline;		
	}
body #page-container .et_pb_scroll_top.et-pb-icon {
        bottom: 30px;
        right: 15px;
    }
	body #page-container .ppb-plans-row .et_pb_button:hover{
		font-size: 16px !important;
	}
.slick-lightbox .slick-prev,
	.slick-lightbox .slick-next{
	transform: scale(.5);	
	}
.slick-lightbox .slick-prev, .slick-lightbox .slick-next, .slick-lightbox .slick-prev:before, .slick-lightbox .slick-next:before {
    width: 24px;
    height: 24px;    
}
	body.single #page-container .ppb-combine-content .et_pb_text_inner img{
	max-width: 100%;
		width: 100%;
	margin-bottom: 15px;	
}
body #page-container .cfb-box-wrapper{
	        padding-right: 0px;
        padding-left: 0px;
}	
	}
@media (max-width: 767px) {
	    body #page-container .ppb-gallery-tab .et_pb_tab_content .et_pb_image_wrap img {
        height: 50vw;
        max-height: 375px;
    }
	body #page-container .search-filter-label {    
    font-size: 15px;
}
body #page-container .ppb-lists-wrap .dp-dfg-item .listing-image-wrap {
    width: 100%;    
}
body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header {
    width: 100%;    
}	
	body #page-container .ppb-plans-row .et_pb_button:hover{
		font-size: 15px !important;
	}
body #page-container .ppb-lists-wrap .dp-dfg-item {         
        flex-direction: column-reverse;
    }
body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .Ppb-listData {    
    justify-content: center;
}
body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header,
	body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .et_pb_button_wrapper{  
    text-align: center;
}
	 
body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .entry-title:before {     
    left: 50%;
    top: -15px;    
    transform: translateX(-50%);
}
body #page-container .ppb-lists-wrap .listing-image-wrap .acf-gallery .slick-dots {     
    bottom: -20px;
}	
body #page-container .ppb-lists-wrap .listing-image-wrap .acf-gallery{
	margin-bottom: 50px;	
	}
    body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .entry-title {
        font-size: 18px !important;       
    }
    body #page-container .ppb-lists-wrap .dp-dfg-item .dp-dfg-header .dp-dfg-cf-short_description span {
        font-size: 14px !important;
    }	
	.search-filter-field * {    
    font-size: 14px;
}
	.service-blurb-group .et_pb_blurb .et_pb_module_header{
		font-size: 20px;
	}
 body #page-container .et_pb_column .testimonial-slider .et_pb_testimonial_portrait {    
    margin: 0 auto 0px;
  }

	}
	@media (max-width: 549px) {
		#fs-footer-bottom-bar .col-1 {
			align-items: flex-start;
		}
	body #page-container .top-fields .half-field{
		width: 100% !important;
        float: unset !important;
        margin-right: 0 !important;
		}
		 body #page-container .cfb_wrapper .flipbox-front-layout h4, body #page-container .cfb_wrapper .flipbox-back-layout h4 {
    font-size: 22px;
  }	
	body #page-container .ppb-flip-subhead {
    font-size: 16px;
  }	
		body #page-container .cfb_wrapper .flipbox-front-layout ul li, body #page-container .cfb_wrapper .flipbox-back-layout  ul li{
			font-size: 14px;
			line-height: 1.4em;
		}
	.testimonial-slider .et_pb_group_carousel_arrow_prev,
	.testimonial-slider .et_pb_group_carousel_arrow_next{
	transform: translateY(-50%) scale(.5);	
	}	
		
	}

	/* -- RECAPTCHA BADGE -- */
	.grecaptcha-badge {
		width: 70px !important;
		overflow: hidden !important;
		transition: all 0.3s ease !important;
		left: 4px !important;
		z-index: 9;
	}

	.grecaptcha-badge:hover {
		width: 256px !important;
	}

	body .grecaptcha-badge {
		visibility: visible;
	}

/* Removes the clear icon in Chrome, Safari, and Edge */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/* Removes the clear icon in legacy Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/* Removes the dashed focus ring and standard border */
input[type="search"]:focus,
input[type="search"]:focus-visible {
    outline: none;
    border: none; /* optional: removes standard input border if necessary */
    box-shadow: none; /* optional: removes glow effects from frameworks like Bootstrap */
}
input[type="search"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}
