/*
Theme Name: Vogt Theme
Theme URI: http://itgooch.com
Template: bootstrap-basic4
Author: Tim Gooch
Description: This is a custom theme developed for Vogt Ice by iTGooch LLC/Breakout Creative.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-menu,featured-images,front-page-post-form,post-formats,threaded-comments,translation-ready
Version: 1.0.1497857336
Updated: 2017-06-19 07:28:56
*/

@media screen and (max-width: 768px) {
    .site-title {
        width: 50% !important;
        float: left !important;
    }
    .made-in-the-usa {
        width: 50% !important;
        float: left !important;
    }
}

@media screen and (min-width: 768px) {
    .col-md-7 {
        margin: auto;
    }
    .high-side-container-large {
        max-width: 66%;
        float: left;
    }

    .high-side-container-small {
        max-width: 34%;
        float: right;
    }
}

.site-title,
.page-header-top-right {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row {
    margin-right: unset !important;
    margin-left: unset !important;
}

.container-fluid {
    padding-right: unset !important;
    padding-left: unset !important;
}

#blog-sidebar {
    float: right;
}

article.post>div.entry-content {
    border-right: unset;
}

.hero-image {
    background-image: url("https://www.vogtice.com/wp-content/uploads/2018/07/vogt-ice-high-rise-package-header.jpg");
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding: 40px 0px 40px 0px;
}

.high-side-features-wrapper {
    margin: 40px 0px 40px 0px;
}

.high-side-features {
    background-color: #e1f4fd;
    color: #00497b;
    border: 10px solid #fff;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 100px;
}

.high-side-container-large {
    margin-top: 90px;
}
.high-side-features-image {
    margin-top: -100px;
}

.nav-next, .nav-previous {
    padding: 25px 0px 25px 0px;
    font-weight: bold;
}

.made-in-the-usa {
    float: left !important;
    text-align: center !important;
}

.made-in-the-usa img {
    padding-top: 5px !important;
    width: 65% !important;
    text-align: center;
}
