/*
Theme Name: Driscoll at River Oaks
Theme URI: -
Author: Resident360 - Solayman Haider
Author URI: https://resident360.com
Description: Just another theme by Resident360.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: indigo
*/

.iframe-toggle {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	margin-bottom: 20px;
	display: block;
}
.iframe-toggle:hover {
	color: var(--accent-color);
	text-decoration: underline;
}

.iframe-wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.iframe-wrapper.open {
  max-height: 1643px; /* big enough for iframe content */
  opacity: 1;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 1643px;
  border: 0;
}

.section-intro {
	margin-bottom: 30px;
	max-width: 860px;
	margin: 0 auto;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

.section-intro p {
	color: #fff;
}

.section-intro p a:hover,
.section-intro a:hover {
	color: #fff;
}

#content-section {
	background-color: var(--extra-dark-gray);
	overflow: auto;
	padding: 50px 0;
}

body.showdrawermenu .concession-banner {
	height: 0 !important;
}
