/*
 Theme Name:   Carz Child Theme
 Theme URI:    https://carz.ancorathemes.com/
 Description:  Carz Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     carz
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  carz
*/


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

.menu-item a::after{
    background-color:red !important;
}

.sc_layouts_logo img {
    width:250px !important;
}

.menu_mobile .menu_mobile_inner {
    background-color: #fff !important;
}
.menu_mobile .menu_mobile_inner .current-menu-item > a, .menu_mobile .menu_mobile_close .menu_button_close_icon
{
    color: #282830 !important;
}
.socials_mobile
{
    border-top: 1px solid;
}
.menu_mobile .social_item .social_icon {
    color: #282830 !important;
}

.cars_page_title_price .cars_price{
    display:block;
    margin-bottom: 10px;
}
.cars_page_title_price .cars_price .cars_price1{
    font-size: 35px !important;
 }
.sc_cars_item_price .cars_price{
    display:block !important;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
}
.hover_link.post_featured.with_thumb .mask, .hover_link.sc_layouts_blog_item_featured .post_featured.with_thumb .mask {
    opacity: 0.5 !important;
}

.sc_services_item_title a {
    word-wrap: normal !important;
}

.sc_services_classic .sc_services_item_content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}