/*
Theme Name: Best4u Child
Theme URI: https://www.best4u.nl/
Author: Best4u Group B.V.
Author URI: https://www.best4u.nl/
Description: Best4u Child Theme. Child themes are the recommended way of making modifications to a theme. <a href="https://codex.wordpress.org/Child_Themes">Reade More</a>
Template: best4u
Version: 1.0
*/

.bdrs > div {
    border-radius: 4px;
}

.header-button {
    float: right;
    display: inline-block;
    margin-top: 30px;
    margin-left: 10px;
    border: 0 !important;
    background: #2a2461;
    color: #fff !important;
    border-radius: 5px;
    outline: 0;
    padding: 8px 20px 10px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.header-button:hover {
    background: #1c1c38;
}


@media screen and (max-width: 1199px) {
    .header-button {
        display: none;
    }
}