/*
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');

section.bar.bar-3.bar--sm.bg--secondary.header--top-bar {
    display: none
}

.bar__module.text-center {
    text-align: left
}

.menu-horizontal > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #222222
}

.menu-horizontal > li > span {
    font-size: 16px;
    text-transform: uppercase;
    color: #222222
}

@media (min-width: 990px) {
    .bar__module:not(:only-child) .menu-horizontal {
        top: 40px
    }
}

ul#menu-main-menu {
    text-align: center
}

.halfrow {
    min-height: 550px
}

.halfrowimgleft {
    height: 630px
}

.halfrowimgright {
    height: 550px
}

.halfrowtext {
    min-height: 370px
}


.col-sm-6 {
    padding-left: 0px;
    padding-right: 0px
}

@media (max-width: 767px) {
    .halfrowfull {
        display: none
    }
    .menu-horizontal > li {
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .halfrowsmall {
        display: none
    }
}

h2 {
    font-size: 33px;
    font-weight: 400
}

.bar .logo {
    top: -3px
}

.col-xs-4.col-sm-2.text-right.mobile-header {
    top: 28px
}

.nav-container {
    min-height: 120px
}

body {
    font-size: 15px
}