/* Boostrap CSS First */

/* Google Fonts CSS */

<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Barlow+Condensed:500,800&display=swap" rel="stylesheet">
/* End Google Fonts CSS */

/* Font Awesome */

/* Template CSS */



body {
  font-family: 'Raleway', sans-serif !important;

}
body#body-container{
    
    /*background-color: #606060;
    background: #606060;
    /*font-family: 'Abel', sans-serif;*/
    /*margin: 20px;
    border: 2px solid black;*/
}

body.plain{
    background: none;
}

a{
    color: black;
    font-weight: bold;
}

/* Basic Containers Setup/Defaults */

img{
    max-width: 100%;
}

.mod-container{
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-frontpage .mod-container{
    padding-top: 0;
    padding-bottom: 0;
}

#toolbar-container{
    color: white;
    padding-top: 15px;
}

#toolbar-l, #toolbar-r{
    font-size: 1.2rem;
    line-height: 1.1em;
    text-transform: uppercase;
}

#toolbar-l a, #bottom-d-container a{
    color: white;
}

/*our stuff white, added this*/
/*#bottom-d-container a, */
#footer-container a{
    color: white;
}

#bottom-d-container{
    /* our stuff whitebackground: black;
    color: white;*/
    line-height: 1.9em;
    font-size: 18px;
    padding-top: 20px;
  background-color: black;
  color: white;
}

/* our stuff white#footer-container, #footer-container a, */#bottom-c-container, #bottom-c-container a, #footer-container{
    color: white;
    background: black;
}

#top-a-container, #top-b-container, #main-top-container, #main-container, #main-bottom-container, #bottom-a-container, #bottom-b-container, #brands-container, #no-bottom-c-container{
    background: white;
}

#offcanvas-container{
    visibility: hidden;
    position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: scroll;
    padding: 15px;
}

body.offcanvas #offcanvas-container{
    visibility: visible;
    left: 0%;
    transition: 1s;
    background: white;
}

body #main-container{
    padding-top: 20px;
    padding-bottom: 20px;
}

body.com_sppagebuilder #main-container{
    padding-top: 0;
    padding-bottom: 0;
}


#social-div a.fa{
    color: black;
    padding: 8px 4px;
}

#search-div form{
    padding: 8px 4px;
}

#search-div form input{
    border: none;
}
/* Menu */

#menu-container{
    border-bottom: 2px solid #636364;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
}

#menu-container, .dropdown-menu{
    background: #FFF;
}

.deeper.parent > .dropdown-menu{
    margin: .5rem 0 0;
}

li.deeper.item-131 > .dropdown-menu{
    margin-top: -1rem;
}

nav{
    text-transform: uppercase;
}

nav.navbar{
    padding-top: 0;
    padding-bottom: 0;

}

nav.navbar-expand-md .deeper li a{
    padding: 14px 15px;
}

nav.navbar-expand-md li > a{
    padding: 42px 15px;
}

nav.navbar-expand-md li a.nav-link.analysis-btn{
    background: #ec1c24;
    color: white;
    padding: 10px;
    margin: -10px;
    border-radius: 10px;
}

li a.nav-link{
    /*padding: .5rem 2rem;*/
    padding: 0;/*24px 15px;*/
    font-weight: bold;
  
}

nav li > a, nav li > a:hover{
    color: #000;
    transition: .5s;

    
}
nav li.active, nav li.active > a, nav li:hover, nav li > a:hover{
    color: #FFF;
    background: #ec1c24;/*f9a123;*/
}

.btn-primary, .btn-primary:hover, .btn-primary:hover{
    background-color: #ec1c24 !important;
    border-color: #ec1c24 !important;
}

.deeper:hover, .deeper.open{ position: relative; }

.deeper:hover>.dropdown-menu, .deeper.open>.dropdown-menu {
    display: block;
    position: absolute;
    top: 1.7rem;
}

ul.dropdown-menu{
  min-width: 12rem;
}

#offcanvas-container ul.dropdown-menu{
    position: relative;
    float: none;
    display: block;
    top: auto;
    padding-left: 15px;
}

/* Button/Font Styles */

.main-color{
    color: #000;
}

a, a:hover{color: black;} 

ul.tags::before{
    content: 'Tags: ';
}

.pagination{
    text-align: center;
}

ul.tags, .pagination ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul{
    margin-left: auto;
    margin-right: auto;
}

ul.tags li, .pagination ul li{
    display: inline;
    margin-right: 5px;
}

