/*
Theme Name: Foap
Description: Theme WP for Foap
*/

.b_main_banner .banner_content_inner .description::before {
    margin-top: 15px;
}

.b_via_foap_banner .mobile_media_list {
    width: 100%;
}

.b_brands,
.b_brands .images__slider,
.b_brands .brands_slider {
    width: 100%;
}

.b_about_video_production .content .content_block ul li img {
    width: 16px;
}

/* .b_set_up_account .creative_row:nth-child(2n) .creative_row_inner {
    flex-direction: row-reverse;
} */
.b_blog .category_wrapper .category_title:nth-child(1).active {}

/* .b_blog .category_wrapper .category_title:hover {
    font-weight: 700;
    background-color: #7939CC;
}
.b_blog .category_wrapper .category_title:hover:after {
    background-color: #7939CC;
} */
.b_blog .category_wrapper .category_title {
    color: #fff;
}

.pag_link_prev.disabled,
.pag_link_next.disabled {
    opacity: 0.8;
    pointer-events: none;
}

.b_article_first_section .comments-inner>.comment {
    border-bottom: 1px solid #c3dfde;
    margin-bottom: 20px;
}

.b_article_first_section .comments-inner>.comment .comment {
    margin: 15px 0 0;
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .b_article_first_section .comments-inner>.comment .comment {
        margin-left: -30px;
        width: calc(100% + 69px);
    }   
}

.b_article_first_section .comments {
    /* max-width: 700px; */
    margin: 40px auto 0;
}

.b_article_first_section .comments-header {
    margin-bottom: 20px;
}

.b_article_first_section .comment {
    position: relative;
    /* background-color: #DBF0EF; */
    padding: 24px 24px 24px 60px;
    /* border-radius: 12px; */

    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    align-items: center;

    width: 100%;
}

.b_article_first_section .comment a {
    color: #0F0F0F;
}

.b_article_first_section .comment a:hover {
    text-decoration: underline;
}

.b_article_first_section .comment>p {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .b_article_first_section .comment>p {
        font-size: 14px;
    }
}

.b_article_first_section .comment-author,
.b_article_first_section .comment-meta {
    /* width: calc(50% - 10px); */
}

.b_article_first_section .comment-author .fn a {
    color: #53c4be;
}

.b_article_first_section .comment-author .fn a:hover {
    color: #363b3f;
}

.b_article_first_section .comment-meta {
    /* text-align: right; */
    font-size: 12px;
    color: #aaaaaa;
    margin-left: 5px;
}

.b_article_first_section .comment-meta a {
    font-size: 12px;
    color: #aaaaaa;
}

.b_article_first_section .reply {
    width: 100%;
    /* text-align: right; */
    font-size: 14px;
    padding: 10px 0 0;
    /* border-top: 1px solid #c3dfde; */
    color: #53c4be;
}

.b_article_first_section .reply a {
    color: #53c4be;
}

.b_article_first_section .comments .avatar {
    /* display: none !important; */
    width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
    position: absolute;
    top: 24px;
    left: 0;
}

html .b_single_banner .banner_content_inner {
    position: relative;
    padding: 0;
    margin: 0 0 10vw;
}

html .b_single_banner .banner_content_inner::before {
    position: absolute;
    content: '';
    top: -19px;
    left: -14px;
    right: -14px;
    bottom: -19px;
    z-index: -1;
    opacity: 0.4;
    background: #1C1C1C;
    filter: blur(15px);
}

html .b_cross_platform .m_links_list a,
html .b_cross_platform .links_list a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px 45px;
    transition: all .1s linear;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 23px;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 165px;
    color: #fff;
    border-color: #4ECDC4;
    background-color: #4ECDC4;
    box-shadow: 0px 2px 6px rgba(78, 205, 196, 0.2);
}

html .b_cross_platform .m_links_list a:hover,
html .b_cross_platform .links_list a:hover {
    background-color: transparent;
    border-color: #4ECDC4;
    color: #4ECDC4;
}

html .b_cross_platform .links_wrapper {
    width: 100%;
}

html .b_cross_platform .cross_platform_inner {
    padding-bottom: 200px;
}

html body.home .header_container {
    background-color: #121212;
}