/*
 Theme Name:     Cut and Color Hair
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Cut and Color
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

h1, h2, h3, h4 {
	line-height: 1.5;
}

div.et_pb_section.et_pb_section_0.et_pb_section_0.et_pb_section_0 {
 background-blend-mode: overlay;
}


.wpcf7 .wpcf7-submit {
    padding: 11px 55px;
    border-radius: 7px;
    background: hsl(215.54deg 100% 54.31%);
    color: white;
    font-weight: 600;
    border: none;
}

.wpcf7 .wpcf7-submit:hover {
    background: hsl(215.54deg 100% 58.31%);
}

.wpcf7 .wpcf7-submit:focus {
    background: hsl(215.54deg 100% 50.31%);
}

.wpcf7 .wpcf7-submit:disabled {
    background: #cdcdcd;
}

.et_pb_blurb.not-rounded .et_pb_image_wrap {
	border-radius: 0 !important;
}

.termin-anfrage .wpcf7-text, .termin-anfrage .wpcf7-textarea {
    border-radius: 5px;
    border: none;
    background: #0000000f;
}

.termin-anfrage form > p > label {
    margin-bottom: 20px;
    display: inline-block;
}

.termin-anfrage .wpcf7-text {
    padding: 12px 10px;
    width: 400px;
    max-width: 80%;
}

.termin-anfrage .wpcf7-textarea {
    width: 400px;
    max-width: 80%;
}

.termin-anfrage .wpcf7-list-item {
    display: block;
    margin-left: 0;
}

.termin-anfrage .wpcf7-acceptance > span {
    margin-left: 0;
}

.termin-anfrage .wpcf7-list-item.first {
    margin-left: 0;
}

.paketpreise-row img {
    width: 70%;
}

#main-header .logo_container a #logo {
    transform: scale(1.5);
	width: auto;
}

/* --------------------------- */
/* Header CTA Button alignment */
/* --------------------------- */

.et_pb_column_1 {
    display: flex;
    justify-content: center;
}

.ctabutton a {
    font-weight: bold;
    transition: 300ms all;
    background: #db2323;
    color: white;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 16px;
    word-break: keep-all; 
    margin: 0 10px;
}

.ctabutton.phone a:before {
    content: '';
    font-family: etmodules;
    margin-right: 12px;
    vertical-align: middle;
}

.ctabutton.map a:before {
    content: '\e076';
    font-family: etmodules;
    margin-right: 12px;
    vertical-align: middle;
}

.ctabutton a:hover {
    background-color: #bd1313;
}

a.et_pb_button.et_pb_bg_layout_light {
    color: white !important;
    font-size: 15px;
    padding: 7px 35px 7px 15px;
}

/* ------------------------- */
/* --- Tab Nav (pricing) --- */
/* ------------------------- */

body.home .et_pb_tabs_controls li a {
    padding: 8px;
}

body.home .et_pb_tab_content .price-tab strong {
    font-size: 37px;
    margin: 12px 0;
    display: block;
}

body.home .et_pb_tab_content hr {
    opacity: 0.3; 
}

body.home ul.et_pb_tabs_controls.clearfix {
    overflow-x: hidden;
}

/* FOOTER */

#footer-info, .cc-legal-links {
    display: block !important;
    width: 100% !important;
    text-align: center;
}

.cc-legal-links {
    max-width: 500px;
    margin: 0 auto;
}

#footer-info .cc-legal-links a {
    margin: 0 40px;
    font-weight: 400;
}

/* Home: Teambereich */

.et_pb_row_16 h4 {
    font-weight: 700;
}

/* Unterseite: Heiße Schere */

.page-id-809 .et_pb_column_7 .et_pb_code_inner:after {
    color: white;
    content: "";
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-family: etmodules;
    text-align: center;
    font-size: 64px;
    cursor: pointer;
    opacity: 0.85;
    pointer-events: none;
}

/* ------------------------- */
/* --- Tab Nav (pricing) --- */
/* ------------------------- */

/* Use flex for a evenly navigation tab layout (thx divi...) */
/* Just desktops */

@media only screen and (min-width: 767px) {
    body.home .et_pb_tabs_controls {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    body.home .et_pb_tabs_controls li {
        width: 100%;
        text-align: center;
        font-size: 0.7rem;
    }
}

/* iPad */
@media only screen and (max-width: 767px) {
    body.home .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li a {
        height: 45px !important; /* inline.. */
        font-size: 14px;
        text-transform: initial;
    }

    body.home .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li {
        text-transform: initial;
    }

    body.home .et_pb_tabs_controls li a { 
        padding: 0;
        display: flex;
        align-items: center;
    }

    body.home .et_pb_tabs_controls li {
        padding: 8px 2px;
        min-height: 60px;
        display: flex;
        justify-content: center;
    }
}

/* Gallary responsive */
@media only screen and (max-width: 980px) {
    body.home .unser-salon-bilder .et_pb_column {
        width: calc(33.33% - 8px) !important;
        margin: 0 4px !important;
    }
    
    body.home .unser-salon-bilder {
        margin: 0 !important;
        width: 100% !important;
        padding: 0 !important;
    }

    body.home .et_pb_section_8.et_section_regular .et_pb_blurb_4 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 480px) {
    body.home .unser-salon-bilder .et_pb_column {
        width: calc(33% - 6px) !important;
        margin: 0 3px !important;
    }
}
