/*
 Theme Name:   Herzenslust
 Theme URI:    http://frei-phone.de
 Description:  Herzenslust Child Theme of The 7.2
 Author:       Pascal Hubig
 Author URI:   http://frei-phone.de
 Template:     dt-the7
 Version:      0.0.2
 License:      Copyright Pascal Hubig all rights reserved
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Herzenslust
*/
html:not(.mobile-true) #header img {
    opacity: 1;
}
form.otreservation input, form.otreservation select, form.otreservation button {
    width: 100%;
    border: none;
    color: #b8bcbe;
    height: 36px;
}

form.otreservation input, form.otreservation select {
    background: #171717;
}

form.otreservation select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form.otreservation button {
    background: #312313;
}

form.otreservation button:hover {
    background: #624625;
}

.top-bar .soc-ico a.facebook {
    margin-right: 4px;
}

.dt-close-mobile-menu-icon span {
    background-color: inherit;
}
.soc-ico {
        margin: 0 !important;
}
.mini-contacts.icon-off a:before {
        background-color: rgba(255, 255, 255, 0.25);
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        content: "";
        border-radius: 50%;
        z-index: -1;
        transition: transform 150ms;
}
.mini-contacts.icon-off a {
        display: inline-block;
        width: 24px;
        height: 24px;
        text-align: center;
}
.mini-contacts.icon-off a:hover {
        opacity: 1;
        color: white;
}
.mini-contacts.icon-off a:hover:before {
    transform: scale(0);
}
.mini-contacts.icon-off a i {
        vertical-align: middle;
        line-height: 24px;
}
.masthead.widgets .mini-contacts, .masthead.widgets .mobile-header-bar .mini-contacts {
        margin-left: 0px;
        margin-right: 2px;
}

@media (max-width: 400px) {
    .mobile-header-bar {
        max-width: 100% !important;
    }
    .mobile-branding {
        flex-grow: 0 !important;
    }
    .mini-contacts.icon-off a {
        color: #000;
    }
    .mini-contacts.icon-off a:before {
        background-color: #fff;
    } 
}
