/*	
Base Name: Murex	
Description: Design Options	
Author: Rumspeed	
Author URI: https://rumspeed.com	
*/

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap');

/**
 * Reset Styles
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: rgb(49 71 88);
	line-height: 1.5;
	font-size: 16px;
	font-weight: 500;

}

@media (min-width: 850px){
    body{
        font-size: 20px;
    }
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration: none;
}

p{
	margin: 20px 0;
}

h1,h2{
	font-size: 1.5em;
	line-height: 1.25;
}

@media (min-width: 850px){
    h1,h2{
        font-size: 2.5em;
    }
}

h3{
	font-size: 1.7em;
}

h4{
	font-size: 1.25em;
}

#sticky-header,
.site-header {
    box-shadow: 0 0 10px 0 #000;
    z-index: 1;
}

#branding .header-top-contact .container {
    display: flex;
    justify-content: center;
}

.header-content {
    float: left;
}

.header-content .wrap {
    padding: 0px 20px;
}

.header-nav {
    display: flex;
    padding: 0;
    align-items: center;
}

.header-nav .wrap{
    float: right;
    margin-right: 0;
}

.wrap.clearfix {
    max-width: 100%;
}

.header-top {
    width: 100%;
}

.site-header .wrap {
    display: flex;
    flex-wrap: wrap;
}

.header-top .wrap {
    justify-content: center;
}

.header-content {
    width: 20.83333%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-content .site-logo a {
    display: flex;
}
.header-content .site-logo a img {
    max-height: 120px;
    margin: 10px auto;
}

#main {
    padding: 0;
}

.page-title {
    text-transform: uppercase;
}

.col-2 {
    width: 100%;
}

.container{
	max-width: 1180px;
	margin: auto;
	width: 90%;
}

.content-section{
	padding: 40px 0;
}

@media(max-width: 949px){
	.content-section .df {
	    flex-flow: column;
	    text-align: center;
	}
}

.cta-btn {
    background: #b8af9e;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
    padding: 20px;
}

.padding-tb-50{
	padding: 50px 0;
}

.grey-bkg{
	background: rgba(184,175,157,.1);
}

.light-blue-bkg{
	background: rgba(194, 233, 235, .2);;
}

.contact-header {
    align-items: center;
    background: #7dcbd5;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.contact-header__list-item {
    display: inline;
}

.contact-header__list-item a {
    color: #fff;
    padding: 10px 20px;
}

.svg-inline--fa.fa-stack-1x {
    height: 1rem;
    width: 1.25rem;
}

.svg-inline--fa.fa-stack-2x {
    height: 2rem;
    width: 2.5rem;
}

.fa-stack {
    height: 1.5em;
}

.header-top {
    font-size: 1em;
}

.top-contact .contact-label {
    font-size: .8em;
}

.header-top-nav {
    display: flex;
    align-items: center;
}

.main-nav__menu li {
    display: inline;
}

.main-nav__menu-item a {
	color: #7dcbd5;
    padding: 10px;
}

.tb-primary-menu>li>.menu-btn {
    font-size: 16px;
    padding: 16px 14px;
}

.main-nav {
    display: none;
}

@media(min-width: 1080px){
	.main-nav {
	    display: block;
	}
}

#hero-page-title {
    background: #c6e9ef;
    color: #fff;
    text-transform: uppercase;
}

#hero {
    overflow: hidden;
    position: relative;
}

#hero h1,
#hero h2{
    margin-bottom: .5em; 
}

#hero h1 {
    font-size: 2em;
}

#hero h2 {
    font-size: 1.5em;
}

.hero__subtitle{
    font-size: 1.7em;
}

#hero a.btn-default {
    background: #c6e9ef;
    border-color: #c6e9ef;
    color: #314758;
}

#hero .cta-btn {
    background: #fff;
    color: #7dcbd5;
}

#hero .download-brochure-btn {
    color: #fff;
    padding: 20px 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    text-align: center;
}

#hero .download-brochure-btn:hover {
    transform: scale(1.1);
}

@media(min-width: 720px){
    #hero .download-brochure-btn {
        position: absolute;
        right: 0;
        z-index: 999;
        top: 0;
    }

    #hero .download-brochure-btn:before {
        height: 0;
        width: 0;
        display: block;
        content: "";
        position: absolute;
        left: -55px;
        border: 32px solid;
        top: 0;
        border-left: 30px solid transparent !important;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
}

#hero,
.slide-wrap {
    height: 60vh;
    min-height: 400px;
}

.slide-wrap {
    align-items: center;
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
}

.hero__content {
    flex: 1 1 33%;
}
.hero__image {
    flex: 1 1 66%;
}

@media(min-width: 1500px){
    #hero,
    .slide-wrap {
        max-height: 600px;
    }

}

@media(min-width: 950px) and (max-width: 1500px){
    #hero,
    .slide-wrap {
        max-height: 500px;
    }

}

@media(max-width: 1500px){
    #hero h1 {
        font-size: 1.5em;
    }

    #hero h2 {
        font-size: 1em;
    }
}

.slick-dots {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 5rem;
    top: 0;bottom: 0;
    height: 100%;
    z-index: 3;
    overflow: hidden;
}


.slick-dots li {
    margin-bottom: 1.95rem;
}

.slick-dots li button {
    background: transparent;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    margin-bottom: 1.95rem;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #fff;
}

@media(min-width: 951px){
    .slick-dots {
        flex-flow: column;
        right: 5rem;
    }

    .slick-dots li:first-of-type:before{
        content: '';
        position: absolute;
        left: 50%;
        bottom: 102%;
        height: 100rem;
        width: 1px;
        background: #fff;
    }

    .slick-dots li:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 102%;
        height: 2rem;
        width: 2px;
        background: #fff;
    }

    .slick-dots li:last-of-type:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 102%;
        height: 100rem;
        width: 2px;
        background: #fff;
    }    
}

@media(max-width: 950px){
    .slide-wrap {
        flex-direction: column;
    }

    .slick-dots {
        transform: translateX(50%);
        right: 50%;
        top: 20px;
    }


}

.hero__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero__content-wrap {
    max-width: 700px;
    margin: 50px auto;
    padding: 0 30px;
    text-align: center;
}

.hero__image {
    height: 100%;
}

.hero__image img {
    width: 100%;
}

@media(min-width: 950px){
	.section-content {
	    padding: 0 20px 0 0;
	}

	.section-image {
	    padding: 0 0 0 20px;
	}

	.df--row-reverse .section-content {
	    padding: 0 0 0 20px;
	}

	.df--row-reverse .section-image {
	    padding: 0 20px 0 0;
	}
}

#community-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.community-links__wrap {
    align-items: center;
    background: #fff;
    border-radius: 100%;
    display: flex;
    height: 290px;
    justify-content: center;
    margin: 20px auto;
    overflow: hidden;
    width: 290px;
}

.inner-overlay{
	background: #333;
	border-radius: 100%;
    position: relative;
}

.community-link {
    align-items: center;
    color: #7dcbd5;
    display: block;
    font-size: 1.5em;
    justify-content: center;
    position: relative;
    width: 400px;
    height: 400px;
    opacity: .5;
    transition: 0.5s ease;
}

.cl-title {
    color: #fff;
    font-size: 1.25em;
    left: 50%;
    position: absolute;
    text-align: center;
    text-shadow: 0px 1px 5px #000;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
}

.cl-bkg-img{
	border-radius: 100%;
	opacity: .5;
    transition: 0.5s ease;

}

.community-link:hover{
	opacity: .8;
}

@media (min-width: 600px){
	.community-links__wrap {
	    height: 380px;
        width: 380px;
	}

	#glance {
	    display: flex;
	    justify-content: space-between;
	}
}

#glance svg {
    font-size: 3em;
}

.glance__info {
    margin: 0 15px;
}

.glance__info.col-3 img {
    max-width: 50px;
}

.glance__number {
    font-size: 3.5em;
    display: block;
}

.image-section {
    height: 600px;
}

.image-section-cta {
    align-items: flex-end;
    display: flex;
    height: 600px;
    padding: 50px 0;
}

.image-section-cta .btn {
    margin: 20px auto 50px;
}

#community-amenities h2 {
    text-align: center;
    margin: 0 0 30px;
    letter-spacing: 1px;
}

.amenitites-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.amenities-featured {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.amenities-featured li.amenity-icon {
    margin: 20px 0;
    width: 180px;
    flex: 1 1 8em;
    width: auto;
    height: auto;
}

.contact__wrap {
    display: flex;
    padding: 50px 0;
}

.contact-facebook {
    max-width: 300px;
}

.community-info {
    padding-right: 30px;
}

.available-homes-form .gform_wrapper .top_label li.gfield.gf_left_half, 
.available-homes-form .gform_wrapper .top_label li.gfield.gf_right_half {
    display: block;
    width: 100%;
}

.available-homes-form #gform_2 .gform_footer {
    text-align: left !important;
}

.mhc_home-section div.home-features {
    background-color: transparent;
    text-align: left;
    width: 100%;
}

.home-features p{
    font-size: 1.25em;
}

.available-homes-form {
    width: 100%;
}

.mhc_home-section .top.container.group {
    padding: 20px;
}

@media (min-width: 820px){
	.mhc_home-section .top.container.group {
	    align-items: baseline;
	    display: flex;
	    justify-content: space-around;
	}
}

.available-homes-form h2.form-title {
    text-align: left;
}

.homes-archive-link a {
    color: inherit;
    font-weight: 400;
    letter-spacing: 2px;
}

@media (max-width: 1080px){
	.contact__wrap {
	    flex-flow: column;
	}

	.community-info {
	    padding: 0;
	}
}

.special {
    padding: 50px;
}

.special:nth-child(2n) {
    background: rgba(184,175,157,.1);
}

.img-logo {
    margin: 20px;
    max-width: 150px;
}

@media (min-width: 960px){
	#association {
	    display: flex;
	}
}
.footer-top.container {
    padding: 0;
}

.gform_footer.top_label {
    text-align: center;
}

.footer-top{
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.footer-column {
    width: 33%;
    padding: 0 40px;
}

.footer-column a{
    color: #fff;
}

@media (min-width: 960px){
    .footer-column.left {
        text-align: right;
    }    
}

@media (max-width: 959px){
    .footer-column:nth-child(2):before, .footer-column:nth-child(2):after {
        display: none;
    }
}

.footer-column.middle {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.footer-logo {
    width: 100%;
}

footer .site-logo.image-logo {
    margin: auto;
}

@media (max-width: 860px){
	.footer-top{
		flex-flow: column;
	}

	.footer-column,
	.footer-column.left {
		margin: 0 auto 20px;
	    padding: 0;
	    text-align: center;
	    width: 100%;
	}

	.footer-column.middle {
		border: none;
	    order: -1;
	}
}

.office-hours {
    margin: 20px 0;
}

.fc-content{
	margin: 20px 0;
}

.footer-bottom{
	background: #fff;
	padding: 20px 0;
	text-align: center;
}



#mosaic-container {
    width: 100%;
    margin: 2em auto;
}

#mosaic-container img {
    margin-bottom: 3%;
    max-width: 100%;
}

@media (min-width: 600px){
    .mosaic-column{
        -moz-column-count:3;
        -moz-column-gap: 3%;
        -moz-column-width: 30%;
        -webkit-column-count:3;
        -webkit-column-gap: 3%;
        -webkit-column-width: 30%;
        column-count: 3;
        column-gap: 3%;
        column-width: 30%;
    }
}

.scroll-view{
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 1s ease-in, visibility 1s ease-in, transform 1s ease-in;
    visibility: hidden;
}

.scroll-view.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

li.scroll-view:nth-child(1),
div.scroll-view:nth-child(1) {
    transition-delay: .15s;
}

li.scroll-view:nth-child(2),
div.scroll-view:nth-child(2) {
    transition-delay: .3s;
}

li.scroll-view:nth-child(3),
div.scroll-view:nth-child(3) {
    transition-delay: .45s;
}

li.scroll-view:nth-child(4),
div.scroll-view:nth-child(4) {
    transition-delay: .6s;
}

#map {
    margin-bottom: 1em;
}

.map__container {
    display: flex;
    flex-direction: column;
}

.map__box {
    width: 100%;
}

.map__contact-details {
    margin: 2em;
}

.map__conact-section {
    margin-bottom: 1em;
}

@media(min-width: 1366px){
    .map-box{
        width: 60%;
    }

    .details-box{
        width: 40%;
    }
}
@media(min-width: 1024px){
    .map__container {
        flex-direction: row-reverse;
    }

    .map .right-col iframe {
        height: 100%;
    }
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-flow: row wrap;
}

.copyright .footer-icon.fontawesome {
    font-size: 1.5em;
}

.copyright a {
    color: inherit;
}

.copyright a:hover,
.copyright a:focus{
    text-decoration: underline;
}

.video-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: 800px;
}

.video-lightbox.lightbox-active {
    display: flex;
}

.video-lightbox .themeblvd-video-wrapper .video-inner {
    padding: 0;
    height: auto;
}

.themeblvd-video-wrapper {
    width: 100%;
    height: 100%;
}

.video-lightbox iframe {
    width: 100%;
    height: 450px;
    position: relative;
}

.close-lightbox {
    position: absolute;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    bottom: -50px;
    padding: 0.5rem 1rem;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}

.close-lightbox:hover, 
.close-lightbox:focus {
    background: #6db0a1;
    color: #fff;
}

.video-overlay-bkg{
    visibility: hidden;
    opacity: 0;
    background: hsl(0deg 0% 0% / 0%);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.video-overlay-bkg.lightbox-active{
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    background: hsl(0deg 0% 0% / 70%);
}

body.lightbox-active{
    overflow: hidden;
}

ul.tb-social-icons li {
    float: none;
    display: inline-block;
    margin: 0 5px;
}