/*
Theme Name: Red River Management Child Theme
Template: genesis
Version: 1.0.0
Text Domain: genesis-child
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Gabarito', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #000;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 30px;
}

.white-text {
	color: #fff;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Gabarito', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 700;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

::placeholder {
	color: #000;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body.gform_wrapper .gform_footer input[type="submit"],
body.gform_wrapper .gform_page_footer input[type="submit"],
body.gform_wrapper .gform_page_footer input[type="button"], 
.button {
	padding: 10px 30px;
	border-radius: 50px;
	font-family: 'Lexend Giga', sans-serif;
  	text-transform: uppercase;
	letter-spacing: 1px;
 	font-size: 14px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #666;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}



/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 700;
	padding: 0.5em;
}
@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}
/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}



/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
}

@media only screen and (min-width: 960px) {
	.site-inner {
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
}

/* Common Classes
---------------------------------------------------------------------------- */

	/* Column Classes
	--------------------------------------------- */
@media only screen and (min-width: 960px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

}
	
/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #000;
}

.widget-title {
	color: #000;
  	font-size: 15px;
 	font-weight: 400;
 	 font-family: 'Lexend Giga', sans-serif;
  	text-transform: uppercase;
  	letter-spacing: 1px;


}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}


/* container & heading */
.business‐hours h4 {
  margin: 0 0 0.75em;
  font-size: 1rem;
  color: #fff;
}

/* reset list */
.hours‐list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* each row */
.hours‐list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* last row remove border if you like */
.hours‐list li:last-child {
  border-bottom: none;
}

/* day name (lighter) */
.hours‐list .day {
  opacity: 0.6;
  width: 40%;
  font-size: 0.9rem;
}

/* time (stand out) */
.hours‐list .time {
  font-size: 0.9rem;
  white-space: nowrap;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .bldm-main-listings-page .bldm-listing-item {
    width: 100% !important;
  }
}

 .bldm-listing-filters {
	max-width: 100% !important;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 0px;
	background: transparent;
	 
}
 .bldm-listing-filters form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.bldm-listing-filters {
  padding: 40px 0;
  text-align: center;
  background: transparent !important; 
}
.bldm-main-listings-page .bldm-listing-filters { 	
		border-radius: 25px; 
		box-shadow: 0 4px 12px rgba(23, 80, 106, 0.3) !important; 
}
 .bldm-listing-filters input[name="filters[location]"] { 
	 min-width: 300px !important;
}
 .bldm-listing-filters input, 
 .bldm-listing-filters select {
	flex: 1;
	min-width: 120px;
	padding: 8px;
	border: 1px solid #ddd;
}
 .bldm-listing-filters input[type="submit"] {
	color: white;
	border: none;
	cursor: pointer;
	font-weight: bold;
	border-radius: 50px;
		}
		 
.bldm-main-listings-page .bldm-listing-item {
	width: 30.5% !important;
	margin: 0 0 4% 0 !important;
	border-radius: 15px !important;
	overflow: hidden !important;
	position: relative !important;
	box-shadow: 0 4px 12px rgba(23, 80, 106, 0.3) !important;


}

option[value="Office"],option[value="Retail"], option[value="Industrial"], option[value="ShoppingCenter"],
option[value="Storage"],
option[value="ParkingSpace"] {
	display: none; }


.single-listing .available-rentals-content {
	display: none;}

@media only screen and (max-width: 767px) {
  .bldm-listing-filters input[name="filters[rent-min]"], .bldm-listing-filters input[name="filters[rent-max]"] {
    width: 100% !important;
    min-width: 120px;
    flex: 1;
  }
	.bldm-listing-filters select[name="filters[bedrooms]"], .bldm-listing-filters select[name="filters[bathrooms]"] {
    width: 100% !important;
  }
	
	.bldm-listing-filters input[name="filters[location]"] {
  min-width: 250px !important;
}
	 .bldm-main-listings-page .bldm-listing-item {
		 width: 100% !important; }
}

