body {
    background: #E6E7E8;
}

.economy {
    margin-bottom: 30px;
}

.economy .economys {
    grid-template-columns: unset;
    grid-template-rows: unset;
    direction: unset;
    gap: unset;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991.9px) {
    .economy .economys {
        padding-top: 30px;
        background-color: #ffffff;
    }
}

.economy .economys .views-row {
    gap: unset;
    height: auto;
    margin-bottom: 20px;
    float: none;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 991.9px) {
    .economy .economys .views-row {
        width: 100%;
    }
}

.art .arts .views-row .post-image img,
.liveStyle .lives .views-row .post-image img,
.economy .economys .views-row .post-image img {
    width: 100%;
    height: auto;
}

.art .arts .views-row .post-title,
.liveStyle .lives .views-row .post-title,
.economy .economys .views-row .post-title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.art .arts .views-row .post-date,
.liveStyle .lives .views-row .post-date,
.economy .economys .views-row .post-date {
    color: #6C6B6B;
    font-size: 14px;
    display: flex;
    margin-bottom: 20px;
}

.art .arts .views-row .post-date::before,
.liveStyle .lives .views-row .post-date::before,
.economy .economys .views-row .post-date::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('../images/datesport.svg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 4px;
}

.economy .economys .views-row .post-desc {
    color: #6C6B6B;
    font-size: 16px;
    margin-bottom: 25px;
}

@media (max-width: 991.9px) {
    .economy .economys .views-row .post-desc {
        display: none;
    }
}

.economy .economys .views-row a.post-link {
    color: #6D0000;
    font-size: 16px;
    font-weight: bold;
    transition: 600ms;
    display: flex;
}

.economy .economys .views-row a.post-link::after {
    content: "";
    width: 30px;
    height: 23px;
    background-image: url('../images/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 991.9px) {
    .economy .economys .views-row a.post-link {
        display: none;
    }
}

.economy .economys .views-row a.post-link:hover {
    text-decoration: underline;
}

.economy .economys .views-row:nth-child(-n+2) .views-field {
    padding-bottom: 20px;
    border-bottom: 1px solid #C4BFBF;
}

@media (max-width: 991.9px) {
    .economy .economys .views-row .views-field {
        padding-bottom: 20px;
        border-bottom: 1px solid #C4BFBF;
    }

    .economy .economys .views-row:last-child .views-field {
        padding-bottom: 20px;
        border-bottom: none;
    }
}

.liveStyle #block-blueray-livestyle a,
.art #block-blueray-art a,
.economy #block-blueray-economy a {
    background-color: #6D0000;
    display: inline-block;
    padding: 15px 41px 17px 30px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 20px;
}

.liveStyle #block-blueray-livestyle,
.art #block-blueray-art,
.economy #block-blueray-economy {
    position: relative;
}

.liveStyle #block-blueray-livestyle a::after,
.art #block-blueray-art a::after,
.economy #block-blueray-economy a:after {
    content: "";
    width: 100%;
    height: 33px;
    background: url('../images/bg-title.svg');
    position: absolute;
    z-index: -1;
    left: 0;
}

.liveStyle #block-blueray-livestyle a::before,
.art #block-blueray-art a::before,
.economy #block-blueray-economy a:before {
    content: "";
    width: 26px;
    height: 35px;
    background: url('../images/ico-title.png');
    position: absolute;
    right: 10px;
}

.art .arts,
.liveStyle .lives {
    grid-template-columns: unset;
    grid-template-rows: unset;
    direction: unset;
    gap: unset;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991.9px) {

    .art .arts,
    .liveStyle .lives {
        padding-top: 30px;
        background-color: #ffffff;
    }
}

