﻿.wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item
{
    height: auto;
}
.wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item .gutenify-slider-image-wrapper, .wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item .gutenify-slider-image-wrapper .gutenify-slider-content-image
{
    height: 100%;
}
.wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item .gutenify-slider-image-wrapper .gutenify-slider-content-image img
{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper
{
    display: block;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 99;
}
.wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-content-inner
{
    align-content: start;
    display: grid;
    grid-template-areas: "slider-subtitle" "slider-title" "slider-content";
    grid-template-columns: 100%;
    grid-template-rows: auto;
    margin: 0 auto;
    max-width: 80%;
    width: 1180px;
}
.wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-title
{
    color: #fff;
    font-size: 55px;
    grid-area: slider-title;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    line-height: 1.3;
}
.wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-sub-title
{
    color: #fff;
    grid-area: slider-subtitle;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-content
{
    grid-area: slider-content;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}
.wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-content p
{
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
}
.wp-block-gutenify-gallery-carousel .swiper-pagination
{
    bottom: 30px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.wp-block-gutenify-gallery-carousel .swiper-pagination .swiper-pagination-bullet
{
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-size: unset;
    height: 15px;
    line-height: unset;
    margin: 0 10px;
    padding: unset;
    position: relative;
    transition: all .3s ease-in;
    width: 15px;
}
.wp-block-gutenify-gallery-carousel .swiper-button-next, .wp-block-gutenify-gallery-carousel .swiper-button-prev
{
    background: #fff;
    color: #fff;
    color: #000;
    cursor: pointer;
    height: 45px;
    transition: all .2s ease-in-out 0s;
    width: 45px;
    z-index: 99;
}
.wp-block-gutenify-gallery-carousel .swiper-button-next
{
    right: -150px;
}
.wp-block-gutenify-gallery-carousel .swiper-button-prev
{
    left: -150px;
}
.wp-block-gutenify-gallery-carousel .swiper-button-next:after, .wp-block-gutenify-gallery-carousel .swiper-button-prev:after
{
    font-size: 20px;
}
.wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item:before
{
    background: #000;
    content: "";
    display: block;
    height: 100%;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.wp-block-gutenify-gallery-carousel:hover .swiper-button-prev
{
    left: 0;
}
.wp-block-gutenify-gallery-carousel:hover .swiper-button-next
{
    right: 0;
}
.wp-block-gutenify-gallery-carousel .has-2-columns .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-content-inner .gutenify-slider-title
{
    font-size: 2rem;
}
.wp-block-gutenify-gallery-carousel .has-2-columns .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-content-inner .gutenify-slider-sub-title
{
    font-size: 1rem;
}
.wp-block-gutenify-gallery-carousel .has-2-columns .swiper-pagination
{
    bottom: 0;
    left: 0;
    margin-top: 15px;
    position: inherit;
    width: 100%;
    z-index: 99;
}
.wp-block-gutenify-gallery-carousel .has-3-columns .swiper-button-next, .wp-block-gutenify-gallery-carousel .has-3-columns .swiper-button-prev, .wp-block-gutenify-gallery-carousel .has-4-columns .swiper-button-next, .wp-block-gutenify-gallery-carousel .has-4-columns .swiper-button-prev
{
    top: 45%;
}
.wp-block-gutenify-gallery-carousel .has-3-columns .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-content-inner .gutenify-slider-title, .wp-block-gutenify-gallery-carousel .has-4-columns .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-content-inner .gutenify-slider-title
{
    font-size: 1.5rem;
}
.wp-block-gutenify-gallery-carousel .has-3-columns .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-content-inner .gutenify-slider-sub-title, .wp-block-gutenify-gallery-carousel .has-4-columns .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-content-inner .gutenify-slider-sub-title
{
    font-size: 1rem;
}
.wp-block-gutenify-gallery-carousel .has-3-columns .swiper-pagination, .wp-block-gutenify-gallery-carousel .has-4-columns .swiper-pagination
{
    bottom: 0;
    left: 0;
    margin-top: 15px;
    position: inherit;
    width: 100%;
    z-index: 99;
}
.gutenify-gallery-layout-2 .gutenify-slider-content-inner
{
    text-align: center;
}
.gutenify-gallery-layout-3 .gutenify-gallery-carousel-item:before
{
    display: none;
}
.gutenify-gallery-layout-3 .wp-block-gutenify-gallery-carousel:hover .swiper-button-prev
{
    left: 5%;
}
.gutenify-gallery-layout-3 .wp-block-gutenify-gallery-carousel:hover .swiper-button-next
{
    right: 5%;
}
.gutenify-gallery-layout-3 .gutenify-slider-content-inner
{
    text-align: center;
}
.gutenify-gallery-layout-3 .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper
{
    background: #000;
    bottom: 0;
    left: 0;
    padding: 20px;
    top: inherit;
    transform: inherit;
    width: -webkit-fill-available;
}
.gutenify-gallery-layout-3 .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper p
{
    margin-top: 0;
}
.gutenify-gallery-layout-3 .has-1-columns .swiper-pagination
{
    bottom: inherit;
    margin-top: 15px;
    position: inherit;
}
.gutenify-gallery-layout-3 .has-1-columns .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper
{
    padding: 40px 0;
}
@media screen and (max-width: 1023px)
{
    .wp-block-gutenify-gallery-carousel .swiper-wrapper .gutenify-gallery-carousel-item .gutenify-slider-title
    {
        font-size: 40px;
    }
    .wp-block-gutenify-gallery-carousel .swiper-wrapper .gutenify-gallery-carousel-item .gutenify-slider-content p
    {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px)
{
    .gutenify-gallery-layout-3 .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper
    {
        bottom: 0;
        top: inherit;
        transform: inherit;
    }
    .wp-block-gutenify-gallery-carousel .gutenify-gallery-carousel-item .gutenify-slider-content-wrapper .gutenify-slider-sub-title
    {
        font-size: 1rem;
    }
    .wp-block-gutenify-gallery-carousel .swiper-container .gutenify-gallery-carousel-item .gutenify-slider-title
    {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .wp-block-gutenify-gallery-carousel .swiper-container .gutenify-gallery-carousel-item .gutenify-slider-content p
    {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 14px;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wp-block-gutenify-gallery-carousel .swiper-container .swiper-pagination
    {
        bottom: 0;
    }
    .wp-block-gutenify-gallery-carousel .swiper-container .swiper-pagination .swiper-pagination-bullet
    {
        margin: 0 10px;
    }
}