@charset "UTF-8";
/*
Theme Name:   pallini-1.1
Theme URI:    osttongraphic.com
Author:       danielejost - osttongraphic
Author URI:   osttongraphic.com 
Description:  no description.
Tested up to: 5.6
Requires PHP: 5.6
Version:      1.1.0
License:      All right reserved
License URI:  osttongraphic.com 
Tags:         Scratch themes, Custom theme, Row theme
Text Domain:  ost-base
AMP:          false
WordPress Available:  no
Requires License:     yes
Domain Path: /languages/ 
*/

.entry .btn-link.sc-btn,
.entry .btn-link.sc-btn span {
  text-decoration: none!important;
}
.entry .btn-link.sc-btn span {
  border:0;
}

.entry .social-icon i {
  font-size: 42px;
  color: #E30613;
  padding:12px;
}

.video-intro .tl-text svg.mobile path,
.video-intro .tl-text svg.desktop path,
.hp-video-intro .tl-text svg.desktop path,
.hp-video-intro .tl-text svg.mobile path  {
  fill: #FFFFFF;
}

.spmenu .nav-mobile .visible .sub-menu {
  display: block
}

.gallery .wp-caption-text {
  font-weight: 600;
  font-size: 16px;
}

.switch-product {
  overflow: hidden;
}
.switch-product .item figure {
  border-radius: 0!important;
}

.switch-product .shape-tl {
  left: 0;
  top: -1px;
}
.switch-product .shape-br {
  right: 0;
  bottom: -4px;
}

.products-hub .marquee.line-title {
  color: #E30613;
}

.products-hub .framed .item figure {
  border-radius: 0!important;
}


footer.footer .site-logo {
  width: 300px;
}

.hp-video-intro .logo {
  aspect-ratio: 16/5;
  position: relative;
}
.hp-video-intro .logo img {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 576px) {
  .hp-video-intro .logo {
    aspect-ratio: 16/9;
    position: relative;
  }
}


.alm-news .alm-reveal,
.alm-news .alm-listing {
  display: grid;
  gap:42px;
  grid-template-columns: repeat(3, minmax(0, 1fr))!important;
}
@media (max-width: 576px) {
  .alm-news .alm-reveal,
  .alm-news .alm-listing {
    grid-template-columns: repeat(1, minmax(0, 1fr))!important;
  }
}

nav.lang {
  color: #ccc;
}
nav.lang a {
  color: #323D35;
}
nav.lang a.current {
  color:#E30613;
  font-weight: bold;
}

.spmenu nav.lang {
  position: absolute;
  bottom: 24px;
  right: 36px;
  font-weight: 500;
  font-size: 18px;
  z-index: 1;
}

@media (max-width: 576px) {
  .spmenu nav.lang {
    left: 24px;
    bottom: auto;
    gap: 12px;
    position: relative;
    margin-top: 60px;
  }
}


.legal-age .cell-1 {
  width: 30%;
}
.legal-age .modal-inner > div {
  align-items: center;
}

@media screen and (max-width: 980px) {
  .legal-age .cell-1 {
    width: 50%;
  }
}
@media screen and (max-width:576px) {
  .legal-age .cell-1 {
    width: 80%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  color:#E30613!important;
}