/*
 Theme Name:   Divi Stylist Academy
 Description:  This is a sample child theme
 Author:       Ania R.
 Template:     Divi
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  dsa
*/

.page-id-5902 .price-choice__details {
    flex-basis: 20%;
}
.page-id-5902 sc-choice-container::part(base) {
    padding: 10px 15px!important;
font-size: .91em!important;
}

.skin-default.presto-player__wrapper .plyr__control--overlaid {
  border-radius:100px;
  padding:25px;
  animation: pulse-play 2s infinite;
  background:#fff;
  color:#000;
}

.dl-anchor-menu ul.et-menu >li > a::before {
    content: '';
    background: #fff;
    top: -20px;
    right: -11px;
    bottom: -20px;
    left: -11px;
    display: block;
    position: absolute;
    z-index: -1;
    transition: all .3s ease-in-out;
}

#page-container .dl-anchor-menu {
    padding:0!important
}
.dl-anchor-menu .et_pb_menu_inner_container {
  flex-grow: 1;
  padding: 10px 20px;
  overflow: hidden;
}
.dl-anchor-menu ul.et-menu >li > a {
  opacity:1!important;
}
.dl-anchor-menu ul.et-menu >li:first-child > a::before {
    left: -20px;
}

.dl-anchor-menu ul.et-menu >li:last-child > a::before {
    right: -21px;
}

.dl-anchor-menu ul.et-menu >li:hover > a::before {
    background: #EEF2F2;
}


.dl-anchor-menu ul.et-menu >li > a.active {
   color:lightsalmon!important;
}






:root:root {
  --col-gray1: #EEF2F2;
  --col-gray2: #E0E7E7;
  --col-gray3: #C7D1D1;
  --col-gray4: #9BA8A8;
  --col-gray5: #818D8D;
  --col-gray6: #636969;
  --col-black: #313535;
  --sc-font-sans: 'Figtree', Helvetica, Arial, Lucida, sans-serif;
  --sc-block-ui-background-color: #fff;
  --sc-shadow-small: none;
  --sc-card-border-color: transparent;
  --sc-login-text-align: left;
  --sc-list-row-background-color: #F6F8F8;
  /*--sc-card-background-color:#F6F8F8;*/
  --sc-stacked-list-row-hover-color: #EEF2F2;

--sc-alert-info-icon-color: lightsalmon;
--sc-alert-info-border-color: lightsalmon;
--sc-font-weight-light: 400;
  --sc-color-success-100: #c2f3be;
  --sc-color-success-200: #afdbab;
  --sc-color-success-300: #9bc298;
  --sc-color-success-400: #88aa85;
  --sc-color-success-500: #749272;
  --sc-color-success-600: #617a5f;
  --sc-color-success-700: #4e614c;
  --sc-color-success-800: #3a4939;
}

.plyr__video-wrapper {
  background: #313535 !important;
}
sc-checkbox a {
    text-decoration: underline;
    text-decoration-color: var(--col-gray3);
}

#page-container {
  overflow-x:hidden;
}
body,
.et_pb_section,
#main-content,
.et-db #et-boc .et-l .et_pb_section {
  font-weight: 400;
  background-color: transparent;
}

body {
  background-color: var(--col-gray1);
}

body.stop-scroll {
  overflow: hidden;
}

/* Typography reset & styling */
p:not(.has-background):last-of-type {
  padding-bottom: 1em;
}

.et_pb_text p:last-child,
.et_pb_countdown_timer .section p  {
  padding-bottom: 0;
}
.et_pb_countdown_timer .section.values {width:20%}

.et_pb_text span.mono {
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px;
  font-weight: 500;
  color: var(--col-gray4);
  line-height: 1.1;
}

@media (max-width:980px) {
  .et_pb_text span.mono {
    font-size: 14px;
  }
}

@media (max-width:767px) {
  .et_pb_text span.mono {
    font-size: 12px;
  }
}

/* squre button */
button.dsa-button {
  font-size:16px;
  color:#fff;
  background:lightsalmon;
  border-radius:4px;
  font-weight:600;
  padding:0.5em 1.2em;
  line-height:1.7em;
  cursor:pointer;
  border:1px solid lightsalmon;
  transition: all .3s linear;
}
button.dsa-button:hover {
  background:salmon;
  border-color:salmon;
}
@media (max-width:980px) {
  button.dsa-button {
    font-size:15px;
  }
}
@media (max-width:767px) {
  button.dsa-button {
    font-size:14px;
  }
}

/* Customer Dashboard / Surecart */
sc-alert::part(base) {
  opacity:0;
}
sc-password-nag::part(base) {margin-bottom:2em!important;}

sc-coupon-form::part(base) {
  background:var(--col-black);
  padding:.5em 1em;
  color:#fff!important
}

sc-icon:not[name="log-out"]::part(base), sc-secure-notice::part(base) {display:none;}
sc-button::part(base) {
  border-radius: 4px;
  position: relative;
  box-shadow: none;
  font-weight: 700;
  --sc-spacing-small: 1.5em;
}

sc-button::part(label) {
  padding-left: .8em;
}

sc-button::part(base):hover,
sc-dashboard-module::part(base):hover {
  opacity: 1 !important;
  /*background-color: salmon;
  border-color: salmon;*/
}

sc-button[type="link"]::part(base) {
  text-decoration: underline;
  border-bottom: 1px #000 solid;
}

sc-breadcrumb::part(label):hover {
  color: var(--col-black);
  text-decoration: underline;
}

sc-tab-group::part(nav) {
  display: none;
}

.dsa-account-tab .icon {
  height: 24px;
}

.dsa-account-tab .et_pb_text_inner {
  display: flex;
  align-items: center;
}

.dsa-account-tab span {
  margin-left: 15px;
  line-height: 0;
}

.dsa-account-tab.active,
.dsa-account-tab.active:hover {
  background: #fff !important;
}

.pix-chall img {
  transform: translateY(-20px) scale(1.03);
}
.pix-no-dsa img {
  opacity:.4
}

@media (max-width:980px) {
  .dsa-account-page .et_pb_column:not(.et-last-child) {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    flex-basis: 40%;
    transform: translateX(1px);
  }

  .dsa-account-page .et_pb_column:not(.et-last-child)>div {
    flex-grow: 1;
  }

  .dsa-account-page .et_pb_column:not(.et-last-child):not() {
    border-right: 1px solid var(--col-black);
    transform: translateX(-1px);
  }

  body:not(.logged-in) .dsa-account-page .et_pb_column:not(.et-last-child)>div:nth-last-child(2) {
    border-right: 1px solid var(--col-black);
  }

}

@media (max-width:767px) {
  .dsa-account-page .et_pb_column:not(.et-last-child) {
    transform:none; 
  }
  .dsa-account-tab svg {
    width: 18px;
    margin-right: -8px;
  }
  .dsa-account-page .et_pb_column:not(.et-last-child)>div {
    flex-basis: 30%;
  }
}

@media (max-width:430px) {

  .dsa-account-page .et_pb_column:not(.et-last-child)>div {
    flex-basis: 50%;
  }

  sc-heading::part(title) {
    white-space: normal
  }

  body:not(.logged-in) .dsa-account-page .et_pb_column.et-last-child {
    padding: 0 !important
  }

}

body:not(.logged-in) .dsa-account-tab:last-child {
  display: none;
}

/* Account courses */
figure.wp-block-image.account-course {
  transform: translate(0,-2%);
}
@media (max-width:781px) {
  figure.wp-block-image.account-course {
      max-width: 300px;
      transform: translate(-17%,0);
  }
}

/* Account Downloads */

.starter-packs {
  display:flex;
}
.starter-packs>div {
  width:30%;
  margin-right:5%
}
.starter-packs>div>a img{
transition: all .3s ease-in-out;
}
.starter-packs>div>a:hover img{
  transform:scale(1.02);
}
.starter-packs .wp-block-file {
  position:relative; font-size:16px;
}
.starter-packs .wp-block-file::before{
  content: '';
display: inline-block;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' stroke-width='2' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='lightsalmon'%3E%3Cpath d='M6 20h12M12 4v12m0 0l3.5-3.5M12 16l-3.5-3.5' stroke='lightsalmon' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
min-width: 20px;
background-size: auto 20px;
background-repeat: no-repeat;
height: 20px;
transform: translateY(0.3em);
}
.starter-packs img {max-width:100%; border-radius:6px; box-shadow:0 10px 50px -8px rgba(0,0,0,0.3)}

/* Geometric elements */
#dsa-head .col1::after {
  content: '';
  display: block;
  background-image: linear-gradient(90deg, var(--col-black) 5%, transparent 5%, transparent 50%, var(--col-black) 50%, var(--col-black) 55%, transparent 55%, transparent 100%);
  background-size: 20.00px 20.00px;
  position: absolute;
  bottom: -21px;
  height: 20px;
  width: calc(100% + 2px);
  left: -1px;
  transform: skewX(45deg);
  transform-origin: top left;
  background-position-x: -1px;
}

#dsa-head .skewed-row::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -22px;
  height: 20px;
  width: calc(100% - 1px);
  left: -1px;
  border: 1px var(--col-black) solid;
  border-top: none;
  transform: skewX(45deg);
  transform-origin: top left;
  background: #fff;
}



/* Header */
#page-container #dsa-head .dsa-vertical-menu ul.nav li:nth-last-child(2) {
  display: none;
}

#page-container #dsa-head .et-menu a:hover {
  opacity: 1;
}

#page-container #dsa-head .et-l--footer .et_builder_inner_content {
  z-index: 3;
}

#dsa-head .et_pb_row>.et_pb_column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#dsa-head .et_pb_image {
  align-self: center;
}

