/*Index Custom form*/

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

.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: #001f39;
    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: #001f39 !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.autopopup_confirmation_body {
    display: 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: #284164;
    border: 2px solid #ffffff;
    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: #001f39;
    border-color: #001f39;
    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(0, 0, 0, 0.5);*/
    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(23, 53, 102, .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: right;
}

#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%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);

    z-index: 99;
}

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

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

.slideshow-caption span, .slideshow-caption em {
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3px;
    display: block;
    font-style: normal;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
}

.footer {
  /*  margin-top: 50px;*/
    padding: 50px 0;
    background: #173566;
    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: #173566;
}

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

.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/wp-content/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: #173566;
}

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


/* .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: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 6px;
    padding: 25px 0;
    line-height: 30px;
}

.aios-property-style-3 h2 strong {
    font-weight: 700;
    font-size: 30px;
    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: 25px 30px;
}

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

.aios-property-style-3 .fp-wrap .fp-list a .pro-details p {

    color: #fff;
    font-weight: 300;
    font-size: 22px;
    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: #173566;
    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 span:hover {
    background-color: #284164;
}

.ip-banner {
    background: url(http://www.penneyrealestate.com/wp-content/uploads/2020/03/ss-img2.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: 102px;
    text-align: center;
    background: #fff;
    color: #173566;
    font-weight: 700;
    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;
    border: 1px solid #173566;
}

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

.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: #173566 !important;
}

.ai-default-cf7wrap input[type="submit"]:hover {
    background: #284164 !important;
}
.aios-cta-style-2 .cta-list a:hover {
    color: #fff;
}


.aios-cta-style-2 .cta-list em {
    right: 10px;
    top: 4px;
    font-size: 25px;
    /* top: 6px; */
}

img {
    max-width: 100%;
}

.popup-content img {
    width: 100%;
    margin-bottom: 50px;
    max-width: 400px;
}

#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%;
}

#menu-item-1327 .aios-initial-setup-dead-link {
    pointer-events: none;
}

.ip-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-id-763 .ip-banner {
    background-image: url('http://www.lbicraig.com/wp-content/themes/lbicraig-new.com/index-landing-page/assets/images/index-contact-us-img-banner.png');
}

@media only screen and (max-width: 991px) {
    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/wp-content/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 #173566;
    }
    .wmhw-step-icon,
    .wmhw-step-num,
    .wmhw-step-desc,
    .wmhw-step-arrow .arrow {
        color: #173566 !important;
    }
    .wmhw-control-wrap:first-child {
        background: #e01f22;
    }
    .wmhw-control-wrap:first-child .ai-font-location-c {
        color: #fff !important;
    }
    .step-wrap{
        filter: none;
    }
}

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

.wrap-list.wrap-form {
    float: right;
}

.wrap-list {
    display: inline-block;
    vertical-align: top;
}

.wrap-list.wrap-form .wpcf7 {
    max-width: 500px;
}

.page-id-759 .ip-banner,
.page-id-755 .ip-banner,
.page-id-751 .ip-banner{
    background-image: url(http://www.lbicraig.com/wp-content/uploads/2019/05/index-banner.jpg);
    background-position: center -355px;

}

.popup-wrapper.autopopup_confirmation_body .popup-container .popup-content {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.2;
    width: 100%;
    max-width: 700px;
}

.popup-wrapper.autopopup_confirmation_body .popup-container .popup-content p {
    margin: 10px 0;
}

.popup-wrapper.autopopup_confirmation_body .popup-container .popup-content p a{
    text-decoration: none !important;
    color: #fff !important;
}

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

.aios-contact-form-style-2{

    margin: 0;
    background-color: #d2d2d2;
}

.aios-contact-form-style-2 .cf-form {
    width: 100%;
    height: auto;
    font-size: 0;
    padding: 43px 0;
}
.ai-font-paper-airplane {
    font-size: 35px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.aios-contact-form-style-2 .cf-form h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    color: #fff;
    /* width: 280px; */
    text-align: center;
    padding: 9px 0;
    text-transform: uppercase;
}

.aios-contact-form-style-2 .cf-form form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 860px;
    padding-bottom: 41px;
}

.aios-contact-form-style-2 .cf-form form input {
    height: 45px;
    background: #fff;
    font-weight: normal;
    font-size: 13px;
    color: #a9a9a9;
    border: none;
    outline: none;
    padding: 10px;
    margin-left: 0.5%;
    width: 15.6%;
    display: inline-block;
    vertical-align: top;
}

.aios-contact-form-style-2 .cf-form form textarea {
    height: 45px;
    background: #fff;
    font-weight: normal;
    font-size: 13px;
    color: #a9a9a9;
    border: none;
    outline: none;
    padding: 15px 14px 0;
    margin-left: 0.5%;
    width: 30.2%;
    display: inline-block;
    vertical-align: top;
    resize: none;
}



.aios-contact-form-style-2 .cf-form input[type="submit"] {
    height: 45px;
    border: none;
    background: #ae940e;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    width: 20%;
    cursor: pointer;
    margin-left: 1%;
    font-weight: bold;
}

footer.footer{

    padding-top: 52px;
}

#nav .sub-menu li{

    width: 100%;
    margin: 0px;
    display: inline-block;
}

#nav .sub-menu{

   /*  min-width: 562px; */
}

.aios-cta-style-2 {
	display: none;
}

#your-message {
	width: 100%;
	border: 1px solid #fff;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	height: 80px;
	text-align: center;
}

.ihf-results-grid-photo {
    font-size: 0;
}