/*
Theme Name: Slate Child
description: Client Theme - Slate
Template: slate-parent
Version: 1.0.0
Text Domain: slate-child
Author: BCW
*/
.c2a-inner a:hover {
	color: var(--color-1);
}
#contact-info h2,
#primary-footer {
	border-color: var(--color-3);
}
#contact-info a:hover {
	color: var(--color-3);
}

.c2a .social {
	background-color: var(--color-3);
}
.communities {
	padding-top: 0;
	background: var(--color-6);
}
/* -- GOOGLE MAP -- */
.googlemap-container {
	position: relative;
	max-width: none;
	padding-top: 20%;
}
.googlemap-container iframe,
.googlemap-container object,
.googlemap-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
}
.map-outter {
	background: var(--color-6);
	padding-bottom: 30px;
}
.dropdown-menu a:hover {
	background-color: var(--color-1) !important;
	color: #fff !important;
}
.dropdown-menu > .active > a {
	background-color: var(--color-3);
	color: #fff !important;
}
.communitywrap {
	background: var(--color-6);
	padding-bottom: 30px;
}
.gallery-scroller {
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.26);
}
.gallery-scroller h2 {
	text-align: center;
	border: 0px;
}
.slick-next,
.slick-prev {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.slick-next::before,
.slick-prev::before {
	background: #6f6f6f;
	font-size: 25px;
	z-index: 999;
	border-radius: 50%;
	width: 30px;
	display: flex;
	height: 30px;
	justify-content: center;
	align-items: center;
}
.brand {
	margin: 15px;
}
.slick-slide img {
	border-radius: 5px;
}
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: bold;
}
.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: "❮";
}
[dir="rtl"] .slick-prev:before {
	content: "❯";
}
.slick-next {
	right: -15px;
}
[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: "❯";
}
[dir="rtl"] .slick-next:before {
	content: "❮";
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: 0.25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}
.review-section {
	margin-top: 0;
	padding-top: 0;
}
.review-section .reviews {
	max-width: 1170px;
	margin: 0 auto var(--smargin);
}
.review-section .review {
	margin-bottom: var(--cgap);
	flex-wrap: wrap;
	column-gap: var(--cgap);
}
.review-section .review:nth-child(even) {
	flex-direction: row-reverse;
	column-gap: 0;
}
.review-section .review .heading-row {
	column-gap: 2em;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
	row-gap: 1em;
	justify-content: center;
	text-align: center;
}
.review-section .review .heading-row .rating {
	flex: 0 0 auto;
}
.review-section .review .heading {
	font-weight: 700;
	font-size: 18px;
}
.review-section .review .author {
	font-style: italic;
	font-size: 17px;
}
.review-section .image-col {
	flex: 1 1 calc(50% - (var(--cgap) / 2));
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-3);
	min-width: 320px;
}
.review-section .review:nth-child(even) .image-col {
	background-color: var(--color-5);
	flex-basis: 50%;
}
.review-section .image-col img {
	object-fit: cover;
	width: auto;
	height: 100%;
}
.review-section .content-col {
	flex: 1 1 calc(50% - (var(--cgap) / 2));
	padding: 50px;
	background-color: #e6e5e5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.review-section .review:nth-child(even) .content-col {
	background-color: var(--color-5);
	flex-basis: 50%;
}
.review-section .link {
	text-align: center;
}
:root {
	--min: min(360px, 100%);
	--cgap: 6px;
	--smargin: 75px;
}
.primary-header-inner .row {
	display: flex;
	align-items: center;
}
.navbar-nav {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 15px;
}
/* Search Pages */
#search-main {
	text-align: center;
	padding: 40px 0;
}
#search-bar {
	padding-bottom: 20px;
}
.search-fields {
	text-align: center;
	font-weight: bold;
}
.search-fields select {
	width: 85%;
	padding: 10px 5px;
	background: #f7f7f7;
	border: none;
	box-shadow: 0 0 2px #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size: 16px;
}
.search-fields select:focus {
	outline: none;
}
.search-fields select:hover {
	cursor: pointer;
}
.search-fields .price-option {
	position: relative;
}
.search-fields .price-option:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	position: absolute;
	top: 5px;
	right: 25px;
	font-size: 22px;
	pointer-events: none;
}
.toggle-selection {
	width: 85%;
	padding: 10px 5px;
	background: #f7f7f7;
	border: none;
	box-shadow: 0 0 2px #000;
	text-align: left;
	font-size: 16px;
	margin: 0 auto;
}
.toggle-selection:hover {
	cursor: pointer;
}
.search-data {
	display: none;
	position: absolute;
	background: #f7f7f7;
	text-align: left;
	border: 1px solid #555;
	width: 85%;
	left: 7.5%;
	padding: 10px;
}
.city-option,
.bedrooms-option,
.additional-options,
.unit-option {
	position: relative;
}
.city-option:after,
.bedrooms-option:after,
.additional-options:after,
.unit-option:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	position: absolute;
	top: 5px;
	right: 25px;
	font-size: 22px;
	pointer-events: none;
}
.rental-search .fas,
.rental-search:hover .fas,
.rental-search:focus .fas {
	transition: all ease 0.7s;
}
.rental-item-box {
	padding: 10px 0;
	max-width: 100%;
}
.rental-item-box img {
	margin-bottom: 10px;
}
.rental-item-box .btn {
	margin-top: 10px;
	display: block;
}
.rental-item-box-inner {
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 16px #000;
}
.rental-item-content-inner > span {
	display: block;
	padding: 3px 0;
}
.rental-item-content-inner .bedrooms,
.rental-item-content-inner .bathrooms {
	display: inline-flex;
	margin: 0 10px;
}
.bedroom-bathroom-wrapper {
	justify-content: center;
	display: flex !important;
}
.rental-item-content .title {
	font-weight: bold;
}
#available-rentals,
#no-results-found {
	background-color: #e6e6e6;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
	box-shadow: 0 0 10px inset #000;
	padding: 20px 0;
}
.lazy-hidden {
	display: none;
}
.lazy-active {
	display: block;
}
a.load-more {
	font-size: 22px;
	padding: 10px;
	border-style: solid;
	display: block;
	cursor: pointer;
	background-color: var(--color-1);
}
a.load-more:hover {
	background: rgba(255, 255, 255, 0.8);
	border-color: #000;
	transform: scale(1.03);
}
.property-details-toggle {
	color: var(--color-1);
}
.property-details-toggle:hover,
.property-details-toggle:focus {
	color: var(--color-3);
}
/* Available Rental Pages */
#available-rental-main {
	padding: 10px 0;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
	box-shadow: 0 1px 10px inset #000;
}
#available-rental-details {
	padding: 50px 0;
	background-color: #e6e6e6;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
	box-shadow: 0 0 10px inset #000;
}
.rental-info {
	text-align: center;
	padding: 15px;
}
.rental-info .location {
	padding: 20px 0;
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.rental-info .btn {
	display: block;
}
.tour-button {
	margin-top: 10px;
}
.rental-slider,
.rental-details {
	padding: 20px;
}
.rental-slider-inner {
	padding: 20px;
	text-align: center;
	box-shadow: 0 0 20px #000;
	margin: 30px;
}
.rental-slider-item img {
	width: 100%;
	border: 1px solid #000;
	box-shadow: 0 0 3px #000;
}
.rental-slider-content {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
.carousel-arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 32px;
}
.left.carousel-arrows {
	left: -5px;
}
.right.carousel-arrows {
	right: -5px;
}
.bedroom-count,
.monthly-cost {
	font-weight: bold;
}
.property-details-toggle {
	padding: 20px 0;
	display: block;
	font-size: 18px;
}
.property-details-toggle:hover {
	cursor: pointer;
}
.property-details-toggle .fas {
	transition: all 0.25s linear;
	position: relative;
	font-size: 22px;
	padding-left: 10px;
	top: 2px;
}
.property-details-toggle.active .fas {
	transform: rotate(90deg);
	top: -3px;
}
.property-details-extra {
	display: none;
}
form .ginput_container_date input {
	width: 100% !important;
}

#available-rental-main,
#available-rental-details {
	display: none;
}

