/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
.bb-course-footer.bb-course-pay + .button-grid-custom-holder-lt {
  width: 40%;
  position: absolute;
  bottom: 11px;
}
.button-grid-custom-lt {
  border-radius: 100px;
  background-color: #fdb900;
  color: #fff;
  width: 100%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-size: 14px;
  display: inline-block;
  padding: 10px 19px;
  line-height: 1.471;
  text-align: center;
  text-transform: uppercase;
}
.button-grid-custom-lt:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1) !important;
  text-decoration: none;
  color: #fff;
}

/*-- start header---*/
.site-header .site-header-container {
  max-width: 100%;
  padding: 0;
}

.site-header .primary-menu > .menu-item > a {
  font-size: 20px;
  margin: 0 20px;
  font-weight: 500;
  cursor: pointer;
}

.site-header .header-aside .header-aside-inner {
  font-size: 20px;
  line-height: 16px;
  font-weight: 500;
  padding: 44px 20px 44px 25px;
  text-transform: capitalize;
  border-left: 1px solid #c1c1c1;
  border-radius: unset;
}

.site-header
  .header-aside
  .header-aside-inner
  .bb-header-buttons
  .signin-button {
  padding: 6px;
  font-size: 20px;
  line-height: 16px;
  font-weight: 500;
}

.site-header .primary-menu {
  margin-left: auto;
  margin-right: 20px;
}

.site-header .primary-menu > .menu-item {
  position: relative;
}

.site-header .primary-menu > .menu-item:before {
  background-color: transparent;
  width: 100%;
  content: " ";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}

.site-header .primary-menu > .menu-item:hover:before {
  background-color: #fdb900;
}

.site-header .sub-menu {
  right: 0;
}

.site-header .user-wrap-container > .sub-menu:before {
  right: 85px;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu:before {
  left: 70px;
}

.site-header .bb-mobile-panel-wrapper .bb-mobile-panel-header {
  box-shadow: unset;
  padding: unset;
}

.site-header .bb-mobile-panel-wrapper .bb-mobile-panel-header .user-wrap {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
  width: 100%;
}

.site-header .bb-mobile-panel-inner .main-navigation {
  flex-direction: column;
}

.site-header .bb-close-panel {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.site-header .bb-close-panel::before {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #00000067;
}

.site-header .bb-mobile-panel-wrapper {
  max-width: 260px;
}

.site-header .bp-menu.bp-logout-nav a {
  padding: 13px 0 !important;
  color: #e71d1d;
  background-color: transparent;
}

.site-header .bp-menu.bp-logout-nav a > i {
  color: #e71d1d;
}

/*-- end header --*/

@media screen and (max-width: 1200px) {
  .bb-course-footer.bb-course-pay + .button-grid-custom-holder-lt {
    position: relative;
    width: 100%;
  }
  .bb-grid .bb-course-item-wrap .bb-course-footer.bb-course-pay {
    position: relative;
    width: 100%;
    margin: 15px 0 15px 0;
    padding: 0;
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 799px) {
  .bb-mobile-panel-inner .side-panel-menu .bs-submenu-toggle {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    transform: unset;
  }
  .bb-mobile-panel-inner .side-panel-menu .bs-submenu-toggle:before {
    visibility: hidden;
    opacity: 0;
  }
  .site-header .menu-item-has-children > a:after {
    content: "\e826";
    font-family: bb-icons;
    line-height: 1em;
    display: inline-block;
    width: 1em;
    text-align: center;
    font-size: 20px;
    transition: all linear 0.2s;
  }
  .site-header .menu-item-has-children > a:has(.bs-submenu-open):after {
    transform: rotate(-180deg);
  }
}

