/* Culture Club Home Block */
.bec_cch_single_item {
    padding: 25px 0;
    text-align: center;
}
.bec_cch_single_item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.bec_cch_single_text p {
    color: #FFFFFF;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}
.bec_cch_single_item>a:hover{
    color: #FFFFFF;
}
.bec_cch_single_item img{
    transition: transform 1s ease;
}
.bec_cch_single_item a:hover img{
    transform: scale(0.9);
    /*transition: 1s ease;*/
}
.bec_cch_single_image {
    display: flex;
    justify-content: center;
}
.bec_cch_single_image>figure {
    max-width: 300px;
    max-height: 600px;
    width: 300px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bec_cch_single_image>figure>img {
    max-height: 100%;
}
.bec_cch_wrapper {
    display:flex;
    justify-content: center;
}
.bec_cch_info_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #3d4044;
    text-align: center;
    width: 25%;
}
.bec_cch_list_wrap {
    width: 75%;
}
.bec_cch_info_title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
}
.bec_cch_info_recommend>a {
    display: inline-block;
    background-color: #b9232f;
    color: #FFFFFF;
    padding: 5px 16px;
    border-radius: 2px;
}
.bec_cch_info_archive>a {
    color: #FFFFFF;
}

.bec_layout{
    width:100%
}

.bec_mcs_image-information{
    max-width: 600px;
    width: 100%;
}

