/**
 * /*!
 * Theme Name:      Shoptimizer
 * Theme URI:       https://www.commercegurus.com/wordpress-themes/shoptimizer
 * Author:         CommerceGurus
 * Author URI:     https://www.commercegurus.com/
 * Description:     Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
 * Version:         1.4.3
 * License:         GNU General Public License v2 or later
 * License URI:     http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:     shoptimizer
 * wc_gzd_compatible: true
 * Tags:            e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Shoptimizer is based on Underscores http://underscores.me/, (C) 2012-2018 Automattic, Inc. and Storefront https://github.com/woocommerce/storefront (C) 2012-2018 Automattic, Inc.
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 *
 * All sizing (typography, layout, padding/margins etc) are inspired by a modular scale that uses 1em as a base size with a 1.618 ratio.
 * You can read more about the calculator we use in our sass here; https://github.com/modularscale/modularscale-sass
 *
 * FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
 * Images License: GNU General Public License v2 or later
 *
 * ======
 * Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
 * All main styles are in /assets/css/main/main.css
 * ======
 *
 */
.main-navigation ul li.menu-item-has-children.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li {
    overflow-y: auto;
    height: 500px;
}
.slick-slide {
    padding-left: 35px;
}
.wpforms-submit {
    background: #dc9814 !important;
    border: 0 !important;
    color: #fff !important;
}
.elementor-background-overlay {
    background-image: linear-gradient(-90deg, rgba(255,255,255,0.07) 45%, #000000 99%) !important;
    opacity: 1 !important;
}
.top-bar-center.widget_text {
    max-width: 70%;
	font-size: 12px;
}
.top-bar-right.widget_text {
    font-size: 12px;
}

.blog main#main {
    display: block;
    overflow: hidden;
}
.blog #main article.type-post {
    display: block;
    width: 50%;
    float: left;
	border-bottom:none;
	padding: 20px;
}
.blog #main article.type-post a.post-thumbnail {
    width: 100%;
}

.blog #main article.type-post .blog-loop-content-wrapper {
    padding: 0;
}
.blog #main article.type-post:nth-child(2n+1) {
    clear: both;
}

@media (max-width: 768px) {
	.top-bar-center, .top-bar-left, .top-bar-right, .top-bar .col-full {
		display: block;
		text-align: center;
		max-width: 100% !important;
	}
}
@media (max-width: 600px) {
	.blog #main article.type-post {
		width:100%;
	}
}
div#nav_menu-11 {
    width: 100%;
}
div#nav_menu-11 span.gamma.widget-title>a {
    color: #fff;
}
.woocommerce-cart .woocommerce-message {
    margin-top: 0;
}