﻿

.BlockEditorFullScreenWidthEnabled #blockEditor > .beContainer > .beItemContainer,
.BlockEditorFullScreenWidthEnabled #blockEditor > .beContainer.beContainerLayoutContainer > .beContainer > .beItemContainer {
    max-width: 1430px;
}

#main .beItemContent li:before {
    background-color: transparent;
}

.beItem[data-itemname="Card"] {
    box-shadow: none;
}


.home .beItemContent h1,
.home .beItemContent h2,
.home .beItemContent h3,
.home .beItemContent h4,
.home .beItemContent h5,
.home .beItemContent h6 {
    color: #fff;  
}

.home .beItemContent h1 {
    font-size: 53px;
    font-weight: 600;
    letter-spacing: 3px;
    text-shadow: 2px 2px 2px rgba(25, 25, 25, 0.5);
}


.BlockEditorFullScreenWidthEnabled #main {
    padding: 45px 0 0 0;
}


.home .beItem[data-itemname="Card"] .beFieldDataTypecKEditorText {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.home .beItem[data-itemname="Card"] .beFieldDataTypecKEditorText h2 {
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 28px;
}

.home .beSwiper-container {
    background-color: #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.FlexjointSlider img {
    width: auto;
    min-height: 300px;
    max-height: 300px;
    vertical-align: top;
    object-fit: cover;
    aspect-ratio: unset;
}

.home .FlexjointSlider .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.FlexjointSlider .swiper-pagination-bullet-active,
.home .FlexjointSlider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ED1C24;
}

.imagesPerRow6 .beItem[data-itemname="Card"] .beFieldDataTypecKEditorText,
.imagesPerRow7 .beItem[data-itemname="Card"] .beFieldDataTypecKEditorText {
    padding: 5px 0 5px 0;
    font-size: 15px;
}


@media screen and (max-width: 1279.9px) {

    .smallIcons.imagesPerRow7 .beItem[data-itemname="Card"] {
        width: Calc(100% / 7 - (10px / 7 * 6));
    }

    .smallIcons.imagesPerRow6 .beItem[data-itemname="Card"] {
        width: Calc(100% / 7 - (10px / 7 * 6));
    }

    .mediumIcons.imagesPerRow7 .beItem[data-itemname="Card"] {
        width: Calc(100% / 7 - (10px / 7 * 6));
    }

    .mediumIcons.imagesPerRow6 .beItem[data-itemname="Card"] {
        width: Calc(100% / 6 - (10px / 6 * 5));
    }



}

@media screen and (max-width: 1023.9px) {

    .smallIcons.imagesPerRow7 .beItem[data-itemname="Card"] {
        width: Calc(100% / 4 - (20px / 4 * 3));
    }

    .smallIcons.imagesPerRow6 .beItem[data-itemname="Card"] {
        width: Calc(100% / 4 - (20px / 4 * 3));
    }

    .mediumIcons.imagesPerRow7 .beItem[data-itemname="Card"] {
        width: Calc(100% / 3 - (20px / 3 * 2));
    }

    .mediumIcons.imagesPerRow6 .beItem[data-itemname="Card"] {
        width: Calc(100% / 3 - (20px / 3 * 2));
    }
}


@media screen and (max-width: 650px) {
    .imagesPerRow3 .beItem[data-itemname="Card"]
    {
        width: 100%;
    }

    .home .beItemContent h1 {
        font-size: 24px;
        letter-spacing: 1.5px;
    }

    .home .beItem[data-itemname="Card"] .beFieldDataTypecKEditorText h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 450px) {

    .smallIcons.imagesPerRow7 .beItem[data-itemname="Card"] {
        width: Calc(100% / 3 - (10px / 3 * 2));
    }

    .smallIcons.imagesPerRow6 .beItem[data-itemname="Card"] {
        width: Calc(100% / 3 - (10px / 3 * 2));
    }

    .mediumIcons.imagesPerRow7 .beItem[data-itemname="Card"] {
        width: Calc(100% / 2 - (10px / 2 * 1));
    }

    .mediumIcons.imagesPerRow6 .beItem[data-itemname="Card"] {
        width: Calc(100% / 2 - (10px / 2 * 1));
    }

    

}



