
@charset "UTF-8";

/* CSS Document - Benjamin */

.active_mem iframe {
    width: inherit;
    height: 454px;
}

.wall_block_wrap {
    padding: 15px;
}

.main_filter .item {
    width: auto;
    height: 20px;
    display: inline-block;
}

/*FILTER*/

.main_filter {
    float: right;
    width: auto;
    display: block;
    height: auto;
    margin: 10px 18px;
}
.main_filter .control {
    width: auto;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    float: left;
    font-weight: inherit;
}
.main_filter .control .text {
    float: left;
    padding: 3px 0 0 10px;
    font-size: 25px;
}
.main_filter .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.main_filter .control__indicator {
    position: absolute;
    top: 7px;
    left: 0;
    height: 25px;
    width: 25px;
    background: #e6e6e6;
}
.main_filter .control--radio .control__indicator {
  border-radius: 50%;
}
.main_filter .control:hover input ~ .control__indicator,
.main_filter .control input:focus ~ .control__indicator {
  background: #ccc;
}
.main_filter .control input:checked ~ .control__indicator {
  background: #0698bf;
}
.main_filter .control:hover input:not([disabled]):checked ~ .control__indicator,
.main_filter .control input:checked:focus ~ .control__indicator {
  background: #0698bf;
}
.main_filter .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.main_filter .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.main_filter .control input:checked ~ .control__indicator:after {
  display: block;
}
.main_filter .control--checkbox .control__indicator:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.main_filter .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.main_filter .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.main_filter .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

/*POPUP*/

.preference_popup {
    width: 1228px;
    display: inline-block;
    padding: 0;
    z-index: 10;
    margin: 10px 0 0;
}
.member_profile_posts_wrap .preference_popup {
    width: 875px;
    display: inline-block;
    padding: 0;
    z-index: 10;
    margin: 0 0 15px;
}
/*.member_profile_posts_wrap .active_mem {
    background: #f7f7f7;
    padding: 30px;
    border: solid 1px #e2e2e2;
    margin-bottom: 10px;
    border-radius: 20px;
}*/
.preference_btn {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    color: #ffffff !important;
    padding: 10px 25px 10px;
    float: right;
    background: #0698bf;
    border-radius: 25px;
}
.preference_btn:hover {
    /*color: #0698bf !important;*/
    text-decoration: none !important;
}
.preference_btn.share {
    margin-right: 5px;
}
.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: 0.64s ease-in-out;
}
.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 800px;
    max-height: 650px;
    width: 50%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 0;
}
label.head_title {
    text-align: center;
    margin: 0 20px 30px 10px;
    width: auto;
}
label.head_title .text {
    font-size: 35px;
}
.popup__text {
    display: flex;
    width: auto;
    height: 80%;
    margin: auto;
}
.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popup__text p {
  font-size: 0.875rem;
  color: #686868;
  line-height: 1.5;
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.popup__close {
  position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    font-size: 25px;
    font-weight: 300;
    border-radius: 100%;
    background-color: #0698bf;
    z-index: 4;
    color: #FFF !important;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}
.popup__close:hover {
    color: #fff;
    text-decoration: none;
    background: #e73d00;
}

/*END OF FILTER*/

.wall_main {
    /*padding: 15px !important;*/
}
.block_A {
    display: inline-block;
}
.block_A .item {
    width: 199.5px;
    height: 204px;
    float: left;
    margin: 0 3px 3px 0;
    background: #f3f3f3;
    position: relative;
}
.content p {
    color: #fff;
    font-size: 12px;
}

#medsection0 {
    width: 900px;
}

/*MEMBER STYLE*/

.item .content {
    width: 100%;
    background: rgb(0 0 0 / 0.70);
    position: absolute;
    bottom: 0;
}
.item .content p {
    width: auto;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 5px 10px;
}
.item .content .mem_tag {
    width: 17px;
    height: 18px;
    position: absolute;
    bottom: 13px;
    right: 5px;
}
.comments_list .image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}
.comments_list .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*VIDEO STYLE*/

