/*
 Theme Name:     Divi Child Theme
 Theme URI:      
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/

@import url("https://bnttowingandautosales.com/wp-content/themes/Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

a {
    font-family: 'open Sans';
}


/*Top Header*/

.et-social-icons,
#et-info-email {
    display: none !important;
}

#et-info {
    width: 100% !important;
}

#et-info-phone {
    float: right;
    font-size: 22px;
    padding-top: 4px;
}

#et-info-phone:before {
    display: none;
}


/*#et-info-phone:before {
    position: relative;
    top: 0px;
    margin-right: 0px;
    content: "\e090";
    padding: 8px 7px 7.5px;
    margin-left: -110px;
    background: #3D3D3D;
    color: #F7B901;
    border-radius: 8px 0px 0px 8px;
}*/

.call_us_color {
    background: #3D3D3D;
    color: #F7B901;
    font-style: italic;
    margin-right: 9px;
    padding: 3px 9px;
    border-radius: 5px 0px 0px 5px;
    padding-left: 5px;
}

.phone_top_header {
    background: #F7B901;
    color: #3D3D3D;
    margin-left: -9px;
    padding: 3px 9px;
    border-radius: 0px 5px 5px 0px;
}

.fa-phone {
    font-size: 22px;
    padding-right: 2px;
}

.fa-phone:before {
    width: 18px;
    height: 18px;
    display: block;
}

#top-header {
    height: 45px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ececec+100 */
    background: #cccccc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cccccc 0%, #ececec 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cccccc 0%, #ececec 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cccccc 0%, #ececec 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ececec', GradientType=0);
    /* IE6-9 */
}


/*END Top Header*/


/*MAIN MENU*/

#main-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#434343+0,373737+47,373737+47,282828+98,6a6a6a+100 */
    background: #434343;
    /* Old browsers */
    background: -moz-linear-gradient(top, #434343 0%, #373737 47%, #373737 47%, #282828 98%, #6a6a6a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #434343 0%, #373737 47%, #373737 47%, #282828 98%, #6a6a6a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #434343 0%, #373737 47%, #373737 47%, #282828 98%, #6a6a6a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#6a6a6a', GradientType=0);
    /* IE6-9 */
    border-bottom: 1px solid rgba(192, 192, 192, 0.72);
    height: 65px;
    -webkit-box-shadow: 0px 17px 16px -10px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 17px 16px -10px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 17px 16px -10px rgba(0, 0, 0, 0.55);
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 24px;
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
}

#top-menu li {
    margin-right: -27px;
}

#top-menu a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    /*transition: ease-in-out 1s;*/
}

#top-menu a::before {
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    background: #F7B901;
    top: 64px;
    left: 0px;
    transition: ease-in-out 0.3s;
    z-index: 9999;
}

#top-menu a:hover::before {
    content: '';
    width: 101%;
    height: 5px;
    position: absolute;
    background: #F7B901;
    top: 59px;
    left: 0px;
    z-index: 9999;
}

#top-menu li.current-menu-item > a:before {
    content: '';
    width: 101%;
    height: 5px;
    position: absolute;
    background: #F7B901;
    top: 59px;
    left: 0px;
}

#top-menu li.current-menu-item > a {
    /* Permalink - use to edit and share this gradient: http://colorzill.a.com/gradient-editor/#434343+0,373737+47,373737+47,282828+98,6a6a6a+100 */
    background: #434343;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2C2C2C 0%, #373737 47%, #373737 47%, #282828 98%, #434343 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2C2C2C 0%, #373737 47%, #373737 47%, #282828 98%, #434343 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2C2C2C 0%, #373737 47%, #373737 47%, #282828 98%, #434343 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#434343', GradientType=0);
    /* IE6-9 */
    color: #F7B901;
}


/*.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
    padding-top: 10px;
}*/

.et_header_style_left #et-top-navigation {
    padding-top: 0px;
}


/* .et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
    padding-top: 0px;
}
 */


/*END MAIN MENU*/


/*Blurbs*/

.et_pb_gutters3 .et_pb_column_1_3 {
    width: 31.866%;
}

.et_pb_column_6 {
    margin-left: 3.5% !important;
    margin-right: 3.5% !important;
}

.et_pb_gutters3 .et_pb_column {
    margin-right: 0;
}

.home .et_pb_column_1 {
    border-right: 1px solid #545353;
    padding-right: 15px;
}

.home .et_pb_column_2 {
    border-left: 1px solid black;
    border-right: 1px solid #545353;
}

.et_pb_column_3 {
    border-left: 1px solid #000;
    padding-right: 15px;
}

.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 30px;
}

