
.heading_block h1{
    max-width: calc(100% - 100px);
}

.heading_block.with_back_button h1{
    max-width: calc(100% - 150px);
}

.topic_action_bar_wrap{
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    border-top: 1px solid var(--boxBorderColor);
    margin-top: 40px;
}

.forum_topic_post .ow_ipc_date{
    float: none;
    display: block;
}

.ow_forum_topic_posts .forum_topic_post{
    padding: 20px;
    border: 1px solid var(--boxBorderColor);
    border-radius: 10px;
}

.ow_forum_topic_posts .ow_ipc_info{
    border: 1px solid var(--boxBorderColor);
    padding: 12px;
    border-radius: 10px;
}

.ow_forum_topic_posts .forum_topic_post .ow_ipc_picture{
    float: none;
}

.ow_forum_topic_posts .forum_topic_post .ow_ipc_info{
    margin-left: 0;
}

.ow_forum_topic_posts .forum_topic_post .ow_ipc_picture .ow_avatar{
    padding-left: 0;
    padding-top: 0;
}

.forum_post.ow_stdmargin{
    margin-bottom: 16px;
}

.forum_topic_post .ow_ipc_header,
.forum_post .ow_ipc_header{
    padding-bottom: 6px;
}

.forum_topic_post .ow_ipc_header{
    padding-left: 52px;
    margin-top: -40px;
    padding-bottom: 16px;
}

.forum_topic_post .post_content,
.forum_post .post_content {
    overflow: hidden; 
}


.topic_action_bar_wrap .topic_action_box{
    border: 1px solid var(--boxBorderColor);
    border-radius: 10px;
    overflow: hidden;
}

.topic_action_bar_wrap ul.ow_bl_narrow li{
    display: inline-block;
    width: auto;
}

.topic_action_bar_wrap ul.ow_bl_narrow li a{
    border-bottom: none;
    color: var(--blackTextColor);
    padding: 10px 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px)
}

.topic_action_bar_wrap ul.ow_bl_narrow li a.ow_inprogress{
    pointer-events: none;
}

.topic_action_bar_wrap ul.ow_bl_narrow li a:hover{
    background: var(--menuHoverColor);
}

.topic_action_bar_wrap ul.ow_bl_narrow{
    border-top: none;
    margin-bottom: 0;
}


.topic_action_bar_wrap .action_subscribe_item{
    padding-top: 10px;
    padding-left: 6px;
    padding-bottom: 10px;
}

.topic_action_bar_wrap .forum_status{
    margin-top: 10px;
    padding-left: 10px;
}

.forum_add_post_form{
    
}

.forum_add_post_form .post_submit_button_wrap{
    position: absolute;
    right: 17px;
    bottom: 15px;
    z-index: 3;
}

.forum_add_post_form .post_submit_button_wrap .submit_button{
    background-position: 18px;
    letter-spacing: 3px;
}

.forum_add_post_form .post_submit_button_wrap input[type=submit]{
    width: auto;
}

.topic_moved_message{
    border-radius: 10px;
    border: 1px solid var(--boxBorderColor);
    padding: 20px;
    font-style: italic;
    margin-bottom: 20px;
}


.news_bar_content_body .ow_forum_topic_posts{
    width: 100%;
    position: relative;
}

.news_bar_content_body .ow_forum_topic_posts .forum_topic_post{
    padding: 0;
    border: none;
}

.news_bar_content_body .forum_topic_post .ow_ipc_picture,
.news_bar_content_body .forum_topic_post .ow_ipc_header{
    display: none;
}

.news_bar_content_body .convenient_button .react_button_list{
    min-width: 316px;
}

.news_bar_content_body.article{
    border-radius: 0;
    background-color: transparent;
    margin-top: -30px;
}

.news_bar_content_body.article .forum_post_siderbar{
    display: none;
}

.news_bar_content_body.article .topic_title_wrap h1{
    margin-bottom: 46px;
}

.news_bar_content_body.article .gruop_name_tag{
    margin-bottom: 24px;
}