.bldm-details {
	padding: 15px !important;
	padding-bottom: 15px !important;
	background: #fff !important;
	margin-top: -7px !important;
	padding-bottom: 40px !important;
}
.bldm-listing-items-grp .bldm-column {
	padding: 0px;
}

h2.bldm-lstng_ttl, h3.bldm-address {
	font-size: 20px !important;
	font-weight: 500 !important;
}
	
/* Flex Layout */
.bldm-section-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
	clear:	both;
}
.bldm-address-hdng { 
	font-weight: bold; 
}

.bldm-main-listings-page .bldm_page_hdng { 
	color: #000; }

.bldm-has-tour .bldm-matterport-container {
	flex: 0 0 70%;
	display: flex;
	flex-direction: column;
}

.bldm-floorplan-container { 
	width: 100%;}
.bldm-has-tour .bldm-map-container {
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
}

.bldm-no-tour .bldm-map-container {
	flex: 0 0 100%;
}

.bldm-matterport-container,
.bldm-map-container {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

/* Ensure inner content stretches fully */
.bldm-iframe-wrapper,
.bldm-map-wrapper {
	flex: 1;
	height: 100%;
}


.bldm-map-wrapper {
	height: 400px;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.bldm-iframe-wrapper {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0;
	overflow: hidden;
	max-width: 100%;
	border-radius: 8px;
}

.bldm-iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}



.bldm-two-fifth, .bldm-three-fifth {
	width: 100%;
	padding: 0 
}

.bldm-bed-bath-std li.unit-detail__unit-info-item {
	position: relative;
	padding-left: 28px;
	line-height: 1.6;
}

.bldm-details-left li {
	list-style-type: none !important;
	}


.bldm-prmry-btn	 {
	letter-spacing: 0px !important;
	background-color: #000 !important;
	color: #fff;
}
.bldm-prmry-btn:hover	 {
	letter-spacing: 0px !important;
	background-color: #444 !important;
	color: #fff;
}
.bldm-details-right .bldm-rent-hdng img.bldm-price-tag {
	display: none;
}
.unit-detail__actions a.bldm-apply-btn, .bldm-prmry-btn	 {
	border: 1px solid #000;
	border-radius: 50px;
	background-color:#000;
}

.unit-detail__actions a.bldm-req-btn {
	border: 1px solid #000; 
	border-radius: 50px;
}
.unit-detail__actions .btn { 
  font-family: 'Lexend Giga', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;}
.bldm-details-right .bldm-rent-hdng {
		text-align: left;
}

.bldm-bed-bath-std .bldm-bed::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/themes/rrm/images/bed-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
}
.bldm-bed-bath-std	.bldm-bath::before {
content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/themes//rrm/images/bath-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
}
.bldm-bed-bath-std	.bldm-sqft::before {
content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/themes/rrm/images/sqft-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
}
.bldm-bed-bath-std	.bldm-built::before {
content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/themes/rrm/images/built-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
}
.bldm-price-text::before {content: '';
	width: 35px;
	height: 35px;
	background-image: url('/wp-content/themes/rrm/images/price-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
	display:inline-block;
	top: 10px;
	position: relative;
}

.bldm-address-hdng a::after {
	content: 'View on Google Maps';
	display: inline-block;
}
.bldm-imgcolumn img,
.bldm-imgcolumn .bldm-img-thumb,
.bldm-img-view-all a.bldm-view-all-button{
	border-radius: 6px;
}
.bldm-imgcolumn{
	border-radius: 6px;
}
.bldm-imgcolumn:hover img,
	.bldm-imgcolumn:hover .bldm-img-thumb,
.bldm-img-view-all a.bldm-view-all-button{
	transform: scale(1.02);
	}
ul.bldm-bed-bath-std {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
 margin: 0 !important;
	padding: 0 !important;

}

.bldm-gallery {
	border-radius: 15px !important;
	overflow: hidden; 
	position: relative; 
}

.bldm-numbertext {
	border-radius: 0 !important;
}

.bldm-main-listings-page .bldm-listing-item span.bldm-lstng-avail {
	background: #000000 !important;
	letter-spacing: 0 !important;
	border-radius: 50px !important;
	margin: 5px !important;
	font-size: 16px !important;
}

.bldm-details .bldm-lstng_ttl { 
	margin-bottom: 0;
}

.bldm-main-listings-page .bldm-listing-item img.bldm-bedimg, .bldm-main-listings-page .bldm-listing-item img.bldm-bathimg {
	width: 25px !important;
	height: auto !important;
	margin: 0 7px !important;
	display: inline !important;
}

.bldm-main-listings-page  span.bldm-rent-price {
	letter-spacing: 1px;
	position: relative;
	left: 0px;
	font-size: 18px;
	top: 0px;
	margin: 12px;
	border-radius: 50px;
	max-height: 40px;
}



@media only screen and (max-width: 768px) {
	.bldm-listing-filters form {
		flex-direction: column;
	}
	.bldm-listing-filters input, 
	.bldm-listing-filters select {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.bldm-section-wrap {
		}

	.bldm-has-tour .bldm-matterport-container,
	.bldm-has-tour .bldm-map-container,
	.bldm-no-tour .bldm-map-container {
		flex: none;
		width: 100%;
		display: inline;
	}
	
	.bldm-iframe-wrapper, .bldm-map-wrapper {
		flex: none;
	}
}
@media only screen and (max-width: 500px) {
	.bldm-lst-dtls {
		display: inherit; }
	
	.bldm-details-left, .bldm-details-right {
		width: 100% !important;
		padding: 0;
	}
	.bldm-details-right p:last-child {
		display: flex;
		justify-content: left;
}
	.bldm-img-view-all { 
		width: 100% !important;
		background-color: #000; 
		text-align: center;
		margin-top: 10px;
		border-radius: 500px;
}
	.bldm-img-view-all a.bldm-view-all-button	{
		color: #fff;
		background-color: #000;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		transition: opacity 0.2s ease; 
	}
	.bldm-address-hdng {
		font-weight: bold;
		padding-top: 20px;
}
	
	.bldm-column .unit-detail__actions {
		text-align: center; 
	}
	.unit-detail__actions {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.unit-detail__actions a {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 0 !important;
		text-align: center;
	}
	
	.bldm-imgcolumn .bldm-img-thumb { 
		height: 75%; }

}

@media only screen and (min-width: 961px) {
	.bldm-sl-wrapper {
		max-width: 1250px;
		margin: 0 auto;
		color: #000;
	}

	.bldm-lst-dtls {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem;
		border-bottom: 1px solid #ddd;
		padding-bottom: 1.5rem;
		margin-bottom: 2rem;
	}

	.bldm-details-left {
		flex: 1 1 100%;
	}

	.bldm-lst-dtls .bldm-details-right {
		flex: 1 1 100%;
		text-align: left !important;
	}

	.bldm-details-right .bldm-rent-hdng {
		text-align: left !important;
		font-size: 2rem;
		padding-top: 0;
	}

	.bldm-details-right p:last-child {
		display: flex!important;
		justify-content: normal !important;
	}

	.bldm-details-right #bldm-avail-txt {
		color: #28a745;
		font-weight: bold;
	}

	.bldm-gallery {
		text-align: center;
		margin-bottom: 1.5rem;
	}

	.bldm-gallery img {
		max-width: 100% !important;
		height: auto;
		border-radius: 8px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}

	.bldm-row {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		justify-content: center;
		margin-top: 20px;
	}

	.bldm-imgcolumn,
	.bldm-img-view-all {
		position: relative;
		width: 48% !important;
		aspect-ratio: 3 / 2;
		overflow: hidden;
		box-sizing: border-box;
	}

	.bldm-imgcolumn img,
	.bldm-imgcolumn .bldm-img-thumb {
		position: absolute;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		transition: transform 0.2s ease;
		cursor: pointer;
		opacity: 0.6;
	}

	.bldm-row .bldm-imgcolumn:nth-child(5) {
		margin-left: 0;
		margin-right: auto;
	}

	.bldm-img-view-all .bldm-view-all-button {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url('/wp-content/uploads/2025/06/gallery-thumb.jpg') center center / cover no-repeat;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		padding: 1em;
		text-decoration: none;
		transition: opacity 0.2s ease;
	}

	.bldm-view-all-button:hover {
		opacity: 0.85;
	}

	.bldm-half,
	ul li.bldm-column.bldm-column--sm5 {
		width: 48%;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 1rem;
	}

	.unit-detail__actions a {
		background: #000;
		color: #fff;
		padding: 0.6rem 1.2rem;
		margin-right: 0.5rem;
		display: inline-block;
		border-radius: 4px;
		text-decoration: none;
		font-weight: 700;
	}

	.unit-detail__actions a:hover {
		background: #444;
	}



	.bldm-section-inner ul {
		margin-bottom: 0;
	}



	.bldm-two-fifth,
	.bldm-three-fifth {
		width: 48% !important;
	}

	.close_bldm_pp,
	span#bldm_pp_prev,
	#bldm_pp_next {
		font-family: "Lexend Giga", sans-serif;
	}

	.bldm-matterport-container, .bldm-map-container {
		clear: both;
	}
}
/* Beaver Builder Full Width
	---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 960px) {
	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}


	.fl-builder .site-inner, .fl-theme-builder-singular .site-inner {
		padding: 0;
		border-top: none;
		max-width: none;
	}

	.fl-builder .site-inner .wrap , .fl-theme-builder-singular .site-inner .wrap {
	max-width: none;
	}

	.fl-builder .entry,	.fl-theme-builder-singular .entry	{
	padding: 0;
	margin-bottom: 0;
	border-top: none;
	}

}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #000;
	outline: #ccc solid 1px;
}

/* Top Bar
--------------------------------------------- */
.topbar {
	background: transparent;
    color: #fff;
    padding: 8px 30px;
    font-size: 14px;
	position: relative;	
	z-index: 50;
}

.topbar .wrap {
	margin: 0 auto;
}
.topbar .widget {
	margin-bottom: 0px;
}

.topbar .widget p {
    margin: 0 0 0px !important;
    padding: 0;
}
.topbar .widget .phone {
    padding-left: 5px;
}
.topbar-left {
	float: left;
 	
}

.topbar-right {
	float: right;
}

.topbar a {
	color: #fff;
}

.topbar a:hover {
	color: #ccc;
}

.topbar li {
	display: inline-block;
	margin: 0 20px 0 0;
}


.topbar-icons {
  display: flex;
  gap: 0.4rem;
}

.topbar-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
	color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.topbar-social-icons a:hover {
  background-color: #999999;
}
.topbar .topbar-links {
	padding: 0 5px;
}

@media only screen and (min-width: 959px) {
	.topbar {
		display: block;
		height: 40px;
		overflow: hidden;
		text-align: left;
	}

}


@media only screen and (max-width: 960px) {
	.topbar  {
		
	display: none;
	} 
}



/* Site Header
---------------------------------------------------------------------------- */



		
		
@media only screen and (min-width: 960px) {


	.admin-bar .site-header {
		top: 32px;
	}
}



.site-title {
	margin: 0 auto;
	flex: 1;
	text-align: center;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #000;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}



.scrolled .secondary-logo,
.not-scrolled .primary-logo{
	display: none;
}


.site-header {
	 box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
	position: sticky;
	top: 0;
	 z-index: 1000; }

.not-scrolled .site-header {
	background-color: transparent;
	
	
}


.scrolled .site-header {
	background-color: #fff;
	position: sticky;}



.site-header > .wrap {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.site-nav-wrap {
	flex-grow: 1;
}
.site-nav-inner {
	display: flex;
	 justify-content: center;
}
.nav-primary {
		display: flex;
		align-items: center;

}
.nav-primary .genesis-nav-menu {
	display: flex;
	align-items: center;
		white-space: nowrap; 
}

/* Action Buttons Menu */
.action-buttons-nav {
	margin-left: 20px;
}

.action-buttons-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.action-buttons-menu li {
	margin-left: 10px;
}

.action-buttons-menu li a {
	padding: 10px 30px;
	border-radius: 50px;
	font-family: 'Lexend Giga', sans-serif;
  	text-transform: uppercase;
	letter-spacing: 1px;
 	font-size: 14px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.not-scrolled .action-buttons-menu li a {
	padding: 10px 30px;
	border-radius: 50px;
	font-family: 'Lexend Giga', sans-serif;
  	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.action-buttons-menu li a:hover{
	background-color: #666;
	
}

.not-scrolled .action-buttons-menu li a:hover{
	color: #fff;
	
}
@media only screen and (max-width: 400px) {
	.action-buttons-menu li a {
		 	font-size: 12px;
	} }

@media only screen and (max-width: 1475px) {
	.action-buttons-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		background: #fff;
		box-shadow: 0 -3px 6px rgba(0,0,0,0.1);
		padding: 10px 16px;
		margin: 0; /* override desktop margin-left */
	}

	.action-buttons-menu {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.action-buttons-menu li {
		margin: 0;
		flex: 1; /* spread buttons evenly */
	}

	.action-buttons-menu li a {
		display: block;
		text-align: center;
		padding: 12px 16px;
		border-radius: 9999px;
		background: #000;
		color: #fff;
		text-decoration: none;
	}

	.not-scrolled .action-buttons-menu li a {
		padding: 10px 30px;
		border-radius: 50px;
		font-family: 'Lexend Giga', sans-serif;
  		text-transform: uppercase;
		letter-spacing: 1px;
 	font-size: 14px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
	
}
@media only screen and (max-width: 960px) {
	.title-area {
	text-align: center;
	margin: 0 auto;
	} 
	.site-header {
	display: flex;
	background-color: #fff !important;
	padding: 0 10px;
	}

	.site-header .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	}

	.title-area {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	float: none !important;
	margin: 0 auto;
	text-align: center;
	}

	.primary-logo {
	display: block !important;
	margin: 0 auto;
	}

	.primary-logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	}

	.secondary-logo {
	display: none !important;
	}

	
	.site-nav-wrap {
	flex-shrink: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	}

	.site-nav-inner {
	display: none; 
	}

	.genesis-nav-menu .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 180px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        flex-direction: column !important;
        width: auto;
    }

    .genesis-nav-menu .menu-item:hover > .sub-menu,
    .genesis-nav-menu .menu-item:focus-within > .sub-menu {
        display: flex;
        flex-direction: column;
        left: 0;
        opacity: 1;
        z-index: 100;
    }

    .genesis-nav-menu .sub-menu .menu-item {
        display: block !important;
        width: 100%;
    }
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu .menu-item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
  .genesis-nav-menu .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    min-width: 220px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.09);
    padding: 0;
    margin: 0;
    z-index: 100;
    flex-direction: column !important;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
  }
  .genesis-nav-menu .menu-item:hover > .sub-menu,
  .genesis-nav-menu .menu-item:focus-within > .sub-menu {
    display: block;
  }
  .genesis-nav-menu .sub-menu .menu-item {
    display: block;
    width: 100%;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
  }
  .genesis-nav-menu .sub-menu .menu-item:last-child {
    border-bottom: none;
  }
  .genesis-nav-menu .sub-menu a {
    color: #000;
    background: transparent;
    display: block;
    padding: 18px 28px;
    font-family: 'Lexend Giga', sans-serif;
    letter-spacing: 2px;
    text-align: left;
    text-transform: none;
    transition: background 0.2s, color 0.2s;
    border-radius: 0;
  }
  .genesis-nav-menu .sub-menu a:hover,
  .genesis-nav-menu .sub-menu a:focus {
    color: #666;
    text-decoration: none;
  }
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu .sub-menu a {
		border:none; }
	
	#hero-slider { top: -130px;
position: relative; }}






.page .entry-header-wrapper, .single-post  .entry-header-wrapper, .error404   .entry-header-wrapper{
	margin-top: -130px; 
	padding-top: 225px;
	padding-bottom: 100px;	position: relative;
	z-index: 1;
	color:#fff;
	background-color: #000;
	text-align: center;
}

.entry-header-wrapper .entry-title {	 font-family: 'Lexend Giga', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px }

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.not-scrolled .genesis-nav-menu a	{	
	color: #fff;}

.not-scrolled .genesis-nav-menu .sub-menu a {
	color: #000;} 

.site-header .genesis-nav-menu .menu-item-has-children {
  position: relative;
}

.site-header .genesis-nav-menu .menu-item-has-children > .sub-menu {
  top: 100%;               
  left: 50%;               
  transform: translateX(-50%);
  width: 240px !important; 
  background: #fff;        
  box-sizing: border-box;
}

.site-header .genesis-nav-menu .sub-menu li > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;         
	letter-spacing: 0px
}




.not-scrolled .genesis-nav-menu a:hover, .not-scrolled .genesis-nav-menu a:focus, .not-scrolled  .genesis-nav-menu .current-menu-item > a{ 
	color: #666;}

.genesis-nav-menu a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	font-family: 'Lexend Giga', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	opacity: 1;
}


.menu-item-has-children > a::after {
  content: " +";
  display: inline-block;
  margin-left: .3em;
  font-weight: normal;
}

.menu-item-has-children:hover > a::after,
.menu-item-has-children:focus-within > a::after { 
	content: " −"; }
@media only screen and (min-width: 960px) {


	.genesis-nav-menu .menu-item {
		display: inline-block;
	}
.site-header > .wrap {
    display: flex;
    align-items: center;
}

.site-header .title-area {
    flex: 0 0 auto;
}

.site-header .site-nav-wrap {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;   /* centers nav */
}

.site-header .genesis-nav-menu {
    display: flex;
    justify-content: center;
    width: auto;               /* shrink to fit */
    margin: 0 auto;            /* keep centered */
}

.site-header .action-buttons-nav {
    flex: 0 0 auto;
    margin-left: auto;
}
/* Make header wrapper flex row */
.site-header > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo left */
.site-header .title-area {
  flex: 0 0 auto;
}

/* Nav wrapper in the middle */
.site-header .site-nav-wrap {
  flex: 1 1 auto;
  display: flex;
  justify-content: center; /* centers the UL */
}

/* Nav UL shrinks to its items */
.site-header .genesis-nav-menu {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: auto;
}

/* Action buttons stay pinned right */
.site-header .action-buttons-nav {
  flex: 0 0 auto;
  margin-left: auto;
}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #000;
		border-radius: 3px;
		color: #fff;
		font-weight: 700;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #000;
	}



	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}
	
	.site-header .genesis-nav-menu .menu-item-has-children {
		position: relative;
	}

	.site-header .genesis-nav-menu .menu-item-has-children > .sub-menu {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		width: 240px;
	}
	.site-header .genesis-nav-menu .menu-item-has-children:hover > .sub-menu {
		display: block;
		opacity: 1;
	}

	
	/* Responsive Menu
	--------------------------------------------- */

	/* .js .nav-primary {
		display: block;
		padding-top: 15px;
	}	*/

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}


}

/* Header Menu
--------------------------------------------- */
/*
.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}
*/
@media only screen and (min-width: 960px) {

.nav-primary {
		margin: 0 auto;
		float: none;
		clear: both;
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #000;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */



/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}


@media only screen and (min-width: 960px) {

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}
	
}
/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}
.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	color: #000;
  	font-size: 15px;
 	font-weight: 400;
 	 font-family: 'Lexend Giga', sans-serif;
  	text-transform: uppercase;
  	letter-spacing: 1px;

}
@media only screen and (min-width: 960px) {

	.footer-widgets .wrap {
		max-width: 1440px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

.social-icons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icons a:hover {
  background-color: #666;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {





	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1440px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

body.js #mobile-menu-toggle[aria-expanded="true"] {
	outline: none;
}

/* Hide mobile menu toggle on larger screens */
@media (min-width: 960px) {
	#mobile-menu-toggle,
	#mobile-menu,
	#mobile-menu-overlay {
		display: none !important;
	}
}