/*#bbpress-forums div.bbp-topic-tags, div.bbp-template-notice.info, #bbpress-forums li:first-child{
    display:none
}*/
.bbp-pagination {
    display: none;
}
.appexecutives-topic .topic-specifications .topic-tags {
    margin: 0 0 20px;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.4;
}
.appexecutives-topic .topic-specifications .comment-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.appexecutives-topic .topic-specifications .comment-count span.icon {
    font-size: 40px;
    color: #6d6d6d;
    display: block;
    width: 100%;
}
.appexecutives-topic .topic-specifications .comment-count span.count {
    font-size: 22px;
    font-weight: 500;
    color: #6d6d6d;
    display: block;
    margin: 0 0 10px;
}
.appexecutives-topic .topic-specifications .view-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.appexecutives-topic .topic-specifications .view-count span.icon {
    font-size: 40px;
    color: #6d6d6d;
    display: block;
    width: 100%;
}
.appexecutives-topic .topic-specifications .view-count span.count p span {
    font-size: 22px;
    font-weight: 500;
    color: #6d6d6d;
    display: block;
    margin: 0 0 5px;
}
.appexecutives-topic .topic-specifications .view-count p {
    margin: 0 !important;
    font-size: 0px;
    line-height: 1;
}
.appexecutives-topic .topic-specifications .view-count span.count {
    font-size: 22px;
    font-weight: 500;
    color: #6d6d6d;
    display: block;
    margin: 0 0 0px !important;
}
.appexecutives-topic .topic-specifications p.postedon.text-center {
    font-size: 18px !important;
    font-weight: 500;
    color: #6d6d6d !important;
    display: block;
    margin-top: 30px;
}
.appexecutives-topic .topic-description p {
    letter-spacing: 0;
    line-height: 1.4;
}

.topic-status-strip {
    border-top: 3px solid #ebeef0;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.topic-status-strip .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.topic-status-strip .left .view-count {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    align-items: center;
    align-content: center;
    flex-direction: row-reverse;
}
.topic-status-strip .left .view-count span.count p {
    font-size: 0px;margin:0;
}
.topic-status-strip .left .view-count span.icon{position:relative;}
.topic-status-strip .left .view-count span.icon::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #000;
    vertical-align: middle;
    margin-right: 10px;
}
.topic-status-strip .right p {
    margin: 0;
    padding: 0;
    font-size: 15px !important;
    color: #000 !important;
    font-weight: 400;
}
.topic-status-strip .left .view-count span.count span {
    font-size: 15px;
    margin: 0 !important;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.replies-count .count i, .topic-status-strip .left .view-count span.icon i {
    font-size: 22px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}


.bbp-replies .author-avatar, .bbp-reply-author .author-avatar{
    font-weight: 600;
    width: 50px;
	position:relative;
    height: 50px;
    background-color: #eaeaea;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #98a2aa;
    color: #c73e44;
    font-size: 16px;
}
.bbp-replies .author-avatar img, .bbp-reply-author .author-avatar img, .reply-form-main .author-avatar img{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	border-radius: 100%;
}
#bbpress-forums div.reply {
    display: flex;
    flex-wrap: wrap;
    border-top: 3px solid #ebeef0;
    padding-top: 20px;
    padding-bottom: 20px;
}
#bbpress-forums .bbp-reply-author {
    width: 70px !important;
}
.bbp-reply-content {
    width: calc(100% - 70px);
    margin-left: 0px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}
