/*
Theme Name: Strategies64 2024
Theme URI:
Author: Elliot Toman
Author URI: https://www.asubtleweb.com
Description: Custom theme for Strategies64
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --font: 'Barlow', sans-serif;
    --teal: #09B1C1;
    --light-teal: #C1EBEF;
    --mint: #C1EBEF;
    --salmon: #FF8585;
    --smoke: #EDEDED;
    --desktop: 1280px;
    --page: 800px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

.asw .has-white-color { color: white; }
.asw .has-white-background-color { background-color: white; }
.asw .has-teal-color { color: var(--teal); }
.asw .has-teal-background-color { background-color: var(--teal); }
.asw .has-mint-color { color: var(--mint); }
.asw .has-mint-background-color { background-color: var(--mint); }
.asw .has-salmon-color { color: var(--salmon); }
.asw .has-salmon-background-color { background-color: var(--salmon); }
.asw .has-smoke-color { color: var(--smoke); }
.asw .has-smoke-background-color { background-color: var(--smoke); }


/* Full width video embeds */
.is-type-video .wp-block-embed__wrapper {
    height: 0;
    padding-top: 60%;
    position: relative;
    width: 100%;
}

.is-type-video .wp-block-embed__wrapper iframe {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.asw .yotu-playlist {
    display: table;
    padding: 0;
}

.asw .yotu-videos {
    padding: 0;
}

.asw .yotu-videos li > a,
.asw .yotu-videos .yotu-video h3 {
    color: black;
}

@media screen and ( max-width: 781px ) {
    .asw .wp-block-columns {
        display: block;
    }

    .asw .wp-block-column {
        margin-bottom: 1rem;
    }
}

@media screen and ( min-width: 600px ) and ( max-width: 781px ) {
    .asw .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
}