@media (min-width:980px) and (max-width:1440px) {
  #page-container #dsa-head .et_pb_row {
    width: calc(100% - 20px) !important;
    margin: 0 !important;
    border-bottom: 1px var(--col-black) solid;
  }

  #page-container #dsa-head {
    border-bottom: none;
  }

  #page-container #first-section .et_pb_row {
    margin: 0 !important;
  }

  #page-container #first-section {
    width: calc(100% - 20px);
  }
}

@media (min-width:980px) {
  #page-container div#first-section {
    display: flex;
    justify-content: center;
  }

  #page-container div#first-section>.et_pb_row {
    margin: 0 -40px 0 0 !important;
  }
}



/* Main Menu */
#et-boc #dsa-head .dsa-main-menu {
  flex-grow: 1;
}

#et-boc #dsa-head .dsa-main-menu ul.et-menu {
  margin: 0;
}

#et-boc #dsa-head .dsa-main-menu .et-menu>li {
  padding: 0 40px 0 0;
  margin-top: 0;
}

@media (min-width:981px) and (max-width:1065px) {
  #et-boc #dsa-head .dsa-main-menu .et-menu>li {
    padding: 0 30px 0 0;
  }
}

#et-boc #dsa-head .dsa-main-menu .et-menu>li:first-child {
  padding-left: 0;
}

.dsa-main-menu .et-menu>li a {
  opacity: 1;
  padding-bottom: 0;
}

.dsa-main-menu .et-menu>li>span {
  position: relative;
}

.dsa-main-menu ul.et-menu>li>span::before,
.dsa-main-menu ul.et-menu>li>span::after {
  font-family: 'JetBrains Mono', monospace;
  content: '{';
  color: lightsalmon;
  font-size: 1.2em;
  position: absolute;
  opacity: 0;
  transition: all .3s ease-in-out;
  left: -1em;
  top: 0;
  font-size: 1.4em;
  font-weight: 700;
  opacity: 0;
}

.dsa-main-menu ul.et-menu>li>span::after {
  left: auto;
  content: '}';
  right: -1em;
}

.dsa-main-menu ul.et-menu>li>span:hover::before {
  left: -.75em;
  opacity: 1;
}

.dsa-main-menu ul.et-menu>li>span:hover::after {
  right: -.75em;
  opacity: 1;
}

.dsa-main-menu ul.et-menu>li.current-menu-item>span::before {
  display: none;
}

.dsa-main-menu ul.et-menu>li.current-menu-item>span::after {
  content: '';
  height: 2px;
  width: calc(100% + 4px);
  left: -2px;
  bottom: -8px;
  top: auto;
  right: -2px;
  background: var(--col-gray3);
  border-radius: 2px;
  display: inline-block;
  opacity: 1;
}

.dsa-main-menu ul#menu-cta-button.et-menu>li.current-menu-item>span::after {
  display: none;
}

#et-boc #dsa-head img {
  max-width: unset;
}

@media (max-width:980px) {
  #et-boc #dsa-head {
    border-bottom: 0;
  }

  #et-boc #dsa-head .et_pb_row {
    display: flex;
    max-width: calc(100% - 20px);
    margin-left: 0 !important;
    border-bottom: 1px solid var(--col-black);
  }

  #et-boc #dsa-head .et_pb_row>.col1 {
    flex-grow: 1;
    flex-basis: 80%;
  }

  #et-boc #dsa-head .col1::after {
    width: calc(100vw - 24px);
  }
}

@media (max-width:479px) {
  #et-boc #dsa-head .col2 .dsa-main-menu {
    display: none;
  }
}

/* mobile menu row */
.canvas-fullscreen-menu:not(.is-opened) #dsa-m-menu {
  opacity: 0;
}

.canvas-fullscreen-menu.is-opened #dsa-m-menu {
  -webkit-animation: slide-in-blurred-top .6s cubic-bezier(.23, 1.000, .32, 1.000) both;
  animation: slide-in-blurred-top .6s cubic-bezier(.23, 1.000, .32, 1.000) both animation-delay:.5s;
}

@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1
  }
}

@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(.2);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1
  }
}

#et-boc #dsa-m-menu.et_pb_row::after,
#et-boc #dsa-m-menu.et_pb_row::before,
#et-boc .has-left-border::before,
#et-boc .has-top-border::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  border: 1px var(--col-black) solid;
  transition: all .3s ease-in-out;
  opacity: 1;
  visibility: visible;
  background-image: linear-gradient(90deg, var(--col-black) 5%, transparent 5%, transparent 50%, var(--col-black) 50%, var(--col-black) 55%, transparent 55%, transparent 100%);
  background-size: 20.00px 20.00px;
  background-position-x: 7px;
}

#et-boc #dsa-m-menu.et_pb_row::after,
#et-boc .has-top-border::after {
  width: 100%;
  height: 10px;
  border-bottom: 0;
  border-left: 0;
  left: 0;
  top: -12px;
  transform: skewX(45deg);
  transform-origin: bottom right;
}

#et-boc #dsa-m-menu.et_pb_row::before,
#et-boc .has-left-border::before {
  width: 10px;
  height: 100%;
  transform-origin: top right;
  top: -1px;
  left: -12px;
  transform: skewY(45deg);
  border-right: 0;
  background-image: linear-gradient(0deg, var(--col-black) 5%, transparent 5%, transparent 50%, var(--col-black) 50%, var(--col-black) 55%, transparent 55%, transparent 100%);
  background-size: 20.00px 20.00px;
}

/* Sticky Footer */
#page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#et-main-area,
div#et-boc {
  display: flex;
  flex-flow: column;
}

#et-main-area,
#main-content,
div#et-boc {
  flex: 1 0 auto;
}


/* Home Page */
#home-hero .hero-bg {
  transition: all .3s;
}

div#bgvid {
  width: 200%;
  margin-top: -40%;
  left: -50%;
  position: relative;
}

@media (min-width:1201px) and (max-width:1445px) {
  #home-hero .hero-text {
    margin-right: 0;
    width: 60%;
  }

  #home-hero .hero-video {
    width: 40%;
  }

  .hero-text .et_pb_text {
    max-width: 650px
  }

  div#bgvid {
    width: 230%;
    left: -65%;
  }
}

@media (min-width:981px) and (max-width:1200px) {

  #home-hero .et_pb_column {
    width: 80%;
  }

  #home-hero .hero-text .et_pb_text {
    max-width: 630px;
  }

  #home-hero .hero-bg {
    width: 1000px;
    height: 1000px;
    left: -100px;
  }

  #home-hero .hero-video {
    width: 50%;
    margin-left: 65%;
    margin-top: -30%
  }
}

@media (max-width:980px) {

  #home-hero .hero-text {
    width: 80%;
  }

  #home-hero .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }

  div#bgvid {
    width: 130%;
    margin-top: -25%;
    left: 0;
  }

  #home-hero .hero-text {
    margin-top: -50%;
  }

  #home-hero .hero-bg,
  #home-hero .hero-bg:hover {
    transform: translate(-30%, -10%) !important;
  }
}

@media (max-width:767px) {
  #home-hero .hero-text {
    margin-top: -30%
  }


  #home-hero .hero-bg,
  #home-hero .hero-bg:hover {
    transform: translate(-20%, -10%) !important;
  }
}

@media (max-width: 640px) {

  #home-hero .hero-bg,
  #home-hero .hero-bg:hover {
    width: 100vw;
    transform: translate(-20vw, -10vw) !important;
    height: 100vw;
    opacity: .9
  }
}

@media (max-width: 560px) {

  #home-hero .hero-text .hero-bg,
  #home-hero .hero-bg:hover {
    width: 130vw;
    transform: translate(-35vw, -20vw) !important;
    height: 130vw;
    opacity: .9
  }
}

@media (max-width:440px) {

  #home-hero .hero-text .hero-bg,
  #home-hero .hero-bg:hover {
    transform: translate(-30vw, 0vw) !important;
    border-radius: 0 30% 0 0;
  }

  div#bgvid {
    width: 150%;
    margin-left: -25%;
  }
}

@media (max-width:980px) {
  #home-3cols .et_pb_column {
    max-width: 400px;
    margin: 0;
    float: none;
    z-index: 5;
    clear: both;
  }

  #home-3cols .et_pb_column:nth-child(2) {
    z-index: 3;
    transform: translate(5vw, -1px);
  }

  #home-3cols .et_pb_column.et-last-child {
    z-index: 2;
    transform: translate(0, -2px);
  }
}

@media (min-width:767px) and (max-width:980px) {
  #home-3cols .et_pb_column {
    margin: 0 auto !important;
  }
}

#home-cta .et_pb_row {
    display: flex;
}
#home-cta .et_pb_column {
    flex-basis:70%;
}
#home-cta .et_pb_column.et-last-child {
    flex-basis: 30%;
}
@media (max-width: 640px) {
    #home-cta .et_pb_row {
        display:block;
        position:relative;
    }
  #home-cta .home-cta-bg {
      max-width:340px;
      height:240px;
      top:50px;
  }
    #home-cta .home-cta-title {
        max-width:300px;
        margin-bottom:80px;
    }
    #home-cta .et_pb_column.et-last-child {
        position:absolute; height:100px; width:100%; top:0; right:0; margin:0;
    }
    #home-cta .et_pb_image {
        width:60%; top:10%; left:45%; transform:none; margin:0;
    }
}
@media (max-width: 550px) {
  #home-cta .home-cta-bg {
      width:300px;
      max-width:unset;
    top:-5%;
      left:28%;
      right:auto;
      height:440px;
      transform:rotate(43deg);
      transform-origin:top right;
  }
    #home-cta .home-cta-title {
        margin-bottom:35vw;
    }
    #home-cta .et_pb_image {
        top:100px;
        right:0;
        width:80%
        
    }
}

