/*=============================================*/
/*======================== ALL =========================*/
/*======================================================*/

@import url('https://fonts.googleapis.com/css?family=Palanquin|Raleway:400,700');

.coupons h1 {
    display: none;
}

body, html {
    font-family: 'Palanquin', sans-serif;
}

.wrapper {
    max-width: 1013px;
}

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

.side-padded {
    padding-left: 18px;
    padding-right: 18px;
}

.side-padded-more {
    padding-left: 25px;
    padding-right: 25px;
}

.top-and-bottom-padded {
    padding-top: 22px;
    padding-bottom: 22px;
}

.about-us #content h1 {
    padding-left: 20px;
}

/*======================================================*/
/*===================== ANIMATIONS =====================*/
/*======================================================*/


/*^^^^ SLIDING UNDERLINE START ^^^^*/

.sliding-u-l-r {
    display: inline-block;
}

.sliding-u-l-r:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.sliding-u-l-r:hover:after {
    width: 100%;
    background: #D11920;
}

/*^^^^ SLIDING UNDERLINE END ^^^^*/




/*======================================================*/
/*======================= HEADER =======================*/
/*======================================================*/


.toplogo {
    padding-top: 1px;
    padding-bottom: 24px;
}

.topPhone {
    padding: 28px 0px;
    font-weight: bold;
    font-size: 3em;
    vertical-align: middle;
    text-align: right;
    text-decoration: none;
    line-height: .7em;
}

.topPhone > span {
    font-size: .45em;
}

header.header.clear {
    background: #12171B;
}

nav.nav {
    background: #ED1C24;
    border-top: 1px solid white;
}

nav.nav.nav-fixed {
    background: #ED1C24;
}

nav.nav ul li.current-menu-item a, nav.nav ul li.current_page_parent a, nav.nav ul li.current-menu-ancestor a {
    border: 1px solid white;
}

.nav ul {
    padding: 10px 0 9px;
}

ul.sub-menu {
    background: #ED1C24;
}

/*======================================================*/
/*======================= SLIDER =======================*/
/*======================================================*/


.id-545 .cta {
    text-align: left;
    font-size: 2.2em;
    top: 15%;
    left: 5%;
}

.id-545 .cta h2 {
    color: white;
}

.id-545 .cta p {
    color: white;
}

.id-545 .cta .linkButton {
    padding: 3px 35px 8px;
    border-radius: 3px;
    line-height: 31px;
}

@media only screen and (max-width:1500px) {
    .id-545 .cta {
        font-size: 1.4em;
        text-align: left;
    }

    .id-545 .cta h2 {
        margin-bottom: 0px;
    }

    .id-545 .cta .linkButton {
        padding: 3px 35px 4px;
        line-height: 24px;
    }
}

@media only screen and (max-width:1000px) {
    .id-545 .cta {
        font-size: .9em;
        text-align: left;
    }

    .id-545 .cta h2 {
        margin-bottom: 0px;
        text-align: left;
    }

    .id-545 .cta .linkButton {
        padding: 3px 35px 4px;
        line-height: 20px;
    }
}


@media only screen and (max-width:768px) {
    .id-545 .cta {
        font-size: .75em;
        top: 3%;
        left: 2%;
        text-align: left;
    }

    .id-545 .cta h2 {
        margin-bottom: 0px;
        text-align: left;
    }

    .id-545 .cta .linkButton {
        padding: 3px 20px 4px;
        line-height: 13px;
    }
}

@media only screen and (max-width:480px) {
    .id-545 .cta {
        font-size: .5em;
        top: 2%;
        left: 2%;
        text-align: left;
        line-height: 12px;
    }

    .id-545 .cta h2 {
        margin-bottom: 0px;
        text-align: left;
    }

    .id-545 .cta .linkButton {
        padding: 1px 5px 1px;
        margin: 0px;
        border-radius: 0px;
        color: white !important;
        font-size: .7em;
        border: 1px solid #BD161D;
        line-height: 7px;
    }

    .id-545 .cta .linkButton:hover {
        color: #BD161D !important;
    }
}


/*======================================================*/
/*======================== BODY ========================*/
/*======================================================*/

#slider {
    text-align: center;
}

h1, h2, h3, h4 {
    font-family: 'Raleway', sans-serif;
    line-height: 1.2em;
}

#content h1, h2, h3, h4 {
    margin-top: 45px;
    color: #D11920;
}

hr {
    margin: 23px 0px;
}

.floatedImage {
    float: right;
    padding: 9px;
    width: 300px;
}

a {
    text-decoration: none !important;
}

.fa {
    padding-right: 10px;
}

.linkButton {
    padding: 4px 35px 2px;
    background-color: #D11920;
    border-radius: 3px;
    color: white !important;
    font-size: .9em;
    border: 1px solid #BD161D;
}

.linkButton:hover {
    background: white !important;
    border: 1px solid #D11920;
    color: #D11920 !important;    
}

.customList {
    font-weight: bold;
    padding-top: 20px;
    line-height: 35px;
    list-style-type: none;
    color: #3F6AC7;
    padding-left: 0px;
}

.listText {
    color: black;
    font-weight: bold;
}


/*======================================================*/
/*======================= FOOTER =======================*/
/*======================================================*/


footer.footer {
    background: #12171B;
}

.widgettitle, #biziqbusinesshours-3 > h2 {
    color: white;
    border-bottom: 1px solid #ED1C24;
}




/*======================================================*/
/*===================== RESPONSIVE =====================*/
/*======================================================*/


@media only screen and (max-width:1068px) {
  .up-down > a::before {
    font-size: 100px;
  }
  .up-down > a {
    margin: 0 30px;
    text-align: left;
  }
}

@media only screen and (max-width:768px) {
    .topPhone {
        text-align: center;
    }

    .customList {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px;
        text-align: left;
    }
    
    .linkButton {
        display: block;
        text-align: center;
        width: 100%;
    }

    .floatedImage {
        width: 100%;
    }

    .tireSection {
        width: 100%;
    }

    .tireSectionText {
        width:100%;
        text-align: center;
    }

    h1, h2, h3 {
        text-align: center;  
    }
}


@media only screen and (max-width:480px) {
    h2.widgettitle {
        text-align: left;
    }

    h1, h2 {
        text-align: center;  
    }

    .topPhone {
        padding-bottom: 54px;
        padding-top: 0px;
    }

    #biziqbusinesshours-3 > h2 {
      text-align: left;
    }

    .up-down > a::before {
      font-size: 75px;
    }

}

.floatingCard {
    box-shadow: -8px 17px 23px rgba(0,0,0,0.3);
    margin: 1.6%;
    width: 100%;
    padding-bottom: 5px;
    background: white;
    text-align:center;
}

.floatingCard h2 {
    padding-top: 20px;
    border-bottom: 2px solid black;
    width: 80%;
    margin: 35px auto;
    text-align:center;
    font-size: 1.6em;
     font-weight: bold;
    padding-bottom: 12px;
}

.floatingCard img {
    width: 100%;
}

.compliments h1 {
    color: white !important;
}

div#BizIQChatBotContainer {
    height: 38vh;
    padding-top: 0;
}

#RepInitialMessage, .BizIQChatBotWelcomeMessage {
    font-size: 14px;
    padding: 10px 0;
    color: #000;
}