/*
Theme Name:     Sherpera.com Theme      
Description:    A child theme for Qwery
Author:         Peter Ladka
Author URI:     https://www.sherpera.com
Template:       qwery
Version:        1.0.0
*/

body, .page_content_wrap{
  background-color: #ffffff !important;
}

.top_panel_custom_sherpera-header-faded::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0.6), transparent) !important;
  z-index: -1; /* sits behind the text */
  pointer-events: none;
}

.header_position_over .top_panel.top_panel_custom_sherpera-header-black {
  background: #02060A !important;
}

.sc_item_filters_wrap {
  background: #171A21 !important;
  border-top-width: 2px !important;
}

.sc_item_filters{
  padding: 10px 40px 10px 40px !important;
  margin-bottom: 0px !important;
}

.sc_item_filters_header{
  border-bottom-width: 0px !important;
}

.sc_item_filters_align_left,.sc_item_filters_align_right {
  border-bottom-width: 0px !important;
}