@media (max-width: 420px) {
    #home-cta .home-cta-bg {
        top:-15vw;
        left:35%
    }
    #home-cta .home-cta-title {
        margin-bottom:65vw;
    }
    #home-cta .et_pb_image {
        top:calc(240px - 10vw);
        left:0;
        width:90%;
    }
    #home-cta .home-cta-desc {
      width:100%;
    }

}

/* Testimonials */
span.dsa-quote {
  display: inline-block;
  margin-right: .15em;
  font-family: Georgia, serif;
  line-height: 0;
}

span.dsa-quote:nth-child(1) {
  font-size: 2em;
  transform: translateY(.25em);
  color: lightsalmon;
}

.dsa-testimonial.dl-no-heading h5,
.dsa-testimonial.dl-no-heading h4 {
  padding: 0;
}
#page-container .dsa-testimonial .img {
    width: 150px;
    margin:0;
}
.dsa-testimonial .img .et_pb_text {
width: fit-content;
margin-left:auto;
margin-right:auto;
}
#page-container .dsa-testimonial .txt-img {
    width:calc(100% - 150px)
}

@media (max-width:980px) {
  .dsa-testimonial .txt-vid {
    width: 55%;
  }

  .dsa-testimonial .vid {
    width: 45%;
  }
}

@media (max-width:767px) {
  #page-container .dsa-testimonial .img {
      width: 120px!important;
      margin:0;
  }
  #page-container .dsa-testimonial .txt-img {
      width:calc(100% - 120px)!important;
  }
  .dsa-testimonial .txt-img .quote-icek {
      width: 20px;
      left: -20px;
      top: 0;
  }
  .dsa-testimonial.img-reverse .txt-img .quote-icek {
      left: auto;
      right:-20px;
  }
}

@media (max-width:620px) {
  .dsa-testimonial.reverse {
      display: flex;
      flex-direction: column-reverse;
  }
  .dsa-testimonial .vid {
    width: 100%;
    max-width: 360px;
    padding: 0;
    position: relative;
  }

  .dsa-testimonial .wp-block-video {
    margin: 0;
  }

  .dsa-testimonial .vid .et_pb_code {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .dsa-testimonial .vid .et_pb_text {
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    padding-right: 5px;
  }

  .dsa-testimonial .txt-vid {
    width: 80%;
    margin-top: 30px;
    margin-left: 20%;
  }

  .dsa-testimonial .txt-vid .quote-icek {
    transform: rotate(90deg);
    transform-origin: top right;
    top: 0;
    left: 80px;
    z-index: 99;
  }
}

@media (max-width:479px) {
  #page-container .dsa-testimonial .txt-vid {

    margin-top: 30px !important;
    margin-left: 30px !important;
    max-width: calc(100% - 30px)
  }
  
  #page-container .dsa-testimonial .img {
      width: 90px!important;
      margin:0;
      padding-top: 25px;
  }
  #page-container .dsa-testimonial .txt-img {
      width:calc(100% - 90px)!important;
  }
  
}


/* Video popup */
.play-icon .et_pb_icon_wrap {
  animation: pulse-play 2s infinite;
}
@keyframes pulse-play {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 152, 129, 0.5);
  }
  
  70% {
    box-shadow: 0 0 0 30px rgba(255, 152, 129, 0);
  }
  
  100% {
    box-shadow: 0 0 0 0 rgba(255, 152, 129, 0);
  }
}


body.et-fb .dl-overlay {position:relative; }
.et_builder_inner_content.visible {z-index:999999;}
body:not(.et-fb) .dl-overlay {position:fixed!important; opacity:0;visibility:hidden; transition:all 1s ease-in-out;    top: 0;
    bottom:0;
    width: 100vw; /* viewport width */
    min-height: 100vh; /* viewport height */
    overflow-y: scroll;
    overflow-x: hidden; }

 .dl-overlay {cursor:url(img/close-icon.png), auto;}
 .dl-overlay .et_pb_text {cursor:default;}

 .dl-overlay.visible.et_pb_section {opacity:1;visibility:visible; transition:all .5s ease-in-out;}

 .dl-overlay .et_pb_text {opacity:0;}
 .dl-overlay.visible .et_pb_text {
-webkit-animation:scale-in-ver-top .5s cubic-bezier(.25,.46,.45,.94) both;animation:scale-in-ver-top .5s cubic-bezier(.25,.46,.45,.94) both;
animation-delay:1s;}
@-webkit-keyframes scale-in-ver-top{0%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}}@keyframes scale-in-ver-top{0%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}}




/* Back to top button */
.et_pb_scroll_top.et-pb-icon {
    background: #fff;
    right:5px;
    border-radius: 100%;
    border: 1px var(--col-black) solid;
    color: #fff;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 24 24' stroke-width='1.5' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23000000'%3E%3Cpath d='M12 21V3m0 0l8.5 8.5M12 3l-8.5 8.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-position: center; background-repeat: no-repeat;
}
.et_pb_scroll_top:before {
    opacity: 0;
}


/* Menu CTA 
#page-container #menu-cta-button a {
  padding: 1em 1.5em;
  border: 2px solid lightsalmon;
  border-radius: 50px;
  opacity:1;
}
#page-container #menu-cta-button a:hover {
 background:#fff;
}*/

/* Submenus 
#dsa-head .dsa-main-menu .dsa-tiles ul.sub-menu {
  background: transparent !important;
  box-shadow: none;
}

#dsa-head .dsa-main-menu .menu-item-has-children>a:first-child::after {
  display: none;
}

#dsa-head .dsa-main-menu .menu-item-has-children>a:first-child {
  padding-right: 0
}

#dsa-head .dsa-main-menu li.dsa-tiles>ul {
  width: calc(80vw);
  max-width: 900px;
}

.dsa-main-menu li.dsa-tiles>ul {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.dsa-main-menu li.dsa-tiles:hover>ul,
.dsa-main-menu li.dsa-tiles.et-touch-hover>ul {
  animation-name: dsa-fade-in-up;
}

@keyframes dsa-fade-in-up {
  from {
    transform: translate3d(0, 10px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

#dsa-head .dsa-main-menu li.dsa-tiles.dsa-res>ul>li {
  float: right !important;
}

#dsa-head .dsa-main-menu li.dsa-tile {
  width: calc(25% - 10px)
}

#dsa-head .dsa-main-menu li.dsa-tile {
  margin-right: 10px;
}

#dsa-head .dsa-main-menu li.dsa-tile a {
  width: unset;
  background: var(--col-gray1);
  line-height: 1;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 2;
  height: 100px;
  padding: 15px 20px !important;
  border-radius: 5px;
  transition: all .3s ease-in-out;
}

#dsa-head .dsa-main-menu li.dsa-tile.dsa a {
  border-color: lightsalmon;
}

#dsa-head .dsa-main-menu li.dsa-tile.dsa a {
  opacity: 1;
  background: var(--col-black) !important;
  color: #fff !important;
}

.dsa-main-menu li.dsa span.dsa {
  color: transparent;
  background: url(https://divistylistacademy.com/wp-content/uploads/2023/02/dsa-logo-white.svg) top center/100% auto no-repeat;
  width: 138px;
  height: 42px;
}

#dsa-head .dsa-main-menu li.dsa-tile a:hover {
  background: var(--col-gray2) !important;
}

#dsa-head .dsa-main-menu li.dsa-tile.dsa a:hover {
  background: #000 !important;
}

#dsa-head .dsa-main-menu li.dsa-tile small {
  font-size: 12px;
  font-weight: 700;
  font-family: 'JetBrains Mono', monospace;
  color: var(--col-gray4);
}*/

/* Fullscreen Menu Trigger */
.canvas-fullscreen-menu-trigger .et_pb_code_inner,
.et-fb .canvas-fullscreen-menu-trigger .et_pb_code_inner>div {
  height: 100%;
}

.dl-hamburger {
  width: calc(100% - 4px);
  left: 2px;
  height: 50%;
  top: 25%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transform: scale(0.7);
}

.dl-hamburger-inner,
.dl-hamburger-inner::before,
.dl-hamburger-inner::after {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--col-black);
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.home header .dl-hamburger-inner,
.home header .dl-hamburger-inner::before,
.home header .dl-hamburger-inner::after {
    border-bottom: 3px rgba(255, 255, 255, 0.7) solid;
    box-sizing: content-box;
    background-clip: padding-box;
}


.white .dl-hamburger-inner,
.white .dl-hamburger-inner::before,
.white .dl-hamburger-inner::after {
  background-color: #fff;
}

.dl-hamburger-inner {
  top: auto;
  bottom: 0;
  margin-top: -1px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
  transition-delay: 0s;
}

.dl-hamburger-inner::before {
  content: "";
  top: -10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.dl-hamburger-inner::after {
  content: "";
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.dl-hamburger.is-opened .dl-hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dl-hamburger.is-opened .dl-hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.dl-hamburger.is-opened .dl-hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Canvas Fullscreen Menu Section */
body:not(.et-fb) .canvas-fullscreen-menu,
body:not(.et-fb) .dsa-fullscreen-login {
  opacity: 0;
  position: fixed !important;
  visibility: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s ease-in-out;
  overflow: scroll;
}

@media (min-width:783px) {

  body:not(.et-fb).admin-bar .canvas-fullscreen-menu,
  body:not(.et-fb).admin-bar .dsa-fullscreen-login {
    top: 32px;
  }
}

body:not(.et-fb) .canvas-fullscreen-menu.is-opened,
body:not(.et-fb) .dsa-fullscreen-login.is-opened {
  opacity: 1;
  visibility: visible;
}

/* Sidebar Vertical Menu */
#page-container #et-boc .dsa-vertical-menu div.et_mobile_nav_menu {
  display: none;
}

#page-container #et-boc .dsa-vertical-menu .et_pb_menu__menu,
#page-container #et-boc .dsa-vertical-menu nav.et-menu-nav,
#page-container #et-boc .dsa-vertical-menu.et_pb_menu ul.et-menu,
#page-container #et-boc .dsa-vertical-menu .et_pb_menu__wrap {
  display: block;
}

