a {

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



a:hover {

    color: #000;

}





/* Popup */



.popup-wrapper.active {

    opacity: 1;

    visibility: visible;

    pointer-events: none;

}



.popup-wrapper {

    position: fixed;

    z-index: 9999;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.84);

    overflow-y: auto;

    text-align: center;

    padding: 0 15px;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transition: all 1s;

}



.popup-wrapper .popup-container .popup-content {

    padding: 35px 20px;

    background: #fff;

    border: 2px solid #fff;

    border-radius: 10px;

    width: 477px;

    max-width: 100%;

    text-align: center;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}



.popup-container {

    width: 477px;

    max-width: 100%;

    text-align: center;

    margin: 0 auto;

    position: relative;

    pointer-events: auto;

    height: 100%;

}



.popup-wrapper .popup-container .popup-close {

    position: absolute;

    top: 11px;

    right: 13px;

    width: 32px;

    height: 32px;

    border: 1px solid #adadad;

    border-radius: 50%;

    background: transparent url(assets/images/popup-close.png) no-repeat;

    background-position: center center;

    background-size: 11px 12px;

    cursor: pointer;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    visibility: hidden;

}



.popup-wrapper .popup-container .popup-content .popup-logo {

    display: block;

    margin: 12px auto 40px;

    max-width: 100%;

}



.popup-wrapper .popup-container .popup-content .popup-title {

    font-size: 26px;

    font-weight: 100;

    line-height: 26px;

    color: #000;

    letter-spacing: 1.3px;

    text-transform: uppercase;

    text-align: center;

    margin: 30px 0 10px;

}



.popup-wrapper .popup-container .popup-content .popup-description {

    font-size: 15px;

    font-weight: 300;

    line-height: 20px;

    color: #000;

    text-align: center;

    margin-bottom: 23px;

}



.popup-wrapper .popup-container .popup-content .popup-form {

    position: relative;

    width: 377px;

    max-width: 100%;

    margin: 0 auto;

}



.popup-wrapper .popup-container .popup-content .popup-form .wpcf7-form-control-wrap {

    display: block;

}



.popup-wrapper .popup-container .popup-content .popup-form input[type="text"],

.popup-wrapper .popup-container .popup-content .popup-form input[type="email"],

.popup-wrapper .popup-container .popup-content .popup-form input[type="submit"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    display: block;

    width: 100%;

    height: 40px;

    border: 1px solid #000;

    padding: 0 10px;

    font-size: 15px;

    font-weight: 300;

    line-height: 15px;

    color: #000 !important;

    text-transform: uppercase;

    text-align: center;

    outline: none;

    margin: 0 auto 9px;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    background: rgba(0, 0, 0, 0);

    border-radius: 5px;

}



.popup-wrapper .popup-container .popup-content .popup-form textarea {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    display: block;

    width: 100%;

    height: 100px;

    border: 1px solid #000;

    padding: 15px 10px;

    resize: none;

    font-size: 15px;

    font-weight: 300;

    line-height: 15px;

    color: #000 !important;

    text-transform: uppercase;

    text-align: center;

    outline: none;

    margin: 0 auto 9px;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    background: rgba(0, 0, 0, 0);

}



