/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/



.sober-container {
    padding-left: 0;
    padding-right: 0;
}

.site-header {
    padding-left: 40px;
    padding-right: 40px;
}

.header-v3 .site-header .site-branding { 
    width:auto; 
}

.header-icon {
	width: 30%; 
}

 
.header-icon-emi ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.header-v1 .site-header .main-navigation, .header-v1 .site-header .header-icon {
    text-align: center;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .site .sober-container, .site .container {
        padding-left: 0;
        padding-right: 0;
    }
}


@media screen and (max-width: 600px) {
	.site-branding .logo img {
    	height: 70px;
	}
	.header-v1 .site-header .main-navigation, .header-v1 .site-header .header-icon {
    	padding-top: 0px;
	}
}



