
      header,
      footer {
        max-width: 1170px;
        background-color: #FFF;
      }
      
      header {
        background-color: #FFF;
      }
      
      footer {
        background-color: #FFF;
      }
      
      
      .title-holder h1 {
        font: 25px 'officina', Arial, san-serif;
        color: #1da921;
      }
      
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #AAA;
      }
      
      .ch-profile-custom-info > div div:first-child,
      .widget-content h2 {
        font: 21px 'officina', Arial, san-serif;
        color: #1da921;
      }
      
      .widget-content h4 {
        font: 18px 'officina', Arial, san-serif;
        color: #1da921;
      }
      
      .widget-content h5 {
        font: 16px 'officina', Arial, san-serif;
        color: #AAA;
      }
      
      .widget-content p a,
      .ch-profile-custom-info p a {
        color: #6EBD96;
      }
            
      .widget-content a {
        color: inherit;
      }
      
      .widget-content a:hover {
        color: #70dd63;
      }
      
      
      .send-mail i {
        color: #1da921; 
      }
      
      /*______ WIDGET ACTIONS ______*/
      
      .widget-actions i {
        color: #1da921;
      }
      
      .widget-actions i:hover {
      	color: #70dd63;
      }
      
    
      html, body {
        background-color: #F4F4F4;
        line-height: 20px;
      }
      
      #content {
        max-width: 1170px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 420px;
        min-width: 420px;
      }
      
      #column-two {
        width: 0px;
        min-width: 0px;
      }
    