/*Header - navigation*/
.header_default .tt_default_header_container {
  max-width: 1440px;
}
.header_default .tt_default_header_container > .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.tt_social_links.tt_footer_area {
  margin-top: 10px;
}
.tt_social_links.tt_footer_area .tt_social_icon_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.tt_social_links.tt_footer_area .tt_social_icon_list .tt_social_item svg {
  max-width: 24px;
  width: 24px;
  height: auto;
}
#header-mobile .stm_header_top_toggler {
  display: none !important;
}
#header-mobile .ms_mobile_menu .stm_lms_categories_dropdown__parents .stm_lms_categories_dropdown__parent:nth-child(4) .sbc_h {
  pointer-events: none;
}
#header-mobile .ms_mobile_menu .stm_lms_categories_dropdown__parents .stm_lms_categories_dropdown__parent:last-child {
  display: none;
}
#header-mobile .ms_mobile_menu .stm_lms_categories_dropdown__parents .stm_lms_categories_dropdown__child a {
  background-color: #0000000d;
}
.page-id-49935 .entry-header {
  display: none;
}
#footer_bottom .stm_product_list_widget li > a {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}
#footer_bottom .stm_product_list_widget .meta .expert {
  display: none;
}
#footer_bottom .tt_footer_titile {
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 21px;
  text-transform: uppercase;
}
#footer_bottom #block-10 .wp-block-list {
  list-style: none;
  padding-left: 0;
}
#footer_bottom #block-10 .wp-block-list .tt_footer_list {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1;
  padding-top: 0 !important;
}
#footer_bottom #block-10 .wp-block-list .tt_footer_list.tt_list_last {
  border-bottom: unset;
}
#footer_bottom #block-10 .wp-block-list .tt_footer_list a {
  padding-left: 15px;
  position: relative;
}
#footer_bottom #block-10 .wp-block-list .tt_footer_list a::after {
  top: 5px !important;
  margin-top: 0 !important;
  content: "";
  position: absolute;
  width: 5px;
  height: 7px;
  left: 0;
  background-image: url(../img/chevron2x-right-orange.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 5px 7px;
  display: block;
  z-index: 10;
}
#footer_bottom #block-10 .wp-block-list .tt_footer_list a:hover {
  color: #eab830;
}
#footer_copyright {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #273044 !important;
}