.popup-wrapper .popup-container .popup-content .popup-form input[type="submit"] {

    background: #000;

    border-color: #000;

    color: #fff !important;

    font-weight: 700;

    margin-bottom: 0;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.popup-wrapper .popup-container .popup-content .popup-form input[type="submit"]:hover {

    background: #000;

    border-color: #000;

}



.popup-wrapper .popup-container .popup-content .popup-form .wpcf7-response-output {

    margin: 9px 0 0 0;

    font-size: 13px;

    width: 100%;

    text-align: center;

}





/* Custom Styles */



.header {

    padding: 20px 0 !important;

}



.header-inner {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.header .header-logo img {

    max-width: 300px;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



.header.active .header-logo img {

    max-width: 150px;

}



.header-navigation {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    flex-grow: 1;

    margin-right: 75px;

}



.header-navigation ul {

    display: flex;

    justify-content: flex-end;

    align-items: center;

}



.header-navigation ul li {

    margin-left: 30px;

}



.header-navigation ul li a {

    display: block;

    font-size: 16px !important;

    font-weight: 500 !important;

    color: #fff;

    text-transform: uppercase;

    letter-spacing: 1px;

}



.header-navigation ul li a:hover {

    color: #000;

}



.header-contact {}



.header-contact a {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    font-size: 16px;

    font-weight: 500;

    color: #fff;

    text-transform: uppercase;

    letter-spacing: 1px;

}



.header-contact a i {

    margin-right: 10px;

}



.header-contact a:hover {

    color: #000;

}



.slide-qs-wrapper {

    position: relative;

}



.slideshow {

    position: relative;

}



.slideshow:before {

    content: '';

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    background: #000;

    opacity: .25;

}



.slidehow-content {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}

.slideshow-tagline {
    margin-top: 100px;
}

.slideshow-tagline h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; 
    margin-top: 14px;
    text-align: left;
    line-height: normal;
    letter-spacing: 5px;
}



.slideshow-tagline h2 span {

    display: block;

    font-size: 40px;

}

.slideshow-tagline p {
    color: #fff;
    line-height: 1.5;
    font-size: 15px;
    margin-top: 30px;
    background: rgba(0,0,0,0.49);
    padding: 30px;
    letter-spacing: 0.5px;
}

.popup-tagline {}



.popup-tagline h2 {

    font-family: "Montserrat", sans-serif;

    font-size: 50px;

    font-weight: 600;

    color: #000;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-top: 14px;

    text-align: center;

}



.popup-tagline h2 span {

    display: block;

    font-size: 23px;

}





/*Index Custom form*/



.slideshow-form {

    background: #195368;
    border-radius: 0;
    padding: 40px 53px;
    max-width: 437px;
    margin: 0 auto;

}



.idx-form-box h2 {

    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 35px;
}

.idx-form-box h2 span {
    display: block;
    font-size: 30px;
}



.idx-form-box input,

.idx-form-box select {

    height: 40px !important;
    font-size: 12px !important;
    font-family: 'Barlow' !important;
    letter-spacing: 1.5px;
    line-height: 40px;
}



.idx-form-box .aidefcf-cl2.price-box input {

    max-width: 113px;

    width: 100%;

    margin-left: 0;

}



.idx-form-box select {

    padding: 0 7px !important;

}



.idx-form-box .aidefcf-cl2.fname-box input {

    width: 49.2%;

}


.idx-form-box .ai-default-cf7wrap input[type="submit"] {

    background: #0f8d14 !important;
    line-height: 52px !important;
    background: #0f8d14 !important;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    height: 52px !important;
    margin: 5px 0;
}

.idx-form-box .ai-default-cf7wrap .form-button {

    position: relative;

}



.idx-form-box .ai-default-cf7wrap .ajax-loader {

    margin: 0 !important;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.idx-form-box .ai-default-cf7wrap input[type="submit"]:hover {

    background: #0d5e11 !important;

}



.idx-form-box .wpcf7-response-output {

    margin: 5px 0 0 !important;
    color: #fff;

}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border: 1px solid #ff0000!important;
}


.idx-form-box .ai-contact-wrap {

    font-size: 0;

}



.aidefcf-cl2.price-box {

    font-size: 15px;

}



.featured-communities {

    padding: 110px 0 0;

}



.featured-listings {

    padding: 110px 0;

}



.fl-left::after {

    height: calc(100% + 220px) !important;

}



.hp-form {

    margin-top: 0;

}

.hp-welcome .welcome-content p:last-of-type {

    display: none;

}

.custom-container {
    max-width: 1400px;
    width: 100%;
}

.landing-contact a {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Barlow';
    color: #FFF;
    padding: 0;
    letter-spacing: 2px;
    margin: 0 5px;
    background: #0f8d14;
    text-transform: uppercase;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    align-items: center;
    width: 190px;
    text-align: center;
}

.landing-contact a:hover {
    background: #1A5368;
}

.landing-contact a:last-child {
    /*margin-right: 0;*/
}

.landing-contact span.ai-font-phone,
.landing-contact img {
    font-size: 14px;
    padding-right: 5px;
}

.hp-top-comm-content .site-title h2,
.hp-bot-comm-content .site-title h2 {
    line-height: 1.5;
}

.hp-top-comm {
    padding: 50px 0 80px;
}

.hp-top-comm-content .site-title {
    display: block;
    text-align: center;
}

    .hp-top-comm-content .site-title-count,
    .hp-top-comm-content .site-title-count {
        width: 385px;
        margin: 47px auto 0;
    }

.hp-top-comm-content .site-title .site-title-inner {
    display: block;
    text-align: center;
}

.comm-text-top .container {
    padding: 0;
}

.comm-text-top {
    font-family: 'Barlow';
    font-size: 18px;
    color: #555555;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 50px 0;
}

.comm-list-top canvas {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.comm-list-info {
    text-align: center;
    max-width: 100%;
    width: 443px;
    padding: 0 20px;
    margin: 0 auto;
}

.comm-list-info h3 {
    font-family: 'Barlow';
    font-size: 22px;
    font-weight: 600;
    color: #195368;
    text-transform: uppercase;
    margin: 20px auto;
}

.comm-list-desc {
    line-height: normal;
    color: #555555;
    font-family: 'Barlow';
    font-size: 16px;
}

.comm-list-desc p {
    margin-bottom: 20px;
}

.comm-list-desc span {
    color: #195368;
    font-weight: 700;
    text-transform: uppercase;
}

.comm-list-top-btn a, .comm-list-bot-btn a {
    display: block;
    color: #FFF;
    font-size: 24px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Barlow';
    background: #0f8d14;
    max-width: 512px;
    max-width: 355px;
    height: 67px;
    line-height: 67px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
}

.comm-list-top-btn a:hover, .comm-list-bot-btn a:hover {
    background: #1A5368;
}

.hp-bottom-comm {
    position: relative;
    padding: 0 0 150px 0;
}

.hp-bottom-comm:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 750px;
    background-image: url(https://www.saltzbergandassociates.com/wp-content/themes/saltzbergandassociates.com/images/welcome-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .10;
}

.hp-top-comm-content {
    z-index: 2;
    position: relative;
}

.comm-text-top .container {
    padding: 0;
}

.comm-text-bottom {
    font-family: 'Barlow';
    font-size: 18px;
    color: #555555;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 50px 0;
}

.comm-list-bottom {
    margin-bottom: 28px;
}

.comm-list-bottom canvas {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.comm-list-content h3 {
    color: #195368;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow';
    letter-spacing: 0.5px;
    text-align: center;
    margin: 20px 0;
}

.comm-list-top-btn {
    margin-top: 20px;
}

.wc-section .wc-content {
    margin-top: -32px;
    padding-top: 20px;
}

.wc-section .site-btn {
    display: block;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Barlow';
    background: #0f8d14;
    width: 512px;
    height: 67px;
    line-height: 67px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
    padding: 0;
    max-width: 100%;
    border: none;
}

.wc-section .site-btn span {
    color: #FFF;
}

.wc-section .site-btn:hover {
    background: #1A5368 !important;
}

.landing-contact a {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Barlow';
    color: #FFF;
    padding: 0;
    letter-spacing: 2px;
    margin: 0 5px;
    background: #0f8d14;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}

.landing-contact a:last-child {
    /*margin-right: 0;*/
}

.landing-contact span.ai-font-phone,
.landing-contact img {
    font-size: 14px;
    padding-right: 5px;
}

.main-footer .landing-contact {
    display: block;
    text-align: center;
    margin: 30px auto 0;
}

.main-footer .mf-top {
    padding-bottom: 63px;
}

/*New Homes*/

.page-template-template-index-home-for-sale .slideshow-tagline {
    margin-top: 0;
}

.page-template-template-index-home-for-sale .slideshow-tagline h2 {
    letter-spacing: -1px;
    text-shadow: 1px 1px 0px #000;
}

.page-template-template-index-home-for-sale .slideshow-tagline p {
    letter-spacing: 0;
}

.page-template-template-index-home-for-sale .hp-top-comm-content .site-title h2, .page-template-template-index-home-for-sale .hp-bot-comm-content .site-title h2 {
    font-size: 72px;
}

.page-template-template-index-home-for-sale .comm-list-top-btn a, .page-template-template-index-home-for-sale .comm-list-bot-btn a {
    /*font-size: 13px;
    max-width: 357px;
    height: 57px;
    line-height: 57px;*/
}

.page-template-template-index-home-for-sale .comm-list-bot-btn a {
    /*background: #195368;*/
}

.page-template-template-index-home-for-sale .wc-section .wc-content {
    margin-top: -72px;
    padding-top: 50px;
}

.page-template-template-index-home-for-sale .wc-section .site-btn {
    display: block;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Barlow';
    background: #0f8d14;
    width: 512px;
    height: 67px;
    line-height: 67px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
    padding: 0;
    max-width: 100%;
    border: none;
}

.page-template-template-index-home-for-sale .wc-section .site-btn:hover {
    background: #1A5368;
}

.page-template-template-index-home-for-sale .wc-section .site-btn.call-btn-alt {
    background: #FFF;
    border: 1px solid #195368;
    padding: 21px 0;
}

.page-template-template-index-home-for-sale .wc-section .site-btn.call-btn-alt span {
    color: #195368;
}

.page-template-template-index-home-for-sale .wc-section .site-btn.call-btn-alt:hover {
    background: #FFF !important;
}

.page-template-template-index-home-for-sale .wc-section .site-btn.call-btn-alt:hover span {
    color: #195368 !important; 
}

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

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

.wc-section .site-title {
    margin-top: 55px;
}
.wc-section .site-title h2, .wc-section .site-title h2 span {
    font-size: 72px;
    font-weight: 400;
}
.wc-section .site-title-count {
    margin-top: 30px;
}

.cycloneslider-template-responsive .cycloneslider-slide canvas {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    /* .cycloneslider-template-responsive{
        height: 800px;
    } */
}

@media only screen and (max-width: 991px) {

    #main-wrapper {

        /*padding-top: 52px;*/

    }

    .main-header .mh-logo {
        margin: 0 auto 20px;
    }

    .header {

        display: none;

    }

    .slidehow-content.qs-form {

        position: relative;

        padding: 50px 0;

    }

    .custom-container {
        width: 100%;
    } 

    .cycloneslider-template-responsive .cycloneslider-slide canvas {
        height: 630px;
    }
    
    .comm-list-content {
        margin-bottom: 60px;
    }

    .comm-list-top-btn a, .comm-list-bot-btn a {
        font-size: 18px;
    }

    .landing-contact a {
        /*margin-bottom: 20px;*/
        font-size: 15px;
        width: 160px;
    }

    .landing-contact a:last-child {
        margin-right: 5px;
        margin-bottom: 0;
    }

    .slideshow-tagline {
        margin-top: 100px;
    }

    .main-header {
        margin-top: 0;
    }

    .page-template-template-index-home-for-sale .hp-top-comm-content .site-title h2, .page-template-template-index-home-for-sale .hp-bot-comm-content .site-title h2 {
        font-size: 43px;
    }

    .wc-section .wc-img-holder {
        padding-left: 0;
    }

}



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

    .slideshow-tagline h2 {

        font-size: 50px;

    }

    .slideshow-tagline h2 span {

        font-size: 20px;

    }

}


.popular-container {
    width:100%;
   
}
.popular-container div {
    width:100%;
}
.popular-container .header {
    background-color:#d3d3d3;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}
.popular-container .popular-content {
    display: block;
    padding : 5px;
}
.popular-container .popular-content ul li.etPKim{
    display: none;
}
.popular-container .popular-content ul li.more{
     cursor: pointer;
}