#search-bar.communitypage,
#search-main.communitypage {
	display: none;
}

.main-con {
	text-align: left;
}

.main-con h2 {
	margin-top: 30px;
}

p a {
	color: var(--color-1);
}
p a:hover {
	color: var(--color-3);
}

.aboutimg {
	width: 457px;
}

#about-section h2 {
	overflow: hidden;
	margin-top: 30px;
}
#about-section h3 {
	text-align: left;
}

.simplefaq h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.simplefaq p {
	margin-top: 0;
}

.tableinfo {
	width: 100%;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	margin-top: 30px;
}
.tableinfo th,
.tableinfo td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
}

.page-id-517 .features {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.page-id-517 .feature-section .feature {
	flex: 0 1 calc(33.33% - 20px);
}
.left-content {
	text-align: center;
	padding: 35px;
}
.prop-section .detail-row {
	flex-wrap: wrap;
	gap: 50px;
}
.prop-section .detail-row > .image-col {
	flex: 1 1 calc(40% - 25px);
}
.prop-section .detail-row > .image-col img {
	width: 100%;
}
.prop-section .detail-row > .table-col {
	flex: 1 1 calc(60% - 25px);
}
.prop-table {
	width: 100%;
}
.prop-table tr {
	border-bottom: 1px solid var(--color-6);
}
.prop-table th,
.prop-table td {
	width: auto;
	padding: 6px 15px;
}
.prop-table th {
	background-color: var(--color-5);
	font-weight: 600;
}
.prop-table td {
	background-color: #fff;
}
.prop-details h2 {
	text-align: center;
}
.dual-row {
	display: flex;
	flex-wrap: wrap;
}
.dual-row > div {
	flex-grow: 1;
}
.fc_section {
	padding-top: var(--settings_padding_top, 0px);
	padding-bottom: var(--settings_padding_bottom, 0px);
	margin-top: var(--settings_margin_top, 0px);
	margin-bottom: var(--settings_margin_bottom, 0px);
	background-color: var(--settings_background_color, #fff);
}
:root {
	--color_1: var(--color-1);
	--color_2: var(--color-2);
	--color_3: var(--color-3);
	--color_4: var(--color-4);
	--color_5: var(--color-5);
	--color_6: var(--color-6);
}
.fc_section.content-section .pull-left {
	float: left;
	margin: 0 20px 20px 0px;
	border: 5px solid var(--color-2);
	width: 457px;
	display: block;
}
.fc_section.content-section h2 {
	overflow: hidden;
	margin-top: 30px;
}
.fc_section.content-section h3 {
	text-align: left;
}
#contact-info form {
	margin-top: 32px;
}
#contact-info form label.gfield_consent_label {
	display: block;
	font-weight: 400;
}
#contact-info form label.gfield_consent_label a {
	font-weight: 400;
}
#contact-info form .ginput_container_textarea {
	display: flex;
}
#contact-info form .ginput_container_textarea textarea {
	height: 90px;
}
#contact-info form .ginput_container_consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
#contact-info form .ginput_container_consent input {
	border: none;
	box-shadow: none;
	flex: 0 0 10px;
}
#contact-info form .gform_fields .gfield {
	grid-column: span 6;
}
#contact-info form .gform_fields .gfield:nth-child(-n + 5) {
	grid-column: 7 / 13;
}
#contact-info form .gform_fields .gfield:nth-child(-n + 3) {
	grid-column: 1 / 7;
}

#contact-info form .gform_fields .gfield:nth-child(4) {
	grid-row: 1 / 2;
}
#contact-info form .gform_fields .gfield:nth-child(5) {
	grid-row: 2 / 4;
}
@media screen and (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		color: #fff;
	}
	.navbar-default .navbar-nav > li > a:hover {
		color: #ccc;
	}
	#primary-header {
		padding-top: 115px;
	}
	.primary-header-inner .row {
		display: block;
	}
	.primary-header-inner .row img {
		width: 300px;
	}
	.prop-section .detail-row > .col {
		flex-basis: 100%;
	}
	.fc_section.content-section .image {
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.page-id-517 .features {
		justify-content: center;
		display: block;
		flex-wrap: wrap;
	}
	.page-id-517 .feature-section .feature {
		margin: 30px 0;
	}
	.prop-table th,
	.prop-table td {
		padding: 6px 10px;
	}
}
@media screen and (max-width: 640px) {
	#contact-info form .gform_fields {
		display: flex;
		flex-direction: column;
	}
}
