/*
Theme Name: Kalium - Child Theme
Theme URI: https://kaliumtheme.com
Author: Laborator
Author URI: https://laborator.co
Description: Start creating that amazing website that you have always wanted, only with Kalium &mdash; Connect with Laborator on: <a href="https://twitter.com/thelaborator">Twitter X</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative">Instagram</a>
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/

.fancybox__slide[data-index="0"] .fancybox__content:has(.presto-block-video) {
  text-align: center;
  display: grid;
  place-items: center;
  width: 1500px !important;
}

.presto-container-videos,
.single-portfolio .presto-container-video {
  display: none;
}

.fancybox__slide[data-index="0"] .fancybox__content .presto-container-video {
  display: block;
}

@media (max-width: 480px) {
  .fancybox__container .fancybox_slide {
    padding: 30px !important;
  }
}

/* Menu: Hamburger Menu Width */
.toggle-bars .toggle-bars__bar-line,
.toggle-bars .toggle-bars__bar-lines {
  width: 35px;
}

.home .toggle-bars__bar-line,
.home .toggle-bars:hover .toggle-bars__bar-line {
  background: var(--k-color-7);
}

.home .toggle-bars.exit:hover .toggle-bars__bar-line {
  background: var(--k-color-4);
}

/* News: Page title display on two halfs */
.page-heading .section-title {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.page-heading .section-title > * {
  flex: 1;
}

/* News: Page title display on two halfs - Tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-heading .section-title {
    gap: 30px;
  }
}

/* News: Page title display on two halfs - Mobile */
@media only screen and (max-width: 767px) {
  .page-heading .section-title {
    flex-direction: column;
    gap: 0px;
  }
}
