
      .ch-profile-custom-info > div div:first-child {
        color: rgb(0, 0, 0);
      }
      
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: rgb(255, 255, 255);
      }
      
      .switch-button label {
        color: rgb(255, 255, 255);
      }
      
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: rgb(0, 0, 0);
      }
      
      .widget-content h2 {
        font: 21px 'Roboto', Arial, san-serif;
        color: rgb(0, 0, 0);
      }
      
      .widget-content h4 {
        font: 18px 'Roboto', Arial, san-serif;
        color: rgb(255, 153, 0);
      }
      
      .widget-content h5 {
        font: 16px 'Roboto', Arial, san-serif;
        color: -body-color;
      }
      
      a:hover {
        color: rgb(255, 255, 255);
      }
      
      .edit-profile-about,
      .remove-section,
      .add-element,
      .edit-icon,
      .edit-post,
      .remove-post,
      .remove-comment {
        background-image: url() !important;
      }
      
      .edit-post {
        width: 26px;
        height: 26px;
        background-position: 0px 0px !important;
        display: inline-block;
      }
      
      .edit-icon {
        background-position: 0px 0px !important;
      }
      
      .edit-post:hover {
        background-position: 0px -26px !important;
      }
      
      .remove-post, .remove-comment {
        width: 26px;
        height: 26px;
        background-position: -26px 0px !important;
        display: inline-block;
      }
      
      .remove-post:hover {
        background-position: -26px -26px !important;
      }
      
      .publish-post {
        width: 26px;
        height: 26px;
        background-position: -130px 0px !important;
        display: inline-block;
      }
      
      .publish-post:hover {
        background-position: -130px -26px !important;
      }
      
      .feed-options {
        position: absolute;
        right: 5px;
        top: 5px;
        display: none;
        z-index: 1;
      }
      
      .feed-item:hover .feed-options {
        display: block;
      }
      
      .info-author, .feed-info {
        margin-right: 68px;
      }
      
      .comment-options {
        float: right;
        display: none;
      }
      
      .feed-comment:hover .comment-options {
        display: block;
      }
      
      /*______   CATEGORIES   ______*/
      
      .item-categories {
        margin-bottom: 16px;
      }
      
      .item-categories a {
        color: #707d85;
        border: 1px solid;
        display: inline-block;
        padding: 3px 16px;
        margin-right: 5px;
        margin-bottom: 5px;
      }
      
      .item-categories a:hover {
        color: #4fb199;
      }
      
      /*End*/
      
      .color-one {
        color: #4fb199 !important;
      }
      
       /*______   POST PANEL   ______*/
      
      .widget-content .post-panel h2 {
        border-bottom: 1px solid #cacaca;
        margin-bottom: 6px;
      }
      
      .post-panel .flexbox-info {
        padding: 16px;
        background-color: #FFF;
      }
      
      
      .post-panel {
        position: relative;
      }
      
      .post-panel .flexbox-hero {
        margin-right: 20px;
      }
      
      .item-options {
        left: auto;
        right: 0px;
      }
      
      .post-panel .flexbox-info:before {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        top: 16px;
        left: -20px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent #FFF transparent transparent;
      }
      
      /*End*/
      
      .pagepost .item-author {
        border-bottom: 1px solid #4fb199;
        padding: 10px 0px;
        margin-bottom: 10px;
      }
      
    
      html, body {
        background-color: #F4F4F4;
        line-height: 20px;
      }
      
      #content {
        max-width: 1140px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        display: none;
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 420px;
        min-width: 420px;
      }
    