/*!
 * Custom Theme Style
 */
.editor-styles-wrapper {
  font-family: 'sans-serif'; }

h1 {
  font-size: 3rem; }

.wp-block {
  max-width: 1140px;
  font-family: 'sans-serif'; }

.editor-post-title__input {
  font-family: 'sans-serif'; }

/*# sourceMappingURL=sourcemaps/editor-style.css.map */



.top_navigation_bar {
    /*background-color: #e10915;*/
    padding: 0px 0;
}

.top_notification {
    font-size: 13px;
    color: white;
}

.top_nav {
    text-align: right;
}

.top_nav a, .top_nav p {
    color: white !important;
    font-size: 13px;
    font-weight: 600;
    margin-left: 27px;
}

.top_nav p {
    margin: 0;
}

.tab_navigation_bar{
	padding-bottom: 50px;
}

.tab_navigation_bar a{
	padding: 10px 20px;
	height: 43px;
	border: 1px solid #e10915;
	box-sizing: border-box;
	border-radius: 100px;
}



 /** Mega Menu CSS: fs **/
.top_nav ul {
  list-style: none;
  margin: 0 0 0 50px;
  padding: 4px 12px 2px 0;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  background-color: #e10915;
}

.top_navigation_bar {
  padding: 0px 0 0 0;
}

.top_nav ul li {
  position: relative;
}

.top_nav ul li a {
  margin: 0;
  padding-bottom: 4px;
  display: block;
  font-size: 14px;
}

.sn-level-2 {
  display: none;
}

.site-nav>ul>li {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.menu-item-has-children {
  position: relative;
}

.m-subnav-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;

  height: 50px;
}

.m-subnav-arrow::after {
  content: "\02C7";
  position: absolute;
  right: 7px;
  top: 12px;
  font-size: 32px;
  font-weight: 400;
}

.m-subnav-arrow.active::after {
  transform: rotate(180deg);
  top: -9px;
}

.sn-level-2 {
  background-color: #000000;
}

.sh-ico-menu.menu-link.active .icon-nav {
  transform: rotate(-135deg);
  top: 2px;
  right: 9px;
}

.site-nav .sn-level-2 a {


  font-weight: 600;
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  display: block;
}

.site-nav .sn-level-2 li:hover a {
  background: #e10915;
}


.site-nav a {
  text-transform: uppercase;

  height: 50px !important;
  line-height: 50px !important;

  background: transparent;
  text-align: left;
  color: #171411;
  font-size: 14px;
}

.sn-level-2.active {
  display: block;
}

.top_nav ul li a:hover {
  text-decoration: none;
}

.top_nav>ul>li:hover ul {
  display: block;
}

.top_nav ul ul {
  margin: 0;
  display: none;
  text-align: left;
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: rgb(23, 20, 17);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  width: 150px;
  padding: 0;
}

.top_nav ul ul>li>a {
  padding: 4px 7px;

}


.top_nav ul ul>li>a:hover {
  background-color: #e10915;
}

.top-mobile-menu {
  text-align: right;
  background: #e10915;
}
.top-mobile-menu .menu-link:hover {
  text-decoration: none;
}
.top-mobile-menu .menu-link {
  color: #fff;
  padding-bottom: 7px;
  display: flex;
  justify-content: flex-end;
  align-items: center;

}

.top-mobile-menu .menu-link span {
  display: block;
  position: relative;
  font-weight: 500;
  padding: 5px 10px 0 0;
  z-index: 9;
}



.site-nav-container {
  position: absolute;
  width: 250px;
  height: 100vh;
  background-color: #fff;
  right: 0;
  z-index: 2;
  padding: 20px;
  right: -19.6875em;
}



.site-nav-container-screen.menu-link.active {
  display: block;
}

.site-nav-container-screen.menu-link {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  display: none;
}

.site-nav-container ul li a {
  font-weight: 500;

}

.site-nav-container.active {
  right: 0
}

.site-nav ul {

  margin: 0;
  padding: 0;
  list-style: none;
}

.icon-nav {
  font-size: 25px;
  line-height: 20px;
}

@media only screen and (min-width: 1080.5px) {
  .top-mobile-menu {
    display: none;
  }

  .site-nav-container {
    display: none;
  }
}

@media only screen and (max-width: 1080.5px) {
  #header {
    padding-top: 0;
    padding-bottom: 0;
  }

  @media only screen and (max-width: 1080.5px) {
    .top_navigation_bar {
      display: none !important;
    }
  }


}

