


body{
  background: #fff ;
}

.wrap__header--top {
    background: #6A9B21 ;
}

.navigation:not(.mm-menu) .navigation__list > .navigation__item a{
  color:#fff ;
}

h1, h2, h3, h4, h5 {
    color: #444  ;
}

#rate-a-biz-review-widget-wrapper
  .reviews-module
  .module-header
  .review-summary-container {
  background-color: #eee;
}
.icon-star:before {
  content: unset;
}

.gallery-grid--float-left {
    float: left;
    text-align: center;
}

.wrap__form {
    background: #0663A0;
}

/* LIGHTHOUSE CHRISTINE THEME FIX CSS */
.logo__link.logo__top, .logo__link.logo__left{
    display:block!important;
}
.logo__image{
    max-width:250px!important;
    width:100%!important;
    height:auto!important;
}
.logo__title{
    line-height: 1.5!important;
}
.cta span{
    display: none!important;
}
.gallery-item--title.gallery-item--text-center{
    font-weight:bolder!important;
}
.wrap__footer li, .wrap__footer h2{
    text-align:center!important;
    color:white!important;
}
.wrap__footer li{
    font-family:"lato-regular", "Arial", Arial, Helvetica, sans-serif!important;
}
.wrap__bx-controls{
  left:50%!important;
  transform:translateX(-50%);
}


/* FLEX FIT */
@media(min-width:768px){
  .dflex{
    display:flex;
  }
  .flexone{
    flex:1;
    padding:10px;
  }
  .flextwo{
    flex:2;
    padding:10px;
  }
}
@media(max-width:767px){
    .flexone, .flextwo{
        /* border-bottom: 1px solid; */
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}