/*
Theme Name: Livelihood 2020
Theme URI:
Author: Elliot Toman
Author URI: https://www.asubtleweb.com
Description: Custom theme for Livelihood Magazine by A Subtle Web
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700|Raleway:500,900&display=swap');
@import url('assets/css/base.css');
@import url('assets/css/tablet.css');

:root {
    --blue: #5A87B7;
}

* {
    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-black-color { color: black; }
.asw .has-black-background-color { background-color: black; }
.asw .has-blue-color { color: var(--blue); }
.asw .has-blue-background-color { background-color: var(--blue); }

.asw .wp-block-columns {
    margin-bottom: 0;
}

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

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



