﻿/* report media queries, desktop first, bootstrap 3 and custom break points */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

}

/* 1049px */
@media only screen and (max-width : 1049px) {
    .field-validation-error-small {
        font-size: 10px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 990px) {
    .hp-search-input {
        margin-bottom: 5px;
    }
    .mi-fix {
        text-align: left;
        padding-left: 15px;
    }
    .field-validation-error-small {
        font-size: 12px;
    }
    .jumbotron {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .mb40s {
        padding-bottom: 40px;
    }
    #home-jumbo {
        margin-bottom: 18px;
    }
    .ta-r-md {
        text-align: inherit;
        font-size: 16px;
    }
    .rpt-container .text-right{
        text-align: left;
    }
}

/* 959px */
@media only screen and (max-width : 959px) {
    .navbar-brand-cont {
        width: 68%;
    }
}

/* 915px */
@media only screen and (max-width : 915px) {
    .pdf-btn {
        float: none !important;
        display: block !important;
        max-width: 180px;
        margin: 10px auto;
    }
}

/* 768px */
@media only screen and (max-width : 768px) {
    .ap-page-title {
        margin-bottom: 24px;
    }
    .sticky-footer {
        position: relative;
    }
    .wam-select {
        width: 115px !important;
    }
    .ad-banner-ad {
        width: 320px;
        height: 100px;
        margin-bottom: 5px;
        background-image: url('http://via.placeholder.com/320x100');
    }
    .ad-banner-ad-bottom {
        width: 320px;
        height: 100px;
        margin-bottom: 25px;
        background-image: url('http://via.placeholder.com/320x100');
    }
    .inline-google-ad div {
        width: 320px;
        height: 100px;
        background-image: url('http://via.placeholder.com/320x100');
    }
    .navbar-brand-cont {
        width: 68%;
    }
    .auto-ren-btn {
        width: 130px;
    }
    .hide-on-medium {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .navbar-collapse {
        float: none;
        text-align: center;
    }

    .nav-button {
        margin: 10px;
    }
    .acct-modal {
        width: 100%;
        left: 0;
        max-width: 100%;
    }
    .acct-num-fix {
        text-align: left;
    }
    .zoltar-smalltext {
        font-size: 12px !important;
    }
}

/* 600px */
@media only screen and (max-width : 600px) {
    .zoltar-s1-ul {
        font-size: 16px;
    }
}

/* 590px */
@media only screen and (max-width : 590px) {
    .wam-select {
        width: 80px !important;
        font-size: 9px;
    }

    .sponsor-title {
        font-size: 10px;
    }
     .wam-result-row {
    }

    .ad-float-rm {
        float: none !important;
    }

    .ad-icon-hide {
        display: none;
    }

    .sponsor-title {
        text-align: right;
    }

    .wam-info-sm {
        margin-left: 0px;
        margin-right: 0px;
        width: 40%;
    }

    .acct-btn {
        padding-left: 25px;
        padding-right: 25px;
    }
    .auto-ren-btn {
        width: 95px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
    .email-btn-fix {
        font-size: 16px;
        display: block;
        margin-bottom: 0;
    }
    .revphone-pdf-btn {

    }
    .revphone-pdf-btn-cont {
        float: none;
        display: block;
    }
    .revphone-pdf-btn-img-cont {
        float: none !important;
        margin: 0 auto;
    }
    /* thin nav */
    .thin-nav-cont__menu {
        display: block;
    }
    .thin-nav-cont__menu--li .nav-first {
        border-bottom-left-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-left: 0px;
    }

    .thin-nav-cont__menu--li .nav-last {
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-right: 0px;
    }
}

/* 399px */
@media only screen and (max-width : 399px) {
        .zoltar-s1-ul li {
            font-size: 12px;
        }

        .nav-brand-img {
            margin-top: 7px;
        }

        .hp-img-cont {
            display: none;
        }

        .hp-smalltext-fix {
            margin-bottom: 33px;
        }

        .sponsor-title {
            font-size: 10px !important;
        }

        .wam-bottom-btn {
            padding-left: 5px;
            padding-right: 5px;
            font-size: 11px;
        }

        .wam-table td {
            font-size: 11px;
        }

        .pag-btn {
            font-size: 10px;
        }

        .pag-btn-num {
            font-size: 10px;
        }

        .navbar-brand-cont {
            width: 75%;
        }

        .zoltar-s1-img-cont {
            display: none;
        }

        .pag-hide-chevs {
            display: none;
        }

        .pag-btn-current {
            padding-left: 6px;
            padding-right: 6px;
        }

        .pag-btn-unselected {
            padding-left: 6px;
            padding-right: 6px;
        }
    }

/* 380px */
@media only screen and (max-width : 380px) {
    /* turn modal cancel links into buttons */
    .closebtn-small {
        display: block;
    }
    .closebtn {
        display: none;
    }
}

/* Retina */
@media only screen and (max-width : 319px) {
    
}

/* 199px */
@media only screen and (max-width : 199px) {
        .navbar-brand-cont {
            width: 60%;
        }

        .nav-brand-img {
            margin-top: 12px;
        }
    }