span.author-name {
    color: #c73e44;
    font-size: 16px;
    font-weight: 500;
}
span.role-name {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}
span.organization {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 5px 0 10px;
    display: block;
}
span.role-name::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #000;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 5px;
}
.bbp-form .reply-form-main .bbp-the-content-wrapper textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: transparent;
    border-radius: 4px !important;
    padding: 10px 15px;
    line-height: 1.5;
    resize: none;
    height: 140px;
    width: 100%;
    font-weight: inherit;
    border: 2px solid #b6c1c6;
    font-size: 16px !important;
    color: #000;
    letter-spacing: 1px;
}
 .bbp-form .reply-form-main .bbp-the-content-wrapper textarea::-webkit-input-placeholder {
    color:gray;
    opacity:1;
    font-style:italic;
}
.bbp-form .reply-form-main .bbp-the-content-wrapper textarea::-moz-placeholder {
    color:gray;
    font-style:italic;
    opacity:1;
}
.bbp-form .reply-form-main .bbp-the-content-wrapper textarea:-ms-input-placeholder {
    color:gray;
    font-style:italic;
    opacity:1;
}
.bbp-form .reply-form-main .bbp-the-content-wrapper textarea:-moz-placeholder {
    color:gray;
    font-style:italic;
    opacity:1;
}
.reply-form-main {
    display: flex;
    flex-wrap: wrap;
}
.reply-form-main .bbp-the-content-wrapper {
    width: calc(100% - 110px);
    margin-left: 30px;
}
.reply-form-main .author-avatar {
    width: 80px;
    height: 80px;
    background-color: #eaeaea;
    display: flex; position:relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #98a2aa;
    color: #c73e44;
    font-size: 28px;
    border-radius: 50%;
    font-weight:600;
}
.bbp-reply-form .button.submit {
    margin: 0 auto;
    display: block;
    width: 150px !important;
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: #989998;
    border: none;
    border-radius: 4px;
}
.bbp-reply-form div.bbp-submit-wrapper {
    margin-top:	0px;
    display: flex;
    flex-wrap: wrap;
}
.bbp-reply-form fieldset.bbp-form {
    border: 0 !important;
    padding: 0 !important;
}
ul.forums.bbp-replies {
    border: 0 !important;
}
.author-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.author-details .publish-data {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.author-details .publish-data span.time {
    position: relative;
    padding-left: 15px;
}
.author-details .publish-data span.time::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #000;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 2px;
}
.bbp-reply-content p {
    font-size: 16px;
    margin: 0;
    color: #000;
    line-height: 1.3;
}
/*.appexecutives-topic h1 {
    font-size: 2.4em !important;
    line-height: 1.4 !important;
    text-align: center;
    font-weight: bold;
}*/
.bbp-reply-header {
    display: none;
}
#new-post fieldset.bbp-form legend {
    display: none
}
.appexecutives-topic .bbp-template-notice {
    display: none
}
#new-post fieldset.bbp-form .bbp-template-notice.error {
    display: block
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header{
	display: none
}
.bbp-reply-content .action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 10px 0 0;
}
.bbp-reply-content  .action-buttons span {
    margin-right: 15px;font-size: 16px;
}
.bbp-reply-content  .action-buttons span.reply-like.gray {
    color: #000;
}
.bbp-reply-content  .action-buttons span.reply-like.gray a{
    color:#d2cccc;
}

.bbp-reply-content .action-buttons span.reply {
    background: #989998;
    padding: 5px 15px;
    border-radius: 5px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
	border: 2px solid transparent;
    align-content: center;
}

span.reply-count a {
    text-decoration: none !important;
    color: #000;
    font-weight: normal;
    cursor: text;
}
span.reply-count a.count_val,
#bbpress-forums div.bbp-reply-content a.btn-threaded-replies-expand {
    font-weight: bold;
    cursor: pointer;
    color: #c73e44;
    position: relative;
    padding-right: 20px;
}
span.reply-count a.count_val:hover,
#bbpress-forums div.bbp-reply-content a.btn-threaded-replies-expand:hover {
    color: #700707;
}
span.reply-count a.count_val::after,
#bbpress-forums div.bbp-reply-content a.btn-threaded-replies-expand::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 5px;
}
span.reply-count a.count_val::after,
#bbpress-forums div.bbp-reply-content a.btn-threaded-replies-expand.expanded::after {
    content: "\f077";
}
span.reply-count.reply-collapsed a.count_val::after,
#bbpress-forums div.bbp-reply-content a.btn-threaded-replies-expand::after {
    content: "\f078";
}

