/*!
Theme Name: realestate
Theme URI: http://underscores.me/
Author: Chris Paccione
Author URI: https://chrispaccione.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: realestate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

realestate is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Theme Styles */
.no-scroll {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}

/* COVID-Banner
--------------------------------------------- */
.covid-banner a {
	color: #4da2d7;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.875;	
}

.covid-banner a:hover {
	text-decoration: underline;
}

.entry-header {
	margin-top: 2rem;
}

.gm-style-iw-d div {
	font-size: 1rem;
	font-weight: 800;
	padding: 1rem;
}


/* Suite Slider Styles */
.suite-slider-container .slick-dotted.slick-slider, .gallery-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.suite-slider-container .slick-dots, .gallery-slider .slick-dots {
    bottom: 20px;
}

.suite-slider-container .slick-dots li, .gallery-slider .slick-dots li {
    margin-right: 1rem;
}

.suite-slider-container .slick-dots li button, .gallery-slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.5);
    width: 34px;
    height: 6px;
    border-radius: 0;
    padding: 3px;
}

.suite-slider-container .slick-dots li button:before, .gallery-slider .slick-dots li button:before {
    content: none;
}

.suite-slider-container .slick-dots .slick-active button, .gallery-slider .slick-dots .slick-active button {
    background-color: #ffffff;
}

.single-post .nav-links {
	display: flex;
	flex-direction: row;
}


[x-cloak] {
	display: none !important;
}

/* jQuery Modal styles to overide WP Pagenavi styles */
.blocker {
	padding: 20px !important;
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.75) !important;
	text-align: center !important;
	border: none !important;
}

.suite-accordion .accordion-container:last-of-type {
	border: none;
}

.contact-ac .accordion-container:last-of-type {
	border: none;
}


/* Single Suites
----------------------------------------------- */

.suite-contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 4rem;
}

.suite-contact-grid img {
	width: 75%;
}

@media(min-width: 768px) {

	.suite-contact-grid {
		grid-template-columns: repeat(6, 1fr);
	}

	.suite-contact-one {
		grid-column: 1 / span 3;
	}
	
	.suite-contact-two {
		grid-column: 4 / span 3;
	}
}

@media(min-width: 1024px) {

	.suite-contact-one {
		grid-column: 1 / span 2;
	}
	
	.suite-contact-two {
		grid-column: 3 / span 2;
	}
}