/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 3.3.2.1618938652
Updated: 2021-04-20 17:10:52

*/
#ast-desktop-header {
  display: none;
}
.custom_menu_bar_container {
  position: relative;
  z-index: 999;
}

.custom_menu_bar_strip {
  width: 5%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  padding: 25px 10px;
  overflow-y: scroll;
}

.custom_menu_bar_strip:hover {
  width: 22%;
  transition: 0.1s;
}

.custom_menu_bar_strip:not(:hover) {
  width: 5%; /* ... this width. See http://stackoverflow.com/q/43393653 */
  transition: 0.1s ease;
}

.custom_logo_holder {
  text-align: center;
}

/* Menu Styles */
.custom_menu_holder {
  margin: 30px -10px;
}

.custom_menu_holder ul {
  margin: 0;
  list-style: none;
}

.custom_menu_holder ul li.menu-item {
  border-top: 1px solid #dfe4e4;
  padding: 10px 20px;
}
.custom_menu_holder ul li.menu-item a {
  color: #111;
}

.custom_menu_holder ul li.menu-item:last-child {
  border-bottom: 1px solid #dfe4e4;
}

.custom_menu_bar_strip:not(:hover) li {
  font-size: 0;
  height: 45px;
}

.custom_menu_holder ul li.menu-item.menu-item-has-children ul li {
  border: none;
}

.custom_menu_holder ul li.menu-item.menu-item-has-children ul {
  display: none;
}
.custom_menu_holder ul li.menu-item.menu-item-has-children ul li a {
  color: #7e7e7e;
}

.custom_submenu_toggler {
  background-color: transparent;
  border: none;
  color: #000;
  padding: 0;
  position: absolute;
  right: 10px;
}
.custom_submenu_toggler:hover,
.custom_submenu_toggler:focus {
  background-color: transparent;
  color: #000;
}
.custom_menu_bar_strip:not(:hover)
  ul
  li.menu-item.menu-item-has-children
  .custom_submenu_toggler {
  display: none;
}

.custom_menu_bar_strip:hover
  ul
  li.menu-item.menu-item-has-children
  .custom_submenu_toggler {
  display: inline-block;
}

/* Widget Styles */
.custom_menu_bar_strip:not(:hover) .custom_widget_area_1_holder,
.custom_menu_bar_strip:not(:hover) .custom_widget_area_2_holder {
  display: none;
}
.custom_menu_bar_strip:hover .custom_widget_area_1_holder,
.custom_menu_bar_strip:hover .custom_widget_area_2_holder {
  display: block;
}
.custom_widget_area_1_holder,
.custom_widget_area_2_holder {
  margin: 50px 0;
}
.newsletter_submit_btn {
  width: calc(50% - 1rem);
  margin: 0;
  padding: 12px 5px 10px;
  padding: 0.75rem 0.3125rem 0.625rem;
  background-color: #dfe4e4;
  color: #111;
  border-radius: 2px;
}

.custom_side_menu_social_follows {
  display: flex;
}
.custom_side_menu_social_follows a {
  color: #111;
  margin: 5px 10px;
}

ul.nav-utility__menu {
  -webkit-columns: 2;
  columns: 2;
  list-style-type: none;
  margin: 0;
}

ul.nav-utility__menu a {
  color: #111;
  font-size: 12px;
}

.nav-primary__nav-utility {
  margin: 20px 0;
}

@media only screen and (max-width: 768px) {
  .custom_menu_bar_strip {
    position: absolute;
  }
  .custom_menu_bar_strip:not(:hover) {
    display: none;
    width: 100%;
  }
  .custom_menu_bar_strip:hover {
    width: 100%;
  }
  .custom_menu_bar_strip:not(:hover) .custom_widget_area_1_holder,
  .custom_menu_bar_strip:not(:hover) .custom_widget_area_2_holder,
  .custom_menu_bar_strip:not(:hover)
    ul
    li.menu-item.menu-item-has-children
    .custom_submenu_toggler {
    display: block;
  }
  .custom_menu_bar_strip:not(:hover) li {
    font-size: inherit;
    height: auto;
  }
  .custom_logo_holder {
    display: none;
  }
}