.item.video_item .image .section {
    width: 20px;
    height: 20px;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    transition: .3s;
    position: absolute;
    left: 10px;
    top: 0;
    margin: 7px -2px;
    background-image: url(https://cdn.ghanaweb.live/wall/play-icon2.png);
    background-repeat: no-repeat;
    background-size: 30px;
    z-index: 0;
}

/*AUDIO STYLE*/

.item.audio_item .image .section {
    width: 20px;
    height: 20px;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    transition: .3s;
    position: absolute;
    left: 10px;
    top: 0;
    margin: 7px -2px;
    background-image: url(https://cdn.ghanaweb.live/wall/audio-icon2.png);
    background-repeat: no-repeat;
    background-size: 30px;
    z-index: 0;
}


/*SAY IT LOUD STYLE*/

.item.sil_item {
    background-image: url(https://cdn.ghanaweb.live/wall/lines.png);
    background-repeat: repeat;
    background-color: #AC0041;
}
.item.sil_item .title {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}
.item.opinions_item {
    background-image: url(https://cdn.ghanaweb.live/wall/lines2.png);
    background-repeat: repeat;
    background-color: #0E2A5E;
}
.item.opinions_item .title {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

/*BLOCK B*/

.block_B {
    display: inline-block;
}
.block_B .item {
    width: 199.5px;
    height: 204px;
    float: left;
    margin: 0 3px 3px 0;
    /*background: #f3f3f3;*/
    position: relative;
}
.block_B .grid_1 {
    width: 199.5px;
    display: inline-block;
    margin-right: 3px;
    float: left;
}
.block_B .grid_2 {
    width: 199.5px;
    height: 411px;
    display: inline-block;
    margin-right: 3px;
    float: left;
}
.wall_block_wrap .double_height a {
    height: 411px;
    display: block;
}
.block_B .grid_3 {
    width: 809px;
    height: 411px;
    display: inline-block;
    margin: 0 0 3px;
    float: left;
}
.wall_block_wrap .single {
    width: 199.5px;
    height: 204px;
    float: left;
    margin: 0 3px 3px 0;
    /* background: #f3f3f3; */
    position: relative;
}
.item.opinions_item.double_width {
    /*width: 412.5px;*/
}
.wall_block_wrap .double_width {
    width: 402px !important;
}
.wall_block_wrap .double_height {
    height: 411px !important;
}
.wall_block_wrap .double_both {
    width: 402px !important;
    height: 411px !important;
}
.wall_block_wrap .double_both a {
    height: 411px;
    display: block;
}
.wall_block_wrap .block_B .grid_3 .item:nth-child(3), .wall_block_wrap .block_B .grid_3 .item:nth-child(7) {
    margin: 0;
}


/*BLOCK C*/

.block_C {
    display: inline-block;
}
.block_C .item {
    width: 199.5px;
    height: 204px;
    float: left;
    margin: 0 3px 3px 0;
    /*background: #f3f3f3;*/
    position: relative;
}

/*BLOCK D*/

.block_D {
    display: inline-block;
}
.block_D .item {
    width: 199.5px;
    height: 204px;
    float: left;
    margin: 0 3px 3px 0;
    /*background: #f3f3f3;*/
    position: relative;
}

/*BLOCK E*/

.block_E .item {
    width: 199.5px;
    height: 204px;
    float: left;
    margin: 0 3px 3px 0;
    /* background: #f3f3f3; */
    position: relative;
}
.block_E .grid_1 {
    width: 199.5px;
    display: inline-block;
    margin-right: 3px;
    float: left;
}
.block_E .grid_2 {
    width: 199.5px;
    display: inline-block;
    margin-right: 3px;
    float: left;
}
.block_E .grid_3 {
    width: 405px;
    height: 411px;
    display: inline-block;
    margin: 0 0 3px;
    float: left;
}


/*MEMBER STYLE*/

#medsection1 {
    background-color: #fff;
    float: left;
    width: 900px;
    border: 1px thin #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 15px;
}
#rightsection {
    width: 300px;
    float: left;
    margin: 15px 15px 0 0;
    background: #f7f7f7;
}
.member_profile_head {
    width: auto;
    height: 195px;
    background: #0698bf;
    padding: 40px 20px;
    text-align: center;
    background-image: url(https://cdn.ghanaweb.live/wall/account_bg.png);
    background-size: 340px;
    border-radius: 20px;
}
.member_profile_head .image {
    width: 250px;
    height: auto;
    overflow: hidden;
    border: solid 5px #FFF;
    border-radius: 20px;
    margin: auto;
    margin: 20px 0 0px 50px;
    float: left;
    text-align: left;
}
.member_profile_head .macro {
    width: 530px;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    margin: auto;
    margin: 110px 0 0 20px;
    float: left;
    text-align: left;
}
.member_profile_head .macro .upper {
    height: 115px;
    margin: 0 0 10px 10px;
}
.member_profile_head .lower {
    display: inline-block;
    width: auto;
    float: left;
}
.member_profile_head .name {
    width: auto;
    max-height: 70px;
    overflow: hidden;
    font-size: 30px;
    margin: 10px 0;
    color: #fff;
}
.member_profile_head .mini {
    margin: 0;
    color: #fff;
}
.member_profile_head .mini .occupation {
    padding: 0 10px;
    border-right: solid 1px #fff;
}
.member_profile_head .mini .club_member a {
    color: #fff !important;
    font-size: 14px;
}
.member_profile_details {
    width: 530px;
    text-align: left;
    /* background: #f7f7f7; */
    margin-bottom: 30px;
    /* border: solid 1px #e8e8e8;*/
}
.member_profile_details .inline {
    display: inline-block;
    padding: 7px 15px;
    width: auto;
    background: #ececec;
    border-radius: 30px;
    margin: 15px 0 0;
    border: solid 1px #d4d4d4;
}
.member_profile_details dt {
    text-align: left;
    margin: 0 5px 0 0;
    width: auto;
    font-size: 12px;
    font-weight: inherit;
}
.member_profile_details dd {
    width: auto;
    font-size: 12px;
    color: #949494;
    margin-bottom: 0 !important;
}
.member_profile_details dd a {
    color: #6f6f6f !important;
}
.member_profile_details dd a:hover {
    color: #0698bf !important;
}
.member_profile_details .name {
    width: auto;
    font-size: 15px;
    padding: 10px;
    color: #353c70;
    text-align: center;
    background: #f7f7f7;
    margin-bottom: 15px;
    border-bottom: solid 1px #e8e8e8;
}


.personal_details_wrap {
    clear: both;
    padding: 20px 70px;
}
.personal_details_wrap .inline {
    display: inline-block;
    padding: 5px 13px;
    width: auto;
    background: #ececec;
    border-radius: 30px;
    margin: 7px 5px 0 0;
    border: solid 1px #d8d8d8;
}
.personal_details_wrap .title {
    width: 100%;
    position: inherit;
    bottom: 10px;
    padding: 0;
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
}
.personal_details_wrap dt {
    text-align: left;
    margin: 0 5px 0 0;
    width: auto;
    font-size: 12px;
    font-weight: inherit;
}
.personal_details_wrap dd {
    width: auto;
    font-size: 12px;
    color: #949494;
    margin-bottom: 0 !important;
}
.personal_details_wrap dd a {
    color: #6f6f6f !important;
}
.personal_details_wrap dd a:hover {
    color: #0698bf !important;
}
.personal_details_wrap .name {
    width: auto;
    font-size: 15px;
    padding: 10px;
    color: #353c70;
    text-align: center;
    background: #f7f7f7;
    margin-bottom: 15px;
    border-bottom: solid 1px #e8e8e8;
}
/*.personal_details_wrap .login_btn {
    width: 140px;
    background: #59a700;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
}
*/

.member_profile_posts_wrap {
    clear: both;
}
.member_profile_posts_wrap .posts_filter {
    width: 880px;
    display: inline-block;
    margin: 0 0px 20px 0;
    padding: 0 10px 0;
}
.member_profile_posts_wrap .name {
    float: left;
    width: auto;
    font-size: 20px;
    padding: 2px 0;
    color: #353c70;
    text-align: center;
}
.member_profile_posts_wrap .post_list .post {
    width: 266px;
    display: inline-block;
    border: solid 2px #f7f7f7;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 10px 5px 0;
    float: left;
    height: 75px;
}
.member_profile_posts_wrap .post_list .post:nth-child(3n+0) {
    margin-right: 0;
}
.member_profile_posts_wrap .post_list .post:hover {
    background: #dedede;
}
.member_profile_posts_wrap .post_list .image {
    width: 100px;
    max-height: 75px;
    overflow: hidden;
    border-radius: 5px;
    float: left;
    /* border: solid 3px #dcdcdc;*/
}
.member_profile_posts_wrap .post_list .content {
    float: left;
    margin: 3px 0 0 10px;
    width: auto;
    width: 155px;
}
.member_profile_posts_wrap .post_list .content p {
    color: #353c70;
    font-size: 13px;
    margin: 5px 0 5px;
    width: auto;
    line-height: 17px;
    height: 51px;
    overflow: hidden;
    position: initial;
}
.member_profile_posts_wrap .post_list .category {
    background: #0698bf;
    padding: 1px 5px 2px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
}
.member_profile_posts_wrap .post_list .time {
    font-size: 12px;
    color: #949494;
}
.member_profile_posts_wrap .main_filter {
    float: right;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.member_profile_posts_wrap .preference_popup {
    width: 875px;
    display: inline-block;
    padding: 0;
    z-index: 10;
    margin: 20px 10px 20px;
}

.member_profile_posts_wrap .preference_popup .tabs {
    width: 500px;
    float: left;
}

.member_profile_posts_wrap .tabs a {
    background-color: #ececec;
    color: #0698bf !important;
    padding: 8px 20px 8px;
    margin: 0 3px 0 0;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
}
.member_profile_posts_wrap .tabs a.active {
    background-color: #0698bf;
    color: #ffffff !important;
    font-weight: bold;
}

.member_profile_posts_wrap .active_mem {
    /*width: 199.5px;*/
    /*height: 293px;*/
    /*margin: auto;*/
    position: relative;
    text-align: center;
    margin: 15px;
    background: transparent;
}
.member_profile_posts_wrap .active_mem a {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
}
.member_profile_posts_wrap .active_mem .image {
    width: 100%;
    /*height: 293px;*/
    /*overflow: hidden;*/
}
.member_profile_posts_wrap .post.sil_item .image {
    background-image: url(https://cdn.ghanaweb.live/wall/sil_bg.jpg);
    background-size: inherit;
}
.member_profile_posts_wrap .post.opinions_item .image {
    background-image: url(https://cdn.ghanaweb.live/wall/opinions_bg.jpg);
    background-size: inherit;
}
.member_profile_posts_wrap .active_mem .image img {
    /* width: auto; */
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.member_profile_posts_wrap .active_mem .content {
    /*width: 384px;*/
    background: rgb(0 0 0 / 0.70);
    /*position: absolute;*/
    bottom: 10px;
    margin: 0;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}
.member_profile_posts_wrap .active_mem .content p {
    width: auto;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
}
.member_profile_posts_wrap .active_mem .content .mem_tag {
    width: 17px;
    height: 18px;
    /* background: #ffeb00; */
    position: absolute;
    bottom: 13px;
    right: 5px;
}

.comments_wrap {
    /*padding: 15px;*/
}

.post_comments .comments_wrap blockquote {
    font-size: 1.4em;
    margin: 10px 0 0;
    font-style: italic;
    color: #555555;
    padding: 19px 20px 20px 50px !important;
    /* border-left: 8px solid #78C0A8; */
    line-height: 1.5;
    position: relative;
    background: #f3f3f3;
    border-radius: 5px;
}
.post_comments .comments_wrap blockquote:before {
    font-family: Arial;
    content: "\201C";
    color: #000;
    font-size: 4em;
    position: absolute;
    left: 7px;
    top: 0;
}

.reveal-box .comments_wrap {
    padding: 0;
}

.write_comments {
    margin-bottom: 30px;
}
.write_comments .comments_name{
    border: 1px solid #d9d9d9;
    padding: 8px;
    border-radius: 4px;
    min-width: 300px;
}
/*.member_profile_posts_wrap .comments_name {
    width: 830px;
    background: #ececec;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    display: block;
    color: #000;
    border-bottom: solid 1px #ffffff;
}
.member_profile_posts_wrap .comments_text {
    width: 830px;
    background: #ececec;
    padding: 9px 20px;
    border-radius: 0 0 5px 5px;
    display: block;
    color: #000;
    min-height: 100px;
}*/
.member_profile_posts_wrap textarea {
    font-family: Arial,Helvetica,sans-serif;
}
/*.member_profile_posts_wrap .submit {
    width: 130px;
    background: #0698bf;
    padding: 10px;
    border-radius: 3px;
    display: block;
    color: #ffffff;
    margin: 10px 0;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}
.member_profile_posts_wrap .submit:hover {
    background: #0698bf;
}*/
/*.comments_list li {
    background: #ececec;
    border-radius: 5px;
    margin: 0 0 15px;
}
.comments_list li {
    list-style-type: none !important;
}
.comments_identity {
    padding: 10px 15px;
    border-bottom: solid 1px #fff;
    display: inherit;
    height: 15px;
}
.comments_identity, .comments_body {
    padding: 15px 20px;
}
.comments_identity .t_name {
    color: #0698bf;
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.comments_identity .t_date {
    color: #0698bf;
    float: right;
    font-weight: normal;
    font-size: 11px;
    font-style: italic;
}
.comments_body p {
    line-height: 23px;
    font-size: 14px;
    font-weight: initial;
    margin: 0px 0 10px;
}*/

.dating_prof_info {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 20px 0;
}
.dating_prof_info .error {
    width: 30%;
    background: #ffffff;
    color: #0698bf !important;
    padding: 5px 15px;
    border-radius: 3px;
    border: solid 1px #fe35015e;
}
.dating_prof_info .success {
    width: 30%;
    background: #ffffff;
    color: #4caf50 !important;
    padding: 5px 15px;
    border-radius: 3px;
    border: solid 1px #8bc34a;
   /* font-size: 13px;*/
}
.dating_prof_info .message_area {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}
.dating_prof_info .message_area label {
    width: 100%;
    text-align: left;
}
.dating_prof_info .message_area .field_title {
    width: 60px;
    float: left;
    margin: 0 0 10px 0;
}
.dating_prof_info .message_area textarea {
    outline: none;
    display: block;
    max-width: 900px;
    min-width: 900px;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    min-height: 150px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 12px;
    margin-top: 10px;
    color: #000;
}
.dating_prof_info .message_area input {
    outline: none;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    min-height: 30px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 12px;
    margin-top: 10px;
    color: #000;
}
.dating_prof_info .message_area #send {
    width: 150px;
    background: #0698bf;
    padding: 10px 10px;
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.dating_prof_info .message_area #send:hover {
    background: #e88369;
}
.message_list {
    width: 100%;
    display: inline-block;
}
.message_list a {
    display: block;
}
.message_list .message_item {
    background: #ffeded;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.message_list .message_item .msg_caption {
    margin: 0 0 10px;
    color: #0698bf;
    font-weight: bold;
    font-size: 13px;
    border-bottom: solid 1px #f1dfdf;
    padding: 0 0 5px;
}
.message_list .message_item .msg_brief {
    line-height: 18px;
    font-size: 12px;
}
.message_list .msg_time {
    color: #a2a2a2;
    font-size: 10px;
    margin: 10px 0 0;
    display: inline-block;
}
.message_chat_wrap .chat_id {
    width: 600px;
    height: auto;
    display: inline-block;
    margin-bottom: 15px;
}
.message_chat_wrap .chat_id .image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    /* display: inline-block;*/
}
.message_chat_wrap .chat_id .image img {
    vertical-align: top;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.message_chat_wrap .chat_id_name {
    width: auto;
    float: left;
    clear: inherit;
    margin: 10px 0 0 10px;
}
.message_chat_item {
    border: solid 1px #cacaca !important;
    background: #f2f2f2 !important;
    padding: 15px 10px 20px;
    border-radius: 10px;
    margin-bottom: 15px;

}
.message_chat_item h4 {
    margin: 0 0 10px;
    color: #151515 !important;
    font-weight: bold;
    font-size: 13px;
    /*border-bottom: solid 1px #f1dfdf;*/
    padding: 0 0 5px;
}
.message_chat_item .chat_time {
    font-size: 10px;
    color: #a9a9a9;
    float: right;
    text-transform: capitalize;
    margin: 0 10px;
}
.incoming {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.message_action {
    position: absolute;
    bottom: 2px;
    left: 14px;
}
.message_action .message_delete {
    width: 22px;
    height: 22px;
    /* background: #dcdcdc; */
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 0;
    background-size: 360px;
    background-image: url(https://cdn.ghanaweb.live/design/icons.png);
    font-size: 0;
    line-height: 27px;
    background-position: -238px -59px;
}
.message_action .message_reply {
    width: 22px;
    height: 22px;
    /* background: #dcdcdc; */
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 0;
    background-size: 340px;
    background-image: url(https://cdn.ghanaweb.live/design/icons.png);
    font-size: 0;
    line-height: 27px;
    background-position: -223px -37px;
}







.pagination {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0px 0 10px;
    padding: 15px;
}
.pagination a, .pagination span {
    padding: 5px 10px;
    background: #0698bf;
    border-radius: 3px;
    margin-right: 3px;
    color: #fff !important;
}
.pagination .current {
    background: #0698bf;
    /* color: #000; */
}

.active_mem.opinion{
    text-align: left;
}
.active_mem.opinion h2 {
    color: #0698bf;
    font-size: 25px;
}
.active_mem.opinion img{
    width: 295px;
    float: left;
    margin: 0 30px 10px 0;
    padding: 0;
    border: 5px solid #e2e2e2;
    border-radius: 20px;
    /*-webkit-box-shadow: 0px 0px 16px -5px rgb(0 0 0 / 67%);
    -moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.67);
    box-shadow: 0px 0px 16px -5px rgb(0 0 0 / 67%);*/
}
.active_mem.opinion .img{
    float: left;
}
.active_mem.opinion p, .active_mem.opinion a{
    clear: none;
    width: auto;
}
.active_mem.opinion p{
    font-size: 15px;
}
.post_list.opinion .title{
    position: relative;
}

div#wall_post {
    width: 900px;
    display: block;
}
div#wall_post .option-bar{
    width: 884px;
}
div#wall_post .option-bar a{
    color: #2a74ae;
    font-size: 13px;
}
div#wall_post .post-content p {
    margin: 10px 0 10px;
    font-size: 13px;
}
div#wall_post .option-bar p{
    margin: 0 10px 0 0;
}
.floatLeft, .floatRight{
    font-size: 13px;
}
.post-content {
    clear: both;
}

#inner-left-col {
    float: left;
    width: 715px;
    height: auto;
    padding-right: 15px;
    display: inline-block;
}
#rightsection {
    width: 300px;
    float: left;
    margin: 15px 15px 0 0;
    background: #f7f7f7;
}
.option-bar {
    background-color: #f3f3f3;
    border: 1px solid #0698bf;
    float: left;
    height: 19px;
    margin: 5px 0 20px 0;
    padding: 5px 7px;
    width: 883px;
    position: relative;
    border-radius: 3px;
}
#share a.whatsapp {
    background-position: -1px -147px;
}
#share a.facebook {
    background-position: 0px 0;
}
#share a.twitter {
    background-position: 0px -30px;
}
.wall_post_wrap .option-bar a {
    color: #0698bf;
    font-size: 13px;
}


