/*Index Custom form*/

.slideshow-form {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 15px;
    max-width: 325px;
    margin: auto;
    margin-top: 56px;
}

.slideshow-contents {
    position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
}

.slider-caption {
    transform: translateY(0);
    text-align: center;
    margin: 20px 0;
}

.idx-form-box h2 {
    font-size: 22px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #FB7A03;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 10px;
}

#idx-custom-form input,
#idx-custom-form select {
    margin: 2px 0;
    border-radius: 3px;
}

#idx-custom-form .aidefcf-cl2.price-box input {
    max-width: 113px;
    width: 100%;
    margin-left: 0;
}

#idx-custom-form select {
    padding: 0 !important;
}

#idx-custom-form .aidefcf-cl2.fname-box input {
    width: 49.2%;
}

body form#idx-custom-form .ai-default-cf7wrap input[type="submit"] {
    background: #FB7A03 !important;
    line-height: 1;
    padding: 2px;
    font-size: 24px;
    font-weight: 100;
    border-radius: 7px;
    margin-top: 10px;
}


/* 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: #1f1f1f;
    border: 2px solid #333232;
    border-radius: 10px;
    width: 477px;
    max-width: 100%;
    text-align: center;
    /* margin: 106px auto; */
    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(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: #fff;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 9px;
}

.popup-wrapper .popup-container .popup-content .popup-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    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 #fff;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    color: #fff !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: #823777;
    border-color: #823777;
    color: #fff;
    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: #284164;
    border-color: #284164;      
} */

.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 {
    width: 100%;
    /* padding: 20px 0; */
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: rgba(10, 10, 10, 1);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-size: 0;
}

.header.fixed {
    padding: 10px 0;
    background-color: rgba(10, 10, 10, .85);
}

.index-header-logo {
    padding: 15px 0;
}

.index-header-logo a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    display: none;
}

.page-id-5 .index-header-logo a {
    display: block;
}

.navigation {
    width: 100%;
    padding: 17px 0;
    text-align: left;
}

#nav li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

#nav li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

.index-header-contact,
.index-header-contact a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    padding: 17px 0;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

.index-header-contact span {
    margin-right: 10px;
    font-size: 12px;
}

.index-slidehow-content {
    position: absolute;
    top: 30%;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
}

.index-footer-right {
    text-align: center;
}

.index-footer-right span {
    font-size: 20px;
}

.index-custom-form {
    margin-top: 50px;
}

.index-custom-form input {
    width: 500px;
    font-size: 14px;
    font-style: italic;
    padding: 10px 15px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: #a7a7a7;
    display: block;
    margin: 5px auto;
}

#cf2 {
    display: none;
    opacity: 0;
}

.slide-qs-wrapper {
    position: relative;
}