#page-container #et-boc .dsa-vertical-menu.et_pb_menu ul.sub-menu {
  opacity: 1;
  visibility: visible;
  position: relative;
  border: none;
  box-shadow: none;
  width: 100%;
  padding-top: 0;
  transition: none !important;
}

#page-container #et-boc .dsa-vertical-menu.et_pb_menu li:not(.current-lessons-parent) ul.sub-menu {
  display: none;
}

#page-container #et-boc .dsa-vertical-menu.et_pb_menu ul.sub-menu a {
  width: 100%;
  font-size: 16px;
}

#page-container #et-boc .dsa-vertical-menu.et_pb_menu li.menu-item {
  display: block;
  margin-top: 0;
}

#page-container #et-boc .dsa-vertical-menu.et_pb_menu li.menu-item a {
  display: inline-block;
}

/* Sub-menu toggle */
#page-container #et-boc .dsa-vertical-menu .sub-toggle {
  width: 20px;
  height: 1em;
  position: absolute;
  display: inline-block;
  background: rgba(0, 0, 0, 0.0);
  cursor: pointer;
  transform: translate(-20px, 0);
}


/* Lesson Page */
.dsa_timestamp {
  display: inline-block;
  padding-right: 20px;
}

div.dsa_timestamp span.t_time {
  font-family: 'JetBrains Mono', monospace;
}

#dsa-sidebar ul.dsa_lesson_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#dsa-sidebar ul.dsa_lesson_list:last-of-type>li:not(.id-37) {
  counter-increment: module-number;
  border-top: 1px var(--col-black) solid;
  position: relative;
}

#dsa-sidebar ul.dsa_lesson_list:last-of-type>li::before {
  content: 'Module 'counter(module-number);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: bold;
  color: var(--col-gray5);
  position: absolute;
  top: 12px;
  left: 20px;
}

#dsa-sidebar h4 {
  font-weight: 800;
  padding: 20px;
  cursor: pointer;
  background: var(--col-gray1);
  transition: all .3s ease-in-out;
}

#dsa-sidebar h4:hover {
  background: var(--col-gray2);
}

#dsa-sidebar h4.toggled_module {
  background: #fff;
}

#dsa-sidebar ul.dsa_lesson_list:last-of-type h4 {
  padding-top: 36px;
}

#dsa-sidebar ul.dsa_lesson_list ol {
  margin: 0;
  padding: 0;
  display: none;
}

#dsa-sidebar a.dsa_count_more,
#dsa-sidebar .dsa_all_count {
  display: none;
}

#dsa-sidebar li.dsa_lesson a::before {
  display: inline-block;
  content: counter(lesson-number)'.';
  text-align: right;
  padding-right: 5px;
  transition: all .3s ease-in-out;
  min-width: 2ch;
  padding-left: 2px;
  padding-right: 4px;
  color: var(--col-gray4);
  font-size: .9em;
  font-weight: 600;
}

#dsa-sidebar ul.dsa_lesson_list li.dsa_module.id-40 h4:not(.toggled_module) {
    background: var(--col-black);
    color: #fff; 
}




#dsa-sidebar li.dsa_lesson {
  display: flex;
  counter-increment: lesson-number;
  position: relative;
}

#dsa-sidebar li.dsa_lesson a {
  display: flex;
  width: 100%;
  padding: 8px 10px 8px 0;
  line-height: 1.2;
}

#dsa-sidebar li.dsa_lesson a:hover::before {
  transform: translateX(8px);
  color: var(--col-gray5);
}

#dsa-sidebar li.dsa_lesson span.vid_time {
  text-align: right;
  padding-left: 4px;
  font-size: .8em;
}

#dsa-sidebar li.dsa_lesson a strong {
  flex-grow: 1;
  font-weight: 400;
}

/* current lesson on the list */
#dsa-sidebar li.dsa_lesson.current_lesson a {
  background: var(--col-gray1);
}

#dsa-sidebar li.dsa_lesson.current_lesson a strong {
  font-weight: 700;
}

#dsa-sidebar li.dsa_lesson.current_lesson a::before {
  color: transparent;
  height: 1em;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' stroke-width='2' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='lightsalmon'%3E%3Cpath d='M9 6l6 6-6 6' stroke='lightsalmon' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 5px center;
}

#dsa-sidebar li.dsa_lesson.current_lesson a span {
  color: var(--col-black);
  font-weight: 700;
}

#dsa-sidebar li.dsa_lesson.current_lesson a:hover::before,
#dsa-sidebar li.dsa_lesson.current_lesson a:hover strong,
#dsa-sidebar li.dsa_lesson.current_lesson a:hover span {
  transform: none;
}

/* LEsson nav */
.lesson-nav-link a, a#show-iframe {
  display: inline-block;
  background: var(--col-black);
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  padding: .5em 1.2em;
  transition: all .3s ease-in-out;
}

.lesson-nav-link.next {
  text-align: right;
}

.lesson-nav-link a:hover {
  background: #151616;
}

#dsa-sidebar {
  position: relative;
  /* required for child element with fixed position */
}

#dsa-sidebar.sticky {
  position: fixed;
  top: 0;
}

/* Lesson Comments */
a#show-iframe {
  background:lightsalmon;
}
a#show-iframe:hover {
  background:salmon;
}
.dsa-com-iframe .et_pb_code_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:360px;
}
div#com-iframe {display: contents;}

/* Lesson Content */
#dsa-lesson-content {
  border-right: 1px var(--col-black) solid;
  border-bottom: 1px var(--col-black) solid;
  z-index: 0;
  min-width: 0;
}

#et-boc #dsa-lesson-content::before {
  border-right: 1px var(--col-black) solid;
  width: 20px;
  left: -22px;
  top: auto;
  bottom: -1px;
  height: calc(100% - 2px);
}


.dsa-downloads br {
  display: none;
}

.dsa-downloads a {
  display: flex;
  background: #fff;
  border: 1px var(--col-gray2) solid;
  padding: 12px 15px 12px 10px;
  transition: all .2s;
  align-items: center;
}

.dsa-downloads a:hover {
  background: var(--col-gray1);
}

.dsa-downloads a:not(:last-of-type) {
  border-bottom: none;
}

.dsa-downloads a::before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' stroke-width='2' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='lightsalmon'%3E%3Cpath d='M6 20h12M12 4v12m0 0l3.5-3.5M12 16l-3.5-3.5' stroke='lightsalmon' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  min-width: 20px;
  background-size: auto 20px;
  background-repeat: no-repeat;
  height: 20px;
  margin-right: 6px;
}

/* Action Items */
span.lesson_action {
  transform: translateX(-.2em);
  display:flex;
}
body.page span.lesson_action {
  display:flex;
}



/* Lesson Chapters */
.lesson-chapters p:not(.dsa_timestamp) {
  display: none;
}

p.dsa_timestamp span.t_time {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  color: var(--col-gray5);
  display: inline-block;
  padding: .2em .75em;
  margin-right: .2em;
  line-height: 1.2;
  background: #fff;
  font-size: .7em;
  border: 1px var(--col-gray2) solid;
  transition: all .2s;
}

p.dsa_timestamp a:hover span.t_time {
  background: var(--col-gray1);
}


/* Lesson Tablet */
@media (min-width:768px) and (max-width:980px) {
  #page-container div#first-section>.et_pb_row {
    display: flex;
    margin-left: 20px !important;
    width: calc(100% - 20px);
    align-items: flex-start;
  }

  div#dsa-lesson-sidebar {
    flex-basis: 280px;
  }

  #dsa-sidebar .vid_time {
    display: none;
  }
}

@media (max-width:980px) {
  #dsa-sidebar ul.dsa_lesson_list h4 {
    padding: 15px 5px 15px 10px;
    font-size: 14px;
  }

  #dsa-sidebar ul.dsa_lesson_list:last-of-type h4 {
    padding-top: 30px;
  }

  #dsa-sidebar ul.dsa_lesson_list:last-of-type>li::before {
    font-size: 10px;
    left: 10px;
    top: 16px;
    line-height: 1;
  }

  #dsa-sidebar li.dsa_lesson a {
    font-size: 12px;
  }
}


#et-boc #dsa-lesson-sidebar::before {
  display: none;
}

/* Lesson Phone */
@media (max-width:767px) {
  #page-container #dsa-lesson-content {
    margin-left: 22px !important;
    width: calc(100% - 22px) !important;
  }

  #et-boc #dsa-lesson-content::before {
    height: 100%;
  }

  #page-container #dsa-lesson-sidebar {
    margin-left: 21px !important;
    width: calc(100% - 21px) !important;
    border: 1px var(--col-black) solid;
    border-top: none;
    border-bottom: none;
  }

  #et-boc #dsa-lesson-sidebar::before {
    display: block;
    width: 20px;
    left: -22px;
  }

  /* Slide-in sidebar */
  #dsa-sidebar .et_pb_code_inner {
    display: none;
    border-top: 1px var(--col-black) solid;
    border-bottom: 1px var(--col-black) solid;
    margin-bottom: 30px
  }
}

@media (min-width:768px) {
  #dsa-sidebar .et_pb_code_inner {
    display: block !important;

  }
}

/* Text links */
.dsa-text-links a,
a.dsa-text-link,
.dsa_timestamp .t_label,
.suremember-user-login-form label[for="rememberme"],
.remember-me-wrap div a,
.et-db #et-boc .et-l .et_pb_forgot_password a,
#et-boc #dsa-mobile-menu a,
#tax-module .dsa_module a strong {
  text-underline-offset: 0.2em;
  text-decoration: underline!important;
  text-decoration-thickness: 0.05em;
  text-decoration-color: var(--col-gray3)!important;
  transition: color .2s, text-underline-offset .2s, text-decoration-color .2s!important;
}