/* Culture Club Archive Block */
.bec_cca_wrapper {
    display:flex;
    gap: 10px;
}
.bec_cca_info_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #3d4044;
    text-align: center;
    width: 25%;
}
.bec_cca_list_wrap {
    width: 75%;
}
.bec_cca_info_title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 44px;
    font-family: "Knockout 29 A", "Knockout 29 B";
}
.bec_cca_info_recommend>a {
    display: inline-block;
    margin-top: 20px;
}
.bec_cca_info_archive{
    margin-top: 20px;
}
.bec_cca_info_archive>a {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    transition: 1s ease;
    width: 30%;
    margin: auto;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
}
.bec_cca_info_archive>a:hover{
    background-color: rgba(255,255,255,0.1);
}
.bec_cca_single_item {
    padding: 25px 0;
    text-align: center;
}
.bec_cca_single_item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.bec_cca_single_text p {
    color: #171717;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}
.bec_cca_single_item>a:hover{
    color: #000000;
}
.bec_cca_single_item img{
    transition: transform 1s ease;
}
.bec_cca_single_item a:hover img{
    transform: scale(0.9);
    /*transition: 1s ease;*/
}
.bec_cca_container .slick-track{
    display: flex;
    /*gap: 40px;*/
    padding: 20px;
}
.bec_cca_single_image {
    display: flex;
    justify-content: center;
}
.bec_cca_single_image>figure {
    max-width: 333px;
    max-height: 500px;
    width: 333px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bec_cca_single_image>figure>img {
    max-height: 400px;
}
.bec_cca_container .slick-prev{
    left:0px;
    z-index:999;
}
.bec_cca_container .slick-next{
    right:0px;
}
.bec_cca_container .slick-prev:before{
    content:url(/wp-content/themes/skylith-child/assets/bec-arrow-left.svg);
}
.bec_cca_container .slick-next:before{
    content:url(/wp-content/themes/skylith-child/assets/bec-arrow-right.svg);
}
@media only screen and (max-width: 1500px) {
    .bec_cca_single_image>figure{
        max-width: 200px;
        max-height: 400px;
        width: 200px;
        height: 300px;
    }
}
@media only screen and (max-width: 1180px) {
    .bec_cca_wrapper{
        gap:0px;
    }
    .bec_cca_info_wrap{
        width:32%;
    }
    .bec_cca_list_wrap {
        width: 67%;
    }
    .bec_cca_single_content {
        max-width: 90%;
    }
}
@media only screen and (max-width: 959px) {
    .bec_cca_wrapper{
        flex-direction: column;
    }
    .bec_cca_info_wrap{
        width: 100%;
        padding: 10px;
        align-items: center;
        justify-content: space-around;
    }
    .bec_cca_list_wrap{
        width: 100%;
    }
    .bec_cca_info_recommend{
        width:100%;
    }
    .bec_cca_info_recommend>a{
        margin-top: 0;
    }
    .bec_cca_info_title{
        font-size: 21px;
    }
    .bec_cca_info_icon img{
        max-width: 50%;
    }
    .bec_cca_container .slick-track{
        padding:0px;
    }
    .bec_cca_single_item{
        width: 100% !important;
    }
    .bec_cca_right{
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 768px) {
    .bec_cca_wrapper{
        flex-direction: column;
    }
    .bec_cca_info_wrap{
        width: 100%;
        padding: 10px;
        align-items: center;
        justify-content: space-around;
    }
    .bec_cca_list_wrap{
        width: 100%;
    }
    .bec_cca_info_recommend>a{
        margin-top: 0;
    }
    .bec_cca_info_title{
        font-size: 21px;
    }
    .bec_cca_info_icon img{
        max-width: 50%;
    }
    .bec_cca_single_item{
        width: 100% !important;
    }
    .bec_cca_right{
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 568px) {
    .bec_cca_wrapper{
        flex-direction: column;
    }
    .bec_cca_info_wrap{
        width: 100%;
        padding: 10px;
        align-items: center;
        justify-content: space-around;
    }
    .bec_cca_list_wrap{
        width: 100%;
    }
    .bec_cca_info_recommend>a{
        margin-top: 0;
    }
    .bec_cca_info_title{
        font-size: 21px;
    }
    .bec_cca_info_icon img{
        max-width: 50%;
    }
    .bec_cca_single_item{
        width: 100% !important;
    }
    .bec_cca_right{
        flex-direction: column-reverse;
    }
}

/* Editors Picks */
.bec_editors_picks_container {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 3.5%;
    justify-content: center;
}
.bec_editors_picks_item>a{
    color:#000000;
    text-decoration:none;
}
.bec_editors_picks_category_wrap {
    height: 3em;
    position: relative;
    display: flex;
    justify-content: center;
}
.bec_editors_picks_category {
    background-color: #3d4044;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    width: 75%;
    margin-top: -18px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 20px;
}
.bec_editors_picks_wrap {
    box-shadow: 0px 0px 4px 0px #9f9f9f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transition: 1s ease;
}
.bec_editors_picks_wrap:hover{
    transform: scale(1.05);
    transition: 1s ease;
}
.bec_editors_picks_image{
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    aspect-ratio:190/119;
}
.bec_editors_club_text {
    background-color: #FFFFFF;
    flex: 1;
    height: 100%;
    position:relative;
    padding-bottom: 15px;
    text-align: center;
}
.bec_editors_club_text h2{
    font-size: 18px !important;
    color:#B9232F;
    text-transform: uppercase;
}
.bec_editors_club_text p{
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 2rem;
}
.bec_editors_picks_readmore {
    position: absolute;
    font-family: "Knockout 29 A", "Knockout 29 B" !important;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    padding: 10px;
}
.bec_editors_picks_readmore:hover{
    color: #B9232F;
}

/* Member List */
div.member_list_sort{
    display: flex;
    justify-content: center;
}
a.member_list_sort_button {
    padding: 9px 12px;
    background-color: #ededed;
    border-radius: 3px;
    margin: 5px;
    line-height: 18px;
    font-size: 18px;
    color: #3d4044 !important;
    transition: background-color 0.25s, color 0.25s;
}
a.member_list_sort_button:hover {
    background-color: #3d4044;
    color: #FFFFFF !important;
    cursor: pointer;
}
a.member_list_sort_button.mlsb_selected{
    background-color: #3d4044;
    color: #FFFFFF !important;
}
div#bec_member_list_members {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.bec_member_list_item{
    color:#3e4044;
    background-color:#ededed;
    border-radius:15px;
    text-align:center;
    margin: 5px;
    padding: 15px 2px;
}
.bec_mli_name{
    font-weight:bold;
}
.bec_mli_since{
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
}

/* Culture CLub */
.bec_cc_recommend{
    display:flex;
    align-items: center;
}
.bec_cc_recommend_graphic, .bec_cc_recommend_form {
    flex: 1;
}
.bec_cc_recommend_graphic{
    display: flex;
    justify-content: center;
}
.becs_single_culture_left {
    flex: 1;
}
.becs_single_culture_right {
    flex: 2;
}

/* Member Collection */
.bec_mcs_slider-container {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.bec_mcs_collection {
    width: 1140px;
    height: 500px !important;
    object-fit: cover;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
}
.bec_mcs_image-information {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width:600px;
    margin: -100px 0 0 0;
}

.bec_mcs_image-information h5 {
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
}

.bec_mcs_image-information p {
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #3d4044;
}

.bec_mcs_buttons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
}


/* Member List */
div.member_list_sort{
    display: flex;
    justify-content: center;
}
a.member_list_sort_button {
    padding: 9px 12px;
    background-color: #ededed;
    border-radius: 3px;
    margin: 5px;
    line-height: 18px;
    font-size: 18px;
    color: #3d4044 !important;
    transition: background-color 0.25s, color 0.25s;
}
a.member_list_sort_button:hover {
    background-color: #3d4044;
    color: #FFFFFF !important;
    cursor: pointer;
}
a.member_list_sort_button.mlsb_selected{
    background-color: #3d4044;
    color: #FFFFFF !important;
}
div#bec_member_list_members {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.bec_member_list_item{
    color:#3e4044;
    background-color:#ededed;
    border-radius:15px;
    text-align:center;
    margin: 5px;
    padding: 15px 2px;
}
.bec_mli_name{
    font-weight:bold;
}
.bec_mli_since{
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
}

@media screen and (max-width: 1200px) {
    /* Culture Club Home */
    .bec_cch_single_image>figure{
        width: 200px;
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    /* Culture Club Home */
    .bec_editors_picks_category{
        width: 97%;
    }
}

@media screen and (max-width: 768px) {
    /* Culture Club Home */
    .bec_editors_picks_container{
        grid-template-columns: 100%;
    }
    div#bec_member_list_members{
        grid-template-columns:100%;
    }
}