/*
Theme Name: Entr Child
Theme URI: https://envothemes.com/entr-free-wp-theme/
Template: entr
Author: EnvoThemes
Author URI: https://envothemes.com/
Description: Entr is a fast, clean, lightweight, customizable and modern-looking free responsive multipurpose WordPress theme. Suitable for e-commerce, blog, creative, hotels, restaurants, startups, portfolio, fitness, food, news, developer or business website and WooCommerce storefront. Theme works perfectly with the new block editor (Gutenberg) and popular page builders like Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, Brizy, Visual Composer etc. Entr is perfect as starter theme and it is compatible with WooCommerce or other popular WordPress plugins. The theme is SEO friendly, WPML and RTL ready. Documentation: https://envothemes.com/docs/docs/entr/ Theme demo ready to import: https://envothemes.com/entr/
Tags: one-column,two-columns,full-width-template,right-sidebar,custom-background,custom-menu,custom-header,editor-style,featured-images,translation-ready,custom-logo,threaded-comments,footer-widgets,rtl-language-support,blog,e-commerce
Version: 1.1.7.1739890820
Updated: 2025-02-18 16:00:20

*/


@media (max-width: 767px) {
  .header-widget-area {
      order: 3;
      flex: 100%;
      justify-content: center;
      text-align: center;
  }
  .site-heading-sidebar .widget {
      float: none;
  }
  .top-bar-section .widget {
      text-align: center !important;
  }
  .menu-search-widget {
    max-width: 100%;
    margin-right: 15px;
}
}

.top-bar-section {
    background-color: #f9f9f9;
    color: #334142;
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px solid #f6f6f6;
    z-index: 98;
    position: relative;
}
.top-bar-section .widget, .top-bar-section p {
    margin-bottom: 0;
}
.top-bar-section .widget:nth-child(3n-1){
    text-align: center;
}
.top-bar-section .widget:nth-child(3n) {
    text-align: right;
}
