/*!
Theme Name: Onefinarch
Theme URI: https://underscores.me/
Author: Vyacheslav Tikhenkiy
Author URI: https://freelancehunt.com/freelancer/Fozikk.html
Version: 1.0.0
*/

hgroup {
    position: relative;
}

.whatsapp {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .box-minimal {
        padding-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 1200px) {
    .box-minimal-icon {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 767px) {
    .whatsapp {
        position: absolute;
        right: 20%;
        top: 32px;
    }

    .wow-outer {
        overflow: visible !important;
    }
}