
text/css style.css ( C++ source, ASCII text, with CRLF line terminators )
/*
Theme Name: Auto Bargainz
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: Child theme of Beaver Builder.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme

*/

/* Add your custom styles here... */

/* Header Advertorial CSS */
.advertorial.single-col-custom {
    width: 100% !important;
}

.fl-page-header-container {
    padding-bottom: 10px;
    padding-top: 15px;
}  
div.advertorial.fl-content div.fl-sidebar.fl-sidebar-right.fl-sidebar-display-desktop.col-md-4{
    padding-left: 15px !important; 
    width: auto; 
}
.advertorial.fl-page-header-logo {
    width: 50% !important;
    float: left !important;
    display: block;
    padding-right: 0;
}

.advertorial.header_btn {
    width: 50%;
    display: block;
    float: left;
    clear: right;
    text-align: right;
    padding-top: 18px;
    padding-right: 10px;
}

/* Header Advertorial Template CSS */

.advertorial #ilEmbed-header1 > div > p.sponsored_text_cta {
    display: none;

}

.advertorial.fl-content{
    margin-top: 0px !important;
}

/* End Advertorial Header CSS */

.advertorial.fl-post-content.clearfix > p, .advertorial > p{
    font-size: 18px !important;
    line-height: 1.6 !important; 
}

.advertorial.fl-post-content.clearfix > ul > li{
    font-size: 18px !important;
    line-height: 1.8 !important; 
}
/* Advertorial Template CSS */
.advertorial .fl-content-left {
    border: none;
}

/*div.advertorial.fl-content.fl-content-left.col{
    padding-top: 0px;
    margin-top:0px; 
}*/ 

.advertorial.fl-post-title, .advertorial.fl-post-header{
    padding-bottom: 0px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.advertorial.fl-sidebar {
    width: calc(30% - 15px);
    margin: 0;
    float: left;
    display: block;
    padding-left: 15px; 
}

.advertorial #bottom_row > div > div, aside#text-4 {
    display: none !important;
}

.advertorial.fl-post-content {
    padding-top: 25px;
    width: 70%;
    float: left;
    display: block;
    margin: 0;
}
.auto-link{
    color: #337ab7; 
}

@media only screen and (max-width: 792px) {
    /*Header CSS */ 
    /*.advertorial.fl-page-header-logo {
        text-align: left;
        padding-top: 28px;
        padding-bottom: 5px; 
    }*/ 

    .advertorial.fl-post-content {
        width: auto;
        clear: both;
        padding-left: auto;
        padding-right: auto;
    }
    
    .advertorial.header_btn {
        padding-top: 5px;
    }

    /* End */ 

    /*template css */ 
    .advertorial.fl-post-content, .fl-sidebar {
        /* padding-top: 0px; */ 
        width: 100%;
        clear: both;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
    }

    .advertorial.fl-sidebar {
        width: 100% !important;
        margin: 0;
        float: none;
        display: block;
        clear: both; 
        text-align: center; 

    }
    .advertorial.header_btn {
        text-align: center !important;
        margin-top: 22px; 
    }
    
  /* end */ 

}

@media only screen and (max-width: 500px) {
    /* Site css issues*/ 
    div.fl-page-header-logo{
        padding-top: 16px; 
    }

    /* logo css */ 
    .advertorial.fl-page-header-logo {
        text-align: left;
        padding-top: 28px;
        padding-bottom: 0px !important; 
    }
    .header_btn {
        float: right; 
        margin-right: 20px; 
        margin-top: 10px;
    }
    /* end */ 

    /* header_btn css */ 
    
    .advertorial #ilEmbed-header1 > div > div > a.abz_cta {
        min-width: 100px !important;
        font-size: 14px !important;
    }

    .advertorial h1.fl-post-title {
        font-size: 22px;
    }
    .advertorial.header_btn {
        padding-top: 5px;
        text-align: right !important;
    }
    /* end */ 

}