
      
      /*______   TOP BAR   ______*/
      
      .top-bar {
        background-color: #333;
      }
      
      .social-elements {
        float: right;
      }
      
      .social-elements li {
        margin: 5px;
      }
      
      .social-elements li > a i {
        font-size: 20px;
        line-height: calc(20px*1.8);
        height: calc(20px*1.8);
        width: calc(20px*1.8);
        color: #333;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        background-color: #FFF;
      }
      
      .social-elements li > a:hover i {
        background-color: #333;
        color: #FFF;
      }
      
      .social-elements .avatar {
        position: relative;
      }
      
      .social-elements .avatar img {
        width: calc(20px*1.8);
        height: auto;
        border-radius: 50%;
      }
      
      .social-elements .user-options {
        position: absolute;
        right: 0px;
        top: 100%;
        width: 120px;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        display: none;
        padding-top: 18px;
        z-index: 10;
      }
      
      .social-elements .user-options:before {
        content: "";
        position: absolute;
        top: -2px;
        right: 10px;
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #FFF transparent;
      }
      
      .social-elements .avatar:hover .user-options {
        display: block;
      }
      
      .social-elements .user-options i {
        color: #333;
        padding-right: 6px;
      }
      .social-elements .user-options a {
        display: block;
        padding: 5px 10px;
        background-color: #FFF;
        color: #333;
      }
      
      .social-elements .user-options a:hover {
        background-color: #333;
        color: #FFF;
      }
      .social-elements .user-options a:hover i {
        color: #FFF;
      }
      
      #search {
        display: none;
      }
      /**/
      
      /*______   SWITCH BUTTON   ______*/
      
      .switch-button {
        right: auto;
        left: 10px;
        top: 10px;
      }
      
      .switch-button label {
        color: #FFF;
      }
      
      /**/
      
      /*______ HEADER ______*/

      header {
        background-color: transparent;
        margin-bottom: 40px;
      }
      
      .header-inner {
        position: relative;
      }
      
      img.ch-profile-header {
        display: block;
      }
      
      .title-holder {
        width: 100%;
        padding: 10px;
        background-color: rgba(0,0,0,0.6);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      .title-holder h1 {
        font: 32px 'Raleway', Arial, san-serif;
        color: #FFF;
        text-align: center;
      }

      /* EndHeader */
      
      .ch-profile-custom-info > div div:first-child {
        color: ;
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #d62634;
        font: 21px 'Roboto', Arial, san-serif;
      }
      
      .widget-content .summary,
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #848484;
      }
      
      .widget-content h2 {
        font: 21px 'Roboto', Arial, san-serif;
        color: #d62634;
      }
      
      .widget-content h4 {
        font: 18px 'Roboto', Arial, san-serif;
        color: #606060;
      }
      
      .widget-content h5 {
        font: 16px 'Roboto', Arial, san-serif;
        color: #AAA;
      }
      
      .widget-actions i {
        color: #d62634;
        font-size: 20px;
      }
      
      .widget-actions i:hover {
        color: #f58f99;
      }
      
      .feed-options {
        position: absolute;
        right: 5px;
        top: 5px;
        display: none;
        z-index: 1;
      }
      
      .feed-item:hover .feed-options {
        display: block;
      }
      
      .info-author, .feed-info {
        position: relative;
        margin-left: 7.33333rem;
        margin-right: 7.33333rem;
      }
      
      .comment-options {
        float: right;
        display: none;
      }
      
      .feed-comment:hover .comment-options {
        display: block;
      }

      /*_________   MAIN NAV   __________*/
      
      #main-nav {
        background-color: #333;
      }
      
      #main-nav table {
        color: #FFF;
        font: 18px 'Roboto', Arial, san-serif;
      }
      
      #main-nav td.selected, #main-nav td:hover {
        background-color: #FFDF00;
        color: #FFF;
      }
      
      #main-nav td.selected, #main-nav td a:hover {
        color: inherit;
      }
      
      #main-nav > div ul li a {
        color: #FFF;
        font: 18px 'Roboto', Arial, san-serif;
      }
      
      #main-nav > div > ul li:hover {
        background: #FFDF00;
      }
      
      #main-nav > div ul li:hover a {
        color: #FFF;
      }
      
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        background-color: #333;
      }
      
      /*End Main Nav*/
      
      
      
      
      
      .widget-content.important-links .item-panel.column .flexbox-panel .flexbox-info {
        min-height: auto;}
      
      /*.widget-content.important-links .flexbox-panel {
        position: relative;
      }
      
      .widget-content.important-links .share-rrss,
      .widget-content.important-links .summary{
        display: none;
      }
      
      .widget-content.important-links .item-panel.column .flexbox-panel .flexbox-info {
        padding: 16px 10px;
        min-height: auto;
        position: absolute;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0,0,0,0.6);
      }
      
      .widget-content.important-links .item-panel.column .flexbox-panel .flexbox-hero {
        height: 120px;
      }
      
      .widget-content.important-links h4 {
        color: #FFF;
        text-align: center;
        font: 20px 'Roboto';
        line-height: 32px;
      }
      
      .widget-content.important-links .flexbox-info h4>a {
        line-height: 32px;
        max-height: 64px;
        -webkit-line-clamp: 2;
    }*/
      
      .ch-button {
        display: block;
        color: #FFF;
        background-color: #B6B6B6;
        font: 16px 'Roboto', Arial, san-serif;
        text-align: center;
        padding: 12px 10px;
      }
      
      .ch-button:hover {
      	background-color: #f82f4f;
        color: #FFF;
      }
      
      /**/
      
      /*______      ______*/
      
      .post-header > * {
        display: block;
        margin-bottom: 10px;
        padding: 0px 20px;
      }
      
      .post-header .title {
        font: 22px 'Roboto';
        margin-bottom: 0px;
        color: #d62634;
      }
      .post-header a:hover {
        color: #f58f99;
      }
      
      .post-header .author {
        color: #B7B7B7;
        padding-left: 30px;
      }
      
      .feed-options > a:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'chilfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
      }
      
      .feed-options > a.edit-post:before {
        content: "\e612";
      }
      
      .feed-options > a.remove-post:before {
        content: "\e642";
      }
      
      
      .icon-left i {
        display: inline-block;
        font-size: 20px;
        color: #d62634;
        float: left;
        padding: 4px 0px 10px 0px;
      }
      
      .icon-left a {
      	display: block;
        position: relative;
        margin-left: 30px;
      }
      
      
      .icon-left {
        border-bottom: 1px solid #eaeaea;
    		margin-bottom: 20px;
        overflow: hidden;
      }
      
      .icon-left:last-child {
        border-bottom: none;
    		margin-bottom: 0px;
      }
      
      
    
      * a:hover {
        color: #f58f99;
      }
      
      html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        background-color: #F4F4F4;
        color: #AAA;
      }
      .full-width {
        max-width: 1060px;
        position: relative;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 420px;
        min-width: 420px;
      }
    