/* Belts Section */
#keenan_testimonials {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1366px;
}

#main #keenan_testimonials .fusion-row {
  max-width: initial;
}

#keenan_testimonials.padding_extra_default {
  padding: 56px 0 !important;
}

#main #keenan_testimonials .heading.h_h2 {
  margin-bottom: 64px;
}

#belts_section {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  background: -moz-linear-gradient(top, rgba(15, 31, 46, 0) 0%, rgba(15, 31, 46, 1) 70%, rgba(15, 31, 46, 1) 71%);
  background: -webkit-linear-gradient(top, rgba(15, 31, 46, 0) 0%, rgba(15, 31, 46, 1) 70%, rgba(15, 31, 46, 1) 71%);
  background: linear-gradient(to bottom, rgba(15, 31, 46, 0) 0%, rgba(15, 31, 46, 1) 70%, rgba(15, 31, 46, 1) 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000f1f2e', endColorstr='#0f1f2e', GradientType=0);
}

#belts_section .single_level_trigger {
  position: relative;
  z-index: 1;
  width: 260px;
  height: 720px;
  background-size: cover;
  background-repeat: no-repeat;
}

#belts_section .single_level_trigger h3.title_of_level {
  position: absolute;
  top: 0%;
  left: 80%;
  z-index: 3;
  font-size: 3.5rem;
  line-height: 110%;
  font-family: 'Avenir Heavy';
  transform: rotate(90deg);
  width: 600px;
  transform-origin: left;
}

.rect_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #122B47 0%, rgba(16, 31, 48, 0) 100%);
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.level_content {
  display: none;
}

