/*
 Theme Name:   Tiffin
 Theme URI:    https://www.adbites.de
 Description:  Adbites child theme
 Author:       Heiko Schneider
 Author URI:   https://www.adbites.de
 Template:     generatepress
 Version:      0.1
*/


.nounderline a {
    text-decoration: none;
}


.post-type-archive-recipes h3 a {
    text-decoration: none;
}


.age-gate-heading-title-logo, .age-gate__heading-title--logo {
    width: 40% !important;
    height: 40% !important;
}

.age-gate__subheadline {
    font-size: 15px;
}

.age-gate {
    border-radius: 10px;
    background-color: #778971;
}

button.age-gate__submit {
    background-color: #495f43;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #fff3dd;
    width: 90px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
     border-top-left-radius: 10px;
}

button.age-gate__submit:hover {
    background-color: #364731;
}

.age-gate__challenge {
    font-weight: bold;
    font-size: 24px;
    font-family: DM Serif Display, serif;
    text-transform: uppercase;
}

.cmplz-title {
    font-weight: bold;
    font-size: 24px !important;
    font-family: DM Serif Display, serif;
    text-transform: uppercase;
}