.dsa-text-links a:hover,
a.dsa-text-link:hover,
.dsa_timestamp a:hover .t_label,
.suremember-user-login-form label[for="rememberme"]:hover,
.remember-me-wrap div a:hover,
.et-db #et-boc .dsa-login .et_pb_forgot_password a:hover,
#et-boc #dsa-mobile-menu a:hover,
#tax-module .dsa_module a:hover strong {
  text-underline-offset: 0.4em;
  text-decoration: underline;
  text-decoration-color: lightsalmon!important;
  text-decoration-thickness: 0.05em;
}

/* Lesson Overview */
@media (min-width:981px) {
  #et-boc .dsa-lesson-overview {
    display: flex;
    justify-content: space-between
  }

  #et-boc .dsa-lesson-overview .et_pb_column_inner {
    width: 65%;
    margin: 0;

  }

  #et-boc .dsa-lesson-overview .et_pb_column_inner.et-last-child {
    width: 30%;
    margin: 0;
  }

  #et-boc .dsa-lesson-overview::after {
    display: none;
  }
}

/* Course Page */
.tax-course ul.dsa_lesson_list li.dsa_lesson:nth-child(n+5) {
  display: none;
}

.tax-course #et-boc .et-l ul.dsa_lesson_list,
.tax-course #et-boc .et-l ul.dsa_lesson_list ol {
  list-style: none !important;
  padding: 0;
}

ul.dsa_lesson_list {
  margin-top: 20px;
}

span.dsa_all_count,
a.dsa_count_more {
  font-size: .8em;
  font-weight: 600;
  color: var(--col-gray4);
}

a.dsa_count_more:hover {
  text-decoration: underline;
}

li.dsa_lesson {
  border-bottom: 1px solid var(--col-gray2);
}

.tax-course li.dsa_lesson:nth-child(5),
li.dsa_lesson:last-child {
  border-bottom: none;
}


li.dsa_lesson a {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: baseline;
  transition: all .3s ease-in-out;
}

li.dsa_lesson a span,
li.dsa_lesson a strong {
  transition: all .3s ease-in-out;
}

li.dsa_lesson a:hover {
  background: var(--col-gray1);
}

li.dsa_lesson a:hover strong {
  transform: translateX(8px);
}

li.dsa_lesson a:hover span {
  transform: translateX(-8px);
}

li.dsa_lesson span.vid_time {
  font-family: 'JetBrains Mono', monospace;
  font-size: .7em;
  font-weight: bold;
  color: var(--col-gray5);
}


.dsa-course-modules .et_pb_button_module_wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--col-gray1);
  opacity: 0.7;
}

.dsa-module-soon strong {
  padding: .5em 1em;
  display: inline-block;
  box-shadow: inset 50px 50px 0 var(--col-gray1), inset -50px -50px 0 var(--col-gray1), 0 0 20px var(--col-gray1);

}

.dsa-module-soon strong:before {
  content: '';
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-family: FontAwesome !important;
  font-weight: 900 !important;
}

#page-container #et-boc .dsa-module-overview {
  padding-right:30%;
}
#page-container #et-boc .et-l .dsa-module-overview .dsa-first-vid,
#page-container #et-boc .et-l .dsa-module-overview .dsa-first-vid a,
#page-container #et-boc .et-l .dsa-module-overview .dsa-first-vid a span {
  position:absolute; top:10px; right:10px; bottom:2px; width:100%;
}
#page-container #et-boc .et-l .dsa-module-overview .dsa-first-vid {
width:30%; 
}
#page-container #et-boc .et-l .dsa-module-overview .dsa-first-vid img {
  width:100%; height:100%; object-fit: contain;
}

.dsa-module-overview .et_pb_text:not(.dsa-module-soon) {

}

@media (max-width:980px) {
#page-container #et-boc .et-l .dsa-module-overview .dsa-first-vid, #page-container #et-boc .et-l .dsa-module-overview .dsa-first-vid a, #page-container #et-boc .et-l .dsa-module-overview .dsa-first-vid a span {
      right: 0;
      top: 0;
      bottom: 1px;
      overflow: hidden;
  }
 #page-container #et-boc .et-l .dsa-module-overview .dsa-first-vid img {
     object-fit: contain;
     width: 250px!important;
     max-width: none;
 }
}

@media (max-width:440px) {

 #page-container #et-boc .et-l .dsa-module-overview .dsa-first-vid img {
    object-fit: contain;
 background-position-y: top;
 width: 100px!important;
 margin: 10% 0 0 10%;
 object-position: top right;
 }
 ul.dsa_lesson_list {
     width: calc(100% + 20vw);
 }
 
}

#tax-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tax-module .dsa_module.current_module>ol>li {
  counter-increment: lesson-counter 1;
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
  border:none;
}
#tax-module .dsa_module a:hover {background:none;}
#tax-module .dsa_module a strong {
    font-weight: 600;
    font-size: 1.2em;
    transform:none;
}

#tax-module .dsa_module.current_module>ol>li:before {
  content: counter(lesson-counter, decimal-leading-zero)".";
  font-family: JetBrains Mono, monospace;
  color: lightsalmon;
  font-size: .89em;
  font-weight: 700;
  margin-right: .2em;
}

#tax-module .vid_time {
  background: var(--col-gray1);
  border-radius: 3px;
  padding: .5em 5px .5em 2em;
  line-height: 1;
  margin-left: 1em;
  font-family: 'JetBrains Mono', monospace;
  font-size: .7em;
  font-weight: bold;
  color: var(--col-gray5);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' stroke-width='1.5' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23000000'%3E%3Cpath d='M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6z' stroke='%23818D8D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M9.898 8.513a.6.6 0 00-.898.52v5.933a.6.6 0 00.898.521l5.19-2.966a.6.6 0 000-1.042l-5.19-2.966z' stroke='%23818D8D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: auto 70%;
  transform: translateY(-2px)
}

@media (max-width:400px) {
  #tax-module .vid_time {
    display: none;
  }
}

#tax-module .dsa_all_count,
#tax-module .dsa_count_more {
  display:none;
}

/* Locked lessons / Unlock lesson button */
#page-container #et-boc .dsa-module-soon {
  top: -12px;
  right: -1px;
  bottom: -1px;
  left: -12px;
  z-index: 5;
  width: calc(100% + 22px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

#page-container #et-boc .unlock-btn {
  white-space: nowrap;
}

#page-container #et-boc #et-main-area .unlock-btn::before {
  position: absolute;
  top: 1em;
  left: 50%;
  margin-left: -0.5em;
}

/* No-access row */
@media (min-width:800px) and (max-width:980px) {
  #no-access-row .et_pb_column:not(.et-last-child) {
    padding-right: 5%;
  }
}

@media (min-width:800px) {
  #no-access-row {
    display: flex;
    align-items: center;
  }
}

#no-access-row .et_pb_column.et-last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#no-access-row .et_pb_column.et-last-child .et_pb_text {
  flex-basis: 100%;
}

#no-access-row .et_pb_button_module_wrapper:not(:last-of-type) {
  padding-right: 10px !important;
}

/* Breadcrumbs */
span.aioseo-breadcrumb-separator {
  color: lightsalmon;
  display: inline-block;
  padding: 0 .5em;
  font-family: 'JetBrains Mono';
}

.aioseo-breadcrumbs {
  display: inline-block;
}


/* Preloader */
.dsa-preloader-wrapper {
  position: fixed;
  z-index: 999999;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform .8s ease-in-out;
}

.dsa-preloader-wrapper:not(.loaded)::before {
  content: '';
  display: block;
  width: 1px;
  height: 100vh;
  background: var(--col-black);
  position: absolute;
  left: -1px;
  top: 0;
  right: auto;
  bottom: 0;
}

.admin-bar .dsa-preloader-wrapper {
  top: 32px;
}

@media (max-width:782px) {
  .admin-bar .dsa-preloader-wrapper {
    top: 46px;
  }
}

.dsa-preloader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dsa-preloader svg {
  width: 50px;
}

/* SureMembers Login */

.suremember-login-container-popup {
  background: rgba(238, 242, 242, 0.7);
  backdrop-filter: blur(10px);
}

.suremember-login-wrapper {
  border-radius: 8px;
  box-shadow: 0px 2.8px 2.2px rgba(0, 0, 0, 0.02), 0px 6.7px 5.3px rgba(0, 0, 0, 0.028), 0px 12.5px 10px rgba(0, 0, 0, 0.035), 0px 22.3px 17.9px rgba(0, 0, 0, 0.042), 0px 41.8px 33.4px rgba(0, 0, 0, 0.05), 0px 100px 80px rgba(0, 0, 0, 0.07);
  width: 400px;
}

@media (min-width:600px) {
  .suremember-login-wrapper {
    padding: 50px;
  }
}

.suremember-login-container-popup .suremember-user-form-submit {
  background: lightsalmon;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  border: none;
  padding: 1.25em;
  margin-top: 1.5em;
  transition: background .2s;
}

.suremember-login-container-popup .suremember-user-form-submit:hover {
  background: salmon;
}

.suremember-login-container-popup .suremember-login-heading {
  text-indent: -99999px;
  background: url(https://divistylistacademy.com/wp-content/uploads/2023/01/dsa-logo.svg) no-repeat;
  background-size: auto 100%;
  height: 50px;
  margin-bottom: 40px;
}

.suremember-user-login-form label:not([for="rememberme"]) {
  font-size: 16px;
  font-weight: 500;
}

.suremember-user-login-form input[type="text"],
.suremember-user-login-form input[type="password"] {
  padding: .75em;
  border-width: 2px;
  border-color: var(--col-gray2);
  font-size: 16px;
}

.suremember-user-login-form input[type="text"]:focus,
.suremember-user-login-form input[type="password"]:focus {
  border-color: var(--col-gray4; )
}

.suremember-user-login-form label[for="rememberme"],
.remember-me-wrap div a {
  font-size: 14px;
}


/* Divi Login Form */

#page-container #et-boc .dsa-login .et_pb_login_form {
  padding: 0;
  width: 100%;
}

