.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}




@media only screen and (max-width: 1199px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 750px;
    }
}
@media only screen and (max-width: 980px) {
    .w_carousel_caption_inner {
        padding-top: 0em;
        padding-bottom: 3em;
    }
}

@media only screen and (max-width: 799px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 450px;
    }
}

@media all and (min-width: 1200px) {
    #wrap .w_logo img {
        padding: 15px 0 5px;
    }

    body.read-more div#mainContent {
        max-width: 1000px !important;
        min-width: unset;
    }

    .single-article-related.outercol {
        width: calc(50% - 20px);
    }
}

#container-list .teaser {
}

#wrap header .w_icon {
    box-shadow: none !important;
}

#container-list .description {
    -webkit-line-clamp: 10;
}

body.read-more div#mainContent .editorContent h5,
body.read-more div#mainContent .editorContent h6 {
    color: #121212 !important;
}

#wrap .block-button-outer > div {
    flex: 1 1 auto;
    width: auto;
}

#custom-button {
    height: 50px;
}

.w_design_4 .w_icon_newsletter {
    display: none !important;
}

.block-button-outer a h6 {
    padding: 0 !important;
}