/*
Theme Name: Avada Webmasting
Theme URI: http://avada.theme-fusion.com/
Template: Avada
Author: ThemeFusion
Author URI: http://themeforest.net/user/ThemeFusion
Description: The #1 selling theme of all time that allows you to build virtually any design style.
Version: 5.1.6.1506326581
Updated: 2017-09-25 10:03:01

*/

#wm_noSafari, #wm_Safari_noStandalone{
    padding: 20px 30px !important;
}

.wm_roundbox .content-box-wrapper {
    border-radius: 15px !important;
    height: 8em !important;
}

.kachel-chip {
    background: rgb(78 65 65);
    padding: 10px 30px;
    border-radius: 4px;
    width: calc(100% + 40px) !important;
    position: relative;
    left: -20px;
    bottom: -20px;
}

.wm_border_radius_resp_1 img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.wm_border_radius_resp_2 img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


@media only screen and (max-width: 1024px) {
    .wm_start_boxes .content-box-column {
        width: 50% !important;
        float: left !important;
    }
    .fusion-tb-header svg {
        height: 50px;
    }

    .wm_border_radius_resp_1 img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .wm_border_radius_resp_2 img {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}