.post_title {
    display: inline-block;
    margin-top: 10px;
    width: 850px;
    height: auto;
    background: #0698bf;
    padding: 30px 30px 30px 20px;
    text-align: center;
    background-image: url(https://cdn.ghanaweb.live/wall/account_bg.png);
    background-size: 250px;
    border-radius: 8px;
}
.post_title .title {
    width: 400px;
    font-size: 27px;
    font-weight: bold;
    margin: 10px 10px 0 0;
    float: left;
    line-height: 33px;
    position: relative;
    text-align: left;
}
.post_title .date {
    font-weight: initial;
    font-size: 13px;
    margin: 10px 0 0 0;
    display: inline-block;
    color: #fff;
    line-height: 15px;
}
.post_title .date:before {
    content: "";
    display: block;
    float: left;
    width: 15px;
    height: 17px;
    background: url(https://cdn.ghanaweb.live/design/icons.png);
    margin: 0px 4px 0 0;
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: -89px -82px;
}
.post_title a {
    width: 290px;
    height: 90px;
    float: right;
    border: solid 3px #0698bf;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #ff9b6a;
    padding: 10px;
}
.post_title a .image {
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 60%;
    overflow: hidden;
    position: relative;
}
.post_title a .content {
    width: 180px;
    float: right;
    text-align: left;
}
.post_title a .content p {
    color: #fff;
    font-size: 17px;
}
.post_title .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.post_title .image .content {
    width: 100%;
    background: rgb(0 0 0 / 0.70);
    position: absolute;
    bottom: 0;
}
.post_title .image .content p {
    /* width: 100%; */
    color: #fff;
    font-size: 11px;
    margin: 5px 0px;
    padding: 0px 5px;
    /* float: left; */
}

.article_share {
    width: 100%;
    height: 35px;
    top: 0;
    background: #0698bf;
    z-index: 99999999;
    position: inherit;
    padding-top: 1px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.social {
    float: left;
    font-size: 20px;
    padding: 5px 10px;
    position: relative;
}
.social a {
    color: #fff;
    margin-left: 25px;
    float: left;
    padding: 0 5px;
}
.social a:first-child {
    margin-left: 0px;
}
.more_share {
    text-align: center;
    /* padding-top: 24px; */
    /* display: block; */
}
.social .more_icon {
    color: #b3b3b3;
    bottom: 0;
    float: none;
}
.tool-tip {
    visibility: hidden;
    height: auto;
    left: 0;
    top: 60pt;
    position: absolute;
    background: #8bc34a;
    opacity: 0;
    z-index: 9;
    font-size: 18px;
    padding: 6px 5px;
    text-align: center;
    transition: all 0.1s ease-in-out 0s;
    -moz-transform: scale(0);
}
.tool-tip a {
    color: #fff;
    float: none;
    margin: 15px 0 25px;
    display: block;
}
.social .open {
    display: block;
    transition: all 0.5s ease-in-out 0s;
    top: 22pt;
    visibility: visible;
    opacity: 1;
}
.post_content {
    width: 100%;
    height: auto;
}
.twitter-tweet.twitter-tweet-rendered {
    display: flex;
    width: 900px;
    margin-top: 10px;
    margin-bottom: 10px;
}
iframe#twitter-widget-0 {
    position: static;
    visibility: visible;
    width: 100;
    /*height: 500px !important;*/
    display: block;
    flex-grow: 1;
}
.post_comments {
    margin-bottom: 15px;
}
.post_comments #post-toggle {
    width: auto;
    height: auto;
    top: 0;
    z-index: 99999999;
    position: inherit;
    padding: 8px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
    display: block;
    color: #ffffff;
    background: #0698bf;
    font-size: 15px;
}
.post_comments #post-toggle:before {
    content: "";
    display: block;
    float: left;
    width: 20px;
    height: 17px;
    background: url(https://cdn.ghanaweb.live/design/icons.png);
    margin: 2px 5px 0 0;
    background-repeat: no-repeat;
    background-size: 320px;
    background-position: 0px -92px;
}
.post_textarea, .comments_text {
    outline: none;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    max-width: 900px;
    min-width: 900px;
    min-height: 100px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 10px;
    color: #000;
}
.post-content {
    margin: 20px 0;
    padding: 50px 100px;
    background: #f3f3f3;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-align: center;
}

.post-content .img {
    border-radius: 5px;
}
.post-content .content-info a {
    background: #0698bf;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
}
.post-content .content-info p {
    margin: 10px 0 10px;
    font-size: 14px;
    max-height: 400px;
    overflow: overlay;
    line-height: 20px;
    background: #fff;
    padding: 15px 20px 15px 15px;
    margin: 0 0 15px 0;
    /*border: solid 1px #e0e0e0;*/
}
.post_comments .btn_post, .comments_body button, .write_comments button {
    background: #0698bf;
    padding: 8px 10px;
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 13px;
    color: #fff;
    border-radius: 3px;
}
.comment_block {
    margin-bottom: 15px;
}
.comment_block .item {
    padding: 15px 0 15px 0;
    display: inline-block;
}
.comments_list li {
    width: 860px;
    padding: 15px 0 15px 0;
    display: inline-block;
    margin: 0 0 10px 0;
    background: #f3f3f3;
    padding: 20px !important;
    border-radius: 5px;
}
li.level1 {
    width: 845px;
    margin-left: 15px;
}
li.level2 {
    width: 830px;
    margin-left: 30px;
}
li.level3 {
    width: 815px;
    margin-left: 45px;
}
li.level4 {
    width: 800px;
    margin-left: 60px;
}
li.level5 {
    width: 785px;
    margin-left: 75px;
}
li.level6 {
    width: 765px;
    margin-left: 95px;
}
.comments_list li .comments_body form {
    float: left;
    margin: 0 10px 0 0;
}
.comments_list li .comments_body form button {
    background: #e2d6d6;
    padding: 8px 10px;
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #000;
    border-radius: 3px;
    cursor: pointer;
}
.comments_list li .comments_body form button.reply {
    background: #e2d6d6;
    padding: 8px 11px;
    display: inline-block;
    margin: 10px 0 0 0;
    /*font-size: 12px;*/
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    background-size: 340px;
    background-image: url(https://cdn.ghanaweb.live/design/icons.png);
    font-size: 0;
    line-height: 6px;
    background-position: -223px -37px;
}
.comments_list li .comments_body form button.report {
    background: #e2d6d6;
    padding: 8px 11px;
    display: inline-block;
    margin: 10px 0 0 0;
    /*font-size: 12px;*/
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    background-size: 340px;
    background-image: url(https://cdn.ghanaweb.live/design/icons.png);
    font-size: 0;
    line-height: 6px;
    background-position: -223px -74px;
}
.comments_list li .comments_body form button:hover, .comments_list li .comments_body form button:hover a {
	color: #0698bf !important;
}
.comment_block .image {
    background: #d6d6d6;
    width: 40px !important;
    height: 40px !important;
    width: 13%;
    height: 40px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 20px;
}
.comment_block .text, .comments_identity {
    width: 830px;
    float: left;
}
.comment_block .ident, .comments_identity {
    width: auto;
    display: inline-block;
}
.comments_identity {
    margin-bottom: 10px;
    width: 100%;
}
.comments_identity .image {
    width: 30px;
    height: 28px;
    overflow: hidden;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}
.comments_identity .t_name a {
    margin-top: 5px !important;
}
.comments_identity .t_date {
    margin-top: 6px !important;
    gap: 5px;
    display: flex;
    align-items: center;
}
.comments_identity .t_date svg{
    width: 16px;
}
.comment_block .comment_name, .comments_identity .t_name a {
    float: left;
    font-weight: bold;
    color: #0698bf;
    margin-right: 15px;
}
.comments_identity .t_name {
    float: left;
}   
.comment_block .comment_date, .comments_identity .t_date {
    float: right;
    color: #848484;
    font-size: 12px;
    margin: 2px 0 0;
}
.comment_block .text p, .comments_identity, .comments_body {
    margin: 0;
    font-size: 14px;
}
.comments_body{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.comments_body p {
	margin: 0;
}
.post_title h1 {
    margin: 0;
    color: #fff;
    max-height: 118px;
    overflow: hidden;
    line-height: 29px;
    font-size: 22px;
}
.comments_body .show_flagged {
    /*color: #0698bf;*/
}
.comments_body .show_flagged span {
    font-style: italic;
    cursor: pointer;
    color: #737373;
    font-weight: normal;
}
.reply_to{
    font-size: 14px;
}