/*
Theme Name: Stack Child
Theme URI: http://www.tommusrhodus.com/stack-wordpress-theme
Description: Child theme for the Stack theme
Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
Author URI: http://www.tommusrhodus.com
Template: stack
Version: 10.0.0
*/

@import url('../stack/style.css');

@media all and (max-width: 980px) {
.col-xs-8 {
    width: 34.666667% !important;
}}

@media all and (max-width: 980px) {
.col-xs-4 {
    width: 34.333333% !important;
    float: right !important;
    margin-top: 20px !important;
}}