.home .et_pb_blurb_container h4 {
    color: #F7B901;
    font-weight: 600;
    font-family: 'Orbitron', sans-serif;
}

.home .et_pb_blurb_container p {
    color: #fff;
}

.et_pb_blurb_position_left .et-pb-icon {
    font-size: 95px;
    padding-left: 50px;
    color: #555555 !important;
}


/*END Blurbs*/

.et_pb_section_1,
.et_pb_section_2,
.et_pb_section_0 {
    padding: 0px !important;
}

.about_msg {
    background-image: linear-gradient(to bottom, #cccccc, #ffffff);
    padding: 12px 11px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-radius: 2px 2px 0px 0px;
    padding-bottom: 2px !important;
}

.welcome_msg {
    background-image: linear-gradient(to bottom, #cccccc, #ffffff);
    padding: 12px 11px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    border-radius: 2px 2px 0px 0px;
    padding-bottom: 12px !important;
}

.et_pb_text_0 {
    width: 96%;
}

.et_pb_image_0 {
    margin-bottom: 0px !important;
    background: #E5E5E5;
}

.et_pb_column_5 {
    margin-top: 37px;
}

.home .et_pb_post_title_0 {
    width: 96%;
    background-image: linear-gradient(to bottom, #cccccc, #ffffff);
    padding: 0px;
    border-radius: 8px 8px 0px 0px;
}


/*
.et_pb_post_title_0 h1{
        font-family: 'Orbitron', sans-serif;
    color: #F7B901;
    vertical-align: middle;
    line-height: 1.03;
    font-size: 38px !important;
    border-radius: 4px;
    text-shadow: 2px 2px 0px black, 2px 3px 2px rgba(192, 192, 192, 0.58);
}*/

.main_text {
    background: #E5E5E5;
    padding: 23px;
    border-radius: 0px 0px 8px 8px;
    text-align: justify;
}

.home .et_pb_gutters3 .et_pb_column_2_3 .et_pb_module {
    margin-bottom: 0.242%;
}

.nap_contact_us {
    text-align: center;
    border-bottom: 2px solid #545353;
    padding-top: 20px;
}




.et_pb_text_3 p {
    padding: 7px;
}

.read_more_middle {
    color: #000;
    text-decoration: underline;
    transition: ease-in-out 0.3s;
}

.fa-angle-double-right:before {
    transition: ease-in-out 0.3s;
    color: #f7b901;
    font-size: 18px;
}

.read_more_middle:hover > .fa-angle-double-right:before {
    padding-left: 10px;
}

.home .service_heading {
    background-image: linear-gradient(to bottom, #282828, #434343);
    color: #f7b901;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    border-radius: 8px 8px 0px 0px;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #000;
}

.home .services_ul {
    background: #2f2f2f;
    border-radius: 0px 0px 8px 8px;
}

.home .services_ul li {
    color: #959594;
    list-style-type: none;
    border-bottom: 1px solid #545353;
    border-top: 1px solid #000;
    width: 94%;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    transition: ease-in-out 0.3s;
}

.home .services_ul li:nth-child(1) {
    border-top: none;
    border-bottom:
}

.home .services_ul li:nth-last-child(1) {
    border-bottom: none;
}

.home .services_ul li:hover:nth-last-child(1) {
    border-bottom: none;
}

.home .services_ul li:hover {
    color: #f7b901;
    border-bottom: 1px solid #f7b901;
}

.home .services_ul li:before {
    content: '\f0a9';
    position: relative;
    font-family: 'fontAwesome';
    color: #f7b901;
    font-size: 16px;
    padding-right: 6px;
}

.home .et_pb_section_0 {
    background: rgb(126, 126, 126);
    background: -moz-linear-gradient(top, rgba(126, 126, 126, 1) 0%, rgba(173, 173, 173, 1) 21%, rgba(196, 196, 196, 1) 37%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(126, 126, 126, 1) 0%, rgba(173, 173, 173, 1) 21%, rgba(196, 196, 196, 1) 37%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(126, 126, 126, 1) 0%, rgba(173, 173, 173, 1) 21%, rgba(196, 196, 196, 1) 37%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#ffffff', GradientType=0);
}

.openinghours td {
    font-weight: normal !important;
    width: 100px;
    text-align: left !important;
    font-size: 13px !important;
}

#current-day {
    background-color: #F7B901;
}




.logo_helper_a {
    font-family: 'Orbitron', sans-serif;
    color: #F7B901;
    vertical-align: middle;
    line-height: 1.03;
    font-size: 28px !important;
    border-radius: 4px;
    text-shadow: 2px 2px 0px black, 2px 3px 2px rgba(192, 192, 192, 0.58);
}


.home .et_pb_row_1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282828+0,434343+100 */
    background: #282828;
    /* Old browsers */
    background: -moz-linear-gradient(top, #282828 0%, #434343 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #282828 0%, #434343 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #282828 0%, #434343 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#434343', GradientType=0);
    /* IE6-9 */
    margin-top: -27px;
    border-radius: 0px 0px 8px 8px;
    border-bottom: 4px solid #7A7A7A;
}

.et_pb_row_2 {
    padding-bottom: 0px;
}

.cta_title {
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
    color: #F7B901;
}

blockquote {
    border-color: #F7B901;
}

blockquote>p>a {
    color: #F7B901;
}

.wpcr3_item_name>a:first-of-type {
    display: none;
}

#main-footer h4 {
    color: #F7B901;
    font-weight: bold;
}

.slider_text {
    background: #F7B901;
    font-size: 30px;
    padding: 10px 18px;
    width: 70%;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 1px 1px 0px black;
    padding-bottom: 10px !important;
}


/*MENU*/

#top-menu li a {
    border-right: 1px solid #545353;
}

#menu-item-56 a {
    border-left: 1px solid #000;
}

#menu-item-61 a {
    border-left: 1px solid #000;
    margin-left: -1px;
}

