/*!
    * Theme Name: Be The Change Consulting
    * Template: Divi
*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap");
/*@font-face {
  font-family: 'Luna';
  src: url("src/sass/fonts/Luna 400.ttf") format("truetype"); }
@font-face {
  font-family: 'Monument Grotesk';
  src: url("src/sass/fonts/MonumentGrotesk-Regular.ttf") format("truetype"); }
*/
@font-face {
  font-family: 'Avenir Next';
  src: url("src/sass/fonts/Avenir/AvenirNextLTPro-Regular.otf");
  font-weight: normal; 
}
@font-face {
  font-family: 'Avenir Next';
  src: url("src/sass/fonts/Avenir/AvenirNextLTPro-It.otf");
  font-weight: normal;
  font-style: italic; 
}

@font-face {
    font-family: 'Avenir Next';
    src: url("src/sass/fonts/Avenir/AvenirNextLTPro-Medium.otf");
    font-weight: 500; 
}

/*@font-face {
    font-family: 'Avenir Next';
    src: url("src/sass/fonts/Avenir/AvenirNextLTPro-It.otf");
    font-weight: 500;
    font-style: italic; 
}*/

@font-face {
  font-family: 'Avenir Next';
  src: url("src/sass/fonts/Avenir/AvenirNextLTPro-Bold.otf");
  font-weight: bold;
  font-style: normal; 
}

.media-attachments-filter-heading, .media-frame-menu-heading, html .media-modal.wp-core-ui .media-frame-title h1, html .media-modal.wp-core-ui .media-frame-title h2, html .media-modal.wp-core-ui .media-sidebar h1, html .media-modal.wp-core-ui .media-sidebar h2{
    font-size: 20px!important;
}

/* Heading and fonts*/
body {
    font-family: "Avenir Next";
    font-size: 18px;
    line-height: 24px; 
    font-weight: 500;
}

h1 {
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}

h2 {
    font-family: "Playfair Display", serif;
    font-size: 48px!important;
    line-height: 60px;
    font-weight: bold;
}

h3 {
    font-family: "Avenir Next";
    font-weight: bold;
    font-size: 32px!important;
    line-height: 40px; 
}

h4 {
    font-family: "Avenir Next"; 
    font-size: 32px!important;
    line-height: 40px;
    font-weight: normal;
}

h5 {
    font-family: "Avenir Next"; 
    font-size: 20px!important;
    line-height: 30px!important;
    font-weight: 500;
}

h6 {
    font-family: "Avenir Next"; 
    font-size: 18px!important;
    line-height: 22px!important;
    font-weight: bold;
    letter-spacing: 3.68333px;
    text-transform: uppercase;
}

/*.et_pb_section {
padding: 46px 0; }*/

.et_pb_row.section-full-width {
    width: 100%!important;
    max-width: 100%!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.et_pb_row.no-padding {
padding-left: 0;
padding-right: 0; }

#et-main-area, .et_builder_inner_content {
background-color: #EEEFF1; }

body.stopScroll {
  overflow: hidden; }

#main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  #main-header .container {
    max-width: 100%;
    width: 100%;
    padding-left: 27px;
    padding-right: 30px; }
    #main-header .container #et-top-navigation {
      border-left: 1px solid rgba(255, 255, 255, 0.4);
      padding-left: 0 !important;
      width: 50%; }
      #main-header .container #et-top-navigation #top-menu-nav, #main-header .container #et-top-navigation #top-menu {
        width: 100%; }
      #main-header .container #et-top-navigation #top-menu {
        float: none;
        display: flex;
        justify-content: flex-start; }
        #main-header .container #et-top-navigation #top-menu > li {
          padding-right: 0;
          margin: auto; }
          #main-header .container #et-top-navigation #top-menu > li a:hover {
            opacity: 1;
            background-color: transparent; }
          #main-header .container #et-top-navigation #top-menu > li.menu-login-item {
            margin-right: 40px;
            margin-left: 0; }
          #main-header .container #et-top-navigation #top-menu > li.menu-cart-item {
            margin-right: 40px; display:none; }
          #main-header .container #et-top-navigation #top-menu > li.menu-burger-item {
            margin-left: 0;
            margin-right: 0;
            margin-top: 0; 
            padding: 20px;
            margin-top: -20px;
            margin-right: -20px;
            cursor: pointer;
        }
            #main-header .container #et-top-navigation #top-menu > li.menu-burger-item a {
              text-indent: -9999px;
              display: block;
              width: 30px;
              height: 13px;
              border-top: 2px solid #fff;
              border-bottom: 2px solid #fff;
              padding-bottom: 0; }
          #main-header .container #et-top-navigation #top-menu > li.menu-item-has-children:hover > a {
            box-shadow: inset 0 -2px 0px 0 #fff; }
          #main-header .container #et-top-navigation #top-menu > li.menu-item-has-children > a:first-child {
            padding-left: 10px;
            padding-right: 10px; }
            #main-header .container #et-top-navigation #top-menu > li.menu-item-has-children > a:first-child:after {
              content: none; }
          #main-header .container #et-top-navigation #top-menu > li > ul {
            border-top: 0;
            text-align: center;
            border-radius: 20px;
            padding-top: 10px;
            left: -50px; 
            box-shadow: 0 0 0 rgba(0,0,0,0);
            -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
            -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        }
            #main-header .container #et-top-navigation #top-menu > li > ul > li {
              background-color: #a03f8b; }
              #main-header .container #et-top-navigation #top-menu > li > ul > li:first-child {
                padding-top: 25px;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px; }
              #main-header .container #et-top-navigation #top-menu > li > ul > li:last-child {
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
                padding-bottom: 25px; }
              #main-header .container #et-top-navigation #top-menu > li > ul > li a {
                font-size: 18px;
                line-height: 24px;
                color: rgba(255, 255, 255, 0.6);
                padding: 6px 0; }
                #main-header .container #et-top-navigation #top-menu > li > ul > li a:hover {
                  color: #fff; }
  #main-header #logo-fixed {
    display: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    float: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0); 
}
    header.et-fixed-header #top-menu li.current-menu-item>a, header.et-fixed-header #top-menu li.current_page_item>a, header.et-fixed-header #top-menu li.current-menu-ancestor>a{
        color: #000!important;
    }
  #main-header.et-fixed-header {
    /*border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;*/
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.1)); }
    #main-header.et-fixed-header #logo {
      display: none; }
    #main-header.et-fixed-header #logo-fixed {
      display: inline-block; }
    #main-header.et-fixed-header #et-top-navigation {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
      #main-header.et-fixed-header #et-top-navigation #top-menu-nav #top-menu li ul {
        background-color: transparent; }
        #main-header.et-fixed-header #et-top-navigation #top-menu-nav #top-menu li ul li a {
          color: #fff !important; }
      #main-header.et-fixed-header #et-top-navigation #top-menu-nav #top-menu > li.menu-burger-item a {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000; }
@media all and (max-width: 980px){
    #main-header .container #et-top-navigation #top-menu > li.menu-burger-item{
        margin-bottom: -20px;
    }
}        

.admin-bar .right-menu-container {
  top: 32px;
  height: calc(100% - 32px); }

.right-menu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  visibility: visible;
  transition: 0.8s ease-in-out; }
  .right-menu-container.hide-menu {
    visibility: hidden;
    opacity: 0;
    transition: 0.8s ease-in-out; }
  .right-menu-container .right-menu-column {
    background-color: #a03f8b;
    width: 560px;
    height: 100%;
    right: 0;
    position: absolute;
    display: flex;
    flex-direction: column; }
    .right-menu-container .right-menu-column .right-menu-top {
      flex-shrink: 0;
      position: relative;
      margin-left: 30px;
      margin-right: 30px; }
      .right-menu-container .right-menu-column .right-menu-top p {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        letter-spacing: 3.4px;
        text-transform: uppercase;
        color: #FFFFFF;
        font-family: "Poppins", sans-serif;
        padding: 41px 0;
        font-weight: bold; }
      .right-menu-container .right-menu-column .right-menu-top #close-right-menu {
        position: absolute;
        top: 35px;
        right: 0;
        cursor: pointer; }
    .right-menu-container .right-menu-column .right-menu-bottom {
      flex-shrink: 0;
      bottom: 0;
      width: 100%;
      background-color: #B64A9F;
      padding: 26px 30px;
      color: #fff;
      font-family: "Poppins", sans-serif; }
      .right-menu-container .right-menu-column .right-menu-bottom .right-menu-bottom-social, .right-menu-container .right-menu-column .right-menu-bottom .right-menu-bottom-address {
        width: 50%;
        float: left; }
      .right-menu-container .right-menu-column .right-menu-bottom .right-menu-bottom-social p {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 3.4px;
        text-transform: uppercase;
        color: #FFFFFF; }
        .right-menu-container .right-menu-column .right-menu-bottom .right-menu-bottom-social svg path{
            fill: #fff;
        }
      .right-menu-container .right-menu-column .right-menu-bottom .right-menu-bottom-social ul {
        margin-top: 22px;
        list-style: none; }
        .right-menu-container .right-menu-column .right-menu-bottom .right-menu-bottom-social ul li {
          display: inline-block; }
          .right-menu-container .right-menu-column .right-menu-bottom .right-menu-bottom-social ul li:not(:last-child) {
            margin-right: 30px; }
      .right-menu-container .right-menu-column .right-menu-bottom .right-menu-bottom-address p {
        font-size: 14px;
        line-height: 20px;
        text-align: right; }

.right-menu {
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: auto;
  flex-grow: 1; }
  .right-menu > li {
    position: relative;
    /*&:first-child .icon-end-item{
        top: 23px;
    }*/ }
    .right-menu > li > a {
      font-size: 22px;
      line-height: 30px;
      color: #FFC5D5;
      font-family: "Poppins", sans-serif;
      padding-bottom: 28px;
      padding-top: 28px;
      width: 100%;
      display: block;
      position: relative; }
      .right-menu > li > a:hover {
        color: #fff; }
    .right-menu > li li a {
      font-size: 18px;
      line-height: 24px;
      padding-bottom: 12px; }
      .right-menu > li li a:hover {
        text-decoration: underline; }
    .right-menu > li li:not(:first-child) a {
      padding-top: 10px; }
    .right-menu > li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .right-menu > li ul {
      display: none; }
    .right-menu > li.show-children-items .icon-end-item {
      top: 30px;
      transform: none; }
    .right-menu > li.show-children-items a {
      color: #fff; }
    .right-menu > li.show-children-items ul {
      display: block; }
    .right-menu > li.menu-item-has-children a {
      width: auto;
      display: inline-block; }
    .right-menu > li .icon-end-item {
      content: '';
      width: 12px;
      height: 12px;
      position: absolute;
      display: block;
      right: 0;
      background-size: auto;
      background-position: center;
      background-repeat: no-repeat;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("src/img/small_link_arrow.svg"); }
    .right-menu > li.menu-item-has-children .icon-end-item {
      width: 100px;
      background-position: right;
      background-image: url("src/img/Combined-Shape.svg"); }
    .right-menu > li.show-children-items {
      padding-bottom: 24px; }
      .right-menu > li.show-children-items .icon-end-item {
        background-image: url("src/img/Combined-Shape-Copy.svg"); }

.single-curriculum #main-header, .psw-protected-page #main-header{
  background-color: #fff;
  /*border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;*/
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.1)); 
}
  .single-curriculum #main-header #logo, .psw-protected-page #main-header #logo{
    display: none; 
}
  .single-curriculum #main-header #logo-fixed, .psw-protected-page #main-header #logo-fixed {
    display: inline-block; 
}
  .single-curriculum #main-header .container #et-top-navigation, .psw-protected-page #main-header .container #et-top-navigation{
    border-left: 1px solid rgba(0, 0, 0, 0.1); 
}
    .single-curriculum #main-header .container #et-top-navigation #top-menu-nav #top-menu li a, .psw-protected-page #main-header .container #et-top-navigation #top-menu-nav #top-menu li a {
      color: #000; 
    }
    .single-curriculum #main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-burger-item a, .psw-protected-page #main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-burger-item a{
      border-top: 2px solid #000;
      border-bottom: 2px solid #000; 
    }
    .single-curriculum #main-header .container #et-top-navigation #top-menu-nav #top-menu li ul, .psw-protected-page #main-header .container #et-top-navigation #top-menu-nav #top-menu li ul{
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
      .single-curriculum #main-header .container #et-top-navigation #top-menu-nav #top-menu li ul li a, .psw-protected-page #main-header .container #et-top-navigation #top-menu-nav #top-menu li ul li a{
        color: #fff; 
    }

