@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600;1,700&display=swap');
/* = DEFAULT STYLES = */
html, body {
	margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
/* = DEFAULT - LINKS = */
a {
	text-decoration: none;
	font-weight: bold;
	transition: all ease .7s;
}
a:hover, a:focus {
	text-decoration: none;
	transition: all ease .7s;
}
/* = DEFAULT - TEXT ITEMS = */
p {
	margin: 20px 0;
	line-height: 1.75em;
}
.pull-left {
	padding: 20px;
}
/* = DEFAULT - HEADINGS = */
h1 {
	font-size: 36px;
	margin: 0;
	font-family: 'Alegreya', serif;
}
h2 {
	font-size: 26px;
	margin: 0;
	font-family: 'Alegreya', serif;
}
h3 {
	font-size: 20px;
	margin: 0;
	font-family: 'Alegreya', serif;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.pull-right,
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.pull-left,
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
/* Buttons */
.btn {
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 25px;
	transition: all ease .7s;
	font-family: 'Alegreya', serif;
}
.btn:hover, .btn:focus {
	transition: all ease .7s;
}
/* = HEADER = */
#header {
	padding: 15px 0;
}
.header-contact a {
	font-family: 'Alegreya', serif;
}
.header-inner {
	display: flex;
	align-items: center;
}
.flex-box-cols {
	display: flex;
	flex-flow: column;
}
.flex-box-row {
	display: flex;
}
.header-contact {
	width: 20%;
	font-size: 20px;
}
.header-contact .fas {
	padding-right: 10px;
	font-weight: bold;
	font-size: 22px;
}
.header-contact span {
	padding: 5px 0;
}
.header-extra {
	width: 80%;
}
.social-media {
	font-size: 32px;
}
.social-media a {
	transition: all ease .7s;
}
.social-media a:hover {
	transition: all ease .7s;
}
.header-buttons, .nav-and-social {
	text-align: right;
	padding: 5px 0;
}
.logo-full {
	width: 25%;
	padding: 0 35px;
}
.logo-full img:hover {
	opacity: .8;
}
.modal-title {
	text-align: center;
	font-size: 20px;
	margin: 0;
	font-family: 'Alegreya', serif;
}
/* = NAVIGATION = */
.navigation {
	width: 85%;
}
.navigation a {
	font-size: 16px;
	font-family: 'Alegreya', serif;
}
.navigation a:after {
	display: block;
	content: '';
	border-bottom: 2px solid #000;
	transform: scaleX(0);
	opacity: 0;
	transition: all .5s ease-in-out;
}
.navigation a:hover:after {
	transform: scaleX(1);
	opacity: 1;
}
#menu-main-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu-main-menu>li {
	display: inline-block;
	padding: 15px 20px;
}
.dropdown:hover .dropdown-menu {
	opacity: 1;
	transition: all ease 1s;
}
.dropdown-menu {
	margin-top: -2px;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	padding: 0;
	border-top: 2px solid #fff;
	opacity: 0;
	transition: all ease 1s;
	display: block;
	border-top: 2px solid;
}
.dropdown-menu>li>a {
	border-bottom: 2px solid;
	transition: all ease 1s;
	font-size: 14px;
	padding: 7px 10px 0;
}
.dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	transition: all ease 1s;
}
.dropdown-menu>li>a:hover:after {
	transform: scaleX(0);
	opacity: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu>.active>a {
	background: transparent;
}
.mobile-nav, .menu-mobile-dropdown-menu-container, .home-link, .mobile-btn {
	display: none;
}
.interior-page #menu-main-menu>li {
	padding: 15px 10px;
}
.interior-page .navigation a {
	font-size: 14px;
}
/* Nav Toggler */
.nav-toggler {
	position: relative;
	font-weight: 600;
	transition: all ease-in-out .3s;
	display: flex;
	flex-flow: row-reverse nowrap;
	cursor: pointer;
	padding: 10px 10px;
	width: 50px;
}
.nav-toggler .toggle-more {
	transform: rotate3d(1, 0, 0, 0deg);
}
.nav-toggler .toggle-less {
	opacity: 0
}
.nav-toggler .toggle-text {
	position: absolute;
	top: 0
}
.nav-toggler .nav-toggler .fas, .nav-toggler .toggle-text {
	transition: all ease-in-out .3s
}
.nav-toggler .fas {
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 4px;
	right: -5px;
	transform: rotate3d(1, 0, 0, 0deg)
}
.nav-toggler.active .toggle-more {
	transform: rotate3d(1, 0, 0, 180deg);
	float: left;
	opacity: 0
}
.nav-toggler.active .toggle-less {
	transform: none;
	float: left;
	opacity: 1
}
.nav-toggler.active .fas {
	transform: rotate3d(1, 0, 0, 180deg)
}
/* = BANNER = */
#banner {
	position: relative;
}
.banner-image {
	filter: opacity(.7);
	-webkit-animation: cust-fade 0.7s 0.6s both;
	animation: cust-fade 0.7s 0.6s both;
}
.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.logo-one {
	-webkit-animation: zoomIn 0.7s 0.4s both;
	animation: zoomIn 0.7s 0.4s both;
}
.logo-two {
	-webkit-animation: slide-in-right 0.7s 0.4s both;
	animation: slide-in-right 0.7s 0.4s both;
	max-width: 290px;
}
/* Home Main */
#main {
	padding: 30px 0;
	text-align: center;
}
/* Home Feature */
.feature-box {
	padding: 15px;
	text-align: center;
	position: relative;
}
.feature-box h2 {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 32px;
}
.feature-box .btn {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}
/* Home Feature Properties */
#feature-properties {
	padding: 30px 0;
	box-shadow: 0 0 10px inset #000;
	background-color: #e6e6e6;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
}
#feature-properties h2 {
	padding-bottom: 15px;
	text-align: center;
	font-size: 34px;
}
.property {
	margin: 10px;
	position: relative;
}
.property-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .7);
	font-weight: bold;
	font-size: 18px;
	opacity: 0;
	transition: all ease 1s;
}
.property:hover .property-content {
	opacity: 1;
	transition: all ease 1s;
}
.slick-next, .slick-prev {
	width: auto;
	height: auto;
}
.slick-prev {
	left: -35px !important;
}
.slick-next:before, .slick-prev:before {
	font-size: 30px !important;
}
/* About Page */
#about-main {
	padding: 20px 0;
	background-color: #e6e6e6;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
}
.about-main-img, .about-main-content {
	padding: 15px;
}
.about-main-img {
	width: 50%;
}
#meet-our-team {
	padding: 30px 0;
	text-align: center;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
	box-shadow: 0 0 10px inset #000;
}
.team-member {
	padding: 10px;
	margin: 10px;
	box-shadow: 0 0 5px #000;
	min-height: 382px;
}
.team-member img {
	padding-bottom: 20px;
}
.vertical-slider {
	overflow: hidden;
	display: flex;
}
.vertical-slider .items {
	transition: transform ease .3s;
}
.vertical-slider .item {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.vertical-slider .arrows {
	flex: 0 0 auto;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
}
.vertical-slider .arrow {
	cursor: pointer;
}
.vertical-slider.first.last .arrows {
	display: none;
}
.vertical-slider.first .prev {
	opacity: .3;
	cursor: default;
}
.vertical-slider.last .next {
	opacity: .3;
	cursor: default;
}
#testimonials {
	padding: 30px 0;
	text-align: center;
	background-color: #e6e6e6;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
}
#testimonials h2 {
	padding-bottom: 15px;
}
.testimonials-box {
	padding: 30px 70px 30px 30px;
	text-align: left;
	position: relative;
	box-shadow: 0 0 5px #000;
}
.testimonials-scroll-box {
	overflow: hidden;
}
.testimonial-group {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.testimonial-scroll-up, .testimonial-scroll-down {
	position: absolute;
	right: 30px;
	font-size: 50px;
}
.testimonial-scroll-up {
	top: 0;
}
.testimonial-scroll-down {
	bottom: 0;
}
.testimonial-scroll-up:hover, .testimonial-scroll-down:hover {
	cursor: pointer;
}
.team-name, .team-title, .testimonial-name {
	font-size: 20px;
	margin: 0;
	font-family: 'Alegreya', serif;
}
/* Resources Page */
#faqs {
	padding: 30px 0;
	background-color: #f6f4f4;
}
#faqs h2 {
	padding-bottom: 20px;
}
.faq-toggle {
	font-size: 24px;
	border-bottom: 1px solid #000;
	padding: 10px 20px 10px 10px;
	background: rgba(255, 255, 255, .6);
	position: relative;
}
.faq-toggle:hover {
	cursor: pointer;
}
.faq-toggle .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-toggle .icon .fas {
	transition: all .25s linear;
	font-weight: bold;
}
.faq-toggle.active .icon .fas {
	transform: rotate(90deg);
}
.faq-info {
	display: none;
}
#community-main {
	padding: 30px 0;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
	box-shadow: 0 1px 10px inset #000;
}
#gallery {
	padding: 30px 0;
	text-align: center;
	background-color: #e6e6e6;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
	box-shadow: 0 0 10px inset #000;
}
.gallery-img, .event-img {
	padding: 10px;
}
#helpful-info {
	padding: 30px 0;
	background: #f6f4f4;
}
.blog-info, .blog-sidebar {
	padding: 15px;
}
.blog-toggle {
	font-size: 20px;
	border-bottom: 1px solid #000;
	padding: 10px;
	background: rgba(255, 255, 255, .6);
}
.blog-toggle:hover {
	cursor: pointer;
}
.blog-toggle .fas {
	padding-right: 20px;
}
.blog-content {
	display: none;
	padding: 20px 0;
}
.blog-sidebar h3 {
	padding-bottom: 10px;
}
.blog-sidebar ul {
	padding: 0;
	list-style: none;
	padding-bottom: 10px;
}
.blog-sidebar ul li {
	padding: 5px;
	font-size: 16px;
	margin-bottom: 5px;
	background: rgba(255, 255, 255, .6);
}
.blog-sidebar ul li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	padding-right: 5px;
}
#blog-main {
	padding: 50px 0;
	box-shadow: 0 0 10px inset #000;
}
#press-coverage {
	background-color: #e6e6e6;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
	box-shadow: 0 0 10px inset #000;
	overflow: hidden;
	padding: 30px 0;
}
#press-coverage h2 {
	padding-bottom: 15px;
}
.press-coverage-box {
	border-top: 4px solid #fff;
}
.press-coverage-box:nth-of-type(even) {
	background: #eee;
}
.press-coverage-box:nth-of-type(odd) a:hover {
	color: #ccc;
}
.press-coverage-box a {
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}
.press-coverage-box:nth-of-type(odd) a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 2px;
	margin: 0 auto;
	width: 100%;
	background: #ccc;
	opacity: 0;
	transition: all ease .7s;
}
.press-coverage-box:nth-of-type(even) a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 2px;
	margin: 0 auto;
	width: 100%;
	background: #555;
	opacity: 0;
	transition: all ease .7s;
}
.press-coverage-box a:hover:after {
	-webkit-animation-name: underline;
	-moz-animation-name: underline;
	-o-animation-name: underline;
	animation-name: underline;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	-o-animation-duration: .4s;
	animation-duration: .4s;
	opacity: 1;
	transition: all ease .7s;
}
.press-coverage-box img {
	transition: all ease .7s;
	padding: 10px;
}
.press-coverage-box:hover img {
	opacity: .6;
	transition: all ease .7s;
}
.press-coverage-box-content {
	font-size: 16px;
	text-align: center;
	padding: 20px;
}
.press-coverage-box-content .coverage-title {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	font-family: 'Alegreya', serif;
}
/* Events Page */
#events-main {
	text-align: center;
	padding: 15px 0;
	background-color: #e6e6e6;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
}
#events {
	padding: 30px 0;
	box-shadow: 0 0 10px inset #000;
}
#events h2 {
	text-align: center;
	padding-bottom: 30px;
}
.event {
	padding: 20px;
	border-bottom: 1px dotted #000;
}
.event:first-of-type {
	border-top: 1px dotted #000;
}
#event-scroller {
	padding: 15px 0;
	text-align: center;
}
#event-scroller h2 {
	padding-bottom: 15px;
}
.event-title {
	font-size: 20px;
	margin: 0;
	font-family: 'Alegreya', serif;
}
/* 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 .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;
}
a.load-more:hover {
	background: rgba(255, 255, 255, .8);
	border-color: #000;
	transform: scale(1.03);
}
/* 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 .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;
}
/* - Apply Online Form Page - */
#apply-online-wrapper {
	padding: 30px 0;
	text-align: center;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
	box-shadow: 0 0 10px inset #000;
}
#apply-online-wrapper form .gfield_label, #apply-online-wrapper form .gfield_radio li {
	font-size: 16px;
}
#apply-online-wrapper form input:not(.btn), #apply-online-wrapper form textarea {
	border: 1px solid #000;
	width: 100%;
}
#apply-online-wrapper form .ginput_container {
	margin-top: 0;
}
#apply-online-wrapper form .clear-multi {
	justify-content: space-between;
}
#apply-online-wrapper form .gfield_date_day, #apply-online-wrapper form .gfield_date_month, #apply-online-wrapper form .gfield_date_year {
	max-width: none !important;
	width: auto !important;
}
#apply-online-wrapper form #gform_page_6_6 .gfield_required {
	display: none;
}
#apply-online-wrapper form #gform_page_6_6 .gfield_checkbox li {
	display: flex;
	align-items: baseline;
	font-size: 18px;
}
#apply-online-wrapper form #gform_page_6_6 .gfield_checkbox li input {
	margin-right: 15px;
}
#apply-online-wrapper form #gform_page_6_6 .gfield_checkbox li label {
	max-width: 100%;
}
.apply-online-main-content h1 {
	text-align: center;
}
.pdf-download {
	margin-top: 15px;
}
form select {
	padding: 4px 5px !important;
	height: 34px;
	margin-bottom: 0 !important;
}
/* Sitemap & Thank You Pages */
#sitemap-main {
	padding: 20px 0;
	background-color: #e6e6e6;
	background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
	background-attachment: fixed;
}
#sitemap {
	padding: 20px 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;
}
h1.sitemap-title {
	text-align: center;
}
.sitemap-page {
	list-style: none;
	padding: 0;
	text-align: center;
	font-size: 38px;
}
.sitemap-page a {
	transition: all ease .8s;
	display: block;
}
.sitemap-page a:hover {
	transition: all ease .8s;
	transform: scale(1.03);
}
#thank-you-main {
	padding: 200px 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;
}
h1.thank-you {
	border: none !important;
	text-align: center;
	font-size: 50px;
}
/* = CONTACT INFO = */
#contact-info {
	padding: 20px 0px;
}
#contact-info h2 {
	font-weight: bold;
	font-size: 24px;
}
.contact-info-container {
	display: flex;
	align-items: center;
}
.hours, .footer-location {
	padding-right: 25px;
}
.footer-contact-links {
	margin-left: auto;
	display: flex;
	flex-flow: column;
	font-size: 20px;
}
.footer-contact-links a {
	font-family: 'Alegreya', serif;
}
.footer-contact-links span {
	padding: 5px 0;
}
.footer-contact-links .fas {
	font-size: 22px;
	font-weight: bold;
	padding-right: 10px;
}
.contact-info {
	display: block;
}
/* = FOOTER = */
footer {
	text-align: center;
}
.footer-inner .row {
	display: flex;
	align-items: center;
}
.footer-social {
	margin-left: auto;
	font-size: 28px;
}
.footer-social a, .footer-social a:hover, .footer-social a:focus {
	transition: all ease .7s;
}
.footer-copyright a {
	font-family: 'Alegreya', serif;
}
.footer-copyright:after {
	content: '|';
}
.list-inline {
	margin-bottom: 0;
	margin-left: 0;
	font-family: 'Alegreya', serif;
	padding-left: 0;
	list-style: none;
	margin-top: 0px;
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
/* = MEDIA QUERIES= */
@media screen and (max-width: 1400px) {
	.logo-one {
		max-width: 400px;
	}
	.slick-next {
		right: -20px;
	}
	.slick-prev {
		left: -20px;
	}
	.toggle-selection, .search-fields select {
		width: 95%;
	}
	.search-data {
		width: 95%;
		left: 2.5%;
		font-size: 13px;
	}
}
@media screen and (max-width: 1200px) {
	.header-contact {
		width: 17%;
	}
	.header-extra {
		width: 83%;
	}
	.logo-one {
		max-width: 300px;
	}
	.slick-next {
		right: -15px;
	}
	.slick-prev {
		left: -15px;
	}
	.navigation a {
		font-size: 15px;
	}
	.logo-full {
		width: 20%;
		padding: 0 10px;
	}
	#menu-main-menu>li {
		padding: 15px 10px;
	}
	.interior-page #menu-main-menu>li {
		padding: 15px 7px;
	}
	.social-media {
		width: 20%;
	}
	.rental-buttons .btn {
		padding: 10px;
	}
	.faq-toggle {
		font-size: 20px;
	}
	.blog-toggle {
		font-size: 18px;
	}
}
@media screen and (min-width: 992px) {
	.rental-item-box {
		padding: 10px;
	}
}
@media screen and (max-width: 991px) {
	.nav-and-social.flex-box-row {
		display: block;
	}
	.navigation {
		width: 100%;
	}
	.slick-next, .slick-prev {
		display: none !important;
	}
	.header-contact {
		font-size: 15px;
	}
	.header-contact .fas {
		padding-right: 5px;
		font-size: 18px;
	}
	#menu-main-menu>li {
		padding: 15px 6px;
	}
	.navigation a {
		font-size: 13px;
	}
	.social-media {
		width: 100%;
		font-size: 22px;
	}
	.flex-box-row {
		align-items: center;
	}
	.logo-one {
		max-width: 200px;
	}
	.logo-two {
		max-width: 150px;
	}
	.feature-flex-box .btn {
		bottom: 20px;
	}
	.btn {
		padding: 10px 15px;
	}
	.property-details-extra {
		position: relative;
	}
	.search-fields>div {
		margin: 10px 0;
	}
	.search-data {
		z-index: 1;
	}
	.feature-two-extra {
		padding: 30px 0;
	}
	.interior-page .header-inner {
		flex-direction: column;
	}
	.interior-page .header-extra {
		width: 100%;
	}
	.interior-page .header-buttons, .interior-page .nav-and-social, .interior-page .header-contact {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	img.pull-left, .alignleft {
		float: none !important;
		margin: 0 auto;
	}
	img.pull-right, .alignright {
		float: none !important;
		margin: 0 auto;
	}
	h1 {
		font-size: 26px;
	}
	.feature-blocks-inner {
		display: block;
	}
	.contact-info-container {
		display: block;
		text-align: center;
	}
	.hours, .footer-location {
		padding: 10px 0;
	}
	.footer-contact-links {
		display: block;
	}
	.footer-contact-links span {
		padding: 0 20px;
	}
	.footer-inner .row {
		display: block;
		padding: 10px 0;
	}
	.footer-copyright:after {
		content: '';
	}
	.feature-flex-box {
		width: 100%;
	}
	.property-content {
		top: auto;
		opacity: 1;
		font-size: 16px;
	}
	.property-content p {
		margin: 0;
	}
	.btn {
		padding: 7px 10px;
		letter-spacing: 1px;
	}
	.logo-full {
		display: none;
	}
	.testimonials-box {
		padding: 40px 20px;
	}
	.testimonial-scroll-up, .testimonial-scroll-down {
		right: 50%;
		transform: translateX(50%);
	}
	.testimonial-scroll-up {
		top: -15px;
	}
	.testimonial-scroll-down {
		bottom: -15px;
	}
	.feature-two-c2a-text, .feature-two-c2a-phone {
		display: block;
	}
	.promotion-image, .promotion-copy {
		padding: 0;
	}
	.rental-buttons .btn {
		display: block;
		margin: 5px;
	}
	.about-main-img {
		width: 100%;
	}
	.pull-left {
		padding: 0;
	}
	.faq-toggle, .blog-toggle {
		font-size: 16px;
	}
	/*Mobile Effective Styles*/
	body {
		margin-top: 100px
	}
	.mobile-nav, .menu-mobile-dropdown-menu-container, .home-link, .mobile-btn {
		display: block;
	}
	#menu-main-menu, .header-buttons, .social-media, .banner-image {
		display: none;
	}
	.logo {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		padding: 10px 0;
		background: #eaeaea;
	}
	#header {
		position: fixed;
		padding: 10px 0;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	.header-inner {
		display: block;
	}
	.header-contact {
		width: 100%;
	}
	.flex-box-cols {
		flex-flow: row;
		justify-content: space-around;
		margin-left: 30px;
		padding-right: 20px;
	}
	.main-nav {
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		height: 50px;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		flex-basis: 100%;
		z-index: 20;
	}
	.main-nav .mobile-nav {
		flex-flow: column nowrap
	}
	.main-nav .mobile-nav .mobile-list {
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: space-around;
		list-style: none
	}
	.main-nav .menu-wrap-container {
		display: none;
		position: absolute;
		right: 0;
		top: 50px
	}
	.main-nav .nav-list {
		padding: 0;
		margin: 0;
		list-style: none
	}
	.main-nav .nav-list .menu-item {
		text-align: center
	}
	.main-nav .nav-list .menu-item a {
		color: #333;
		display: block;
		padding: 10px 10px 5px;
		border-top: 1px dotted;
	}
	.main-nav .nav-list .menu-item:last-of-type a {
		border-bottom: 1px dotted;
	}
	.desktop-c2a {
		display: none;
	}
	.mobile-c2a {
		padding-left: 40px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: space-around;
		z-index: 20;
	}
	.home-link {
		display: block;
		position: absolute;
		left: 0;
		border-right: 1px solid #fff;
		padding: 0 10px;
		font-size: 20px;
	}
	.mobile-c2a .address .fas {
		font-size: 20px;
	}
	.logo-container {
		flex-basis: 100%;
	}
	.logo-container img {
		margin: 0 auto;
		width: 55%;
	}
}
@media screen and (max-width:700px) {
	.title, .counter {
		font-size: 14px;
	}
}
@media screen and (max-width:450px) {
	.rental-slider-inner {
		margin: 10px;
		box-shadow: 0 0 10px #000;
		padding: 10px;
	}
	.rental-slider-content {
		font-size: 12px;
	}
	.carousel-arrows {
		font-size: 22px;
	}
	.left.carousel-arrows {
		left: -20px;
	}
	.right.carousel-arrows {
		right: -20px;
	}
}
@media screen and (max-width: 360px) {
	.property-content {
		bottom: -10px;
		font-size: 14px;
	}
	.bedroom-bathroom-wrapper {
		display: block !important;
	}
}
/* Animations */
@-webkit-keyframes slide-in-blurred-top {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slide-in-blurred-top {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2);
	}
	100% {
		-webkit-transform: scale3d(1.0, 1.0, 1.0);
		transform: scale3d(0.7, 0.7, 0.7);
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2);
	}
	100% {
		-webkit-transform: scale3d(1.0, 1.0, 1.0);
		transform: scale3d(0.7, 0.7, 0.7);
	}
}
.zoomIn {
	animation-name: zoomIn;
}
@-webkit-keyframes cust-fade {
	from {
		filter: opacity(0);
		background: rgba(255, 255, 255, 0.9);
	}
	100% {
		filter: opacity(.7);
		background: rgba(255, 255, 255, 0);
	}
}
@keyframes cust-fade {
	from {
		filter: opacity(0);
		background: rgba(255, 255, 255, 0.9);
	}
	100% {
		filter: opacity(.7);
		background: rgba(255, 255, 255, 0);
	}
}
.banner-image {
	animation-name: cust-fade;
}
/* Animations */
/* Underline */
@-webkit-keyframes underline {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
@-moz-keyframes underline {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
@keyframes underline {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
/* Fade In Up */
@keyframes fadeInUp {
	from {
		transform: translate3d(0, 300px, 0);
		opacity: 0;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@-webkit-keyframes fadeInUp {
	from {
		transform: translate3d(0, 300px, 0);
		opacity: 0;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
/* Fade In Up Small */
@keyframes fadeInUpSm {
	from {
		transform: translate3d(0, 30px, 0);
		opacity: 0;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@-webkit-keyframes fadeInUpSm {
	from {
		transform: translate3d(0, 30px, 0);
		opacity: 0;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
.animated {
	animation-duration: 1.3s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-fill-mode: both
}
.fade-in-up {
	opacity: 0;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
/** Customizer Colors **/
a,
h1,
.navigation a:hover,
.navigation a:focus,
.social-media a,
.dropdown-menu>li>a,
.dropdown-menu>.active>a,
.nav-toggler,
.nav-toggler .fas,
a.load-more,
.carousel-arrows .fas:hover,
.carousel-arrows .fas:focus,
#contact-info a {
	color: var(--color-one);
}
.btn,
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
footer {
	background: var(--color-one);
}
.dropdown-menu,
.dropdown-menu>li>a,
a.load-more {
	border-color: var(--color-one);
}
a:hover,
a:focus,
.btn:hover,
.btn:focus,
.header-contact .fas,
.social-media a:hover,
.social-media a:focus,
.navigation a,
.slick-next:before,
.slick-prev:before,
.rental-search:hover .fas,
a.load-more:hover,
a.load-more:focus,
.footer-contact-links .fas,
#contact-info a:hover,
#contact-info a:focus,
.footer-social a:hover,
.footer-social a:focus,
footer a:hover,
footer a:focus {
	color: var(--color-two);
}
.rental-info .btn:hover,
.rental-info .btn:focus,
.press-coverage-box:nth-of-type(odd) {
	background: var(--color-two);
}
.btn,
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.property-content,
.press-coverage-box:nth-of-type(odd),
.press-coverage-box:nth-of-type(odd) a,
.rental-search .fas,
.rental-info .btn:hover,
.rental-info .btn:focus,
.footer-copyright:after {
	color: var(--color-three);
}
.dropdown-menu,
#meet-our-team,
.team-member,
.testimonials-box,
#community-main,
.rental-item-box-inner,
#available-rental-main,
.rental-slider-inner,
#apply-online-wrapper {
	background-color: var(--color-three);
}
.footer-social a,
footer a {
	color: var(--color-four);
}
.btn:hover,
.btn:focus,
#blog-main {
	background: var(--color-four);
}
@media screen and (max-width: 767px) {
	#header,
	.mobile-c2a {
		background: var(--color-one);
	}
	.main-nav .nav-list .menu-item a,
	.main-nav .nav-list .menu-item:last-of-type a {
		border-color: var(--color-one);
	}
	.property-content {
		color: var(--color-two);
	}
	#header,
	.header-contact a {
		color: var(--color-three);
	}
	.property-content,
	.main-nav,
	.main-nav .menu-wrap-container {
		background: var(--color-four);
	}
}
.banner-image,
body.interior-page #banner img {
	width: 100%;
}
.rental-items {
	align-items: stretch;
}
.rental-item-box-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.rental-item-content {
	flex: 1 0 auto;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}
.rental-item-box img {
	height: 340px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.slick-track {
	display: flex;
	align-items: stretch;
}
.slick-track .team-member {
	height: auto;
}
.press-coverage-box {
	display: flex;
	flex-direction: column;
}
.press-coverage-box-content {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}
.press-coverage-box-content .press-coverage-text {
	flex: 1 0 auto;
}
.social-media {
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-media .link {
	margin: 0 .25em;
}


/* Blog Template */
.blogs-row{
	display:flex;
}
.sidebar{
	padding:20px;
}
.blog-section {
  margin-bottom: 50px;
}
.blog-section .blog-inner {
	align-items: center;
}
.blog-section .blogs-row {
	justify-content: flex-end;
}
.blog-section .blogs-col {
	flex: 0 0 75%;
  margin-right: 30px;
}
.blog-section .sidebar-col {
	flex: 0 1 25%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.blog-section .blog {
	margin-bottom: 30px;
}
.blog-section .blog:nth-child(odd) {
	background-color: #eee;
}
.blog-section .blog:nth-child(odd) .image-col {
	order: 1;
	margin-right: 0;
}
.blog-section .blog .image-col {
	flex: 0 0 25%;
}
.blog-section .blog .content-col {
	padding: 12px;
  flex: 1 1 auto;
}
.blog-section .blog h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.blog-section .blog a {
	color: #000;
	font-weight: 400;
}
.blog-section .blog a:hover, .blog-section .blog a:focus {
	text-decoration: none;
}
.blog-section .blog .read-more-text {
	font-weight: 700;
	transition: all ease .3s;
}
.blog-section .sidebar {
	text-align: center;
	border: 2px solid;
}
.blog-section .sidebar .screen-reader-text {
	display: none;
}
.blog-section .sidebar .search-form {
	display: inline-flex;
	width: auto;
	position: relative;
	margin: 15px 10px;
}
.blog-section .sidebar .search-form button {
	position: absolute;
	right: 0;
	top: 0;
}
.blog-section .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-section .sidebar li {
	padding: 15px 0;
}
.blog-section .sidebar li:not(:last-child) {
	border-bottom: 1px solid;
}
.blog-section .sidebar h2 {
	border-bottom: none;
	margin-top: 8px;
	font-size: 22px;
}
.blog-section .sidebar a:hover, .blog-section .sidebar a:focus {
	text-decoration: none;
}
.blog-section .pagination {
	display: flex;
	margin: 0 0 20px;
	text-align: center;
  justify-content: center;
}
.blog-section .pagination .page-numbers {
  flex: 0 0 auto;
	padding: 6px 10px;
	color: #fff;
	transition: all ease .3s;
	margin-bottom: 5px;
	display: block;
  min-width: 2em;
}
.blog-section .pagination .page-numbers:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
}
.blog-section .pagination .page-numbers:not(:first-child) {
  border-left-width: 1px;
  border-left-style: solid;
}
.blog-section .pagination .page-numbers.dots {
	padding: 6px;
}
.blog-section .pagination .page-numbers:hover, .blog-section .pagination .page-numbers:focus {
	text-decoration: none;
}
.blog-section .blog .date {
  font-size: .9em;
  font-style: italic;
  margin-bottom: 10px;
  color: #666;
}
.main-section.single {
  margin: 50px 0;
}
.main-section.single .image.pull-left {
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.main-section.single .date {
  margin: 5px 0;
  font-size: .9em;
  color: #666;
}
@media screen and (max-width: 991px) {
	.row-md {
		display: block;
	}
  .row-md > .col:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
	.row-sm {
		display: block;
	}
  .row-sm > .col:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
	.blog-section .blogs {
		max-width: 500px;
		margin: 0 auto;
	}
	.blog-section .blog:nth-child(odd) .image-col {
		order: 0;
	}
  .main-section.single .image.pull-left {
    float: none !important;
    margin: 0 auto 20px;
  }
}
.blog-section .blog a:hover .read-more-text,
.blog-section .blog a:focus .read-more-text
{color: var(--color-1);}
.blog-section .pagination .page-numbers
{background-color: var(--color-1);}
.blog-section .blog .read-more-text
{color: var(--color-2);}
.blog-section .sidebar,
.blog-section .sidebar li:not(:last-child),
.blog-section .pagination .page-numbers
{border-color: var(--color-2);}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus
{background-color: var(--color-2);}	
.aligncenter {
  display: block;
  margin: 0 auto;
}
.pull-right,
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.pull-left,
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .pull-left,
  .alignleft {
	float: none !important;
	margin: 20px auto;
  }
  .pull-right,
  .alignright {
	float: none !important;
	margin: 20px auto;
  }
}