.slidehow-content {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.slidehow-content.seller {
    transform: translateY(-29%);
}

.slidehow-content.buyer .slideshow-caption {
    margin-top: 35%;
}

.footer {
    margin-top: 50px;
    padding: 50px 0;
    background: #000;
    color: #fff;
    font-size: 0;
}

.index-footer-navigation {
    text-align: center;
}

.index-footer-left {
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

.footer .footer-contact .contact {
    display: block;
    margin-left: 0;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.footer .footer-contact .contact span {
    font-size: 18px;
    margin-right: 8px;
}

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

.footer .footer-contact h2 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3px;
}

.footer .contact-form {
    position: relative;
    /* padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .5); */
    margin-bottom: 40px;
}

.footer .contact-form label {
    width: 24.25%;
    margin: 0 .5%;
    display: inline-block;
    vertical-align: top;
}

.footer .contact-form label:first-of-type {
    margin-left: 0;
}

.footer .contact-form label:last-of-type {
    margin-right: 0;
}

.footer .contact-form input,
.footer .contact-form textarea {
    width: 100%;
    height: 35px;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #ffffff;
    line-height: 28px;
    color: #0D1D33;
}

.footer .contact-form input::placeholder,
.footer .contact-form textarea::placeholder {
    color: #0D1D33;
}

.footer .contact-form input[type="submit"] {
    width: 19px;
    height: 19px;
    font-size: 0;
    position: absolute;
    bottom: 32px;
    right: 32px;
    border: none;
    background-image: url(http://mwebb-pendingcom.rs4.aios-staging.com/app/themes/aios-starter-theme-child/index-landing-page/assets/images/submit-btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Home Valuation */

.index-home-valuation .wmhw-form-wrapper {
    background: none;
}

.index-home-valuation .wmhw-title,
.index-home-valuation .wmhw-subtitle {
    display: none;
}


/* .index-home-valuation .wmhw-control-wrap.next-wrap div {
    background: #0D1D33;
}

.index-home-valuation .wmhw-control-wrap.icon-warp span {
    color: #0D1D33;
} */


/* .aios-property-style-3 */

.aios-property-style-3 {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.aios-property-style-3 h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 25px 0;
    line-height: 30px;
    color: #c1c1c1;
    font-weight: 600;
}

.sol-wrap h2 {
    padding: 0;
    color: #fff;
    text-align: left;
    letter-spacing: 0;
}

.aios-property-style-3 h2 strong {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    /* display: block; */
}

.aios-property-style-3 .fp-wrap canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #d7d7d7;
    display: block;
}

.aios-property-style-3 .fp-wrap canvas img {
    width: 100%;
    height: auto;
    display: block;
}

.aios-property-style-3 .fp-wrap .fp-list {
    margin-bottom: 50px;
}

.aios-property-style-3 .fp-wrap .fp-list a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    color: inherit;
    text-decoration: none;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details {
    /* position: absolute; */
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.35); */
    padding: 16px 0px;
    /* color: #000; */
    border-bottom: 1px solid #c7c7c7;
    position: relative;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details h3 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.001em;
    color: #000;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details p {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    padding-top: 7px;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details span {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 83px;
    height: 38px;
    line-height: 38px;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #823777;
    margin-top: -19px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    background: url(https://cdn.agentimagehosting.com/w2QBjQrQXtCWIH6JwgCk8/2019/03/arrow.png);
    top: 24px;
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details span:hover {
    background-color: #284164;
}

.ip-banner {
    background: url(http://mwebb-pendingcom.rs4.aios-staging.com/app/uploads/2019/02/iStock-471104670.jpg);
    background-size: cover;
    background-position: center center;
    height: 300px;
}

.footer-contact {
    text-align: center;
}

.footer-contact form {
    position: relative;
}

.footer-contact .wpcf7-form-control-wrap {
    width: 30%;
    margin: 1%;
    display: inline-block;
}

.footer-contact .wpcf7-form-control-wrap.your-message {
    width: 94%;
    margin: 1% auto;
    display: block;
}


/* .aios-cta-style-2 */

.aios-cta-style-2 {
    margin: 50px 0 20px;
}

.aios-cta-style-2 .cta-list {
    margin-bottom: 30px;
}

.aios-cta-style-2 .cta-list a {
    display: block;
    width: 100%;
    height: 98px;
    text-align: center;
    background: #823777;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.aios-cta-style-2 .cta-list a:hover {
    background: #712f67;
}

.aios-cta-style-2 .cta-list a:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.aios-cta-style-2 .cta-list a span {
    display: inline-block;
    vertical-align: middle;
}

#content-sidebar #content {
    width: 100%;
}

.page-id-45 #content h1.entry-title {
    display: none;
}

.ai-default-cf7wrap input[type="submit"] {
    background: #0D1D33 !important;
}

.ai-default-cf7wrap input[type="submit"]:hover {
    background: #284164 !important;
}

img {
    max-width: 100%;
}

.popup-content img {
    width: 320px;
    margin-bottom: 50px;
}

#nav li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #fff;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    transition: all .5s;
}

#nav li a:hover:after {
    width: 100%;
}

.step-wrap {
    filter: drop-shadow(0px 0px 8px #000000);
}

.header-phone {
    font-size: 14px;
    color: #fff;
    padding: 21px 0px;
    text-align: right;
}

.slideshow-caption img {
    max-width: 660px;
    /* text-align: left; */
    float: left;
}

body {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#main-wrapper main {
    background: #fff;
}

.ip-container #main-wrapper::after {
    display: none;
}

.footer {
    margin-top: 0px !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    margin-right: 12px;
}

span.wpcf7-form-control-wrap input {
    width: 100%;
    font-size: 17px;
    color: #797979;
    text-indent: 10px;
    padding: 9px;
    background: #000;
    border: 1px solid #cccccc;
    outline: none;
}

.mess {
    display: inline-block;
    position: relative;
    /* border: 2px solid; */
    border: 1px solid #cccccc;
    vertical-align: top;
}

.mess .wpcf7-submit {
    font-size: 0px;
    width: 27px;
    height: 27px;
    position: absolute;
    border: 0px;
    /* background: transparent; */
    background: url(https://cdn.agentimagehosting.com/w2QBjQrQXtCWIH6JwgCk8/2019/03/send-icon-1.png) no-repeat center center;
    top: 1px;
    right: 1px;
    padding: 20px;
    outline: none;
}

span.wpcf7-form-control-wrap.message input {
    border: 0px;
}

div.wpcf7-response-output {
    text-align: center;
    font-size: 17px;
    border: 0px;
    background: #ff6565;
    padding: 14px;
}

div#wpcf7-f722-o1 {
    text-align: center;
}

.container.index-get-in-touch {
    border-bottom: 1px solid #717171;
    padding-bottom: 61px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 24px;
    width: 100%;
    max-width: 1119px;
}

.footer-navigation img {
    display: block;
    margin: 0px auto;
    /* padding: 60px 0px; */
    padding-top: 60px;
    padding-bottom: 36px;
}

.footer-navigation ul {
    text-align: center;
}

.page-template-template-sell-your-home .slideshow-caption img {
    float: inherit;
}

.aios-property-style-3 .sol-wrap .fp-list a .pro-details {
    position: absolute;
    left: 0;
    bottom: 4px;
    height: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    padding: 9px 30px;
}

.aios-property-style-3 .sol-wrap .fp-list a .pro-details h3 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.001em;
}