.sub-header:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3); }
.sub-header h1 {
  color: #fff; }
  .sub-header .et_pb_row{
    padding-top: 84px!important;
    padding-bottom: 20px!important;
  }
  .sub-header .et_pb_module:first-child{
    margin-bottom: 0;
  }
.sub-header h4 {
  color: #FFFFFF;
}
#right-menu .menu-item-has-children{
    cursor: pointer;
}

@media all and (max-width: 980px) {
  .right-menu-container .right-menu-column {
    width: 100%; }
    .right-menu-container .right-menu-column #right-menu {
      padding-left: 20px;
      padding-right: 20px; }
    .right-menu-container .right-menu-column .right-menu-bottom {
      padding: 26px 30px 20px; }
      .right-menu-container .right-menu-column .right-menu-bottom .right-menu-bottom-social {
        width: 100%; }

  #top-menu-nav li:not(.menu-burger-item), #et_mobile_nav_menu {
    display: none; }

  #main-header .container {
    padding-left: 14px;
    padding-right: 20px; }
    #main-header .container #et-top-navigation {
      border-left: 0;
      padding-top: 40px;
      padding-bottom: 40px; }
      #main-header .container #et-top-navigation #top-menu {
        justify-content: flex-end; }
    #main-header .container .logo_container img {
      max-width: 160px; } }
@media all and (max-width: 768px) {
  .right-menu-container .right-menu-column .right-menu-bottom-address {
    display: none; } }
#main-footer {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px; }
  #main-footer #footer-widgets {
    padding: 120px 0 100px; }
    #main-footer #footer-widgets ul li {
      padding-left: 0;
      margin-left: 0;
      text-align: center; }
      #main-footer #footer-widgets ul li:before {
        content: none; }
    #main-footer #footer-widgets .footer-widget {
      width: 17.6%;
      margin-bottom: 0; }
      #main-footer #footer-widgets .footer-widget:not(:last-child) {
        margin-right: 3%; }
      #main-footer #footer-widgets .footer-widget > div > div > #menu-footer-widget-1 > li:not(:first-child) a {
        padding-top: 30px; }
      #main-footer #footer-widgets .footer-widget #menu-footer-widget-1 a, #main-footer #footer-widgets .footer-widget h4.title {
        font-size: 13px!important;
        line-height: 15px;
        letter-spacing: 3.68333px;
        text-transform: uppercase;
        color: #FFC5D5;
        padding-bottom: 30px;
        display: inline-block; 
        font-weight: bold;
    }
    #main-footer #footer-widgets .footer-widget .fwidget{
        text-align: center;
    }
    #main-footer #footer-widgets .footer-widget #menu-footer-widget-1 a:after {
          content: url("src/img/small_link_arrow.svg");
          margin-left: 10px; }
    #main-footer #footer-widgets .footer-widget #menu-footer-widget-1 a:hover {
        color: #fff; 
    }
      #main-footer #footer-widgets .footer-widget .widget_nav_menu {
        width: 100%; }
      #main-footer #footer-widgets .footer-widget #nav_menu-2 ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      #main-footer #footer-widgets .footer-widget #nav_menu-3 ul li, #main-footer #footer-widgets .footer-widget #nav_menu-4 ul li, #main-footer #footer-widgets .footer-widget #nav_menu-5 ul li {
        text-align: center; }
        #main-footer #footer-widgets .footer-widget #nav_menu-3 ul, #main-footer #footer-widgets .footer-widget #nav_menu-4 ul, #main-footer #footer-widgets .footer-widget #nav_menu-5 ul {
          padding-top: 15px; }
          #main-footer #footer-widgets .footer-widget #nav_menu-3 ul li:not(:last-child) a, #main-footer #footer-widgets .footer-widget #nav_menu-4 ul li:not(:last-child) a, #main-footer #footer-widgets .footer-widget #nav_menu-5 ul li:not(:last-child) a {
            padding-bottom: 12px; }
          #main-footer #footer-widgets .footer-widget #nav_menu-3 ul li a, #main-footer #footer-widgets .footer-widget #nav_menu-4 ul li  a, #main-footer #footer-widgets .footer-widget #nav_menu-5 ul li a {
            color: #fff;
            display: inline-block;
            font-size: 18px;
            line-height: 24px; }
      #main-footer #footer-widgets .footer-widget #text-2 {
        width: 100%;
        margin-bottom: 40px; }
        #main-footer #footer-widgets .footer-widget #text-2 h4.title {
          text-align: center;
          font-size: 13px;
          line-height: 15px;
          letter-spacing: 3.68333px;
          text-transform: uppercase;
          color: #FFFFFF;
          padding-top: 4px; }
        #main-footer #footer-widgets .footer-widget #text-2 ul {
          padding-top: 10px;
          text-align: center; }
          #main-footer #footer-widgets .footer-widget #text-2 ul li {
            display: inline-block; }
            #main-footer #footer-widgets .footer-widget #text-2 ul li:not(:last-child) {
              margin-right: 30px; }
            #main-footer #footer-widgets .footer-widget #text-2 ul li a:after {
              content: none; }
          #main-footer #footer-widgets .footer-widget #text-2 ul:after {
            content: '';
            width: 60px;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.2);
            display: block;
            margin: auto;
            margin-top: 25px; 
        }
        #main-footer #footer-widgets .footer-widget #text-2 svg path{
            fill: #fff;
        }
      #main-footer #footer-widgets .footer-widget #text-3 {
        width: 100%;
        text-align: center; }

#footer-bottom {
  background-color: #A03F8B; }
  #footer-bottom .container {
    text-align: center;
    padding: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    #footer-bottom .container img {
      width: 300px; }
    #footer-bottom .container p {
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      color: #FFFFFF;
      mix-blend-mode: normal;
      opacity: 0.5;
      margin-top: -5px; }

@media all and (max-width: 980px) {
  #main-footer #footer-widgets {
    padding: 50px 0 0; }
    #main-footer #footer-widgets .footer-widget #nav_menu-2 ul li {
      max-width: 400px;
      margin: auto; }
    #main-footer #footer-widgets .footer-widget:last-child {
      width: 100% !important;
      margin-top: 40px !important;
      margin-right: 0 !important; }
      #main-footer #footer-widgets .footer-widget:last-child .textwidget ul:after {
        display: block !important;
        margin: auto; }

  #footer-bottom .container img {
    width: 160px; } }
.et_pb_module a.et_pb_button, .et_pb_module a.et_pb_button:hover {
  padding: 16px 68px 16px 30px;
  filter: drop-shadow(0px 12px 32px rgba(0, 0, 0, 0.2)); }
  .et_pb_module a.et_pb_button:hover{
    background-color: #7B2A6A!important;
  }
  .et_pb_module a.et_pb_button:after, .et_pb_module a.et_pb_button:hover:after {
    content: url("src/img/small_link_arrow_white.svg");
    top: 10px;
    right: 30px; }