.single_level_container {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

.single_level_trigger {
  cursor: pointer;
  -webkit-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}

.single_level_trigger:hover {
  -webkit-filter: brightness(150%);
  -o-filter: brightness(150%);
  filter: brightness(150%);
}

/* Activation classes */
.level_activated {
  width: 100%;
}

.single_level_container.level_activated .level_content,
.single_level_container .flex_container {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

.single_level_container.level_activated .level_content {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.single_level_container .flex_container {
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.single_level_trigger.level_activated .rect_overlay {
  opacity: 0;
}

.level_content {
  background-color: #263751;
  width: 80%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.level_description_container,
.level_testimonial,
.single_level_trigger:after {
  opacity: 0;
}

.single_level_trigger:after {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.single_level_trigger.level_activated:after {
  opacity: 1;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(38, 55, 81, 0) 5%, rgba(38, 55, 81, 100) 100%);
  right: 0;
  top: 0;
  z-index: 1;
}

.level_description {
  padding: 0 11.4%;
}

.level_description_container {
  -webkit-flex-basis: 38.61639824%;
  -moz-flex-basis: 38.61639824%;
  -ms-flex-basis: 38.61639824%;
  -o-flex-basis: 38.61639824%;
  flex-basis: 38.61639824%;
}

.level_testimonial_container {
  background-color: #0e1b2a;
  -webkit-flex-basis: 550px;
  -moz-flex-basis: 550px;
  -ms-flex-basis: 550px;
  -o-flex-basis: 550px;
  flex-basis: 550px;
  margin-right: 120px;
}

.level_testimonial {
  position: relative;
  text-align: center;
  padding: 0 11.6368%;
}

.click_eye.popup-open,
.level_testimonial:before,
.level_testimonial:after {
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.level_testimonial:before,
.level_testimonial:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 25px;
  background-image: url(/wp-content/themes/avada-child/assets/quotes.png);
}

.level_testimonial:before {
  top: -64px;
  left: 32px;
}

.level_testimonial:after {
  background-image: url(/wp-content/themes/avada-child/assets/quotes.png);
  bottom: -64px;
  right: 32px;
  transform: rotate(180deg);
  transform-origin: top;
}

#belts_section .level_description h3 {
  font-family: 'Avenir Heavy';
  font-size: 1.5rem;
  line-height: 1.5;
}

#belts_section .level_description h3 em,
#belts_section .level_description h3 i {
  font-family: 'Avenir Heavy Oblique';
}

.level_testimonial p,
.testimonial_author h5 {
  font-family: 'Avenir Book';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

#belts_section .testimonial_author h5 {
  font-family: 'Avenir Black';
  font-weight: 800;
}

.single_level_container.level_activated .level_content {
  opacity: 1;
}

.testimonial_author {
  position: relative;
  display: inline-block;
}

.click_eye {
  cursor: pointer;
  width: 32px;
  height: 25px;
  position: absolute;
  left: -48px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/avada-child/assets/eye.png);
}

@media only screen and (max-width:1365px) {
  #wrapper #belts_section .single_level_trigger {
    width: 19.03367vw;
  }

  .level_testimonial_container {
    -webkit-flex-basis: 61.38360176%;
    -moz-flex-basis: 61.38360176%;
    -ms-flex-basis: 61.38360176%;
    -o-flex-basis: 61.38360176%;
    flex-basis: 61.38360176%;
    margin-right: 0;
  }
}

@media only screen and (max-width:1024px) {
  .level_testimonial_container {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    -o-flex-basis: 60%;
    flex-basis: 60%;
  }

  .level_description_container {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-basis: 40%;
    -o-flex-basis: 40%;
    flex-basis: 40%;
  }
}

@media only screen and (max-width:880px) {
  #keenan_testimonials {
    background: -moz-linear-gradient(top, rgba(15, 31, 46, 0) 0%, rgba(15, 31, 46, 0) 0%, rgba(15, 31, 46, 1) 71%);
    background: -webkit-linear-gradient(top, rgba(15, 31, 46, 0) 0%, rgba(15, 31, 46, 0) 0%, rgba(15, 31, 46, 1) 71%);
    background: linear-gradient(to bottom, rgba(15, 31, 46, 0) 0%, rgba(15, 31, 46, 0) 0%, rgba(15, 31, 46, 1) 71%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000f1f2e', endColorstr='#0f1f2e', GradientType=0);
  }

  #keenan_testimonials.padding_extra_default {
    padding: 56px 80px !important;
  }

  #belts_section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: transparent;
  }

  .single_level_container {
    flex-basis: 100%;
    flex-wrap: wrap;
  }

  #wrapper #belts_section .single_level_trigger {
    width: 100%;
    height: 160px;
    height: auto;
    background-image: none;
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%) !important;
    background-image: none !important;
  }

  #belts_section .single_level_trigger h3.title_of_level {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    width: auto;
    font-size: 2.5rem;
  }

  .rect_overlay {
    display: none;
  }

  .level_description_container,
  .level_testimonial_container {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-basis: 60%;
    -o-flex-basis: 60%;
    flex-basis: 100%;
  }

  .level_content {
    flex-wrap: wrap;
  }

  .single_level_trigger.level_activated:after {
    background: none;
  }

  .level_content {
    width: 100%;
  }

  .level_testimonial {
    padding: 12% 10% 12%;
  }

  .level_testimonial:before,
  .level_testimonial:after {
    display: none;
  }

  .level_testimonial p {
    margin-bottom: 0 !important;
  }

  #belts_section .level_description h3 {
    font-size: 1.2rem;
  }

  .single_level_container .level_content,
  .level_description_container,
  .level_testimonial,
  .single_level_trigger:after {
    opacity: 1;
  }

  .single_level_container .level_content {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  }

  #belts_section .level_description h3, #belts_section .level_description h3 em {
    font-size: 1rem;
  }

  #belts_section .level_description h3 {
    font-family: 'Avenir Book';
    font-weight: 400;
  }

  #belts_section .level_description h3 em {
    font-family: 'Avenir black oblique';
  }

  .level_testimonial {
    text-align: left;
  }

  .level_testimonial p:before, .level_testimonial p:after {
    content: '"';
  }

  .click_eye {
    left: initial;
    right: -48px;
  }

  .level_description {
    padding: 4% 0;
  }

  .level_testimonial {
    padding: 0 0 32px;
  }

  .single_level_container {
    position: relative;
    margin-bottom: 40px;
  }

  .level_testimonial_container {
    position: relative;
  }

  .level_testimonial_container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    border-bottom: solid 2px hsla(0, 0%, 100%, 0.8);
  }

  .level_description,
  .level_testimonial,
  #belts_section .single_level_trigger h3.title_of_level {
    /* max-width: 80%; */
    width: 100%;
    margin: 0 auto;
  }

  #belts_section .single_level_trigger h3.title_of_level {
    margin-bottom: 32px;
  }

  .level_testimonial_container,
  .level_content.animated {
    background-color: transparent;
  }

  .single_level_container {
    padding: 0;
  }
}

@media only screen and (max-width:667px) {
  #keenan_testimonials.padding_extra_default {
    padding: 56px 40px !important;
  }
}

@media only screen and (max-width:480px) {
  #belts_section .single_level_trigger h3.title_of_level {
    margin-bottom: 16px;
  }
}