/*
Theme Name:     Editorialmag Lite
Theme URI:      https://www.sparklewpthemes.com/wordpress-themes/editorialmaglite
Author:         sparklewpthemes
Author URI:     https://sparklewpthemes.com
Description:    Editorialmag Lite is a child theme of Editorialmag Magazine/News Portal WordPress theme. Editorialmag Lite specially designed for magazine, newspaper, news portal and editorial style websites. Editorialmag Lite is a ultra fast clean and best responsive free WordPress magazine news portal theme. Editorialmag Lite theme is completely built on customizer which allows you to customize most of the theme settings easily with live previews, Editorial Mag supports many 3rd party plugins, compatible with Jetpack, Contact Form 7, AccessPress Social Share, AccessPress Social Counter and many more.
Version:        1.0.3
Tested up to:   5.6.2
Requires PHP:   5.6
License:        GNU General Public License v3 or later
License URI:    http://www.gnu.org/licenses/gpl-3.0.html
Template:       editorialmag
Text Domain:    editorialmag-lite
Tags:           right-sidebar, left-sidebar, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, grid-layout, footer-widgets, news, blog, e-commerce
*/

.header-bgimg .nav-wrap {
    background: #4c4c4c;
    width: 1200px;
    border-radius:0;
}
.nav-icon-wrap .search-wrap, 
.nav-icon-wrap .header-cart {
    width: 60px;
}
.search-form-wrap {
    right: 0px;
}

.main-navigation ul li a:hover, 
.main-navigation ul li.current-menu-item > a {
    color: #fff;
}
.main-navigation .sub-menu li, 
.main-navigation .children li {
    color: #fff;
}
.search-wrap .icofont:hover, 
.header-cart .icofont:hover {
    color: #fff;
}

.bottom-footer .bottom-footer-block .widget {
    margin-bottom: 40px;
}

.bottom-footer {
    padding-bottom: 0;
}
.widget {
    margin: 0 0 40px 0;
}

.woocommerce-MyAccount-navigation ul li{
	margin-bottom: 0;
}
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 6px 6px 5px;
}
.boxed #page {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 1200px;
    background: #ffffff;
}

@media (max-width: 1200px){
	.boxed #page {
	    width: 100%;
	}
    .header-bgimg .nav-wrap {
        width: 100%;
    }
}