/*
Template:       yorn
Theme Name:     Yorn Child
Theme URI:      https://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     https://themeforest.net/user/LaStudio?ref=LaStudio
Description:    Yorn - Music & video wordpress theme
Version:        1.0.0
Requires at least: 5.0
Requires PHP:   7.0
Tags:           artist, audio, band, blog, clean, creative, elementor, entertainment, modern, music, music wordpress, musician, portfolio, responsive, singer
License:        GNU General Public License
License URI:    licence/GPL.txt
Text Domain:    yorn-child
Domain Path:    /languages/
Elementor tested up to: 3.9.0
Elementor Pro tested up to: 3.9.0
WooCommerce tested up to: 7.1.0
*/
.owl-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}
.owl-item {
    margin-bottom: 40px;
    margin-top: 15px;
	overflow: hidden;
}
figure.swiper-slide-inner {
    position: relative;
    overflow: hidden;
}
figure.swiper-slide-inner:hover img {
    transform: scale(1.1);
}
.la-gallery-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.la-event-gallery .gallery-item {
    width: auto;
    display: block;
    width: 24.5%;
    max-width: 100%;
}
.owl-carousel {
    position: relative;
}
.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; 
}
.owl-nav button {
    background: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    pointer-events: auto; 
}
.owl-prev {
    position: absolute;
    left: 0; 
}
.owl-next {
    position: absolute;
    right: 0;
}
.owl-nav button:hover {
    background: rgba(0, 0, 0, 0.9) !important;
}
.custom-heading-h2 {
    text-align: center;
    font-size: 42px;
    padding-bottom: 20px;
}
@media (max-width: 1024px) {
    .la-event-gallery .gallery-item {width: 31%;}
}
@media (max-width: 767px) {
    .la-event-gallery .gallery-item {width: 48%;}
	.custom-heading-h2 {font-size: 32px;}
}
@media (max-width: 640px) {
    .la-event-gallery .gallery-item {width: 100%;}
}