.et-db #et-boc .dsa-login .et_pb_forgot_password {
  font-size: inherit;
}


/* Helper Classes */
@media (min-width:768px) and (max-width:980px) {
  .tablet-col-1-2.et_pb_row {
    display: flex;
  }

  .tablet-col-1-2.et_pb_row .et_pb_column {
    flex-basis: 70%;
  }

  .tablet-col-1-2.et_pb_row .et_pb_column:not(.et-last-child) {
    flex-basis: 30%;
  }
}

@media (max-width:980px) {
  .simple-col-reverse {
      display: flex;
      flex-direction: column-reverse;
  }
  .simple-col-reverse .et_pb_column:not(.et-last-child) {
    margin-bottom:0;
  }
  .simple-col-reverse .et_pb_column.et-last-child {
    margin-bottom:30px;
  }
}

/* Canvas CSS */
/*
================================
Canvas Fullscreen Overlay 2.0  
================================
*/

/* Canvas Vertical Navigation */
.canvas-vertical-menu .et-menu-nav>ul>li ul.sub-menu li a {
  letter-spacing: 0;
  text-transform: none;
}

#page-container .canvas-vertical-menu div.et_mobile_nav_menu {
  display: none;
}

#page-container .canvas-vertical-menu .et_pb_menu__menu,
#page-container .canvas-vertical-menu nav.et-menu-nav,
#page-container .canvas-vertical-menu.et_pb_menu ul.et-menu,
#page-container .canvas-vertical-menu .et_pb_menu__wrap {
  display: block;
}

#page-container .canvas-vertical-menu.et_pb_menu ul.sub-menu {
  opacity: 1;
  visibility: visible;
  position: relative !important;
  border: none;
  box-shadow: none;
  width: 100%;
  padding-top: 0;
  transition: none !important;
  padding: 0;
}

body:not(.et-fb) #page-container .canvas-vertical-menu.et_pb_menu ul.sub-menu {
  display: none;
}

#page-container .canvas-vertical-menu.et_pb_menu ul.sub-menu a {
  width: 100%;
  background: none;
  padding: 0;
}

#page-container .canvas-vertical-menu.et_pb_menu li.menu-item {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin-top: 0;
}

#page-container .canvas-vertical-menu .et-menu>li.menu-item>a {
  display: inline-block;
  padding-bottom: 0;
}

#page-container .canvas-vertical-menu li.menu-item-has-children>a {
  padding-right: 0;
}

#page-container .canvas-vertical-menu li.menu-item-has-children>a:after {
  opacity: 0;
}

.canvas-sub-toggle {
  font-family: ETmodules;
  content: "3";
  color: inherit;
  font-size: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.toggled .canvas-sub-toggle {
  transform: rotate(180deg);
}


/* Browser styles reset */
input:-internal-autofill-selected {
  box-shadow: inset 0 100px #fff;
}



/**
 * prism
 */
pre,
code {
  color: rgba(24, 24, 25, 0.85);
  font-family: "JetBrains Mono", Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}
code {
    background: #fef5f1;
    font-size: 0.88em;
}
pre code {
    background: none;
}

code[class*="language-"],
pre[class*="language-"] {
  color: var(--col-black);
  font-family: "JetBrains Mono", Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.2em;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

::-moz-selection {
  color: #fff;
  background: salmon;
}

::selection {
  color: #fff;
  background: salmon;
}

pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  background-color: var(--col-black);
  background-image: linear-gradient(0deg, #ff59ac, #ff679a, #ff778d, #ff8884, #ff9881);
  color: #fff;
}

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  background-color: var(--col-black);
  background-image: linear-gradient(to right, #ff59ac 0, #ff9881 100%);
  color: #fff;
}
/* copy button */
button.copy-snippet {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Figtree';
    font-weight: 600;
    border: none;
    padding: .3em .6em .3em 1.5em;
    border-radius: 3px;
    color: #fff;
    background: var(--col-gray3);
    transition: all .2s;
    z-index:3;
}

pre:hover button.copy-snippet {
    background: lightsalmon;
}

pre:hover button.copy-snippet:hover {
    background: var(--col-black);
    cursor:pointer;
}


button.copy-snippet .et-icon::before {
    content: '';
    display: block;
    width: 1.15em;
    height: 1.15em;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgamF5bmV3ZXk6IGh0dHBzOi8vZ2l0aHViLmNvbS9qYXluZXdleS9jaGFybS1pY29ucyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSI+CjxwYXRoIGQ9Im0xMS4yNSA0LjI1di0yLjVoLTkuNXY5LjVoMi41bS41LTYuNXY5LjVoOS41di05LjV6Ii8+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: .3em;
}
button.copy-snippet .et-icon.et-check::before {
background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjYwcHgiIGhlaWdodD0iMjMzcHgiIHZpZXdCb3g9IjAgMCAyNjAgMjMzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNjAgMjMzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE5NCwxMzMuNDhWMTk5SDM0VjM5aDExOS4yNWwzMi4wOS0zMkgydjIyNGgyMjRWMTAxLjU3TDE5NCwxMzMuNDh6IE0xMTQuMTA5LDE2OC4xMTFsLTYwLjA0OC02MC4wNDhsMjIuNjI3LTIyLjYyNwoJbDM3LjQ1MywzNy40NTJMMjM1LjQwNCwyLjAwN0wyNTgsMjQuNjY3TDExNC4xMDksMTY4LjExMXoiLz4KPC9zdmc+Cg==);
width: 1em;
height: 1em;
top: .4em;
left: .4em;
}

/* Code blocks */
pre[class*="language-"] {
  border:2px solid transparent;
  margin-top: 0;
  overflow: auto;
  padding: 1em;
  padding-top:0;
  border-left: 2px var(--col-gray1) solid;
  transition:all .2s;
  position:relative;
}
pre[class*="language-"]:hover {
  border-color:lightsalmon;
}

pre[class*="language-"]:not(:last-child) {
  margin-bottom: 2em;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {}

/* Inline code */
:not(pre)>code[class*="language-"] {
  margin: 0 3px;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999988;
  font-style: italic;
  display: inline-block !important;
}

.token.namespace {
  opacity: .7;
}

.token.string,
.token.attr-value {
  color: #e3116c;
}

.token.punctuation,
.token.operator {
  color: #393A34;
  /* no highlight */
}

.token.entity,
.token.url,
.token.symbol,
.token.number,
.token.boolean,
.token.variable,
.token.constant,
.token.property,
.token.regex,
.token.inserted {
  color: #af2f6f;
}

span.token.number,
span.token.unit {
  color: #e6907d;
}

.token.atrule,
.token.keyword,
.token.attr-name,
.language-autohotkey .token.selector {
  color: salmon;
}

.token.function,
.token.deleted,
.language-autohotkey .token.tag {
  color: #e6907d;
}

.token.tag,
.token.selector,
.language-autohotkey .token.keyword {
  color: #19191A;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}


/*AC Forms */
._form-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
}
._form-content input {
    width:100%;
        border-radius: 5px;
        height: 42px;
        padding: 16px;
        font-size: 16px;
        font-weight: 400;
        border-color: rgb(220,224,230);
        transition: all .35s ease;
        border-width: 1px;
    }
    
    ._form-content input:hover {
        border-color: rgb(156,163,175);
    }
    
    ._form-content input:focus {
        box-shadow: 0 0 0 1px #313535;
        border-color: #313535;
    }
    
    ._form-content input._has_error {
        box-shadow: 0 0 0 1px #db4141;
        border-color: #db4141;
    }

._form-content button {
    width:100%;
    transition: all .35s ease;
    padding:10px;
    border-radius:4px; border:1px var(--col-black) solid; background:var(--col-black); color:#fff; font-weight:500; font-size:16px;
}
._form-content button:hover {
  border-color:#000;
  background:#000;
}

@media (max-width:639px) {
  ._form-content ._button-wrapper {
    grid-column: 1 / -1;
  }
  ._form-content {
    grid-gap:20px;
  }
}
._form-content ._error-inner {
    position: absolute;
    top: 35px;
    line-height:1;
    left: -1px; width:calc(100% + 2px);
    color:#fff;
    background:#db4141;
    padding:6px; border-radius:3px; font-weight:500
}

._form-content ._field-wrapper {
    position: relative;
}
._form-thank-you {
  font-size:18px; font-weight:700;
}


h1.wp-block-heading {
    font-weight: 800;
    font-size:46px;
}
h2.wp-block-heading {
    font-weight: 800;
    font-size:40px;
}
h3.wp-block-heading {
    font-weight: 700;
    font-size:30px;
}
h4.wp-block-heading {
    font-weight: 700;
    font-size:24px;
}
h5.wp-block-heading {
    font-weight: 700;
    font-size:20px;
}
h6.wp-block-heading {
    font-family: 'JetBrains Mono', monospace;
    font-size: 16px;
    font-weight: 500;
    color: var(--col-gray4);
}
p.gut-block, div.gut-block p{
  font-size:18px; line-height:1.6em;
  max-width:800px;
}
a#show-iframe, .dsa-custom-button {
  font-size:16px; cursor:pointer;
}

@media (max-width:980px) {
  h1.wp-block-heading {font-size:40px;}
  h2.wp-block-heading {font-size:30px;}
  h3.wp-block-heading {font-size:24px;}
  h4.wp-block-heading {font-size:20px;}
  h5.wp-block-heading {font-size:18px;}
  h6.wp-block-heading {font-size:14px;}
  p.gut-block, div.gut-block p{font-size:16px;}
  a#show-iframe, .dsa-custom-button {font-size:15px;}
}

@media (max-width:767px) {
  h1.wp-block-heading {font-size:30px;}
  h2.wp-block-heading {font-size:24px;}
  h3.wp-block-heading {font-size:20px;}
  h4.wp-block-heading {font-size:18px;}
  h5.wp-block-heading {font-size:16px;}
  h6.wp-block-heading {font-size:12px;}
  p.gut-block, div.gut-block p {font-size:14px;}
  a#show-iframe, .dsa-custom-button {font-size:14px;}
  
}

/* Checklist */
#page-container .dsa-checklist, #page-container .dsa-checklist ul {margin:0; padding:0 0 .5em;}
#page-container .dsa-checklist li{
    display: flex;
    list-style: none;
}
#page-container .dsa-checklist li:not(:last-child) {
    padding: 0 0 .5em;
}
#page-container .dsa-checklist svg {
    min-width: 30px;
    height:30px;
    margin-right:5px;
}
#page-container .dsa-checklist svg path{transition: all .5s; transform-origin: center;}
#page-container .dsa-checklist li:hover svg path:nth-child(1),
#page-container .dsa-checklist span:hover svg path:nth-child(1) {transform: rotate(90deg);}
#page-container .dsa-checklist li:hover svg path:nth-child(2),
#page-container .dsa-checklist span:hover svg path:nth-child(2) {animation: dsa-grow .8s ease-in-out both;}
@keyframes dsa-grow {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}