ul.tags li a{
    /*border-radius: 30px;
    background: #009444;*/
    color: #000;/*white;
    padding: 5px;*/
    display: inline-block;
    /*margin-top: 8px;
    margin-left: -3px;*/
    text-decoration: underline;
}

.pagination .counter{
    display: none;
}

.pagination ul li{
    display: inline-block;
}

.readmore .btn{
    background: #000;
    color: white;

}

.items-more .nav.nav-stacked{
    display: block;
}

.uk-button-primary{
    background: #000;
}

.rounded-btn{
    border-radius: 30px;
    background: #000;
    color: white;
    padding: 5px;
    display: inline-block;
    margin-top: 8px;
    margin-left: -3px;
}

.rounded-btn:hover{
    font-weight: bold;
    color: white;
}

#toolbar-r .uk-icon-button, #bottom-d-container .uk-icon-button{
    background: #FFF;
    border-radius: 2px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #232829;
}

#menu-container .fa-bars{
    color: black;
    font-size: 2em;
    line-height: 1.7em;
    margin-left: 10px;
}

#menu-container h3{
    line-height: 1.7em;
    text-align: center;
}

#offcanvas-container .fa-close{
    font-size: 3em;
}


#offcanvas-container ul > li{
    width: 100%;
    background: #000;
}

#offcanvas-container ul > li a{
    color: white;
    padding: 3px 10px;
}

#offcanvas-container .dropdown-menu{
    background-color: black;
}

#offcanvas-container .deeper.parent > .dropdown-menu{
    margin: 0;
}

#offcanvas-container li.deeper.item-131 > .dropdown-menu{
    margin-top: 0rem;
}

#menu-container .d-sm-block .col-10 .custom .fa{
    color: black;
    padding: 8px 10px;
    font-size: 2em;
}

/* Forms Styles */

#toolbar-r .searchstyle-blank form, #toolbar-r .mod_search164 form{
    float: right;
    border-radius: 30px;
    padding: 1px 6px;
    border: 1px solid #fff;
}

#toolbar-r .searchstyle-blank label, #toolbar-r .mod_search164 label{
    display: none;
}

#toolbar-r ::placeholder{
    color: white;
}

#toolbar-r #mod-search-searchword, #toolbar-r #mod-search-searchword164{
    background: none;
    color: white;
    border: none;
    
}

#toolbar-r .searchstyle-blank:after, #toolbar-r .mod_search164:after {
    content: "\f002";
    position: absolute;
    right: 25px;
    line-height: 25px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    color: #ffffff;
}


#offcanvas-container #mod-search-searchword, #offcanvas-container #mod-search-searchword191{
    width: 100%;
    border-radius: 3px;
    padding: 3px;
}

#offcanvas-container .search label{
    display: none;
}


div#logo{
    text-align: center;    
}

/* Homepage Only */


.page-frontpage.view-article #main-container{
    padding-top: 0;
    padding-bottom: 0;
}    

.page-frontpage #main-bottom-container{
    background: none;
    color: white;
    text-align: center;
}

.page-frontpage #main-bottom-container .row{
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-frontpage #main-bottom-container img{
    max-width: 100%;
    padding: 15px;
}

.page-frontpage #main-container .container{
    max-width: 100% !important;
    padding-left: none;
    padding-right: none;
}

@media (min-width: 768px){
    .page-frontpage #main-container .col-md-12, .page-frontpage #main-container .col-sm-12, .page-frontpage #main-container .row > div{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px){
    .cars-serviced{
        font-size: 3.9vw;
    }
    
    .team-knowledge{
        font-size: 4.5vw;
    }
}

.sppb-carousel{
    color: white;
}

.sppb-carousel-indicators{
    display: none;
}

.tp-caption.large_text, .tp-caption.large_text h2{
    text-align: center;
    color: black;
    font-size: 36px;
}

.tp-caption.large_text .h1{
    text-align: center;
    color: black;
    font-family: 'Kanit', sans-serif; font-weight: 600; font-size: 65px; text-transform: uppercase;
}

.tp-caption.large_text a{
    text-align: center;
}


.page-frontpage #bottom-a-container{
    background: url('../images/reviews_bg.jpg');
    background-size: cover;
}

.page-frontpage #bottom-b-container{
    background-color: white;
    background-image: url('../images/treads.png');
    background-size: 50%;
    background-repeat: no-repeat;
}

@media (max-width: 767px){
    .page-frontpage #bottom-b-container{
        background-size: 100%;
    }
    
    .tp-caption.large_text h2{
        font-size: 25px !important;
        line-height: 28px !important;
    }
    
    .tp-caption.large_text .h1{
        font-size: 32px !important;
        line-height: 34px !important;
    }
    
    .tp-caption.large_text .rounded-btn{
        font-size: 14px !important;
        line-height: 17px !important;
    }
}

