  .main-row {
    min-height: calc(100vh - 180px - 450px);
    padding-bottom: 100px;
    flex-flow: row wrap; 
  }

  .header .contact-trigger {
    position: relative;
    padding-left:0px;
  }

  .nav-menu-list li {
    padding-right: 20px;
  }

  .entry-title {
    font-size: 36px;
  }
  .reservations-content p{
    line-height: 35px;
  }
.custom-font {
  font-size: 16px;
}
.custom-font h2 {
  font-weight: 100 !important;
} 
.rte-custom{
font-size: larger;
text-decoration: underline;
}
.map-box {
  padding-left: 0;
  max-width: 100%;
}
.map-box .rte {
  width: 30%;
  float: left;
}
.map-box .map {
  width: 60%;
  margin-left: 5%;
}
.map-box .map iframe {
  width: 100%;
  display:flex;
}
.rte-custom-feedback h4{
font-size: larger;
}

  @media only screen and (max-width: 991px) {
    .main-row {
      min-height: auto;
      padding-top: 20px;
      padding-bottom: 50px; }
      .template-index .main-row {
        padding-top: 0; } }

  .main-col-left {
  width: 360px;
  padding: 0 30px; }
  @media only screen and (min-width: 992px) {
    .template-calendar .main-col-left {
      display: none; } }
  @media only screen and (max-width: 991px) {
    .main-col-left {
      width: 100%;
      padding: 0 15px;
      /*height:100px;*/ }

      .template-index .main-col-left,
      .template-private-events .main-col-left {
        order: 0;
        margin-top: 30px; }

      .template-menu .main-col-left,
      .template-calendar .main-col-left,
      .template-event .main-col-left {
      display: block;
      padding-bottom: inherit;/*block*/} 
    }
  @media(max-width: 425px){
    .nav-logo-mobile {
      height: 50px;
    }
    .nav-menu-trigger {
      height: 50px;
    }
  }
.ml-10{
  margin-left: 25px;
}

@media only screen and (max-width: 991px){
.nav-menu-list li a {
    height: 31px;
    line-height: 30px;
    font-size: 29px;
}}
@media only screen and (max-width: 575px) {
  .map-box .map {
        width: 100%;
        margin-left: 0%;
        float: none;
  }
}
@media only screen and (max-width: 991px){
.map-box .rte {
    width: 100%;
    
}
}