/*
Theme Name:   Carservice Child
Description:  Carservice Child Theme
Template:     carservice
Version:      1.0
Text Domain:  carservice
*/

.header .logo
{
    width: 370px;
    /*float: left;*/
}

.padding-bottom-30 {
    padding-bottom: 0px;
    padding-top: 10px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
    padding: 0px;
}


.header .mobile-menu-switch {
    display: table-cell;
    padding-left: 30px;
    display:none;
}

/* Breite Logo in unterschiedlichen Ausgabeformaten */
a img {
    max-width: 100%;
}

/* PC Bildschirm */
@media only screen and (min-width: 1024px) {
    .reframe { max-width: 1024px }
    a img {
        max-width: 370px;
    }
}
/* Datum in Widget News ausblenden */
.blog.small .post-content-details li {
    display: none;
}
#cptapagination-content .cpta-post-image {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.single .vc_row .vc_col-sm-3 .vc_wp_archives ul li {
    float:none !important;
}







