/*!
Theme Name: Template ESSS
Theme URI: http://underscores.me/
Author: WorkAndCode
Author URI: http://workandcode.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme-esss
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


.swiper-pagination-bullet {
  background-color: #fff !important;
}

@media(max-width: 1024px) {

  .box.is-red {
    padding-bottom: 4rem !important;
  }

  .image.is-top-quotes {
    margin-top: 0 !important;
  }

  .text.is-size-4 {
    font-size: 1.2rem !important;
  }

  .media.has-divisor .media-content:last-child {
    border-left: none !important;
  }

  .xyz-container .xyz-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 3rem !important;
  }

  .xyz-main-content .side-tab-content {
    padding: 1rem 1rem 1rem 0;
  }

  .xyz-main-content {
    padding-top: 1rem;
    border-top: 1px solid #ccc;
  } 

  .xyz-main:before {
    opacity: 0;
  }

  .xyz-main {
    border-left: none !important;
    width: 100%;
  }

  .xyz-sidebar {
    padding-left: 1rem !important;
  }

  .side-tabs li {
    border-bottom: 1px solid #ececec;
  }
}

.video-container-modal {
  text-align: center;

}

.video-container-modal iframe {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}