.futureClass{visibility: hidden;}
.spamFuture{visibility: visible!important;}
.type-event .entry-content {
    margin-top: 45px!important;
}
.event-template-default .navigationContainer{
    border-top: 1px solid #e8e8e8!important;
    padding-top: 25px!important;
    border-bottom: 0px!important;
    padding-bottom: 15px!important;
}
.event-template-default .main-content-full-width .container{width: 100%}
  .event-template-default .main-content-full-width .container article .theEvent>div:first-child,
  .event-template-default .navigationContainer{
    max-width: 1170px;
    margin: 0 auto;
    display: block;
    float: unset;
  }
  .event-template-default .main-content-full-width .container article .theEvent>div:last-child>div{
    max-width: 1170px;
  }
.type-event .entry-content>.vc_row>div{width: 100%}
  .type-event .entry-content>.vc_row>div:first-child>div:first-child{
    float: left!important;
    margin: 0px 0px 15px 15px;
    width: 45%;
    margin-right: 25px!important;
  }
    .type-event .entry-content>.vc_row>div:first-child>div:nth-child(2){
        display: inline-block!important;
        width: 45%!important;
    }
    .type-event .entry-content>.vc_row>div:first-child>div:nth-child(2) strong{
      font-size: 27px;
      text-transform: uppercase;
      margin-bottom: 15px;
      display: inline-block;
      margin-top: -15px;
    }

    .type-event .entry-content>.vc_row>div:first-child>div:nth-child(2) .google-calendar-link{
      margin: 20px 0;
    }

  .type-event .entry-content>.vc_row>div:last-child{
    background-color: #F1F1F1;
    padding: 20px;
    padding-top: 40px;
  }
  
  @media only screen and (max-width: 1023px){
    body > header .mainheader {
        padding-top: 64px!important;
        padding-bottom: 66px;
    }
    #eventImageMap{
    clear: both;
    float: none!important;
    margin: 0 auto!important;
    width: 100%;
    }
    #eventImageMap .em-location-map-container{width: 100%!important}
    .type-event .entry-content>.vc_row>div:first-child>div:nth-child(2){
	    width: 100%!important;
    	text-align: center;
    }
    .maxWidthImageLogo{
        max-width: 320px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
  }