/*=============================================
    Please add all custom CSS to this file
 =============================================*/
#content {
    overflow: hidden;
}
.breakout {
    background: rgba(0,0,0,.1);
    margin: 0 -100%;
    margin: 0 calc(50% - 50vw);
}

.breakout .wrapper {
    background: none !important;
    box-shadow: none !important;
    padding: 30px 0px !important;
}

.black-glass {
    background: rgba(0,0,0,0.8);
    padding: 35px;
    margin: 80px auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    box-shadow: 5px 20px 23px rgba(0,0,0,0.3);
}

.black-glass .customList {
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    text-align: center !important;
}

.black-glass h1, .black-glass h2, .black-glass h3 {
    color: white !important;
}

.black-glass .customList li {
    display: inline-block;
    padding-right: 20px;
}

.black-glass .listText {
   color: white !important;
}

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


body, html {
    font-family: 'Source Sans Pro', sans-serif;
    background: #f5fbef;
}

.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;
}


/*======================================================*/
/*===================== 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: #699b12;
}

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

/*^^^^ FADE-IN EFFECT ^^^^*/

.fade-in {
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fade-in1 {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fade-in2 {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*^^^^^^^^^ FADE-IN EFFECT END ^^^^^^^^^^^*/


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


.toplogo {
    padding-top: 22px;
    padding-bottom: 33px;
}

.topPhone {
    padding: 24px 0px;
    font-weight: bold;
    font-size: 1.8em;
    vertical-align: middle;
    text-align: right;
    text-decoration: none;
}

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

header.header.clear {
    background: #414142;
}

nav.nav {
    background: rgba(100,100,100,0.5);
    border-top: 1px solid white;
}

nav.nav.nav-fixed {
    background: rgba(73,73,73,0.95);
}

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

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

ul.sub-menu {
    background: rgba(0,0,0,0.9);
}

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

.cta {
    width: 100%;
}

.landing-page-content {
    text-align: center;
    margin-right: 12%;
    margin-top: 19%;
    font-size: 1.15em;
    background: rgba(0,0,0,0.6);
    padding: 30px;
    box-shadow: 8px 8px 12px rgba(0,0,0,0.4);
}

.landing-page-content h1 {
   color: white !important;
}

.landing-page-content .linkButton {
    width: 200px;
    text-align: center;
    margin: auto;
}

.landing-page-content > p {
    color: white !important;
}

@media only screen and (max-width:1000px) {
    .landing-page-content {
      padding-top: 8%;
      padding-right: 7%;
      font-size: .9em;
    }
}


@media only screen and (max-width:768px) {
    .landing-page-content {
       padding-right: 0%;
       padding-top: 0%;
       margin-top: 1%;
    }
    .landing-page-content > h1 {
       padding-top: -20px;
       padding-right: 0px;
       margin: 0px 0px;
       font-size: 1.1em;
    }
    #slider-filler {
       padding: 0px 8px;
       margin: 0px 0px;
    }
    
}

@media only screen and (max-width:480px) {
     #slider-filler {
       display: none;
    }
}


/* ============================== LEFT ALIGNED ===================================*/

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

    .id-389 .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-389 .cta .linkButton:hover {
        color: #BD161D !important;
    }
}


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

#slider {
    text-align: center;
}

h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
    color: #427f7f;
	font-weight: 700;
}

#content h1, h2 {
    margin-top: 45px;
}

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: #699b12;
    border-radius: 3px;
    color: white !important;
    font-size: .9em;
    border: 1px solid #699b12;
    font-weight: bold;
}

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

.customList {
    font-weight: bold;
    line-height: 35px;
    list-style-type: none;
    color: #699b12;
    padding-left: 0;
}

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

.up-down > a > img {
    display: none;
}

.up-down > a {
    color: #427f7f !important;
     -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.compliments > h1 {
    background: #699b12;
}


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


footer.footer {
    background: #414142;
}

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

.socialicons { 	text-align: left;}


footer label, .home label, .contact-us label {
    position: absolute;
    left: -20000px;
}

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


@media only screen and (max-width:768px) {
    
    .topPhone {
        padding: 8px 0px;      
        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 {
        font-size: 1.4em;
        padding-bottom: 15px;
    }

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

}


.services h1 {
    margin: 0;
    background: #7CB716;
    color: white;
    text-align: center;
    padding: 14px;
}

body.contact-us form label {
   position: absolute;
   left: -9999px;
}

#content .wpcf7-form input, #content div#wpcf7-f276-p15-o1 .wpcf7-form textarea, #content .wpcf7-form textarea {
    border: 1px solid #414142;
    outline: none !important;
    margin: 2px 0;
    color: #000000;
    letter-spacing: .75px;
    min-height: 2.5em !important;
    -webkit-transition: .15s ease-out all;
    -o-transition: .15s ease-out all;
    transition: .15s ease-out all;
}

/*contact form backgnd*/
 body.contact-us #content form {
    padding: 10px 15px;
    background-color: #bfbfbf;
    border: 2px solid #414142;
}
