
    header,
    footer {
      max-width: 1170px;
      background-color: rgb(217, 217, 217);
    }

    header {
      background-color: rgb(118, 10, 10);
    }

    footer {
      background-color: rgb(152, 0, 0);
    }

    .title-holder h1 {
      font: 25px Arial, Arial, Helvetica, sans-serif;
      color: rgb(255, 255, 255);
    }

    .widget-content {
      background-color: rgb(217, 217, 217);
      font: 14px Arial, Arial, Helvetica, sans-serif;
      color: rgb(0, 0, 0);
    }

    .widget-content h2 {
      font: 21px Arial, Arial, Helvetica, sans-serif;
      color: rgb(152, 0, 0);
    }

    .widget-content h4 {
      font: 18px Arial, Arial, Helvetica, sans-serif;
      color: rgb(152, 0, 0);
    }

    .widget-content h5 {
      font: 16px Arial, Arial, Helvetica, sans-serif;
      color: rgb(67, 67, 67);
    }

    a:hover {
      color: rgb(217, 217, 217);
    }

        
    .event-panel .date {
      background-color: rgb(152, 0, 0);
    }
    
    .event-body .hero .date {
      background: rgb(152, 0, 0);
      font: 40px/48px "officina", Arial, san-serif;
    }
    
    
    .location i {
      color: rgb(152, 0, 0);
    }


  

    html, body {
      background-color: rgba(0, 0, 0, 0);
      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;
    }
  