.news_bar_content_body.article .gruop_name_tag .gruop_name_tag_el{
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.news_bar_content_body.article .gruop_name_tag .gruop_name_tag_el.creation_date{
    color: var(--themeTextColor);
    font-weight: 600;
}

.communicate_bar_content_body {
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.communicate_bar_content_body.article{
    margin-top: -40px;
    max-width: 100%;
}

.communicate_bar_content_body.article .backable_bottom_block{
    max-width: 1314px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
}

.communicate_bar_content_body.article .forum_topic_reply_body,
.communicate_bar_content_body.article #id_forum_topic_post_container{
    max-width: 900px;
    margin: auto;
}

.article h1{
    margin-bottom: 10px;
    margin-top: 6px;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 1.5;
    color: var(--contentTextColor);
}


.communicate_bar_content_body a{
    color: var(--contentTextColorLight);
}

.communicate_bar_content_body .mce-content-body a{
    color: var(--urlColor);
}


.topic_author_info_wrap{
    margin-bottom: 34px;
    width: calc(100% + 20px);
    position: relative;
}

.topic_author_info_wrap .head_back_button{
    position: absolute;
    left: -68px;
    top: 20px;
}

.topic_author_info_wrap .topic_author_info_part{
    display: inline-block;
    vertical-align: middle;
    
}

.topic_author_info_wrap .topic_author_info_part.author_avatar{
    width: calc(100% - 140px);
}

.topic_author_info_wrap .topic_author_info_part:not(:last-child){
    padding-right: 20px;
}

.topic_author_info_wrap .topic_author_info_part .ow_avatar img{
    width: 100%;
    height: 100%;
}

.topic_author_info_wrap .ow_avatar, .topic_author_info_wrap .topic_author_info_and_group_name{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    padding-left: 0;
}

.topic_author_info_wrap .ow_avatar{
    width: 90px;
    height: 90px;
    padding: 0;
}

.topic_author_info_wrap .topic_author_info_and_group_name .group_name_tag{
    margin-bottom: 10px;
    pointer-events: none;
}

.topic_author_info_wrap .topic_creation_info .topic_creation_info_el{
    display: inline-block;
    vertical-align: middle;
}

.topic_author_info_wrap .topic_creation_info .creation_time{
    font-size: 0.9em;
    color: var(--contentTextColorLight);
}

.topic_author_info_wrap .topic_creation_info .author_name {
    font-weight: var(--p-font-weight-bold);
}

.topic_author_info_wrap .topic_creation_info .author_name a{
    color: var(--contentTextColor);
    font-size: 1.2em;
    letter-spacing: 2px;
    line-height: 1.5;
} 

.topic_author_info_wrap .gruop_name_tag{
    float: right;
}

.topic_author_info_wrap .gruop_name_tag a{
    pointer-events: none;
    margin-top: 10px;
    background-color: var(--highlightColor);
    border: none;
}

.topic_heading_wrap{
    margin-bottom: 3.5em;
}

.topic_post_content{
    margin-bottom: 3.5em;
}

.reply_action_bar_wrap .pet_plugin_module,
.action_button_wrap .pet_plugin_module{
    box-shadow: none;
}

.reply_action_bar_wrap .pet_plugin_module:not(.active):hover,
.action_button_wrap .pet_plugin_module:not(.active):hover{
    background-color: var(--menuHoverColor);
}

.reply_action_bar_wrap  a.button,
.action_button_wrap a.button{
    background-size: 18px;
    padding-left: 33px;
    height: 28px;
    box-sizing: border-box;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    align-items: normal;
    line-height: 26px;
    border: none;
    padding-right: 10px;
    background-position: 8px center;
}


.action_button_wrap .seperator{
    display: inline-block;
    font-size: 1.4em;
    vertical-align: middle;
    color: var(--boxBorderColor);
    margin-right: 6px;
    opacity: 0;
}

.forum_topic_tpl .action_button_wrap .button_bookmark_module, .forum_topic_tpl .action_button_wrap .button_share_module{
    float: right;
    margin-right: 4px;
}

.more_post_actions{
    width: 32px;
    border: 0;
    height: 30px;
    float: right;
    font-size: 0.9em;
    background: none;
    background-color: transparent;
    padding: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    box-shadow: none;
    color: var(--themeTextColor);
    cursor: pointer;
    font-family: arial;
    letter-spacing: 2px;
}

.more_post_actions:hover, .more_post_actions:active, .more_post_actions:focus{
    box-shadow: none;
} 

.forum_topic_reply_wrap{
    position: relative;
    padding-top: 65px;
    min-height: 64px;
    background-color: var(--contentBackgroundColor);
    margin-top: 40px;
    width: calc(100% + 100px);
    margin-left: -50px;
    border-top-left-radius: 80px;
    padding-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    
}

.forum_topic_reply_wrap .reply_wrap_heading .stylish_h3{
    margin: auto;
    top: -22px;
    position: relative;
    display: block;
    position: absolute;
    left: calc(50% - 66px);
}

.forum_topic_reply_wrap .reply_list_wrap{
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
}

.forum_topic_reply_wrap .reply_wrap_top_toolbar{
    display: flex;
    align-items: center;
    max-height: 600px;
    padding-left: 42px;
    padding-right: 40px;
    margin-bottom: 10px;
}

.forum_topic_reply_wrap .reply_wrap_top_toolbar .switch-wrap .switch_label{
    vertical-align: middle;
    color: var(--themeTextColor);
}

.forum_topic_reply_wrap .reply_wrap_top_toolbar .switch-wrap label{
    width: 42px;
    height: 22px;
    vertical-align: middle;
}

.forum_topic_reply_wrap .reply_wrap_top_toolbar .switch-wrap label::before{
    width: 19px;
    height: 19px;
}

.forum_topic_reply_wrap .reply_list_view{
    display: flex;
    flex-direction: column-reverse;
}

.forum_topic_reply_wrap .reply_list_view[data-sort="oldest"]{
    display: flex;
    flex-direction: column;
}

.forum_topic_reply_wrap .reply_item_view{
    margin-bottom: 20px;
}

.forum_topic_reply_wrap .preloader_view{
    height: 46px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.forum_topic_reply_wrap .empty_view{
    padding: 24px;
    text-align: center;
}


.forum_topic_reply_wrap .action_subscribe_item{
    width: auto;
    margin-left: 27px;
}

.forum_topic_reply_wrap .sort_comp{
    margin-left: auto;
    align-items: center;
    display: flex;
}

.forum_topic_reply_wrap .sort_comp .sort_option{
    text-decoration: none;
    color: var(--themeTextColor);
    opacity: 0.6;
    font-weight: var(--p-font-weight-bold);
    padding: 0 4px;
}
    
.forum_topic_reply_wrap .sort_comp .sort_option.active{
    opacity: 1;
}

.forum_topic_reply_wrap .reply_item_view_el{
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.forum_topic_reply_wrap .reply_item_view_el_avatar_img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.forum_topic_reply_wrap .reply_item_view_el .ow_avatar_label{
    background-color: rgb(204, 199, 148);
    right: -1px;
    bottom: -2px;
}

.forum_topic_reply_wrap .reply_item_view_el.reply_item_view_el_content{
    margin-left: 10px;
    background-color: white;
    width: calc(100% - 50px);
    padding: 16px;
    border-radius: 24px;
}

.forum_topic_reply_wrap .reply_item_view_el .name_and_time_wrap{
    margin-bottom: 10px;
}

.forum_topic_reply_wrap .reply_action_bar_wrap .action_bar_el,
.forum_topic_reply_wrap .reply_item_view_el .name_time_el{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9em;
    color: var(--contentTextColorLight);
}

.forum_topic_reply_wrap .reply_item_view_el .name_time_el.seperator_dot{
    width: 20px;
    text-align: center;
}

.forum_topic_reply_wrap .reply_action_bar_wrap .action_bar_el.seperator_dot{
    display: none;
}

.forum_topic_reply_wrap .reply_action_bar_wrap .action_bar_el.action_bar_el_num{
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 600;
    color: var(--themeTextColor);
    letter-spacing: 2px;
}

.forum_topic_reply_wrap .reply_action_bar_wrap .action_bar_el.more_post_actions{
    color: var(--themeTextColor);
}

.forum_topic_reply_wrap .reply_action_bar_wrap .action_bar_el.action_bar_el_quote svg{
    margin-left: 3px;
}

.forum_topic_reply_wrap .reply_body_wrap{
    margin-bottom: 20px;
}

.forum_topic_reply_wrap .reply_action_bar_wrap{
    
}

#id_add_post_form, #id_add_post_form_thumb{
    padding: 15px 16px;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    width: calc(100% - 100px);
    z-index: 1;
    box-sizing: border-box;
    max-width: 1314px;
    backdrop-filter: blur(6px);
    border-radius: 35px;
    border: 2px solid var(--themeTextColor);
    background-color: var(--bodyBackgroundColor);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    left: calc(50% - 657px);
}

#id_add_post_form_overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: transparent;
}
#id_add_post_form{
    z-index: 3;
}

