
           /*_________ FOLLOW BUTTON __________*/
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        background: rgb(164, 194, 244);
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div:before {
        background: rgb(164, 194, 244);
      }
      
      .switch-button label {
        color: rgb(164, 194, 244);
      }
       /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: #4d4d4d;
      }
      
      #main-nav > div {
        max-width: 1170px;
      }
      
          
      #main-nav > div ul li a {
        color: #FFF;
        font: 17px 'Roboto', Arial, san-serif;
      }
      
       
      #main-nav > div > ul li:hover {
        background: #F18700;
      }
      
           
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        background-color: #4d4d4d;
      }
      
      /*______    EDIT POST   ______*/
      
      .edit-item {
        position: absolute;
        margin: 4px;
        top: 0px;
        left: 0px;
        display: inline-block;
        padding: 3px;
        line-height: 20px;
        font-size: 16px;
        width: 20px;
        height: 20px;
        text-align: center;
        background-color: rgba(255,255,255,0.6);
        border-radius: 50%;
        color: #284974;
      }
      
      /*End Edit Post*/
      
      .item-panel {
        position: relative;
      }
      .doc-panel .flexbox-hero {
        height: 100px;
      }
      
      /* EVENTS INDEX */
      
      .event-panel .flexbox-hero {
        background-color: #6e9fbe;
      }
      
      .event-panel .location i {
        color: #6e9fbe;
      }
      
           /*______ TABLES ______*/
      
      table.ch-table {
        background-color: rgba(0, 0, 0, 0);
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
      }
      
      table.ch-table td {
        border: 1px solid #d7d7d7;
      }
      
      .ch-table thead {
        background-color: #cdd20f;
        font: 18px 'Roboto', Arial, san-serif;
        color: #FFF
      }
      
           
      .ch-table thead td {
        border-color: #cdd20f #FFF;
      }
      
      .ch-table thead tr td:first-child {
        border-left: 1px solid #cdd20f;
      }
      .ch-table thead tr td:last-child {
        border-right: 1px solid #cdd20f;
      }
      
        /*______ FOOTER ______*/
      
      footer {
        background-color: transparent;
      }
      
      .social-media li a {
        background-color: #4d4d4d;      
      }
      
       .event-body .content,
      .news-body .content {
        border-top: 1px solid #F18700;
      }
      
      .event-panel .date {
        background-color: #6e9fbe;
      }
            
      .event-body .hero .date {
        background: #6e9fbe;
      }
      
       .location i {
        color: #6e9fbe;
      }
    
            html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #AAA;
        background-color: #F4F4F4;
      }
       #content {
        max-width: 1170px;
      }
       #content > div > div > #main {
        max-width: -width;
      }
          #column-one {
        width: 400px;
        min-width: 400px;
      }
      
      #column-two {
        width: 0px;
        min-width: 0px;
      }
      
      a:hover {
        color: #F18700;
      }
      
      h1, h2, h3, h4, h5 {
      	font-family: 'Roboto', Arial, san-serif;
      	color: rgb(164, 194, 244);
  		}
      
      h5 a:hover,
      h4 a:hover {
        color: #F18700;
      }
      
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: rgb(164, 194, 244);
      }
      
       .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: #314555;
      }
      
      .widget-content h4 {
        font: 18px 'Roboto', Arial, san-serif;
        color: #6e9fbe;
      }
      
      .widget-content h5 {
        font: ;
        color: ;
      }
        .ch-profile-custom-info > div div:first-child {
        color: #314555;
        font: 21px 'Roboto', Arial, san-serif;
      }
       /*______ HEADER ______*/
      
      header {
        background-color: transparent;
      }
      [data-section="footer"],
      [data-section="header"] {
        max-width: 1170px;
        margin: 0px auto;
      }
       /*______ CUSTOM INFO ______*/
      
      .ch-add-profile-custom-info {
        border: 1px dashed #6e9fbe;        
      }
       .ch-profile-custom-info a {
        color: #6e9fbe;
      }
      .ch-profile-custom-info a:hover {
        color: #F18700;
      }
      .ch-profile-custom-info > div {
        background: #FFF;
      }
      
      .ch-profile-custom-info > div div:first-child {
        font-family: 21px 'Roboto', Arial, san-serif;
        color: #314555;
      }
      
        .ch-add-profile-custom-info:hover {
        color: #6e9fbe;
      }
    