/*
 * Theme Name:  Maag Child
 * Theme URI:   https://maag.codesupply.co/
 * Description: Maag Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    maag
 * Version:     1.0.0
 */

@font-face {
    font-family: 'Oakes Grotesk Regular';
    src: url('assets/fonts/Oakes Grotesk Regular.ttf') format('truetype'),
    url('assets/fonts/Oakes Grotesk Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'LTMuseum-Reg';
    src: url('assets/fonts/LTMuseum-Reg.ttf') format('truetype'),
    url('assets/fonts/LTMuseum-Reg.ttf') format('truetype');
}

:root {
    --cs-font-base-family: 'Oakes Grotesk Regular' !important;
}

@media (max-width: 767px) {
    .iframe-video {
        height: 220px !important;
        width: 380px !important;
    }
}

.cs-share {
    margin: 1rem 0 0;
}

.entry-content:not(:first-child) {
    margin-top: 1rem;
}

.single-format-video .cs-entry__media {
    display: none;
}

.shop-title {
    height: 32px;
    max-lines: 2;
}

.elementor-template-full-width .cs-main-content {
    display: block !important;
}

.tax-shop-category .cs-page__header {
    display: none;
}

.dewi-advertisement {
    margin: 0 0 10px;
}