.et_pb_module a.et_pb_button.et_pb_bg_layout_dark, 
.et_pb_module a.et_pb_button:hover.et_pb_bg_layout_dark, 
body.et-db #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark,
body.et-db #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark:hover {
    border: 1px solid #D5D8DC;
    border-width: 1px !important;
    background: transparent !important;
    color: #000 !important; 
}
.et_pb_module a.et_pb_button.et_pb_bg_layout_dark:hover, .et_pb_module a.et_pb_button:hover.et_pb_bg_layout_dark:hover{
    border: 1px solid #000!important;
}
    .et_pb_module a.et_pb_button.et_pb_bg_layout_dark:after, .et_pb_module a.et_pb_button:hover.et_pb_bg_layout_dark:after {
      content: url("src/img/small_link_arrow_black.svg"); }

.admin-bar .home-slider, .admin-bar .et_pb_slide {
  height: calc(100vh - 32px);
  min-height: calc(100vh - 32px); }

.home-slider, .et_pb_slide {
  height: 100vh;
  min-height: 100vh; }

.home-slider:before, .home-slider .et_pb_slide:after {
  content: '';
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  opacity: 0.3;
  z-index: 2; }
.home-slider:before {
  height: 200px;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.0001) 100%);
  top: 0; }
.home-slider .et_pb_slide {
  background-position: top center; }
  .home-slider .et_pb_slide:after {
    height: 460px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
    bottom: 0; }
  .home-slider .et_pb_slide .et_pb_container {
    z-index: 99; }
    .home-slider .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
      /*padding: 0 0 70px 0;
      position: absolute;
      bottom: 70px;
      max-width: 1100px;
      left: 0;
      right: 0; */
    }
      /*.home-slider .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
        font-family: "Avenir Next";
        font-size: 32px;
        line-height: 40px;
        font-weight: ;
        color: #fff; }*/
      .home-slider .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
        font-family: "Playfair Display", serif;
        font-weight: bold;
        font-size: 50px;
        line-height: 60px; }

.home-slider .et-pb-controllers, .featured-workshop .et-pb-controllers {
  bottom: auto;
  right: 60px;
  left: auto;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%); }
  .home-slider .et-pb-controllers a, .featured-workshop .et-pb-controllers a {
    margin-right: 0;
    display: block;
    position: relative;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5); }
    .home-slider .et-pb-controllers a:not(:last-child), .featured-workshop .et-pb-controllers a:not(:last-child) {
      margin-bottom: 40px; }
    .home-slider .et-pb-controllers a:not(.et-pb-active-control), .featured-workshop .et-pb-controllers a:not(.et-pb-active-control) {
      left: 10px; }
    .home-slider .et-pb-controllers a.et-pb-active-control, .featured-workshop .et-pb-controllers a.et-pb-active-control {
      width: 26px;
      height: 26px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 100%; }
      .home-slider .et-pb-controllers a.et-pb-active-control:after, .featured-workshop .et-pb-controllers a.et-pb-active-control:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: 8px;
        left: 8px;
        background-color: #fff;
        display: block;
        border-radius: 100%; }

.et_pb_section.et_pb_section_first {
  padding-top: 0; }

