.logo__summary {
    margin-top: 20px;
}

.wrap__home-sidebar {

    margin-top: 0;
}
hr, .clr {
    clear:both!important;
}
#staff li.staff__item {
  list-style-type: none!important;
}

.gallery  .se__g--3 {
    padding-right: 5px !important;
}
.socialmedia__list {
  text-align: center;
}
.wrap__socialmedia__footer .socialmedia {
  float: none;
}

/* accordion */
.cstm-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #a7d8fd;
}
  
  .active, .cstm-accordion:hover {
    background-color: #ccc;
  }
  
  .cstm-accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
.wrap__navigation .active::after {
  content: none!important;
}





@media(max-width:787px) {
    
img.logo__image {
    max-height: 75px!important;
    width:auto!important;
    height:75px!important;
  
}
}

@media only screen and (min-width: 768px){
.form form .contact-form-columns .form-input-comments {
    left: auto;
}
}

.slider__caption {
    text-shadow: 0px 0px 5px #fff;
    font-weight: bold !important;
    color: #ccc;
    font-size: 20px !important;
}