/**
 * Theme Name: Basis Child
 * Theme URI: http://thethemefoundry.com/wordpress-themes/basis/
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com/
 * Description: A professional business theme with flexible drag and drop layouts and stunning slideshows.
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: white, light, one-column, two-column, right-sidebar, responsive-width, custom-background, custom-menu, editor-style, featured-images, infinite-scroll, post-slider, theme-options, translation-ready, blog, business, craft, magazine, news, productivity, clean, conservative, contemporary, elegant, formal, minimal, modern, professional, simple
 * Template: basis
 * Text Domain: basis
 */

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

.post-content.full-width {
    max-width: 100%;  
    padding: 0;
}
.post-content.full-width .entry{
    width:100%;
    float: none;
}
.post-content.full-width article .entry div.panel-grid {
    padding-left: .25em;
    padding-right: .25em;
}
@media screen and (min-width: 760px){
    .post-content.full-width article .entry div.panel-grid {
        padding-left: 3.75em;
        padding-right: 3.75em;
    }
}
.upohar-full-width{
    padding: 0 !important; 
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.upohar-full-width .panel-grid-cell {
    width: 100%;    
    padding: 0 !important;
}
@media screen and (max-width: 759px){
    .panel-grid{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .upohar-hero h3 {
        font-size: 24px!important;    
    }
}