.art .arts .views-row,
.liveStyle .lives .views-row {
    gap: unset;
    height: auto;
    /* margin-bottom: 20px; */
    float: none;
    flex: 0 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

.art .arts .views-row .custom-row,
.liveStyle .lives .views-row .custom-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.art .arts .views-row .custom-row .col-left,
.liveStyle .lives .views-row .custom-row .col-left {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
}

.art .arts .views-row .custom-row .col-right,
.liveStyle .lives .views-row .custom-row .col-right {
    flex: 0 0 auto;
    width: 75%;
    padding: 0 15px;
}

.art .arts .views-row:nth-child(2) .custom-row .col-right,
.liveStyle .lives .views-row:nth-child(2) .custom-row .col-right,
.art .arts .views-row:nth-child(2) .custom-row .col-left,
.liveStyle .lives .views-row:nth-child(2) .custom-row .col-left {
    width: 100%;
    padding: 0;
}

.art .arts .views-row:nth-child(2) .custom-row .col-right,
.liveStyle .lives .views-row:nth-child(2) .custom-row .col-right {
    padding: 0 15px;
}

.art .arts .views-row .share-post,
.liveStyle .lives .views-row .share-post {
    display: none;
}

.art .arts .views-row:nth-child(2) .share-post,
.liveStyle .lives .views-row:nth-child(2) .share-post {
    display: block;
}

.art .arts,
.liveStyle .lives {
    /* background-color: #ffffff; */
}

.art .arts .views-row .post-image,
.liveStyle .lives .views-row .post-image {
    margin-bottom: 25px;
}

.art .arts .views-row .post-title,
.liveStyle .lives .views-row .post-title {
    margin-bottom: 25px;
}

.art .arts .views-row .post-date,
.liveStyle .lives .views-row .post-date {
    margin-bottom: 30px;
}

#block-blueray-addtoanysharebuttons,
.views-field-addtoany-share,
.share-post {
    background-color: #6D0000;
    width: 120px;
}

#block-blueray-addtoanysharebuttons span.a2a_label.a2a_localize,
.views-field-addtoany-share span.a2a_label.a2a_localize,
.share-post span.a2a_label.a2a_localize {
    clip-path: none;
    -webkit-clip-path: none;
    color: #ffffff;
    width: 100px !important;
    font-size: 16px;
}

#block-blueray-addtoanysharebuttons span.a2a_label.a2a_localize,
.views-field-addtoany-share span.a2a_label.a2a_localize,
.share-post span.a2a_label.a2a_localize {
    clip-path: none;
    -webkit-clip-path: none;
    color: #ffffff;
    width: 100px !important;
    line-height: normal;
    padding: 9px 0;
}

#block-blueray-addtoanysharebuttons span.a2a_svg.a2a_s__default.a2a_s_a2a,
.views-field-addtoany-share span.a2a_svg.a2a_s__default.a2a_s_a2a,
.share-post span.a2a_svg.a2a_s__default.a2a_s_a2a {
    /*display: none;*/
     width: 36px;
    height: 36px;
    padding: 0;
    content: "";
    background: url('../images/share.png') no-repeat center;
    background-color: #6D0000;
    display: inline-flex;
    padding: 0px 15px;
}
#block-blueray-addtoanysharebuttons span.a2a_svg.a2a_s__default.a2a_s_a2a svg,
.views-field-addtoany-share span.a2a_svg.a2a_s__default.a2a_s_a2a svg, 
.share-post span.a2a_svg.a2a_s__default.a2a_s_a2a svg {
display:none;
    
}

/* #block-blueray-addtoanysharebuttons .a2a_kit .addtoany_share:before,
.views-field-addtoany-share .a2a_kit .addtoany_share:before,
.share-post .a2a_kit .addtoany_share:before {
    width: 36px;
    height: 36px;
    padding: 0;
    content: "";
    background: url('../images/share.png') no-repeat center;
    background-color: #6D0000;
    display: inline-flex;
    padding: 0px 15px;
} */

#block-blueray-addtoanysharebuttons .addtoany_list.a2a_kit_size_32 a > span,
.views-field-addtoany-share .addtoany_list.a2a_kit_size_32 a > span,
.share-post .addtoany_list.a2a_kit_size_32 a > span {
    background-color: transparent !important;
}
#block-blueray-addtoanysharebuttons .addtoany_list.a2a_kit_size_32>a,
.views-field-addtoany-share .addtoany_list.a2a_kit_size_32>a,
.share-post .addtoany_list.a2a_kit_size_32>a {
    font-size: 0;
    line-height: 0;
}
section.slider.home-section .views-field-addtoany-share span.a2a_label.a2a_localize{
    padding: 2px 0;
}
.custom-grid {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.custom-grid section.liveStyle,
.custom-grid section.art {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
}

@media (max-width: 991.9px) {

    .custom-grid section.liveStyle,
    .custom-grid section.art {
        width: 100%;
        margin-bottom: 40px;
    }
}