.stm_fancy-iframe.stm_slider_play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 90px;
  height: 90px;
  transition: all 0.2s ease-in-out;
  background-color: #006a4e;
  border-radius: 50%;
}

.stm_fancy-iframe.stm_slider_play .fa-play {
  margin-left: 5px;
}

.stm_fancy-iframe.stm_slider_play:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: var(--clr-orange);
}

@media (max-width: 991px) {
  .stm_fancy-iframe.stm_slider_play {
    width: 60px;
    height: 60px;
  }
}

/*-------------------------------------
# Helper
---------------------------------------*/
.stm-bg_color_pink {
  background-color: var(--clr-orange) !important;
}

.stm-background_color_pink {
  background-color: var(--clr-orange) !important;
}

.stm-border_color_pink {
  border-color: var(--clr-orange) !important;
}

.stm-font_color_pink {
  color: var(--clr-orange) !important;
}

.stm-font_color_blue {
  color: #006a4e !important;
}

.stm-border-bottom_color_pink {
  border-bottom-color: var(--clr-orange) !important;
}

.stm-bg_color_orange {
  background-color: var(--clr-orange) !important;
}

.stm-background_color_orange {
  background-color: var(--clr-orange) !important;
}

.stm-border_color_orange {
  border-color: var(--clr-orange) !important;
}

.stm-font_color_orange {
  color: var(--clr-orange) !important;
}

.stm-icon_color_orange {
  color: var(--clr-orange) !important;
}

.stm-border-bottom_color_orange {
  border-bottom-color: var(--clr-orange) !important;
}

.stm-bg_color_lilac {
  background-color: #006a4e !important;
}

.stm-background_color_lilac {
  background-color: #006a4e !important;
}

.stm-border_color_lilac {
  border-color: #006a4e !important;
}

.stm-font_color_lilac {
  color: #006a4e !important;
}

.stm-icon_color_lilac {
  color: #006a4e !important;
}

.stm-border-bottom_color_lilac {
  border-bottom-color: #006a4e !important;
}

.stm-font_color_white {
  color: #fff !important;
}

.stm-font_color_gray {
  color: #808080;
}

.stm-font_color_dark-gray {
  color: #595959;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------------------
# Layout
---------------------------------------*/
#wrapper {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.header-holder {
  position: relative;
  width: 100%;
  z-index: 99;
}

.header-holder.header_holder_small {
  margin-bottom: 20px;
}

.home .header-holder {
  position: absolute;
  margin-bottom: 0;
}

.home .header-holder .header_view-style_1 {
  background-color: transparent;
}

.home .header-holder .top-bar-mobile,
.home .header-holder .header-mobile {
  background-color: transparent !important;
}

.home.blog .header-holder {
  position: inherit;
}

.home .header-holder_view-style_1 .header__content {
  border-bottom: 0 !important;
}

.header.affix {
  width: 100%;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

.logo {
  height: 100px;
  line-height: 100px;
  float: left;
}

.logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.logo_type_text .logo__inner {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.logo_type_text .logo__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.logo_type_text .logo__description {
  font-size: 14px;
  line-height: 1;
}

.header .logo {
  max-width: 15%;
}

.stm-nav__menu {
  list-style: none;
  margin-bottom: 0;
  font-size: 0;
}

.stm-nav__menu > li {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}

.stm-nav__menu > li:not(:last-child) {
  margin-bottom: 0;
}

.stm-nav__menu > li:before {
  content: none;
}

.stm-nav__menu > li > a:focus,
.stm-nav__menu > li > a:hover {
  text-decoration: none;
}

.stm-nav_type_header {
  position: relative;
  float: right;
  z-index: 99;
}

.stm-nav__menu_type_header > .menu-item {
  position: relative;
  padding: 0;
  font-size: 18px;
  z-index: 9;
}

.stm-nav__menu_type_header > .menu-item > a {
  position: relative;
  display: block;
  white-space: nowrap;
  padding-block: 20px;
  transition: all 0.3s ease;
  color: #fff;
}

.stm-nav__menu_type_header > .menu-item:hover > a:after,
.stm-nav__menu_type_header > .menu-item.current-menu-parent > a:after,
.stm-nav__menu_type_header > .menu-item.current-menu-item > a:after {
  visibility: visible;
  opacity: 1;
}

.stm-nav__menu_type_header > .menu-item > .sub-menu {
  border-top: 2px solid rgba(0, 126, 255, 0.8);
}

.stm-nav__menu_type_header > .menu-item > .sub-menu:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 60%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 126, 255, 0.8);
}