.page-frontpage #bottom-a-container .reviews-flag{
    background: url('../images/green/ribbon.png');
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
    font-size: 28px;
    height: 320px;
    line-height: 1.5em;
    width: 255px;
}

.page-frontpage #bottom-a-container .reviews-flag .fa-cog {
    margin-left: 4.5px;
}

.page-frontpage #bottom-a-container .reviews-flag .g-head{
    font-family: 'Abel', sans-serif;
    font-weight: normal;
    font-size: 45px;
}

.page-frontpage #bottom-a-container .reviews-flag .ly-head{
    font-size: 39px;
}

.page-frontpage #bottom-a-container .reviews-flag .r-head{
    font-size: 66px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .page-frontpage #bottom-a-container .reviews-flag{
        font-size: 23.5px; /*was 25*/
    }
    
    .page-frontpage #bottom-a-container .reviews-flag .g-head{
        font-size: 40px;
    }
    
    .page-frontpage #bottom-a-container .reviews-flag .ly-head{
        font-size: 31px;
    }
    
    .page-frontpage #bottom-a-container .reviews-flag .r-head{
        font-size: 55px; /* was 59 */
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .page-frontpage #bottom-a-container .reviews-flag{
        font-size: 18px;
    }
    
    .page-frontpage #bottom-a-container .reviews-flag .g-head{
        font-size: 29px;
    }
    
    .page-frontpage #bottom-a-container .reviews-flag .ly-head{
        font-size: 25px;
    }
    
    .page-frontpage #bottom-a-container .reviews-flag .fa-cog{
        margin-left: 3.5px;
    }
    
    .page-frontpage #bottom-a-container .reviews-flag .r-head{
        font-size: 42px;
    }
}

@media (max-width: 767px){
    .page-frontpage #bottom-a-container .reviews-flag{
        width: inherit;
    }
    
    .page-frontpage #bottom-a-container .container{
        max-width: 100%;
    }
    
}



#menu-container .dropdown-menu{
    border: none;
}

.page-frontpage #bottom-a-container .row{
    clear: left;
}

.sppb-testimonial-client{
  font-family: 'Kanit', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 3em;
  text-transform: uppercase;
}

.goog-te-gadget-simple .goog-te-menu-value span{color: black;}

.com_jwreviews .span8{
    width: 100%;
}

/* Start EasyNews CSS revision 5 */
.en-intro-text, .en-full-text{
    text-align: left;
}

@media(min-width:760px){

    img.en-intro-image {
        width: 300px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .en-framed-w2, .en-full-vids iframe{
        border: 10px solid black;
        border-radius: 10px;
    }
	
	.en-full-image{
        clear: left;
    }

}
/* End EasyNews CSS */

/* Custom CSS */

p {
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 800;

  
}


h3 {
  font-family: 'Barlow Condensed', sans-serif;

  
}

h5 {
  font-family: 'Yesteryear', cursive !important;
}


.btn1{
  padding: 20px 40px;
  color: white;
  background-color: #ec1c24;/*F9A022;*/
  border: solid 3px white;
font-family: 'Raleway', sans-serif;
  transition: 0.6s;
  border-radius: 8px;
  font-size: 28px;
  line-height: 40px;
  

}

.btn1:hover {
  
  background-color: rgba(249, 160, 34, 0.6);
 
  color: white;
  
}


.btn2{
  padding: 20px 40px;
  color: #ec1c24;/*F9A022;*/
  background-color: rgba(249, 160, 34, 0);
  border: solid 3px #ec1c24;/*F9A022;*/
  font-family: 'Barlow Condensed', sans-serif;
  transition: 0.6s;
  border-radius: 8px;
  font-size: 28px;
  line-height: 40px;
  

}

.btn2:hover {
  
  background-color: rgba(249, 160, 34, 0.6);
 
  color: #ec1c24/*F9A022;*/
  
}




.sp-page-builder .page-content #section-id-1564586482022 {

background: linear-gradient(#af0e0e, #b91818) !important;
}




.sp-page-builder .page-content #section-id-1588966809302 {

background: linear-gradient(#af0e0e, #b91818);
  background-image: url(/images/2020/05/08/ep_naturalblack.png);
    background-repeat: repeat;
    background-size: inherit;
    background-attachment: fixed;
    background-position: 0 0;
  padding-top: 40px;
  padding-bottom: 50px;
}



    
.sp-page-builder .page-content #section-id-1564586482037 {

background: linear-gradient(#ffffff, #e8e8e8, #ffffff) !important;
  padding-top: 20px;
  padding-bottom: 50px;
}

.sp-page-builder .page-content #section-id-1564619370324 {

background-image: url(/images/2019/08/01/network.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 50%; }




body.com_content #main-container, body.about-pg #top-a-container, body.page-testimonials #main-top-container{
    /*background: url(../images/subtle_grunge.png);*/
}