#menu-item-52 a {
    border-left: 1px solid #000;
    margin-left: -1px;
}

#menu-item-53 a {
    border-left: 1px solid #000;
    margin-left: -1px;
}

#menu-item-55 a {
    border-left: 1px solid #000;
    border-right: none !important;
}

#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
    opacity: 1 !important;
}


/*#top-menu-nav{
    margin-top: -5px;
}
*/

.sub-menu {
    background: linear-gradient(to bottom, #434343 0%, #373737 47%, #373737 47%, #282828 98%, #6a6a6a 100%) !important;
}

.sub-menu a {
    color: #fff !important;
    border: none !important;
}

.sub-menu a:after {
    display: none !important;
}

#top-menu .menu-item-has-children a:after {
    position: absolute;
    top: 22px !important;
    right: 0px;
    left: 85%;
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "3";
}

.nav li ul {
    border-top: 5px solid #F7B901 !important;
}

#top-menu li.current-menu-ancestor > a {
    color: #F7B901;
}


/*#top-menu .menu-item-has-children a:hover:after{
    display: none;
}*/

#top-menu .menu-item-has-children a:before {
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    background: #F7B901;
    top: 64px;
    left: 0px;
    transition: ease-in-out 0.3s;
    z-index: 9999;
}


/*END MENU*/

.img_middle {
    float: left;
    height: auto;
    width: 50%;
    padding-right: 10px;
}

.et_pb_row_4 {
    background: #E5E5E5;
    border-radius: 8px 8px 0px 0px;
}


/*END MENU*/

.et_pb_gutters3 .et_pb_column_2_3 {
    width: 67.833%;
}

.et_pb_text_1 {
    margin-top: -35px;
}

.cta_text {
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
    background: #222;
    width: 90%;
    margin-bottom: -27px;
    padding: 8px;
    padding-bottom: 8px !important;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
}

.bottom_text {
    padding: 5px;
    color: #000;
}

.home .entry-title {
    padding-top: 8px;
    padding-left: 8px;
}

.p_icons {
    position: relative;
    padding-bottom: 2px;
}

.fa-user {
    top: 7px;
    left: 9px;
    font-size: 18px !important;
}

#text-7 .fa {
    position: absolute;
    opacity: 0.8;
    color: #F7B901;
    transition: ease-in-out 0.4s;
}

.opacity_fix {
    opacity: 1 !important;
}

.fa-mobile {
    top: 4px;
    left: 11px;
    font-size: 23px !important;
}

.fa-envelope-o {
    top: 7px;
    left: 8px;
    font-size: 16px !important;
}

.fa-pencil-square-o {
    left: 9px;
    top: 4px;
    font-size: 16px !important;
}

.fa-terminal {
    top: 46px;
    left: 10px;
    font-size: 18px !important;
}

.fa-percent {
    top: -1px;
    position: initial;
}

.fa-quote-left {
    position: initial;
}

.fa-volume-control-phone {
    position: initial;
}

#customer_name,
#phone-cf,
#customer_email,
#message,
#vercode {
    text-indent: 26px;
    border: 2px solid #F7B901;
    background: rgba(34, 34, 34, 0.75);
    color: #fff;
    padding: 4px;
}

#submitter {
    background: #F7B901;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.textwidget .service_heading {
    background-image: linear-gradient(to bottom, #282828, #434343);
    color: #f7b901;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    border-radius: 8px 8px 0px 0px;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #000;
}