.stm-nav__menu_type_header > .menu-item .sub-menu {
  position: absolute;
  background: #fff;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  min-width: 200px;
  margin-left: -100px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item {
  position: relative;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > a {
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 9px 30px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #006a4e;
  overflow: hidden;
  transition: all 0.3s ease;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > a:before {
  content: "›";
  font-family: "Times New Roman", serif;
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 16px;
  color: #006a4e;
  transition: all 0.3s ease;
  z-index: 1;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > a:focus {
  text-decoration: none;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item .sub-menu {
  margin-left: 0;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item:last-child a {
  border-radius: 0 0 15px 15px;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item:last-child
  > .sub-menu {
  border-radius: 0 15px 15px 15px;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item:last-child
  > .sub-menu
  > .menu-item:first-child
  a {
  border-radius: 0 15px 0 0;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item:last-child
  > .sub-menu
  > .menu-item:last-child
  a {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu {
  left: 100%;
  top: 0;
  border-radius: 0 15px 15px 0;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu:before {
  display: none;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > a {
  background: #fff;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  a {
  background: var(--clr-orange);
  color: #fff;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  a:before {
  color: #fff;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item:first-child
  a {
  border-radius: 0 15px 0 0;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item:last-child
  a {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background-color: var(--clr-orange) !important;
  color: #fff;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a:before,
.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item
  > a:before {
  color: var(--clr-orange);
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item:hover > a {
  text-decoration: none;
  background: var(--clr-orange);
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.stm-nav__menu_type_header > .menu-item .sub-menu.sub-menu_show_to-left {
  left: auto;
  right: 100%;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu.sub-menu_show_to-left
  > .menu-item
  > .sub-menu.sub-menu_show_to-left {
  left: auto;
  right: 100%;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu.sub-menu_show_to-left {
  left: auto;
  right: 100%;
  border-radius: 15px 0 15px 15px;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu.sub-menu_show_to-left
  .menu-item:first-child
  a {
  border-radius: 15px 0 0 0;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > .sub-menu.sub-menu_show_to-left
  .menu-item:last-child
  a {
  border-bottom-left-radius: 15px;
}

.stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item:last-child
  > .sub-menu.sub-menu_show_to-left:last-child
  a {
  border-bottom-right-radius: 15px;
}

.stm-nav__menu_type_header > .menu-item.current-menu-item:hover > a,
.stm-nav__menu_type_header > .menu-item.current-menu-item > a {
  color: #fff;
}

.stm-nav__menu_type_header > .menu-item:last-child > .sub-menu {
  left: auto;
  right: 0;
}

.stm-nav__menu_type_header > .menu-item:hover > a {
  color: #fff;
}

.stm-nav__menu_type_header > .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.stm-nav__menu_type_header > .menu-item > a:hover {
  color: var(--clr-orange);
}

.home .header_holder_small .header_view-style_1 .header__content,
.home .header_holder_small .header_view-style_2 .header__content,
.home .header_holder_small .header_view-style_3 .header__content,
.home .header_holder_small .header_view-style_4 .header__content {
  border-bottom: 0;
}

.header_view-style_1 {
  background-color: var(--clr-orange);
}

.header_view-style_1 .stm-nav_type_header {
  float: left;
}

.header_view-style_1 .shopping-cart_small {
  border: 0 !important;
  background-color: transparent !important;
}

.header_view-style_1 .shopping-cart_small .shopping-cart__left {
  color: #fff;
}

.header_view-style_1 .shopping-cart_small .shopping-cart__left:hover {
  color: #006a4e;
}

.header_view-style_1 .nav_menu_indent {
  width: 76px;
  float: left;
  height: 100px;
}

.header_view-style_1 .header__content {
  float: left;
  width: 100%;
}

.header_view-style_1 .top-bar__search {
  float: right;
  min-width: 50px;
  height: 50px;
  margin-top: 25px;
  border: 2px solid #fff;
  border-radius: 200px;
  position: relative;
  z-index: 100;
}

.header_view-style_1 .top-bar__search .stm-search-form {
  position: relative;
  padding-top: 3px !important;
}

.header_view-style_1 .top-bar__search .stm-search-form__submit {
  position: absolute;
  top: 8px;
  right: 7px;
  height: 32px;
  width: 30px;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}

.header_view-style_1
  .top-bar__search
  .stm-search-form__submit
  .stm-icon.stm-icon-search:before {
  content: "\e944";
  color: #fff;
}

.header_view-style_1 .top-bar__search .stm-search-form__field {
  position: relative;
  width: 30px;
  padding-top: 6px;
  padding-bottom: 5px;
  background: none;
  border: 0;
  z-index: 1;
  font-size: 0;
  color: transparent;
  transition: all 0.3s ease;
}

.header_view-style_1
  .top-bar__search
  .stm-search-form__field.stm-search-form__field_active {
  font-size: 14px;
}

.header_view-style_1
  .top-bar__search
  .stm-search-form__field::-webkit-input-placeholder {
  color: transparent;
  transition: all 0.3s ease;
}

.header_view-style_1 .top-bar__search .stm-search-form__field_active {
  width: 170px;
  padding-left: 18px;
  padding-right: 30px;
  border: 0;
  color: #fff;
}

.header_view-style_1
  .top-bar__search
  .stm-search-form__field_active::-webkit-input-placeholder {
  color: #fff;
}

.header_view-style_1 .top-bar__search:hover {
  background-color: var(--clr-orange);
  color: #fff;
}

.header_view-style_1 .top-bar__search:hover .stm-icon.stm-icon-search:before {
  color: #fff;
}

.header_view-style_1 .top-bar__search.stm-search-form__field_active {
  background-color: var(--clr-orange);
  color: #fff;
}

.header_view-style_1
  .top-bar__search.stm-search-form__field_active
  .stm-icon.stm-icon-search:before {
  color: #fff;
}

.header_view-style_1 .stm-nav__menu_type_header > .menu-item .sub-menu {
  left: 50%;
}

@media (max-width: 1199px) {
  .header_view-style_1 .header__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 30px;
    justify-content: center;
    width: 100%;
  }

  .header_view-style_1 .header__content .logo {
    order: 0;
    height: auto;
    line-height: 1;
  }

  .header_view-style_1 .header__content .shopping-cart {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 70px;
    order: 2;
  }

  .header_view-style_1 .header__content .top-bar__search {
    order: 1;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .header_view-style_1 .header__content .stm-nav {
    margin: 0 auto;
    width: 100%;
    order: 3;
  }

  .header_view-style_1 .header__content .stm-nav .stm-nav__menu {
    padding-left: 0;
  }
}

.header_view-style_2 .shopping-cart_small {
  border-color: transparent;
  margin-left: 50px;
}

.header_view-style_2 .shopping-cart_small:hover {
  background-color: transparent;
}

.header_view-style_2 .shopping-cart_small:hover .shopping-cart__left {
  color: var(--clr-orange);
}

.header_view-style_2 .header__content {
  background: transparent;
}

.header_view-style_2 .header__content:after {
  content: "";
  display: table;
  clear: both;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item {
  margin: 0 4px;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item > a {
  padding: 0 28px;
  position: relative;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ea4335;
  transition: 0.2s linear;
  z-index: -1;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu:before {
  background-color: #ea4335;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item
  a:before {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item:hover
  a {
  background-color: #ea4335;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item
  .menu-item
  a {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item
  .menu-item:hover
  a {
  background-color: #ea4335;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item.current-menu-item:hover
  > a,
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item.current-menu-item
  > a {
  color: #fff !important;
  background-color: #ea4335;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item.current-menu-item:hover
  > a:before,
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item.current-menu-item
  > a:before {
  color: #fff;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item.current-menu-item
  > a {
  color: #fff;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item.current-menu-item:hover
  > a:before,
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item.current-menu-item
  > a:before {
  height: 100%;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n)
  a:before {
  background-color: #fbbc05;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n)
  .sub-menu:before {
  background-color: #fbbc05;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n)
  .sub-menu
  .menu-item
  a:before {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n)
  .sub-menu
  .menu-item:hover
  a {
  background-color: #fbbc05;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n)
  .sub-menu
  .menu-item
  .menu-item
  a {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n)
  .sub-menu
  .menu-item
  .menu-item:hover
  a {
  background-color: #fbbc05;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n)
  .sub-menu
  .menu-item.current-menu-item:hover
  > a,
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n)
  .sub-menu
  .menu-item.current-menu-item
  > a {
  background-color: #fbbc05;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n)
  a:before {
  background-color: #96cd39;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n)
  .sub-menu:before {
  background-color: #96cd39;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n)
  .sub-menu
  .menu-item
  a:before {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n)
  .sub-menu
  .menu-item:hover
  a {
  background-color: #96cd39;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n)
  .sub-menu
  .menu-item
  .menu-item
  a {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n)
  .sub-menu
  .menu-item
  .menu-item:hover
  a {
  background-color: #96cd39;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n)
  .sub-menu
  .menu-item.current-menu-item:hover
  > a,
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n)
  .sub-menu
  .menu-item.current-menu-item
  > a {
  background-color: #96cd39;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n)
  a:before {
  background-color: #4285f4;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n)
  .sub-menu:before {
  background-color: #4285f4;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n)
  .sub-menu
  .menu-item
  a:before {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n)
  .sub-menu
  .menu-item:hover
  a {
  background-color: #4285f4;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n)
  .sub-menu
  .menu-item
  .menu-item
  a {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n)
  .sub-menu
  .menu-item
  .menu-item:hover
  a {
  background-color: #4285f4;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n)
  .sub-menu
  .menu-item.current-menu-item:hover
  > a,
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n)
  .sub-menu
  .menu-item.current-menu-item
  > a {
  background-color: #4285f4;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n)
  a:before {
  background-color: #ac40ff;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n)
  .sub-menu:before {
  background-color: #ac40ff;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n)
  .sub-menu
  .menu-item
  a:before {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n)
  .sub-menu
  .menu-item:hover
  a {
  background-color: #ac40ff;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n)
  .sub-menu
  .menu-item
  .menu-item
  a {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n)
  .sub-menu
  .menu-item
  .menu-item:hover
  a {
  background-color: #ac40ff;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n)
  .sub-menu
  .menu-item.current-menu-item:hover
  > a,
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n)
  .sub-menu
  .menu-item.current-menu-item
  > a {
  background-color: #ac40ff;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n)
  a:before {
  background-color: #ff0099;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n)
  .sub-menu:before {
  background-color: #ff0099;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n)
  .sub-menu
  .menu-item
  a:before {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n)
  .sub-menu
  .menu-item:hover
  a {
  background-color: #ff0099;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n)
  .sub-menu
  .menu-item
  .menu-item
  a {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n)
  .sub-menu
  .menu-item
  .menu-item:hover
  a {
  background-color: #ff0099;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n)
  .sub-menu
  .menu-item.current-menu-item:hover
  > a,
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n)
  .sub-menu
  .menu-item.current-menu-item
  > a {
  background-color: #ff0099;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n)
  a:before {
  background-color: #ea4335;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n)
  .sub-menu:before {
  background-color: #ea4335;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n)
  .sub-menu
  .menu-item
  a:before {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n)
  .sub-menu
  .menu-item:hover
  a {
  background-color: #ea4335;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n)
  .sub-menu
  .menu-item
  .menu-item
  a {
  background-color: transparent;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n)
  .sub-menu
  .menu-item
  .menu-item:hover
  a {
  background-color: #ea4335;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n)
  .sub-menu
  .menu-item.current-menu-item:hover
  > a,
.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n)
  .sub-menu
  .menu-item.current-menu-item
  > a {
  background-color: #ea4335;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:hover a {
  color: #fff;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:hover a:before {
  height: 100%;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item
  a {
  color: #006a4e;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item:hover
  a {
  color: #fff;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item
  .menu-item
  a {
  color: #006a4e;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item
  .menu-item:hover
  a {
  color: #fff;
}

.header_view-style_2
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  .menu-item
  .menu-item:hover
  a:before {
  color: #fff;
}

.home .header_view-style_3 .header__content {
  border-radius: 25px;
  padding: 0 20px 0 30px;
}

.header_view-style_3 .header__content {
  position: relative;
  background-color: #fff;
}

.header_view-style_3 .header__content:after {
  content: "";
  display: table;
  clear: both;
}

.header_view-style_3 .shopping-cart_small {
  border-color: transparent;
  margin-left: 50px;
}

.header_view-style_3 .shopping-cart_small:hover {
  background-color: transparent;
}

.header_view-style_3 .shopping-cart_small:hover .shopping-cart__left {
  color: var(--clr-orange);
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item {
  margin: 20px 0 0;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item > a {
  height: auto;
  padding: 0 30px;
  line-height: 58px;
  border-radius: 20px;
  color: #ea4335;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:hover a {
  color: #fff !important;
  background-color: #ea4335;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu {
  margin-top: 22px;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu:before {
  background-color: #ea4335;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a {
  color: #006a4e !important;
  background-color: transparent !important;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  > a:hover {
  color: #fff !important;
  background-color: #ea4335 !important;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: #ea4335 !important;
  color: #fff !important;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a:before,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item
  > a:before {
  color: #fff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item
  .menu-item
  a:hover:before {
  color: #fff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item.current-menu-item
  > a {
  background: #ea4335;
  color: #fff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n).current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n).current-menu-item
  > a {
  background: #fbbc05;
  color: #fff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n)
  .sub-menu:before {
  background-color: #fbbc05;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n)
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n)
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: #fbbc05 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(2n) > a {
  color: #fbbc05;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n):hover
  a {
  background-color: #fbbc05;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(2n):hover
  a:hover {
  background-color: #fbbc05 !important;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n).current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n).current-menu-item
  > a {
  background: #96cd39;
  color: #fff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n)
  .sub-menu:before {
  background-color: #96cd39;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n)
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n)
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: #96cd39 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(3n) > a {
  color: #96cd39;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n):hover
  a {
  background-color: #96cd39;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(3n):hover
  a:hover {
  background-color: #96cd39 !important;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n).current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n).current-menu-item
  > a {
  background: #4285f4;
  color: #fff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n)
  .sub-menu:before {
  background-color: #4285f4;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n)
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n)
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: #4285f4 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(4n) > a {
  color: #4285f4;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n):hover
  a {
  background-color: #4285f4;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(4n):hover
  a:hover {
  background-color: #4285f4 !important;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n).current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n).current-menu-item
  > a {
  background: #ac40ff;
  color: #fff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n)
  .sub-menu:before {
  background-color: #ac40ff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n)
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n)
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: #ac40ff !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(5n) > a {
  color: #ac40ff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n):hover
  a {
  background-color: #ac40ff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(5n):hover
  a:hover {
  background-color: #ac40ff !important;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n).current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n).current-menu-item
  > a {
  background: #ff0099;
  color: #fff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n)
  .sub-menu:before {
  background-color: #ff0099;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n)
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n)
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: #ff0099 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(6n) > a {
  color: #ff0099;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n):hover
  a {
  background-color: #ff0099;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(6n):hover
  a:hover {
  background-color: #ff0099 !important;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n).current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n).current-menu-item
  > a {
  background: #ea4335;
  color: #fff;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n)
  .sub-menu:before {
  background-color: #ea4335;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n)
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n)
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: #ea4335 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(7n) > a {
  color: #ea4335;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n):hover
  a {
  background-color: #ea4335;
}

.header_view-style_3
  .stm-nav__menu_type_header
  > .menu-item:nth-child(7n):hover
  a:hover {
  background-color: #ea4335 !important;
}

.header_view-style_4 {
  background-color: rgba(255, 255, 255, 0.75);
}

.header_view-style_4 .header__content {
  float: left;
  width: 100%;
}

.header_view-style_4 .logo {
  float: none;
  height: 90px;
  line-height: 90px;
  max-width: 100%;
}

.header_view-style_4 .stm-nav_type_header {
  display: table;
  width: 100%;
}

.header_view-style_4 .stm-nav_type_header .logo-center-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 15%;
}

.header_view-style_4 .stm-nav__menu_type_header {
  display: table-cell;
  vertical-align: middle;
  width: 42.5%;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item {
  margin: 0;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item > a {
  border-radius: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item > a:hover {
  background-color: #ff0099;
  color: #fff;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item .sub-menu {
  margin-top: 15px;
}

.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item
  > a {
  background: #ff6682;
}

.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item.current-menu-item:hover
  > a,
.header_view-style_4
  .stm-nav__menu_type_header
  > .menu-item.current-menu-item
  > a {
  background: #ff0099;
  color: #fff;
}

.header-mobile {
  display: none;
}

.header-mobile .logo {
  padding: 0;
  line-height: 1;
  height: auto;
  vertical-align: middle;
}

.header-mobile .logo_type_text .logo__title {
  color: #011b3a;
}

.header-mobile .logo_type_text .logo__description {
  color: #808080;
}

.header-mobile .header-mobile__logo {
  position: relative;
  padding: 0 80px 15px 20px;
}

.header-mobile .header-mobile__logo:after {
  content: "";
  display: table;
  clear: both;
}

.header-mobile .stm-nav_type_mobile-header {
  display: none;
}

.header-mobile .header-mobile__nav-control {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: #006a4e;
  cursor: pointer;
}

.header-mobile .header-mobile__control-line {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 30px;
  height: 2px;
  width: 20px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-mobile .header-mobile__control-line:after,
.header-mobile .header-mobile__control-line:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #fff;
}

.header-mobile .header-mobile__control-line:before {
  top: -7px;
  transition:
    top 0.3s 0.3s,
    -webkit-transform 0.3s 0s;
  transition:
    top 0.3s 0.3s,
    transform 0.3s 0s;
  transition:
    top 0.3s 0.3s,
    transform 0.3s 0s,
    -webkit-transform 0.3s 0s;
}

.header-mobile .header-mobile__control-line:after {
  bottom: -7px;
  transition:
    bottom 0.3s 0.3s,
    -webkit-transform 0.3s 0s;
  transition:
    bottom 0.3s 0.3s,
    transform 0.3s 0s;
  transition:
    bottom 0.3s 0.3s,
    transform 0.3s 0s,
    -webkit-transform 0.3s 0s;
}

.header-mobile .header-mobile__nav-control.active .header-mobile__control-line {
  background: 0 0;
}

.header-mobile
  .header-mobile__nav-control.active
  .header-mobile__control-line:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition:
    top 0.3s 0s,
    -webkit-transform 0.3s 0.3s;
  transition:
    top 0.3s 0s,
    transform 0.3s 0.3s;
  transition:
    top 0.3s 0s,
    transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s;
}

.header-mobile
  .header-mobile__nav-control.active
  .header-mobile__control-line:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition:
    bottom 0.3s 0s,
    -webkit-transform 0.3s 0.3s;
  transition:
    bottom 0.3s 0s,
    transform 0.3s 0.3s;
  transition:
    bottom 0.3s 0s,
    transform 0.3s 0.3s,
    -webkit-transform 0.3s 0.3s;
}

@media (max-width: 768px) {
  .header-mobile .stm-nav__menu {
    padding-left: 0;
  }
}

.stm-nav__menu_type_mobile-header li {
  display: block;
  padding: 0;
  text-align: center;
}

.stm-nav__menu_type_mobile-header li a {
  display: block;
  line-height: 1;
}

.stm-nav__menu_type_mobile-header li a:hover,
.stm-nav__menu_type_mobile-header li a:focus {
  text-decoration: none;
}

.stm-nav__menu_type_mobile-header li ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.stm-nav__menu_type_mobile-header > li {
  border-top: 1px solid #bfbfbf;
}

.stm-nav__menu_type_mobile-header > li > ul {
  display: none;
  position: relative;
  list-style: none;
  box-shadow: 0 -4px 0 var(--clr-orange);
}

.stm-nav__menu_type_mobile-header > li > a {
  padding: 17px 15px;
  background: #fff;
  font-size: 16px;
  color: #011b3a;
}

.stm-nav__menu_type_mobile-header > li ul {
  position: relative;
  display: none;
  background: #006a4e;
  box-shadow: 0 -4px 0 var(--clr-orange);
}

.stm-nav__menu_type_mobile-header > li ul li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.stm-nav__menu_type_mobile-header > li ul li a {
  padding: 18.5px 15px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}

.stm-nav__menu_type_mobile-header > li > ul > li > ul {
  background: #011b3a;
}

.stm-nav__menu_type_mobile-header > li > ul > li > ul > li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.stm-nav__menu_type_mobile-header > li > ul > li > ul > li a {
  background: #011b3a;
}

.sidebar_type_blog .widget {
  margin-bottom: 30px;
}

.content {
  min-height: 520px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.single-stm_course .content,
.single-stm_teacher .content {
  padding: 0;
}

.woocommerce-page .content {
  padding-top: 5px;
}

.content_type_vc {
  padding: 0;
}

.vc_row[data-vc-full-width].vc_parallax {
  overflow: hidden !important;
}

.entry-summary p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.site-layout_boxed {
  transition: background 0.3s ease;
}

.site-layout_boxed.site-bg_image {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-layout_boxed #wrapper {
  max-width: 1196px;
  background-color: #f8f8f8;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}

body.site-bg_img_1 {
  background-image: url("../../img/background/bg_img_1.jpg");
}

body.site-bg_img_2 {
  background-image: url("../../img/background/bg_img_2.jpg");
}

body.site-bg_pattern_1 {
  background-image: url("../../img/background/bg_pattern_1.jpg");
}

body.site-bg_pattern_2 {
  background-image: url("../../img/background/bg_pattern_2.jpg");
}

body.site-bg_pattern_3 {
  background-image: url("../../img/background/bg_pattern_3.jpg");
}

.footer .copyright {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
  background-color: #fff;
  padding: 28px 0 34px;
  letter-spacing: 0.28px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}

.footer .copyright a {
  color: #333333;
}

.footer .copyright a:hover {
  text-decoration: underline;
}

.footer_compact {
  padding-top: 29px;
}

.widget-area_type_footer {
  padding-top: 61px;
  padding-bottom: 53px;
}

/*-------------------------------------
# Components
---------------------------------------*/
ul.stm-list-1,
ul.stm-list-1-white,
ul.stm-list-1-blue,
ul.stm-list-2,
ul.stm-list-2-white,
ul.stm-list-2-blue,
ul.stm-list-1-sm,
ul.stm-list-2-sm,
ul.stm-list-3,
ul.stm-list-3-sm,
ul.stm-list-3-white {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

ul.stm-list-1 li,
ul.stm-list-1-white li,
ul.stm-list-1-blue li,
ul.stm-list-2 li,
ul.stm-list-2-white li,
ul.stm-list-2-blue li,
ul.stm-list-1-sm li,
ul.stm-list-2-sm li,
ul.stm-list-3 li,
ul.stm-list-3-sm li,
ul.stm-list-3-white li {
  position: relative;
  padding-left: 45px;
  line-height: 24px;
}

ul.stm-list-1 li:not(:last-child),
ul.stm-list-1-white li:not(:last-child),
ul.stm-list-1-blue li:not(:last-child),
ul.stm-list-2 li:not(:last-child),
ul.stm-list-2-white li:not(:last-child),
ul.stm-list-2-blue li:not(:last-child),
ul.stm-list-1-sm li:not(:last-child),
ul.stm-list-2-sm li:not(:last-child),
ul.stm-list-3 li:not(:last-child),
ul.stm-list-3-sm li:not(:last-child),
ul.stm-list-3-white li:not(:last-child) {
  margin-bottom: 18px;
}

ul.stm-list-1 li:before,
ul.stm-list-1-white li:before,
ul.stm-list-1-blue li:before,
ul.stm-list-2 li:before,
ul.stm-list-2-white li:before,
ul.stm-list-2-blue li:before,
ul.stm-list-1-sm li:before,
ul.stm-list-2-sm li:before,
ul.stm-list-3 li:before,
ul.stm-list-3-sm li:before,
ul.stm-list-3-white li:before {
  position: absolute;
}

ul.stm-list-1 li > ul,
ul.stm-list-1-white li > ul,
ul.stm-list-1-blue li > ul,
ul.stm-list-2 li > ul,
ul.stm-list-2-white li > ul,
ul.stm-list-2-blue li > ul,
ul.stm-list-1-sm li > ul,
ul.stm-list-2-sm li > ul,
ul.stm-list-3 li > ul,
ul.stm-list-3-sm li > ul,
ul.stm-list-3-white li > ul {
  padding-top: 14px;
  margin-bottom: 0;
}

ul.stm-list-1 li > ul > li,
ul.stm-list-1-white li > ul > li,
ul.stm-list-1-blue li > ul > li,
ul.stm-list-2 li > ul > li,
ul.stm-list-2-white li > ul > li,
ul.stm-list-2-blue li > ul > li,
ul.stm-list-1-sm li > ul > li,
ul.stm-list-2-sm li > ul > li,
ul.stm-list-3 li > ul > li,
ul.stm-list-3-sm li > ul > li,
ul.stm-list-3-white li > ul > li {
  padding-left: 20px;
  line-height: 24px;
}

ul.stm-list-1 li > ul > li:before,
ul.stm-list-1-white li > ul > li:before,
ul.stm-list-1-blue li > ul > li:before,
ul.stm-list-2 li > ul > li:before,
ul.stm-list-2-white li > ul > li:before,
ul.stm-list-2-blue li > ul > li:before,
ul.stm-list-1-sm li > ul > li:before,
ul.stm-list-2-sm li > ul > li:before,
ul.stm-list-3 li > ul > li:before,
ul.stm-list-3-sm li > ul > li:before,
ul.stm-list-3-white li > ul > li:before {
  position: absolute;
}

ul.stm-list-1 li > ul > li:not(:last-child),
ul.stm-list-1-white li > ul > li:not(:last-child),
ul.stm-list-1-blue li > ul > li:not(:last-child),
ul.stm-list-2 li > ul > li:not(:last-child),
ul.stm-list-2-white li > ul > li:not(:last-child),
ul.stm-list-2-blue li > ul > li:not(:last-child),
ul.stm-list-1-sm li > ul > li:not(:last-child),
ul.stm-list-2-sm li > ul > li:not(:last-child),
ul.stm-list-3 li > ul > li:not(:last-child),
ul.stm-list-3-sm li > ul > li:not(:last-child),
ul.stm-list-3-white li > ul > li:not(:last-child) {
  margin-bottom: 12px;
}

ul.stm-list-1 li > ul > li ul,
ul.stm-list-1-white li > ul > li ul,
ul.stm-list-1-blue li > ul > li ul,
ul.stm-list-2 li > ul > li ul,
ul.stm-list-2-white li > ul > li ul,
ul.stm-list-2-blue li > ul > li ul,
ul.stm-list-1-sm li > ul > li ul,
ul.stm-list-2-sm li > ul > li ul,
ul.stm-list-3 li > ul > li ul,
ul.stm-list-3-sm li > ul > li ul,
ul.stm-list-3-white li > ul > li ul {
  margin-bottom: 0;
  padding-top: 14px;
}

ul.stm-list-1 li > ul > li ul li:before,
ul.stm-list-1-white li > ul > li ul li:before,
ul.stm-list-1-blue li > ul > li ul li:before,
ul.stm-list-2 li > ul > li ul li:before,
ul.stm-list-2-white li > ul > li ul li:before,
ul.stm-list-2-blue li > ul > li ul li:before,
ul.stm-list-1-sm li > ul > li ul li:before,
ul.stm-list-2-sm li > ul > li ul li:before,
ul.stm-list-3 li > ul > li ul li:before,
ul.stm-list-3-sm li > ul > li ul li:before,
ul.stm-list-3-white li > ul > li ul li:before {
  position: absolute;
}

ul.stm-list-1,
ul.stm-list-1-sm,
ul.stm-list-1-white,
ul.stm-list-1-blue {
  margin-bottom: 18px;
}

ul.stm-list-1 li,
ul.stm-list-1-sm li,
ul.stm-list-1-white li,
ul.stm-list-1-blue li {
  color: #595959;
}

ul.stm-list-1 li:before,
ul.stm-list-1-sm li:before,
ul.stm-list-1-white li:before,
ul.stm-list-1-blue li:before {
  content: "\e958";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 2px;
  left: 0;
  font-size: 24px;
  color: var(--clr-orange);
}

ul.stm-list-1 li > ul > li,
ul.stm-list-1-sm li > ul > li,
ul.stm-list-1-white li > ul > li,
ul.stm-list-1-blue li > ul > li {
  color: #595959;
}

ul.stm-list-1 li > ul > li:before,
ul.stm-list-1-sm li > ul > li:before,
ul.stm-list-1-white li > ul > li:before,
ul.stm-list-1-blue li > ul > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 10px;
  left: 0;
  font-size: 5px;
  color: var(--clr-orange);
}

ul.stm-list-1 li > ul > li ul li:before,
ul.stm-list-1-sm li > ul > li ul li:before,
ul.stm-list-1-white li > ul > li ul li:before,
ul.stm-list-1-blue li > ul > li ul li:before {
  content: "\e92d";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 10px;
  left: 0;
  font-size: 4px;
  color: var(--clr-orange);
}

ul.stm-list-2 li,
ul.stm-list-2-sm li,
ul.stm-list-2-white li,
ul.stm-list-2-blue li {
  color: #595959;
}

ul.stm-list-2 li:before,
ul.stm-list-2-sm li:before,
ul.stm-list-2-white li:before,
ul.stm-list-2-blue li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 10px;
  left: 0;
  font-size: 7px;
  color: var(--clr-orange);
}

ul.stm-list-3 li,
ul.stm-list-3-sm li,
ul.stm-list-3-white li {
  color: #595959;
  padding-left: 25px;
}

ul.stm-list-3 li:not(:last-child),
ul.stm-list-3-sm li:not(:last-child),
ul.stm-list-3-white li:not(:last-child) {
  margin-bottom: 11px;
}

ul.stm-list-3 li:before,
ul.stm-list-3-sm li:before,
ul.stm-list-3-white li:before {
  content: "\e90f";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 9px;
  left: 0;
  font-size: 6px;
  color: var(--clr-orange);
}

ul.stm-list-3 li > ul > li,
ul.stm-list-3-sm li > ul > li,
ul.stm-list-3-white li > ul > li {
  color: #595959;
}

ul.stm-list-3 li > ul > li:before,
ul.stm-list-3-sm li > ul > li:before,
ul.stm-list-3-white li > ul > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 10px;
  left: 0;
  font-size: 5px;
  color: var(--clr-orange);
}

ul.stm-list-3 li > ul > li ul li:before,
ul.stm-list-3-sm li > ul > li ul li:before,
ul.stm-list-3-white li > ul > li ul li:before {
  content: "\e92d";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 10px;
  left: 0;
  font-size: 4px;
  color: var(--clr-orange);
}

ul.stm-list-1-yellow li,
ul.stm-list-2-yellow li {
  color: #595959;
}

ul.stm-list-1-yellow li:before,
ul.stm-list-2-yellow li:before {
  color: var(--clr-orange);
}

ul.stm-list-1-yellow li a:hover,
ul.stm-list-2-yellow li a:hover {
  text-decoration: underline;
  color: var(--clr-orange);
}

ul.stm-list-1-yellow li > ul > li,
ul.stm-list-2-yellow li > ul > li {
  color: var(--clr-orange);
}

ul.stm-list-1-yellow li > ul > li:before,
ul.stm-list-2-yellow li > ul > li:before {
  color: var(--clr-orange);
}

ul.stm-list-1-yellow li > ul > li ul li:before,
ul.stm-list-2-yellow li > ul > li ul li:before {
  color: var(--clr-orange);
}

ul.stm-list-1-lilac li,
ul.stm-list-2-lilac li {
  color: #595959;
}

ul.stm-list-1-lilac li:before,
ul.stm-list-2-lilac li:before {
  color: #006a4e;
}

ul.stm-list-1-lilac li > ul > li,
ul.stm-list-2-lilac li > ul > li {
  color: #595959;
}

ul.stm-list-1-lilac li > ul > li:before,
ul.stm-list-2-lilac li > ul > li:before {
  color: #006a4e;
}

ul.stm-list-1-lilac li > ul > li ul li,
ul.stm-list-2-lilac li > ul > li ul li {
  color: #595959;
}

ul.stm-list-1-lilac li > ul > li ul li:before,
ul.stm-list-2-lilac li > ul > li ul li:before {
  color: #006a4e;
}

ul.stm-list-3-white li,
ul.stm-list-3-white li {
  color: #fff;
}

ul.stm-list-3-white li:before,
ul.stm-list-3-white li:before {
  color: #fff;
}

ul.stm-list-3-white li a:hover,
ul.stm-list-3-white li a:hover {
  text-decoration: underline;
  color: #fff;
}

ul.stm-list-3-white li > ul > li,
ul.stm-list-3-white li > ul > li {
  color: #fff;
}

ul.stm-list-3-white li > ul > li:before,
ul.stm-list-3-white li > ul > li:before {
  color: #fff;
}

ul.stm-list-3-white li > ul > li ul li:before,
ul.stm-list-3-white li > ul > li ul li:before {
  color: #fff;
}

ol.stm-list-4,
ol.stm-list-4-blue,
ol.stm-list-4-white,
ol.stm-list-3-blue,
ol.stm-list-3-white,
ol.stm-list-3 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: li-counter;
}

ol.stm-list-4 li,
ol.stm-list-4-blue li,
ol.stm-list-4-white li,
ol.stm-list-3-blue li,
ol.stm-list-3-white li,
ol.stm-list-3 li {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}

ol.stm-list-4 li:not(:last-child),
ol.stm-list-4-blue li:not(:last-child),
ol.stm-list-4-white li:not(:last-child),
ol.stm-list-3-blue li:not(:last-child),
ol.stm-list-3-white li:not(:last-child),
ol.stm-list-3 li:not(:last-child) {
  margin-bottom: 12px;
}

ol.stm-list-4 li:before,
ol.stm-list-4-blue li:before,
ol.stm-list-4-white li:before,
ol.stm-list-3-blue li:before,
ol.stm-list-3-white li:before,
ol.stm-list-3 li:before {
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  position: absolute;
  top: 0;
  left: 0;
}

ol.stm-list-4 li ol,
ol.stm-list-4-blue li ol,
ol.stm-list-4-white li ol,
ol.stm-list-3-blue li ol,
ol.stm-list-3-white li ol,
ol.stm-list-3 li ol {
  margin-bottom: 0;
  padding-top: 12px;
}

ol.stm-list-3 li {
  color: #595959;
}

ol.stm-list-3 li:before {
  color: var(--clr-orange);
}

ol.stm-list-4-white li,
ol.stm-list-4-blue li,
ol.stm-list-4 li {
  color: #595959;
}

ol.stm-list-4-white li:before,
ol.stm-list-4-blue li:before,
ol.stm-list-4 li:before {
  color: var(--clr-orange);
  font-weight: 700;
}

ol.stm-list-4-white li,
ol.stm-list-3-white li {
  color: #fff;
}

ol.stm-list-4-white li:before,
ol.stm-list-3-white li:before {
  color: #fff;
}

ol.stm-list-4-blue li,
ol.stm-list-3-blue li {
  color: #595959;
}

ol.stm-list-4-blue li:before,
ol.stm-list-3-blue li:before {
  color: #006a4e;
}

ul.stm-list-5 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul.stm-list-5 li {
  color: #595959;
  font-size: 14px;
  line-height: 24px;
}

ul.stm-list-5 li:not(:last-child) {
  margin-bottom: 13px;
}

.list_inline {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.list_inline .list__item {
  display: inline-block;
}

.list_unstyle {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 3px 3px 1px 3px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 10px 4px;
}

.list_social-networks {
  margin: 0 -4px;
  font-size: 0;
}

.list_social-networks .list__item {
  padding: 0 4px;
  font-size: 18px;
}

.list_social-networks .list__item-link {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.list_social-networks .list__item-link:hover {
  opacity: 1;
}

.list_social-networks .list__item-link_facebook {
  background: #3a5897;
}

.list_social-networks .list__item-link_twitter {
  background: #00aced;
}

.list_social-networks .list__item-link_instagram {
  background: #ac907a;
}

.list_social-networks .list__item-link_google-plus {
  background: #db4437;
}

.list_social-networks .list__item-link_vimeo {
  background: #44bbff;
}

.list_social-networks .list__item-link_linkedin {
  background: #0077b5;
}

.list_social-networks .list__item-link_soundcloud {
  background: #ff3a00;
}

.list_social-networks .list__item-link_youtube {
  background: #bb0000;
}

.list_social-networks_simple {
  margin: 0 -4px;
  font-size: 0;
}

.list_social-networks_simple .list__item {
  padding: 9px 4px;
  font-size: 18px;
}

.list_social-networks_simple .list__item-link {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}

.list_social-networks_simple .list__item-link:hover {
  opacity: 1;
}

.owl-controls .owl-dots {
  text-align: center;
}

.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-controls .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background: rgba(0, 126, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.owl-controls .owl-dots .owl-dot:hover span {
  background: #006a4e;
}

.owl-controls .owl-dots .owl-dot.active span {
  background: #006a4e;
}

.owl-carousel .owl-item img {
  height: auto;
}

.select2-container,
.select2-container--default {
  width: 100% !important;
}

.select2-container .select2-choice,
.select2-container .select2-selection--single,
.select2-container--default .select2-choice,
.select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid #e6e6e6;
  border-radius: 35px;
  padding: 0;
}

.select2-container .select2-choice .select2-chosen,
.select2-container .select2-choice .select2-selection__rendered,
.select2-container .select2-selection--single .select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-choice .select2-chosen,
.select2-container--default .select2-choice .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-chosen,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 46px;
  color: #595959;
  padding-left: 24px;
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice .select2-selection__arrow,
.select2-container .select2-selection--single .select2-arrow,
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-choice .select2-arrow,
.select2-container--default .select2-choice .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-arrow,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
  width: 50px;
  top: 1px;
}

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice .select2-selection__arrow b,
.select2-container .select2-selection--single .select2-arrow b,
.select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-choice .select2-arrow b,
.select2-container--default .select2-choice .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-arrow b,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0;
  top: 9px;
  position: relative;
}

.select2-container .select2-choice .select2-arrow b:before,
.select2-container .select2-choice .select2-selection__arrow b:before,
.select2-container .select2-selection--single .select2-arrow b:before,
.select2-container
  .select2-selection--single
  .select2-selection__arrow
  b:before,
.select2-container--default .select2-choice .select2-arrow b:before,
.select2-container--default .select2-choice .select2-selection__arrow b:before,
.select2-container--default .select2-selection--single .select2-arrow b:before,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\f107";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  color: #006a4e;
}

.select2-container .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}

.select2-container .select2-highlighted,
.select2-container .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-highlighted,
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #006a4e;
  color: #fff;
}

.select2-container .select2-choice .select2-arrow b {
  margin-left: 0;
}

.select2-container .select2-choice .select2-arrow b:after {
  border: 5px solid transparent;
  border-top-color: #808080;
  margin-left: -5px;
  margin-top: -2px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.select2-results__option {
  padding: 9px 23px;
  line-height: 24px;
  transition: all 0.3s ease;
}

.select2-drop,
.select2-dropdown {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #e6e6e6;
}

.select2-results {
  padding: 0;
  background: #fff;
}

.select2-results .select2-result {
  margin: 0;
  transition: all 0.3s ease;
}

.select2-results .select2-highlighted {
  border-radius: 0;
  color: #fff;
  background-color: #006a4e;
}

.select2-results .select2-result-label {
  padding: 9px 20px;
  line-height: 24px;
}

.select2-container--open .select2-choice,
.select2-container--open .select2-selection--single {
  border-radius: 25px;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  content: "\f106";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  color: #006a4e;
}

.select2-container--open .select2-dropdown--below {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.select2-container--open .select2-dropdown--above {
  border-top-right-radius: 25px !important;
  border-top-left-radius: 25px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.top-bar-vertical-padd,
.header_view-style_1 .top-bar__search .stm-search-form,
.top-bar__nav,
.top-bar_view-style_1 .top-bar__search .stm-search-form,
.top-bar_view-style_4 .top-bar__search .stm-search-form {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-bar {
  position: relative;
  z-index: 9;
  text-align: center;
}

.top-bar__content {
  position: relative;
  min-height: 50px;
}

.top-bar__search .stm-search-form__submit-text {
  display: none;
}

.wpml-switcher {
  position: relative;
  text-align: left;
  letter-spacing: 0.2px;
}

.wpml-switcher__active {
  position: relative;
  display: block;
  padding: 10px 40px 12px 42px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

.wpml-switcher__active:before {
  content: "\e952";
  font-family: "stm-icon";
  position: absolute;
  left: 17px;
  top: 50%;
  font-weight: normal;
  font-size: 16px;
  margin: -14px 0 0;
  color: var(--clr-orange);
}

.wpml-switcher__active:after {
  content: "\f107";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -7px 0 0;
}

.wpml-switcher__list {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 100%;
  min-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.wpml-switcher__list a {
  display: block;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wpml-switcher__languages:hover .wpml-switcher__list {
  visibility: visible;
  opacity: 1;
}

.wpml-switcher_type_top-bar {
  float: left;
}

.top-bar__nav {
  display: inline-block;
}

.top-bar__nav-menu li {
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 14px;
}

.top-bar__account {
  float: right;
  padding-top: 8px;
}

.top-bar__account li {
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.2px;
}

.top-bar__account .top-bar__account-action {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}

.top-bar__account .top-bar__account-action:before {
  content: "\e953";
  font-family: "stm-icon";
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 12px;
  font-size: 16px;
  color: var(--clr-orange);
}

.contact_details__box {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-left: 75px;
  padding-top: 17px;
}

.top-bar__contacts {
  margin-bottom: 0;
  list-style: none;
  padding: 18px 0 11px 0;
  font-size: 0;
}

.top-bar__contact {
  padding: 0 26px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 1;
  vertical-align: top;
}

.top-bar__contact:not(:last-child) {
  margin-right: 37px;
}

.top-bar__contact:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--clr-orange);
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 16px;
}

.top-bar__search-input-text {
  border-radius: 0;
}

.top-bar__contact_phone a {
  text-decoration: none !important;
}

.top-bar__contact_phone:before {
  content: "\e947";
  top: -2px;
}

.top-bar__contact_email:before {
  content: "\e902";
  font-size: 12px;
}

.top-bar__contact_schedule:before {
  content: "\e94e";
}

.top-bar__contact_address:before {
  content: "\e92e";
  top: -2.5px;
}

.top-bar_view-style_1 .top-bar__socials .list__item-link {
  color: #808080;
  opacity: 0.75;
  transition: all 0.3s ease;
}

.top-bar_view-style_1 .top-bar__socials .list__item-link:hover {
  opacity: 1;
}

.top-bar_view-style_1 .top-bar__contact,
.top-bar_view-style_1 .top-bar__contact a,
.top-bar_view-style_1 .top-bar__contact a:hover {
  color: #fff;
}

.top-bar_view-style_1 .top-bar__contact {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  margin: 0 32px;
}

.top-bar_view-style_1 .top-bar__contact:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar_view-style_1 .top-bar__contact:first-child {
  margin-left: 0;
}

.top-bar_view-style_1 .top-bar__contact:last-child {
  margin-right: 0;
}

.top-bar_view-style_1 .top-bar__search {
  position: absolute;
  right: 0;
}

.top-bar_view-style_1 .top-bar__search .stm-search-form {
  position: relative;
}

.top-bar_view-style_1 .top-bar__search .stm-search-form__submit {
  position: absolute;
  top: 10px;
  right: 0;
  height: 32px;
  width: 30px;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  color: #808080;
  font-size: 18px;
  z-index: 2;
}

.top-bar_view-style_1 .top-bar__search .stm-search-form__field {
  position: relative;
  width: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: none;
  border: 1px solid transparent;
  z-index: 1;
  font-size: 13px;
  color: transparent;
  transition: all 0.3s ease;
}

.top-bar_view-style_1
  .top-bar__search
  .stm-search-form__field::-webkit-input-placeholder {
  color: #fff;
  transition: all 0.3s ease;
}

.top-bar_view-style_1 .top-bar__search .stm-search-form__field_active {
  width: 170px;
  padding-left: 10px;
  padding-right: 30px;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.top-bar_view-style_1
  .top-bar__search
  .stm-search-form__field_active::-webkit-input-placeholder {
  color: #fff;
}

.top-bar_view-style_1 .top-bar__language {
  position: absolute;
  left: -15px;
}

.top-bar_view-style_1 .top-bar__language .wpml-switcher__active {
  color: #fff;
}

.top-bar_view-style_1 .top-bar__language .wpml-switcher__list {
  background: #006a4e;
}

.top-bar_view-style_1 .top-bar__language .wpml-switcher__list a {
  color: #fff;
}

.top-bar_view-style_1 .top-bar__language .wpml-switcher__list a:hover {
  background: var(--clr-orange);
  color: #006a4e;
}

.top-bar_view-style_1
  .top-bar__language
  .wpml-switcher__languages:hover
  .wpml-switcher__active {
  color: #fff;
  background: #006a4e;
}

.top-bar_view-style_1 .top-bar__language .wpml-switcher__list a {
  padding-left: 17px;
}

.top-bar_view-style_1 .top-bar__account .top-bar__account-action,
.top-bar_view-style_1 .top-bar__nav-menu li a {
  color: #fff;
  transition: all 0.3s ease;
}

.top-bar_view-style_1 .top-bar__account .top-bar__account-action:hover,
.top-bar_view-style_1 .top-bar__nav-menu li a:hover {
  text-decoration: underline;
}

.top-bar_view-style_2 {
  background-color: #006a4e;
}

.top-bar_view-style_2 .top-bar__socials .list__item-link {
  color: #fff;
  opacity: 0.75;
  transition: all 0.3s ease;
}

.top-bar_view-style_2 .top-bar__socials .list__item-link:hover {
  opacity: 1;
}

.top-bar_view-style_2 .top-bar__language {
  position: absolute;
  left: -15px;
}

.top-bar_view-style_2 .top-bar__language .wpml-switcher__active {
  color: #fff;
}

.top-bar_view-style_2 .top-bar__language .wpml-switcher__list {
  background: #006a4e;
}

.top-bar_view-style_2 .top-bar__language .wpml-switcher__list a {
  color: #fff;
}

.top-bar_view-style_2 .top-bar__language .wpml-switcher__list a:hover {
  background: var(--clr-orange);
  color: #006a4e;
}

.top-bar_view-style_2
  .top-bar__language
  .wpml-switcher__languages:hover
  .wpml-switcher__active {
  color: #fff;
  background: #006a4e;
}

.top-bar_view-style_2 .top-bar__account .top-bar__account-action,
.top-bar_view-style_2 .top-bar__nav-menu li a {
  color: #fff;
}

.top-bar_view-style_2 .contact_details__box {
  margin-left: 0;
}

.top-bar_view-style_2 .contact_details__box a {
  color: #fff;
}

.top-bar_view-style_2 .contact_details__box .top-bar__contact_phone:before {
  margin-top: 1px;
}

.top-bar_view-style_2 .contact_details__box .top-bar__contact_email:before {
  margin-top: 3px;
}

.top-bar_view-style_2 .top-bar__contact:not(:last-child) {
  margin-right: 80px;
}

.top-bar_view-style_2 .top-bar__socials {
  display: inline-block;
  vertical-align: top;
  margin-left: 70px;
}

.top-bar_view-style_2 .top-bar__socials .list__item {
  font-size: 16px;
}

.top-bar_view-style_2 .top-bar__search {
  position: absolute;
  right: 0;
}

.top-bar_view-style_2 .top-bar__search .stm-search-form {
  position: relative;
  padding: 5px 0;
}

.top-bar_view-style_2 .top-bar__search .stm-search-form__submit {
  position: absolute;
  top: 10px;
  right: 6px;
  height: 32px;
  width: 30px;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}

.top-bar_view-style_2
  .top-bar__search
  .stm-search-form__submit
  .stm-icon-search:before {
  content: "\e944";
}

.top-bar_view-style_2 .top-bar__search .stm-search-form__field {
  position: relative;
  width: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: none;
  border: 2px solid transparent;
  border-radius: 25px;
  z-index: 1;
  font-size: 0;
  color: transparent;
  transition: all 0.3s ease;
}

.top-bar_view-style_2
  .top-bar__search
  .stm-search-form__field.stm-search-form__field_active {
  font-size: 16px;
}

.top-bar_view-style_2
  .top-bar__search
  .stm-search-form__field::-webkit-input-placeholder {
  color: #fff;
  transition: all 0.3s ease;
}

.top-bar_view-style_2 .top-bar__search .stm-search-form__field_active {
  width: 200px;
  padding-left: 15px;
  padding-right: 40px;
  border-color: #fff;
  color: #fff;
}

.top-bar_view-style_2
  .top-bar__search
  .stm-search-form__field_active::-webkit-input-placeholder {
  color: #fff;
}

.home .top-bar_view-style_3 {
  background: transparent;
}

.top-bar_view-style_3 {
  background: #006a4e;
}

.top-bar_view-style_3 .top-bar__language {
  position: absolute;
  left: -15px;
}

.top-bar_view-style_3 .top-bar__language .wpml-switcher__active {
  color: #fff;
}

.top-bar_view-style_3 .top-bar__language .wpml-switcher__list {
  background: #006a4e;
}

.top-bar_view-style_3 .top-bar__language .wpml-switcher__list a {
  color: #fff;
}

.top-bar_view-style_3 .top-bar__language .wpml-switcher__list a:hover {
  background: var(--clr-orange);
  color: #006a4e;
}

.top-bar_view-style_3
  .top-bar__language
  .wpml-switcher__languages:hover
  .wpml-switcher__active {
  color: #fff;
  background: #006a4e;
}

.top-bar_view-style_3 .top-bar__search {
  position: absolute;
  right: 0;
}

.top-bar_view-style_3 .top-bar__search .stm-search-form {
  position: relative;
  padding: 5px 0;
}

.top-bar_view-style_3 .top-bar__search .stm-search-form__submit {
  position: absolute;
  top: 10px;
  right: 6px;
  height: 32px;
  width: 30px;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}

.top-bar_view-style_3
  .top-bar__search
  .stm-search-form__submit
  .stm-icon-search:before {
  content: "\e944";
}

.top-bar_view-style_3 .top-bar__search .stm-search-form__field {
  position: relative;
  width: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: none;
  border: 2px solid transparent;
  border-radius: 25px;
  z-index: 1;
  font-size: 0;
  color: transparent;
  transition: all 0.3s ease;
}

.top-bar_view-style_3
  .top-bar__search
  .stm-search-form__field.stm-search-form__field_active {
  font-size: 16px;
}

.top-bar_view-style_3
  .top-bar__search
  .stm-search-form__field::-webkit-input-placeholder {
  color: transparent;
  transition: all 0.3s ease;
}

.top-bar_view-style_3 .top-bar__search .stm-search-form__field_active {
  width: 200px;
  padding-left: 15px;
  padding-right: 40px;
  border-color: #fff;
  color: #fff;
}

.top-bar_view-style_3
  .top-bar__search
  .stm-search-form__field_active::-webkit-input-placeholder {
  color: #fff;
}

.top-bar_view-style_3 .top-bar__nav {
  display: inline-block;
  text-align: center;
}

.top-bar_view-style_3 .top-bar__nav .menu-item a {
  color: #fff;
}

.top-bar_view-style_3 .top-bar__nav .menu-item a:hover {
  color: var(--clr-orange);
}

.top-bar_view-style_3 .top-bar__account {
  display: inline-block;
  float: none;
}

.top-bar_view-style_3 .top-bar__account .top-bar__account-action {
  color: #fff;
}

.top-bar_view-style_3 .top-bar__account .top-bar__account-action:hover {
  color: var(--clr-orange);
}

.top-bar_view-style_3 .top-bar__account .top-bar__account-action:before {
  display: none;
}

.top-bar_view-style_4 {
  background-color: rgba(255, 255, 255, 0.75);
}

.top-bar_view-style_4 .top-bar__content {
  border-bottom: 1px solid rgba(86, 80, 159, 0.25);
}

.top-bar_view-style_4 .top-bar__search {
  float: left;
  position: relative;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form {
  position: relative;
  padding: 0;
  margin-top: 5px;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__submit {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 32px;
  width: 30px;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  color: #006a4e;
  font-size: 18px;
  z-index: 2;
}

.top-bar_view-style_4
  .top-bar__search
  .stm-search-form__submit
  .stm-icon-search:before {
  content: "\e944";
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__field {
  position: relative;
  width: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: none;
  border-radius: 25px;
  border: 1px solid transparent;
  z-index: 1;
  font-size: 0;
  color: transparent;
  transition: all 0.3s ease;
}

.top-bar_view-style_4
  .top-bar__search
  .stm-search-form__field.stm-search-form__field_active {
  font-size: 14px;
}

.top-bar_view-style_4
  .top-bar__search
  .stm-search-form__field::-webkit-input-placeholder {
  color: transparent;
  transition: all 0.3s ease;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__field_active {
  width: 200px;
  padding-left: 15px;
  padding-right: 30px;
  border-color: var(--clr-orange);
  color: #fff;
}

.top-bar_view-style_4
  .top-bar__search
  .stm-search-form__field_active::-webkit-input-placeholder {
  color: #fff;
}

.top-bar_view-style_4 .contact_details__box {
  margin-left: 0;
}

.top-bar_view-style_4 .contact_details__box .top-bar__contact {
  color: #006a4e;
}

.top-bar_view-style_4 .contact_details__box .top-bar__contact:before {
  color: var(--clr-orange);
}

.top-bar_view-style_4 .contact_details__box .top-bar__contact a {
  color: #006a4e;
}

.top-bar_view-style_4 .contact_details__box .top-bar__contact:not(:last-child) {
  margin-right: 47px;
}

.top-bar_view-style_4
  .contact_details__box
  .top-bar__contact.top-bar__contact_email:before {
  margin-top: 3px;
}

.top-bar_view-style_4 .shopping-cart_small {
  border: 0;
  margin: 0;
}

.top-bar_view-style_4 .shopping-cart_small .shopping-cart__left {
  padding-top: 12px;
}

.top-bar_view-style_4 .shopping-cart_small:hover {
  background-color: transparent;
}

.top-bar_view-style_4 .shopping-cart_small:hover .shopping-cart__left {
  color: var(--clr-orange);
}

.top-bar-mobile {
  display: none;
  padding: 0 20px;
}

.top-bar-mobile:after {
  content: "";
  display: table;
  clear: both;
}

.top-bar-mobile .top-bar-mobile__language {
  float: left;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel {
  position: relative;
  z-index: 9;
  float: left;
  text-align: left;
  font-size: 13px;
  transition: all 0.3s ease;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li .lang_sel_sel {
  position: relative;
  display: block;
  padding: 15px 40px 15px 20px;
  text-decoration: none;
  color: #999999;
}

.top-bar-mobile
  .top-bar-mobile__language
  #lang_sel
  > ul
  > li
  .lang_sel_sel:after {
  content: "\f107";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -7px 0 0;
}

.top-bar-mobile
  .top-bar-mobile__language
  #lang_sel
  > ul
  > li:hover
  .lang_sel_sel {
  color: #fff;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li > ul {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background: #011b3a;
  opacity: 0;
  list-style: none;
  transition: all 0.3s ease;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li > ul a {
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li > ul a:hover {
  background: #006a4e;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul:hover {
  background: #011b3a;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel:hover > ul > li > ul {
  visibility: visible;
  opacity: 1;
}

.top-bar-mobile .top-bar-mobile__search {
  float: right;
}

.top-bar-mobile .top-bar-mobile__search .stm-search-form {
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
}

.top-bar-mobile .top-bar-mobile__search .stm-search-form:before {
  content: "\e944";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 8px;
  height: 30px;
  line-height: 38px;
  z-index: 1;
  color: #fff;
  font-size: 18px;
}

.top-bar-mobile .top-bar-mobile__search .stm-search-form__field {
  position: relative;
  width: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 0;
  background: none;
  border-radius: 0;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
  transition: all 0.3s ease;
}

.top-bar-mobile .top-bar-mobile__search .stm-search-form__field:focus {
  width: 170px;
  cursor: text;
  border-color: rgba(255, 255, 255, 0.1);
  padding-right: 10px;
}

.top-bar-mobile .top-bar-mobile__search .stm-search-form__submit {
  display: none;
}

.stm-page-head {
  position: relative;
  background-position: bottom center;
  background: #006a4e;
  padding: 22px 0 78px;
  background-size: cover;
}

.stm-page-head .breadcrumbs {
  color: #fff;
}

.stm-page-head .breadcrumbs a {
  color: #fff;
}

.stm-page-head .breadcrumbs a:hover {
  color: var(--clr-orange);
}

.stm-page-head .stm-page-head__separator {
  display: none;
}

.stm-page-head__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stm-page-head__content {
  position: relative;
  z-index: 1;
}

.stm-page-head__title {
  font-weight: 300;
  color: #fff;
  margin-bottom: 28px;
}

.stm-page-head__separator-line {
  width: 60px;
  height: 2px;
  background: var(--clr-orange);
}

.stm-page-head_has_subtitle .stm-page-head__separator {
  margin-bottom: 41px;
}

.stm-page-head__subtitle {
  margin-bottom: 45px;
  max-width: 800px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.stm-page-head_size_small {
  padding-top: 22px;
  padding-bottom: 28px;
}

.stm-page-head_size_medium {
  min-height: 240px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.stm-page-head_size_medium .stm-page-head__title {
  padding: 50px 0;
}

.stm-page-head_color_white .stm-page-head__title,
.stm-page-head_color_white .stm-page-head__subtitle {
  color: #fff;
}

.stm-page-head_color_white .stm-page-head__separator-line {
  background: var(--clr-orange);
}

.stm-page-head_color_white .stm-page-head__subtitle {
  color: #fff;
}

.stm-page-head_color_white .stm-page-head__overlay {
  background: rgba(0, 126, 255, 0.5);
}

.stm-page-head_has_shopping-cart .stm-page-head__content {
  float: left;
}

.stm-page-head_has_shopping-cart .shopping-cart {
  margin-top: 9px;
  float: right;
}

table {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
}

table thead th {
  padding: 8px 15px;
  background: var(--clr-orange);
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  color: #006a4e;
}

table tbody th,
table tbody td {
  background: #fff;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 24px;
  color: #595959;
}

.stm-route-schedule {
  width: 100%;
}

.stm-route-schedule td {
  background: #fff;
  padding: 13px 15px;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stm-route-schedule tr:last-child td {
  border-bottom: none;
}

.stm-table {
  width: 100%;
}

.stm-table_style-1 {
  width: 100%;
}

.stm-table_style-1 th {
  background: var(--clr-orange);
  padding: 8px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #006a4e;
}

.stm-table_style-1 th:last-child {
  text-align: center;
}

.stm-table_style-1 tr:nth-child(2n) td {
  background-color: #fff9f2;
}

.stm-table_style-1 td {
  background: #fff;
  padding: 13px 15px;
  font-size: 16px;
  border-bottom: 0;
  line-height: 24px;
  color: #595959;
}

.stm-table_style-1 td:first-child a {
  color: #595959;
}

.stm-table_style-1 td:last-child {
  text-align: center;
}

.stm-table_style-1 .stm-table__heading td {
  background: transparent;
  border-bottom: 1px solid rgba(89, 89, 89, 0.15);
  font-weight: 700;
  font-size: 16px;
  color: #006a4e;
  text-align: left;
}

.stm-table_camps {
  border-collapse: separate;
}

.stm-table_camps th {
  width: 1%;
  font-weight: 400;
}

.stm-table_camps .stm-table__cell-title {
  text-transform: uppercase;
  color: #011b3a;
}

.stm-table_camps td {
  padding: 16px 10px;
  vertical-align: top;
}

.stm-table_camps td:first-child {
  border-left: 5px solid var(--clr-orange);
}

.stm-table_camps td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
}

.shopping-cart_small {
  float: right;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 30px;
  z-index: 1;
  margin-top: 25px;
  margin-left: 10px;
  border: 2px solid var(--clr-orange);
  border-radius: 50%;
}

.shopping-cart_small .stm-icon.stm-icon-basket:before {
  content: "\e936";
}

.shopping-cart_small .shopping-cart__link {
  display: block;
}

.shopping-cart_small .shopping-cart__link:focus,
.shopping-cart_small .shopping-cart__link:hover {
  text-decoration: none;
}

.shopping-cart_small .shopping-cart__left {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  color: #006a4e;
}

.shopping-cart_small .shopping-cart__body {
  overflow: hidden;
  padding-left: 20px;
}

.shopping-cart_small .shopping-cart__title {
  display: none;
}

.shopping-cart_small .shopping-cart__products {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: normal;
  color: #fff;
}

.shopping-cart_small .shopping-cart__product {
  display: block;
  position: absolute;
  top: -3px;
  right: -3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  background-color: #fff;
  color: #333333;
}

.shopping-cart_small:hover {
  background-color: #006a4e;
}

.shopping-cart_small:hover .shopping-cart__left {
  color: #fff;
}

.stm-blockquote {
  padding: 0;
  border-left: 0;
}

.stm-blockquote p {
  font-size: 20px;
  line-height: 34px;
}

.stm-blockquote p:first-of-type {
  position: relative;
  padding-left: 44px;
}

.stm-blockquote p:first-of-type:before {
  content: "“";
  position: absolute;
  top: 0;
  left: -4px;
  line-height: 120px;
  font-family: "Patrick Hand", sans-serif;
  font-size: 120px;
  color: var(--clr-orange);
}

.stm-blockquote p:last-of-type {
  margin-bottom: 0;
}

.stm-blockquote footer {
  padding-top: 19px;
  padding-left: 64px;
  font-weight: 700;
  font-size: 18px;
  color: #404040;
}

.stm-blockquote footer cite {
  font-style: normal;
}

.stm-blockquote_bordered {
  border-top: 4px solid var(--clr-orange);
  border-bottom: 1px solid #dddddd;
  margin-bottom: 32px;
  padding-top: 18.5px;
  padding-bottom: 22px;
  padding-right: 0;
}

.stm-blockquote_bordered p:first-of-type {
  line-height: 34px;
  text-indent: 0px;
  padding-left: 49px;
}

.stm-blockquote_bordered p:before,
.stm-blockquote_bordered p:after {
  display: none;
}

.stm-blockquote_bordered footer {
  padding-top: 9px;
  padding-left: 49px;
}

.wpb_revslider_element {
  margin-bottom: 0 !important;
}

.tp-bullets.stm-white .tp-bullet {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.25);
}

.tp-bullets.stm-white .tp-bullet:hover,
.tp-bullets.stm-white .tp-bullet.selected {
  background: #95cc47;
}

.tp-bullets.stm-white .tp-bullet.selected {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.darkBlueOverlay.tp-shape {
  background: rgba(1, 27, 58, 0.4) !important;
}

.rev-btn.blueSquareArrow {
  width: 50px;
  padding: 0;
  line-height: 46px;
  border: 2px solid#006a4e;
  background: transparent;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #011b3a;
  text-align: center;
}

.rev-btn.blueSquareArrow:hover {
  color: #fff;
  background: #006a4e;
}

.rev-btn.whiteSquareArrow {
  width: 50px;
  padding: 0;
  line-height: 46px;
  border: 2px solid#006a4e;
  background: transparent;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.rev-btn.whiteSquareArrow:hover {
  color: #fff;
  background: #006a4e;
}

.stm-rev-nav {
  min-width: 100px;
}

.stm-rev-nav:after {
  content: "";
  display: table;
  clear: both;
}

.stm-rev-nav .stm-rev-nav_next,
.stm-rev-nav .stm-rev-nav_prev {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 46px !important;
  background: transparent;
  border: 2px solid#006a4e;
  color: #fff;
  font-size: 16px !important;
  font-family: "Arial", sans-serif;
  text-align: center;
}

.stm-rev-nav .stm-rev-nav_next:hover,
.stm-rev-nav .stm-rev-nav_prev:hover {
  text-decoration: none;
  color: #fff;
  background: #006a4e;
}

.stm-rev-nav .stm-rev-nav_next:focus,
.stm-rev-nav .stm-rev-nav_prev:focus {
  text-decoration: none;
}

.stm-rev-nav .stm-rev-nav_prev {
  margin-right: -2px;
}

.STM-Nav-Blue .stm-rev-nav .stm-rev-nav_next,
.STM-Nav-Blue .stm-rev-nav .stm-rev-nav_prev {
  color: #011b3a;
}

.STM-Nav-Blue .stm-rev-nav .stm-rev-nav_next:hover,
.STM-Nav-Blue .stm-rev-nav .stm-rev-nav_prev:hover {
  color: #fff;
}

.btnBlueSecondary a,
.btnBlue a {
  border: 2px solid#006a4e !important;
  min-width: 160px !important;
  display: inline-block !important;
  color: #fff !important;
  line-height: 46px !important;
  padding: 0 24px !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.btnBlueSecondary a:after,
.btnBlue a:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.btnBlueSecondary a:focus,
.btnBlueSecondary a:hover,
.btnBlue a:focus,
.btnBlue a:hover {
  text-decoration: none;
}

.btnBlueSecondary a:hover,
.btnBlue a:hover {
  color: #fff !important;
  background-color: #006a4e !important;
  border-color: #006a4e !important;
}

.btnBlueSecondary a:active:after,
.btnBlue a:active:after {
  visibility: visible;
  opacity: 1;
}

.btnBlueSecondary a .stm-icon-arrow-right,
.btnBlue a .stm-icon-arrow-right {
  font-size: 6px;
}

.btnBlueSecondary a i,
.btnBlueSecondary a span,
.btnBlue a i,
.btnBlue a span {
  vertical-align: middle;
  margin-left: 7px !important;
}

.btnBlueSecondary a {
  color: #011b3a !important;
}

.btnBlueSecondary a:hover {
  color: #fff !important;
}

.linkBlueSecondary.tp-caption a {
  color: #011b3a;
  font-size: 16px;
}

.linkBlueSecondary.tp-caption a i,
.linkBlueSecondary.tp-caption a span {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
}

.linkWhite.tp-caption a {
  color: #fff;
  font-size: 16px;
}

.linkWhite.tp-caption a i,
.linkWhite.tp-caption a span {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
}

.separatorShortGreen hr {
  width: 60px !important;
  border: 0 none !important;
  border-top: 2px solid #95cc47 !important;
}

.TitleH1DarkBlue {
  color: #011b3a !important;
}

.textBgDarkBlue {
  background: rgba(1, 27, 58, 0.85) !important;
}

.leftFullHeightBgDarkBlue {
  background-color: rgba(1, 27, 58, 0.85) !important;
  min-width: inherit !important;
  max-width: inherit !important;
}

.hesperiden-pink {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 46px;
  transition: all 0.4s;
  border: 2px solid var(--clr-orange);
  background: transparent;
  color: #006a4e;
}

.hesperiden-pink:before {
  color: #006a4e;
  font-size: 24px;
  line-height: 46px;
  transition: all 0.4s;
}

.hesperiden-pink:hover,
.hesperiden-pink:active,
.hesperiden-pink:focus {
  background: var(--clr-orange);
}

.hesperiden-pink:hover:before,
.hesperiden-pink:active:before,
.hesperiden-pink:focus:before {
  color: #ffffff;
}

.tp-leftarrow.hesperiden-pink:before {
  margin-right: 3px;
}

.tp-rightarrow.hesperiden-pink:before {
  margin-left: 3px;
}

.sidebar_shop .widget {
  margin-bottom: 30px;
}

.vc_wp_search.wpb_content_element {
  margin-bottom: 30px !important;
}

.widget_search .stm-search-form {
  position: relative;
}

.widget_search .stm-search-form__submit {
  color: #808080;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  background: transparent;
  border: none;
  text-align: center;
}

.widget_search .stm-search-form__submit-text {
  display: none;
}

.widget_search .stm-search-form__field {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  padding: 0 55px 0 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  color: #011b3a;
  transition: all 0.3s ease;
}

.widget_search .stm-search-form__field:focus {
  border-color: #808080;
}

.widget_search input[type="submit"],
.widget_search .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  z-index: 1;
}

.widget_search .stm-icon-search:before {
  content: "\e944";
  color: #006a4e;
}

.widget_product_search form {
  position: relative;
}

.widget_product_search form:after {
  content: "\e944";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #006a4e;
}

.widget_product_search .search-field {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 55px 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  color: #011b3a;
  transition: all 0.3s ease;
}

.widget_product_search .search-field:focus {
  border-color: #006a4e;
}

.widget_product_search button[type="submit"],
.widget_product_search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  z-index: 1;
}

.widget_product_categories,
.widget_categories {
  background: #fff;
  border-radius: 25px;
  padding: 20px 0;
  border: 2px solid var(--clr-orange);
}

.widget_product_categories .widget__title,
.widget_categories .widget__title {
  padding: 0 33px;
}

.widget_product_categories ul,
.widget_categories ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_product_categories li,
.widget_categories li {
  padding: 10px 33px;
  font-size: 14px;
  line-height: 20px;
  color: #006a4e;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.widget_product_categories li a,
.widget_categories li a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
  letter-spacing: 1.5px;
  color: var(--clr-orange);
}

.widget_product_categories li a:before,
.widget_categories li a:before {
  content: "›";
  font-family: "Times New Roman";
  position: absolute;
  left: -3px;
  top: -1px;
  color: #006a4e;
}

.widget_product_categories li a:hover,
.widget_categories li a:hover {
  text-decoration: none;
  color: #006a4e;
}

.widget_product_categories li.current-cat a,
.widget_categories li.current-cat a {
  color: #006a4e;
}

.widget_product_categories .select2,
.widget_categories .select2 {
  width: 100% !important;
}

.widget_categories_type_dropdown {
  background: transparent;
  padding: 0;
}

.widget_categories_type_dropdown .widget__title {
  padding: 0;
}

.widget_archive ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_archive li {
  color: #808080;
}

.widget_archive li:not(:last-child) {
  margin-bottom: 12px;
}

.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_recent_comments li:not(:last-child),
.widget_meta li:not(:last-child),
.widget_pages li:not(:last-child) {
  margin-bottom: 16px;
}

.widget_meta a,
.widget_pages a {
  position: relative;
  padding-left: 20px;
}

.widget_meta a:before,
.widget_pages a:before {
  content: "›";
  font-family: "Times New Roman";
  position: absolute;
  left: -3px;
  top: -1px;
  color: #006a4e;
}

.widget_meta abbr[title],
.widget_meta abbr[data-original-title] {
  border-bottom-color: #006a4e;
}

.widget_recent_comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_recent_comments li {
  position: relative;
  padding-left: 25px;
}

.widget_recent_comments li:before {
  content: "\f27b";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: 0;
  color: #999;
}

.widget_recent_comments li:not(:last-child) {
  margin-bottom: 16px;
}

.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
  font-size: 0;
}

.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 3px 15px 5px;
  border-radius: 50px;
  margin-right: 8px;
  margin-bottom: 10px;
  border: 1px solid var(--clr-orange);
  background: #fff;
  font-size: 14px !important;
  line-height: 20px;
  vertical-align: top;
  font-weight: 500;
  color: #006a4e;
  text-decoration: none;
  transition: all 0.3s ease;
}

.widget_product_tag_cloud .tagcloud a:last-child,
.widget_tag_cloud .tagcloud a:last-child {
  margin-right: 0;
}

.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
  background: var(--clr-orange);
  color: #fff;
}

.vc_wp_calendar.wpb_content_element {
  margin-bottom: 16px !important;
}

.widget_calendar .widget__title {
  margin-bottom: 0 !important;
}

.widget_calendar caption {
  padding: 0;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
}

.widget_calendar table {
  width: 100%;
  font-size: 14px;
  border-collapse: separate;
  margin-bottom: 0;
}

.widget_calendar thead th {
  padding: 10px 8px 8px;
  background: var(--clr-orange);
  text-align: center;
  color: #fff;
}

.widget_calendar thead th:first-child {
  border-radius: 20px 0 0;
}

.widget_calendar thead th:last-child {
  border-radius: 0 20px 0 0;
}

.widget_calendar tbody td {
  padding: 6px;
  background: #fff;
  text-align: center;
  color: #006a4e;
  border: none;
}

.widget_calendar tbody td#today {
  background: var(--clr-orange);
  font-weight: 700;
  color: #fff;
}

.widget_calendar tbody td:first-child {
  border-left: 2px solid var(--clr-orange);
}

.widget_calendar tbody td:last-child {
  border-right: 2px solid var(--clr-orange);
}

.widget_calendar tbody tr:last-child td {
  padding-top: 8px;
}

.widget_calendar tbody tr:last-child td {
  border-bottom: 2px solid var(--clr-orange);
  padding-bottom: 11px;
}

.widget_calendar tbody tr:last-child td:first-child {
  border-bottom-left-radius: 25px;
}

.widget_calendar tbody tr:last-child td:last-child {
  border-bottom-right-radius: 25px;
}

.widget_calendar tfoot td {
  padding: 9px 8px 0;
  font-size: 14px;
}

.widget_calendar tfoot #next {
  text-align: right;
}

.widget_recent_entries ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.widget_recent_entries ul li {
  margin-bottom: 29px;
}

.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget_recent_entries ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--clr-orange);
  line-height: 22px;
  margin-bottom: 6px;
}

.widget_recent_entries .post-date {
  display: block;
  position: relative;
  font-size: 13px;
  color: #808080;
}

.widget_recent_entries .post-date:before {
  content: "\e906";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.25);
}

.widget_text img {
  max-width: 100%;
  height: auto;
  display: block;
}

.widget_rss .widget__title a {
  color: inherit;
  font-weight: 300;
}

.widget_rss ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_rss li .rsswidget {
  display: block;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 6px;
}

.widget_rss li .rss-date {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #808080;
}

.widget_rss li .rss-date:before {
  content: "\e906";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 10px;
  color: #95cc47;
}

.widget_rss li .rssSummary {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

.widget_rss li cite {
  font-size: 13px;
  color: #808080;
}

.widget_rss li:not(:last-child) {
  margin-bottom: 20px;
}

.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_footer .widget_title {
  text-transform: uppercase;
  margin-bottom: 19px;
  line-height: 30px;
  font-size: 21px;
  color: #333333;
}

.widget_footer.widget_recent_entries ul li a {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget_footer.widget_recent_entries .post-date {
  color: #808080;
}

.widget_footer.widget_recent_entries .post-date:before {
  font-size: 16px;
  color: #fff;
  opacity: 0.25;
  vertical-align: top;
  margin-top: 2.5px;
}

.widget_footer .textwidget {
  line-height: 26px;
  color: #fff;
}

.widget_footer .textwidget p:last-child {
  margin-bottom: 0;
}

.widget_footer.widget_nav_menu .menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.widget_footer.widget_nav_menu .menu > li {
  float: left;
  width: 100%;
  margin-bottom: 4px;
}


.widget_footer.widget_nav_menu .menu > li:last-child {
  margin-bottom: 0;
}

.widget_footer.widget_nav_menu .menu > li > a {
  display: block;
  position: relative;
  padding-left: 16px;
  font-weight: 400;
  color: #333333;
  transition: all 0.3s ease;
}

.widget_footer.widget_nav_menu .menu > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-radius: 50%;
  background-color: var(--clr-orange);
}

.widget_footer.widget_nav_menu .menu > li > a:hover {
  color: var(--clr-grn);
}

.widget_footer .list_social-networks {
  padding-top: 35px;
  margin-bottom: -8px;
}

.widget_footer .list_social-networks .list__item {
  margin-bottom: 8px;
}

.widget_footer .list_social-networks .list__item-link {
  opacity: 1;
  transition: all 0.3s ease;
}

.widget_footer .list_social-networks .list__item-link:hover {
  opacity: 0.7;
}

.widget_contact-details .widget_title {
  margin-bottom: 24px;
}

.widget_footer .list_contact-details .list__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 20px;
}

.widget_footer .list_contact-details .list__item:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--clr-orange);
}

.widget_footer .list_contact-details .list__item:last-child {
  margin-bottom: 0;
}

.widget_footer .list_contact-details .list__item p:last-child {
  margin-bottom: 0;
}

.widget_footer .list_contact-details .list__item a {
  color: var(--clr-orange);
  text-decoration: none;
  transition: all 0.3s ease;
}

.widget_footer .list_contact-details .list__item a:focus,
.widget_footer .list_contact-details .list__item a:hover {
  text-decoration: underline;
}

.widget_footer .list_contact-details .list__item_address:before {
  content: "\e92e";
  font-size: 17px;
  margin-left: 1px;
}

.widget_footer .list_contact-details .list__item_telephone:before {
  content: "\e947";
  font-size: 15.5px;
  margin-left: 2px;
}

.widget_footer .list_contact-details .list__item_fax:before {
  content: "\e903";
}

.widget_footer .list_contact-details .list__item_email:before {
  content: "\e902";
  font-size: 11.5px;
  margin-top: 3px;
}

.widget_footer .list_contact-details .list__item_schedule:before {
  content: "\e94e";
}

.widget_footer.widget_media-gallery
  .stm-media-gallery__item
  .stm-media-gallery__item-group
  img {
  border-radius: 10px;
}

.widget_footer.widget_media-gallery
  .stm-media-gallery__item
  .stm-media-gallery__item-link {
  border-radius: 10px;
}

.widget_media-gallery .widget_title {
  margin-bottom: 22px;
}

.stm-media-gallery_widget {
  padding-left: 0;
  margin: 0 -6px;
  list-style: none;
}

.stm-media-gallery_widget:after {
  content: "";
  display: table;
  clear: both;
}

.stm-media-gallery_widget .stm-media-gallery__item {
  float: left;
  width: 33.33%;
  padding: 0 6px;
  margin-bottom: 12px;
  position: relative;
}

.stm-media-gallery_widget .stm-media-gallery__item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm-media-gallery_widget .stm-media-gallery__item-group {
  position: relative;
  overflow: hidden;
}

.stm-media-gallery_widget .stm-media-gallery__item-link {
  position: absolute;
  background: rgba(0, 126, 255, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
}

.stm-media-gallery_widget .stm-media-gallery__item-link:focus,
.stm-media-gallery_widget .stm-media-gallery__item-link:hover {
  color: #fff;
  text-decoration: none;
}

.stm-media-gallery_widget .stm-media-gallery__item-link i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  margin: auto;
}

.stm-statistics_vc-widget {
  padding: 13px 23px 23px 33px;
  border-radius: 25px;
  border: 2px solid var(--clr-orange);
  background: #fff;
}

.stm-statistics_vc-widget .stm-statistics__title.widget__title {
  margin-bottom: 16px;
}

.stm-statistics_vc-widget .stm-statistics__items {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.stm-statistics_vc-widget .stm-statistics__items .stm-statistics__item {
  position: relative;
  padding-left: 17px;
}

.stm-statistics_vc-widget .stm-statistics__items .stm-statistics__item:before {
  content: "›";
  font-family: "Times New Roman", serif;
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 15px;
  color: var(--clr-orange);
}

.stm-statistics_vc-widget .stm-statistics__item:not(:last-child) {
  margin-bottom: 22px;
}

.stm-statistics_vc-widget .stm-statistics__item-label {
  font-size: 16px;
  line-height: 18px;
  color: #595959;
}

.stm-statistics_vc-widget .stm-statistics__item-value {
  font-weight: 400;
  line-height: 20px;
  color: #006a4e;
}

.sidebar_shop .widget__title,
.stm-vc-sidebar .widget__title,
.sidebar_type_blog .widget__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
  color: #006a4e;
}

.sidebar_shop .widget_product_categories .widget__title,
.sidebar_shop .widget_categories .widget__title,
.stm-vc-sidebar .widget_product_categories .widget__title,
.stm-vc-sidebar .widget_categories .widget__title,
.sidebar_type_blog .widget_product_categories .widget__title,
.sidebar_type_blog .widget_categories .widget__title {
  margin-bottom: 7px;
}

.sidebar_shop
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title,
.sidebar_shop .widget_categories.widget_categories_type_dropdown .widget__title,
.stm-vc-sidebar
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title,
.stm-vc-sidebar
  .widget_categories.widget_categories_type_dropdown
  .widget__title,
.sidebar_type_blog
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title,
.sidebar_type_blog
  .widget_categories.widget_categories_type_dropdown
  .widget__title {
  color: #011b3a;
}

.sidebar_shop
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title::after,
.sidebar_shop
  .widget_categories.widget_categories_type_dropdown
  .widget__title::after,
.stm-vc-sidebar
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title::after,
.stm-vc-sidebar
  .widget_categories.widget_categories_type_dropdown
  .widget__title::after,
.sidebar_type_blog
  .widget_product_categories.widget_categories_type_dropdown
  .widget__title::after,
.sidebar_type_blog
  .widget_categories.widget_categories_type_dropdown
  .widget__title::after {
  border-bottom-color: #006a4e;
}

.sidebar_shop .widget_nav_menu li .sub-menu,
.stm-vc-sidebar .widget_nav_menu li .sub-menu,
.sidebar_type_blog .widget_nav_menu li .sub-menu {
  padding-top: 16px;
  margin-left: 35px;
}

.sidebar_shop .widget_nav_menu li .sub-menu li:not(:last-child),
.stm-vc-sidebar .widget_nav_menu li .sub-menu li:not(:last-child),
.sidebar_type_blog .widget_nav_menu li .sub-menu li:not(:last-child) {
  margin-bottom: 12px;
}

.sidebar_shop .widget_nav_menu li:not(:last-child),
.stm-vc-sidebar .widget_nav_menu li:not(:last-child),
.sidebar_type_blog .widget_nav_menu li:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar_shop .widget_nav_menu div > ul > li > a,
.stm-vc-sidebar .widget_nav_menu div > ul > li > a,
.sidebar_type_blog .widget_nav_menu div > ul > li > a {
  padding-left: 20px;
  position: relative;
}

.sidebar_shop .widget_nav_menu div > ul > li > a:before,
.stm-vc-sidebar .widget_nav_menu div > ul > li > a:before,
.sidebar_type_blog .widget_nav_menu div > ul > li > a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
  color: #006a4e;
}

.sidebar_shop {
  margin-top: 10px;
}

.widget_logo_box {
  display: block;
  padding-top: 5px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.pagination {
  margin: 0;
  font-size: 0;
  width: 100%;
}

.pagination ul.page-numbers {
  padding: 0;
  margin: 0;
  width: 100% !important;
  border: 0 !important;
}

.pagination ul.page-numbers li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.pagination .page-numbers {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid transparent;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  font-weight: 600;
  color: #006a4e;
  transition: all 0.3s ease;
}

.pagination .page-numbers:hover {
  border-color: var(--clr-orange);
  text-decoration: none;
}

.pagination .page-numbers:focus {
  text-decoration: none;
}

.pagination .page-numbers.current {
  border-color: var(--clr-orange);
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  position: relative;
  font-size: 0;
  border-color: var(--clr-orange);
  font-family: Arial, Tahoma, sans-serif;
}

.pagination .page-numbers.next:before,
.pagination .page-numbers.prev:before {
  content: "";
  display: inline-block;
  vertical-align: top;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
  background-color: var(--clr-orange);
  color: #fff;
}

.pagination .page-numbers.next:before {
  content: "\e907";
  font-family: "stm-icon";
  margin-left: 3px;
  font-size: 18px;
}

.pagination .page-numbers.prev:before {
  content: "\e938";
  font-family: "stm-icon";
  margin-right: 3px;
  font-size: 18px;
}

.breadcrumbs {
  margin-bottom: 30px;
  line-height: 24px;
  font-size: 14px;
  color: #a6a6a6;
}

.breadcrumbs a {
  color: #a6a6a6;
}

.breadcrumbs a span {
  margin-right: 5px;
}

.breadcrumbs a:hover {
  color: #006a4e;
  text-decoration: none;
}

.breadcrumbs span {
  margin-left: 5px;
}

.breadcrumbs span:first-child {
  margin-left: 0;
}

.author-info {
  border: 1px solid #dddddd;
  border-radius: 25px;
  background: #fff;
  padding: 16px 19px;
}

.author-info:after {
  content: "";
  display: table;
  clear: both;
}

.author-info__avatar {
  float: left;
  max-width: 87px;
}

.author-info__avatar img {
  display: block;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 3px;
  margin-bottom: 0;
}

.author-info__content {
  overflow: hidden;
  padding-left: 20px;
}

.author-info__heading {
  font-size: 13px;
  text-transform: uppercase;
  color: #aaaaaa;
  line-height: 1;
}

.author-info__title {
  line-height: 22px;
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 700;
  color: #006a4e;
}

.author-info__link {
  color: inherit;
}

.author-info__title:hover .author-info__link {
  text-decoration: none;
}

.author-info__bio {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.join-event__title,
.comments-title,
.comment-reply-title {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  font-size: 24px;
}

.comment-list {
  float: left;
  width: 100%;
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
  border-bottom: 1px solid #dddddd;
}

.comment-list .comment {
  float: left;
  width: 100%;
  border-top: 1px solid #dddddd;
  padding-top: 22px;
  margin-bottom: 33px;
}

.comment-list .comment.bypostauthor .avatar {
  border-radius: 0;
}

.comment-list .comment:last-child {
  margin-bottom: 20px;
}

.comment-list .comment.even .comment-respond,
.comment-list .comment.odd .comment-respond {
  padding-top: 30px;
  border: 0;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}

.comment-list .children {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 30px;
}

.comment-form {
  margin: 0 -15px;
}

.comment-form .comment-form__info_box {
  float: right;
  width: 100%;
}

.comment-form .comment-form-cookies-consent {
  padding-left: 15px;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
  margin-right: 10px;
}

.comment-form .logged-in-as {
  padding: 0 15px;
}

.comment__body:after {
  content: "";
  display: table;
  clear: both;
}

.comment__author-avatar {
  float: left;
  margin-left: 10px;
  max-width: 90px;
}

.comment__author-avatar img {
  display: block;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 50%;
}

.comment__right {
  overflow: hidden;
  padding-left: 20px;
}

.comment__heading {
  margin-bottom: 11px;
}

.comment__heading .comment__author-title {
  float: left;
}

.comment__heading .comment__author-title a:hover {
  color: var(--clr-orange);
}

.comment__heading .comment__meta {
  float: right;
}

.comment__heading:after {
  content: "";
  display: table;
  clear: both;
}

.comment__author-title {
  font-size: 18px;
  font-weight: 700;
  color: #006a4e;
}

.comment__author-title .fn {
  font-style: normal;
}

.comment__author-title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.comment__author-title a:hover {
  color: #006a4e;
}

.comment__meta {
  color: #aaaaaa;
  font-size: 11px;
  text-transform: uppercase;
}

.comment__meta a {
  color: inherit;
}

.comment__meta a:hover {
  color: var(--clr-orange);
  text-decoration: none;
}

.comment__meta-separator {
  margin: 0 1px;
}

.comment__reply .fa {
  margin-right: 5px;
}

.comment__reply:hover {
  color: #006a4e;
}

.comment__reply:hover a {
  color: #006a4e;
  text-decoration: none;
}

.comment-form__comment {
  width: 100%;
}

.comment__content {
  font-size: 16px;
  line-height: 24px;
}

.comment__content p {
  font-size: 16px;
  line-height: 24px;
}

.comment-respond {
  padding-top: 49px;
}

.comment-respond__cancel-replay {
  float: right;
  margin-top: 14px;
}

.comment-respond__cancel-replay .comment-reply-title {
  letter-spacing: 0.3px;
}

.comment-respond__cancel-replay a {
  padding: 6.5px 13px 7.5px;
  background: #fff;
  font-size: 11px;
  line-height: 24px;
  border-radius: 25px;
  letter-spacing: 0.2px;
  border: 1px solid #d9d9d9;
  color: #aaaaaa;
  text-transform: uppercase;
}

.comment-respond__cancel-replay a:hover {
  text-decoration: none;
  border-color: #006a4e;
  color: #006a4e;
}

.comment-respond__cancel-replay a:focus,
.comment-respond__cancel-replay a:active {
  text-decoration: none;
}

.comments-area {
  margin-top: 45px;
}

.comments-area .single_posts__comments {
  margin: 0;
}

input[type="password"],
input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 25px;
}

input[type="password"],
input[type="text"] {
  padding: 9px 20px;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
  color: #011b3a;
  line-height: 30px;
  vertical-align: middle;
  transition: all 0.3s ease;
}

input[type="password"]:focus,
input[type="text"]:focus {
  border-color: #006a4e;
}

textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  resize: none;
  transition: all 0.3s ease;
}

textarea:focus {
  border-color: #006a4e;
}

.post-password-form input[type="submit"] {
  height: 50px;
  padding: 0 15px;
  background: transparent;
  border: 2px solid#006a4e;
  color: #011b3a;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.post-password-form input[type="submit"]:hover {
  background: #006a4e;
  color: #fff;
}

.post-password-form input[type="submit"]:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}

.search-bar {
  margin-bottom: 40px;
  padding: 20px 30px;
  border: 2px solid var(--clr-orange);
  border-radius: 25px;
}

.search-bar .stm-search-form .stm-search-form__field {
  height: 50px;
  width: calc(100% - 210px);
  background: #fff;
  padding: 0 20px;
  border-radius: 35px;
  border: 1px solid #e6e6e6;
  color: #011b3a;
  vertical-align: top;
  transition: all 0.3s ease;
}

.search-bar .stm-search-form .stm-search-form__field:focus {
  border-color: #006a4e;
}

.search-bar .stm-search-form .stm-search-form__submit {
  position: relative;
  float: right;
  padding: 0 24px;
  min-width: 148px;
  border-radius: 35px;
  background: transparent;
  border: 2px solid var(--clr-orange);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #006a4e;
  line-height: 46px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.search-bar .stm-search-form .stm-search-form__submit span,
.search-bar .stm-search-form .stm-search-form__submit i {
  position: relative;
}

.search-bar .stm-search-form .stm-search-form__submit .stm-icon-search:before {
  content: "\e944";
  margin-top: 15px;
  margin-right: 13px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}

.search-bar .stm-search-form .stm-search-form__submit:after {
  content: "\e944";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.search-bar .stm-search-form .stm-search-form__submit:hover,
.search-bar .stm-search-form .stm-search-form__submit:focus {
  text-decoration: none;
}

.search-bar .stm-search-form .stm-search-form__submit:hover,
.search-bar .stm-search-form .stm-search-form__submit:active {
  background: var(--clr-orange);
  color: #fff;
  border-color: var(--clr-orange);
}

.search-bar .stm-search-form .stm-search-form__submit:active:after {
  visibility: visible;
  opacity: 1;
}

.search-bar__founded {
  margin-top: 9px;
  color: #595959;
}

.wpcf7-form-control-wrap input {
  border-radius: 25px;
}

.wpcf7-text,
.wpcf7-textarea {
  display: block;
  width: 100%;
  padding: 7px 24px 11px !important;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
  color: #011b3a;
  line-height: 30px;
  transition: all 0.3s ease;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border-color: #006a4e;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  border-color: #ff0000;
}

.wpcf7-textarea {
  height: 210px;
  resize: none;
}

.wpcf7-textarea.small-height {
  height: 130px;
  resize: none;
}

.wpcf7-submit {
  height: 50px;
  width: 160px;
  background: transparent;
  border: 2px solid#006a4e;
  color: #011b3a;
  transition: all 0.3s ease;
}

.wpcf7-submit:hover {
  background: #006a4e;
  color: #fff;
}

.wpcf7-submit:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}

.wpcf7 .stm-btn {
  min-width: 130px;
  vertical-align: middle;
}

.wpcf7 .stm-btn .stm-icon-arrow-right {
  margin-top: -2px;
  display: inline-block;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-response-output {
  background: #fff;
  padding: 28px 30px;
  border-width: 1px;
  margin: 20px 0;
}

.wpcf7 .wpcf7-validation-errors {
  border-color: #ff0000;
  color: #ff0000;
}

.wpcf7 p:last-of-type {
  margin-bottom: 0;
}

.comment-form input[type="text"],
.comment-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.3s ease;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
  border-color: #006a4e;
}

.comment-form .comment-form-cookies-consent {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 0 15px;
  z-index: 1;
  cursor: pointer;
}

.comment-form input[type="text"] {
  padding: 12px 25px 16px;
}

.comment-form textarea {
  min-height: 210px;
  padding: 12px 25px;
  resize: none;
}

.comment-form__submit-button {
  height: 50px;
  min-width: 160px;
  margin-top: 50px;
  padding: 0 30px;
  border-radius: 30px;
  line-height: 25px;
  border: 2px solid var(--clr-orange);
  background-color: var(--clr-orange);
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.comment-form__submit-button:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  transition: all 0.3s ease;
  margin-right: 19px;
  color: #fff;
}

.comment-form__submit-button:hover {
  background: transparent;
  color: #006a4e;
}

.comment-form__submit-button:hover:before {
  color: #006a4e;
}

.comment-form__submit-button:active {
  background: var(--clr-orange);
  color: #006a4e;
}

.comment-form__submit-button:active:before {
  color: #006a4e;
}

.comment-form__submit-button .stm-icon {
  font-size: 16px;
  margin-left: 6px;
  position: relative;
}

.ajax-loader {
  display: none !important;
}

.single-post .post_view_single .entry-title {
  line-height: 38px;
  margin-top: -4px;
  margin-bottom: 14px;
}

.post_view_single .entry-header {
  margin-bottom: 40px;
}

.post_view_single .entry-date {
  position: relative;
  float: left;
  width: 100px;
  height: 94px;
  padding-top: 21px;
  border: 4px solid var(--clr-orange);
  border-radius: 10px;
  text-align: center;
}

.post_view_single .entry-date__day {
  padding-top: 4px;
  margin-bottom: 6px;
  font-size: 40px;
  font-family: "Patrick Hand", sans-serif;
  color: #006a4e;
  line-height: 22px;
}

.post_view_single .entry-date__month {
  font-size: 15px;
  color: #808080;
  line-height: 16px;
}

.post_view_single .entry-header__heading {
  overflow: hidden;
  padding-left: 30px;
}

.post_view_single .entry-meta {
  list-style: none;
  padding: 0 0 7px;
  margin-bottom: 0;
  font-size: 0;
  border-bottom: 1px solid #dfdfdf;
}

.post_view_single .entry-meta:after {
  content: "";
  display: table;
  clear: both;
}

.post_view_single .entry-meta > li {
  float: left;
  margin-right: 40px;
  font-size: 16px;
  color: var(--clr-orange);
  margin-bottom: 10px;
}

.post_view_single .entry-meta > li:last-child {
  margin-right: 0;
}

.post_view_single .entry-meta > li .fa,
.post_view_single .entry-meta > li .stm-icon {
  margin-right: 8px;
}

.post_view_single .entry-meta .cat-links {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: var(--clr-orange);
  transition: all 0.3s ease;
}

.post_view_single .entry-meta .cat-links a {
  color: inherit;
}

.post_view_single .tags-links {
  margin-bottom: -7px;
}

.post_view_single .tags-links:after {
  content: "";
  display: table;
  clear: both;
}

.post_view_single .tags-links a {
  padding: 3px 16px 5px 16px;
  margin-right: 8px;
  border-radius: 25px;
  border: 1px solid var(--clr-orange);
  background: #fff;
  font-size: 14px;
  color: #006a4e;
  line-height: 20px;
  float: left;
  margin-bottom: 7px;
  transition: all 0.3s ease;
}

.post_view_single .tags-links a:last-child {
  margin-right: 0;
}

.post_view_single .tags-links a:hover {
  background: var(--clr-orange);
  color: #fff;
  text-decoration: none;
}

.post_view_single .tags-links a:focus {
  text-decoration: none;
}

.post_view_single .entry-share {
  font-size: 0;
}

.post_view_single .entry-share .share__title {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
  color: #aaaaaa;
  margin-right: 20px;
}

.post_view_single .entry-share .share__item {
  display: inline-block;
  margin-right: 8px;
}

.post_view_single .entry-share .share__item:last-child {
  margin-right: 0;
}

.post_view_single .entry-share .stLarge {
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background-image: none !important;
  text-align: center;
  line-height: 32px;
  font-size: 17px;
  color: #fff;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.post_view_single .entry-share .stLarge:hover {
  opacity: 1;
}

.post_view_single .entry-share .stButton {
  margin: 0;
}

.post_view_single .entry-share .st_facebook_large .stLarge {
  background: #3a5897;
}

.post_view_single .entry-share .st_facebook_large .stLarge:after {
  content: "\f09a";
}

.post_view_single .entry-share .st_twitter_large .stLarge {
  background: #00aced;
}

.post_view_single .entry-share .st_twitter_large .stLarge:after {
  content: "\f099";
}

.post_view_single .entry-share .st_googleplus_large .stLarge {
  background: #db4437;
}

.post_view_single .entry-share .st_googleplus_large .stLarge:after {
  content: "\f0d5";
}

.post_view_single .entry-share .st_sharethis_large .stLarge {
  background: #a6e346;
}

.post_view_single .entry-share .st_sharethis_large .stLarge:after {
  content: "\f1e0";
}

.post_view_single .entry-footer:after {
  content: "";
  display: table;
  clear: both;
}

.post_view_single .entry-footer .tags-links {
  float: left;
}

.post_view_single .entry-footer .entry-share {
  float: right;
  margin-top: -1px;
}

.post_view_single .author-info {
  margin-top: 40px;
}

.post_view_list {
  margin-bottom: 30px;
  position: relative;
}

.post_view_list.sticky .entry-body:before {
  content: "\e92c";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 30px;
  top: -4px;
  font-size: 28px;
  color: #bd66ff;
  z-index: 2;
}

.post_view_list .entry-body {
  position: relative;
  z-index: 1;
}

.post_view_list .entry-thumbnail-container {
  float: left;
  max-width: 350px;
}

.post_view_list .entry-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 25px 0 0 25px;
  z-index: 1;
}

.post_view_list .entry-thumbnail a {
  display: block;
}

.post_view_list .entry-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.post_view_list .entry-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post_view_list .posts_post__date {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 60px;
  padding: 14px 0 6px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--clr-orange);
  font-size: 16px;
  color: #fff;
}

.post_view_list .posts_post__date a {
  color: #fff;
}

.post_view_list .posts_post__date a:hover {
  text-decoration: none;
}

.post_view_list .posts_post__date a:active,
.post_view_list .posts_post__date a:focus {
  text-decoration: none;
}

.post_view_list .posts_post__date span {
  display: block;
  font-family: "Patrick Hand", sans-serif;
  font-size: 30px;
}

.post_view_list.format-video .entry-thumbnail > a {
  position: relative;
}

.post_view_list.format-video .entry-thumbnail > a:before {
  content: "\e915";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  padding-top: 26px;
  padding-left: 28px;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 126, 255, 0.8);
  color: #fff;
  font-size: 24px;
}

.post_view_list .entry-details-container {
  display: block;
  overflow: hidden;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.post_view_list .entry-details {
  position: relative;
  min-height: 218px;
  padding: 22px 0 49px;
  margin: 0 30px;
  z-index: 3;
  transition: all 0.3s ease;
}

.post_view_list .entry-title {
  margin-bottom: 12px;
  line-height: 30px;
  letter-spacing: 0.2px;
}

.post_view_list .entry-title a {
  color: inherit;
  transition: all 0.3s ease;
}

.post_view_list .entry-title a:hover {
  color: var(--clr-orange);
  text-decoration: none;
}

.post_view_list .entry-title mark {
  padding: 3px 5px 5px;
  background: #006a4e;
  color: #fff;
}

.post_view_list .entry-summary {
  margin-bottom: 16px;
  line-height: 24px;
  font-size: 18px;
}

.post_view_list .entry-summary p {
  line-height: 28px;
  transition: all 0.3s ease;
}

.post_view_list .entry-summary p:last-child {
  margin-bottom: 0;
}

.post_view_list .entry-meta {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  max-width: 320px;
}

.post_view_list .entry-meta-auhtor {
  float: left;
  margin-top: 1px;
  font-size: 16px;
  color: var(--clr-orange);
}

.post_view_list .entry-meta-auhtor span {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 7px;
}

.post_view_list .entry-meta-auhtor a {
  color: #006a4e;
}

.post_view_list .entry-meta-auhtor a:hover {
  text-decoration: none;
  color: var(--clr-orange);
}

.post_view_list .entry-meta-category {
  float: left;
  margin-left: 20px;
}

.post_view_list .entry-meta-category a {
  padding: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  color: #006a4e;
}

.post_view_list .entry-meta-category a:hover {
  text-decoration: none;
  color: var(--clr-orange);
}

.post_view_list .entry-meta-category .stm-icon {
  display: inline-block;
  vertical-align: top;
  margin: 9px 8px 0 0;
  font-size: 15.5px;
  color: var(--clr-orange);
}

.post_view_list.posts_has__thumb .entry-details-container {
  border-radius: 0 25px 25px 0;
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.post_view_list:nth-child(2n) .posts_post__date {
  background-color: #006a4e;
}

.post_view_list:nth-child(3n) .posts_post__date {
  background-color: #95cc47;
}

.post_view_list:nth-child(4n) .posts_post__date {
  background-color: #bd66ff;
}

.post_view_list:nth-child(5n) .posts_post__date {
  background-color: var(--clr-orange);
}

.stm-posts__items-row_view_masonry_box {
  position: relative;
}

.post_view_list-small {
  margin-bottom: 20px;
}

.post_view_list-small .entry-body {
  display: table;
  width: 100%;
}

.post_view_list-small .entry-thumbnail-container {
  display: table-cell;
  vertical-align: top;
}

.post_view_list-small .entry-thumbnail-container .entry-thumbnail {
  width: 77px;
  position: relative;
}

.post_view_list-small .entry-thumbnail-container .entry-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.post_view_list-small .entry-details-container {
  display: table-cell;
  vertical-align: top;
  padding-left: 14px;
}

.post_view_list-small .entry-details-container .posts_post__date {
  margin-bottom: 3px;
  line-height: 12px;
  font-size: 14px;
  color: #999999;
}

.post_view_list-small .entry-details-container .posts_post__date a {
  color: inherit;
}

.post_view_list-small .entry-details-container .posts_post__date a:hover {
  text-decoration: none;
}

.post_view_list-small .entry-details-container .entry-title {
  letter-spacing: 0.2px;
  margin-bottom: 0;
  line-height: 22px;
  font-size: 18px;
  color: #006a4e;
}

.post_view_list-small .entry-details-container .entry-title a {
  color: #006a4e;
}

.post_view_list-small .entry-details-container .entry-title a:hover {
  text-decoration: none;
  color: var(--clr-orange);
}

.post_view_grid {
  position: relative;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.post_view_grid.sticky .entry-thumbnail:before {
  content: "\e92c";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: -4px;
  font-size: 28px;
  color: #ffdd00;
  z-index: 2;
}

.post_view_grid .entry-body {
  position: relative;
  z-index: 1;
}

.post_view_grid .entry-thumbnail {
  display: block;
  position: relative;
  border-radius: 20px;
  box-shadow: 10px 10px 0 rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.post_view_grid .entry-thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 20px;
}

.post_view_grid .entry-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
  border-radius: 20px;
}

.post_view_grid .entry-thumbnail .posts_post__date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: -25px;
  left: 30px;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #006a4e;
  font-size: 12px;
  color: #fff;
}

.post_view_grid .entry-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post_view_grid .posts_post__date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  float: left;
  margin-right: 15px;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: var(--clr-orange);
  font-size: 12px;
  color: #fff;
}

.post_view_grid .posts_post__date a {
  color: #fff;
}

.post_view_grid .posts_post__date a:hover {
  text-decoration: none;
}

.post_view_grid .posts_post__date a:active,
.post_view_grid .posts_post__date a:focus {
  text-decoration: none;
}

.post_view_grid .posts_post__date span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 21px;
}

.post_view_grid.format-video .entry-thumbnail > a {
  position: relative;
}

.post_view_grid.format-video .entry-thumbnail > a:before {
  content: "\e915";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  padding-top: 26px;
  padding-left: 28px;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 126, 255, 0.8);
  color: #fff;
  font-size: 24px;
}

.post_view_grid .entry-details-container {
  display: block;
  border-radius: 25px;
  border: 0;
  background-color: #265a49;
}

.post_view_grid .entry-details {
  position: relative;
  height: 100%;
  padding: 42px 35px 49px;
  z-index: 3;
  transition: all 0.3s ease;
}

.post_view_grid .entry-title {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 30px;
}

.post_view_grid .entry-title a {
  color: #333333;
  transition: all 0.3s ease;
}

.post_view_grid .entry-title a:hover {
  color: rgba(51, 51, 51, 0.8);
  text-decoration: none;
}

.post_view_grid .entry-title mark {
  padding: 3px 5px 5px;
  background: #006a4e;
  color: #fff;
}

.post_view_grid .entry-summary {
  margin-bottom: 16px;
  line-height: 24px;
  font-size: 18px;
}

.post_view_grid .entry-summary p {
  color: #333333;
  transition: all 0.3s ease;
}

.post_view_grid .entry-summary p:last-child {
  margin-bottom: 0;
}

.post_view_grid .entry-meta {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}

.post_view_grid .entry-meta-auhtor {
  float: left;
  margin-top: 1px;
  font-size: 16px;
  color: var(--clr-orange);
}

.post_view_grid .entry-meta-auhtor span {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 7px;
}

.post_view_grid .entry-meta-auhtor a {
  color: #006a4e;
}

.post_view_grid .entry-meta-auhtor a:hover {
  text-decoration: none;
  color: var(--clr-orange);
}

.post_view_grid .entry-meta-category {
  float: right;
}

.post_view_grid .entry-meta-category a {
  padding: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  color: #006a4e;
}

.post_view_grid .entry-meta-category a:hover {
  text-decoration: none;
  color: var(--clr-orange);
}

.post_view_grid .entry-meta-category .stm-icon {
  display: inline-block;
  vertical-align: top;
  margin: 9px 8px 0 0;
  font-size: 15.5px;
  color: var(--clr-orange);
}

.post_view_grid.posts_has__thumb .entry-details-container {
  border-radius: 0 0 25px 25px;
  border-top: 0;
}

.post_view_grid.posts_has__thumb .entry-details .posts_post__date {
  display: none;
}

.col-xs-12:nth-child(2n) .post_view_grid .posts_post__date {
  background-color: #006a4e;
}

.col-xs-12:nth-child(3n) .post_view_grid .posts_post__date {
  background-color: #95cc47;
}

.col-xs-12:nth-child(4n) .post_view_grid .posts_post__date {
  background-color: #bd66ff;
}

.col-xs-12:nth-child(5n) .post_view_grid .posts_post__date {
  background-color: var(--clr-orange);
}

.col-xs-12:nth-child(6n) .post_view_grid .posts_post__date {
  background-color: #006a4e;
}

.paging_view_posts-list {
  float: left;
  width: 100%;
  margin-top: 12px;
}

.classes-box-tabs.vc_tta-tabs .vc_tta-panels .vc_active .vc_tta-panel-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.courses_post__box {
  margin: 0 2px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.courses_post__box .courses_post__thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 25px 25px 0 0;
}

.courses_post__box .courses_post__body_wrap {
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  flex: 1;
}

.courses_post__box .courses_post__body_wrap .courses_post__body {
  display: block;
  padding: 10px 25px;
}

.courses_post__box
  .courses_post__body_wrap
  .courses_post__body
  .courses_post__title {
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-size: 24px;
  color: #006a4e;
}

.courses_post__box
  .courses_post__body_wrap
  .courses_post__body
  .courses_post__title
  a {
  color: #006a4e;
}

.courses_post__box
  .courses_post__body_wrap
  .courses_post__body
  .courses_post__title
  a:hover {
  text-decoration: none;
  color: var(--clr-orange);
}

/* .courses_post__box
  .courses_post__body_wrap
  .courses_post__body
  .courses_post__short_description {
  max-height: 3rem;
  overflow: hidden;
} */

.courses_post__box
  .courses_post__body_wrap
  .courses_post__body
  .courses_post__meta {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  margin-top: 18px;
  margin-bottom: 7px;
}

.courses_post__box
  .courses_post__body_wrap
  .courses_post__body
  .courses_post__meta
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.courses_post__box
  .courses_post__body_wrap
  .courses_post__body
  .courses_post__meta
  ul
  li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  /* width: 33.333333%; */
  width: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 16px;
  color: var(--clr-orange);
}

.courses_post__box
  .courses_post__body_wrap
  .courses_post__body
  .courses_post__meta
  ul
  li
  div {
  margin-bottom: 1px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #808080;
}

.courses_post__box .courses_post__body_wrap .courses_post__link_more {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  padding: 14px 0 18px;
  text-align: center;
  text-decoration: none;
  background-color: var(--clr-orange);
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}

.courses_post__box .courses_post__body_wrap .courses_post__link_more span {
  position: relative;
  z-index: 10;
}

.courses_post__box .courses_post__body_wrap .courses_post__link_more:hover {
  background: var(--clr-orange);
  color: #fff;
}

.courses_post__box:hover .courses_post__body_wrap .courses_post__meta {
  border-top-color: transparent;
}

.courses_post__box:hover .courses_post__link_more {
  bottom: 0;
}

.courses_post__box.courses_post__has_thumbnail .courses_post__body_wrap {
  border: 1px solid #dbdada;
  border-top: 0;
  border-radius: 0 0 25px 25px;
}

.courses_post__meta_table ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 26px 0 26px 0;
  background-color: #006a4e;
  border-radius: 25px;
}

.courses_post__meta_table ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.courses_post__meta_table ul li:first-child {
  padding-left: 30px;
}

.courses_post__meta_table ul li:last-child {
  padding-right: 20px;
}

.courses_post__meta_table ul li .stm-btn_pink.stm-btn_flat:hover {
  background-color: var(--clr-orange);
  border-color: var(--clr-orange);
}

.courses_post__meta_table ul li a {
  color: #fff;
}

.courses_post__meta_table ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.courses_post__meta_table ul li div {
  font-weight: 400;
}

.courses_post__meta_table ul li:last-child {
  width: 170px;
}

.courses_post__meta_table ul li .stm-btn {
  min-width: 100px;
  padding-right: 24px;
  padding-left: 24px;
}

.fancybox-close {
  background: transparent !important;
  top: -28px !important;
  right: -32px !important;
  text-align: center;
  text-decoration: none !important;
}

.fancybox-close:before {
  content: "\e92a";
  font-family: stm-icon;
  font-size: 18px;
  color: var(--clr-orange);
}

.fancybox-close:hover:before {
  color: var(--clr-orange);
}

.fancybox-prev span,
.fancybox-next span {
  position: relative;
  background: transparent !important;
}

.fancybox-prev span:after,
.fancybox-next span:after {
  content: "\e907";
  font-family: stm-icon;
  position: absolute;
  top: 50%;
  right: -42px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: right;
  line-height: 40px;
  font-size: 26px;
  color: var(--clr-orange);
}

.fancybox-prev span:hover:after,
.fancybox-next span:hover:after {
  color: var(--clr-orange);
}

.fancybox-prev span:after {
  content: "\e938";
  left: -42px;
  right: auto;
  text-align: left;
}

.single-stm_course .fancybox-close {
  background: transparent;
  top: 44px !important;
  right: 24px !important;
  text-decoration: none !important;
}

.single-stm_course .fancybox-close:before {
  content: "\e92a";
  font-family: stm-icon;
  font-size: 16px;
  color: #c0c0c0;
}

.single-stm_course .fancybox-skin {
  background: transparent;
}

.single-stm_course .fancybox-opened .fancybox-skin {
  box-shadow: none;
}

.single-stm_course .stm_sign_up_now {
  max-width: 830px;
  margin-top: 20px;
  padding: 36px 50px 50px;
  background-color: #fff;
  border-radius: 30px;
}

.single-stm_course .stm_sign_up_now h3 {
  text-align: center;
  margin-bottom: 24px;
}

.stm-carousel_view_courses .owl-stage {
  display: flex;
}

.stm-carousel_view_courses.owl-carousel .owl-stage-outer {
  z-index: 10;
}

.stm-carousel_view_courses.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -25px;
}

.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-prev,
.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-next {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-left: -80px;
  line-height: 46px;
  text-align: center;
  border: 2px solid var(--clr-orange);
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #006a4e;
  font-size: 0;
}

.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.stm-carousel_view_courses.owl-carousel
  .owl-controls
  .owl-nav
  .owl-next:before {
  content: "\e938";
  font-family: stm-icon;
  margin-right: 3px;
  font-size: 20px;
}

.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  border-color: var(--clr-orange);
  background-color: var(--clr-orange);
  color: #fff;
}

.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-next {
  float: right;
  margin-left: 0;
  margin-right: -80px;
}

.stm-carousel_view_courses.owl-carousel
  .owl-controls
  .owl-nav
  .owl-next:before {
  content: "\e907";
  margin-right: 0;
  margin-left: 3px;
}

.stm-carousel_view_courses.owl-carousel .owl-dots {
  margin-top: 25px;
}

.stm-page-head .breadcrumbs {
  margin-bottom: 43px;
}

.stm-page-head .entry-header {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.stm-page-head .entry-header .entry-title {
  color: #fff;
  margin-bottom: 62px;
}

.stm-page-head .entry-header .entry-date {
  float: left;
  width: 60px;
  height: 60px;
  margin-top: 5px;
  margin-right: 31px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  color: #fff;
}

.stm-page-head .entry-header .entry-date__day {
  padding-top: 11px;
  line-height: 24px;
  font-family: "Patrick Hand", sans-serif;
  font-size: 30px;
}

.stm-page-head .entry-header .entry-meta {
  padding: 0;
  margin: 0 0 0 1px;
}

.stm-page-head .entry-header .entry-meta li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 68px;
  margin-bottom: 6px;
  font-size: 16px;
  color: #fff;
}

.stm-page-head .entry-header .entry-meta li a {
  color: inherit;
}

.stm-page-head .entry-header .entry-meta li a:hover {
  color: var(--clr-orange);
  text-decoration: none;
}

.stm-page-head .entry-header .entry-meta li .stm-icon,
.stm-page-head .entry-header .entry-meta li .fa {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 6px;
}

.stm-posts_list .posts_has__thumb .entry-details-container {
  border-radius: 0 25px 25px 0;
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.stm-posts_list .posts_has__thumb .entry-details .posts_post__date {
  display: none;
}

.post_color_white .post_view_grid .entry-title a {
  color: #fff;
}

.post_color_white .post_view_grid .entry-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.post_color_white .post_view_grid .entry-summary p {
  color: #fff;
}

.stm-event_view_grid {
  margin-bottom: 50px;
}

.stm-event_view_grid .stm-event__body:after {
  content: "";
  display: table;
  clear: both;
}

.stm-event_view_grid .stm-event__left {
  float: left;
  max-width: 225px;
  position: relative;
  border-radius: 25px;
  box-shadow: 10px 10px 0 rgba(255, 255, 255, 0.1);
}

.stm-event_view_grid .stm-event__left img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 25px;
}

.stm-event_view_grid .stm-event__content {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  padding: 24px 0 24px 30px;
}

.stm-event_view_grid.events_post__has_thumbnail .stm-event__content {
  border-left: 0;
  padding: 24px;
  border-radius: 0 25px 25px 0;
  min-height: 225px;
}

.stm-event_view_grid .stm-event__meta {
  margin-bottom: 0;
}

.stm-event_view_grid .stm-event__meta ul {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 2px 10px;
  font-size: 0;
  list-style: none;
  line-height: normal;
  background-color: #fff;
}

.stm-event_view_grid .stm-event__meta li {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  position: relative;
  margin-right: 4px;
  margin-bottom: 2px;
  font-family: "Patrick Hand", sans-serif;
  font-size: 18px;
  color: #006a4e;
}

.stm-event_view_grid .stm-event__meta li > div,
.stm-event_view_grid .stm-event__meta li > span {
  padding-left: 25px;
}

.stm-event_view_grid .stm-event__meta li > div .stm-icon,
.stm-event_view_grid .stm-event__meta li > span .stm-icon {
  font-size: 14px;
  color: #fff;
}

.stm-event_view_grid .stm-event__meta li > div .stm-icon:before,
.stm-event_view_grid .stm-event__meta li > span .stm-icon:before {
  color: #fff;
}

.stm-event_view_grid .stm-event__meta li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.stm-event_view_grid .stm-event__meta li .stm-event__venue {
  letter-spacing: -0.2px;
}

.stm-event_view_grid .stm-event__meta .stm-icon,
.stm-event_view_grid .stm-event__meta .fa {
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  text-align: center;
  color: var(--clr-orange);
}

.stm-event_view_grid .stm-event__time-divider {
  margin: 0 2px;
}

.stm-event_view_grid .stm-event__title {
  line-height: 34px;
  margin-bottom: 15px;
  font-size: 30px;
}

.stm-event_view_grid .stm-event__title a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.stm-event_view_grid .stm-event__title a:hover {
  color: rgba(51, 51, 51, 0.8);
  text-decoration: none;
}

.stm-event_view_grid .stm-event__excerpt {
  color: #333333;
}

.stm-event_view_grid .stm-event__summary {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}

.stm-event_view_grid .stm-event__summary p {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.event-entry-summary {
  margin-top: -7px;
  margin-bottom: 32px;
  font-weight: 700;
  color: #595959;
}

.event-entry-summary p {
  line-height: 28px;
}

.event-info_table {
  background: #006a4e;
  border: 2px solid#006a4e;
  border-radius: 25px;
}

.event-info_table > ul {
  padding: 18px 10px 17px 10px;
  list-style: none;
  margin-bottom: 0;
}

.event-info_table > ul:after {
  content: "";
  display: table;
  clear: both;
}

.event-info_table > ul > li {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  color: #006a4e;
}

.event-info_table > ul ul li {
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-info_table .event-info__title {
  margin-bottom: 1px;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 28px;
  color: #fff;
}

.event-info_table .event-info__datetime {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.event-info_table .event-info__datetime li {
  font-size: 16px;
  margin-bottom: 2px;
  line-height: 26px;
  color: #fff;
}

.event-info_table .event-info__datetime .stm-icon,
.event-info_table .event-info__datetime .fa {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10px;
  color: var(--clr-orange);
}

.event-info_table .event-info__venue {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.event-info_table .event-info__tel,
.event-info_table .event-info__email {
  position: relative;
  padding: 0px;
  list-style: none;
  margin-bottom: 0;
}

.event-info_table .event-info__tel i,
.event-info_table .event-info__email i {
  margin-right: 10px;
  color: var(--clr-orange);
}

.event-info_table .event-info__tel a,
.event-info_table .event-info__email a {
  color: #fff;
}

.event-info_table .event-info__tel > li,
.event-info_table .event-info__email > li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 2px;
}

.post_view_single.stm_event .entry-header {
  margin-bottom: 15px;
}

.post_view_single.stm_event .entry-header .entry-meta {
  border-bottom: none;
  padding-bottom: 0;
}

.post_view_single.stm_event .entry-header__heading {
  padding-left: 0;
}

.post_view_single.stm_event .event-info_table {
  margin-bottom: 31px;
}

.join-event {
  padding-top: 45px;
}

.join-event .form__submit:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  transition: all 0.3s ease;
  margin-right: 19px;
  font-size: 18px;
  color: var(--clr-orange);
}

.join-event .form__submit:hover:before {
  color: #fff;
}

.join-event .form__submit:active:before {
  color: #fff;
}

.form_join-event input[type="text"],
.form_join-event textarea {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.3s ease;
}

.form_join-event input[type="text"]:focus,
.form_join-event textarea:focus {
  border-color: #006a4e;
}

.form_join-event input[type="text"].error,
.form_join-event textarea.error {
  border-color: #ff0000;
}

.form_join-event input[type="text"] {
  padding: 13px 20px;
}

.form_join-event textarea {
  height: 210px;
  padding: 12px 20px;
  resize: none;
}

.form_join-event .form__loading {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.form_join-event .form__loading_state_active {
  visibility: visible;
  opacity: 1;
}

.form_join-event .form__notice {
  display: none;
  margin-top: 30px;
}

.events__small_box .stm-event__left {
  max-width: 130px;
}

.events__small_box .stm-event__content {
  padding: 10px 10px 0 10px;
  min-height: 130px !important;
}

.events__small_box .stm-event__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.events__small_box .stm-event__meta {
  margin-bottom: 0;
}

.events__small_box .stm-event__meta li {
  font-size: 14px;
}

.events__small_box .stm-event__meta li:last-child {
  margin-bottom: 0;
}

.addtocalendar {
  position: relative;
  float: right;
}

.addtocalendar var {
  display: none;
}

.addtocalendar .atcb-link {
  display: none;
  visibility: hidden;
}

.addtocalendar .stm-btn {
  cursor: pointer;
}

.addtocalendar .stm-btn.stm-btn-active {
  background-color: #ff6682 !important;
  color: #56509f !important;
}

.addtocalendar .atcb-list {
  background: #fff;
  color: #000;
  width: 100%;
  margin-top: 1px;
  padding: 10px 20px;
  display: none;
  border: 0;
  background-color: #ff6682;
  border-radius: 15px;
  text-align: left;
  list-style: none;
  position: absolute;
  font-size: 14px;
  top: 100%;
  left: 0;
  z-index: 900;
}

.addtocalendar .atcb-list a {
  color: #ffffff;
}

.events_color_white .stm-event_view_grid .stm-event__title a {
  color: #fff;
}

.events_color_white .stm-event_view_grid .stm-event__title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.events_color_white .stm-event_view_grid .stm-event__excerpt {
  color: #fff;
}

.donation-info {
  padding: 22px 38px 25px 38px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 25px;
  border: 2px solid var(--clr-orange);
}

.donation-info__heading {
  margin-bottom: 14px;
}

.donation-info__heading:after {
  content: "";
  display: table;
  clear: both;
}

.donation-info__donated {
  float: left;
  font-size: 13px;
  font-weight: 700;
  color: #808080;
  text-transform: uppercase;
}

.donation-info__time {
  float: right;
  font-size: 14px;
  color: #999;
}

.donation-info__progress {
  height: 4px;
  background: #f0f0f0;
  margin-bottom: 25px;
}

.donation-info__progress-bar {
  position: relative;
  height: 4px;
  background: #006a4e;
}

.donation-info__progress-bar:before {
  content: "";
  width: 4px;
  height: 16px;
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--clr-orange);
}

.donation-info__footer {
  display: table;
  width: 100%;
}

.donation-info__footer-col {
  display: table-cell;
  vertical-align: middle;
}

.donation-info__footer-col_large {
  width: 100%;
}

.donation-info__stats:after {
  content: "";
  display: table;
  clear: both;
}

.donation-info__stats {
  margin-left: -30px;
}

.donation-info__stats-item {
  float: left;
  width: 20%;
  text-align: center;
}

.donation-info__stats-val {
  font-size: 20px;
  line-height: 22px;
  color: var(--clr-orange);
}

.donation-info__stats-label {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #595959;
}

.donation-info__action {
  white-space: nowrap;
}

.donation-info__action .stm-btn {
  min-width: 180px;
}

.stm-donation_view_grid {
  margin-bottom: 40px;
}

.vc_tta-panel-body .stm-donation_view_grid {
  margin-bottom: 25px;
}

.stm-donation_view_grid .stm-donation__thumbnail {
  position: relative;
  z-index: 1;
}

.stm-donation_view_grid .stm-donation__thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 25px 25px 0 0;
}

.stm-donation_view_grid .stm-donation__body {
  position: relative;
  z-index: 2;
}

.stm-donation_view_grid .stm-donation__content {
  background: #fff;
  padding: 19px 30px 11px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 25px 25px;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.stm-donation_view_grid .stm-donation__title {
  height: 60px;
  overflow: hidden;
  margin-bottom: 11px;
  line-height: 28px;
}

.stm-donation_view_grid .stm-donation__title a {
  color: #006a4e;
  transition: all 0.3s ease;
}

.stm-donation_view_grid .stm-donation__title a:hover {
  color: var(--clr-orange);
  text-decoration: none;
}

.stm-donation_view_grid .stm-donation__donated {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--clr-orange);
  text-transform: uppercase;
  line-height: 11px;
}

.stm-donation_view_grid .stm-donation__progress {
  height: 4px;
  margin-bottom: 24px;
  background: #f0f0f0;
}

.stm-donation_view_grid .stm-donation__progress-bar {
  height: 4px;
  background: #006a4e;
  position: relative;
}

.stm-donation_view_grid .stm-donation__progress-bar:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  height: 16px;
  width: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--clr-orange);
}

.stm-donation_view_grid .stm-donation__time {
  font-size: 16px;
  line-height: 11px;
  color: var(--clr-orange);
}

.stm-donation_view_grid .stm-donation__action {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  padding: 14px 0 18px;
  text-align: center;
  text-decoration: none;
  background-color: var(--clr-orange);
  font-weight: 700;
  font-size: 18px;
  color: #006a4e;
}

.stm-donation_view_grid .stm-donation__action a {
  text-decoration: none;
  position: relative;
  z-index: 10;
  color: inherit;
}

.stm-donation_view_grid .stm-donation__action:hover {
  background-color: var(--clr-orange);
}

.stm-donation_view_grid .stm-donation__action:hover a {
  color: #fff;
}

.stm-donation_view_grid .donation_post__meta {
  padding: 6px 0 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #dedede;
}

.stm-donation_view_grid .donation_post__meta li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  margin-right: -4px;
  text-align: center;
  font-size: 14px;
  color: #808080;
}

.stm-donation_view_grid .donation_post__meta li .donation_post__meta_title {
  letter-spacing: 1px;
  font-weight: 600;
}

.stm-donation_view_grid:hover .donation_post__meta {
  border-top-color: transparent;
}

.stm-donation_view_grid:hover .stm-donation__action {
  bottom: 0;
}

.post_view_single.stm_donation .entry-title {
  margin-bottom: 37px;
}

.post_view_single.stm_donation .entry-footer {
  margin-bottom: 30px;
}

.post_view_single.stm_donation .entry-footer .entry-share {
  float: none;
}

.modal_donation .modal-dialog {
  width: 640px;
}

.modal_donation .modal-content {
  border-radius: 25px;
}

.modal_donation .modal-header {
  position: relative;
  padding: 33px 50px 27.7px 50px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border: none;
  min-height: 0;
  background: var(--clr-orange);
}

.modal_donation .modal-header .close {
  position: absolute;
  top: 21px;
  right: 27px;
  margin: 0;
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease;
}

.modal_donation .modal-header .close:before {
  content: "\e92a";
  font-family: stm-icon;
  font-size: 16px;
}

.modal_donation .modal-header .close span {
  display: none;
}

.modal_donation .modal-header .close:hover {
  color: var(--clr-orange);
}

.modal_donation .modal-title {
  margin: 0;
  color: #fff;
}

.modal_donation .modal-title small {
  display: block;
  margin-bottom: 8px;
  color: inherit;
}

.modal_donation .modal-body {
  padding: 0 50px 50px;
}

.form_donation .form__amount {
  padding: 46px 0 36px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}

.form_donation .form__amount:after {
  content: "";
  display: table;
  clear: both;
}

.form_donation .form__amount-title {
  float: left;
  width: 29.368029739777%;
  padding-right: 15px;
  margin-top: -7px;
  line-height: 26px;
  color: #595959;
}

.form_donation .form__amount-values {
  float: left;
  width: 380px;
  font-size: 0;
}

.form_donation .form__amount-value {
  display: none;
}

.form_donation .form__amount-label {
  height: 40px;
  min-width: 60px;
  margin: 0 10px 0 0;
  border: 2px solid#006a4e;
  line-height: 36px;
  font-size: 16px;
  color: #011b3a;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form_donation .form__amount-label:hover,
.form_donation .form__amount-label.active {
  background: #006a4e;
  color: #fff;
}

.form_donation .form__amount-value-custom {
  display: inline-block;
  width: 170px;
  height: 40px;
  padding: 0 15px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  vertical-align: top;
  font-size: 16px;
  color: #011b3a;
  transition: all 0.3s ease;
}

.form_donation .form__amount-value-custom:focus {
  border-color: #006a4e;
}

.form_donation .form__fields input[type="text"],
.form_donation .form__fields textarea {
  margin-bottom: 30px;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  box-shadow: none;
  border-radius: 25px;
  font-size: 16px;
  color: #011b3a;
  transition: all 0.3s ease;
}

.form_donation .form__fields input[type="text"]:focus,
.form_donation .form__fields textarea:focus {
  border-color: #006a4e;
}

.form_donation .form__fields input[type="text"] {
  height: 50px;
  padding: 0 20px;
}

.form_donation .form__fields input[type="text"].error {
  border-color: #ff0000;
}

.form_donation .form__fields textarea {
  height: 130px;
  padding: 13px 20px;
  line-height: 22px;
  resize: none;
}

.form_donation .form__item {
  position: relative;
}

.form_donation .form__item .form-error {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 13px;
  color: #ff0000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form_donation .form__item .form-error.active {
  visibility: visible;
  opacity: 1;
}

.form_donation .form__action {
  margin: 0;
}

.form_donation .form__action .stm-btn {
  width: 100%;
  max-width: 215px;
  vertical-align: middle;
  background-color: var(--clr-orange);
  border-color: var(--clr-orange);
  color: #fff;
}

.form_donation .form__action .stm-btn:before {
  content: "\f0d6";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 12px;
  font-size: 20px;
  color: var(--clr-orange);
}

.form_donation .form__action .stm-btn:hover {
  background-color: transparent;
  color: #006a4e;
}

.form_donation .form__action .stm-btn:hover:before {
  color: #006a4e;
}

.form_donation .form__action .stm-btn i {
  display: none;
}

.form_donation .form__action-loading {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.form_donation .form__action-loading_state_loading {
  visibility: visible;
  opacity: 1;
}

.notice {
  position: relative;
  padding: 24px 68px 24px 30px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  line-height: 30px;
}

.notice__hide {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 28px;
  color: rgba(3, 3, 3, 0.25);
  cursor: pointer;
}

.notice_information {
  border-color: #006a4e;
  color: #006a4e;
}

.notice_success {
  border-color: #95cc47;
  color: #95cc47;
}

.error404,
.page-template-404 {
  height: 100%;
}

.error404 #wrapper,
.page-template-404 #wrapper {
  height: 100%;
}

.error404 .header-holder,
.error404 .footer,
.page-template-404 .header-holder,
.page-template-404 .footer {
  display: none;
}

.error404 .logo_box,
.page-template-404 .logo_box {
  float: left;
  width: 100%;
  margin-bottom: 70px;
}

.error404 .content,
.page-template-404 .content {
  height: 100%;
  padding-top: 51px;
  background-image: url("../../img/tmp/bg-404-kin.jpg");
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.error404 .content:after,
.page-template-404 .content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}

.error404 .content .main,
.page-template-404 .content .main {
  position: relative;
  z-index: 1;
}

.error404 h1,
.page-template-404 h1 {
  margin-bottom: 25px;
  line-height: 54px;
  color: #fff;
}

.error404 p,
.page-template-404 p {
  font-size: 16px;
  color: #fff;
}

.error404 .stm-btn_md,
.page-template-404 .stm-btn_md {
  min-width: 160px;
  border-color: #fff;
  color: #fff;
}

.error404 .stm-btn_md:hover,
.page-template-404 .stm-btn_md:hover {
  background-color: #006a4e;
  border-color: #006a4e;
}

.error404 .footer,
.page-template-404 .footer {
  background: transparent;
}

#frontend_customizer {
  position: fixed;
  top: 50%;
  left: -233px;
  width: 233px;
  background: #006a4e;
  z-index: 999;
  color: #ffffff;
  margin: -234px 0 0;
  transition: all 0.5s ease;
}

#frontend_customizer.open {
  left: 0;
}

#frontend_customizer_button {
  position: absolute;
  right: -43px;
  top: 50%;
  margin: -20px 0 0 0;
  width: 43px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 38px;
  background: #006a4e;
  transition: all 0.2s linear;
}

#frontend_customizer_button:hover {
  background: var(--clr-orange) !important;
  color: #fff;
}

#frontend_customizer_button:hover:before {
  border-right-color: #353535 !important;
}

#frontend_customizer .customizer_wrapper {
  padding: 30px;
  height: 100%;
  overflow-y: auto;
  transition: all 0.5s ease;
}

#frontend_customizer h3 {
  font-size: 14px;
  color: #fff;
  font-family: "Patrick Hand", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
}

#frontend_customizer h3:after {
  display: none;
}

#frontend_customizer h3:before {
  display: none;
}

#frontend_customizer .customizer_element {
  margin: 0 0 10px;
}

#frontend_customizer select {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  outline: none !important;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  color: #767676;
  font-family: "Open Sans", Arial, sans-serif;
  border: none;
  box-shadow: none;
}

.stm_switcher {
  position: relative;
  padding: 5px 0 0;
  cursor: pointer;
  margin: 0 0 20px;
}

.stm_switcher > * {
  display: inline-block;
  vertical-align: middle;
}

.stm_switcher .switcher_nav {
  position: relative;
  width: 42px;
  height: 24px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 30px;
  margin: 0 13px;
}

.stm_switcher .switcher_nav:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 100%;
}

.stm_switcher.active .switcher_nav:before {
  left: auto;
  right: 3px;
}

.stm_switcher .switcher_label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.stm_switcher .switcher_label.disable,
.stm_switcher.active .switcher_label.enable {
  color: #ffffff;
}

.stm_switcher .switcher_label:first-child {
  width: 55px;
  text-align: right;
}

.stm_switcher.active .switcher_label.disable {
  color: rgba(255, 255, 255, 0.5);
}

.customizer_colors {
  position: relative;
  margin: 0 -10px;
  text-align: center;
}

.customizer_colors span {
  margin: 0 5px 10px;
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 31px;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.customizer_colors #skin-green {
  background-image: url("../../img/frontend-customizer/preview-kindergarten-two-color-1.png");
}

.customizer_colors #skin-orange {
  background-image: url("../../img/frontend-customizer/preview-kindergarten-two-color-2.png");
}

.customizer_colors #skin-purple {
  background-image: url("../../img/frontend-customizer/preview-kindergarten-two-color-3.png");
}

.customizer_colors #skin-red {
  background-image: url("../../img/frontend-customizer/preview-kindergarten-two-color-4.png");
}

.customizer_colors span.active {
  background-position: 50% 100%;
}

.gallery {
  margin: 0 -15px;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery .gallery-item {
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}

.gallery .gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gallery .gallery-item .gallery-icon {
  margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
  float: none;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  clear: both;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  clear: both;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
  clear: both;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  clear: both;
}

.gallery-columns-6 .gallery-item {
  width: 16.66666666666667%;
}

.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
  clear: both;
}

.gallery-columns-7 .gallery-item {
  width: 14.28571428571429%;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
  clear: both;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
  clear: both;
}

.gallery-columns-9 .gallery-item {
  width: 11.11111111111111%;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: both;
}

.gallery-columns-10 .gallery-item {
  width: 10%;
}

.gallery-columns-10 .gallery-item:nth-child(10n + 1) {
  clear: both;
}

.gallery-caption {
  color: #595959;
  display: block;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.stm-title {
  margin-bottom: 34px;
}

.stm-title_sep_left,
.stm-title_sep_right {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.stm-title_sep_left .stm-separator__line,
.stm-title_sep_right .stm-separator__line {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.stm-title_sep_right .stm-separator__line {
  margin-right: -100%;
  margin-left: 15px;
}

.stm-title_sep_left .stm-separator__line {
  margin-left: -100%;
  margin-right: 15px;
}

.stm-separator_type_title.stm-separator_has_subtitle {
  margin-bottom: 41px;
}

.stm-separator_type_title .stm-separator__line {
  background: var(--clr-orange);
  width: 60px;
  height: 2px;
}

.stm-separator_type_title .stm-separator__line.stm-border-b_color_lilac {
  background: #006a4e;
  border-color: #006a4e;
}

.stm-separator_type_title .stm-separator__line.stm-border-b_color_pink {
  background: var(--clr-orange);
  border-color: var(--clr-orange);
}

.stm-separator_type_title .stm-separator__line.stm-border-b_color_yellow {
  background: var(--clr-orange);
  border-color: var(--clr-orange);
}

.stm-subtitle {
  margin-bottom: 37px;
  font-size: 20px;
  line-height: 30px;
}

.stm-slider {
  padding-bottom: 38px;
}

.stm-slider .owl-controls {
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 100%;
}

.stm-slider .owl-nav .owl-next,
.stm-slider .owl-nav .owl-prev {
  display: inline-block;
  position: relative;
  margin: 0 -0.75px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid#006a4e;
  font-family: "Arial";
  color: #011b3a;
  text-align: center;
  line-height: 46px;
  transition: all 0.3s ease;
}

.stm-slider .owl-nav .owl-next:hover,
.stm-slider .owl-nav .owl-prev:hover {
  background: #006a4e;
  color: #fff;
}

.stm-slider .owl-dots .owl-dot span {
  background: rgba(128, 128, 128, 0.5);
}

.stm-slider .owl-dots .owl-dot span:hover,
.stm-slider .owl-dots .owl-dot span:after,
.stm-slider .owl-dots .owl-dot span:active {
  background-color: var(--clr-orange);
}

.stm-slider .owl-dots .owl-dot.active span {
  background: var(--clr-orange);
}

.stm-slider.buttons_on_slider .owl-controls {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 100%;
}

.stm-slider.buttons_on_slider .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}

.stm-slider.buttons_on_slider .owl-dots .owl-dot span:hover,
.stm-slider.buttons_on_slider .owl-dots .owl-dot span:after,
.stm-slider.buttons_on_slider .owl-dots .owl-dot span:active {
  background-color: #fff;
}

.stm-slider.buttons_on_slider .owl-dots .owl-dot.active span {
  background: var(--clr-orange);
}

.stm-slider__item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-slider__item img {
  border-radius: 25px;
}

.stm-slider__video_has_poster {
  position: relative;
}

.stm-slider__video_has_poster .stm-slider__video-poster {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.stm-slider__video_has_poster .stm-slider__video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  padding-top: 27px;
  padding-left: 30px;
  margin: auto;
  background: rgba(149, 204, 71, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  z-index: 3;
  transition: all 0.3s ease;
}

.stm-slider__video_has_poster .stm-slider__video-play:hover {
  background: #006a4e;
}

.stm-slider__video_has_poster .stm-slider__video-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.stm-slider__video_has_poster .stm-slider__video-poster_state_hidden {
  visibility: hidden;
  opacity: 0;
}

.stm-separator {
  margin-bottom: 41px;
}

.stm-separator_short {
  width: 60px;
}

.stm-separator__line {
  border-bottom: 2px solid #95cc47;
}

.stm-separator__line-holder {
  display: table-cell;
  width: 49%;
  vertical-align: middle;
}

.stm-separator__line-holder .stm-separator__line {
  width: 100%;
}

.stm-separator_has_item .stm-separator__item {
  display: table-cell;
  width: 1%;
  padding: 0 20px;
  white-space: nowrap;
  vertical-align: middle;
}

.stm-separator__item_type_text {
  font-weight: 600;
  font-size: 14px;
}

.stm-cta {
  position: relative;
  z-index: 92;
}

.stm-cta__content {
  display: table;
  width: 100%;
}

.stm-cta__image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.stm-cta__action {
  display: table-cell;
  width: 1000px;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 9px;
}

.stm-cta__action-title {
  margin: 0 0 19px 0;
  font-weight: 300;
  color: #fff;
}

.stm-cta__action-body {
  display: table;
  width: 100%;
}

.stm-cta__action-descr {
  display: table-cell;
  width: 10000px;
  padding-right: 90px;
  color: #fff;
}

.stm-cta__action-descr p {
  line-height: 30px;
  color: inherit;
}

.stm-cta__action-descr p:last-child {
  margin-bottom: 0;
}

.stm-cta__action-btn {
  display: table-cell;
  vertical-align: top;
  padding-top: 14px;
}

.stm-cta__action-btn .stm-icon {
  transition: all 0.3s ease;
}

.stm-cta__action-btn .stm-btn__icon {
  margin-top: 1px;
  font-size: 6px;
}

.stm-tab_meal .stm-tab__pane-action_deal {
  margin-top: 20px;
}

.stm-stats_counter.stm-stats_icon_left .stm-stats__icon {
  float: left;
  font-size: 67px;
  color: var(--clr-orange);
}

.stm-stats_counter.stm-stats_icon_left .stm-stats__content {
  overflow: hidden;
  padding-left: 35px;
}

.stm-stats_counter.stm-stats_icon_center .stm-stats__icon {
  display: block;
  text-align: center;
  font-size: 67px;
  color: var(--clr-orange);
}

.stm-stats_counter.stm-stats_icon_center .stm-stats__content {
  text-align: center;
}

.stm-stats_counter.stm-stats_icon_center .stats__value-number {
  display: block;
  margin-bottom: 10px;
}

.stm-stats_counter .stm-stats__value {
  margin-top: -6px;
  margin-bottom: -8px;
  font-family: "Patrick Hand", sans-serif;
  color: #006a4e;
  font-size: 90px;
  font-weight: 400;
}

.stm-stats_counter .stats__value-number {
  line-height: 1;
  color: white;
}

.stm-stats_counter .stm-stats__descr {
  line-height: 24px;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-size: 18px;
  color: #bd66ff;
}

.stm-stats__icon svg path {
  stroke: inherit !important;
}

.stm_countdown {
  position: relative;
  padding-bottom: 37px;
  display: inline-block;
  vertical-align: top;
}

.stm_countdown .countDiv {
  display: block;
  float: left;
  width: 30px;
  height: 104px;
  position: relative;
  opacity: 1;
}

.stm_countdown .countDiv.flash {
  opacity: 0;
}

.stm_countdown .position {
  position: relative;
  display: block;
  width: 36px;
  height: 98px;
  float: left;
  color: #fff;
  margin-top: 16px;
  font-family: "Patrick Hand", sans-serif;
  font-size: 90px;
  line-height: 98px;
  z-index: 11;
}

.stm_countdown .position.first {
  margin-left: 20px;
}

.stm_countdown .position .digit {
  position: absolute;
  width: 36px;
  height: 98px;
  line-height: 98px;
  top: 0;
  left: 0;
}

.stm_countdown .countDays,
.stm_countdown .countHours,
.stm_countdown .countMinutes,
.stm_countdown .countSeconds {
  position: relative;
  display: block;
  width: 120px;
  height: 160px;
  text-align: center;
  float: left;
  border: 2px solid var(--clr-orange);
  border-radius: 25px;
}

.stm_countdown .countdown_label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0 8px;
  text-transform: lowercase;
  border-top: 1px solid var(--clr-orange);
  text-align: center;
  font-weight: 600;
  color: var(--clr-orange) !important;
}

@media (max-width: 767px) {
  .stm_countdown .countDays,
  .stm_countdown .countHours,
  .stm_countdown .countMinutes,
  .stm_countdown .countSeconds {
    width: 100px;
    height: 140px;
  }

  .stm_countdown .countDays .position,
  .stm_countdown .countHours .position,
  .stm_countdown .countMinutes .position,
  .stm_countdown .countSeconds .position {
    width: 26px;
    height: 88px;
    margin-top: 6px;
    font-size: 50px;
  }
}

@media (max-width: 529px) {
  .stm_countdown .countDiv {
    display: none !important;
  }

  .stm_countdown .countDiv.countDivHours {
    float: left;
    width: 100%;
    height: 20px;
    display: block !important;
  }

  .stm_countdown .countDays,
  .stm_countdown .countHours,
  .stm_countdown .countMinutes,
  .stm_countdown .countSeconds {
    margin: 0 10px;
  }

  .stm_countdown.countdownHolder {
    max-width: 240px;
    margin: 0 auto;
  }
}

.stm-carousel_type_testimonials {
  margin-bottom: 60px;
}

.stm-carousel_type_testimonials .stm-testimonial {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-carousel_type_testimonials.owl-loaded .stm-testimonial {
  position: relative;
  opacity: 1;
}

.stm-carousel_type_testimonials .owl-controls {
  padding-top: 21px;
}

.stm-carousel_type_testimonials .owl-controls .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -25px;
}

.stm-carousel_type_testimonials .owl-controls .owl-nav > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid#006a4e;
  color: #006a4e;
}

.stm-carousel_type_testimonials .owl-controls .owl-nav > div:hover {
  border-color: var(--clr-orange);
  color: var(--clr-orange);
}

.stm-carousel_type_testimonials .owl-controls .owl-nav > div.owl-prev {
  margin-left: -100px;
}

.stm-carousel_type_testimonials .owl-controls .owl-nav > div.owl-next {
  margin-left: auto;
  margin-right: -100px;
}

.stm-carousel_type_testimonials .owl-controls .owl-dots {
  text-align: center;
}

.stm-carousel_type_testimonials.stm-carousel_dots_blue .owl-controls .owl-dot {
  margin: 0 5px;
}

.stm-carousel_type_testimonials.stm-carousel_dots_blue
  .owl-controls
  .owl-dot
  span {
  width: 12px;
  height: 12px;
  background: rgba(0, 126, 255, 0.3);
}

.stm-carousel_type_testimonials.stm-carousel_dots_blue
  .owl-controls
  .owl-dot.active
  span {
  background: #006a4e;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.stm-carousel_type_testimonials.stm-carousel_dots_orange
  .owl-controls
  .owl-dot
  span {
  width: 12px;
  height: 12px;
  background: rgba(254, 166, 51, 0.3);
}

.stm-carousel_type_testimonials.stm-carousel_dots_orange
  .owl-controls
  .owl-dot.active
  span {
  background: var(--clr-orange);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.stm-carousel_type_testimonials.stm-testimonials__has_thumb .owl-controls {
  padding-top: 21px;
}

.stm-carousel_type_testimonials.stm-testimonials__has_thumb
  .owl-controls
  .owl-dots {
  text-align: left;
  padding-left: 266px;
}

.stm-testimonial__avatar {
  padding-top: 13px;
}

.stm-testimonial__avatar img {
  display: block;
  height: auto !important;
  width: auto !important;
  border-radius: 50%;
}

.stm-testimonial_style_1 {
  display: flex;
}

.stm-testimonial_style_1 .stm-testimonial__avatar {
  display: inline-block;
  vertical-align: top;
  width: 125px;
  padding-right: 25px;
  vertical-align: top;
}

.stm-testimonial_style_1 .stm-testimonial__content {
  display: table-cell;
  vertical-align: top;
  padding-top: 16px;
  padding-right: 50px;
  position: relative;
}

.stm-testimonial_style_1 .stm-testimonial__text {
  margin-bottom: 20px;
  position: relative;
}

.stm-testimonial_style_1 .stm-testimonial__text p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.stm-testimonial_style_1 .stm-testimonial__text p:last-child {
  margin-bottom: 0;
}

.stm-testimonial_style_1 .stm-testimonial__author {
  margin-bottom: 20px;
  font-family: "Patrick Hand", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.stm-testimonial_style_1.stm-testimonial_color_dark-blue
  .stm-testimonial__text
  p,
.stm-testimonial_style_1.stm-testimonial_color_dark-blue
  .stm-testimonial__text {
  color: #011b3a;
}

.stm-testimonial_style_1.stm-testimonial_color_dark-blue
  .stm-testimonial__author
  b,
.stm-testimonial_style_1.stm-testimonial_color_dark-blue
  .stm-testimonial__author
  strong,
.stm-testimonial_style_1.stm-testimonial_color_dark-blue
  .stm-testimonial__author {
  color: #595959;
}

.stm-blockquote__content {
  display: table;
}

.stm-blockquote__avatar {
  display: table-cell;
}

.stm-blockquote__body {
  display: table-cell;
  width: 10000px;
  vertical-align: middle;
}

.stm-blockquote_avatar_left .stm-blockquote__body {
  padding-left: 65px;
}

.leave_review__button a {
  display: block;
  padding: 10px 25px 12px 29px;
  border: 2px solid #ac40ff;
  border-radius: 25px;
}

.leave_review__button a .review_icon {
  float: right;
  margin-top: 4px;
  font-size: 35px;
  color: #56509f;
}

.leave_review__button a .button_title {
  display: block;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
  color: #56509f;
}

.leave_review__button a .button_sub_title {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #808080;
}

.leave_review__button a:hover,
.leave_review__button a:focus {
  text-decoration: none;
  background-color: #ac40ff;
}

.leave_review__button a:hover span,
.leave_review__button a:focus span {
  color: #fff;
}

.leave_review__form {
  max-width: 830px;
  padding: 36px 50px 50px;
  background-color: #fff;
  border-radius: 30px;
}

.leave_review__form h3 {
  text-align: center;
  margin-bottom: 24px;
}

.stm_wp_custom-menu {
  max-width: 255px;
  width: 100%;
}

.stm_wp_custom-menu .menu {
  padding: 25px 0;
  border: 2px solid var(--clr-orange);
  border-radius: 25px;
  background: #fff;
  list-style: none;
  margin-bottom: 0;
}

.stm_wp_custom-menu .menu-item {
  font-size: 14px;
}

.stm_wp_custom-menu .menu-item > h4 {
  margin-top: -12px;
  margin-left: 33px;
  margin-bottom: 7px;
}

.stm_wp_custom-menu .menu-item > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: var(--clr-orange);
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 20px;
  margin: 8px 15px 8px 33px;
}

.stm_wp_custom-menu .menu-item > a:before {
  content: "›";
  font-family: "Times New Roman";
  position: absolute;
  left: -3px;
  top: -1px;
  color: #56509f;
}

.stm_wp_custom-menu .menu-item > a:hover {
  text-decoration: none;
  color: #006a4e;
}

.stm_wp_custom-menu .menu-item > a:focus {
  text-decoration: none;
}

.stm_wp_custom-menu .current-menu-item:hover a,
.stm_wp_custom-menu .current-menu-item > a {
  background: rgba(1, 27, 58, 0.1);
  cursor: default;
}

.stm_wp_custom-menu .current-menu-item:hover a:before,
.stm_wp_custom-menu .current-menu-item > a:before {
  visibility: visible;
  opacity: 1;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title {
  font-size: 15px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-heading {
  border-width: 2px;
  border-style: solid;
  border-radius: 15px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-title {
  letter-spacing: 0.2px;
  font-weight: 600;
  font-size: 18px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-title > a {
  line-height: 24px;
  padding-top: 9px;
  padding-bottom: 13px;
}

.vc_tta.vc_tta-accordion_style_outline
  .vc_tta-panel
  .vc_tta-panel-title
  .vc_tta-icon {
  min-width: 25px;
  float: left;
  line-height: inherit;
}

.vc_tta.vc_tta-accordion_style_outline
  .vc_tta-panel
  .vc_tta-title-text:not(:empty):not(:first-child) {
  display: block;
  padding-left: 5px;
  margin-left: 0;
  overflow: hidden;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-controls-icon {
  width: 10px;
  height: 10px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-body {
  padding: 13px 20px 16px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-body p {
  line-height: 26px;
  letter-spacing: -0.3px;
}

.vc_tta.vc_tta-accordion_style_outline
  .vc_tta-panel.vc_active
  .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  margin-top: -2px;
  margin-right: 4px;
}

.vc_tta.vc_tta-accordion_style_outline
  .vc_tta-panel.vc_active
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.vc_tta.vc_tta-accordion_style_outline
  .vc_tta-panel.vc_active
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  display: block;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-panel-title {
  letter-spacing: 0.2px;
  font-weight: 600;
  font-size: 18px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  color: #011b3a;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  border-color: #006a4e;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-color: #006a4e;
  background: #fff;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-icon {
  color: #95cc47;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel
  .vc_tta-panel-heading:hover
  .vc_tta-panel-title
  > a {
  color: #006a4e;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background: #fff;
  border-bottom: none;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading:after {
  content: "";
  display: block;
  border-bottom: 1px solid #dedede;
  margin: 0 20px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
  border-color: #011b3a;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading:hover {
  background: #fff;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading:hover
  .vc_tta-panel-title
  > a {
  color: #011b3a;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  border-color: #006a4e;
  background: #fff;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel
  .vc_tta-panel-title {
  letter-spacing: 0.2px;
  font-weight: 600;
  font-size: 18px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  color: #006a4e;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel
  .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  border-color: var(--clr-orange);
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-color: var(--clr-orange);
  background: #fff;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-icon {
  font-size: 16px;
  color: var(--clr-orange);
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel
  .vc_tta-panel-heading:hover
  .vc_tta-panel-title
  > a {
  color: var(--clr-orange);
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background: #fff;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading:after {
  content: "";
  display: block;
  border-bottom: 1px solid #dedede;
  margin: 0 20px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-panel-title
  > a {
  color: var(--clr-orange);
  padding-bottom: 11px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-icon {
  font-size: 16px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
  border-color: var(--clr-orange);
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading:hover {
  background: #fff;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading:hover
  .vc_tta-panel-title
  > a {
  color: var(--clr-orange);
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  border-color: var(--clr-orange);
  background: #fff;
  border-radius: 0 0 15px 15px;
}

.stm-tabs__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0;
  text-align: center;
}

.stm-tabs__list-item {
  display: inline-block;
  font-size: 18px;
}

.stm-tabs__item-link {
  display: block;
  transition: all 0.3s ease;
}

.stm-tabs_style_outline .stm-tabs__item-link {
  padding: 10.5px 34px;
  color: #011b3a;
  border: 2px solid transparent;
  text-decoration: none;
}

.stm-tabs_style_outline .stm-tabs__item-link:hover {
  text-decoration: none;
}

.stm-tabs_style_outline .stm-tabs__item-link.stm-tabs__item-link_active {
  border-color: #95cc47;
  color: #011b3a;
}

.vc_tta-tabs .vc_tta-panels .vc_tta-panel-title {
  border-radius: 20px;
  background-color: var(--clr-orange);
  font-size: 18px;
}

.vc_tta-tabs .vc_tta-panels .vc_active .vc_tta-panel-title {
  background-color: var(--clr-orange);
  color: #fff;
}

.vc_tta-tabs .vc_tta-panels .vc_active .vc_tta-panel-body {
  padding-right: 10px !important;
  padding-bottom: 20px !important;
  padding-left: 10px !important;
}

.wpb_wrapper .vc_tta-container {
  margin-bottom: 0;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-container,
body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-container {
  margin: 0 -8px !important;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list,
body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list {
  display: block;
  width: 100%;
  padding: 10px 0 !important;
  background-color: var(--clr-orange);
  border-radius: 20px;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab,
body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
  float: left;
  font-size: 18px;
  font-weight: 600;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child,
body
  .vc_tta-tabs_style-1.vc_tta-tabs
  .vc_tta-tabs-list
  .vc_tta-tab:first-child {
  padding-left: 8px;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a,
body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
  display: inline-block;
  vertical-align: top;
  padding: 11px 45px;
  border: none;
  white-space: nowrap;
  border-radius: 25px !important;
  line-height: 1;
  transition: all 0.3s ease;
  color: #006a4e !important;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active a,
body
  .vc_tta-tabs_style-1.vc_tta-tabs
  .vc_tta-tabs-list
  .vc_tta-tab.vc_active
  a {
  background-color: var(--clr-orange);
  color: #fff !important;
}

body .vc_tta-tabs_style-2.vc_tta-tabs.vc_general .vc_tta-panel-body,
body .vc_tta-tabs_style-1.vc_tta-tabs.vc_general .vc_tta-panel-body {
  border: 0;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

body
  .vc_tta-tabs_style-2.vc_tta-tabs.vc_general.vc_tta-color-blue.vc_tta-o-no-fill
  .vc_tta-panel-body,
body
  .vc_tta-tabs_style-1.vc_tta-tabs.vc_general.vc_tta-color-blue.vc_tta-o-no-fill
  .vc_tta-panel-body {
  background: #fff;
}

/* Style 2 */
body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 11px 28px;
}

body
  .vc_tta-tabs_style-2.vc_tta-tabs.vc_general.vc_tta-o-no-fill
  .vc_tta-panel-body {
  padding-top: 42px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 46px;
}

body .vc_tta-tabs_style-2.classes-box-tabs .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 11px 40px;
}

/* Pricing tables */
.nav-tabs_pricing-tables {
  border-bottom: none;
}

.nav-tabs_pricing-tables > li > a {
  margin: 0;
  padding: 0 20px;
  background: transparent;
  border: 2px solid#006a4e;
  border-radius: 0;
  font-size: 13px;
  line-height: 36px;
  color: #011b3a;
  transition: all 0.3s ease;
}

.nav-tabs_pricing-tables > li > a:focus {
  background: transparent;
  color: #011b3a;
  border: 2px solid#006a4e;
}

.nav-tabs_pricing-tables > li > a:hover {
  border: 2px solid#006a4e;
  background: #006a4e;
  color: #fff;
}

.nav-tabs_pricing-tables > li.active > a {
  border: 2px solid#006a4e;
  background: #006a4e;
  color: #fff;
}

.nav-tabs_pricing-tables > li.active > a:hover,
.nav-tabs_pricing-tables > li.active > a:focus {
  border: 2px solid#006a4e;
  background: #006a4e;
  color: #fff;
}

.stm-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.stm-menu:after {
  content: "";
  display: table;
  clear: both;
}

.stm-menu__item {
  float: left;
  position: relative;
}

.stm-menu__item-link {
  display: block;
  position: relative;
  text-align: center;
}

/* Antonio */
.stm-menu_antonio {
  background-color: var(--clr-orange);
  border-radius: 20px;
  padding: 10px;
}

.stm-menu_antonio .stm-menu__item {
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

.stm-menu_antonio .stm-menu__item-link {
  position: relative;
  display: block;
  padding: 4px 46px 6px;
  line-height: 30px;
  text-align: center;
  color: #006a4e;
  transition: color 0.2s;
}

.stm-menu_antonio .stm-menu__item-link:hover,
.stm-menu_antonio .stm-menu__item-link:focus {
  text-decoration: none;
}

.stm-menu_antonio .stm-menu__item-link:hover,
.stm-menu_antonio .stm-menu__item-link:focus {
  color: #fff;
}

.stm-menu_antonio .stm-menu__item.active .stm-menu__item-link,
.stm-menu_antonio .stm-menu__item_active .stm-menu__item-link {
  color: #fff;
  border-radius: 25px;
  background-color: var(--clr-orange);
}

.stm-menu_centered {
  text-align: center;
}

.stm-menu_centered .stm-menu__item {
  float: none;
  display: inline-block;
}

.stm-menu_capitalize .stm-menu__item {
  text-transform: capitalize;
}

.stm-tab__pane-action_separated {
  overflow: hidden;
}

.stm-tab__pane-action_separated:after,
.stm-tab__pane-action_separated:before {
  content: "";
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
}

.stm-tab__pane-action_separated:after {
  margin-right: -100%;
  margin-left: 20px;
}

.stm-tab__pane-action_separated:before {
  margin-left: -100%;
  margin-right: 20px;
}

.tabs-accordion-box .tabs_custom_column_box {
  float: left;
  width: 55%;
}

.tabs-accordion-box .tabs_accordion_column_box {
  float: right;
  width: 40%;
}

.stm-icon-box__ic-container_img img {
  width: 1em;
  display: inline-block;
  height: auto;
}

.stm-icon-box_style-1 {
  position: relative;
  background: #fff;
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.2);
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 41px;
  padding-bottom: 46px;
  transition: all 0.3s;
}

.stm-icon-box_style-1 .stm-icon-box__ic-container {
  font-size: 44px;
  color: #006a4e;
}

.stm-icon-box_style-1 .stm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid#006a4e;
}

.stm-icon-box_style-1 .stm-icon.stm-font_color_orange {
  border: 3px solid var(--clr-orange);
  color: var(--clr-orange);
}

.stm-icon-box_style-1 .stm-icon-box__content {
  position: relative;
  z-index: 2;
}

.stm-icon-box_style-1 .stm-icon-box__title-small {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: normal;
  color: #011b3a;
}

.stm-icon-box_style-1 .stm-icon-box__title {
  margin-bottom: 0;
  font-size: 26px;
  font-family: "Patrick Hand", sans-serif;
  line-height: 1;
  color: #333333;
}

.stm-icon-box_style-1 .stm-icon-box__sep {
  margin-bottom: 31px;
}

.stm-icon-box_style-1 .stm-icon-box__sep-line {
  border: none;
  border-bottom: 2px solid#006a4e;
  margin: 0 auto;
  width: 60px;
}

.stm-icon-box_style-1 .stm-icon-box__descr {
  font-size: 18px;
  line-height: 28px;
  color: #595959;
}

.stm-icon-box_style-1.stm-icon-box_ic-pos_top .stm-icon-box__ic-container {
  margin-bottom: 17px;
}

.stm-icon-box_style-1.stm-icon-box_ic-pos_left .stm-icon-box__ic-container {
  float: left;
}

.stm-icon-box_style-1.stm-icon-box_ic-pos_left .stm-icon-box__content {
  overflow: hidden;
  padding-left: 25px;
}

.stm-icon-box_style-1 .stm-icon-box__step {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 120px;
  font-weight: 900;
  color: #f8f8f8;
  line-height: 1;
}

@media (min-width: 1200px) {
  .stm-icon-box_style-1:hover {
    transform: translateY(-10px);
  }
}

.stm-icon-box_style-1:hover .stm-icon {
  border-color: var(--clr-orange);
  background-color: var(--clr-orange);
  color: #333;
}

.stm-icon-box_style-1:hover .stm-icon-box__ic-container .stm-icon:before {
  color: #333;
}

.stm-icon-box_style-2:after {
  content: "";
  display: table;
  clear: both;
}

.stm-icon-box_style-2.stm-icon-box_ic-pos_left .stm-icon-box__ic-container {
  float: left;
  margin-top: 1px;
}

.stm-icon-box_style-2.stm-icon-box_ic-pos_left .stm-icon-box__content {
  overflow: hidden;
  padding-left: 8px;
}

.stm-icon-box_style-2.stm-icon-box_ic-pos_left .stm-icon-box__title {
  letter-spacing: -0.3px;
  font-size: 16px;
  color: #595959;
}

.stm-icon-box_style-3 {
  display: table;
}

.stm-icon-box_style-3:after {
  content: "";
  display: table;
  clear: both;
}

.stm-icon-box_style-3 .stm-icon-box__content,
.stm-icon-box_style-3 .stm-icon-box__ic-container {
  display: table-cell;
  vertical-align: middle;
}

.stm-icon-box_style-3 .stm-icon-box__ic-container {
  transition: 1s linear;
}

.stm-icon-box_style-3:hover .stm-icon-box__ic-container {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.stm-icon-box_style-3 .stm-icon-box__title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.stm-icon-box_style-3 .stm-icon-box__title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.stm-icon-box_style-3 .stm-icon-box__title a:hover {
  color: var(--clr-orange);
}

.stm-icon-box_style-3 .stm-icon-box__sub-title {
  font-size: 13px;
  font-style: italic;
  color: #808080;
}

.stm-icon-box_style-3.stm-icon-box_ic-pos_left .stm-icon-box__content {
  padding-left: 20px;
}

.stm-icon-box_style-4 {
  position: relative;
}

.stm-icon-box_style-4 .stm-icon-box__ic-container {
  font-size: 61px;
  color: #95cc47;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.4s;
}

.stm-icon-box_style-4:hover .stm-icon-box__ic-container {
  margin-top: -10px !important;
}

.stm-icon-box_style-4 .stm-icon-box__content {
  position: relative;
  z-index: 2;
}

.stm-icon-box_style-4 .stm-icon-box__title {
  margin-top: 13px;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: var(--clr-orange);
}

.stm-icon-box_style-4 .stm-icon-box__title a:hover {
  color: #006a4e;
  text-decoration: none;
}

.stm-icon-box_style-4 .stm-icon-box__descr {
  padding-right: 20px;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 28px;
  color: #595959;
}

.stm-icon-box_style-4.stm-icon-box_ic-pos_top .stm-icon-box__ic-container {
  margin-bottom: 4px;
}

.stm-icon-box_style-4.stm-icon-box_ic-pos_left .stm-icon-box__ic-container {
  float: left;
  min-width: 64px;
  text-align: center;
}

.stm-icon-box_style-4.stm-icon-box_ic-pos_left .stm-icon-box__content {
  overflow: hidden;
  padding-left: 21px;
}

.stm-icon-box_style-4 .stm-icon-box__step {
  position: absolute;
  bottom: -14px;
  right: -5px;
  z-index: 1;
  font-size: 120px;
  font-weight: 900;
  color: #f8f8f8;
  line-height: 1;
}

.stm-icon-box_style-5 {
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.2);
  border-radius: 20px;
  transition: all 0.3s;
  padding: 30px;
  height: 100%;
}

.stm-icon-box_style-5 .stm-icon-box__image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 25px 0 0 25px;
}

.stm-icon-box_style-5 .stm-icon-box__content {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 0 25px 25px 0;
}

.stm-icon-box_style-5 .stm-icon-box__content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__ic-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid#006a4e;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.stm-icon-box_style-5
  .stm-icon-box__content
  .stm-icon-box__ic-container
  .stm-icon {
  font-size: 35px;
}

.stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__title {
  color: var(--clr-grn);
  margin-bottom: 5px;
  transition: all 0.3s;
  font-family: "Patrick Hand", sans-serif;
  font-size: 28px;
}

.stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__title-small {
  margin-bottom: 0;
  font-family: "Patrick Hand", sans-serif;
  font-size: 18px;
}

.stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__descr {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 11px;
  color: #333333;
}

@media (min-width: 1200px) {
  .stm-icon-box_style-5:hover {
    transform: translateY(-10px);
  }
}

.stm-icon-box_style-5:hover .stm-icon-box__ic-container {
  border-color: var(--clr-orange);
  background-color: var(--clr-orange);
}

.stm-icon-box_style-5:hover .stm-icon-box__ic-container .stm-icon {
  color: #fff;
}

.stm-icon-box_style-5:hover .stm-icon-box__ic-container .stm-icon:before {
  color: #fff;
}

.stm-icon-box_style-5:hover .stm-icon-box__title {
  color: var(--clr-orange);
}

.stm-action-box__figure {
  position: relative;
  overflow: hidden;
  height: 250px;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 25px;
  z-index: 10;
}

.stm-action-box__figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm-action-box__figure .stm-action-box__figcaption {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 126, 255, 0.85);
  transition: all 0.3s ease;
}

.stm-action-box__figure
  .stm-action-box__figcaption
  .stm-action-box__figcaption-title {
  padding: 12px 30px 8px;
  line-height: 30px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}

.stm-action-box__figure
  .stm-action-box__figcaption
  .stm-icon-box__ic-container {
  float: left;
  margin-right: 30px;
  font-size: 30px;
}

.stm-action-box__figure
  .stm-action-box__figcaption
  .stm-action-box__content-text {
  padding: 10px 30px 11px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
}

.stm-action-box__figure
  .stm-action-box__figcaption
  .stm-action-box__figcaption-link-title {
  padding: 0 30px;
  line-height: 28px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.stm-action-box__figure
  .stm-action-box__figcaption
  .stm-action-box__figcaption-link-title
  a {
  color: var(--clr-orange);
}

.stm-action-box__figure
  .stm-action-box__figcaption
  .stm-action-box__figcaption-link-title
  a:hover {
  color: #fff;
  text-decoration: none;
}

.stm-action-box__figure:hover .stm-action-box__figcaption {
  padding-top: 29px;
  top: 0;
}

.stm-action-box__figcaption-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.stm-action-box__figure_box {
  display: flex;
  justify-content: center;
}

.stm-action-box__figure_box .stm-action-box__thumbnail {
  display: block;
  flex: 0 0 120px;
  margin: 0 auto;
  border-radius: 200px;
}

.stm-action-box__figure_box .stm-action-box__thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.stm-action-box__figure_box .stm-action-box__figcaption-title {
  background: transparent;
  margin-bottom: 10px;
  font-family: "Patrick Hand", sans-serif;
  font-size: 30px;
}

.stm-action-box__figure_box
  .stm-action-box__figcaption-title
  .stm-action-box__title-text {
  display: block;
  margin-bottom: 15px;
}

.stm-action-box__figure_box .stm-action-box__figcaption-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--clr-orange);
}

.stm-action-box__figure_box .stm-action-box__figcaption_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 4px 30px;
  font-weight: 400;
}

.stm-teacher_view_grid-item {
  margin-bottom: 80px;
}

.stm-carousel.stm-carousel_view_teachers {
  margin-bottom: 80px;
}

.stm-carousel.stm-carousel_view_teachers .stm-teacher_view_grid-item {
  margin-bottom: 0;
}

.stm-teacher__info-content {
  text-align: center;
}

.stm-teacher__photo {
  max-width: 160px;
  margin: 0 auto 17px;
}

.stm-teacher__photo img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
}

.stm-teacher__name {
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.3px;
  text-overflow: ellipsis;
  line-height: 32px;
  font-weight: 600;
  font-size: 24px;
  color: #006a4e;
}

.stm-teacher__name a {
  color: #006a4e;
}

.stm-teacher__name a:hover {
  color: var(--clr-orange);
  text-decoration: none;
}

.stm-teacher__position {
  font-size: 18px;
  line-height: 24px;
  color: #595959;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
}

.stm-staff-table {
  width: 100%;
  font-size: 14px;
}

.stm-staff-table th {
  background: #95cc47;
  padding: 8px 15px;
  text-transform: uppercase;
  line-height: 24px;
  color: #fff;
}

.stm-staff-table td {
  background: #fff;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 24px;
  color: #595959;
}

.stm-contact-details_type_teacher .stm-contact-details__items {
  list-style: none;
  padding-left: 0;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.stm-contact-details_type_teacher .stm-contact-details__item {
  float: left;
  width: 37%;
  position: relative;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
  line-height: 24px;
  font-size: 18px;
  color: #595959;
}

.stm-contact-details_type_teacher .stm-contact-details__item:nth-child(2n) {
  width: 62%;
}

.stm-contact-details_type_teacher .stm-contact-details__item span, .stm-icon-location {
  display: block;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  font-family: "Quicksand", sans-serif !important;
  line-height: 24px;
  font-size: 18px;
}

.stm-contact-details_type_teacher .stm-contact-details__item span:before {
  font-family: stm-icon;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: var(--clr-orange);
}

.stm-contact-details_type_teacher .stm-contact-details__item a {
  color: #006a4e;
}

.stm-contact-details_type_teacher .stm-contact-details__item a:focus,
.stm-contact-details_type_teacher .stm-contact-details__item a:hover {
  text-decoration: none;
  color: var(--clr-orange);
}

.stm-contact-details_type_teacher .stm-contact-details__item:last-child {
  margin-bottom: 0;
}

.stm-contact-details_type_teacher
  .stm-contact-details__item_type_tel
  span:before {
  content: "\e947";
  left: 2px;
}

.stm-contact-details_type_teacher
  .stm-contact-details__item_type_url
  span:before {
  content: "\e902";
  top: 3px;
  font-size: 12px;
}

.stm-contact-details_type_teacher
  .stm-contact-details__item_type_address
  span:before {
  content: "\e92e";
}

.stm-contact-details_type_teacher
  .stm-contact-details__item_type_skype
  span:before {
  content: "\e912";
  top: 2px;
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_socials {
  float: left;
  width: 100%;
}

.socials-list_type_teacher {
  font-size: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.socials-list_type_teacher .socials-list__item {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  opacity: 0.7;
  color: #fff;
  transition: all 0.3s ease;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link span {
  display: inline-block;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link:focus,
.socials-list_type_teacher .socials-list__item .socials-list__item-link:hover {
  text-decoration: none;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link:hover {
  opacity: 1;
}

.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_facebook {
  background: #3a5897;
}

.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_twitter {
  background: #00aced;
}

.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_google-plus {
  background: #db4437;
  font-size: 16px;
}

.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_instagram {
  background: #ac907a;
  font-size: 16px;
}

.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_envelope {
  background: #ffc600;
  padding-top: 1px;
  font-size: 12px;
}

.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_youtube {
  background: #bb0000;
  font-size: 14px;
}

.socials-list_type_teacher
  .socials-list__item
  .socials-list__item-link_type_soundcloud {
  background: #ff3a00;
  font-size: 14px;
}

.post-type-archive-stm_teacher .stm-teacher__socials,
.tax-stm_teacher_category .stm-teacher__socials {
  text-align: center;
}

.stm-contact-details_type_contacts {
  display: inline-block;
  max-width: 425px;
  padding: 47px 52px 50px 52px;
  background: #fff;
}

.stm-contact-details_type_contacts .stm-contact-details__item {
  margin-bottom: 17px;
}

.stm-contact-details_type_contacts .socials-list_type_teacher {
  padding-top: 15px;
}

.stm-contact-details_type_contacts .stm-contact-details__item_type_fax a,
.stm-contact-details_type_contacts .stm-contact-details__item_type_tel a {
  color: #595959;
  cursor: default;
}

.stm-contact-details_type_contacts .stm-contact-details__item_type_email a,
.stm-contact-details_type_contacts .stm-contact-details__item_type_skype a {
  color: #006a4e;
}

.stm-contact-details_type_contacts
  .stm-contact-details__item_type_email
  a:hover,
.stm-contact-details_type_contacts
  .stm-contact-details__item_type_skype
  a:hover {
  text-decoration: underline;
}

.stm-contact-details_type_contacts .socials-list {
  margin-bottom: -8px;
}

.stm-contact-details_type_contacts .socials-list__item {
  margin-bottom: 8px;
}

.stm-map__content {
  position: relative;
}

.vc_row-no-padding .stm-map .stm-contact-details {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.stm-map__canvas {
  height: 100%;
}

.stm-map__form {
  max-width: 515px;
  margin-top: -450px;
  padding: 38px 50px;
  background: rgba(0, 126, 255, 0.75);
  position: relative;
  z-index: 99;
}

.stm-map__form .wpcf7-response-output {
  position: absolute;
  top: 100%;
  left: 0;
  border: 0 !important;
  margin: 0 !important;
  background: #006a4e !important;
}

.stm-link-container_left {
  text-align: left;
}

.stm-link-container_right {
  text-align: right;
}

.stm-link-container_center {
  text-align: center;
}

.stm-link-container_inline {
  display: inline-block;
  vertical-align: middle;
}

.stm-link {
  position: relative;
  z-index: 2;
}

.stm-link i {
  vertical-align: middle;
  display: inline-block;
}

.stm-link i.stm-icon-arrow-right {
  font-size: 6px;
}

.stm-link_icon-right i {
  margin-left: 6px;
}

.stm-link_icon-left i {
  margin-right: 6px;
}

.stm-link_green,
.stm-link_green:hover,
.stm-link_green:focus {
  color: #95cc47;
}

.stm-link_dark-blue:hover,
.stm-link_dark-blue:focus,
.stm-link_dark-blue {
  color: #011b3a;
}

.stm-link_blue:hover,
.stm-link_blue:focus,
.stm-link_blue {
  color: #006a4e;
}

.stm-contact-person:after {
  content: "";
  display: table;
  clear: both;
}

.stm-contact-person__photo {
  float: left;
  max-width: 100px;
}

.stm-contact-person__photo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm-contact-person__data {
  overflow: hidden;
  padding-left: 20px;
}

.stm-contact-person__question {
  margin-top: -3px;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: normal;
  color: #595959;
}

.stm-contact-person__name {
  margin: 0 0 11px 0;
  font-size: 18px;
  line-height: normal;
  color: #011b3a;
}

.stm-contact-person__contacts {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.stm-contact-person__contact {
  position: relative;
  padding-left: 30px;
  color: #595959;
}

.stm-contact-person__contact:not(:last-child) {
  margin-bottom: 5px;
}

.stm-contact-person__contact:before {
  position: absolute;
  left: 0;
  top: 2px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #95cc47;
}

.stm-contact-person__contact_type_tel a {
  color: #595959;
  text-decoration: none;
}

.stm-contact-person__contact_type_tel:before {
  content: "\e904";
}

.stm-contact-person__contact_type_email:before {
  content: "\e902";
  top: 4px;
}

.stm-contact-details_box .stm-contact-details__items_box {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  list-style: none;
}

.stm-contact-details_box .stm-contact-details__items_box li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
  font-size: 16px;
  color: #595959;
}

.stm-contact-details_box .stm-contact-details__items_box li .stm-icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  margin-top: 6px;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
  color: var(--clr-orange);
}

.stm-contact-details_box .stm-contact-details__items_box li a {
  color: #006a4e;
}

.stm-contact-details_box .stm-contact-details__items_box li a:hover {
  color: var(--clr-orange);
}

.stm-contact-details_box
  .stm-contact-details__items_box
  .stm-contact-details__item_type_email
  .stm-icon {
  margin-top: 8px;
  font-size: 12px;
}

.stm-contact-details_box
  .stm-contact-details__items_box
  .stm-contact-details__item_type_address {
  width: 100%;
}

.stm-contact-details_box .list_social-networks .list__item-link {
  opacity: 1;
}

.stm-contact-details_box .list_social-networks .list__item-link:hover {
  opacity: 0.5;
}

.stm-teacher-bio__photo {
  max-width: 80px;
  margin-right: 17px;
}

.stm-teacher-bio__photo img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.stm-teacher-bio__title {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  line-height: 34px;
  letter-spacing: 0.3px;
  font-size: 24px;
  font-weight: 600;
  color: #006a4e;
}

.stm-teacher-bio__position {
  font-size: 18px;
  color: #595959;
  letter-spacing: -0.3px;
  line-height: normal;
}

.stm-teacher-bio_trainer .stm-teacher-bio__content:after {
  content: "";
  display: table;
  clear: both;
}

.stm-teacher-bio_trainer .stm-teacher-bio__data {
  float: left;
}

.stm-teacher-bio_trainer .stm-teacher-bio__text {
  padding-left: 30px;
  overflow: hidden;
}

.stm-icon-list__heading {
  position: relative;
  padding-left: 27px;
}

.stm-icon-list__heading .stm-icon-list__icon {
  position: absolute;
  left: 0;
  top: 3.2px;
  font-size: 16px;
}

.stm-icon-list__title {
  margin-bottom: 22px;
  line-height: normal;
}

.stm-icon-list__list {
  margin-bottom: 0;
  padding-left: 27px;
  list-style: none;
}

.stm-icon-list__list-item:not(:last-child) {
  margin-bottom: 20px;
}

.stm-icon-list__item-title {
  margin-bottom: 8px;
  font-size: 14px;
  color: #011b3a;
  line-height: normal;
}

.stm-icon-list__item-sub-title {
  font-size: 13px;
  color: #999;
  line-height: normal;
}

.stm-image-box__content:after {
  content: "";
  display: table;
  clear: both;
}

.stm-image-box_img_left .stm-image-box__image {
  float: left;
}

.stm-image-box_img_left .stm-image-box__body {
  overflow: hidden;
  padding-left: 30px;
}

.stm-image-box__title {
  margin-bottom: 24px;
  line-height: normal;
}

.stm-image-box__title a {
  color: inherit;
  transition: all 0.3s ease;
}

.stm-image-box__title a:hover {
  text-decoration: none;
  color: #006a4e;
}

.stm-image-box__title_inside {
  margin-top: -7px;
}

.stm-image-box__sep {
  border-bottom: 2px solid #95cc47;
  width: 60px;
  margin: 0 0 34px 0;
}

.stm-image-box__sep_outside {
  margin-bottom: 40px;
}

.stm-image-box__description {
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}

.stm-image-box__description p {
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}

.stm-image-box__description ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.stm-image-box__description ul:not(:last-child) {
  margin-bottom: 30px;
}

.stm-image-box__description ul li {
  position: relative;
  padding-left: 25px;
  color: #595959;
  line-height: 24px;
}

.stm-image-box__description ul li:not(:last-child) {
  margin-bottom: 4px;
}

.stm-image-box__description ul li:before {
  content: "\e90f";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "stm-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 6px;
  color: #95cc47;
}

.stm-image-box_title_outside .stm-image-box__description {
  margin-top: -6px;
}

.stm-text-box {
  padding: 44px 50px;
}

.stm-text-box__sep {
  width: 60px;
  margin: 0 0 44px 0;
  border-top-width: 2px;
}

.stm-text-box__text * {
  color: inherit;
}

.stm-text-box__text *:before {
  color: inherit;
}

.stm-text-box__text h4 {
  margin-bottom: 19px;
}

.stm-text-box__text p {
  line-height: inherit;
  color: inherit;
}

.stm-text-box__text ul:not(:last-child),
.stm-text-box__text ol:not(:last-child) {
  margin-bottom: 39px;
}

.stm-text-box__action:after {
  content: "";
  display: table;
  clear: both;
}

.stm-pricing__content:after {
  content: "";
  display: table;
  clear: both;
}

.stm-pricing__side-panel {
  float: left;
  width: 31.531531531532%;
  padding-top: 50px;
}

.stm-pricing__filters {
  margin-top: 10px;
  margin-bottom: 81px;
}

.stm-pricing__filters:after {
  content: "";
  display: table;
  clear: both;
}

.stm-pricing__filters ul {
  position: relative;
  float: left;
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 35px;
  border: 2px solid var(--clr-orange);
  list-style: none;
}

.stm-pricing__filters ul:after {
  content: "";
  display: table;
  clear: both;
}

.stm-pricing__filters li {
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.stm-pricing__filters .stm-pricing__filter_fluid-hover {
  position: absolute;
  background: var(--clr-orange);
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  transition: left 0.3s ease;
}

.stm-pricing__filters a {
  display: block;
  line-height: 30px;
  padding: 3px 30px;
  color: #006a4e;
}

.stm-pricing__filters a:focus,
.stm-pricing__filters a:hover {
  text-decoration: none;
}

.stm-pricing__filters .stm-pricing__filter_active a {
  color: #006a4e;
}

.stm-pricing__features {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.stm-pricing__features li {
  padding: 14.5px 20px;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #595959;
}

.stm-pricing__features li:not(:first-child) {
  border-top: 1px solid rgba(89, 89, 89, 0.1);
}

.stm-pricing__features li:last-child {
  border-bottom: 1px solid rgba(89, 89, 89, 0.1);
}

.stm-pricing__tables {
  float: left;
  width: 68.468468468468%;
}

.stm-pricing__tables-row {
  display: table;
  width: 100%;
}

.stm-pricing__tables-col {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}

.stm-pricing__tables-col.stm-pricing__tables-col_featured {
  padding-top: 0;
  padding-bottom: 0;
}

.stm-pricing_three .stm-pricing__tables-col {
  width: 33.33%;
}

.stm-pricing-table {
  padding-top: 21px;
  background: #fff;
  border-top: 4px solid var(--clr-orange);
  text-align: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

.stm-pricing-table__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #006a4e;
}

.stm-pricing-table__periods {
  position: relative;
  padding: 0 0 28px;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid rgba(89, 89, 89, 0.1);
}

.stm-pricing-table__periods-item {
  display: none;
  transition: opacity 0.3s ease;
}

.stm-pricing-table__periods-item_active {
  display: block;
}

.stm-pricing-table__price {
  margin-bottom: 9px;
  font-family: "Patrick Hand", sans-serif;
  font-size: 60px;
  line-height: 30px;
  color: var(--clr-orange);
}

.stm-pricing-table__period {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #595959;
}

.stm-pricing-table__features {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.stm-pricing-table__feature {
  padding: 14.5px 15px;
  border-bottom: 1px solid rgba(89, 89, 89, 0.1);
  line-height: 30px;
}

.stm-pricing-table__feature .stm-icon-check {
  color: #95cc47;
}

.stm-pricing-table__feature .stm-icon-times {
  color: #999;
}

.stm-pricing-table__feature-label {
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #595959;
  line-height: normal;
}

.stm-pricing-table__action {
  padding: 25px;
}

.stm-pricing-table__action > a {
  display: block;
  color: #006a4e;
}

.stm-pricing-table__action > a:hover {
  opacity: 0.7;
}

.stm-pricing-table__action > a i.stm-icon {
  font-size: 12px;
}

.stm-pricing-table__action .stm-btn_md {
  max-width: 172px;
  min-width: 100px;
  margin: 0 auto;
  padding: 0 10px 4px !important;
}

.stm-pricing-table_featured {
  position: relative;
  padding-top: 31px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.stm-pricing-table_featured .stm-pricing-table__action {
  padding-top: 30px;
  padding-bottom: 30px;
}

.stm-text-carousel__item-title {
  line-height: normal;
}

.stm-media-gallery__title-separator {
  width: 60px;
  margin: 0 0 52px 0;
  border: none;
  border-top-width: 2px;
  border-top-style: solid;
}

.stm-text-carousel .stm-text-carousel__item-title {
  line-height: normal;
  margin: 0 0 26px 0;
}

.stm-text-carousel .stm-text-carousel__item-text {
  line-height: 30px;
}

.stm-text-carousel__controls {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
}

.stm-text-carousel__controls:after {
  content: "";
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -100%;
  margin-left: 12px;
}

.stm-text-carousel__controls_view_media-gallery {
  margin-right: -30px;
}

.stm-text-carousel__dots {
  display: inline-block;
  vertical-align: top;
}

.stm-text-carousel__dots .owl-dot {
  margin-left: 2px;
  display: inline-block;
  margin-right: 20px;
}

.stm-text-carousel__dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(1, 27, 58, 0.25);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.stm-text-carousel__dots .owl-dot.active span,
.stm-text-carousel__dots .owl-dot:hover span {
  background: #95cc47;
}

.stm-text-carousel__dots .owl-dot.active span {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.stm-media-gallery__action {
  margin-top: 69px;
}

.stm-media-gallery__action .stm-btn_icon_left i {
  padding-right: 14px;
}

.stm-media-gallery__action_centered {
  text-align: center;
}

.stm-video-carousel__item {
  position: relative;
}

.stm-video-carousel__item-poster {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
  transition: all 0.3s ease;
}

.stm-video-carousel__item-poster_state_hidden {
  opacity: 0;
  visibility: hidden;
}

.stm-video-carousel__item-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  padding-top: 27px;
  padding-left: 30px;
  margin: auto;
  background: rgba(149, 204, 71, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  z-index: 3;
  transition: all 0.3s ease;
}

.stm-video-carousel__item-play:focus {
  color: #fff;
  text-decoration: none;
}

.stm-video-carousel__item-play:hover {
  background: #006a4e;
  color: #fff;
  text-decoration: none;
}

.stm-media-gallery_format_audio .stm-media-gallery__item-title {
  margin-top: -6px;
  margin-bottom: 25px;
  line-height: 30px;
}

.stm-media-gallery_format_audio .stm-media-gallery__action {
  margin-top: 46px;
}

.stm-media-gallery__actions-bar {
  margin-bottom: 40px;
}

.stm-media-gallery__actions-bar:after {
  content: "";
  display: table;
  clear: both;
}

.stm-media-gallery__filter_box {
  float: left;
  width: 100%;
  background-color: var(--clr-orange);
  border-radius: 20px;
}

.stm-media-gallery__filters {
  list-style: none;
  padding: 10px 0 10px 10px;
  margin-bottom: 0;
  width: fit-content;
  margin: auto;
}

.stm-media-gallery__filters:after {
  content: "";
  display: table;
  clear: both;
}

.stm-media-gallery__filter {
  position: relative;
  margin-inline: 5px;
  float: left;
}

.stm-media-gallery__filter-link {
  display: block;
  padding: 5px 50px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 35px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #006a4e;
  transition: "color" 0.3s ease;
}

.stm-media-gallery__filter-link:focus {
  text-decoration: none;
  color: #006a4e;
}

.stm-media-gallery__filter-link:hover,
.stm-media-gallery__filter_active .stm-media-gallery__filter-link,
.stm-media-gallery__filter_active .stm-media-gallery__filter-link:hover {
  background-color: var(--clr-grn);
  color: #fff;
}

.stm-media-gallery__layout-wide {
  height: 46px;
  width: 46px;
  position: relative;
  float: right;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 8px;
  color: #006a4e;
  transition: all 0.3s ease;
}

.stm-media-gallery__layout-wide:focus {
  text-decoration: none;
  color: #006a4e;
}

.stm-media-gallery__layout-wide:hover {
  color: #fff;
  text-decoration: none;
}

.stm-media-gallery__layout-wide .stm-icon {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-media-gallery__layout-wide .stm-icon-arrow-top-right {
  position: absolute;
  top: 13px;
  right: 13px;
}

.stm-media-gallery__layout-wide .stm-icon-arrow-bottom-left {
  position: absolute;
  bottom: 13px;
  left: 13px;
}

.stm-media-gallery__layout-wide_active .stm-icon-arrow-top-right {
  -webkit-transform: translateY(12.9px) translateX(-12px);
  transform: translateY(12.9px) translateX(-12px);
}

.stm-media-gallery__layout-wide_active .stm-icon-arrow-bottom-left {
  -webkit-transform: translateY(-12.9px) translateX(12.5px);
  transform: translateY(-12.9px) translateX(12.5px);
}

.stm-media-gallery__items {
  position: relative;
  /* max-width: 1110px;
  margin: 0 auto; */
}

.stm-media-gallery__items.stm-media-gallery__items_wide {
  max-width: 100%;
}

.stm-media-gallery__items .row {
  position: relative;
}

.stm-media-gallery__item-col {
  margin-bottom: 30px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-media-gallery__items_wide .stm-media-gallery__items-row {
  margin: 0;
}

.stm-media-gallery__items_wide .stm-media-gallery__item-col {
  margin-bottom: 0;
  padding: 0;
}

.stm-media-gallery__item {
  position: relative;
  overflow: hidden;
}

.stm-media-gallery__item img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.stm-media-gallery__item-fancybox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fdc9196b;
}

.stm-media-gallery__item-fancybox .fa,
.stm-media-gallery__item-fancybox .stm-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  z-index: 3;
}

.stm-media-gallery__item-fancybox .stm-icon-play {
  padding-left: 4px;
}

.stm-media-gallery__item-fancybox .fa-music {
  padding-right: 3px;
}

.stm-media-gallery__item-fancybox .fa-camera {
  padding-top: 1px;
}

.stm-media-gallery__item-fancybox:hover,
.stm-media-gallery__item-fancybox:focus {
  color: #fff;
  text-decoration: none;
}

.stm-filter_carousel {
  margin-bottom: 48px;
}

.stm-carousel_wide .stm-carousel__item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.stm-carousel_wide .stm-carousel__item img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-carousel_wide.owl-loaded .stm-carousel__item {
  position: relative;
  opacity: 1;
}

.stm-carousel_centered .owl-stage {
  margin: 0 auto;
}

.vc_stm_media-gallery .row {
  margin-left: -6px;
  margin-right: -6px;
}

.vc_stm_media-gallery .stm-media-gallery__item-col {
  padding-left: 6px !important;
  padding-right: 6px !important;
  margin-bottom: 12px;
}

.vc_stm_media-gallery
  .stm-media-gallery__item-col
  .stm-media-gallery__item
  img {
  border-radius: 10px;
}

.vc_stm_media-gallery
  .stm-media-gallery__item-col
  .stm-media-gallery__item-fancybox {
  border-radius: 10px;
}

.vc_stm_media-gallery
  .stm-media-gallery__item-col
  .stm-media-gallery__item-fancybox
  .fa,
.vc_stm_media-gallery
  .stm-media-gallery__item-col
  .stm-media-gallery__item-fancybox
  .stm-icon {
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 15px;
}

.stm-media-gallery
  .stm-media-gallery__items-row_view_grid
  .stm-media-gallery__item-col,
.stm-media-gallery
  .stm-media-gallery__items-row_view_grid
  .stm-media-gallery__item {
  max-height: 300px;
}

.stm-menu_tab {
  margin-bottom: 35px;
}

.stm-meal-list__heading {
  margin-bottom: 25px;
}

.stm-meal-list__heading h5 {
  overflow: hidden;
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.stm-meal.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.stm-meal.has-post-thumbnail:after {
  content: "";
  display: table;
  clear: both;
}

.stm-meal.has-post-thumbnail .stm-meal__thumbnail {
  float: left;
}

.stm-meal.has-post-thumbnail .stm-meal__thumbnail img {
  border-radius: 20px;
}

.stm-meal.has-post-thumbnail .stm-meal__body {
  padding-left: 20px;
  overflow: hidden;
}

.stm-meal__title {
  margin-top: -4px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 22px;
  color: #006a4e;
}

.stm-metal__summary {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #595959;
}

.stm-meal-list__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.stm-meal-list__list > li {
  margin-bottom: 33px;
}

.stm-tab__pane-action_deal {
  text-align: center;
}

.stm-tab__pane-action_deal .stm-btn {
  vertical-align: middle;
}

.subscribe-modal-launcher {
  position: relative;
  z-index: 2;
}

.subscribe-modal-launcher .fa {
  margin-right: 6px;
}

.subscribe-modal-launcher_right {
  text-align: right;
}

.subscribe-modal-launcher_center {
  text-align: center;
}

.mc4wp-form .mc4wp-form-fields {
  display: flex;
  max-width: 515px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.mc4wp-form .mc4wp-form-fields input[type="email"] {
  width: 100%;
  border: 0;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 12px 0 0 25px;
}

.mc4wp-form .mc4wp-form-fields input[type="submit"] {
  background-color: var(--clr-orange);
  border: 0;
  padding: 12px 18px;
  border-radius: 0 12px 25px 0;
  color: #fff;
}

.mc4wp-form .mc4wp-form-fields button {
  white-space: nowrap;
  background-color: var(--clr-orange);
  border: 0;
  border-radius: 0 12px 25px 0;
  transition: all 0.3s ease;
  padding: 14px 24px;
  color: #fff;
}

.mc4wp-form .mc4wp-form-fields button .stm-icon {
  font-size: 12px;
  margin-left: 10px;
}

.mc4wp-form .mc4wp-form-fields button:hover {
  background-color: #333333;
}

.mc4wp-form.mc4wp-form-submitted .mc4wp-response {
  display: flex;
  justify-content: center;
  max-width: 515px;
  position: relative;
  overflow: hidden;
  margin: 20px auto 0;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #006a4e;
  color: #fff;
}

.mc4wp-form.mc4wp-form-submitted .mc4wp-response p {
  color: #fff;
}

.modal_subscribe {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal_subscribe .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.modal_subscribe .modal-header {
  position: relative;
  padding: 23px 50px;
  background: #95cc47;
  border: none;
}

.modal_subscribe .modal-header .close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  right: 30px;
  font-size: 16px;
  opacity: 1;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease;
}

.modal_subscribe .modal-header .close:focus,
.modal_subscribe .modal-header .close:hover {
  color: #fff;
}

.modal_subscribe .modal-title {
  color: #fff;
}

.modal_subscribe .modal-title .fa {
  margin-right: 15px;
}

.modal_subscribe .modal-body {
  padding: 46px 50px;
}

.modal_subscribe .modal-body .mc4wp-form-fields:after {
  content: "";
  display: table;
  clear: both;
}

.modal_subscribe .modal-body input[type="email"] {
  float: left;
  color: #011b3a;
  border: 1px solid #e5e5e5;
  padding: 13px 20px;
  box-shadow: none;
  line-height: 22px;
  vertical-align: top;
  width: calc(100% - 115px);
}

.modal_subscribe .modal-body input[type="submit"] {
  float: left;
  width: 95px;
  margin-left: 20px;
  height: 50px;
  padding: 0 15px;
  background: transparent;
  border: 2px solid#006a4e;
  color: #011b3a;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.modal_subscribe .modal-body input[type="submit"]:hover {
  background: #006a4e;
  color: #fff;
}

.modal_subscribe .modal-body input[type="submit"]:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}

.stm-single-image-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.stm-single-image_right .stm-single-image {
  float: right;
}

.stm-single-image_center {
  text-align: center;
}

.stm-single-image_responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm-single-image_border_radius img {
  border-radius: 25px;
}

.stm-partner {
  display: block;
  text-align: center;
}

.stm-post_view_grid {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-post_view_grid .stm-post__thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
}

.stm-post_view_grid .stm-post__caption-container {
  padding: 0 30px;
  margin-top: -50px;
}

.stm-post_view_grid .stm-post__caption {
  position: relative;
  padding: 30px 30px 34px;
  background: #fff;
  width: 100%;
  min-height: 157px;
  max-width: 100%;
  transition: all 0.3s ease;
}

.stm-post_view_grid .stm-post__caption:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #006a4e;
  transition: height 0.3s ease;
  z-index: 1;
}

.stm-post_view_grid:hover .stm-post__caption:after {
  height: 100%;
}

.stm-post_view_grid .stm-post__title {
  position: relative;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  z-index: 2;
}

.stm-post_view_grid .stm-post__title a {
  color: #011b3a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.stm-post_view_grid:hover .stm-post__title a {
  color: #fff;
}

.stm-post_view_grid .stm-post__date {
  position: relative;
  font-size: 13px;
  color: var(--clr-orange);
  z-index: 2;
  transition: all 0.3s ease;
}

.stm-post_view_grid .stm-post__date a {
  color: inherit;
}

.stm-post_view_grid .stm-post__date .fa {
  margin-right: 9px;
}

.stm-post_view_grid:hover .stm-post__date {
  color: #fff;
}

.stm-carousel_view_posts {
  padding-bottom: 72px;
}

.stm-carousel_view_posts .stm-post_view_grid {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.stm-carousel_view_posts.owl-loaded .stm-post_view_grid {
  position: relative;
  opacity: 1;
}

.stm-carousel_view_posts .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.stm-carousel_view_posts .owl-dots {
  text-align: center;
}

.stm-carousel_view_posts .owl-dots .owl-dot span {
  background: rgba(1, 27, 58, 0.25);
}

.stm-images-carousel_achievement .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.stm-images-carousel_achievement .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.25);
}

.stm-images-carousel_achievement .owl-dots .owl-dot:hover span,
.stm-images-carousel_achievement .owl-dots .owl-dot.active span {
  background: var(--clr-orange);
}

.stm-images-carousel_achievement .stm-images-carousel__item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.stm-image_style-1 .stm-image__content {
  padding: 30px;
  background: #fff;
  border: 12px solid;
  border-image-source: url("../../img/wood-frame2.jpg");
  border-image-slice: 24;
}

.stm-image_style-1 .stm-image__link {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.stm-image_style-1 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm-image_style-1:after {
  content: "";
  background: url("../../img/short-large-bottom-shadow.png") no-repeat center;
  width: 100%;
  height: 68px;
  display: block;
}

.stm-image_achievement {
  display: inline-block;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_back {
  border-color: #e6e6e6 !important;
  opacity: 1;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_group {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_value {
  font-size: 36px;
  font-weight: 500;
  line-height: 24px !important;
  color: #006a4e;
  position: static;
  width: auto !important;
  height: auto !important;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_label {
  margin-top: 13px;
  font-size: 13px;
  line-height: normal;
  color: #595959;
}

.wpb_wrapper .vc_progress-bar_view_large .vc_label {
  position: relative;
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #006a4e;
}

.wpb_wrapper .vc_progress-bar_view_large .vc_label:before {
  content: "›";
  font-family: "Times New Roman", serif;
  margin-right: 14px;
  font-size: 16px;
  color: var(--clr-orange);
}

.wpb_wrapper .vc_progress-bar_view_large .vc_general.vc_single_bar {
  margin-bottom: 4px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: inset 0px 0px 1px 0px #999;
}

.wpb_wrapper .vc_progress-bar_view_large .vc_general.vc_single_bar .vc_bar {
  border-radius: 30px 0 0 30px;
}

.wpb_wrapper
  .vc_progress-bar_view_large
  .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue
  .vc_bar {
  background: #006a4e;
}

.wpb_wrapper
  .vc_progress-bar_view_large
  .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue
  .vc_bar_val {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading {
  margin-bottom: 2px;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading:after {
  content: "";
  display: table;
  clear: both;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading .vc_label {
  float: left;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #006a4e;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading .vc_bar_val {
  float: right;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  color: #808080;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading .vc_bar_val:after {
  content: "\f107";
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  font-size: 14px;
  color: #006a4e;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_general.vc_single_bar {
  height: 6px;
  margin-bottom: 28px;
  border-radius: 6px;
  box-shadow: none;
  background: #e6e6e6;
}

.wpb_wrapper .vc_message_box {
  padding: 28px 60px 28px 65px;
  margin: 0 0 19.74px;
  background: #fff;
  font-size: 18px;
  color: #595959;
}

.wpb_wrapper .vc_message_box p {
  margin-bottom: 0;
  line-height: normal;
}

.wpb_wrapper .vc_message_box.vc_message_icon_hide {
  padding: 28px 60px 28px 30px;
}

.wpb_wrapper .vc_message_box-icon {
  width: 65px;
}

.wpb_wrapper .vc_message_box-icon,
.wpb_wrapper .vc_message_box-icon > *,
.wpb_wrapper .vc_message_box-icon > .fa {
  font-size: 18px;
}

.wpb_wrapper .vc_message_box-icon > * {
  left: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.wpb_wrapper .vc_message_box-outline,
.wpb_wrapper .vc_message_box-solid-icon {
  border-width: 1px;
  border-radius: 15px;
}

.wpb_wrapper .vc_message_box-outline {
  background: #fff;
}

.wpb_wrapper .vc_message_box-outline.vc_color-danger,
.wpb_wrapper .vc_message_box-outline.vc_color-success,
.wpb_wrapper .vc_message_box-outline.vc_color-info,
.wpb_wrapper .vc_message_box-outline.vc_color-warning {
  background: #fff;
}

.wpb_wrapper .vc_message_box-outline.vc_color-info {
  border-color: #00aaff;
}

.wpb_wrapper .vc_message_box-outline.vc_color-info .vc_message_box-icon {
  color: #00aaff;
}

.wpb_wrapper .vc_message_box-outline.vc_color-success {
  border-color: #95cc47;
}

.wpb_wrapper .vc_message_box-outline.vc_color-success .vc_message_box-icon {
  color: #95cc47;
}

.wpb_wrapper .vc_message_box-outline.vc_color-warning {
  border-color: #ff9900;
}

.wpb_wrapper .vc_message_box-outline.vc_color-warning .vc_message_box-icon {
  color: #ff9900;
}

.wpb_wrapper .vc_message_box-outline.vc_color-danger {
  border-color: #ff0000;
}

.wpb_wrapper .vc_message_box-outline.vc_color-danger .vc_message_box-icon {
  color: #ff0000;
}

.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-danger,
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-danger p {
  color: #ff0000;
}

.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-warning,
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-warning p {
  color: #ff9900;
}

.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-success,
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-success p {
  color: #95cc47;
}

.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-info,
.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-info p {
  color: #00aaff;
}

.vc_message_hide {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 300;
  color: rgba(3, 3, 3, 0.25);
}

.vc_message_hide:focus,
.vc_message_hide:hover {
  text-decoration: none;
  color: rgba(3, 3, 3, 0.25);
}

.stm-btn {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-sizing: border-box !important;
  transition: all 0.3s ease;
}

.stm-btn i {
  vertical-align: middle;
  display: inline-block;
}

.stm-btn:focus,
.stm-btn:hover {
  text-decoration: none;
}

.stm-icon-arrow-right {
  font-size: 6px;
}

.stm-btn_size_sm .stm-icon-arrow-right {
  margin-top: -1.5px;
  font-size: 5px;
}

.stm-btn__icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}

.stm-btn__icon * {
  vertical-align: top;
}

.stm-btn_position_right {
  float: right;
}

/* Outline
------------------- */
.stm-btn_style_outline.stm-btn_size_lg {
  height: 50px;
  padding: 0 25px;
  line-height: 46px;
  font-size: 16px;
}

.stm-btn_style_outline.stm-btn_size_sm {
  height: 40px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 13px;
}

.stm-btn_style_outline.stm-btn_theme_blue {
  border-color: #006a4e;
  color: #011b3a;
  background: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue:focus {
  background: #fff;
  color: #011b3a;
}

.stm-btn_style_outline.stm-btn_theme_blue:hover {
  background: #006a4e;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue.stm-btn_state_disabled {
  background: #fff;
  border-color: #d9d9d9;
  color: #999;
  cursor: not-allowed;
}

.stm-btn_style_outline.stm-btn_theme_blue-2 {
  border-color: #006a4e;
  color: #fff;
  background: transparent;
}

.stm-btn_style_outline.stm-btn_theme_blue-2:focus {
  background: transparent;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue-2:hover {
  background: #006a4e;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue-2:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue-2.stm-btn_state_disabled {
  background: #fff;
  border-color: #d9d9d9;
  color: #999;
  cursor: not-allowed;
}

.stm-btn_style_outline.stm-btn_theme_white {
  border-color: #fff;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_white:focus {
  color: #fff;
  background: transparent;
}

.stm-btn_style_outline.stm-btn_theme_white:hover {
  background: #fff;
  color: #95cc47;
}

.stm-btn_style_outline.stm-btn_theme_white:active {
  background: #fff;
  color: #95cc47;
  opacity: 0.75;
}

.stm-btn_style_outline.stm-btn_theme_white.stm-btn_state_disabled:active,
.stm-btn_style_outline.stm-btn_theme_white.stm-btn_state_disabled:focus,
.stm-btn_style_outline.stm-btn_theme_white.stm-btn_state_disabled:hover {
  background: transparent;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_error {
  border-color: #e62117;
  color: #011b3a;
}

.stm-btn_style_outline.stm-btn_theme_error i {
  color: #cc181e;
}

.stm-btn_style_outline.stm-btn_theme_error:focus {
  color: #011b3a;
  background: transparent;
}

.stm-btn_style_outline.stm-btn_theme_error:hover {
  background: #e62117;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_error:hover i {
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_error:active {
  background: #cc181e;
  border-color: #cc181e;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_error:active i {
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_warning {
  border-color: #ff9337;
  color: #011b3a;
}

.stm-btn_style_outline.stm-btn_theme_warning i {
  color: #ff5137;
}

.stm-btn_style_outline.stm-btn_theme_warning:focus {
  color: #011b3a;
  background: transparent;
}

.stm-btn_style_outline.stm-btn_theme_warning:hover {
  background: #ff9337;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_warning:hover i {
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_warning:active {
  background: #ff5137;
  border-color: #ff5137;
  color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_warning:active i {
  color: #fff;
}

.stm-btn_style_flat.stm-btn_size_lg {
  height: 50px;
  padding: 0 15px;
  line-height: 46px;
  font-size: 16px;
}

.stm-btn_style_flat.stm-btn_theme_blue {
  border-color: #006a4e;
  background: #006a4e;
  color: #fff;
}

.stm-btn_style_flat.stm-btn_theme_blue:focus {
  background: #006a4e;
}

.stm-btn_style_flat.stm-btn_theme_blue:hover {
  background: transparent;
  color: #011b3a;
}

.stm-btn_style_flat.stm-btn_theme_blue:active {
  border-color: #007fbf;
  background: #007fbf;
  color: #fff;
}

.stm-btn_style_flat.stm-btn_theme_blue.stm-btn_state_disabled {
  background: transparent;
  border-color: #d9d9d9;
  color: #999;
  cursor: not-allowed;
}

/* Download
------------------- */
.stm-btn-download {
  display: inline-block;
  padding: 12px 30px;
  white-space: nowrap;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 25px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease;
}

.stm-btn-download:focus,
.stm-btn-download:hover {
  text-decoration: none;
}

.stm-btn-download.stm-btn-download_pink {
  border-color: var(--clr-orange);
}

.stm-btn-download.stm-btn-download_pink .stm-btn-download__text {
  color: #c22727;
}

.stm-btn-download.stm-btn-download_yellow {
  border-color: var(--clr-orange);
}

.stm-btn-download.stm-btn-download_lilac {
  border-color: #006a4e;
}

.stm-btn-download.stm-btn-download_purpure {
  border-color: #ac40ff;
  color: #56509f;
}

.stm-btn-download.stm-btn-download_purpure:hover {
  background-color: #ac40ff;
  color: #fff;
}

.stm-btn-download.stm-btn-download_purpure:hover .stm-btn-download__subtext {
  color: #fff;
}

.stm-btn-download:hover .stm-btn-download__text,
.stm-btn-download:hover .stm-btn-download__subtext,
.stm-btn-download:hover .stm-btn-download__icon {
  color: #fff !important;
}

.stm-btn-download:hover.stm-btn-download_pink {
  background-color: var(--clr-orange);
}

.stm-btn-download:hover.stm-btn-download_yellow {
  background-color: var(--clr-orange);
}

.stm-btn-download:hover.stm-btn-download_purpure {
  background-color: #ac40ff;
}

.stm-btn-download__body {
  display: table;
  width: 100%;
}

.stm-btn-download__icon {
  display: table-cell;
  vertical-align: middle;
}

.stm-btn-download__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm-btn-download__content {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.2px;
}

.stm-btn-download__text {
  display: block;
  line-height: 22px;
  font-weight: 600;
}

.stm-btn-download__subtext {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  color: #808080;
}

.stm-btn-download_full-width {
  display: block;
}

.stm-btn-download_white {
  background: #fff;
}

.stm-btn-download_white .stm-btn-download__text {
  color: #011b3a;
}

.stm-btn-download_white .stm-btn-download__subtext {
  color: #808080;
}

.stm-btn-download_white:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.stm-btn-download_grey {
  background: #f8f8f8;
}

.stm-btn-download_grey .stm-btn-download__text {
  color: #011b3a;
}

.stm-btn-download_grey .stm-btn-download__subtext {
  color: #808080;
}

.stm-btn-download_grey:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.stm-btn-download_icon-left .stm-btn-download__content {
  padding-left: 10px;
}

.stm-btn-download_icon-right .stm-btn-download__icon {
  padding-left: 23px;
}

.stm-container:after {
  content: "";
  display: table;
  clear: both;
}

.stm-btn-container_left {
  text-align: left;
}

.stm-btn-container_right {
  text-align: right;
}

.stm-btn-container_center {
  text-align: center;
}

.stm-btn-container_inline {
  display: inline-block;
  vertical-align: middle;
}

.stm-btn_pink.stm-btn_outline {
  background: transparent;
  border-color: #ff6682;
  color: #56509f;
}

.stm-btn_pink.stm-btn_outline:hover {
  background: #ff6682;
  color: #fff;
  border-color: #ff6682;
}

.stm-btn_pink.stm-btn_outline:hover i {
  color: #ffdd00;
}

.stm-btn_pink.stm-btn_outline:active {
  background: #ff6682;
  color: #56509f;
  border-color: #ff6682;
}

.stm-btn_pink.stm-btn_outline:active i {
  color: #56509f;
}

.stm-btn_pink.stm-btn_outline.stm-btn_disabled,
.stm-btn_pink.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_pink.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_pink.stm-btn_outline.stm-btn_disabled:focus {
  color: #56509f;
  border-color: #ff6682;
  background: transparent;
  cursor: not-allowed;
  opacity: 0.5;
}

.stm-btn_pink.stm-btn_outline.stm-btn_disabled i,
.stm-btn_pink.stm-btn_outline.stm-btn_disabled:hover i,
.stm-btn_pink.stm-btn_outline.stm-btn_disabled:active i,
.stm-btn_pink.stm-btn_outline.stm-btn_disabled:focus i {
  color: #56509f;
}

.stm-btn_pink.stm-btn_flat {
  background: #ff6682;
  border-color: #ff6682;
  color: #fff;
}

.stm-btn_pink.stm-btn_flat i {
  color: #ffdd00;
}

.stm-btn_pink.stm-btn_flat:hover {
  background: transparent;
  color: #56509f;
  border-color: #ff6682;
}

.stm-btn_pink.stm-btn_flat:hover i {
  color: #56509f;
}

.stm-btn_pink.stm-btn_flat:active {
  background: #ff6682;
  color: #56509f;
  border-color: #ff6682;
}

.stm-btn_pink.stm-btn_flat:active i {
  color: #56509f;
}

.stm-btn_pink.stm-btn_flat.stm-btn_disabled,
.stm-btn_pink.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_pink.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_pink.stm-btn_flat.stm-btn_disabled:focus {
  color: #56509f;
  border-color: #ff6682;
  background: transparent;
  cursor: not-allowed;
  opacity: 0.5;
}

.stm-btn_pink.stm-btn_flat.stm-btn_disabled i,
.stm-btn_pink.stm-btn_flat.stm-btn_disabled:hover i,
.stm-btn_pink.stm-btn_flat.stm-btn_disabled:active i,
.stm-btn_pink.stm-btn_flat.stm-btn_disabled:focus i {
  color: #56509f;
}

.stm-btn {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  vertical-align: top;
  transition: all 0.3s ease;
}

.stm-btn:hover,
.stm-btn:focus {
  text-decoration: none;
}

.stm-btn span,
.stm-btn i {
  position: relative;
}

.stm-btn_md {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.stm-btn_md.stm-btn_outline {
  border-width: 2px;
  border-style: solid;
  padding: 4px 38px;
  line-height: 42px;
  border-radius: 12px 30px;
}

.stm-btn_md.stm-btn_outline:hover {
  background-color: #006a4e;
  color: #fff;
}

.stm-btn_md.stm-btn_outline:hover span,
.stm-btn_md.stm-btn_outline:hover i {
  color: #fff;
}

.stm-btn_md.stm-btn_outline:hover span:before,
.stm-btn_md.stm-btn_outline:hover i:before {
  color: #fff;
}

.stm-btn_md.stm-btn_flat {
  border-width: 2px;
  border-style: solid;
  padding: 4px 38px;
  line-height: 42px;
  border-radius: 12px 30px;
}

.stm-btn_md.stm-btn_icon-right span,
.stm-btn_md.stm-btn_icon-right i {
  margin-left: 7px;
}

.stm-btn_md.stm-btn_icon-left i,
.stm-btn_md.stm-btn_icon-left span {
  margin-right: 7px;
}

.stm-btn_md span.stm-icon-arrow-right,
.stm-btn_md i.stm-icon-arrow-right {
  font-size: 6px;
}

.stm-btn_md span:before,
.stm-btn_md i:before {
  transition: all 0.3s ease;
}

.stm-btn_sm {
  font-size: 13px;
}

.stm-btn_sm.stm-btn_outline {
  border-width: 2px;
  border-style: solid;
  padding: 0 20px;
  line-height: 36px;
}

.stm-btn_sm.stm-btn_flat {
  border-width: 2px;
  border-style: solid;
  padding: 0 20px;
  line-height: 36px;
}

.stm-btn_sm.stm-btn_icon-right i {
  margin-left: 6px;
}

.stm-btn_sm.stm-btn_icon-left i {
  margin-right: 6px;
}

.stm-btn_sm span.stm-icon-arrow-right,
.stm-btn_sm i.stm-icon-arrow-right {
  font-size: 5px;
}

.stm-btn_orange.stm-btn_outline {
  background: transparent;
  border-color: var(--clr-orange);
  color: #006a4e;
}

.stm-btn_orange.stm-btn_outline:hover {
  background: var(--clr-orange);
  color: #fff;
  border-color: var(--clr-orange);
}

.stm-btn_orange.stm-btn_outline:hover i {
  color: var(--clr-orange);
}

.stm-btn_orange.stm-btn_outline:active {
  background: var(--clr-orange);
  color: #006a4e;
  border-color: var(--clr-orange);
}

.stm-btn_orange.stm-btn_outline:active i {
  color: #006a4e;
}

.stm-btn_orange.stm-btn_outline.stm-btn_disabled,
.stm-btn_orange.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_orange.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_orange.stm-btn_outline.stm-btn_disabled:focus {
  color: #006a4e;
  border-color: var(--clr-orange);
  background: transparent;
  cursor: not-allowed;
  opacity: 0.5;
}

.stm-btn_orange.stm-btn_outline.stm-btn_disabled i,
.stm-btn_orange.stm-btn_outline.stm-btn_disabled:hover i,
.stm-btn_orange.stm-btn_outline.stm-btn_disabled:active i,
.stm-btn_orange.stm-btn_outline.stm-btn_disabled:focus i {
  color: #006a4e;
}

.stm-btn_orange.stm-btn_flat {
  background: var(--clr-orange);
  border-color: var(--clr-orange);
  color: #fff;
}

.stm-btn_orange.stm-btn_flat:hover {
  background: transparent;
  color: #006a4e;
  border-color: var(--clr-orange);
}

.stm-btn_orange.stm-btn_flat:active {
  background: var(--clr-orange);
  color: #006a4e;
  border-color: var(--clr-orange);
}

.stm-btn_orange.stm-btn_flat:active i {
  color: #006a4e;
}

.stm-btn_orange.stm-btn_flat.stm-btn_disabled,
.stm-btn_orange.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_orange.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_orange.stm-btn_flat.stm-btn_disabled:focus {
  color: #006a4e;
  border-color: var(--clr-orange);
  background: transparent;
  cursor: not-allowed;
  opacity: 0.5;
}

.stm-btn_orange.stm-btn_flat.stm-btn_disabled i,
.stm-btn_orange.stm-btn_flat.stm-btn_disabled:hover i,
.stm-btn_orange.stm-btn_flat.stm-btn_disabled:active i,
.stm-btn_orange.stm-btn_flat.stm-btn_disabled:focus i {
  color: #006a4e;
}

.stm-btn_yellow.stm-btn_outline {
  background: transparent;
  border-color: var(--clr-orange);
  color: #fff;
}

.stm-btn_yellow.stm-btn_outline:hover {
  background: var(--clr-orange);
  color: #006a4e;
  border-color: var(--clr-orange);
}

.stm-btn_yellow.stm-btn_outline:hover i,
.stm-btn_yellow.stm-btn_outline:hover span {
  color: var(--clr-orange);
}

.stm-btn_yellow.stm-btn_outline:active {
  background: var(--clr-orange);
  color: var(--clr-orange);
  border-color: var(--clr-orange);
}

.stm-btn_yellow.stm-btn_outline.stm-btn_disabled,
.stm-btn_yellow.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_yellow.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_yellow.stm-btn_outline.stm-btn_disabled:focus {
  color: #fff;
  border-color: var(--clr-orange);
  background: transparent;
  cursor: not-allowed;
  opacity: 0.5;
}

.stm-btn_yellow.stm-btn_outline.stm-btn_disabled i,
.stm-btn_yellow.stm-btn_outline.stm-btn_disabled span,
.stm-btn_yellow.stm-btn_outline.stm-btn_disabled:hover i,
.stm-btn_yellow.stm-btn_outline.stm-btn_disabled:hover span,
.stm-btn_yellow.stm-btn_outline.stm-btn_disabled:active i,
.stm-btn_yellow.stm-btn_outline.stm-btn_disabled:active span,
.stm-btn_yellow.stm-btn_outline.stm-btn_disabled:focus i,
.stm-btn_yellow.stm-btn_outline.stm-btn_disabled:focus span {
  color: #fff;
}

.stm-btn_yellow.stm-btn_flat {
  background: var(--clr-orange);
  border-color: var(--clr-orange);
  color: #fff;
}

.stm-btn_yellow.stm-btn_flat i,
.stm-btn_yellow.stm-btn_flat span {
  color: #fff;
}

.stm-btn_yellow.stm-btn_flat:hover {
  background: transparent;
  color: #fff;
  border-color: var(--clr-orange);
}

.stm-btn_yellow.stm-btn_flat:hover i,
.stm-btn_yellow.stm-btn_flat:hover span {
  color: #fff;
}

.stm-btn_yellow.stm-btn_flat:active {
  background: var(--clr-orange);
  color: #006a4e;
  border-color: var(--clr-orange);
}

.stm-btn_yellow.stm-btn_flat:active i,
.stm-btn_yellow.stm-btn_flat:active span {
  color: #006a4e;
}

.stm-btn_yellow.stm-btn_flat.stm-btn_disabled,
.stm-btn_yellow.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_yellow.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_yellow.stm-btn_flat.stm-btn_disabled:focus {
  color: #fff;
  border-color: var(--clr-orange);
  background: transparent;
  cursor: not-allowed;
  opacity: 0.5;
}

.stm-btn_purpure.stm-btn_outline {
  background: transparent;
  border-color: #bd66ff;
  color: #fff;
}

.stm-btn_purpure.stm-btn_outline:hover {
  background: #bd66ff;
  color: #006a4e;
  border-color: #bd66ff;
}

.stm-btn_purpure.stm-btn_outline:hover i,
.stm-btn_purpure.stm-btn_outline:hover span {
  color: var(--clr-orange);
}

.stm-btn_purpure.stm-btn_outline:active {
  background: #bd66ff;
  color: var(--clr-orange);
  border-color: #bd66ff;
}

.stm-btn_purpure.stm-btn_outline.stm-btn_disabled,
.stm-btn_purpure.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_purpure.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_purpure.stm-btn_outline.stm-btn_disabled:focus {
  color: #fff;
  border-color: #bd66ff;
  background: transparent;
  cursor: not-allowed;
  opacity: 0.5;
}

.stm-btn_purpure.stm-btn_outline.stm-btn_disabled i,
.stm-btn_purpure.stm-btn_outline.stm-btn_disabled span,
.stm-btn_purpure.stm-btn_outline.stm-btn_disabled:hover i,
.stm-btn_purpure.stm-btn_outline.stm-btn_disabled:hover span,
.stm-btn_purpure.stm-btn_outline.stm-btn_disabled:active i,
.stm-btn_purpure.stm-btn_outline.stm-btn_disabled:active span,
.stm-btn_purpure.stm-btn_outline.stm-btn_disabled:focus i,
.stm-btn_purpure.stm-btn_outline.stm-btn_disabled:focus span {
  color: #fff;
}

.stm-btn_purpure.stm-btn_flat {
  background: transparent;
  border-color: #bd66ff;
  color: #006a4e;
}

.stm-btn_purpure.stm-btn_flat i,
.stm-btn_purpure.stm-btn_flat span {
  color: var(--clr-orange);
}

.stm-btn_purpure.stm-btn_flat:hover {
  background: #bd66ff;
  color: #fff;
  border-color: #bd66ff;
}

.stm-btn_purpure.stm-btn_flat:hover i,
.stm-btn_purpure.stm-btn_flat:hover span {
  color: #fff;
}

.stm-btn_purpure.stm-btn_flat:active {
  background: #bd66ff;
  color: #006a4e;
  border-color: #bd66ff;
}

.stm-btn_purpure.stm-btn_flat:active i,
.stm-btn_purpure.stm-btn_flat:active span {
  color: #006a4e;
}

.stm-btn_purpure.stm-btn_flat.stm-btn_disabled,
.stm-btn_purpure.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_purpure.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_purpure.stm-btn_flat.stm-btn_disabled:focus {
  color: #fff;
  border-color: #bd66ff;
  background: transparent;
  cursor: not-allowed;
  opacity: 0.5;
}

.stm-btn_white-secondary.stm-btn_outline,
.stm-btn_white.stm-btn_outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.stm-btn_white-secondary.stm-btn_outline:active,
.stm-btn_white-secondary.stm-btn_outline:hover,
.stm-btn_white.stm-btn_outline:active,
.stm-btn_white.stm-btn_outline:hover {
  background: #fff;
  color: #95cc47;
  border-color: #fff;
}

.stm-btn_white-secondary.stm-btn_outline:active,
.stm-btn_white.stm-btn_outline:active {
  opacity: 0.75;
}

.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:focus,
.stm-btn_white.stm-btn_outline.stm-btn_disabled,
.stm-btn_white.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_white.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_white.stm-btn_outline.stm-btn_disabled:focus {
  background: transparent;
  border-color: #fff;
  color: #fff;
  opacity: 0.5;
  cursor: not-allowed;
}

.stm-btn_white-secondary.stm-btn_flat,
.stm-btn_white.stm-btn_flat {
  background: #fff;
  border-color: #fff;
  color: #95cc47;
}

.stm-btn_white-secondary.stm-btn_flat:active,
.stm-btn_white-secondary.stm-btn_flat:hover,
.stm-btn_white.stm-btn_flat:active,
.stm-btn_white.stm-btn_flat:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.stm-btn_white-secondary.stm-btn_flat:active,
.stm-btn_white.stm-btn_flat:active {
  opacity: 0.75;
}

.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:focus,
.stm-btn_white.stm-btn_flat.stm-btn_disabled,
.stm-btn_white.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_white.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_white.stm-btn_flat.stm-btn_disabled:focus {
  color: #95cc47;
  border-color: #fff;
  background: #fff;
  cursor: not-allowed;
}

.stm-btn_white-secondary.stm-btn_outline:active,
.stm-btn_white-secondary.stm-btn_outline:hover {
  color: #006a4e;
}

.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:hover,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:active,
.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:focus {
  color: #fff;
}

.stm-btn_white-secondary.stm-btn_flat:active,
.stm-btn_white-secondary.stm-btn_flat:hover {
  color: #006a4e;
}

.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:hover,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:active,
.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:focus {
  color: #fff;
}

.stm-btn_custom.stm-btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.stm-btn_error.stm-btn_outline {
  border-color: #e62117;
  color: #011b3a;
}

.stm-btn_error.stm-btn_outline i {
  color: #cc181e;
}

.stm-btn_error.stm-btn_outline:focus {
  color: #011b3a;
  background: transparent;
}

.stm-btn_error.stm-btn_outline:hover {
  background: #e62117;
  color: #fff;
}

.stm-btn_error.stm-btn_outline:hover i {
  color: #fff;
}

.stm-btn_error.stm-btn_outline:active {
  background: #cc181e;
  border-color: #cc181e;
  color: #fff;
}

.stm-btn_error.stm-btn_outline:active i {
  color: #fff;
}

.stm-btn_error.stm-btn_flat {
  border-color: #e62117;
  background: #e62117;
  color: #fff;
}

.stm-btn_error.stm-btn_flat i {
  color: #fff;
}

.stm-btn_error.stm-btn_flat:focus {
  color: #fff;
  background: #e62117;
}

.stm-btn_error.stm-btn_flat:hover {
  background: transparent;
  color: #011b3a;
}

.stm-btn_error.stm-btn_flat:hover i {
  color: #cc181e;
}

.stm-btn_error.stm-btn_flat:active {
  background: #cc181e;
  border-color: #cc181e;
  color: #fff;
}

.stm-btn_error.stm-btn_flat:active i {
  color: #fff;
}

.stm-btn_warning.stm-btn_outline {
  border-color: #ff9337;
  color: #011b3a;
}

.stm-btn_warning.stm-btn_outline i {
  color: #ff5137;
}

.stm-btn_warning.stm-btn_outline:focus {
  color: #011b3a;
  background: transparent;
}

.stm-btn_warning.stm-btn_outline:hover {
  background: #ff9337;
  color: #fff;
}

.stm-btn_warning.stm-btn_outline:hover i {
  color: #fff;
}

.stm-btn_warning.stm-btn_outline:active {
  background: #ff5137;
  border-color: #ff5137;
  color: #fff;
}

.stm-btn_warning.stm-btn_outline:active i {
  color: #fff;
}

.stm-btn_warning.stm-btn_flat {
  border-color: #ff9337;
  background: #ff9337;
  color: #fff;
}

.stm-btn_warning.stm-btn_flat i {
  color: #fff;
}

.stm-btn_warning.stm-btn_flat:focus {
  background: #ff9337;
  color: #fff;
}

.stm-btn_warning.stm-btn_flat:hover {
  background: transparent;
  color: #011b3a;
}

.stm-btn_warning.stm-btn_flat:hover i {
  color: #ff5137;
}

.stm-btn_warning.stm-btn_flat:active {
  background: #ff5137;
  border-color: #ff5137;
  color: #fff;
}

.stm-btn_warning.stm-btn_flat:active i {
  color: #fff;
}

.stm-big-container:after {
  content: "";
  display: table;
  clear: both;
}

.stm-btn-big-container_left {
  text-align: left;
  max-width: 250px;
}

.stm-btn-big-container_right {
  text-align: right;
  max-width: 250px;
}

.stm-btn-big-container_center {
  text-align: center;
  max-width: 250px;
}

.stm-btn-big-container_inline {
  display: inline-block;
  vertical-align: middle;
}

.stm-btn-big {
  position: relative;
  display: block;
  width: auto;
  border-radius: 25px;
  padding: 14px 29px 15px;
  white-space: nowrap;
  line-height: 1;
  transition: all 0.3s ease;
}

.stm-btn-big:hover,
.stm-btn-big:focus {
  text-decoration: none;
}

.stm-btn-big i {
  transition: all 0.3s ease;
  position: relative;
}

.stm-btn-big__content {
  display: table;
  width: 100%;
}

.stm-btn-big__left {
  display: table-cell;
  vertical-align: middle;
}

.stm-btn-big__body {
  display: table-cell;
  vertical-align: middle;
}

.stm-btn-big__text {
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.stm-btn-big__secondary-text {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  color: #808080;
  transition: all 0.3s ease;
}

.stm-btn-big_icon-left .stm-btn-big__body {
  padding-left: 14px;
}

.stm-btn-big_icon-right .stm-btn-big__body {
  padding-right: 14px;
}

.stm-btn-big_outline {
  border-width: 2px;
  border-style: solid;
}

.stm-btn-big_blue.stm-btn-big_outline {
  background: transparent;
  border-color: #55caf5;
  color: #011b3a;
}

.stm-btn-big_blue.stm-btn-big_outline .stm-btn-big__text {
  color: #00acec;
}

.stm-btn-big_blue.stm-btn-big_outline .stm-btn-big__left i {
  color: #00acec;
}

.stm-btn-big_blue.stm-btn-big_outline .stm-btn-big__secondary-text {
  color: #808080;
}

.stm-btn-big_blue.stm-btn-big_outline:hover {
  background: #55caf5;
  border-color: #55caf5;
}

.stm-btn-big_blue.stm-btn-big_outline:hover .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_outline:hover .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline:hover .stm-btn-big__secondary-text {
  color: #fff;
}

.stm-btn-big_blue.stm-btn-big_outline:active {
  background: #00acec;
  border-color: #00acec;
}

.stm-btn-big_blue.stm-btn-big_outline:active .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_outline:active .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline:active .stm-btn-big__secondary-text {
  color: #fff;
}

.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus {
  border-color: #d9d9d9;
  background: transparent;
  cursor: not-allowed;
}

.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus
  .stm-btn-big__secondary-text {
  color: #999;
}

.stm-btn-big_blue.stm-btn-big_flat {
  background: #006a4e;
  border-color: #006a4e;
  border-width: 2px;
  border-style: solid;
}

.stm-btn-big_blue.stm-btn-big_flat .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_flat .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat .stm-btn-big__secondary-text {
  color: #fff;
}

.stm-btn-big_blue.stm-btn-big_flat:hover {
  background: transparent;
  border-color: #006a4e;
}

.stm-btn-big_blue.stm-btn-big_flat:hover .stm-btn-big__left i {
  color: #006a4e;
}

.stm-btn-big_blue.stm-btn-big_flat:hover .stm-btn-big__text {
  color: #011b3a;
}

.stm-btn-big_blue.stm-btn-big_flat:hover .stm-btn-big__secondary-text {
  color: #808080;
}

.stm-btn-big_blue.stm-btn-big_flat:active {
  background: #006a4e;
  border-color: #006a4e;
}

.stm-btn-big_blue.stm-btn-big_flat:active .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_flat:active .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat:active .stm-btn-big__secondary-text {
  color: #fff;
}

.stm-btn-big_blue.stm-btn-big_flat:active:after {
  visibility: visible;
  opacity: 1;
}

.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus {
  border-color: #d9d9d9;
  background: transparent;
  cursor: not-allowed;
}

.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled .stm-btn-big__left i,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active
  .stm-btn-big__secondary-text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus
  .stm-btn-big__left
  i,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus
  .stm-btn-big__text,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus
  .stm-btn-big__secondary-text {
  color: #999;
}

.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:after,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover:after,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active:after,
.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus:after {
  content: none;
}

.stm-btn-big_light_blue.stm-btn-big_outline {
  background: transparent;
  border-color: #34ccff;
  color: #011b3a;
}

.stm-btn-big_light_blue.stm-btn-big_outline .stm-btn-big__text {
  color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_outline .stm-btn-big__left i {
  color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_outline .stm-btn-big__secondary-text {
  color: #808080;
}

.stm-btn-big_light_blue.stm-btn-big_outline:hover {
  background: #34ccff;
  border-color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_outline:hover .stm-btn-big__left i,
.stm-btn-big_light_blue.stm-btn-big_outline:hover .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_outline:hover .stm-btn-big__secondary-text {
  color: #fff;
}

.stm-btn-big_light_blue.stm-btn-big_outline:active {
  background: #34ccff;
  border-color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_outline:active .stm-btn-big__left i,
.stm-btn-big_light_blue.stm-btn-big_outline:active .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_outline:active
  .stm-btn-big__secondary-text {
  color: #fff;
}

.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:hover,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:active,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:focus {
  border-color: #d9d9d9;
  background: transparent;
  cursor: not-allowed;
}

.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled
  .stm-btn-big__left
  i,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled
  .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled
  .stm-btn-big__secondary-text,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:hover
  .stm-btn-big__left
  i,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:hover
  .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:hover
  .stm-btn-big__secondary-text,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:active
  .stm-btn-big__left
  i,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:active
  .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:active
  .stm-btn-big__secondary-text,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:focus
  .stm-btn-big__left
  i,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:focus
  .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:focus
  .stm-btn-big__secondary-text {
  color: #999;
}

.stm-btn-big_light_blue.stm-btn-big_flat {
  background: #34ccff;
  border-color: #34ccff;
  border-width: 2px;
  border-style: solid;
}

.stm-btn-big_light_blue.stm-btn-big_flat .stm-btn-big__left i,
.stm-btn-big_light_blue.stm-btn-big_flat .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_flat .stm-btn-big__secondary-text {
  color: #fff;
}

.stm-btn-big_light_blue.stm-btn-big_flat:hover {
  background: transparent;
  border-color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_flat:hover .stm-btn-big__left i {
  color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_flat:hover .stm-btn-big__text {
  color: #011b3a;
}

.stm-btn-big_light_blue.stm-btn-big_flat:hover .stm-btn-big__secondary-text {
  color: #808080;
}

.stm-btn-big_light_blue.stm-btn-big_flat:active {
  background: #34ccff;
  border-color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_flat:active .stm-btn-big__left i,
.stm-btn-big_light_blue.stm-btn-big_flat:active .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_flat:active .stm-btn-big__secondary-text {
  color: #fff;
}

.stm-btn-big_light_blue.stm-btn-big_flat:active:after {
  visibility: visible;
  opacity: 1;
}

.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:hover,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:active,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:focus {
  border-color: #d9d9d9;
  background: transparent;
  cursor: not-allowed;
}

.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled
  .stm-btn-big__left
  i,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled
  .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled
  .stm-btn-big__secondary-text,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:hover
  .stm-btn-big__left
  i,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:hover
  .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:hover
  .stm-btn-big__secondary-text,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:active
  .stm-btn-big__left
  i,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:active
  .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:active
  .stm-btn-big__secondary-text,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:focus
  .stm-btn-big__left
  i,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:focus
  .stm-btn-big__text,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:focus
  .stm-btn-big__secondary-text {
  color: #999;
}

.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:after,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:hover:after,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:active:after,
.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:focus:after {
  content: none;
}

#sb_instagram.stm-instagram-feed #sbi_images {
  padding: 0 !important;
  margin: 0 -8.5px;
  width: auto !important;
}

#sb_instagram.stm-instagram-feed #sbi_images .sbi_type_image {
  padding: 0 8.5px !important;
}

#sb_instagram.stm-instagram-feed #sbi_load {
  text-align: left;
}

#sb_instagram.stm-instagram-feed #sbi_load .sbi_follow_btn {
  margin: 0;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a {
  margin-top: 25px;
  padding: 11px 30px 11px 24px;
  background: transparent;
  border: 2px solid #4090db;
  border-radius: 0;
  font-size: 16px;
  color: #011b3a;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a .fa {
  color: #125688;
  margin-right: 15px !important;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a:hover {
  background: #4090db;
  color: #fff;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a:hover .fa {
  color: #fff;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a:active {
  background: #125688;
  border-color: #125688;
  color: #fff;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a:active .fa {
  color: #fff;
}

.tt_tabs_navigation li {
  margin: 0 !important;
  font-size: 18px !important;
}

.tt_tabs_navigation li a {
  border: 2px solid transparent !important;
  margin-bottom: 0 !important;
  padding: 0 37px !important;
  line-height: 36px !important;
  font-size: 18px !important;
  font-family: "Quicksand", sans-serif !important;
  font-weight: 600 !important;
  color: #006a4e !important;
}

.tt_tabs_navigation li a:hover {
  color: var(--clr-orange) !important;
  line-height: 36px !important;
  border: 2px solid transparent !important;
  padding-bottom: 0 !important;
}

.tt_tabs_navigation li a.selected,
.tt_tabs_navigation li.ui-tabs-active a {
  border-radius: 30px;
  background-color: var(--clr-orange);
  border: 2px solid var(--clr-orange) !important;
  padding-bottom: 0 !important;
  color: #fff !important;
}

.tt_tabs_navigation li a.selected:hover,
.tt_tabs_navigation li.ui-tabs-active a:hover {
  color: #fff !important;
}

.tt_timetable th {
  background: #f0f0f0;
}

.tt_tabs_navigation {
  background-color: var(--clr-orange) !important;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 40px;
}

table.tt_timetable {
  background: transparent !important;
}

/**
 * WooCommerce CSS Variables
 */
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../../fonts/woocommerce/star.eot");
  src:
    url("../../fonts/woocommerce/stard41d.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/woocommerce/star.woff") format("woff"),
    url("../../fonts/woocommerce/star.ttf") format("truetype"),
    url("../../fonts/woocommerce/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "WooCommerce";
  src: url("../../fonts/woocommerce/WooCommerce.eot");
  src:
    url("../../fonts/woocommerce/WooCommerced41d.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/woocommerce/WooCommerce.woff") format("woff"),
    url("../../fonts/woocommerce/WooCommerce.ttf") format("truetype"),
    url("../../fonts/woocommerce/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Global styles
 */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: white;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}

p.demo_store a {
  color: white;
}

.admin-bar p.demo_store {
  top: 32px;
}

/**
 * Utility classes
 */
.clear {
  clear: both;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.stm_lms_courses__single--price {
  line-height: 22px;
}

.stm_lms_courses__single--info_preview a {
  font-size: 14px;
}

.stm_lms_courses__single--meta .average-rating-stars__top {
  align-items: center;
  width: 69% !important;
}

.stm_lms_courses__single--meta .average-rating-stars__av {
  margin: 0;
  font-size: 14px;
}

.stm_lms_courses__single--meta .star-rating {
  height: 14px;
}

.single_product_after_title .meta-unit .label {
  padding: 0;
}

.single_product_after_title .meta-unit .meta_values {
  line-height: 22px;
}

#stm_lms_faq .panel.panel-default .panel-body {
  padding-top: 30px !important;
}

.stm-lms-course__curriculum .stm-curriculum-item__completed {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stm_lms_course__content ul {
  padding-left: 20px;
  padding-bottom: 30px;
}

.stm_lms_edit_account p {
  margin-bottom: 30px !important;
}

.stm-lms-user_create_announcement_btn a,
.stm-lms-user_edit_profile_btn a {
  display: flex;
  align-items: center;
}

.stm-lms-user_create_announcement_btn a i,
.stm-lms-user_edit_profile_btn a i {
  top: 2px !important;
  min-width: 18px !important;
  text-align: center;
}

.stm_lms_edit_socials .form-group-social input {
  border: 0 !important;
}

.stm_lms_edit_socials .form-group-social i {
  top: 8px !important;
  min-width: 20px;
}

.stm-lms-course__content table {
  width: 100%;
}

.stm-lms-course__content table tr th,
.stm-lms-course__content table tr td {
  padding: 5px 15px !important;
}

.stm_lms_complete_lesson.btn {
  background-color: #273044;
  line-height: 16px;
  color: white;
}

.stm_lms_courses_categories.style_3 .stm_lms_courses_category > a:hover {
  background-color: #1b7344 !important;
}

.stm_lms_courses_carousel__button:hover {
  color: #333333 !important;
}

.single-stm-courses .header-holder,
.tax-stm_lms_course_taxonomy .header-holder,
.stm_lms_chat_page .header-holder {
  position: relative;
}

.stm-lms-wrapper--gradebook
  .stm_lms_gradebook__course__inner
  .stm_lms_gradebook__course__image {
  max-width: 100px;
}

.stm-lms-wrapper--gradebook
  .stm_lms_gradebook__course__inner
  .stm_lms_gradebook__course__views {
  top: 50% !important;
  margin-top: -13px !important;
}

.stm-lms-wrapper--gradebook .stm_lms_gradebook__course__inner:after {
  top: 50% !important;
  margin-top: -13px !important;
}

.stm-lms-wrapper--gradebook .stm_lms_gradebook__course {
  padding: 30px 10px !important;
}

.stm_lms_chat_page .stm_lms_instructor_courses__top a:hover,
.stm_lms_chat_page .stm_lms_instructor_courses__top a:active,
.stm_lms_chat_page .stm_lms_instructor_courses__top a:focus {
  border: 0 !important;
  color: white !important;
}

.stm_lms_chat_page .stm_lms_instructor_courses__top .btn.btn-default {
  border: 0;
}

.stm_lms_faq__single_top i {
  font-size: 12px;
}

.stm_lms_lesson_comments__list_single__replies_count .fa-comment-dots:before {
  content: "\f27b";
}

.stm_lms_lesson_comments .stm_lms_lesson_comments__top .btn {
  color: white !important;
}

.single-stm-courses
  #stm_lms_faq
  .panel.panel-default
  .panel-heading
  .panel-title
  a {
  padding: 20px !important;
}

.single-stm-courses
  #stm_lms_faq
  .panel.panel-default
  .panel-heading
  .panel-title
  a
  i {
  top: 25px !important;
  left: 5px !important;
}

.single-stm-courses
  #stm_lms_faq
  .panel.panel-default
  .panel-heading
  .panel-title
  a.collapsed
  i {
  top: 25px !important;
}

.single-stm-courses #stm_lms_faq .panel.panel-default .panel-collapse:before {
  border-radius: 6px !important;
}

.single-stm-courses
  #stm_lms_faq
  .panel.panel-default
  .panel-collapse
  .panel-body {
  padding: 20px 20px 30px !important;
}

.single-stm-courses #reviews table.detail_rating_unit tr td {
  padding: 15px !important;
}

.single-stm-courses .stm-lms-buy-buttons .start-course {
  padding: 15px 25px !important;
}

.single-stm-courses .stm-lms-buy-buttons .btn:not(.start-course).btn_big {
  display: flex;
  min-height: 34px;
  margin-bottom: 8px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 25px 19px;
  font-size: 17px;
  width: 100%;
  border: 0;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.fa.fa-medal:before {
  content: "\f19d" !important;
}

.fa.fa-book-open:before {
  content: "\f1ea" !important;
}

.fa.fa-layer-group:before {
  content: "\f1b3" !important;
}

.fa.fa-cloud-download-alt:before {
  content: "\f0ed" !important;
}

.fa.fa-spell-check:before {
  content: "\f11e" !important;
}

.fa.fa-pen:before,
.fa.fa-pencil-alt:before {
  content: "\f040" !important;
}

.fa.fa-trash-alt:before {
  content: "\f1f8" !important;
}

#stm_lms_lesson_comments textarea {
  color: #000 !important;
}

.stm-lms-user-courses
  .stm_lms_instructor_courses__single--enroll
  .btn.continue {
  color: white !important;
}

.stm_lms_instructor_quota__buttons .btn.upgrade {
  color: white !important;
}

.stm_metaboxes_grid .stm_metaboxes_grid__inner input[type="number"],
.stm_metaboxes_grid .stm_metaboxes_grid__inner input[type="text"],
.stm_metaboxes_grid .stm_metaboxes_grid__inner input[type="time"],
.stm_metaboxes_grid .stm_metaboxes_grid__inner select,
.stm_metaboxes_grid .stm_metaboxes_grid__inner textarea {
  padding: 20px 15px !important;
}

.stm_lms_curriculum_box .dropdown.v-select .dropdown-toggle {
  height: 40px !important;
}

#stm_lms_enterprise_groups .stm_lms_ent_groups_add_edit__emails_new i {
  width: 34px !important;
  height: 34px !important;
  font-size: 20px !important;
  line-height: 34px !important;
}

#stm_lms_enterprise_group .stm_lms_enterprise_group__single_avatar {
  max-width: 55px !important;
}

.stm-lms-course__lesson-content p {
  line-height: 32px !important;
  color: inherit !important;
}

.stm_lms_course_completed_summary {
  margin: 20px 0 !important;
}

.btn.btn-default {
  padding: 15px !important;
}

.btn.btn-default.btn-green {
  border: 0 !important;
  color: white !important;
}

.btn.btn-default.approve,
.btn.btn-default.reject {
  border: 0 !important;
  color: white !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn.btn-default.approve i,
.btn.btn-default.reject i {
  left: auto !important;
  right: 15px !important;
}

.stm_lms_g_courses .stm_lms_g_course__btn .btn.btn-default {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  color: white !important;
}

.stm_lms_login_wrapper .stm_lms_lost_password_form .btn.btn-default,
.stm_lms_login_wrapper__actions .btn.btn-default,
.stm_lms_register_wrapper__actions .btn.btn-default {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  color: white !important;
}

.stm_lms_fast_message_btns .btn.btn-default.btn-cancel {
  color: inherit !important;
}

.stm_assignment_btn label {
  margin: 3px 0 0 10px !important;
}

.stm_lms_points_history_table table {
  width: 100%;
}

.stm_lms_assignments_table {
  min-width: 100% !important;
}

.stm-lms-wrapper--gradebook_header {
  margin-bottom: 50px;
}

.stm-lms-wrapper--assignments {
  max-width: 100% !important;
}

.stm-lms-user_message_btn .btn.btn-default {
  border: 0;
  font-weight: 700;
  color: white !important;
}

.stm_lms_login_wrapper__actions .stm_lms_styled_checkbox__inner {
  border: 0 !important;
}

body .asignments_grid__pagination ul.page-numbers {
  margin: 0;
  padding: 0;
}

body .asignments_grid__pagination ul.page-numbers li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin-right: 10px;
}

body .asignments_grid__pagination ul.page-numbers li:last-child {
  margin-right: 0;
}

body .asignments_grid__pagination ul.page-numbers li a,
body .asignments_grid__pagination ul.page-numbers li span {
  display: flex;
  min-width: 30px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc !important;
}

body .asignments_grid__pagination ul.page-numbers li span {
  border-color: #1b7344 !important;
  background-color: #1b7344 !important;
  color: white !important;
}

body .asignments_grid__pagination ul.page-numbers li span:after {
  background: transparent !important;
}

#stm-account-statistics input[type="text"] {
  height: 52px !important;
}

#stm-account-statistics h5.p-t-15 {
  padding-top: 10px !important;
  font-size: 14px !important;
}

.stm-lms-dynamic_sidebar {
  border: 1px solid #cccccc !important;
  padding: 0 17px !important;
}

.stm-lms-dynamic_sidebar .widget {
  padding: 30px 0 !important;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget {
  padding: 1px 0 0;
  margin: 0;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li {
  list-style: none;
  margin: 15px 0;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a {
  position: relative;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a img {
  float: left;
  margin: 0 !important;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta .title {
  width: 100%;
  padding-top: 2px;
  margin-bottom: 6px;
  line-height: 18px;
  font-size: 14px;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta .price {
  border-radius: 5px;
  background: #4097cc;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta .expert {
  font-size: 12px;
}

.stm-lms-dynamic_sidebar
  .stm_product_list_widget
  li
  a
  .meta
  .rating
  .star-rating {
  margin-top: 3px !important;
}

#stm_lms_google_classroom_grid select,
.stm_lms_register_wrapper__actions select {
  min-width: 205px;
  border: 1px solid #e6e6e6;
}

/*-------------------------------------
# Responsive
---------------------------------------*/
@media (min-width: 1200px) {
  .row > .col-lg-2:nth-child(6n + 1),
  .row > .col-lg-3:nth-child(4n + 1),
  .row > .col-lg-4:nth-child(3n + 1),
  .row > .col-lg-6:nth-child(2n + 1) {
    clear: both;
  }

  .woocommerce ul.products li.product:nth-child(3n + 1) {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .row > .col-md-2:nth-child(6n + 1),
  .row > .col-md-3:nth-child(4n + 1),
  .row > .col-md-4:nth-child(3n + 1),
  .row > .col-md-6:nth-child(2n + 1) {
    clear: both;
  }

  .woocommerce ul.products li.product:nth-child(3n + 1) {
    clear: both;
  }

  .woocommerce form.login .lost_password {
    float: none;
    margin: 0;
  }

  .woocommerce form.login .wc-remember-me {
    float: none;
    margin-top: 8px;
  }

  .stm-icon-box_style-4 {
    padding: 40px 20px;
  }

  .stm-icon-box_style-4.stm-icon-box_ic-pos_left .stm-icon-box__content {
    padding-left: 20px;
  }

  .stm-post_view_grid .stm-post__caption-container {
    padding: 0 15px;
  }

  .stm-cta__action-descr {
    padding-right: 15px;
  }

  .stm-cta__action-descr br {
    display: none;
  }

  .stm-cta__action {
    padding-left: 35px;
    padding-right: 35px;
  }

  .stm-stats_counter .stm-stats__value {
    font-size: 35px;
    margin-top: 0;
  }

  .content_type_search .col-md-9 .post_view_list .entry-thumbnail {
    max-width: 250px;
  }

  .vc_col-md-8 .event-info_table > ul {
    margin-bottom: -10px;
  }

  .vc_col-md-8 .event-info_table > ul > li {
    width: 50%;
    margin-bottom: 10px;
  }

  .vc_col-md-8 .event-info_table > ul > li:nth-child(2n + 1) {
    clear: both;
  }

  .error404 .content {
    padding-top: 279px;
  }

  .wpb_text_column p br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .row > .col-sm-2:nth-child(6n + 1),
  .row > .col-sm-3:nth-child(4n + 1),
  .row > .col-sm-4:nth-child(3n + 1),
  .row > .col-sm-6:nth-child(2n + 1) {
    clear: both;
  }

  .wpb_text_column p br {
    display: none;
  }

  .top-bar_view-style_2 .top-bar__search .stm-search-form__field {
    width: 200px;
  }

  .top-bar_view-style_2 .list_social-networks_simple {
    margin-right: 200px;
  }

  .top-bar_view-style_3 .top-bar__contact {
    padding-left: 20px;
  }

  .top-bar_view-style_3 .top-bar__contact_address {
    display: none;
  }

  .top-bar_view-style_3 .top-bar__search .stm-search-form__field_active {
    width: 200px;
  }

  .top-bar_view-style_4 .top-bar__contact {
    padding-left: 20px;
  }

  .top-bar_view-style_4 .top-bar__socials {
    display: none;
  }

  .top-bar_view-style_4 .top-bar__search .stm-search-form__field_active {
    width: 200px;
  }

  .stm-nav__menu > li {
    padding: 0 10px;
  }

  .stm-nav__menu_type_header {
    margin-right: -10px;
  }

  .stm-nav__menu_type_header > .menu-item {
    margin: 0 10px;
  }

  .error404 .content {
    padding-top: 279px;
  }

  .stm-cta[class*="vc_custom"] {
    margin-top: 0 !important;
  }

  .stm-cta__image {
    display: none;
  }

  .stm-cta__action {
    padding: 30px 45px;
  }

  .vc_tta-panel-body .stm-donation_view_grid {
    margin-bottom: 55px;
  }

  .wpb_wrapper .stm-icon-box_style-4[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .stm-image_style_frame-wood .stm-image__content {
    padding: 15px;
  }

  .stm-pricing__side-panel {
    float: none;
    padding-top: 0;
    width: 100%;
  }

  .stm-pricing__features {
    display: none;
  }

  .stm-pricing__tables {
    width: 100%;
    float: none;
  }

  .stm-pricing-table__feature-label {
    display: block;
    margin-bottom: 15px;
  }

  .stm-pricing-table__feature-value {
    line-height: 1;
  }

  .stm-text-box[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 44px 50px !important;
  }

  .vc_col-sm-5 .stm-text-box {
    padding: 24px 25px;
  }

  .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .stm-slider {
    max-width: none !important;
  }

  .vc_tta-tabs_style-2 .vc_tta-tabs-container,
  .vc_tta-tabs_style-1 .vc_tta-tabs-container {
    margin: 0 -2px;
  }

  .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab,
  .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
    padding: 0 2px;
    font-size: 16px;
  }

  .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a,
  .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
    padding: 12px;
  }

  .stm-stats_counter.stm-stats_icon_left,
  .stm-stats_counter.stm-stats_icon_right {
    text-align: center;
  }

  .stm-stats_counter.stm-stats_icon_left .stm-stats__icon,
  .stm-stats_counter.stm-stats_icon_right .stm-stats__icon {
    float: none;
    margin-bottom: 18px;
  }

  .stm-stats_counter.stm-stats_icon_left .stm-stats__content,
  .stm-stats_counter.stm-stats_icon_right .stm-stats__content {
    padding-left: 0;
    padding-right: 0;
  }

  .widget_footer .list_social-networks {
    padding-top: 0;
  }

  .stm-video-carousel_view_media-gallery {
    margin-bottom: 30px;
  }

  .widget-area_type_footer > .row {
    margin-bottom: -40px;
  }

  .widget-area_type_footer > .row .col-sm-6:nth-child(2n + 1) {
    clear: both;
  }

  .woocommerce ul.products li.product:nth-child(3n + 1) {
    clear: both;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 41px 30px;
  }

  .woocommerce-account .addresses .title h4 {
    float: none;
  }

  .woocommerce-account .addresses .title .edit {
    margin-top: 30px;
    float: none;
  }

  .woocommerce-page table.cart td.actions .coupon {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .wpb_text_column p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .row > .col-xs-2:nth-child(6n + 1),
  .row > .col-xs-3:nth-child(4n + 1),
  .row > .col-xs-4:nth-child(3n + 1),
  .row > .col-xs-6:nth-child(2n + 1) {
    clear: both;
  }

  .stm-single-image_right .stm-single-image {
    float: none;
  }

  .header-holder {
    position: relative;
  }

  .header,
  .top-bar {
    display: none;
  }

  .top-bar-mobile,
  .header-mobile {
    display: block;
  }

  .error404 .content {
    padding-top: 179px;
  }

  .content_type_search .post_view_list .entry-thumbnail {
    max-width: 350px;
  }

  .stm-posts_list .posts_has__thumb .entry-details-container {
    border-radius: 0 0 25px 25px;
    border: 1px solid #e6e6e6;
    border-top: 0;
  }

  .search-bar
    .stm-search-form
    .stm-search-form__submit
    .stm-icon-search:before {
    margin: 0;
  }

  .stm-stats_counter.stm-stats_icon_left,
  .stm-stats_counter.stm-stats_icon_right {
    text-align: center;
  }

  .stm-stats_counter.stm-stats_icon_left .stm-stats__icon,
  .stm-stats_counter.stm-stats_icon_right .stm-stats__icon {
    float: none;
    margin-bottom: 18px;
  }

  .stm-stats_counter.stm-stats_icon_left .stm-stats__content,
  .stm-stats_counter.stm-stats_icon_right .stm-stats__content {
    padding-left: 0;
    padding-right: 0;
  }

  .stm_wp_custom-menu[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wpb_single_image[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .stm-page-head,
  .stm-page-head_size_medium,
  .stm-page-head_size_small {
    padding: 78px 0;
  }

  .stm-page-head_has_shopping-cart .stm-page-head__content {
    float: none;
    margin-bottom: 30px;
  }

  .stm-page-head_has_shopping-cart .shopping-cart {
    float: none;
    display: inline-block;
    margin-top: 0;
  }

  .vc_col-xs-12 > .vc_column-inner[class*="vc_custom"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .stm-video-carousel_view_media-gallery {
    margin-bottom: 30px;
  }

  .stm-cta[class*="vc_custom"] {
    margin-top: 0 !important;
  }

  .stm-cta__image {
    display: none;
  }

  .stm-cta__action {
    display: block;
    width: auto;
    padding: 25px 35px 30px 35px;
  }

  .stm-cta__action-descr {
    padding-right: 20px;
  }

  .stm-cta__action-descr br {
    display: none;
  }

  .stm-pricing__side-panel {
    float: none;
    padding-top: 0;
    width: 100%;
  }

  .stm-pricing__features {
    display: none;
  }

  .stm-pricing__tables {
    width: 100%;
    float: none;
  }

  .stm-pricing-table__feature-value {
    line-height: 1;
  }

  .stm-pricing-table__feature-label {
    display: block;
    margin-bottom: 15px;
  }

  .wpb_wrapper
    .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat
    .vc_tta-panel
    .vc_tta-panel-heading,
  .wpb_wrapper
    .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat
    .vc_tta-panel
    .vc_tta-panel-heading:focus,
  .wpb_wrapper
    .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat
    .vc_tta-panel
    .vc_tta-panel-heading:hover {
    background: #006a4e;
  }

  .wpb_wrapper
    .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat
    .vc_tta-panel.vc_active
    .vc_tta-panel-heading {
    background: #95cc47;
  }

  .wpb_wrapper .vc_tta-tabs_style-1.vc_tta-tabs.vc_general {
    margin-top: -52px !important;
  }

  .wpb_wrapper .vc_tta-tabs_style-1.vc_tta-tabs.vc_general .vc_tta-panel-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wpb_wrapper
    .vc_tta.vc_tta-spacing-1
    .vc_tta-panel:not(:first-child)
    .vc_tta-panel-heading {
    margin-top: 0;
  }

  .wpb_wrapper
    .vc_tta.vc_tta-spacing-1
    .vc_tta-panel.vc_active
    .vc_tta-panel-heading,
  .wpb_wrapper
    .vc_tta.vc_tta-spacing-1
    .vc_tta-panel:not(:last-child)
    .vc_tta-panel-heading {
    margin-bottom: 0;
  }

  .wpb_wrapper
    .vc_tta-tabs_style-2.vc_tta-tabs.vc_general.vc_tta-o-no-fill
    .vc_tta-panel-body {
    padding: 22px 30px 30px 26px;
  }

  .stm-contact-details_type_teacher[class*="vc_custom"] {
    padding: 32px 25px 34px 25px !important;
  }

  .wpb_wrapper .vc_tta.vc_general .vc_tta-panel-body .stm-donations {
    margin-bottom: -30px;
  }

  .wpb_wrapper .vc_tta.vc_general .vc_tta-panel-body .stm-donation_view_grid {
    margin-bottom: 55px;
  }

  .stm-donation_view_grid .stm-donation__thumbnail img {
    margin: 0 auto;
  }

  .col-xs-12 .stm-donation_view_grid {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .vc_tta-tabs .stm-event_view_grid .stm-event__left {
    float: none;
    margin: 0 0 30px;
  }

  .vc_tta-tabs .stm-event_view_grid .stm-event__date {
    float: none;
    margin: 0 auto;
  }

  .vc_tta-tabs .stm-event_view_grid .stm-event__content {
    padding-left: 0;
    text-align: center;
  }

  .event-info_table > ul > li {
    padding: 0 5px;
  }

  .event-info_table > ul > li {
    width: 100%;
    margin-bottom: 15px;
  }

  .wpb_wrapper .stm-icon-box_style-4[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .stm-carousel_view_posts {
    padding-bottom: 42px;
  }

  .stm-posts[class*="vc_custom"] {
    margin-bottom: 30px !important;
  }

  .stm-contact-details_type_contacts {
    padding: 27px 32px 30px 32px;
  }

  .stm-table-container {
    overflow: hidden;
    overflow-x: auto;
  }

  .stm-table_camps th {
    white-space: nowrap;
  }

  .stm-text-box[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 44px 50px !important;
  }

  .stm-media-gallery_format_audio iframe {
    margin-bottom: 30px;
  }

  .wpb_wrapper .stm-action-box__figure img {
    margin: 0 auto;
  }

  .donation-info__footer-col {
    display: block;
  }

  .donation-info__footer-col:not(:first-child) {
    margin-top: 30px;
  }

  .search-bar__founded {
    margin-bottom: 10px;
  }

  .search-bar .stm-search-form .stm-search-form__field {
    width: calc(100% - 60px);
  }

  .search-bar .stm-search-form .stm-search-form__submit {
    min-width: 50px;
    height: 50px;
    padding: 0;
    line-height: 1;
  }

  .search-bar .stm-search-form .stm-search-form__submit .stm-icon {
    display: block;
  }

  .search-bar .stm-search-form .stm-search-form__submit-text {
    display: none;
  }

  .error404 .content {
    margin-top: 0;
  }

  .post_view_single .entry-meta > li {
    margin-right: 20px;
  }

  .woocommerce-page .woocommerce-ordering,
  .woocommerce .woocommerce-ordering {
    width: 180px;
  }

  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product {
    width: 49.5%;
  }

  .woocommerce-page ul.products li.product:nth-child(2n + 1),
  .woocommerce ul.products li.product:nth-child(2n + 1) {
    clear: both;
  }

  .woocommerce-page div.product .woocommerce-tabs .panel,
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 41px 30px;
  }

  .woocommerce-page form.checkout_coupon .input-text,
  .woocommerce form.checkout_coupon .input-text {
    margin-bottom: 20px;
  }

  .woocommerce-page table.cart td.product-price,
  .woocommerce-page table.cart td.product-name,
  .woocommerce-page table.cart td.product-quantity,
  .woocommerce-page table.cart td.product-subtotal,
  .woocommerce table.cart td.product-price,
  .woocommerce table.cart td.product-name,
  .woocommerce table.cart td.product-quantity,
  .woocommerce table.cart td.product-subtotal {
    font-size: 16px;
    color: #595959;
  }

  .woocommerce-page table.cart td.product-price .amount,
  .woocommerce-page table.cart td.product-subtotal .amount,
  .woocommerce table.cart td.product-price .amount,
  .woocommerce table.cart td.product-subtotal .amount {
    color: #95cc47;
  }

  .woocommerce-page table.cart td.actions,
  .woocommerce table.cart td.actions {
    padding-top: 0;
    background: transparent;
  }

  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon {
    float: none;
    margin-bottom: 20px;
  }

  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text {
    margin-bottom: 20px;
    width: calc(100% - 210px);
  }

  .woocommerce-account .addresses .address {
    padding: 30px 30px 20px;
  }

  .addresses-order .address {
    margin-bottom: 30px;
  }

  .woocommerce-billing-fields {
    margin-bottom: 30px;
  }

  table.shop_table_responsive thead {
    display: none;
  }

  table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }

  table.shop_table_responsive tbody th {
    display: none;
  }

  table.shop_table_responsive tr {
    display: block;
    margin-bottom: 20px;
  }

  table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }

  table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }

  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }

  table.shop_table_responsive tr td.product-remove:before,
  table.shop_table_responsive tr td.actions:before {
    display: none;
  }

  table.shop_table_responsive tr td.product-remove:after {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
  }

  table.shop_table_responsive tr td.product-remove a {
    float: right;
  }

  table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }

  .woocommerce .shop_table .quantity,
  .woocommerce-page .shop_table .quantity {
    float: none;
    margin: 0;
  }

  .woocommerce .shop_table tr.cart_item td,
  .woocommerce-page .shop_table tr.cart_item td {
    padding: 20px 15px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  }

  .woocommerce .shop_table tr.cart_item:nth-child(2n) td,
  .woocommerce-page .shop_table tr.cart_item:nth-child(2n) td {
    background: rgba(128, 128, 128, 0.25);
  }

  .woocommerce .shop_table .product-name-title,
  .woocommerce .shop_table .product-thumbnail,
  .woocommerce-page .shop_table .product-name-title,
  .woocommerce-page .shop_table .product-thumbnail {
    float: right;
    width: 100%;
  }

  .woocommerce .shop_table .product-name-title a,
  .woocommerce .shop_table .product-thumbnail a,
  .woocommerce-page .shop_table .product-name-title a,
  .woocommerce-page .shop_table .product-thumbnail a {
    color: #000;
  }

  .woocommerce .shop_table .product-name:after,
  .woocommerce-page .shop_table .product-name:after {
    content: "";
    clear: both;
    display: table;
    line-height: 0;
  }

  .woocommerce .shop_table .woocommerce-product-rating .star-rating,
  .woocommerce-page .shop_table .woocommerce-product-rating .star-rating {
    float: right !important;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: auto;
    float: none;
  }

  .woocommerce form.login,
  .woocommerce form.register,
  .woocommerce-page form.login,
  .woocommerce-page form.register {
    margin-bottom: 30px;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    width: 100%;
  }

  .woocommerce-cart .cart-collaterals .cart_totals table {
    padding: 15px 20px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals table tr {
    margin-bottom: 0;
  }

  .woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 10px 0;
  }

  .woocommerce-cart
    .cart-collaterals
    .cart_totals
    table
    .shipping-calculator-form {
    text-align: left;
  }

  .wpb_text_column p br {
    display: none;
  }

  .stm-single-image img {
    display: block;
    height: auto;
    max-width: 100%;
  }

  .vc_col-xs-12 .stm-single-image-wrapper[class*="vc_custom"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .modal_subscribe .modal-header {
    padding: 13px 20px;
  }

  .modal_subscribe .modal-body {
    padding: 30px 20px;
  }

  .modal_subscribe .modal-body input[type="submit"] {
    margin-left: 10px;
  }

  .modal_subscribe .modal-body input[type="email"] {
    width: calc(100% - 105px);
  }

  .widget_footer .list_social-networks {
    padding-top: 0;
  }

  .widget-area_type_footer > .row {
    margin-bottom: -40px;
  }

  .widget-area_type_footer > .row .col-sm-6:nth-child(2n + 1) {
    clear: both;
  }
}

@media (max-width: 670px) {
  .modal_donation .modal-header {
    padding: 23px 30px 20px;
  }

  .modal_donation .modal-header .close {
    top: 10px;
    right: 17px;
  }

  .modal_donation .modal-body {
    padding: 30px;
  }

  .modal_donation .modal-dialog {
    width: auto;
  }

  .form_donation .form__amount {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }

  .form_donation .form__amount-title {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .form_donation .form__amount-values {
    width: 100%;
    float: none;
  }

  .form_donation .form__fields input[type="text"],
  .form_donation .form__fields textarea {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .post_view_grid .entry-details {
    padding-bottom: 75px;
  }

  .post_view_grid .entry-details .entry-meta-auhtor,
  .post_view_grid .entry-details .entry-meta-category {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .max-width-720 {
    max-width: 720px;
  }

  .max-width-540 {
    max-width: 540px;
  }
}

@media (max-width: 1199px) {
  .stm-nav__menu_type_header > .menu-item {
    font-size: 14px;
  }
  .navbar-brand {
    width: 100px;
  }

  .stm-nav__menu_type_header > .menu-item .sub-menu {
    position: relative;
    margin-left: 0;
    display: none;
  }
  .stm-nav__menu_type_header > .menu-item:hover > .sub-menu {
    display: block;
  }
  .stm-nav__menu_type_header > .menu-item > .sub-menu:before {
    left: 50%;
  }
  .header_view-style_1 .nav_menu_indent {
    display: none;
  }

  .header_view-style_1 .stm-nav_type_header {
    text-align: center;
    margin-left: 22px;
  }

  .header_view-style_1
    .stm-nav_type_header
    .stm-nav__menu_type_header
    > .menu-item {
    margin: 0 17px;
  }

  .header_view-style_1
    .stm-nav_type_header
    .stm-nav__menu_type_header
    > .menu-item
    .sub-menu {
    left: -9px;
  }

  .header_view-style_1
    .stm-nav_type_header.stm-search-form__field_active_menu
    .menu-item {
    margin: 0 10px;
  }

  .top-bar_view-style_2 .top-bar__contact:not(:last-child) {
    margin-right: 20px;
  }

  .top-bar_view-style_2 .top-bar__socials {
    margin-left: 20px;
  }

  .header_view-style_2 .logo,
  .header_view-style_3 .logo {
    max-width: 16%;
    height: 80px;
    line-height: 80px;
  }

  .header_view-style_2 .top-bar__search,
  .header_view-style_2 .shopping-cart_small,
  .header_view-style_3 .top-bar__search,
  .header_view-style_3 .shopping-cart_small {
    margin-top: 14px;
  }

  .header_view-style_2 .stm-nav .stm-nav__menu,
  .header_view-style_3 .stm-nav .stm-nav__menu {
    display: table;
    width: 100%;
  }

  .header_view-style_2 .stm-nav .stm-nav__menu .menu-item,
  .header_view-style_3 .stm-nav .stm-nav__menu .menu-item {
    display: table-cell;
    margin: 0;
  }

  .header_view-style_2 .stm-nav .stm-nav__menu .menu-item a,
  .header_view-style_3 .stm-nav .stm-nav__menu .menu-item a {
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    text-align: center;
  }

  .header_view-style_2 .stm-nav .stm-nav__menu .menu-item .sub-menu,
  .header_view-style_3 .stm-nav .stm-nav__menu .menu-item .sub-menu {
    display: block;
  }

  .header_view-style_2 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item,
  .header_view-style_3 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item {
    display: block;
  }

  .header_view-style_2
    .stm-nav
    .stm-nav__menu
    .menu-item
    .sub-menu
    .menu-item
    a,
  .header_view-style_3
    .stm-nav
    .stm-nav__menu
    .menu-item
    .sub-menu
    .menu-item
    a {
    height: auto;
    text-align: left;
    padding: 9px 30px;
    line-height: 20px;
  }

  .top-bar_view-style_4
    .contact_details__box
    .top-bar__contact:not(:last-child) {
    margin: 0 13px;
    padding-right: 0;
  }

  .header_view-style_4 .stm-nav_type_header .logo-center-box {
    width: 13%;
    padding: 0 15px;
  }

  .header_view-style_4 .stm-nav__menu_type_header {
    padding-top: 10px;
    vertical-align: top;
  }

  .header_view-style_4 .stm-nav__menu_type_header > .menu-item > a {
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
  }

  .stm-icon-box_style-5 {
    margin: 0 auto;
  }

  .stm-icon-box_style-5 .stm-icon-box__image {
    width: 100%;
    max-width: 100%;
  }

  .stm-icon-box_style-5 .stm-icon-box__image img {
    border-radius: 25px 25px 0 0;
  }

  .stm-icon-box_style-5 .stm-icon-box__content {
    overflow: visible;
    float: left;
    width: 100%;
    min-height: 240px;
    border-radius: 0 0 25px 25px;
  }

  .stm-icon-box_style-5 .stm-icon-box__descr {
    margin-bottom: 30px;
  }
}

.stm-icon-box_style-5 {
  float: left;
  position: relative;
}

@media (max-width: 1024px) {
  .stm-carousel_view_courses.owl-carousel .owl-nav {
    display: none;
  }
}

@media (max-width: 991px) {
  #frontend_customizer_button {
    display: none !important;
  }

  .header_view-style_1 .logo {
    max-width: 14%;
    height: 60px;
    line-height: 60px;
  }

  .header_view-style_1 .top-bar__search {
    margin-top: 14px;
    min-width: 40px;
    height: 40px;
  }

  .header_view-style_1 .top-bar__search .stm-search-form__field {
    padding-top: 0;
  }

  .header_view-style_1 .top-bar__search .stm-search-form__field_active {
    width: 140px;
  }

  .header_view-style_1 .top-bar__search .stm-search-form__submit {
    top: 3px;
    right: 3px;
    font-size: 15px;
  }

  .header_view-style_1 .shopping-cart_small {
    width: 40px;
    height: 40px;
    margin-top: 14px;
  }

  .header_view-style_1 .shopping-cart_small .shopping-cart__left {
    padding-top: 5px;
    font-size: 15px;
  }

  .header_view-style_1
    .stm-nav_type_header
    .stm-nav__menu_type_header
    > .menu-item {
    margin: 0 12px;
    font-size: 15px;
  }

  .header_view-style_1
    .stm-nav_type_header
    .stm-nav__menu_type_header
    > .menu-item
    a {
    height: 70px;
    line-height: 68px;
  }

  .header_view-style_1
    .stm-nav_type_header.stm-search-form__field_active_menu
    .menu-item {
    margin: 0 5px;
  }

  .header_view-style_2 .shopping-cart_small,
  .header_view-style_3 .shopping-cart_small {
    margin-left: 20px;
  }

  .header_view-style_2 .stm-nav .stm-nav__menu .menu-item a,
  .header_view-style_3 .stm-nav .stm-nav__menu .menu-item a {
    height: 80px;
    line-height: 80px;
    padding: 0 7px;
  }

  .header_view-style_2 .stm-nav .stm-nav__menu .menu-item .sub-menu,
  .header_view-style_3 .stm-nav .stm-nav__menu .menu-item .sub-menu {
    display: block;
  }

  .header_view-style_2 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item,
  .header_view-style_3 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item {
    display: block;
  }

  .header_view-style_2
    .stm-nav
    .stm-nav__menu
    .menu-item
    .sub-menu
    .menu-item
    a,
  .header_view-style_3
    .stm-nav
    .stm-nav__menu
    .menu-item
    .sub-menu
    .menu-item
    a {
    height: auto;
    text-align: left;
    padding: 9px 30px;
    line-height: 20px;
  }

  .header_view-style_4 .stm-nav_type_header .logo-center-box {
    width: 18%;
    padding: 0 15px;
  }

  .header_view-style_4 .stm-nav__menu_type_header {
    padding-top: 10px;
    vertical-align: top;
  }

  .header_view-style_4 .stm-nav__menu_type_header > .menu-item {
    font-size: 15px;
  }

  .header_view-style_4 .stm-nav__menu_type_header > .menu-item > a {
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
  }

  .top-bar_view-style_1 .contact_details__box {
    padding-top: 18px;
    margin-left: 156px;
  }

  .top-bar_view-style_1 .top-bar__contact_schedule {
    display: none;
  }

  .top-bar_view-style_2 .top-bar__socials {
    display: none;
  }

  .top-bar_view-style_2 .contact_details__box {
    float: left;
    margin-left: 120px;
  }

  .top-bar_view-style_2 .top-bar__contact {
    padding-right: 0;
  }

  .top-bar_view-style_2 .top-bar__contact:not(:last-child) {
    margin-right: 20px;
  }

  .top-bar_view-style_2 .top-bar__socials {
    margin-left: 0;
    margin-right: 30px;
  }

  .top-bar_view-style_2 .top-bar__socials .list__item {
    padding-left: 0;
    padding-left: 0;
  }

  .top-bar_view-style_4 .top-bar__contact_address {
    display: none;
  }

  .top-bar_view-style_4 .contact_details__box li {
    margin: 0 25px;
  }

  .stm-nav_type_header .stm-nav__menu_type_header > .menu-item .sub-menu li a {
    height: auto;
    line-height: 20px;
    text-align: left;
  }

  .stm-contact-details_box .stm-contact-details__items_box li {
    width: 100%;
  }

  .stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-prev,
  .stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-next {
    margin: 0 !important;
    background-color: #ffba00;
    color: #fff;
  }

  .courses_post__meta_table ul {
    display: block;
    float: left;
    padding-bottom: 0;
  }

  .courses_post__meta_table ul li {
    float: left;
    width: 33.333333%;
    text-align: center;
    margin-bottom: 26px;
  }

  .courses_post__meta_table ul li:first-child {
    padding-left: 10px;
  }

  .courses_post__meta_table ul li .stm-btn {
    padding: 0 20px 4px;
    min-width: 100px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .header-holder {
    position: relative;
  }

  .header,
  .top-bar {
    display: none;
  }

  .top-bar-mobile,
  .header-mobile {
    display: block;
    background-color: #ffba00;
  }

  .stm-nav__menu > li {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .stm-btn_md.stm-btn_flat,
  .stm-btn_md.stm-btn_outline {
    padding: 4px 20px;
    min-width: 160px;
  }

  .wpml-switcher__active {
    padding: 13px 0 12px;
  }

  .wpml-switcher__active:before {
    display: none;
  }

  .wpml-switcher__active:after {
    display: none;
  }

  .wpml-switcher__active .fa {
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    margin-left: 10px;
  }

  .wpml-switcher__list {
    top: auto;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999;
  }

  .demo-buttons-group .vc_col-sm-2 {
    width: 50%;
  }

  .post_view_list {
    max-width: 350px;
    margin: 0 auto 30px;
  }

  .post_view_list .entry-thumbnail-container {
    float: none;
  }

  .post_view_list .entry-thumbnail-container .entry-thumbnail img {
    border-radius: 25px 25px 0 0;
  }

  .post_view_list.posts_has__thumb .entry-details-container {
    border-top: 0;
    border-left: 1px solid #e6e6e6;
    border-radius: 0 0 25px 25px;
  }

  .stm-blockquote p:first-of-type:before {
    left: 5px;
  }

  .stm-page-head .breadcrumbs {
    margin-bottom: 25px;
  }

  .stm-page-head .entry-header .entry-title {
    text-align: center;
    line-height: 56px;
    margin-top: 30px;
    margin-bottom: 32px;
  }

  .stm-page-head .entry-header .entry-date {
    float: none;
    margin: 0 auto;
  }

  .stm-page-head .entry-header .entry-meta {
    padding: 0;
    margin: 0 0 0 1px;
  }

  .stm-page-head .entry-header .entry-meta li {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }

  .stm-map__content .container {
    padding: 0;
  }

  .stm-map__content .container .stm-map__form {
    margin-top: 0;
    max-width: 100%;
    padding: 40px 20px;
  }

  .stm-event_view_grid {
    max-width: 350px;
    margin: 0 auto 30px;
  }

  .stm-event_view_grid .stm-event__left {
    max-width: 350px;
    margin: 0;
  }

  .stm-event_view_grid .stm-event__left img {
    border-radius: 25px;
  }

  .stm-event_view_grid.events_post__has_thumbnail .stm-event__content {
    border-top: 0;
  }

  .stm-event_view_grid .stm-event__meta li {
    padding-left: 0;
  }

  .stm-event_view_grid .stm-event__meta .stm-icon,
  .stm-event_view_grid .stm-event__meta .fa {
    position: relative;
    top: 1px;
    margin-right: 10px;
  }

  .tabs-accordion-box .tabs_custom_column_box {
    width: 100%;
    margin-bottom: 40px;
  }

  .tabs-accordion-box .tabs_accordion_column_box {
    width: 100%;
  }

  .stm-contact-details_type_teacher .stm-contact-details__item {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .courses_post__meta_table ul li {
    width: 50%;
  }

  .courses_post__meta_table ul li:last-child {
    padding-right: 0;
    width: 50%;
  }
}

.stm-event__content > * + * {
  margin-top: 1rem;
}