.bbp-reply-content  .action-buttons span.reply a{color:#fff;text-decoration:none !important;}
.bbp-reply-content  .action-buttons span.reply a i{margin-right:5px;}
.author-details .right span.user-action {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;

}
.author-details .right span.user-action a{    color: #000;}
.author-details .right {position:relative;}
.author-details .right .edit-delete {
    border: 1px solid #979797;
    border-radius:4px;
    width: 100%;
    max-width: max-content;
    position: absolute;
    background: #fff;
    right: 14px;
    top: 10px;box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    z-index: 99;
}
.author-details .right .edit-delete ul {
    margin: 0 !important;
    padding: 0 !important;

}
.author-details .right .edit-delete ul li{
    list-style-type: none !important;margin:0  !important;
}

.author-details .right .edit-delete ul li a {
    color: #000;
    text-decoration: none !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 16px;
    padding: 10px 15px !important;
    transition: all 0.4s;
    border-bottom:1px solid transparent !important;
}

.author-details .right .edit-delete ul li a:hover {
    background: #eaeaea !important;
   /* border-bottom: 1px solid #979797 !important;*/
}

.author-details .right .edit-delete ul li a i{    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.author-details .right .edit-delete ul li:last-child a,.author-details .right .edit-delete ul li:last-child a:hover{border-bottom:0px !important;}
.bbp-reply-form .bbp-submit-wrapper a {
    margin: 0 auto;
    display: block;
    width: 150px !important;
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
    font-weight: bold !important;margin-right:10px;
    text-transform: uppercase !important;
    background: #989998;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
	font-size: 14px
}
.reply-content p {
    margin: 0px 0 10px;
}
.bbp-reply-content a.toggle-content i{display:inline-block;vertical-align:middle;}
.bbp-reply-content a.toggle-content {
    color: #000;
    font-size: 14px;text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 600 !important;
}
.bbp-reply-form .bbp-submit-wrapper a:hover{    background-color: #c73e44;}
.follow-up-option{    margin-left: 110px !important	;}
body.reply-edit p.form-reply-to, body.reply-edit p.form-reply-to + p {display:none;}
body.reply-edit p.form-reply-to + p + fieldset.bbp-form{margin-left:110px;}
body.reply-edit p.form-reply-to + p + fieldset.bbp-form label{margin:0 0 10px !important;}

body.reply-edit fieldset.bbp-form input#bbp_reply_edit_reason {
    width: 100%;
    border: 2px solid #b6c1c6;
    height: 40px;
    border-radius: 4px;
}
body.reply-edit .bbp-form .reply-form-main .bbp-the-content-wrapper textarea{height:240px;}
#bbpress-forums ul.bbp-threaded-replies {
    margin-left: 78px;
    display: none;
    overflow: hidden;
}

span.reply.active {
    background: #c73e44  !important;
    border: 2px solid #c73e44 !important;
}
span.reply:hover {
    background: #c73e44  !important;
    border-color:#c73e44 !important;
	color:#fff;cursor:pointer;
}

span.reply.active a{
    color: #fff !important;
}
.appexecutives-topic .topic-views-container {
    position: static;
    bottom: auto;
    width: 100%;
    margin: 40px auto 0 auto;
    max-width: 240px;
}
.reply-content-inner{
    font-size: 16px;
    height: 102px;
}
/*.reply-content-inner p {
    display: none;
}
.reply-content-inner p:first-child {
    display: block;
}*/
.bbp-reply-content .action-buttons  span.reply-like {
    position: relative;
}
.bbp-reply-content .action-buttons  span.reply-like::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 16px;
    background: #000;
    z-index: 1;
    margin-right: 15px;
}
#bbpress-forums fieldset.bbp-form {
    margin-bottom: 15px;
}
p.form-allowed-tags, .bbp-reply-revision-log {
    display: none;
}

div.recent-reply {
    /*background: #fdf2ee !important;*/
    border-left: 3px solid rgba(199, 62, 68, 0.7) !important;
}

textarea#bbp_reply_content:focus::placeholder {
    color: rgba(0, 0, 0, 0);
}
.deleted-reply .action-buttons, .deleted-reply .author-details .right {
    display: none !important;
}
.topic-subscribe {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-left: 10px;
    position: relative;
    color: #212529;
    font-size: 15px;
}

