/*
Theme Name: SHD
Theme URI:
Author: shd
Author URI: shd
Description: shd zahialgaar hiiw.
Version: 1.0.7
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: shd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.theme-switch-box-wrap.custom {
    position: static;
    margin-right: 20px;
}
.custom .theme-switch-box {
    display: flex;
    align-items: center;
}
.custom .theme-switch-box__label {
    width: 36px;
    height: 18px;
}
.slide-bar .theme-switch-box-wrap.custom {
    margin: 0 auto;
    max-width: max-content;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .header .theme-switch-box-wrap.custom {
        display: none;
    }
}
.title-with-bottom-line {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px 0;
  position: relative;
}

.title-with-bottom-line .label {
  background-color: #1E3092;
  color: white;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 2;
   text-transform: uppercase;

}

.title-with-bottom-line .line {
  height: 2px;
  background-color: #1E3092;
  flex-grow: 1;
  margin-left: px;
  margin-top:25px; 
}