.aios-property-style-3 .sol-wrap .fp-list a .pro-details p {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    padding-top: 7px;
}

.aios-property-style-3 .sol-wrap .fp-list a .pro-details span {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 83px;
    height: 38px;
    line-height: 38px;
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #823777;
    margin-top: -19px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.aios-property-style-3 .sol-wrap .fp-list a {
    position: relative;
}

.sol-wrap .fp-list {
    margin-bottom: 26px;
}

.aios-property-style-3 .sol-wrap .fp-list a canvas {
    width: 100%;
    height: auto;
}

.ip-banner {
    display: none;
}

#inner-page-wrapper {
    padding-top: 118px;
    margin-bottom: 20px;
    background: url(https://cdn.agentimagehosting.com/w2QBjQrQXtCWIH6JwgCk8/2019/03/contact-bg.jpg);
    background-size: cover;
    min-height: 900px;
}

#content .entry {
    color: #000;
}

#content .entry-title {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 36px;
}

.page-id-750 .post-750 .wpcf7 {
    text-align: left;
}

.page-id-750 .post-750 span.wpcf7-form-control-wrap input {
    background: rgba(255, 255, 255, 0.4);
}

.page-id-750 .post-750 span.wpcf7-form-control-wrap.your-message textarea {
    width: 100%;
    margin: 0px;
    margin-top: 14px;
    border: 1px solid #cccccc;
    /* font-size: 14px; */
    /* color: red; */
    font-size: 17px;
    color: #797979;
    text-indent: 10px;
    padding: 9px;
}

.page-id-750 .post-750 span.wpcf7-form-control-wrap.Phonenumber {
    margin-right: 0px;
}

.page-id-750 .post-750 span.wpcf7-form-control-wrap.your-message {
    width: 100%;
    max-width: 1098px;
    margin: 0px auto;
}

.page-id-750 .post-750 .wpcf7-form-control-wrap {
    margin-right: 17px;
}

.page-id-750 .post-750 input.wpcf7-form-control.wpcf7-submit {
    background: #823877;
    border: 0px;
    width: 100%;
    padding: 12px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 200px;
    float: left;
}

.ip-index-forms {
    color: #000;
}

.ip-index-forms span.wpcf7-form-control-wrap input {
    background: #fff;
    color: #000;
    text-indent: unset;
    outline: unset;
}

.ip-index-forms .wpcf7-form-control-wrap {
    margin-right: 0;
}

#ihf-map-canvas {
    display: none;
}

/* Media Queries */

@media only screen and (max-width: 991px) {
    .aios-property-style-3 h2, .aios-property-style-3 h2 strong {
        font-size: 5vw;
    }
    .page-id-750 .post-750 input.wpcf7-form-control.wpcf7-submit {
        margin: 0px;
    }
    .mess {
        width: 100%;
    }
    .container.index-get-in-touch {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    header {
        display: none;
    }
    main {
        padding-top: 52px;
    }
    .slidehow-content {
        transform: translateY(-50%);
    }
    .slidehow-content .slideshow-caption img {
        max-width: 250px;
    }
    .slidehow-content-mob {
        margin-top: 20px;
    }
    .wpcf7-form-control-wrap {
        display: block !important;
        width: 100% !important;
        margin: 5px 0 !important;
    }
    .wpcf7-form-control-wrap input,
    .wpcf7-form-control-wrap textarea {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .slidehow-content.buyer .slideshow-caption {
        margin-top: 0;
    }
    .footer #nav li {
        display: block;
    }
    /* body.page-template-index-landing-page {
        background: url(http://mwebb-pendingcom.rs4.aios-staging.com/app/uploads/2019/02/iStock-471104670-1.jpg) !important;
        background-size: cover !important;
        background-attachment: fixed !important;
        background-color: rgba(255, 255, 255, .8) !important;
        background-blend-mode: overlay !important;
    } */
    .wmhw-step-icon.ai-font-location-c {
        border: 3px solid #0D1D33;
    }
    .wmhw-step-icon,
    .wmhw-step-num,
    .wmhw-step-desc,
    .wmhw-step-arrow .arrow {
        color: #0D1D33 !important;
    }
    .wmhw-control-wrap:first-child {
        background: #FB7A03;
    }
    .wmhw-control-wrap:first-child .ai-font-location-c {
        color: #fff !important;
    }
    .step-wrap {
        filter: none;
    }
}