@import url(https://unpkg.com/swiper/swiper-bundle.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css);
@media screen and (min-width: 640px) {
  .apl-c-split {
    align-items: center;
    display: flex; } }

.apl-c-split-body {
  padding: 20px 20px; }
  @media screen and (min-width: 640px) {
    .apl-c-split-body {
      padding: 20px 60px;
      width: 50%; } }
  .apl-c-split-body h3 {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    hyphens: auto;
    line-height: 1;
    margin: 0;
    overflow-wrap: break-word; }
  .apl-c-split-body p {
    hyphens: auto;
    margin-top: 15px;
    max-width: 80%;
    overflow-wrap: break-word; }
  .apl-c-split-body a {
    margin-top: 20px;
    text-decoration: none !important; }

@media screen and (min-width: 640px) {
  .apl-c-split-media {
    display: flex;
    width: 50%; } }

.apl-c-split-media-asset {
  height: auto;
  margin: 0;
  width: 100%; }

.apl-c-split-reversed {
  flex-direction: row-reverse; }

.apl-c-split.apl-theme-purple {
  background-color: var(--color-purple, #a625e3);
  color: var(--color-white, #fff); }

.apl-c-split.apl-theme-red {
  background-color: var(--color-red, #ed362a);
  color: var(--color-white, #fff); }

.apl-c-split.apl-theme-green {
  background-color: var(--color-green, #44c138);
  color: var(--color-white, #fff); }

.apl-c-ctaLink--button {
  background-color: var(--color-secondary, #071531);
  border-radius: 50px;
  color: var(--color-white, white);
  display: inline-flex;
  padding: 10px 20px;
  text-decoration: none;
  transition-duration: 0.5s;
  transition-property: background-color, color;
  transition-timing-function: ease; }
  .apl-c-ctaLink--button:hover {
    background-color: var(--color-white, #fff);
    color: var(--color-primary, #071531); }

.c-testimonials {
  background-color: #1ba1da;
  background-image: url("http://www.applauseny.com/themes/custom/applauseny/images/bg-test-home.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  color: white;
  padding-bottom: 30px;
  padding-top: 30px; }
  .c-testimonials .apl-c-spotlight-content h2 {
    color: white;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .c-testimonials .apl-c-spotlight-content h2 {
        font-size: 4.2rem; } }
  .c-testimonials .swiper-button-prev,
  .c-testimonials .swiper-button-next {
    color: white !important;
    height: 26px;
    width: 26px; }
    .c-testimonials .swiper-button-prev::after,
    .c-testimonials .swiper-button-next::after {
      font-size: 32px;
      font-weight: bold; }
  .c-testimonials .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0 !important; }
  .c-testimonials .swiper-pagination-bullet {
    border-radius: 10px;
    height: 10px;
    width: 35px; }
    .c-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #071531; }
  .c-testimonials .swiper {
    height: 100%;
    width: 100%; }
  .c-testimonials .swiper-slide {
    display: flex;
    justify-content: center;
    min-height: 200px;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center; }
  .c-testimonials .apl-c-text {
    max-width: 80%; }

.apl-c-slider {
  padding-bottom: 30px;
  padding-top: 30px; }
  .apl-c-slider .apl-c-slide-title {
    color: #0f2d52;
    font-size: 1.6git rem;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .apl-c-slider .apl-c-slide-title {
        font-size: 2.2rem; } }
  .apl-c-slider h3 {
    font-size: 2.0rem; }
    @media screen and (min-width: 480px) {
      .apl-c-slider h3 {
        font-size: 3.6rem; } }
  .apl-c-slider .swiper {
    padding-bottom: 70px;
    width: 100%; }
  .apl-c-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 168px;
    opacity: 0.9;
    position: relative;
    width: 300px; }
    .apl-c-slider .swiper-slide.swiper-slide-active {
      opacity: 1; }
    @media screen and (min-width: 640px) {
      .apl-c-slider .swiper-slide {
        height: 504px;
        width: 800px; } }
  .apl-c-slider .swiper-button-prev,
  .apl-c-slider .swiper-button-next {
    color: white !important;
    height: 48px;
    width: 48px; }
    .apl-c-slider .swiper-button-prev::after,
    .apl-c-slider .swiper-button-next::after {
      font-size: 48px;
      font-weight: bold; }
  .apl-c-slider button {
    background: transparent;
    border: none;
    color: white;
    font-size: 10rem;
    height: 100px;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    width: 100px;
    z-index: 2; }
    .apl-c-slider button:hover, .apl-c-slider button:focus {
      background: inherit;
      color: #f15d3d; }
    @media screen and (max-width: 767px) {
      .apl-c-slider button {
        font-size: 6rem; } }
  .apl-c-slider .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%; }

.apl-c-popup {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2; }
  .apl-c-popup.is-hidden {
    display: none; }
  .apl-c-popup button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 3rem;
    padding: 0;
    z-index: 3;
    z-index: 3; }
    .apl-c-popup button:hover, .apl-c-popup button:focus {
      background-color: transparent;
      color: #f15d3d; }
  .apl-c-popup iframe {
    height: 506px;
    width: 100%; }
  .apl-c-popup .content {
    height: 506px;
    max-width: 900px;
    text-align: right;
    width: 100%; }

.apl-c-gallery picture {
  display: block;
  margin: 10px 0; }

.apl-c-image-grid-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.apl-c-image-grid h4 {
  margin: 0 10px; }

.apl-c-image-grid-title {
  font-size: 40px !important; }

.apl-c-image-grid-item {
  flex: 0 0 49%; }
  .apl-c-image-grid-item img {
    border: 5px solid #fff; }
  .apl-c-image-grid-item a {
    display: block; }
    .apl-c-image-grid-item a::after {
      opacity: 0;
      content: '';
      inset: 5px;
      background: rgba(0, 0, 0, 0.1);
      z-index: 1; }
    .apl-c-image-grid-item a:hover img, .apl-c-image-grid-item a:focus img {
      transition: all 0.3s ease;
      border-color: #f15d3d; }
    .apl-c-image-grid-item a:hover::after, .apl-c-image-grid-item a:focus::after {
      transition: all 0.3s ease;
      border-color: #f15d3d; }

.apl-c-image-grid picture {
  display: block;
  margin: 10px 0; }

@media screen and (max-width: 767px) {
  .apl-c-image-grid-item {
    flex: 0 0 100%; }
  .apl-c-image-grid-item h4 {
    margin: 0 10px; }
  .apl-c-image-grid .apl-c-image-grid-item .flex-direction-nav .flex-next {
    opacity: 1 !important; } }

.apl-c-container,
.apl-c-row {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 640px) {
    .apl-c-container,
    .apl-c-row {
      flex-wrap: nowrap; } }

@media screen and (min-width: 640px) {
  .apl-c-row {
    margin: 0 -10px; } }

.apl-c-col6 {
  width: 100%; }
  @media screen and (min-width: 640px) {
    .apl-c-col6 {
      padding: 0 10px;
      width: 50%; } }