.topic-subscribe a {
    color: #212529; display: inline-block; vertical-align: middle;
}
.topic-subscribe i {
   /* margin-left: 10px;*/
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.topic-subscribe span#subscription-toggle span {
    margin-left: 10px;
}
.topic-subscribe span#subscription-toggle {
    font-size: 0;
}
.topic-subscribe span#subscription-toggle span {
    font-size: 15px;
}
.topic-subscribe::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #000;
    vertical-align: middle;
    margin-right: 10px;
}
.deleted-reply .author-avatar {
    background: #fff;
}
/*Responsive Start from here*/
@media(max-width:991px) {
    .author-details .right {
        position: relative;
        width: 100%;
        margin: 0 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .appexecutives-topic .col-sm-7{
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 30px;
    }
    .appexecutives-topic .col-sm-5.topic-specifications{
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .appexecutives-topic .topic-views-container {
        margin:30px auto 0 auto;
    }
    .appexecutives-topic h1 {
        font-size: 1.8em !important;
        line-height: 1.3 !important;
    }
}
@media(max-width:767px){
    .bbp-reply-content p {
        font-size: 14px;
        font-family: "Segoe UI" !important;
    }
    #bbpress-forums ul.bbp-threaded-replies {
        margin-left: 20px;
    }
    .bbp-reply-content p {
        font-size: 12px;    margin: 0 0 10px !important;
    }
    span.author-name {
        font-size: 12px;
     }
     span.role-name {
        font-size: 12px;padding-left: 5px;}
    	span.organization {
        font-size: 12px;margin: 5px 0 5px;}
    	.author-details .publish-data {
        font-size: 12px;
     }
     .bbp-reply-content .action-buttons {
         margin: 5px 0 0;
    }
     .author-details .right {
         margin: 0 0 5px;}
     .bbp-replies .author-avatar, .bbp-reply-author .author-avatar {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    #bbpress-forums .bbp-reply-author {
        width: 35px !important;margin: 0 !important;
        padding-left: 0 !important;border-bottom: 0 !important;
    }
    .bbp-reply-content {
        width: calc(100% - 35px);
        margin-left: 0px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    	padding-left: 15px !important;
    }
    .bbp-reply-content .action-buttons span {
        margin-right: 6px;
        font-size: 12px;
    }
    .bbp-reply-content .action-buttons span.reply {
        padding: 5px 10px;
    }
    .bbp-reply-content .action-buttons span.reply-like::before {
        margin-right: 6px;
        height:12px;	
    }
    #bbpress-forums div.reply {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .bbp-reply-content a.toggle-content {
        font-size: 12px;

    }
    .author-details .right .edit-delete ul li a {
        font-size: 12px;
        padding: 5px 10px !important;
     }
     .reply-form-main .bbp-the-content-wrapper {
        width: calc(100% - 55px);
        margin-left: 15px;
    }
    .follow-up-option {
        margin-left: 50px !important;
    }
    .bbp-reply-form .button.submit, .bbp-reply-form .bbp-submit-wrapper a {
        width: 100px !important;
        height: 35px;
        line-height: 35px;
        font-size: 12px !important;
        margin-right: 0;
    }
    .reply-form-main .author-avatar {
        width: 40px;
        height: 40px;
    }
    .bbp-reply-form div.bbp-submit-wrapper {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-end;
    }
    .author-details .publish-data span.time::before {
        top: auto;
        height: 12px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        left: auto;
    }

    .author-details .publish-data span.time {
        position: relative;
        padding-left: 5px;
    }

    span.role-name::before {
     	 height: 12px;
        vertical-align: middle;
        position:relative; 
        left: auto; 
         top: auto;
        display: inline-block;
        margin-right: 5px;
    }
    .appexecutives-topic h1 {
        font-size: 1.3em !important;
        
    }
    .appexecutives-topic .topic-specifications .comment-count {
        
        width: 50%;
    }
    .appexecutives-topic .topic-specifications .view-count {

        width: 50%;
    }
    .appexecutives-topic .topic-specifications .comment-count span.count, .appexecutives-topic .topic-specifications .view-count span.count {
        font-size: 20px;

    }
    .appexecutives-topic .topic-specifications .comment-count span.icon , .appexecutives-topic .topic-specifications .view-count span.icon{
        font-size: 35px;

    }
    .appexecutives-topic .topic-specifications p.postedon.text-center {
        font-size: 16px !important;
        margin-bottom: 0;
    }

    .bbp-reply-form .button.submit{
        margin-right: 0 !important;margin-left: 10px !important;
    }
    .bbp-reply-form .bbp-submit-wrapper a{ 
        margin: 0 !important;
        margin-right: 0 !important;
        margin-left: auto !important;
    }
}
@media (max-width:540px){
    .topic-status-strip .right p {
        font-size: 12px !important;
    }
    .topic-status-strip .left .view-count span.count span,
    .topic-status-strip .replies-count  {
        font-size: 14px;
    }
    .replies-count .count i, .topic-status-strip .left .view-count span.icon i {
        font-size: 20px;
    }
    /*	.bbp-reply-content {
        width: 100%;
        margin-top:5px !important;
        padding-left: 0px !important;
    }*/
    .bbp-reply-content .action-buttons span.reply {
        margin-bottom: 5px;
        max-width: max-content;
        display:inline-block;
        line-height: 16px;
    }

    .bbp-reply-content .action-buttons {
        display: block;
    }

    #bbpress-forums .bbp-reply-author {
        min-height:auto !important;
    }
    .bbp-reply-content .action-buttons span {
        margin-right: 4px;
    }
    .bbp-reply-content .action-buttons span.reply-like span.response {
        margin-right:0px;
    }
    .bbp-form .reply-form-main .bbp-the-content-wrapper textarea {
        background: transparent;
        line-height: 1.3;
        font-size: 14px !important;
    }
    .topic-subscribe {
        font-size: 14px;
    }
    .topic-subscribe i {
        margin-left: 8px;
        font-size: 18px;
    }
}
	