/*
Theme Name: Automotz Child
Description: Child Theme for Automotz Theme
Author: Zozothemes
Version: 1.0
Template: automotz
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozotheme
*/

/*Custom Style Code Right Here */

/* Body */
.fa, .fas {
    font-weight: 900;
}
.icon-basket {
    display: none;
}
ul.social-icons.social-black > li a, ul.social-icons.social-h-black > li a:hover {
    color: #ffffff;
}
body.page-id-10 ul.social-icons.social-black > li a {
    color: #333;
}

/*NAV Mobil */
.mobile-header-items li i {
    font-size: 25px !important;
}
.mobile-bar {
    color: #ffffff;
}
.mobile-bar li a {
    color: #ffffff;
    font-size: 21px;
}
.zmm-dropdown-toggle {
    color: #ffffff !important;
    font-size: 17px !important;
}
.fa.fa-facebook {
    font-weight: 400;
    font-size: 30px;
}
.fa.fa-instagram {
    font-weight: 400;
	font-size: 30px;
}

/* Team */
.sptp-member .sptp-member-desc {
    color: #666666 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    font-family: Lato !important;
}

/* Service */
.custom-post-nav {
    display: none !important;
}

/* Kontakt */
.shortcode-rand-35 .section-title {
    text-shadow: none !important;
}
body.page-id-10 .wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff !important;
}
body.page-id-10 .wpcf7 form.invalid .wpcf7-response-output {
    color: #ffffff !important;
}

/* Events Calendar */
.tribe-common p {
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 17px !important;
    color: #666666 !important;
}
.tribe-common .tribe-common-b2--bold {
    font-weight: 700;
    color: #666666 !important;
    font-size: 17px !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
    color: #666666 !important;
    font-size: 17px !important;
    line-height: 1.62;
}
.tribe-common .tribe-common-h7 {
    font-size: 16px !important;
}
.tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: 0px solid #ffffff !important;
    color: #d90e1b;
}
.tribe-events-widget-events-list__view-more-link {
    display: none !important;
}
.single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
    color: #d90e1b !important;
}
.tribe-common .tribe-common-c-btn {
    background-color: #d90e1b;
}
.tribe-common .tribe-common-c-btn:hover {
    background-color: #000000 !important;
}
.tribe-common .tribe-common-c-svgicon {
    color: #d90e1b;
}
.tribe-events .tribe-events-c-ical__link {
    border: 1px solid #d90e1b;
    color: #d90e1b;
}
.tribe-events .tribe-events-c-ical__link:hover {
    background-color: #d90e1b;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
    color: #d90e1b;
}
.tribe-common .tribe-common-anchor-thin-alt {
    border-bottom: 1px solid #000;
}
.tribe-common .tribe-common-anchor-thin-alt:hover {
    border-bottom: 1px solid #d90e1b;
    color: #d90e1b;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 17px;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected {
    background-color: #ebebeb;
}

/* Events Footer */
.footer-middle-sidebar .tribe-common a {
    color: #ffffff !important;
    font-size: 16px;
}
.footer-middle-sidebar .tribe-common a:visited {
    color: #ffffff !important;
}
.footer-middle-sidebar .tribe-common .tribe-common-h2 {
    color: #ffffff !important;
}
.footer-middle-sidebar .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
    font-size: 14px;
    color: #fff !important;
}
.footer-middle-sidebar .tribe-common .tribe-common-b2 {
    color: #fff !important;
    font-size: 14px;
}
.footer-middle-sidebar .tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: none;
    color: #d90e1b !important;
}
.footer-middle-sidebar .tribe-common .tribe-common-c-svgicon {
    display: none;
}


/* page title bar button */
.page-title-wrap-inner .custom_text_page_title a {
    background: #d90e1b;
    color: #fff;
    padding: 7px 20px 10px 20px;
    border-radius: 6px;
}
.page-title-inner .pull-right > * {
    display: inline-block;
    margin: 0 5px;
}
.page-title-inner .pull-right > *.custom_text_page_title {
    float: right;
}

@media only screen and (max-width: 767px) {
    .custom_text_page_title {
        width: 100%;
    }
    .page-title-wrap-inner .custom_text_page_title a {
        margin: 15px 0;
        display: inline-block;
        text-align: end;
        float: none;
        width: auto;
        padding: 5px 15px;
        font-size: 14px;
    }
}