body.about-pg #top-a-container .container, body.about-pg #top-a-container .container > .row > .col-md-12{
    max-width: 100%;
    padding: 0;
}

body.about-pg #top-a-container .container > .row{
    margin: 0;
}

.page-header h2 > a{
    font-size: 25px;
    line-height: 31px;
    color: #222222;
}

.pager, .pager li{
    list-style: none;
}

.pager .previous, .pager .next{
    display: inline-block;
}

.pager .next{
    float: right;
}

h3.mod-title{
    font-weight: normal;
    font-size: 1.5rem;
}

/* Editing Layout */

form#adminForm > .btn-toolbar button{
    margin-right: 8px;
}

form#adminForm fieldset > .nav-tabs{
    margin-top: 5px;
}

form#adminForm fieldset > .nav-tabs li{
    padding: 7px;
    /*border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
    margin-left: 5px;
    margin-right: 5px;
}

form#adminForm fieldset > .nav-tabs li a{
    display: inline !important;
    padding: 10px;
}

form#adminForm input#jform_title{
    width: 100%;
}

form#adminForm .chzn-choices .search-field, form#adminForm .chzn-choices .search-field input[type=text]{
    width: 100% !important;
}

.wf-editor-header .wf-editor-tabs{
    display: block;
    margin: 0 !important;
}

.wf-editor-header .wf-editor-tabs li a.nav-link{
    padding: 15px;
}

#editor-xtd-buttons .btn{
    border: 1px solid;
}

#editor-xtd-buttons .modal-button{
    display: none;
}

form#adminForm #publishing label{
    display: inline-block !important;
}

form#adminForm .icon-calendar{
    font: normal normal normal 14px/1 FontAwesome;
}

form#adminForm .icon-calendar:before {
    content: "\f073";
}

form#adminForm .chzn-container
{
    width: 100% !important;
}

.com_content #top-a-container .uk-slideset li{
    padding-left: 0px !important;
    font-size: 0.8em;
}

body.com_content #top-a-container .uk-grid>*{
    padding-left: 0px !important;
}

.jasper-button a{
    width: 100%;
    margin-bottom: 5px;
}

.jsp-top-btn .jsp-btn{
  background: #bb0000;
  color: white;
  height: 100px; 
  width: 100%;
  line-height: 90px;
}

@media(min-width:979px){
	
	.jasper-button a{
	    width: 32%;
	    margin-left: 2%;
	}
	
	.jasper-button a:first-child, .jasper-button a:nth-child(4), .jasper-button a:nth-child(7), .jasper-button a:nth-child(10), .jasper-button a:nth-child(13), .jasper-button a:nth-child(16), .jasper-button a:nth-child(19){
	    margin-left: 0;
	}

    .jsp-top-btn .jsp-btn, .jsp-top-btn4 .jsp-btn{
        width: 24%;
        margin-left: 1.33%;
    }
    
    .jsp-top-btn3 .jsp-btn{
        width: 32%;
        margin-left: 2%;
    }
    
    .jsp-top-btn5 .jsp-btn{
        width: 19%;
        margin-left: 1.2%;
    }
    
    .jsp-top-btn .jsp-btn:first-child{
        margin-left: 0;
    }

}


.yy  {
  font-family: 'Yesteryear', cursive !important;
    font-size: 22pt !important;

}


.yy .sppb-btn .sppb-btn-lg {
  font-size: 22pt !important;
}

@media (min-width: 1800px){
    .container {
        max-width: 1740px;
    }
}

@media (min-width: 2560px){
    .container {
        max-width: 2500px;
    }
}

.deeper:hover>.dropdown-menu, .deeper.open>.dropdown-menu{
    top: 3.7rem;
}

#mod-search-searchword97{
    order: 1px solid black;
    border-radius: 5px;
    padding-left: 10px;
    height: 1.7em;
    line-height: 1.5em;
    
}

#toolbar-r{
    text-align: right;
    color: black;
}

#toolbar-r a{
    color: black;
    font-size: 1.5rem;
    margin: 10px;
}

.col-eleven, .col-nine{
  width: 100%;
}

@media(min-width: 768px){
  .col-eleven{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.0909090909%;
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  
  .col-nine{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
}