@media (max-width:479px) {
  #page-container .dsa-checklist svg {
  min-width: 24px;
  height:24px;
  margin-right:3px;
}
}

/* External links */
.ext-link svg {
    max-height: .9em;
    transform: translate(-.2em,.1em);
    opacity: .6;
    transition: all .2s;
}
.ext-link.et_pb_text svg {
    max-height: .8em;
    transform: translate(0,.1em);
    opacity: .4;
}
.ext-link:not(.et_pb_text):hover svg, .ext-link a:hover svg {
  opacity:1;
  color:lightsalmon!important
}
#page-container #et-boc #dsa-head .ext-link-btn:after,
#page-container #et-boc .ext-link-btn:after,
#page-container #et-boc .smaller-icon:after {
    font-size: .8em!important;
    transform: translateX(.3em);
}
@media (min-width:768px) {
    .dsa-vertical-menu .ext-link a {
        white-space: nowrap;
    }
}

/* Fullsize SVG Codes */
.full-svg-size .et_pb_column {
    width: 100%;
    height: 100%;
}

.full-svg-size .et_pb_code_inner {
    width: 100%;
    height: 100%;
}

.full-svg-size svg {
    max-width: 100%;
}

/* Footer */
.term-dsa .dsa-vertical-menu li#menu-item-3398 {
    display: none!important;
}

/* Password Protected form */
.et_password_protected_form p input {
    background: #fff;
    border: 1px #666 solid!important;
    border-radius: 3px!important;
}

.et_password_protected_form {
    max-width: 500px;
}

/* Random Fixes */
body.page .wp-block-video {
  margin:0
}

/* Quoe with image specialty section */
@media (min-width:480px) and (max-width:980px) {
  .img-quote .et_pb_row {
      display: flex;
      width: 90%;
  }
  
  .img-quote .et_pb_row .et_pb_column:first-child {
      flex-basis: 60%;
  }
}
@media (max-width:479px) {
 .img-quote .quote-icek {
   transform: rotate(90deg);
   transform-origin: top right;
   top: 0;
   left: 30%;
   z-index: 9;
 }
}

/* Challenge Page */
.page-id-2094 #dsa-lesson-sidebar .et_pb_module:nth-child(2),
.page-id-2096 #dsa-lesson-sidebar .et_pb_module:nth-child(3),
.page-id-2098 #dsa-lesson-sidebar .et_pb_module:nth-child(4),
.page-id-2100 #dsa-lesson-sidebar .et_pb_module:nth-child(5),
.page-id-2102 #dsa-lesson-sidebar .et_pb_module:nth-child(6),
.page-id-2106 #dsa-lesson-sidebar .et_pb_module:nth-child(7),
.page-id-2104 #dsa-lesson-sidebar .et_pb_module:nth-child(8){
    border-right-color: transparent!important;
    background:#fff!important;
}
div.days .value::first-letter {
  font-size: 0;
  opacity:0;
  vertical-align: bottom;
}
@media (max-width:767px) {
  #dsa-lesson-sidebar.challenge-nav {
  display:flex;  flex-wrap:wrap;  
  }
  
  #dsa-lesson-sidebar.challenge-nav .et_pb_text {
      flex-basis:20%;
      order:5;
  }
  #dsa-lesson-sidebar.challenge-nav .et_pb_text:nth-last-child(1),
  #dsa-lesson-sidebar.challenge-nav .et_pb_text:nth-last-child(2){
      flex-basis:50%;
      order:1;
  }
  .page-id-2094 #dsa-lesson-sidebar .et_pb_module:nth-child(2),
  .page-id-2096 #dsa-lesson-sidebar .et_pb_module:nth-child(3),
  .page-id-2098 #dsa-lesson-sidebar .et_pb_module:nth-child(4),
  .page-id-2100 #dsa-lesson-sidebar .et_pb_module:nth-child(5),
  .page-id-2102 #dsa-lesson-sidebar .et_pb_module:nth-child(6),
  .page-id-2106 #dsa-lesson-sidebar .et_pb_module:nth-child(7),
  .page-id-2104 #dsa-lesson-sidebar .et_pb_module:nth-child(8){
 
    border-top-color: #313535!important;
      border-right-color: #313535!important;
      border-bottom-color:#fff;
      }

}

.page-id-2104 #dsa-lesson-sidebar .et_pb_module:nth-child(8) h5 {
  color:var(--col-black)!important;
}
.et_pb_countdown_timer .et_pb_countdown_timer_container {
  text-align:left;
}
div#chal-stick .et_pb_column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

div#chal-stick .et_pb_text {flex-grow: 2;}
#chal-stick a.et_pb_button {min-width:max-content;}

@media (max-width:467px) {

  #chal-stick .et_pb_row .et_pb_column {
      flex-wrap:wrap;
      justify-content:center;
  }
  #chal-stick .et_pb_text {
      text-align:center;
      margin-bottom:10px;
  }

}

/* weird 404 */
.error404 #main-header {display:none;}

/* FAQ PAGE */
.et_pb_toggle_title:before {
content: "\33";
transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
content: "\33";
transform: rotate(180deg);
}



/* Enroll Page */
h1.dsa-logo {
    text-indent: -9999px;
    background: url(https://divistylistacademy.com/wp-content/uploads/2023/04/dsa.svg) no-repeat;
    background-size: contain;
    padding: 4vw 0 0;
    max-width: 75%;
}
/* White side with arrows */
.dsa-left-arrow {
  position: relative;
}
.dsa-left-arrow:before {
  content:'';
  display:block;
  position:absolute;
  height:30px;
  width:calc(80vw - 370px);
  background:url(https://divilover.com/wp-content/themes/divilover_2/img/dsa-arrow1.svg) no-repeat;
  background-size:auto 100%;
  background-position: right center;
  top:0;
  left:calc((80vw - 350px) * -1);
  z-index:3;
}
.dsa-left-arrow:after {
  content:'';
  display:block;
  position:absolute;
  height:2px;
  background:#FF9881;
  top:14px;
  width:calc(80vw - 372px);
left:calc((80vw - 350px) * -1);
  z-index:2;
}
@media (max-width:560px) {
  .dsa-left-arrow:before {
    width:100px;
    left:-120px;
  }
  .dsa-left-arrow:after {
    width:98px;
    left:-120px;
  }
  
}
.dsa-txt span:nth-child(3) {
    font-family: 'jetbrains mono', monospace;
    font-weight: 600;
    letter-spacing: -.09em;
    font-size: 90%;
}

.dsa-txt span {
    text-transform: lowercase;
}
.dsa-txt span.space:nth-child(2) {
    padding: 0 .08em;
}
.dsa-txt span.space:nth-child(2):before {
    content: '.';
    position: absolute;
    color: lightsalmon;
}
.dsa-txt span.space:nth-child(4):before {
    content: '{';
    position: absolute;
    color: lightsalmon;
    font-family: 'jetbrains mono', monospace;
    font-weight: 600;
    font-size: 90%;
    transform:translateY(.05em)
}

.dsa-txt span.space:nth-child(4) {
    padding: 0 .32em 0 .08em;
}
#mid-sec-vid {
    position: absolute;
    right: -25%;
    top: -10%;
    z-index: -1;
}
#mid-sec-vid .et_pb_code_inner {
    background:var(--col-gray1);
}
#mid-sec-vid video {
    mix-blend-mode:multiply;
}
.et_pb_text.strike-through {
  width: max-content!important;
}
.et_pb_text.strike-through::before {
  content:'';
  position:absolute;
  bottom: 25%;
  left: 40%;
  width: 100%;
  transform: rotate(8deg);
  height: 40%;
  transform-origin: left;
  background:url(img/stroke2.svg) no-repeat;
  background-size: contain;
  z-index: 99999;
  background-position: bottom left;
}

s.strike-through {
  margin-right: 10px;
  text-decoration: none;
  position: relative;
  color: var(--col-gray4);
}
s.strike-through::before {
  content:'';
  position:absolute;
  left: -10%;
  width: 120%;
  bottom: 25%;
  transform: rotate(8deg);
  height: 100%;
  transform-origin: left;
  background:url(img/stroke2.svg) no-repeat;
  background-size: contain;
  z-index: 6;
  background-position: bottom left;
}