.textwidget .services_ul {
    background: #2f2f2f;
    border-radius: 0px 0px 8px 8px;
}

.textwidget .services_ul li {
    padding-left: 12px;
    color: #959594;
    list-style-type: none;
    border-bottom: 1px solid #545353;
    border-top: 1px solid #000;
    width: 94%;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    transition: ease-in-out 0.3s;
}

.textwidget .services_ul li:nth-child(1) {
    border-top: none;
}

.textwidget .services_ul li:hover {
    color: #f7b901;
}

.textwidget .services_ul li:before {
    content: '\f0a9';
    position: relative;
    font-family: 'fontAwesome';
    color: #f7b901;
    font-size: 16px;
    padding-right: 6px;
}

.textwidget .services_ul li:hover {
    border-bottom: 1px solid #f7b901;
}

.textwidget .services_ul li:hover:nth-last-child(1) {
    border-bottom: none;
}

.textwidget .services_ul li:nth-last-child(1) {
    border-bottom: none;
}

.et_pb_widget ul li {
    margin-bottom: 0em !important;
}

.et_pb_widget_area_left {
    padding-right: 0px !important;
    border-right: none;
}

.post-48 .entry-title {
    color: #f7b901;
    text-shadow: 2px 1px 1px #927a33, 1px 3px 0px #d4a418;
    font-size: 40px;
    font-weight: 900;
}

.post-43 .entry-title {
    color: #f7b901;
    text-shadow: 2px 1px 1px #927a33, 1px 3px 0px #d4a418;
    font-size: 40px;
    font-weight: 900;
}

.post-50 .entry-title {
    color: #f7b901;
    text-shadow: 2px 1px 1px #927a33, 1px 3px 0px #d4a418;
    font-size: 40px;
    font-weight: 900;
}

.post-59 .entry-title {
    color: #f7b901;
    text-shadow: 2px 1px 1px #927a33, 1px 3px 0px #d4a418;
    font-size: 40px;
    font-weight: 900;
}

.post-40 .entry-title {
    color: #f7b901;
    text-shadow: 2px 1px 1px #927a33, 1px 3px 0px #d4a418;
    font-size: 40px;
    font-weight: 900;
    font-size: 40px;
    font-weight: 900;
}

.post-40 .et_pb_row_1{
    padding-top: 0px;
}

.post-48 .et_pb_row_1{
    padding-top: 0px;
}

.post-43 .et_pb_row_1{
    padding-top: 0px;
}

.post-50 .et_pb_row_1{
    padding-top: 0px;
}

.post-59 .et_pb_row_1{
    padding-top: 0px;
}

.post-40 .et_pb_row_0{
    padding-bottom: 8px;
}

.post-48 .et_pb_row_0{
    padding-bottom: 8px;
}

.post-43 .et_pb_row_0{
    padding-bottom: 8px;
}

.post-50 .et_pb_row_0{
    padding-bottom: 8px;
}

.post-59 .et_pb_row_0{
    padding-bottom: 8px;
}

@media(max-width: 768px) {
    #mobile_menu {
        margin-top: 13px;
    }
    .et_mobile_menu {
        border-top: 3px solid #F7B901;
    }
    .logo_container {
        width: 100% !important;
        margin-top: 0px;
    }
    .mobile_menu_bar:before {
        top: 15px;
    }
    .cta_text {
        margin-bottom: -60px;
    }
    .mobile_menu_bar:before {
        color: #F7B901 !important;
    }
    #menu-item-56 a {
        border: none;
    }
    #menu-item-61 a {
        border: none;
    }
    #menu-item-52 a {
        border: none;
    }
    #menu-item-53 a {
        border: none;
    }
    #menu-item-55 a {
        border: none;
    }
    .et_pb_text_0 {
        width: 100%;
    }
    .home .et_pb_post_title_0 {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .logo_container {
        padding-top: 6px;
        margin-left: -14px;
    }
    .logo_helper_a {
        font-size: 22px !important;
    }
    .mobile_menu_bar:before {
        padding-top: 19px;
    }
}

@media(max-width: 375px) {
    #et-info-phone {
        font-size: 17px;
    }
    .logo_helper_a {
        font-size: 20px !important;
    }
}

@media(max-width: 360px) {
    #et-info-phone {
        font-size: 11px;
    }

}

@media(max-width: 320px) {
    #et-info-phone {
        font-size: 11px;
    }

    .logo_helper_a {
        font-size: 13px !important;
    }
}


@media only screen and (min-width: 981px){
#logo {
    max-height: 100px!important;
}
}

@media (max-width: 980px)
{
	#logo {
    max-height: 100%!important;
}
}