/*
Theme Name: CasinoBeats
Theme URI: https://casinobeats.com/
Author: Clickout Media
Version: 1.0.0
Text Domain: casinobeats
*/

html {
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
body {
    margin: 0;
    font-family: "Lato", sans-serif;
}

.cb-no-scroll {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/Lato/Lato-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/Lato/Lato-Italic.woff2") format("woff2");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/Lato/Lato-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("assets/fonts/Lato/Lato-Black.woff2") format("woff2");
}

.cb-page__sidebar {
    flex: 0 0 350px;
    width: 350px;
}

.cb-trending__line {
    flex: 1;
    height: 2px;
    background: #dd3333;
    margin: 0 8px;
}

@media (max-width: 1024px) {
    .cb-page__sidebar {
        width: 100%;
        max-width: 860px;
        margin-right: auto;
        margin-left: auto;
    }
}