#id_add_post_form .tox .tox-tbtn{
    cursor: pointer;
}
#id_add_post_form .tox .tox-tbtn:hover{
    background-color: transparent;
}

#id_add_post_form .tox-edit-area__iframe,
#id_add_post_form .tox-tinymce,
#id_add_post_form .tox-editor-header,
#id_add_post_form .tox-toolbar-overlord,
#id_add_post_form .tox-toolbar__primary,
#id_add_post_form .tox-toolbar--scrolling
{
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#id_add_post_form .tox-sidebar-wrap{
    order: 1;
}
#id_add_post_form .tox-editor-header{
    order: 2;
}

#id_add_post_form  .editor_form .field_item{
    margin-bottom: 0;
}

#id_add_post_form .editor_form .field_item.author_select{
    padding-left: 13px;
    display: none;
}

#id_add_post_form  .editor_form .field_item.author_select .field_label, #id_add_post_form  .editor_form .field_item.author_select .field_input{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

#id_add_post_form  .email_verification_warning{
    margin-bottom: 56px;
    margin-top: 20px;
}

.add_post_form_thumb_wrap{
    
}

.add_post_form_thumb_wrap .add_post_form_thumb_el{
    display: inline-block;
    vertical-align: middle;
    font-weight: var(--p-font-weight-bold);
}

