:root {
  --accent: #80132d;
}

/* Apartments Single */

.apt-property-container {
   overflow: hidden;
   padding-bottom: 25px;
}
.apt-property-container .apt-property-top-section {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 30px 0px 15px 0px;
}
.apt-property-back {
    margin-bottom: 18px;
    display: inline-block;
    text-decoration: underline;
}
.apt-property-back .fa {
	padding-right: 4px;
}
@media (min-width: 1000px) {
	.apt-property-column-left,
	.apt-property-column-right {
	   float: left !important;
	   width: 50% !important;
	   box-sizing: border-box !important;
	}
	.apt-property-column-left {
		padding: 40px 0px 25px 0px;
		verticle-align: middle !important;
	}
	.apt-property-column-right {
		padding: 70px 0px 70px 60px;
		verticle-align: middle !important;
	}
}
@media (max-width: 1000px) {
	.apt-property-column-left,
	.apt-property-column-right {
		float: left !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	.apt-property-column-left {
		padding: 40px 0px 40px 0px;
		verticle-align: middle !important;
	}
	.apt-property-column-right {
		padding: 0px 0px 70px 0px;
		verticle-align: middle !important;
	}
}
.apt-property-grid {
    max-width: 1200px;
    padding-left: 35px;
    padding-right: 35px;
    margin: auto;
    box-sizing: border-box;
}
.apt-property-title-holder {
    margin-bottom: 20px;
}
.apt-property-title-holder h1 {
    color: #4d5755;
	font-family: 'Poppins' !important;
    font-weight: 500;
    font-size: 33px !important;
    line-height: 40px !important;
	letter-spacing: 8px;
	text-transform: uppercase !important;
}
.apt-property-title-holder  .apt-property-price {
	font-weight: 600;
	text-transform: uppercase;
	color: #2d2d2d;
	padding-top: 9px;
}
.apt-property-amenities-holder {
	padding-bottom: 20px;
}
.apt-property-amenities-holder ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.apt-property-amenities-holder li {
	text-transform: uppercase;
	letter-spacing: 0.75px;
	font-size: 12px !important;
	list-style-position: outside;
	margin-left: 13px;
	padding-left: 6px;
}
.apt-property-detail-holder {
	padding-top: 8px;
	padding-bottom: 25px;
}
.apt-property-detail-holder .apt-property-details .apt-icon-holder {
	display: inline-block;
    width: 100px;
    text-align: center;
    background-color: transparent;
    padding: 11px 0px;
    box-sizing: border-box;
	border: 1px solid #f3f3f3;
	margin-right: 10px;
}
.apt-property-detail-holder .apt-property-details .apt-icon-holder img {
	width: 35px;
	height: 35px;
	text-align: center;
	margin-bottom: 2px;
}
@media (max-width: 780px) {
	.apt-property-detail-holder .apt-property-details .apt-icon-holder {
	    width: 85px;
	    padding: 11px 0px;
		margin-right: 5px;
	}
	.apt-property-detail-holder .apt-property-details .apt-icon-holder img {
		width: 30px;
		height: 30px;
		text-align: center;
		margin-bottom: 2px;
	}
}
.apt-property-detail-holder .apt-property-details .apt-icon-holder p {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px !important;
	line-height: 11px !important;
}
.apt-property-container .apt-property-button-holder {
	padding-top: 17px;
}
.apt-property-container .apt-property-button-holder a {
	font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    background-color: var(--accent);;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
	padding: 13px 22px;
	border-color: var(--accent);;
	color: #fff;
}
.apt-property-container .apt-property-button-holder a:hover {
    color: #0d1b29;
    background-color: #fff;
	border-color: #0d1b29;
}
.apt-property-description h2,
.apt-property-elementor-amenities h2,
.apt-property-related h2,
.apt-property-video-tour h2 {
    padding-bottom: 13px;
    color: #000000;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 30px !important;
	letter-spacing: 1px;
	text-transform: uppercase !important;
}
.apt-property-description {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}
.apt-property-video-tour {
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: left;	
}
.apt-property-video-tour h2 {
	padding-bottom: 23px;
}
.apt-property-video-tour iframe {
	width: 100% !important;
}
.apt-property-video-tour .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
	margin-bottom: 50px;
}
.apt-property-video-tour .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.apt-property-elementor-amenities {
	padding-top: 40px;
	padding-bottom: 0px;
	text-align: left;
}
.apt-property-related {
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: left;
}
.apt-property-related h2 {
    padding-bottom: 20px;
}
.apt-property-related .apt-shortcode-container {
	margin-left: -0.6%;
	margin-right: -0.6%;
}

/* Floor Pans Gallery */

