
.hustle-modal article p, .hustle-modal .hustle-modal-message p {
    font-size: 16px!important;
    line-height: 26px!important;
    font-family:'Open Sans',sans-serif!important;
}

body.home #banner {
    background-position-x: right!important;

}

@media screen and (max-width:1024px) {
    #banner {
        background-attachment: scroll;
    }
}

@media screen and (max-width:768px) {
    #banner-container {
        width:auto!important;
        margin-left:40px;
        margin-right:40px;
    }

    #banner-container h1 {
        margin-left:-30px;
    }
}

.hustle-modal .hustle-modal-close .hustle-icon, .wpmudev-ui .hustle-modal .hustle-modal-close .hustle-icon {
    max-width:20px!important;
    max-height: 20px!important;
}



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

    #header-push {
        padding-top:100px;
        width:100%;
    }

    #banner-container.small-banner,
    #banner-container {
        min-height:300px;
        margin-top:0;
        height:80vw;
    }

    .text-column {
        margin-top:30px;
    }

    #stretch-box {
        margin-top:90px;
    }

    .home-quote {
        width:80%;
    }

    footer {
        padding-top:20px;
        padding-bottom:60px;
        margin-top:90px;
    }

    footer .inner {
        padding: 0px 30px!important;
    }

    footer .credit {
        padding:0;
    }

    footer .inner > div {
        padding-bottom:30px;
    }

    .inner-wrap.pad-top,
    body.page-template-template-about blockquote {
        padding-top:0;
    }

    #testimonial-content {
        padding-top:0;
    }
}