/*
Theme Name: Storefront Ecommerce Shop
Theme URI: https://www.ovationthemes.com/products/free-storefront-wordpress-theme
Author: pewilliams
Author URI: https://www.ovationthemes.com/
Description: Storefront Ecommerce Shop is theme for e-commerce, online store, retail, web shop, shopping cart, product listings, digital storefront, online sales, inventory, product display, marketplace, multivendor and online products. This ecommorce theme is ideal for all the stores and multivendors who want to take their shops online. With the Woocommerce compatability this theme is amazing for selling products and services. The theme has gallery section, testimonial section and many other sections to show case your products. Storefront Ecommerce Shop is a theme with amazing features which can be customised according to the taste and choice. This theme has every thing an ideal WordPress theme should have with the secure clean code and fast page loading time the theme is stunning to rank higher and attract more traffic then usual. With this multipurpose theme you can personalised anything. It is Morden and professional comes with responsiveness and user friendliness this is a stunning theme for all vendors. Demo: https://trial.ovationthemes.com/storefront-ecommerce-shop/
Version: 4.4
Requires PHP: 5.6
Tested up to: 6.8
Requires at least: 5.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: storefront-ecommerce-shop
Template: modern-ecommerce
Tags: portfolio, blog, e-commerce, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-background, custom-header, custom-menu, custom-logo, editor-style, sticky-post, featured-images, flexible-header, featured-image-header, footer-widgets, full-width-template, threaded-comments, theme-options, wide-blocks, block-styles, post-formats, translation-ready, rtl-language-support

Storefront Ecommerce Shop WordPress Theme, Copyright 2022 pewilliams
Storefront Ecommerce Shop is distributed under the terms of the GNU GPL

Storefront Ecommerce Shop WordPress Theme is child theme of Modern Ecommerce WordPress Theme, Copyright 2022 pewilliams
Modern Ecommerce WordPress Theme is distributed under the terms of the GNU GPL
*/

span.entry-author a,.comment-author a,.product_meta a,.widget_text a,.comment-content p a {
    text-decoration: underline;
}

:root {
    --theme-primary-color:#31797e;
    --theme-heading-color:#34394c;
    --theme-text-color:#7f8495;
    --slider-bg-color:#ecf5f4;
    --theme-footer-color:#34394c;

}

/*color-change*/
body,.gb_nav_menu li a,a.header-cart,#slider .carousel-caption p,.services-box i{
    color: var(--theme-text-color);
}
#slider .carousel-control-next-icon:hover, #slider .carousel-control-prev-icon:hover{
    background: #fff;
    color: var(--theme-primary-color);
}
.box .title a,.top_bar span,.top_bar a,.top_bar #google_language_translator select.goog-te-combo,
.top_bar select{
    color: #fff;
}
#slider,.woocommerce .products li,#preloader,.without-img-head  {
    background: var(--slider-bg-color);
}

.product-search button {
    background: url(assets/images/search.png) no-repeat scroll var(--theme-primary-color) 10px;
}
.top_bar{
    border: none;
    background-color: var(--theme-primary-color);
}
.top_bar #google_language_translator select.goog-te-combo{
    background: transparent;
}
.bread_crumb a, .bread_crumb span ,.woocommerce-breadcrumb a,.woocommerce-breadcrumb{
    font-weight: 900;
    font-size: 18px;
}

/* Default*/

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar,.comment-author .avatar {
    border-color: var(--theme-heading-color);
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@media screen and (max-width: 991px){
    .side_gb_nav {
        background: #222;
    }
    .gb_nav_menu ul ul{
        background: transparent !important;
    }
    .gb_nav_menu ul li a:active, .gb_nav_menu ul li a:hover {
        color: var(--theme-primary-color) !important;
    }
}
@media screen and (max-width: 767px) {
    #slider .carousel-caption p {
        color: var(--theme-heading-color);
    }
}
@media screen and (max-width:575px){
    #slider .carousel-control-next-icon, #slider .carousel-control-prev-icon,#slider .carousel-control-next-icon:hover, #slider .carousel-control-prev-icon:hover{
        padding: 0;
        background: transparent;
    }
}
@media screen and (max-width: 425px){
    .product-search input[type="search"] {
        padding: 15px 5px;
    }
}