.apt-image-carousel {
    background: #fff;
    overflow: hidden !important;
    display: block !important;
	border: 1px solid #f3f3f3;
	box-sizing: border-box;
}
.apt-image-carousel-cell {
    width: 100%;
    height: 425px;
    margin-right: 0px;
    border-radius: 0px;
    counter-increment: carousel-cell;
    overflow: hidden !important;
}
.apt-image-carousel-cell img {
    width: 100%;
    height: 425px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    vertical-align: middle;
    object-fit: cover;
    border-radius: 0px !important;
}
@media (min-width: 770px) and (max-width: 1000px) {
    .apt-image-carousel-cell, .apt-image-carousel-cell img {
        height: 300px  !important;
    }
}
@media (max-width: 770px) {
    .apt-image-carousel-cell, .apt-image-carousel-cell img {
        height: 300px  !important;
    }
    .apt-image-carousel-cell {
        width: 100%;
        margin-right: 0px;
        border-radius: 0px;
        counter-increment: carousel-cell;
        overflow: hidden !important;
    }
}
.flickity-button {
    position: absolute;
    background: transparent !important;
    border: none;
    color: #000 !important;
	border-radius: 50px !important;
}
.flickity-button:hover {
    color: var(--accent); !important;
}
.flickity-prev-next-button {
    top: unset !important;
	bottom: -5px !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 32.5% !important;
    top: 32.5% !important;
    width: 40% !important;
    height: 40% !important;
}
.flickity-prev-next-button.previous {
    left: unset !important;
	right: 47px !important;
}
.flickity-prev-next-button.next {
    right: 12px !important;
}
.apt-image-carousel-cell.floor-plans img {
    object-fit: contain;
}
.apt-property-price.no-price-alert {
	padding-top: 20px;
}


/* APT Shortcode Grid View */

.apt-shortcode-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.property-shortcode-single {
    display: inline-block;
    float: left;
    background: 0 0;
    border: 0;
    margin: 0;
    vertical-align: baseline;
    outline: 0;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-bottom: 25px;
}
.property-shortcode-single {
    padding: 0px;
    box-sizing: border-box;
    margin: 0.6% !important;
    padding-bottom: 55px !important;
	  text-align: center !important;
}
@media (min-width: 920px) {
    .property-shortcode-single {
      	width: 32.13%;
    }
}
@media (max-width: 920px) {
    .property-shortcode-single {
      	width: 100%;
    }
}
@media (max-width: 920px) {
    .property-shortcode-single {
        margin-bottom: 12px !important;
    }
}
.apt-shortcode-title-holder {
	margin-top: 7px;
    margin-bottom: 0px;
}
.apt-shortcode-title-holder h2 a {
    color: var(--accent);;
    font-weight: 600;
    font-size: 17px !important;
    line-height: 25px !important;
	letter-spacing: 0px;
	text-transform: uppercase !important;
}
.apt-shortcode-title-holder  .apt-shortcode-price {
	font-weight: 500;
	text-transform: uppercase;
	color: #2d2d2d;
	padding-top: 1px;
	font-size: 12.5px !important;
	font-family: Arial !important;
}
.apt-shortcode-details-holder {
	padding-top: 12px;
	padding-bottom: 16px;
}
.apt-shortcode-details-holder .apt-property-details .apt-icon-holder {
	display: inline-block;
    width: 30%;
    text-align: center;
    background-color: transparent;
    padding: 10px 0px;
    box-sizing: border-box;
	border: 1px solid #f3f3f3;
	margin: 0 0.5%;
}
.apt-shortcode-details-holder .apt-property-details .apt-icon-holder img {
	width: 17px;
	height: 17px;
	text-align: center;
	margin-bottom: 0px;
}
.apt-shortcode-details-holder .apt-property-details .apt-icon-holder p {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 9.6px !important;
	line-height: 9px !important;
}
.apt-shortcode-container .apt-shortcode-button-holder {
	padding-top: 17px;
}
.apt-shortcode-container .apt-shortcode-button-holder a {
	font-family: "Roboto", Sans-serif;
    font-size: 10.25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: var(--accent);;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px;
	padding: 15px 24px;
	border-color: var(--accent);;
	color: #fff;
	margin: 0px 4px;
}
@media (max-width: 960px) {
    .apt-shortcode-container .apt-shortcode-button-holder a {
        font-size: 9px !important;
        letter-spacing: 2px !important;
        padding: 13px 20px !important;
    }
}
.apt-shortcode-container .apt-shortcode-button-holder .apt-learn-button  {
    color: #0d1b29;
    background-color: #fff;
	border-color: #0d1b29;
}
.apt-shortcode-container .apt-shortcode-button-holder a:hover {
    color: #0d1b29;
    background-color: #fff;
	border-color: #0d1b29;
}
.apt-shortcode-container .apt-shortcode-button-holder .apt-learn-button:hover {
    color: #fff;
    background-color: var(--accent);;
	border-color: var(--accent);;
}
.apt-shortcode-thumbnail {
	height: 250px;
	display: -webkit-box;
    -webkit-box-pack: bottom;
    -webkit-box-align: bottom;
    vertical-align: text-bottom;
    object-fit: cover;
	margin: 0!important;
	text-align: center !important;
	border: 1px solid #f3f3f3;
}
.apt-shortcode-thumbnail img {
	width: 100%;
	height: 100%;
	text-align: center;
    display: block;
	object-fit: cover;
}


/* Related Floor Plans */

.apt-property-related .property-shortcode-single h2 {
    padding-bottom: 0px !important;
	padding-top: 9px;
}


/* Formidable Accent */

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    border-color: var(--accent) !important;
    background-color: var(--accent)  !important;
}


/* Header Accent */

.light:not(.sticky):not(.scrolled) nav.main_menu ul li.active a span.underline_dash, .light:not(.sticky):not(.scrolled)  nav.vertical_menu ul li.active a span.underline_dash,
.light:not(.sticky):not(.scrolled) nav.main_menu ul li:hover a span.underline_dash, .light:not(.sticky):not(.scrolled)  nav.vertical_menu ul li:hover a span.underline_dash{
    background-color: var(--accent) !important;
}


.apt-property-description p {
  white-space: pre-wrap;     /* respect newlines + allow wrapping */
  overflow-wrap: anywhere;   /* handle very long words */
}