
      /*______   WIDGET CONTENT   ______*/
      
      .item-panel.column .flexbox-info {
      	background-color: #FFF;
      }
      
      .widget-content,
      .widget-content .item-panel {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #7B7B7B;
      }
      
      .widget-content {
        background-color: #FFF;
        padding: 20px;
        margin-bottom: 40px;
      }
      
      .widget-content h2 {
        font: 26px 'Bebas', Arial, san-serif;
        color: #333;
        margin-bottom: 20px;
      }
      
      .widget-content h4 {
        font: 20px 'Bebas', Arial, san-serif;
        color: rgb(0, 0, 0);
      }
      
      .widget-content h5 {
        font: 14px 'Raleway', Arial, san-serif;
        color: #333;
      }
      
      .widget-content hr {
        clear: both;
        margin: 30px 0px;
        border-bottom: 1px solid #fab915;
      }
      
      .widget-actions i {
        color: #333;
        font-size: 20px;
      }
      
      .widget-actions i:hover {
        color: ;
      }
      
      /*EndWidgetContent*/
      
      .ch-button {
        font: 16px 'Roboto', 'Segoe UI', Helvetica, Verdana, san-serif;
      }
      
      .ch-button.ch-button-inactive:hover,
      .ch-button.ch-button-active {
        color: #ffe6c1;
        background-color: #ffa724;
      }
      
      .ch-button.ch-button-active:hover {
        background-color: #ffe6c1;
        color: #ffa724;
      }
      .ch-button.ch-button-inactive {
        background-color: #cacaca;
        color: #606060;
      }
      
      /**/
      
    