/*@import url("https://use.typekit.net/ydi0uzt.css");*/

h1, h2, h3, h4, h5 {
    font-family: "minion-pro", serif !important;
    & a, & span {
        font-family: "minion-pro", serif !important;
    }
}

.home #main {
    padding: 0;
}

body:not(.home) .wgl-logotype-container {
    padding: 35px 0;
}

.primary-nav > ul > li > a {
    font-family: "minion-pro", serif !important;
    font-size: 25px;
}

i.menu-item_plus {
    display: none;
}

.elementor-section.wgl-add-background-text:before, .elementor-section.wgl-add-background-text .wgl-background-text {
    font-size: 8.0225vw;
    letter-spacing: 3vw;
    text-transform: uppercase;
}

.wgl-striped-services {
    max-height: 500px;
}

.wgl-striped-services .service-item {
    position: relative;
}

.wgl-striped-services .service-item::before{
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .15);
    width: 100%;
    height: 100%;
}

.wgl-striped-services .service-item_link {
    z-index: 10;
    position: relative;
}

.wgl-striped-services .service-item_title {
    font-family: "Raleway", Sans-serif !important;
}

.elementor-widget-container > p {
    text-align: justify;
}

.d-none {
    display: none !important;
}

.agency--cards .elementor-widget-wrap {
    margin-bottom: 40px;
}

.agency--cards .elementor-widget-wrap .elementor-element {
    height: 100%;
    padding: 0;
}

.agency--cards .elementor-widget-wrap .elementor-element .elementor-widget-container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.clients_image img {
    max-height: 130px;
}

.clients_image img:not(:hover) {
    filter: grayscale(1);
}

@media screen and (max-width: 767px) {
    .wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_item {
        transform: unset !important
    }
}

@media screen and (min-width: 768px) {
    .wgl_module_team.team-col_4 .team-item:nth-child(5) {
        margin-left: calc(25% / 2);
    }
}