/*
    Theme Name: Woodway
    Theme URI:	
    Description: This is the Woodway Theme
    Version: 1.0.0.0
    Author: Richard Karl Gregg / Stream Studio
    Author URI: 
    Tags: 
*/

@import url('css/styles.css');

.aligncenter {
    margin: auto;
}

.alignright {
    margin-left: auto;
}

@media (max-width: 768px) {
    .c-breaker-overlay-image {
        width: 100% !important;
    }
}

.c-standard-text--inside {
    ul {
        list-style-position: inside;
    }
}

.c-support-text, .c-standard-text {
    ul {
        list-style-type: disc;
        margin-left: 30px;
        li {
            margin-bottom: 10px;
        }
    }
}

.u-cover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
}

@media (min-width: 768px) {
    .h-screen-half {
        height: 50vh;
    }
}

@media (max-width: 768px) {
    .c-width-override {
        width: 100% !important;
    }
}

.wp-content {
    ul {
        li {
            list-style-type: disc;
            margin: 10px 0 10px 20px;
        }
    }
}