/*
Theme Name: M5MarketingCommunications
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Base New theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: m5marketingcommunications
Tags: one-column
Theme URI:
*/

body.single-case-study {
    font-weight: 500;
}

.header__lang {
    display: flex;
    align-items: center;
}
.hero::after,
.cs-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .12);
}
.hero__arrow {
    position: absolute;
    bottom: 14%;
}
.hero__toggle,.hero__toggle2 {
    right: 1.5rem;
    bottom: 1.5rem;
}
.cs-hero__media::after {
    display: none;
}
.cs-gallery__grid {
    display: flex;
    flex-wrap: wrap;
}
.cs-gallery__item.half-width {
    flex-basis: calc(50% - 0.625rem);
}
.cs-play-box {
    display: block;
    position: absolute;
    inset: 0;
}

@media (min-width: 768px) {
    .mobile-only { display: none !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .case-studies-row {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .tablet-lower { display: none !important; }
}
@media (min-width: 1280px) {
    .hero__toggle,.hero__toggle2 { bottom: 4.125rem; }
}
@media (max-width: 1023px) {
    .desktop-only { display: none !important; }
}
@media (max-width: 767px) {
    .tablet-upper { display: none !important; }
}