@media only screen and(max-width: 600px) {
    /*.buttons-wrapper { display: none !important; }*/


    .swiper-button-prev {
        margin-left: 1% !important;
    }

    .swiper-button-next {
        margin-right: 1% !important;
    }
}

.swiper-arrow-wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}

.taxonomy-list-community-slider {
    padding-left: 0 !important;
}


.wp-block-lazyblock-community-slider {
    padding-top: 50px;
    padding-bottom: 100px;
    background: #F6F6F5;
}

.view-all-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.view-all-wrapper a.avid-green-button {
    padding: 10px 15px;
    font-family: 'Campton';
    font-size: 14px !important;
    font-weight: 500;
    background-color: #00A499;
    color: #fff;
    border-radius: 4px;
}


.community-card-content h2 {
    /* Listing Titles */
    margin-top: 25px;
    font-family: 'Campton';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */

    text-align: center;

    /* 900 */

    color: #414042;
}

.community-card-content h3 {
    font-family: 'Campton';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    /* identical to box height, or 22px */
    margin-top: 0;
    text-align: center;
    letter-spacing: 0.004em;

    /* 900 */

    color: #414042;
}

.slide-community-thumbnail {
    height: 310px;
    width: 370px;
}

.buttons-wrapper {
    max-width: 1320px;
    margin: 0 auto;
}

.swiper {

    height: auto;
    padding-bottom: 0 !important;
}


.swiper-wrapper {
    margin-top: 50px;
    padding-bottom: 50px;
}


.swiper-slide {
    width: 370px;
    height: 405px;
    background: rgba(0, 0, 0, 0.3);
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.051);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 4px;
}

.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-next {
    transform: scale(1);
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.051);
    border-radius: 4px;
    opacity: 1;
    border-radius: 4px;
}

.swiper-wrapper {
    margin: 0 auto;
}

.swiper-button-prev {
    /*margin-right: 20px;*/
    margin-left: 10%;
    cursor: pointer;
}

.main-swiper-button-next {
    float: right;
    cursor: pointer;
}

.main-swiper-button-next,
.swiper-button-prev {
    width: 44px !important;

}

.main-swiper-button-prev:after,
.main-swiper-button-next:after {
    content: "" !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjQyIiBoZWlnaHQ9IjQyIiByeD0iMjEiIHN0cm9rZT0iIzQxNDA0MiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0yMC42NTIzIDE3LjA5MzhDMjAuMzM5OCAxNy40MDYyIDIwLjM3MTEgMTcuODc1IDIwLjY1MjMgMTguMTg3NUwyNC40MzM2IDIxLjc1SDE1LjQ2NDhDMTUuMDI3MyAyMS43NSAxNC43MTQ4IDIyLjA5MzggMTQuNzE0OCAyMi41VjIzLjVDMTQuNzE0OCAyMy45Mzc1IDE1LjAyNzMgMjQuMjUgMTUuNDY0OCAyNC4yNUgyNC40MzM2TDIwLjY1MjMgMjcuODQzOEMyMC4zNzExIDI4LjE1NjIgMjAuMzcxMSAyOC42MjUgMjAuNjUyMyAyOC45Mzc1TDIxLjMzOTggMjkuNjI1QzIxLjY1MjMgMjkuOTA2MiAyMi4xMjExIDI5LjkwNjIgMjIuNDAyMyAyOS42MjVMMjguNDk2MSAyMy41MzEyQzI4Ljc3NzMgMjMuMjUgMjguNzc3MyAyMi43ODEyIDI4LjQ5NjEgMjIuNDY4OEwyMi40MDIzIDE2LjQwNjJDMjIuMTIxMSAxNi4xMjUgMjEuNjUyMyAxNi4xMjUgMjEuMzM5OCAxNi40MDYyTDIwLjY1MjMgMTcuMDkzOFoiIGZpbGw9IiM0MTQwNDIiLz4KPC9zdmc+Cg==');
    width: 44px;
    height: 44px;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    display: inline-block;
}


.main-swiper-button-prev:after {
    transform: rotate(180deg);
}

.swiper-button-next,
.swiper-button-prev {
    top: 10px;
}


.dimmed {
    height: 310px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    display: grid;
    align-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.dimmed img {
    margin: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dimmed:after {
    content: " ";
    z-index: 10;
    // display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    display: grid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.slide-community-thumbnail {
    overflow: hidden;
    transition: transform 0.5s ease;
    background: rgba(0, 0, 0, 0.4);
    height: 310px;
    padding: 0;
    margin: 0;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.slide-community-thumbnail:hover {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.5s ease-in-out;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-tag {
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    background: #00a499;
    padding: 5px 10px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.card-tag.completed {
    background: #702F89;
}

.swiper ul.taxonomy-list-community-slider {
    display: flex;
    width: auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    list-style: none;
    z-index: 2;
}

.swiper .tags-list-selector {
    top: 5px;
    position: relative;
    z-index: 1;
}

.swiper li.swiperSliderTag.tag {
    padding-left: 15px;
    padding-right: 15px;
    color: #979797;
    font-weight: 600;
    cursor: pointer;
}

.swiper li.swiperSliderTag.tag.active {
    color: #00A499;
    position: relative;
}

.swiper li.swiperSliderTag.tag.active:after {
    position: absolute;
    content: " ";
    width: 100%;
    border-bottom: 1px solid #00A499;
    left: 0;
    bottom: -4px;
}

.swiper-scrollbar,
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none !important;
}

.card-tag.comingsoon {
    background: #FDBE59;
}

.swiper-wrapper {
    justify-content: start;
}