.home-about-sec {
  font-family: "Poppins", sans-serif; }
  .home-about-sec .et_pb_column:first-child {
    display: flex;
    border-radius: 40px;
    width: calc(50% - 150px); }
    .home-about-sec .et_pb_column:first-child .et_pb_image {
      margin-top: auto !important;
      margin-bottom: auto !important; }
  .home-about-sec .et_pb_column:last-child {
    margin: auto auto auto 150px;
    max-width: 650px; }
  .home-about-sec p {
    margin-top: 85px;
    font-size: 32px;
    line-height: 40px;
    font-family: "Avenir Next";
    color: #000000; 
}
    .home-about-sec p span {
      color: #a03f8b; }
  .home-about-sec a {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    display: inline-block; 
}
    .home-about-sec a:after {
      content: url("src/img/small_link_arrow_black.svg");
      padding-left: 20px; }

.home-what-we-do .et_pb_column {
  background-size: 100%;
  padding: 30px;
  font-family: "Avenir Next";
  color: #fff;
  text-align: center;
  height: 600px;
  border-radius: 20px;
  transition: all 0.1s; }
  .home-what-we-do .et_pb_column .et_pb_text {
    transition: all 1s ease 0s; }
    .home-what-we-do .et_pb_column h6, .home-what-we-do .et_pb_column h3 {
      color: #fff;
    }
    .home-what-we-do .et_pb_column .et_pb_text:nth-child(3) {
      margin-top: 30px; 
      font-size: 20px;
      line-height: 26px;
    }
    .home-what-we-do .et_pb_column .et_pb_text:last-child {
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      padding: inherit;
      bottom: 0; }
      .home-what-we-do .et_pb_column:last-child{
          background-size: auto 100%;
      }
  .home-what-we-do .et_pb_column:hover {
    transform: scale(1.05); }
    .home-what-we-do .et_pb_column:hover:first-child {
      filter: drop-shadow(0px 2px 40px #fe8b0299); }
    .home-what-we-do .et_pb_column:hover:nth-child(2) {
      filter: drop-shadow(0px 2px 40px rgba(160, 63, 139, 0.6)); }
    .home-what-we-do .et_pb_column:hover:nth-child(3) {
      filter: drop-shadow(0px 2px 40px #7431cd99); }
    .home-what-we-do .et_pb_column:hover:nth-child(4) {
      filter: drop-shadow(0px 2px 40px #e05a3599); }
    .home-what-we-do .et_pb_column:hover .et_pb_text:nth-child(2) {
      text-decoration: underline; }
    .home-what-we-do .et_pb_column:hover .et_pb_text:last-child {
      margin-top: 150px;
      bottom: 30px; }
      .home-what-we-do .et_pb_column:hover .et_pb_text:last-child:after {
        content: '';
        background-image: url("src/img/small_link_arrow_white.svg");
        background-size: 14px 14px;
        background-repeat: no-repeat;
        width: 14px;
        height: 14px;
        text-align: center;
        display: block;
        margin: auto;
        margin-top: 40px;
        transition: all 1s; }

.home-past-clients .dica-container .dica_divi_carouselitem {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px; }
  .home-past-clients .dica-container .dica_divi_carouselitem .dica-item {
    justify-content: center;
    align-items: center; }
.home-past-clients .dica-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #000 !important;
  margin-top: 60px;
  margin-right: 40px !important;
  width: 6px;
  height: 6px; }
  .home-past-clients .dica-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a03f8b33 !important;
    width: 26px;
    height: 26px;
    margin-bottom: -10px;
    transition: background-color 0.5s ease 0s; }
    .home-past-clients .dica-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      content: '';
      width: 6px;
      height: 6px;
      background-color: #A03F8B;
      display: block;
      border-radius: 50%;
      margin-top: 10px;
      margin-left: 10px; }

.featured-section .featured-column .et_pb_text {
  color: #000000;
  font-style: normal; 
}

.featured-workshop-code .et_pb_code_inner {
    display: flex;
  width: 100%; }
  .featured-workshop-code .et_pb_code_inner .curriculum-featured {
    display: flex; 
    width: 100%;
}
    .featured-workshop-code .et_pb_code_inner .curriculum-featured .featured-workshop-column {
      border-radius: 40px;
      background-size: contain; 
    }
    .featured-workshop-code .et_pb_code_inner .curriculum-featured .featured-column-left {
      background-color: #c2d5ff;
      background-size: contain;
      background-position: bottom center;
      background-image: url("src/img/featured-curriculum.svg"); 
    }

.more-curriculum .et_pb_column, .more-curriculum .et_pb_code, .more-curriculum .et_pb_code_inner, .more-curriculum .et_pb_code_inner > a {
  display: flex; }
.more-curriculum .et_pb_column {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px; }
  .more-curriculum .et_pb_column .et_pb_code_inner > a {
    display: flex;
    flex-direction: column; }

.featured-workshop-code {
  display: flex; }
  .featured-workshop-code .featured-column-left {
    background-size: contain;
    background-position: bottom center;
    background-image: url(/wp-content/uploads/2021/04/bg-new.svg);
    background-color: #ffc5d5;
    border-radius: 40px 40px 40px 40px;
    padding: 110px 32px 80px; }

.featured-workshop .featured-workshop-top .featured-workshop-text {
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #fff;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999; }
  .featured-workshop .featured-workshop-top .featured-workshop-text svg {
    vertical-align: middle; }
.featured-workshop .featured-workshop-top img {
  border-radius: 40px;
  height: 650px;
  width: 100%;
  object-fit: cover; }
.featured-workshop .featured-workshop-top .et-pb-controllers {
  right: 40px; }
.featured-workshop .featured-workshop-bottom {
  padding-top: 60px;
  padding-bottom: 30px; }
  .featured-workshop .featured-workshop-bottom .feat-work-b-item {
    display: inline-block;
    width: 33.3%;
    position: relative; }
    .featured-workshop .featured-workshop-bottom .feat-work-b-item svg {
      position: absolute;
      bottom:0;
      left: 0; }
    .featured-workshop .featured-workshop-bottom .feat-work-b-item span {
      font-weight: bold;
      display: block;
      color: #000000;
      padding-left: 76px; }
      .featured-workshop .featured-workshop-bottom .feat-work-b-item span:first-child {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 3.68333px;
        text-transform: uppercase;
        color: #000000; }
      .featured-workshop .featured-workshop-bottom .feat-work-b-item span:last-child {
        font-size: 20px;
        line-height: 24px; }
    /*.featured-workshop .featured-workshop-bottom .feat-work-b-item:first-child {
      margin-left: 30px; }
    .featured-workshop .featured-workshop-bottom .feat-work-b-item:not(:last-child) {
      margin-right: 50px; }*/

.last-four-workshops .et_pb_column {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 40px 20px; }
  .last-four-workshops .et_pb_column img {
    border-radius: 20px; }

.blog-section .et_pb_column {
  background-color: #fff;
  border-radius: 20px; }

.blog-section article, .blog-listing article {
  padding: 20px;
  margin-bottom: 10px; }
  .blog-section article .entry-title, .blog-listing article .entry-title {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    font-family: "Poppins", sans-serif; }
  .blog-section article img, .blog-listing article img {
    border-radius: 20px;
    border-radius: 20px;
    width: 100%;
    height: 200px;
    object-fit: cover;
 }
  .blog-section article .post-content, .blog-listing article .post-content {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000; }
    .blog-listing article .post-content .post-content-inner{
    height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    }
    .blog-section article .post-content .more-link, .blog-listing article .post-content .more-link {
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto; 
      display: inline-block;
      text-transform: capitalize;
    }

.blog-listing article {
  width: 31%;
  float: left;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 2.3%; }
  .blog-listing article:not(:nth-child(3n)) {
    margin-right: 3.5%; }
.blog-listing article:nth-child(4), .blog-listing article:nth-child(7), .blog-listing article:nth-child(10) {
    clear: both;
}
  .blog-listing article .more-link {
    margin-bottom: 20px; }


  .let-s-connect  .et_pb_button_module_wrapper.et_pb_module a.et_pb_button.et_pb_bg_layout_dark,
  body.et-db #et-boc .et-l .let-s-connect .et_pb_button_module_wrapper.et_pb_module a.et_pb_button.et_pb_bg_layout_dark   {
    background-color: #fff !important; 
}

.rock-testimonials {
  display: flex;
  flex-direction: row;
  height: 700px; }
  .rock-testimonials .test-left-no-img, .rock-testimonials .test-left-img {
    width: 84px;
    height: 84px;
    border-radius: 50%; 
    flex: 0 0 84px;
}
  .rock-testimonials .test-left-img {
    object-fit: cover; }
  .rock-testimonials .test-left-no-img {
    display: block;
    background-color: #A03F8B;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .rock-testimonials .test-left-no-img span {
      font-size: 22px;
      line-height: 30px;
      color: #FFFFFF; }
  .rock-testimonials .test-left-item-text p:first-child {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 4px; }
  .rock-testimonials .test-left-item-text p:last-child {
    font-size: 14px;
    line-height: 20px; }
  .rock-testimonials .rock-test-left {
    width: 40%;
    overflow: hidden;
    position: relative;
    overflow-y: scroll; }
    .rock-testimonials .rock-test-left * {
      transition: 0.6s ease-in-out; }
    .rock-testimonials .rock-test-left .rock-test-left-abs {
      position: absolute;
      width: 100%; }
      .rock-testimonials .rock-test-left .rock-test-left-abs .test-left-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 15px 30px;
        cursor: pointer;
        opacity: 0.6; }
        .rock-testimonials .rock-test-left .rock-test-left-abs .test-left-item:before {
          content: '';
          margin-right: 69px;
          display: block;
          border-radius: 50%;
          width: 10px;
          height: 10px;
          background-color: #D6D6D6;
          transition: 0.6s ease-in-out; }
        .rock-testimonials .rock-test-left .rock-test-left-abs .test-left-item:after {
          content: url("src/img/arrow-right-black.svg");
          margin-left: auto;
          transition: 0.6s ease-in-out;
          opacity: 0; }
        .rock-testimonials .rock-test-left .rock-test-left-abs .test-left-item.active-testimonial {
          opacity: 1; }
          .rock-testimonials .rock-test-left .rock-test-left-abs .test-left-item.active-testimonial:after {
            opacity: 1; }
          .rock-testimonials .rock-test-left .rock-test-left-abs .test-left-item.active-testimonial:before {
            width: 10px;
            height: 10px;
            background-color: #4437B7;
            box-shadow: 0 0 0 10px #4437b71a; }
          .rock-testimonials .rock-test-left .rock-test-left-abs .test-left-item.active-testimonial .test-left-item-text p:last-child {
            display: block;
            height: auto;
            opacity: 1; }
        .rock-testimonials .rock-test-left .rock-test-left-abs .test-left-item .test-left-no-img, .rock-testimonials .rock-test-left .rock-test-left-abs .test-left-item .test-left-img {
          margin-right: 30px; }
        .rock-testimonials .rock-test-left .rock-test-left-abs .test-left-item .test-left-item-text {
          color: #000000; }
          .rock-testimonials .rock-test-left .rock-test-left-abs .test-left-item .test-left-item-text p:last-child {
            opacity: 0;
            height: 0;
            overflow: hidden; }
  .rock-testimonials .rock-test-right {
    width: 60%;
    padding: 60px 80px;
    background-image: url("src/img/test-bg-right-top.svg"), url("src/img/test-right-bottom.svg");
    background-color: #4437B7;
    background-size: auto;
    background-position: top right, bottom right;
    background-repeat: no-repeat;
    border-radius: 40px;
    margin-left: 20px;
    transition: 0.6s ease-in-out; }
    .rock-testimonials .rock-test-right .test-right-item {
      visibility: hidden;
      position: absolute; }
      .rock-testimonials .rock-test-right .test-right-item.active-testimonial {
        visibility: visible;
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between; }
      .rock-testimonials .rock-test-right .test-right-item .test-header {
        position: relative; }
        .rock-testimonials .rock-test-right .test-right-item .test-header span {
          display: block;
          color: #FFFFFF; }
          .rock-testimonials .rock-test-right .test-right-item .test-header span:first-child {
            font-weight: bold;
            font-size: 18px;
            line-height: 20px;
            letter-spacing: 3.68333px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }
          .rock-testimonials .rock-test-right .test-right-item .test-header span:last-child {
            font-size: 14px;
            line-height: 20px; }
        .rock-testimonials .rock-test-right .test-right-item .test-header:after {
          content: url("src/img/quote.svg");
          position: absolute;
          right: 0;
          top: 0; }
      .rock-testimonials .rock-test-right .test-right-item .test-center-content {
        font-size: 26px;
        line-height: 30px;
        color: #FFFFFF;
        padding-top: 80px;
        padding-bottom: 80px;
        padding-right: 60px; }
    .rock-testimonials .rock-test-right .test-bottom {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      .testimonials-details-bottom{
        display: flex;
        align-items: center;
      }
      .rock-testimonials .rock-test-right .test-bottom .test-left-item-text {
        margin-left: 30px; }
        .rock-testimonials .rock-test-right .test-bottom .test-left-item-text p {
          color: #fff; }
      .rock-testimonials .rock-test-right .test-bottom .share-testimonial {
        font-weight: bold;
        margin-left: auto;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 3.68333px;
        text-transform: uppercase;
        color: #fff; }
        .rock-testimonials .rock-test-right .test-bottom .share-testimonial a {
          margin-left: 15px; }

.section1 .et_pb_column:last-child {
  background-image: url("src/img/about-bg-1.svg"), url("src/img/about-bg-2.svg");
  background-repeat: no-repeat;
  background-position: bottom left, top right;
  background-size: auto; }

.section2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_code:first-child {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  padding-top: 160px; }
  .section2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_code:first-child span {
    color: #FFC5D5; }
.section2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_code:last-child {
  margin-top: 60px; }
  .section2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_code:last-child .et_pb_code_inner {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .section2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_code:last-child .et_pb_code_inner div:last-child {
      margin-left: 50px; }
      .section2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_code:last-child .et_pb_code_inner div:last-child span {
        display: block; }
        .section2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_code:last-child .et_pb_code_inner div:last-child span:first-child {
          font-size: 22px;
          line-height: 40px;
          color: #000000; }
        .section2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_code:last-child .et_pb_code_inner div:last-child span:last-child {
          font-size: 14px;
          line-height: 20px;
          color: #7C7C7C; }
.section2 .et_pb_row:first-child .et_pb_column:last-child {
  display: flex; }
  .section2 .et_pb_row:first-child .et_pb_column:last-child .et_pb_text {
    margin-top: auto;
    margin-bottom: auto !important; }
.section2 .section2-row-2 .et_pb_text:first-child {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #000000; }

.section3 .et_pb_column:first-child ol {
  position: relative;
  counter-reset: my-awesome-counter;
  list-style: none; 
}
  .section3 .et_pb_column:first-child ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    margin-bottom: 20px;
    padding-left: 70px;
    padding-top: 12px; 
}
    .section3 .et_pb_column:first-child ol li:before {
      content: "0" counter(my-awesome-counter);
      font-size: 14px;
      color: #FFFFFF;
      position: absolute;
      left: calc(-1 * var(--size) - 10px);
      line-height: var(--size);
      width: 50px;
      height: 50px;
      line-height: 50px;
      top: 0;
      left: 0;
      background: url("src/img/list.svg");
      background-size: 100%;
      text-align: center;
      filter: drop-shadow(0px 12px 32px rgba(0, 0, 0, 0.2)); 
    }
    .section3 .et_pb_column:first-child ul{
        list-style: none;
    }
    .section3 .et_pb_column:first-child ul li{
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
        padding-top: 15px;
        border-bottom: 1px solid #0003;
        position: relative;
        padding-left: 30px;
    }
    .section3 .et_pb_column:first-child ul li:last-child{
        border-bottom: none;
    }
    .section3 .et_pb_column:first-child ul li:before{
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #a03f8b;
        display: block;
        position: absolute;
        left: 0;
        top: 25px
    }

.et_pb_team_member {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-size: 90% !important;
  background-position-y: 20px !important; }
  .et_pb_team_member:not(:last-child) {
    margin-bottom: 40px !important; }
  .et_pb_team_member .et_pb_team_member_image {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    .et_pb_team_member .et_pb_team_member_image img {
      width: 160px;
      height: 160px;
      object-fit: cover;
      border-radius: 50%; }
  .et_pb_team_member .et_pb_team_member_description {
    padding-left: 40px;
    padding-right: 40px; }
    .et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
      font-size: 22px;
      line-height: 40px;
      color: #000000;
      text-align: center;
      padding-bottom: 0; }
    .et_pb_team_member .et_pb_team_member_description .et_pb_member_position {
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      color: #7C7C7C;
      padding-bottom: 50px; }
    .et_pb_team_member .et_pb_team_member_description > div {
      font-size: 18px;
      line-height: 24px;
      color: #000000; }
      .et_pb_team_member .et_pb_team_member_description > div a {
        margin-top: 20px; }

.solutions-section1 ul {
  margin-top: 50px;
  list-style: none; }
  .solutions-section1 ul li {
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 30px; }
    .solutions-section1 ul li:before {
      content: '';
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #F4FF67;
      display: block;
      position: absolute;
      left: 0;
      top: 23px;
     }

.we-design-images {
  text-align: center; }
  .we-design-images img {
    border-radius: 50%;
    vertical-align: top; }
	
	
	/*
    .we-design-images img:first-child, .we-design-images img:nth-child(13) {
      width: 90px;
      height: 90px; }
    .we-design-images img:nth-child(3), .we-design-images img:nth-child(11) {
      width: 100px;
      height: 100px; }
    .we-design-images img:nth-child(5), .we-design-images img:nth-child(9) {
      width: 110px;
      height: 110px; }
    .we-design-images img:nth-child(7) {
      width: 120px;
      height: 120px; }
	  */
	  
    .we-design-images img:not(:last-child) {
      margin-right: 20px; }

.blog-listing .widget_categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 10px; }
  .blog-listing .widget_categories .widgettitle {
    font-size: 22px;
    line-height: 30px;
    color: #A03F8B;
    padding-bottom: 25px; }
  .blog-listing .widget_categories ul li {
    border-top: 1px solid #EBEDF0; }
    .blog-listing .widget_categories ul li a {
      display: block;
      font-size: 18px;
      line-height: 24px;
      color: rgba(0, 0, 0, 0.5);
      padding-top: 15px;
      padding-bottom: 10px;
      position: relative; }
      .blog-listing .widget_categories ul li a:after {
        content: '';
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid #D5D8DC;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
    .blog-listing .widget_categories ul li.current-cat a, .blog-listing .widget_categories ul li:hover a {
      color: #000; }
      .blog-listing .widget_categories ul li.current-cat a:before, .blog-listing .widget_categories ul li:hover a:before {
        content: '';
        width: 7px;
        height: 7px;
        background-color: #A03F8B;
        border-radius: 50%;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%); }
.blog-listing .filters-title {
  margin-left: 30px;
  padding-top: 10px; }
  .blog-listing .filters-title span {
    vertical-align: text-top; }

.et_pb_search {
  border: 0; }
  .et_pb_search .et_pb_searchform input[name=s] {
    border-radius: 28px;
    border: 1px solid #D5D8DC;
    padding-left: 70px !important; }
  .et_pb_search .et_pb_searchform .et_pb_searchsubmit {
    right: auto;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    color: transparent;
    background-image: url("src/img/search.svg");
    background-position: center;
    background-repeat: no-repeat; }

.admin-bar .single-header {
  height: calc(100vh - 32px);
  min-height: calc(100vh - 32px); }

.single-header {
  min-height: 100vh;
  height: 100vh;
  display: flex;
  flex-direction: column; }
  .single-header:before, .single-header:after {
    content: '';
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    display: block; }
  .single-header:before {
    top: 0;
    background: linear-gradient(180deg, #0000004d 0%, #0000 100%); }
  .single-header:after {
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #0000004d 100%); }
  .single-header .et_pb_row {
    margin-top: auto;
    margin-bottom: 0; }

.article-body .article-author {
  display: flex;
  align-items: center; }
  .article-body .article-author img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%; }
  .article-body .article-author .article-author-details {
    margin-left: 20px; }
    .article-body .article-author .article-author-details span {
      display: block; }
      .article-body .article-author .article-author-details span:first-child {
        font-size: 14px;
        color: #7C7C7C; }
      .article-body .article-author .article-author-details span:last-child {
        font-size: 22px;
        color: #000000; }
.article-body .et_pb_section {
  background-color: rgba(0, 0, 0, 0); }
  .article-body .et_pb_section:first-child {
    padding-top: 0;
    padding-bottom: 0; }
  .article-body .et_pb_section .et_pb_row {
    width: 100%; }
    .article-body .et_pb_section .et_pb_row img {
      border-radius: 40px; }
.article-body .author-info-bottom {
  border-radius: 20px; }
  .article-body .author-info-bottom .et_pb_code_inner {
    display: flex;
    justify-content: space-between; }
    .article-body .author-info-bottom .et_pb_code_inner .article-author {
      width: 40%;
      flex-direction: column; }
      .article-body .author-info-bottom .et_pb_code_inner .article-author img {
        width: 90px;
        height: 90px; }
      .article-body .author-info-bottom .et_pb_code_inner .article-author .article-author-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0; }
        .article-body .author-info-bottom .et_pb_code_inner .article-author .article-author-details span:first-child {
          padding-top: 10px;
          padding-bottom: 10px; }
        .article-body .author-info-bottom .et_pb_code_inner .article-author .article-author-details span:last-child {
          order: 1; }
    .article-body .author-info-bottom .et_pb_code_inner .author-bio {
      width: 55%; }
.article-body .right-widget-1 .et_pb_code_inner {
  text-align: center; }
  .article-body .right-widget-1 .et_pb_code_inner img:first-child {
    width: 86px;
    margin-bottom: 10px; }
    .article-body .right-widget-1 .et_pb_code_inner h4{
        margin-bottom: 0;
        padding-bottom: 0;
    }
  .article-body .right-widget-1 .et_pb_code_inner span {
    display: block;
    color: #000; }
    .article-body .right-widget-1 .et_pb_code_inner span:nth-child(2) {
      font-family: Luna;
      font-size: 20px;
      line-height: 40px; }
    .article-body .right-widget-1 .et_pb_code_inner span:nth-child(3) {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 20px; }
  .article-body .right-widget-1 .et_pb_code_inner p {
    margin-bottom: 40px; }
.article-body .right-widget-2 .et_pb_code_inner {
  text-align: center; }
  .article-body .right-widget-2 .et_pb_code_inner span {
    display: block;
    color: #000; }
    .article-body .right-widget-2 .et_pb_code_inner span:nth-child(1) {
      font-family: Luna;
      font-size: 20px;
      line-height: 40px; }
    .article-body .right-widget-2 .et_pb_code_inner span:nth-child(2) {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 20px; }
  .article-body .right-widget-2 .et_pb_code_inner img {
    margin-top: 20px;
    margin-bottom: 30px; }
.article-body .right-widget-3 .et_pb_code_inner p {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  font-family: Luna;
  margin-bottom: 20px; }
.article-body .right-widget-3 .et_pb_code_inner ul {
  list-style: none;
  padding: 0; }
  .article-body .right-widget-3 .et_pb_code_inner ul li {
    padding: 15px 0; }
    .article-body .right-widget-3 .et_pb_code_inner ul li:not(:last-child) {
      border-bottom: 1px solid #EBEDF0; }
    .article-body .right-widget-3 .et_pb_code_inner ul li:last-child {
      padding-bottom: 0; }
    .article-body .right-widget-3 .et_pb_code_inner ul li a {
      display: flex;
      align-items: center; }
      .article-body .right-widget-3 .et_pb_code_inner ul li a .platform-icon {
        padding: 10px;
        background-color: #EEEFF1;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .article-body .right-widget-3 .et_pb_code_inner ul li a .platform-title {
        display: inline-block;
        margin-left: 20px;
        font-size: 20px;
        line-height: 40px;
        color: #000000; }
      .article-body .right-widget-3 .et_pb_code_inner ul li a:hover .platform-icon {
        background-color: #A03F8B; }
        .article-body .right-widget-3 .et_pb_code_inner ul li a:hover .platform-icon svg path {
          fill: white; }
      .article-body .right-widget-3 .et_pb_code_inner ul li a:hover .platform-title {
        color: #A03F8B;
        text-decoration: underline; }
      .article-body .right-widget-3 .et_pb_code_inner ul li a:after {
        content: url("src/img/small_link_arrow_black.svg");
        margin-left: auto; }

.single-share-article .et_pb_code_inner {
  text-align: center; }
  .single-share-article .et_pb_code_inner span {
    color: #000000;
    display: inline-block; }
    .single-share-article .et_pb_code_inner span:first-child {
      font-family: Luna;
      font-size: 20px;
      line-height: 40px;
      vertical-align: middle; }
    .single-share-article .et_pb_code_inner span:nth-child(2) {
      margin-left: 50px;
      font-size: 13px;
      line-height: 15px;
      letter-spacing: 3.68333px;
      text-transform: uppercase;
      margin-right: 10px; }
    .single-share-article .et_pb_code_inner span .et_social_inline {
      display: inline-block !important;
      margin-bottom: 0;
      vertical-align: middle; }
      .single-share-article .et_pb_code_inner span .et_social_inline .et_social_networks.et_social_circle li:not(:last-child) {
        margin-right: 10px !important; }
      .single-share-article .et_pb_code_inner span .et_social_inline .et_social_networks.et_social_circle li i {
        color: #000;
        background-color: transparent !important;
        transition: none !important;
        transform: none !important; }
        .single-share-article .et_pb_code_inner span .et_social_inline .et_social_networks.et_social_circle li i:after, .single-share-article .et_pb_code_inner span .et_social_inline .et_social_networks.et_social_circle li i:before {
          transition: none !important;
          transform: none !important; }

.more-curriculum-cat {
  align-self: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 10px;
  margin-bottom: 40px; }

.more-curriculum-img, .more-curriculum-title, .more-curriculum-sku, .more-curriculum-price {
  margin-left: 20px;
  margin-right: 20px; }

.more-curriculum-img {
  text-align: center;
  margin-bottom: 40px; }
  .more-curriculum-img img {
    height: 240px;
    object-fit: cover;
    width: auto; }

.more-curriculum-title, .more-curriculum-sku, .more-curriculum-price {
  color: #000000; }

.more-curriculum-title {
  margin-bottom: 20px; }

.more-curriculum-sku {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px; }

.more-curriculum-price {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  margin-top: auto; }
  .more-curriculum-price:after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url("src/img/small_link_arrow_black.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    position: absolute;
    top: 5px; }

.section-shop {
  display: flex;
  flex-direction: row; 
  justify-content: center;
}
  .section-shop .shop-sidebar {
    width: 25%;
    margin-right: 20px; }
    .section-shop .shop-sidebar .title-sidebar {
      margin-left: 20px;
      margin-bottom: 60px;
      margin-top: 12px; }
      .section-shop .shop-sidebar .title-sidebar span {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 3.68333px;
        text-transform: uppercase;
        color: #000000;
        display: inline-block;
        margin-left: 10px;
        vertical-align: text-top; }
    .section-shop .shop-sidebar .sidebar-section {
      background-color: #fff;
      border-radius: 20px;
      padding: 20px; }
      .section-shop .shop-sidebar .sidebar-section .sidebar-section-title {
        cursor: pointer;
        display: flex;
        font-size: 22px;
        line-height: 30px;
        color: #A03F8B;
        padding-bottom: 0;
        border-bottom: 0; }
        .section-shop .shop-sidebar .sidebar-section .sidebar-section-title:after {
          margin-left: auto;
          content: url("src/img/arrow-down.svg"); }
      .section-shop .shop-sidebar .sidebar-section ul {
        display: none;
        list-style: none;
        padding: 0; }
        .section-shop .shop-sidebar .sidebar-section ul li {
          cursor: pointer;
          font-size: 18px;
          line-height: 20px;
          color: #000000;
          padding-top: 15px; }
          .section-shop .shop-sidebar .sidebar-section ul li label {
            display: flex; }
            .section-shop .shop-sidebar .sidebar-section ul li label input {
              margin-left: auto; }
              .single-series .section-shop .shop-sidebar .sidebar-section ul li:not(:first-child) label{
                padding-left: 0px;
              }
      .section-shop .shop-sidebar .sidebar-section:not(:last-child) {
        margin-bottom: 20px; }
      .section-shop .shop-sidebar .sidebar-section.open-list .sidebar-section-title {
        padding-bottom: 20px;
        border-bottom: 1px solid #EBEDF0; }
        .section-shop .shop-sidebar .sidebar-section.open-list .sidebar-section-title:after {
          transform: rotate(180deg);
          margin-bottom: -5px; }
      .section-shop .shop-sidebar .sidebar-section.open-list ul {
        display: block; }
  .section-shop .shop-content {
    width: 75%; }
    .section-shop .shop-content .shop-top {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      .section-shop .shop-content .shop-top .search-products {
        width: 380px;
        position: relative; }
        .section-shop .shop-content .shop-top .search-products input {
          height: 45px; }
        .section-shop .shop-content .shop-top .search-products input[name=search-products-curriculum] {
          width: 100%;
          border-radius: 28px;
          border: 1px solid #D5D8DC;
          padding: 10px 10px 10px 60px;
          margin-bottom: 30px;
          background-color: transparent;
          background-image: url("src/img/"); }
        .section-shop .shop-content .shop-top .search-products input[name=search-btn] {
          left: 0;
          background-image: url("src//img/search.svg");
          background-position: center;
          background-repeat: no-repeat;
          position: absolute;
          border: 0;
          text-indent: -9999px;
          width: 50px;
          height: 100%;
          height: 45px;
          background-color: #0000;
          cursor: pointer; }
      .section-shop .shop-content .shop-top .shop-sort-by span {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 3.68333px;
        text-transform: uppercase;
        color: #000000;
        margin-right: 10px; }
      .section-shop .shop-content .shop-top .shop-sort-by select {
        border: 1px solid #D5D8DC;
        border-radius: 28px;
        background-color: transparent;
        padding: 10px 20px;
        font-size: 13px;
        line-height: 24px;
        color: #000000; }
    .section-shop .shop-content .shop-container {
      display: flex;
      flex-direction: column; }
      .row-shop-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch; }
        .row-shop-products .product-item {
          width: 32%;
          background-color: #fff;
          border-radius: 20px;
          padding: 20px;
          margin-bottom: 20px;
          position: relative; }
          .row-shop-products.products-col-4 .product-item {
            width: 23%;
          }
          .row-shop-products.products-col-4  .product-item:not(:nth-child(4n)) {
            margin-right: 2.6%; }
          .row-shop-products:not(.products-col-4) .product-item:not(:nth-child(3n)) {
            margin-right: 2%; }
          .row-shop-products .product-item > a {
            display: flex;
            flex-direction: column;
            height: 100%; }
          .section-shop .shop-content .shop-container .row-shop-products .product-item .workshop-date-absolute {
            position: absolute;
            background-color: #fff;
            border-radius: 12px;
            padding: 7px 10px;
            right: 30px;
            top: 30px;
            display: block;
            text-align: center;
            color: #000000; }
            .section-shop .shop-content .shop-container .row-shop-products .product-item .workshop-date-absolute span {
              display: block; }
              .section-shop .shop-content .shop-container .row-shop-products .product-item .workshop-date-absolute span:first-child {
                font-size: 20px;
                line-height: 24px; }
              .section-shop .shop-content .shop-container .row-shop-products .product-item .workshop-date-absolute span:last-child {
                font-size: 14px;
                line-height: 20px; }
      .waiting-results {
        opacity: 0.4; }
      .section-shop .shop-content .shop-container .container-pagination {
        width: 100%; }
  .section-shop[data-main-category="16"] .more-curriculum-img {
    margin-right: 0;
    margin-left: 0; }
    .section-shop[data-main-category="16"] .more-curriculum-img img {
      width: 100%;
      object-fit: cover;
      height: 250px;
      border-radius: 20px; }

.products-workshops {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  .products-workshops .product-item {
    width: 23.5%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative; }
    .products-workshops .product-item:not(:last-child) {
      margin-right: 2%; }
    .products-workshops .product-item .product-item-container {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .products-workshops .product-item .workshop-date-absolute {
      position: absolute;
      background-color: #fff;
      border-radius: 12px;
      padding: 7px 10px;
      right: 30px;
      top: 30px;
      display: block;
      text-align: center;
      color: #000000; }
      .products-workshops .product-item .workshop-date-absolute span {
        display: block; }
        .products-workshops .product-item .workshop-date-absolute span:first-child {
          font-size: 20px;
          line-height: 24px; }
        .products-workshops .product-item .workshop-date-absolute span:last-child {
          font-size: 14px;
          line-height: 20px; }
    .products-workshops .product-item .more-curriculum-img {
      margin-right: 0;
      margin-left: 0; }
      .products-workshops .product-item .more-curriculum-img img {
        width: 100%;
        object-fit: cover;
        height: 250px;
        border-radius: 20px; }
    .products-workshops .product-item .workshop-product-title {
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      color: #000000;
      margin-left: 20px;
      margin-right: 20px; }
    .products-workshops .product-item .workshop-product-excerpt {
      text-align: center;
      color: #000000;
      margin: 20px; 
    }
    .products-workshops .product-item .workshop-address {
      text-align: center;
      color: #000000;
      margin-top: 10px;
      margin-bottom: 30px; }
      .products-workshops .product-item .workshop-address .segment-location-title {
        display: block;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        letter-spacing: 3.68333px;
        text-transform: uppercase; }
      .products-workshops .product-item .workshop-address > div span {
        font-size: 14px;
        line-height: 20px; }
    .products-workshops .product-item a {
      margin: auto auto 20px; }

.display-flex-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }

.explore {
  counter-reset: section; }
  .explore .et_pb_column {
    cursor: pointer;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.5s; }
    .explore .et_pb_column .et_pb_text_inner {
      padding-top: 50px;
      padding-bottom: 50px; }
    .explore .et_pb_column:before {
      margin-top: 30px;
      display: block;
      counter-increment: section;
      content: "0" counter(section); }
    .explore .et_pb_column:after {
      content: url("src/img/small_link_arrow_black.svg");
      display: block;
      margin-bottom: 30px; }
    .explore .et_pb_column:hover {
      transform: scale(1.05);
      background-color: #A03F8B;
      background-image: url("src/img/ex-lore-bg.svg");
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: contain;
      color: #fff;
      box-shadow: 0px 2px 100px rgba(160, 63, 139, 0.6); }
      .explore .et_pb_column:hover:after {
        content: url("src/img/small_link_arrow_white.svg"); }

.baro-icons-item {
  width: 30.3%;
  margin-right: 2%;
  float: left; }
  .baro-icons-item .et_pb_code_inner {
    display: flex;
    align-items: center; }
    .baro-icons-item .et_pb_code_inner div {
      position: relative; }
      .baro-icons-item .et_pb_code_inner div:first-child {
        height: 56px;
        border-radius: 50%;
        border: 2px solid #ff8e004d;
        margin-right: 20px; 
        flex: 0 0 56px;
    }
    .baro-icons-item.restore-green-items .et_pb_code_inner div:first-child{
        border: 2px solid #88DF30;
    }
    .baro-icons-item.restore-green-items .et_pb_code_inner div:first-child svg path{
        fill: #40B500;
    }
    .list-series-restore ol{
        position: relative;
        counter-reset: my-awesome-counter;
        list-style: none;
    }
    .list-series-restore ol li:before{
        content: counter(my-awesome-counter);
        font-size: 14px;
        color: #fff;
        position: absolute;
        left: calc(-1 * var(--size) - 10px);
        line-height: var(--size);
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: 0;
        left: 0;
        background: url(src/img/restore/4.svg);
        background-size: 100%;
        text-align: center;
        filter: drop-shadow(0px 12px 32px rgba(0, 0, 0, 0.2));
        font-weight: bold;
    }
    .list-series-restore ol li:first-child:before{
        background: url(src/img/restore/4.svg);
    }
    .list-series-restore ol li:nth-child(2):before{
        background: url(src/img/restore/3.svg);
    }
    .list-series-restore ol li:nth-child(3):before{
        background: url(src/img/restore/2.svg);
    }
    .list-series-restore ol li:nth-child(4):before{
        background: url(src/img/restore/1.svg);
    }
    .list-series-restore ol li{
        counter-increment: my-awesome-counter;
        position: relative;
        margin-bottom: 20px;
        padding-left: 70px;
        padding-top: 12px;
    }
    .list-series-restore.baro-series ol li:first-child:before{
        background: url(src/img/baro/4.svg);
    }
    .list-series-restore.baro-series ol li:nth-child(2):before{
        background: url(src/img/baro/3.svg);
    }
    .list-series-restore.baro-series ol li:nth-child(3):before{
        background: url(src/img/baro/2.svg);
    }
    .list-series-restore.baro-series ol li:nth-child(4):before{
        background: url(src/img/baro/1.svg);
    }
        .baro-icons-item .et_pb_code_inner div:first-child svg {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .baro-icons-item .et_pb_code_inner div:last-child span {
        display: block;
        color: #000000;
        font-weight: 600; }
        .baro-icons-item .et_pb_code_inner div:last-child span:first-child {
          font-size: 13px;
          line-height: 15px;
          letter-spacing: 3.68333px;
          text-transform: uppercase; }
        .baro-icons-item .et_pb_code_inner div:last-child span:last-child {
          font-size: 18px;
          line-height: 24px; }

.baro-description {
  clear: both; }
  .baro-description ul {
    font-size: 19px;
    line-height: 24px; }

.scroll-down-icon {
    display: none;
  position: relative; }
  .scroll-down-icon:after {
    content: url("src/img/mouse.svg");
    position: absolute;
    right: 20%;
    top: 50%; }

.baro-tree {
  height: 870px;
  counter-reset: tree 7;
  background-position: center 8px; }
  .baro-tree .et_pb_column .et_pb_text {
    height: 130px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    line-height: 24px; }
    .baro-tree .et_pb_column .et_pb_text:not(:last-child) {
      border-bottom: 1px solid #D5D8DC; }
  .baro-tree .et_pb_column:last-child .et_pb_text {
    text-align: right; }
    .baro-tree .et_pb_column:last-child .et_pb_text .et_pb_text_inner {
      width: 300px;
      margin-left: auto; }
  .baro-tree .et_pb_column:first-child .et_pb_text .et_pb_text_inner {
    width: 250px; }
  .baro-tree .et_pb_column:first-child .et_pb_text:before {
    counter-increment: tree -1;
    content: counter(tree);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    filter: drop-shadow(0px 12px 32px rgba(0, 0, 0, 0.2));
    background-size: 100%;
    position: absolute;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF; }
  .baro-tree .et_pb_column:first-child .et_pb_text .et_pb_text_inner {
    padding-left: 60px; }
  .baro-tree .et_pb_column:first-child .et_pb_text:nth-child(1):before {
    background-image: url("src/img/tree/tree-6.svg"); }
  .baro-tree .et_pb_column:first-child .et_pb_text:nth-child(2):before {
    background-image: url("src/img/tree/tree-5.svg"); }
  .baro-tree .et_pb_column:first-child .et_pb_text:nth-child(3):before {
    background-image: url("src/img/tree/tree-4.svg"); }
  .baro-tree .et_pb_column:first-child .et_pb_text:nth-child(4):before {
    background-image: url("src/img/tree/tree-3.svg"); }
  .baro-tree .et_pb_column:first-child .et_pb_text:nth-child(5):before {
    background-image: url("src/img/tree/tree-2.svg"); }
  .baro-tree .et_pb_column:first-child .et_pb_text:nth-child(6):before {
    background-image: url("src/img/tree/tree-1.svg"); }

body.single-curriculum .notice-cart .woocommerce-message {
  margin-bottom: 0 !important;
  background-color: #fff; }
  body.single-curriculum .notice-cart .woocommerce-message a.button {
    display: none; }
body.single-curriculum .title h1 {
  font-size: 32px;
  line-height: 40px;
  color: #000000; }
body.single-curriculum .sku {
  font-size: 14px;
  line-height: 20px; }
body.single-curriculum .price, body.single-curriculum .add-to-cart, 
body.single-workshop .price, body.single-workshop .add-to-cart  {
  width: 50%;
  float: left; }
body.single-curriculum .price .price-label,
body.single-workshop .price .price-label {
  font-size: 14px;
  line-height: 20px; }
body.single-curriculum .price .price,
body.single-workshop .price .price {
  width: 100%; }
  body.single-curriculum .price .price del,
  body.single-workshop .price .price del {
    color: #a03f8b; }
    body.single-curriculum .price .price del bdi,
    body.single-workshop .price .price del bdi {
      font-size: 14px; }
  body.single-curriculum .price .price bdi,
  body.single-workshop .price .price bdi {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: bold; }
body.single-curriculum .add-to-cart,
body.single-workshop .add-to-cart {
  text-align: right; }
  body.single-curriculum .add-to-cart .et_pb_button.add_to_cart_btn,
  body.single-workshop .add-to-cart .et_pb_button.add_to_cart_btn {
    padding: 10px 48px 8px 20px !important; }
    body.single-curriculum .add-to-cart .et_pb_button.add_to_cart_btn:after,
    body.single-workshop .add-to-cart .et_pb_button.add_to_cart_btn:after {
      content: url("src/img/plus-sign.svg");
      top: 5px;
      right: 20px; }
body.single-curriculum .gallery.et_pb_slider img {
  padding-top: 110px;
  padding-bottom: 110px;
  max-height: 500px;
  object-fit: contain; }
body.single-curriculum .gallery.et_pb_slider .et-pb-arrow-prev, body.single-curriculum .gallery.et_pb_slider .et-pb-arrow-next {
  opacity: 1; }
body.single-curriculum .gallery.et_pb_slider .et-pb-arrow-prev {
  left: 22px; }
body.single-curriculum .gallery.et_pb_slider .et-pb-arrow-next {
  right: 22px; }
body.single-curriculum .gallery.et_pb_slider .et-pb-controllers a {
  background-color: rgba(0, 0, 0, 0.5) !important;
  margin-right: 40px !important;
  width: 6px;
  height: 6px;
  position: relative; }
  body.single-curriculum .gallery.et_pb_slider .et-pb-controllers a.et-pb-active-control {
    background-color: #a03f8b33 !important;
    width: 26px;
    height: 26px;
    transition: background-color 0.5s ease 0s;
    border-radius: 50%;
    top: -10px; }
    body.single-curriculum .gallery.et_pb_slider .et-pb-controllers a.et-pb-active-control:after {
      content: '';
      width: 6px;
      height: 6px;
      background-color: #A03F8B;
      display: block;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
body.single-curriculum .settings .et_pb_column {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px; }
  body.single-curriculum .settings .et_pb_column .et_pb_code {
    margin-top: 30px;
    margin-bottom: 30px; }
body.single-curriculum .description-extra .et_pb_column:first-child,
body.single-workshop .description-extra .et_pb_column:first-child  {
  font-size: 20px;
  line-height: 30px; }
body.single-curriculum .description-extra .et_pb_column:last-child .themes-title,
body.single-workshop .description-extra .et_pb_column:last-child .themes-title {
  margin-bottom: 50px;
  color: #fff; }
body.single-curriculum .description-extra .et_pb_column .themes, .single-product .description-extra .et_pb_column .themes{
  height: 100%;
  background-image: url("src/img/theme-right-corner.svg"), url("src/img/theme-corner-left.svg");
  background-repeat: no-repeat;
  background-position: right top, -10px calc(100% + 10px);
  background-size: auto;
  font-size: 20px;
  line-height: 30px; 
}
  body.single-curriculum .description-extra .et_pb_column .themes ul,
  body.single-workshop .description-extra .et_pb_column .themes ul  {
    padding-left: 0;
    list-style: none; }
    body.single-curriculum .description-extra .et_pb_column .themes ul li,
    body.single-workshop .description-extra .et_pb_column .themes ul li {
      padding-left: 30px;
      position: relative; }
      body.single-curriculum .description-extra .et_pb_column .themes ul li:not(:last-child),
      body.single-workshop .description-extra .et_pb_column .themes ul li:not(:last-child) {
        padding-bottom: 14px; }
      body.single-curriculum .description-extra .et_pb_column .themes ul li:before,
      body.single-workshop .description-extra .et_pb_column .themes ul li:before {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        display: block;
        position: absolute;
        left: 0;
        top: 10px; }

.span-colored span {
  color: #A03F8B; }

.et_pb_video {
  border-radius: 40px; }
  .et_pb_video .et_pb_video_play:before {
    content: '';
    background-image: url("src/img/play-button.svg");
    width: 150px;
    height: 150px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .et_pb_video .fluid-width-video-wrapper, .et_pb_video .et_pb_video_overlay, .et_pb_video iframe {
    border-radius: 40px; }

.wp-pagenavi {
  width: 100%;
  border-top: 0;
  text-align: center; }
  .wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #a03f8b !important; }

.fancy-list ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .fancy-list ul li {
    position: relative;
    padding-left: 35px; 
    margin-bottom: 10px;
}
    .fancy-list ul li:before {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #A03F8B;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 7px; }
.no-post-found{
    display: none;
}
.test-read-more{
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.testimonialpopup .test-left-no-img{
    display: none;
}
.testimonialpopup .test-left-item-text p:first-child{
    font-size: 22px;
    margin-top: 20px;
    padding-bottom: 0;
}
.testimonialpopup .test-left-item-text p:last-child{
    font-size: 14px;
}
.home-past-clients .swiper-button-next, .home-past-clients .swiper-button-prev{
    border-radius: 30px;
}
.cohort-icon{
    height: 150px;
    object-fit: contain;
    margin-bottom: 30px;
}
.initiatives-tiles .et_pb_column{
    display: flex;
    flex-direction: column;
}
.initiatives-tiles .et_pb_column .et_pb_module:last-child{
    margin-top: auto;
}
.home-slider .et_pb_slide_description h4.et_pb_slide_title{
    font-weight: 400;
}
/*Tablet and mobiles*/
@media all and (max-width: 980px){
    /* Heading and fonts*/
    h1 {
        font-size: 38px;
        line-height: 40px;
    }

    h2 {
        font-size: 34px!important;
        line-height: 38px;
    }

    h3 {
        font-size: 26px!important;
        line-height: 34px; 
    }

    h4 {
        font-size: 26px!important;
        line-height: 34px;
    }
    .home-slider .et-pb-controllers, .featured-workshop .et-pb-controllers{
        right: auto;
        bottom: 10px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .home-slider .et-pb-controllers a, .featured-workshop .et-pb-controllers a{
        display: inline-block;
    }
    .home-slider .et-pb-controllers a, .featured-workshop .et-pb-controllers a:not(:last-child){
        margin-right: 15px;
    }
    .home-slider .et-pb-controllers a.et-pb-active-control, .featured-workshop .et-pb-controllers a.et-pb-active-control{
        top: -10px;
        margin-right: 0;
    }
    .home-slider .et-pb-controllers a:not(:last-child), .featured-workshop .et-pb-controllers a:not(:last-child){
        margin-bottom: 0;
    }
    .home-slider .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description{
        bottom: 100px;
    }
    .home-about-sec .et_pb_column:first-child{
        width: 100%;
        padding: 40px;
    }
    .home-about-sec .et_pb_column:last-child{
        margin: 0;
        padding: 40px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .home-about-sec p{
        margin-top: 0;
        font-size: 24px;
        line-height: 30px;
    }
    .home-about-sec h6{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .home-about-sec .et_pb_text_inner{
        text-align: center;
    }
    .home-about-sec p:last-child{
        text-align: center!important;
    }
    .home-what-we-do .et_pb_column.et-last-child{
        background-size: auto 100%;
    }
    .home-past-clients .dica-container .swiper-pagination{
        display: none;
    }
    .featured-workshop-code .et_pb_code_inner .curriculum-featured{
        flex-direction: column;
    }
    .featured-workshop-code .et_pb_code_inner .curriculum-featured .featured-workshop-column{
        height: 300px;
        margin-bottom: 20px;
    }
    .et_pb_row.section-full-width{
        padding-left: 20px!important;
        padding-right: 20px!important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .featured-section{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .featured-workshop-code .et_pb_code_inner{
        flex-direction: column;
    }
    .featured-workshop-code .featured-column-left{
        order: 2;
        margin-bottom: 0;
    }
    .featured-workshop-colum{
        order:1;
    }
    .featured-workshop .featured-workshop-top img{
        height: 350px;
    }
    .featured-workshop .featured-workshop-bottom .feat-work-b-item{
        width: 100%;
        margin-left: 0!important;
        margin-bottom: 30px;
    }
    .featured-workshop-code .featured-column-left{
        padding: 60px 32px 60px;
    }
    .products-workshops .product-item{
        width: 100%;
    }
    .home-what-we-do .et_pb_column{
        height: 600px;
    }
    .home-what-we-do .et_pb_column:hover .et_pb_text:last-child{
        bottom: 0;
    }
    .et_pb_module a.et_pb_button, .et_pb_module a.et_pb_button:hover{
        padding: 16px 40px 16px 20px;
    }
    .et_pb_module a.et_pb_button:after, .et_pb_module a.et_pb_button:hover:after{
        right: 20px;
    }
    .rock-testimonials{
        flex-direction: column;
    }
    .rock-testimonials .rock-test-right{
        width: 100%;
        margin: 0;
        padding:30px;
    }
    .rock-testimonials .rock-test-right .test-right-item .test-center-content{
        font-size: 22px;
        padding: 0;
        font-weight: 500;
        line-height: 30px;
        margin-top: 30px;
    }
    .rock-testimonials .rock-test-right .test-bottom{
        display: block;
        margin-top: 20px
    }
    .rock-testimonials .rock-test-right .test-bottom{
        display: block;
    }
    .rock-testimonials .test-left-no-img, .rock-testimonials .test-left-img{
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
    }
    .share-testimonial{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .rock-testimonials{
        height: auto;
    }
    .let-s-connect .et_pb_code_inner{
        display: block;
        text-align: center;
    }
    .section-shop .shop-sidebar{
        display: none;
    }
    .section-shop .shop-content .shop-top{
        display: block;
    }
    .shop-sort-by{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    }
    .shop-sort-by span{
        display: block;
        width: 130px;
    }
    .section-shop .shop-content .shop-top .shop-sort-by select, .section-shop .shop-content .shop-top .search-products{
        width: 100%;
    }
    .section-shop .shop-content{
        width: 100%;
    }
    .section-shop .shop-content .shop-top .shop-sort-by select{
        padding: 15px 20px;
    }
    .row-shop-products .product-item:not(:nth-child(3n)){
        margin-right: 0;
    }
    .row-shop-products .product-item:not(:nth-child(3n)), .row-shop-products.products-col-4 .product-item:not(:nth-child(4n)){
        margin-right: 0;
    }
    .product-item-container a {
        width: 100%;
    }
    .row-shop-products .product-item, .row-shop-products.products-col-4 .product-item{
        width: 100%;
    }
    .section2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_code:first-child{
        padding-top: 40px;
        padding: 20px;
        font-size: 20px;
        line-height: 30px;
    }
    .section2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_code:last-child .et_pb_code_inner{
        flex-direction: column;
    }
    .section2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_code:last-child .et_pb_code_inner div:last-child{
        margin-left: 0;
    }
    .section2 .et_pb_row:first-child .et_pb_column:last-child .et_pb_text{
        padding: 30px;
    }
    .section3 .et_pb_row{
        display: flex;
        flex-direction: column;
    }
    .section3 .et_pb_row .et_pb_column:last-child{
        order: 1;
    }
    .section3 .et_pb_row .et_pb_column:first-child{
        order: 2;
    }
    .section3 .et_pb_row .et_pb_column:last-child{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    .et_pb_video_play{
        transform: translate(-50%, -50%);
        margin-left: 0!important;
        margin-top: 0!important;
    }
    .revert-column-on-mobile{
        display: flex;
        flex-direction: column;
    }
    .revert-column-on-mobile .et_pb_column:last-child{
        order: 1;
    }
    .revert-column-on-mobile .et_pb_column:first-child{
        order: 2;
    }
    .baro-icons-item{
        width: 100%;
    }
    .baro-icons-item:nth-child(1), .baro-icons-item:nth-child(2){
        margin-bottom: 20px!important;
    }
    .for-organizations-row{
        flex-direction: column;
    }
    .for-organizations-row .org-col{
        width: 100%;
        margin-right: 0;
    }
    .for-organizations-row .org-col:not(:last-child){
        margin-bottom: 20px;
    }
    .section-shop .shop-content .shop-top .shop-sort-by span{
        margin-right: 0;
    }
    /*.et_pb_section.et_pb_section_first{
        padding-top: 46px;
    }*/
    .blog-listing .widget_categories{
        margin-bottom: 0;
    }
    .blog-listing article{
        width: 100%;
        margin-right: 0;
    }
    .article-body .author-info-bottom .et_pb_code_inner{
        flex-direction: column;
    }
    .article-body .author-info-bottom .et_pb_code_inner .author-bio, .article-body .author-info-bottom .et_pb_code_inner .article-author{
        width: 100%;
    }
    .article-body .author-info-bottom .et_pb_code_inner .article-author{
        margin-bottom: 20px;
    }
    .more-curriculum-img, .more-curriculum-title, .more-curriculum-sku, .more-curriculum-price{
        margin-left: 0px;
        margin-right: 0px;
    }
    .worksheets-activities th{
        display: none;
    }
    .worksheets-activities td:first-child, .worksheets-activities th:first-child{
        border-right: 0;
    }
    .worksheets-activities, .worksheets-activities tbody, .worksheets-activities tr, .worksheets-activities td{
        display: block;
    }
    .worksheets-activities tr{
        background: #fff;
        border-radius: 20px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .worksheets-activities tr:first-child{
        display: none;
    }
    .worksheets-activities td:first-child, .worksheets-activities td{
        border-right: 0!important;
        border-top: 0!important;
    }
    .worksheets-activities td:nth-child(2), .worksheets-activities th:nth-child(2){
        padding-left: 0!important;
    }
    .worksheets-activities td:first-child:before{
        content: 'Activity';
    }
    .worksheets-activities td:nth-child(2):before{
        content: 'Handout';
    }
    .worksheets-activities td:first-child:before, .worksheets-activities td:nth-child(2):before{
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 3.68333px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #D5D8DC;
    }
    .worksheets-activities td{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .et_pb_video .et_pb_video_play:before{
        width: 60px;
        height: 60px;
    }
    body.single-curriculum .gallery.et_pb_slider img{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home-slider .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description{
        position: relative;
        padding: 16% 8%;
        bottom: auto;
    }
    #main-header .container #et-top-navigation #top-menu > li.menu-cart-item{
        display: inline-block;
        margin-right: 15px;
        margin-left: 0;
    }
    #main-header .container #et-top-navigation #top-menu > li.menu-cart-item a{
        margin-bottom: 0;
        padding-bottom: 0;
        text-indent: -9999px;
    }
    #main-header .container #et-top-navigation #top-menu > li.menu-cart-item a:after{
        content: '\e07a';
        font-family: etmodules;
        float: right;
        display: block;
        margin: 0;
        text-indent: 0;
        color: #fff;
    }
    #main-header.et-fixed-header .container #et-top-navigation #top-menu > li.menu-cart-item a:after, .single-curriculum #main-header .container #et-top-navigation #top-menu>li.menu-cart-item a:after{
        color: #000;
    }
    .single-curriculum #main-header .container #et-top-navigation{
        border-left: 0;
    }
}

/*Tablets*/
@media all and (max-width: 980px) and (min-width: 681px){

}

/*Mobiles*/
@media all and (max-width: 680px){
	
   .more-curriculum-img img{
	width:100%;
	height:auto;
	object-fit:contain;
    }
}

.account_role_workshop_reg{
    display: none
}