.add_post_form_thumb_wrap .add_post_form_thumb_el.invitation{
    width: calc(100% - 108px);
    padding-left: 10px;
    box-sizing: border-box;
}

.add_post_form_thumb_wrap .add_post_form_thumb_el.action_bar a{
    background-position: 18px;
    letter-spacing: 3px;
}

.backable_bottom_block{
    padding-top: 54px;
    margin-top: 45px;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header{
    padding: 0 !important;
}

@media screen and (min-width: 641px){
    .news_bar_content_body.article{
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 1246px;
        padding: 0;
        box-sizing: border-box;
        margin-top: -30px;
    }
    
    .news_bar_content_body.article .topic_title_wrap{
        width: 100%;
    }
    
    .news_bar_content_body.article .forum_post_list{
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    
    .news_bar_content_body.article .forum_post_siderbar{
        display: inline-block;
        position: fixed;
        margin-left: 20px;
    }
    
}

@media screen and (max-width: 1314px){
    #id_add_post_form, #id_add_post_form_thumb{
        width: calc(100% - 50px);
        left: 25px;
    }
}

@media screen and (max-width: 960px){
    
    .ow_forum_topic_posts{
        width: 100%;
    }
    
    .forum_add_post_form{
        padding-left: 0;
    }
    
    .topic_action_bar_wrap{
        margin-top: 10px;
    }
    
    .forum_topic_page .news_bar_content_body{
        margin-right: 0;
        width: 100%;
    }
    
    
}


@media screen and (max-width: 640px){
    
    .article h1{
        font-size: 1.6em;
        line-height: 1.4;
        letter-spacing: 3px;
    }
    
    .content_heading_container .breadcrum_wrap .ow_breadcrumb{
        margin-bottom: 20px;
        padding-left: 20px;
    }
    
    .forum_topic_page .news_bar_content_body{
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        padding: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .communicate_bar_content_body{
        margin-top: 0;
    }
    
    .communicate_bar_content_body .forum_topic_tpl{
        border-radius: 26px;
        padding: 20px;
    }
    
    .communicate_bar_content_body .forum_topic_tpl .breadcrum_wrap{
        display: none;
    }
    
    .forum_topic_reply_wrap{
        padding-top: 42px;
    }
    
    .forum_topic_reply_wrap .reply_list_wrap{
        padding-left: 10px;
        padding-right: 10px;
        max-height: fit-content;
    }
    
    .forum_topic_reply_wrap .reply_wrap_top_toolbar{
        padding-right: 20px;
        border-radius: 9px;
    }
    
    .forum_topic_reply_wrap .action_subscribe_item{
        margin-left: 20px;
    }
    
    .topic_author_info_wrap .topic_creation_info .topic_creation_info_el{
        display: block;
    }
    
    .topic_author_info_wrap .topic_creation_info .topic_creation_info_el.seperator_dot{
        display: none;
    }
    
    .topic_author_info_wrap .topic_creation_info .author_name a{
        font-size: 1.1em;
    }
    
    .topic_author_info_wrap .topic_author_info_part .ow_avatar{
        width: 60px;
        height: 60px;
        margin-right: 14px;
    }
    
    .forum_topic_tpl .action_button_wrap .pet_plugin_module .button_el.label{
        display: none;
    }
    
    .topic_author_info_wrap .topic_author_info_and_group_name .group_name_tag{
        margin-bottom: 2px;
    }
    
    #id_add_post_form, #id_add_post_form_thumb{
        padding: 10px 10px;
    }
    
    .forum_add_post_form .post_submit_button_wrap{
        right: 11px;
        bottom: 10px;
    }
    
    .topic_author_info_wrap a.button.head_back_button{
        display: none;
    }
    
    .forum_topic_reply_wrap .reply_wrap_heading .stylish_h3{
        top: -19px;
        left: calc(50% - 52px);
    }
}


@media screen and (max-width: 480px){
    body.full_width .ow_page_wrap .ow_page_container{
        padding: 10px;
        padding-top: 40px;
    }
    
    .forum_topic_reply_wrap{
        border-top-left-radius: 30px;
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% + 20px);
        margin-left: -10px;
        box-sizing: border-box;
        border-top-right-radius: 30px;
    }
}