.dsa-checkout-form .dsa-text,
.dsa-checkout-form .total-price {
  --sc-font-weight-semibold: 700;
  --sc-form-row-spacing:20px;
}

.dsa-checkout-form {
  --sc-line-item-title-color:#313535;
  --sc-input-label-color:#313535;
  --sc-block-ui-background-color: #eef2f2!important;
}

.page-id-4883 {
    --sc-block-ui-background-color: #eef2f2!important;
}
.page-id-67 .dl-hamburger:not(.is-opened) .dl-hamburger-inner,
.page-id-67 .dl-hamburger:not(.is-opened) .dl-hamburger-inner::before,
.page-id-67 .dl-hamburger:not(.is-opened) .dl-hamburger-inner::after {
  box-shadow: 0 2px var(--col-gray1);
}
.page-id-67 .canvas-fullscreen-menu-trigger {
    top: 10px;
    right: 20px;
}
@media (max-width:467px) {
  .page-id-67 .canvas-fullscreen-menu-trigger {display:none;}
}

/* Chellenge special offer */
@media (max-width:570px) {
  .et_pb_module.et_pb_image.dsa-arrow {
      bottom: 60px;
      transform: translateX(0px) translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(276deg);
      right: 260px;
  }
}


/* Enrollment Page */
@media (min-width:981px) {

#join-now > .et_pb_row > .et_pb_column:first-child {
    width: 34%; margin-right:0;
}

}

@media (min-width:501px) and (max-width:980px) {
.prices {
    display: flex;
}

.prices .et_pb_column:first-child {position:relative;}
.prices .et_pb_column:first-child::after {
    content:'';
    height:200%;
    width:1px;
    background:#424949;
    opacity:0.5;
    display:block;
    position:absolute;
    top:-25%;
    right:2px;
    border-left:2px #1d2020 solid;
}
}

@media (max-width:500px) {
  .prices {display:flex; flex-direction: column-reverse; padding:0;}
}

@media (max-width:980px) {
  .dsa-video-reviews {display:flex; flex-direction: column-reverse;}
}

div#dsa-framework .et_pb_column {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.svg-module svg {
  height:100%!important; width:100%!important;
}
.svg-module .et_pb_code_inner {height:100%; display:flex; align-items: flex-end;}

body:not(.et-fb) .et_pb_section.dl-fixed-header {
  position:fixed;
  top:0;
  width:100%;
  transform: translateY(-100%);
  transition: 0.3s transform ease-in-out;
  z-index:99;
}
body.admin-bar:not(.et-fb) .et_pb_section.dl-fixed-header {top:32px;}

@media (max-width:782px) {
  body.admin-bar:not(.et-fb) .et_pb_section.dl-fixed-header {top:46px;}
}

@media (max-width:600px) {
  body.admin-bar:not(.et-fb) .et_pb_section.dl-fixed-header {top:0;}
}
body:not(.et-fb) .et_pb_section.dl-fixed-header.dl-scrolled {
  transform: translateY(0);
}
@media (max-width:893px) {
  #dsa-countdown .et_pb_column {
      transform: none;
  }
  #dsa-countdown .et_pb_countdown_timer {width:250px;}
}
@media (max-width:690px) {
  #dsa-countdown h4 span {display:none;}
}
@media (max-width:500px) {
  #dsa-countdown .et_pb_countdown_timer {transform:scale(.8); width:200px;}
}
@media (max-width:450px) {
  #dsa-countdown .et_pb_column {flex-wrap: wrap; justify-content:flex-start; padding: 0 10px; text-align:left!important;}
  #dsa-countdown .et_pb_text {width:100%;}
  #dsa-countdown .et_pb_countdown_timer {width:60%; transform-origin: left;}
  #dsa-countdown .et_pb_countdown_timer .et_pb_countdown_timer_container {text-align:left;}
  #dsa-countdown .et_pb_button_module_wrapper {position: absolute; top:0; right:10px;}
}
@media (max-width:980px) {
  .et_pb_section.dsa-personal .et_pb_column {width:30%;}
  .et_pb_section.dsa-personal .et_pb_column:last-child {width:65%; margin-left:5%;}
}
.et_pb_section.dsa-personal .dsa-ania-img {top:0px!important;}
@media (max-width:767px) {
     .et_pb_section.dsa-personal .et_pb_column:first-of-type {width:100%; position:absolute; height:100%; z-index:9;} 
    .et_pb_section.dsa-personal .dsa-ania-img {position:absolute!important; top:0!important; left:0!important; width:40%!important; }
     .et_pb_section.dsa-personal .et_pb_column:last-child {width:100%;margin-left:0; padding-bottom:100px;}
    .et_pb_section.dsa-personal div.dsa-margin {margin-left: calc(40% + 30px); padding: 80px 0 90px;}
    .et_pb_section.dsa-personal p.podpis:last-of-type {padding-right:50px; text-align:right;}
    .et_pb_section.dsa-personal .et_pb_column:last-child .et_pb_space {margin:0 0 0 auto!important;}
}
@media (max-width:730px) {
  .et_pb_section.dsa-personal div.dsa-margin {padding:70px 0 50px;}
}


   
@media (min-width:601px) and (max-width:640px) {
  .et_pb_section.dsa-personal .dsa-ania-img {top:50px!important;}
}

@media (max-width:600px) {
  .et_pb_section.dsa-personal .dsa-ania-img {width:30%!important; top:20px!important;}
  .et_pb_section.dsa-personal div.dsa-margin {margin-left:calc(30% + 30px); padding:0;}
}


@media (max-width:600px) {
  .et_pb_section.dsa-personal .et_pb_column:first-of-type {position:relative; padding-bottom:20px;}
  .et_pb_section.dsa-personal .dsa-ania-img {position:relative!important; width:50%!important; margin: 0 auto 0 40px!important; top: 0!important;}
  .et_pb_section.dsa-personal div.dsa-margin {margin:0;}
}




.hero-svg {
    position: absolute;
top: 0;
display: block;
right: 0;
width: 120%;
transform: translate(-5%, -5%) rotate(10deg);
}

.hero-svg svg {max-width:100%;}
#dsa-hero .et_pb_row:last-child {
    z-index: 9;
}
#dsa-hero .hero-bg {
transform:translateX(-20%) translateY(-20%)!important;
}
@media (max-width:1288px) {
    #dsa-hero .hero-bg {
        transform: translateX(-30%) translateY(-10%)!important;
    }
    .hero-svg {
      transform: translate(0, -10%) rotate(4deg);
    }
}


@media (max-width:1100px) {
    #dsa-hero .hero-bg {
        transform: translateX(-40%) translateY(-10%)!important;
    }
    .hero-svg {
      transform: translate(0, -10%) rotate(0) scale(1.1);
    }

}
@media (max-width:980px) {
    #dsa-hero .hero-bg {
        transform: translateX(-30%) translateY(-20%)!important;
    }
    .hero-svg {
      transform: translate(30%, -20%)  scale(.8);
    }

}

@media (max-width:767px) {

    #dsa-hero .hero-bg {
        transform: translateX(-20%) translateY(-20%)!important;
    }
    .hero-svg {
      transform:translate(35%, -25%)  scale(.8);
    }
    
}

@media (max-width:570px) {
    #dsa-hero .hero-bg, .hero-svg {
        display:none!important;
    }
    h1.dsa-logo {
        padding:30px 0 0;
    }
    #dsa-hero {
        padding-top:3vw;
        background-image: linear-gradient(180deg, #fff, transparent);
    }
    
}

@media (min-width:981px) {
  #page-container .dsa-checklist.big-check svg {
      min-width: 40px;
      height: 40px;
      transform: translateY(-3px);
  }
}

.et_pb_countdown_timer .et_pb_countdown_timer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.et_pb_countdown_timer .et_pb_countdown_timer_container h4 {
    flex-basis: 100%;
}

@media (min-width:981px) {
  .dsa-narrow-cols .dsa-checklist {
    width: calc(100% + 35px);
    transform: translateX(-35px);
  }
}

@media (max-width:479px) {
  .dsa-narrow-cols .dsa-checklist {
    width: calc(100% + 25px);
    transform: translateX(-25px);
  }
}


/* BF */
div.bf-number .percent {
  height: auto;
}

.bf-number span.percent-value::after {
  content: '';
  display: inline-block;
  width: .5em;
  background: url(https://divilover.com/wp-content/uploads/2023/11/off.svg) no-repeat;
  background-size: auto 100%;
  height: .7em;
  
}
.et_pb_row .bf-number.et_pb_number_counter .percent p {
  line-height: .8;
  padding-bottom:0;
}
@media (min-width:467px) and (max-width:1500px) {
.et_pb_row .bf-number.et_pb_number_counter .percent p {
  font-size: 10vw;
}
}

#bf-offer {
  box-shadow: 0px 2.8px 2.2px rgba(0, 0, 0, 0.02), 0px 6.7px 5.3px rgba(0, 0, 0, 0.028), 0px 12.5px 10px rgba(0, 0, 0, 0.035), 0px 22.3px 17.9px rgba(0, 0, 0, 0.042), 0px 41.8px 33.4px rgba(0, 0, 0, 0.05), 0px 100px 80px rgba(0, 0, 0, 0.07);
  display:flex;
  align-items:center;
  justify-content:center;
}



.icon-hover span.et-pb-icon {
    box-shadow: 0 0 0 0 #ffa07a73;
    border-radius: 100%;
    transition: all .3s ease-in-out;
}

.icon-hover:hover span.et-pb-icon {
    box-shadow: 0 0 0 20px #ffa07a38;
}


@media(min-width:420px) {
.term-40 #tax-module ol {columns:2}
}

@media(min-width:600px) {
.term-40 #tax-module ol {columns:3}
}


@media(min-width:981px) {
.term-40 #tax-module ol {columns:4}
}