/*
Theme Name: SK21
Author: TBD
Description: A default theme for SK21 website.
Version: 1.0.0
Text Domain: sk21-theme
Domain Path: languages
*/
/*@media (min-width: 783px) {
    .admin-bar .site-header.is-sticky {
        top: 32px;
    }
}*/

@media (max-width: 782px) {
    .admin-bar .site-header.is-sticky {
        top: 46px;
    }
}

.form-control span.wpcf7-not-valid-tip {
    display: block;
    color: #a93e3e;
    font-size: 14px;
    line-height: 1.35;
    padding: 0 0 .5em 0;
    margin: 10px 0 0 0;
}

.wpcf7 form div.wpcf7-response-output {
    margin: 2em 0;
    padding: 1.25em 1.75em;
    color: #fff;
    font-size: 1em;
    line-height: 1.45;
    border: 0;
    background: #a93e3e;
}

.wpcf7 form div.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
    color: #000;
    background-color: #c6ac71;
}

.wpcf7 form .ajax-loader {
    display: none !important;
}

@media (max-width: 767px) {
    .form-control span.wpcf7-not-valid-tip {
        font-size: 12px;
    }

    .wpcf7 form div.wpcf7-response-output {
        font-size: .9em;
    }
    .fullscreen-navigation-toggle {
        top: 40px;
    }
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: block;
    z-index: 99;
}
.whatsapp img {
    width: 60px;
    transition: .3s;
}
.whatsapp:hover img{
    transform: scale(1.1);
}
.whatsapp__tooltip {
    background: #FFF;
    padding: 10px;
    color: #000;
    position: absolute;
    right: 100%;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.whatsapp:hover .whatsapp__tooltip {
    opacity: 1;
    visibility: visible;
}
@media all and (max-width: 767px) {
    .whatsapp {
        bottom: 10px;
        right: 20px;
    }
}
