
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: #ffdf00;
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #ffdf00;
        font: 21px 'Roboto', Arial, san-serif;
      }
      
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #AAA;
      }
      
      .widget-content h2 {
        font: 21px 'Roboto', Arial, san-serif;
        color: #ffdf00;
      }
      
      .widget-content h4 {
        font: 18px 'officina', Arial, san-serif;
        color: #FF781C;
      }
      
      .widget-content h5 {
        font: 16px 'officina', Arial, san-serif;
        color: #AAA;
      }
      
      a:hover {
        color: ;
      }
      
      .edit-profile-about,
      .remove-section,
      .add-element,
      .edit-icon,
      .edit-post,
      .remove-post,
      .remove-comment {
        background-image: url(/images/templates_icons/comm_icons.png) !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 {
        position: relative;
        margin-left: 7.33333rem;
        margin-right: 7.33333rem;
      }
      
      .comment-options {
        float: right;
        display: none;
      }
      
      .feed-comment:hover .comment-options {
        display: block;
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        background: #ffdf00;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div:before {
        background: #ffdf00;
      }
      
      .switch-button label {
        color: #ffdf00;
      }
      
      /*______ FLEXBOX ______*/
      
      .event-panel .flexbox-hero {
        background-color: #FF781C;
        font: 21px 'Roboto', Arial, san-serif;
        font-size: 35px;
        line-height: 38px;
      }
      
      .event-panel .month {
        font-size: 15px;
        line-height: 20px;
      }
      
      .event-panel .location {
        font-size: 14px;
      }
      
      .event-panel .location i {
        color: #FF781C;
      }
      
      .flexbox-info {
        min-width: 100px;
      }
      
      /*______ NEWS BODY ______*/
      
      .event-body .hero,
      .news-body .hero {
        margin: 10px -20px 10px -20px;
      }
      
      .event-body  .title,
      .news-body .title {
        font-size: 30px;
      }
      
      .event-body .summary,
      .news-body .summary {
        font-weight: 600;
        margin-bottom: 20px;
      }
      
      .event-body .content,
      .news-body .content {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid ;
      }
      
      .event-panel .date {
        background-color: #FF781C;
      }
      
      .event-body .hero {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
      }
      
      .event-body .hero .date {
        width: 120px;
        background: #FF781C;
        color: #FFF;
        font: 34px/45px "officina", Arial, san-serif;
        text-align: center;
        padding: 12px;
      }
      
      .event-body .hero .image {
        width: 100%;
        position: relative;
      }
      
      .event-body .hero .image img {
        display: block;
        width: 100%;
      }
      
      .event-body .hero .date span {
        display: block;
      }
      
      .event-body .hero .month {
        font-size: 20px;
        border-bottom: 1px solid;
      }
      
      .location i {
        color: #FF781C;
        padding-right: 10px;
      }
    
      html, body {
        background-color: #F4F4F4;
        line-height: 20px;
      }
      
      #content {
        max-width: 1060px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 420px;
        min-width: 420px;
      }
      
      [data-section="header"],
      [data-section="footer"],
      [data-section="site-nav"] {
        max-width: 1060px;
      }
    