/******************************************************************
FOR PUBLISHERS AND CUSTOM CSS OVERRIDES
******************************************************************/

.single-post .content-area > small:first-of-type {
    display: none;
}

@media screen and (max-width:767px){
    .ov:before {content: '';background: rgba(0,0,0,.4);position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

    .single-post .content-area > small:first-of-type {
        display: none;
    }

    .single #credit-app-content .header {
        margin: 20px 0 20px 0
    }

    .btn {
        width: 100%;
        margin: 5px 0;
    }

    .blog h2, .general-content h2, #credit-app-content h2 {
        font-size: 2.5rem;
        line-height: 120%;
    }

    div#interior-hero {
        height: auto;
    }

    #interior-hero .ov,#interior-hero-thumb .ov {
        height: 100%;
    }
    
    #interior-hero h1, #interior-hero .h1, #interior-hero-thumb h1, #interior-hero-thumb .h1 {
        position: relative;
        padding: 2rem 0;
        bottom: unset;
    }
    
    #credit-app-content .row.header {
        margin: 0 0 10px;
    }
    
    #interior-hero-thumb {
        height: 250px;
    }

    #interior-hero.calculator-hero form {
        top: auto;
        margin-top: 30px;
    }

    #interior-hero.calculator-hero h1, #interior-hero.calculator-hero .h1 {
        margin-top: 40px;
        top: unset;
        font-size: 2rem;
        padding: 0 10px 20px;
    }

    small {
        line-height: 120%;
        display: inline-block;
    }

    .sidebar .widget_text p:last-of-type {
        margin-bottom: 0 !important;
    }

    .sidebar .widget_text {
        margin-top: 20px;
    }

    .sidebar {
        padding: 0;
    }

    ul {
        padding-left: 10px;
    }
    
}


#instant-credit h4 {
    display: inline-block;
}

#instant-credit a.btn {
    padding: 12px 60px;
    margin-left: 5%;
}
@media screen and (max-width: 1024px) {
    #instant-credit h4 {
        display: block;
        margin-bottom: 20px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #index-hero .stats-box .btn,
    .application-form .btn {
        padding: 13px 40px;
    }
    .countdown a {
        margin-left: 0;
    }
    #instant-credit a.btn {
        margin-top: 2%;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    #instant-credit a.btn {
        padding: 4px 20px;
        font-size: 14px;
        display: block;
        clear: both;
        width: 150px;
        margin: 7px auto;
    }
    .application-form {
        top: 0;
        position: relative;
    }
}

@media screen and (min-width: 1025px) {
    #index-hero .stats-box .btn,
    .application-form .btn {
        padding: 13px 60px;
    }
    .instant-credit-wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .application-form {
        top: 60px;
        position: relative;
    }
    .application-form .btn {
        padding: 13px 60px;
    }
}