.testimonials #slider {
  padding: 40px 0;
}

.testimonials #slider ul.slick-dots {
    bottom: 50px; position: relative;
}

.testimonials.full #slider {
  padding: 0;
}

.testimonials.full #slider ul.slick-dots {
    bottom: 0;
}


.pg-intro {
    text-align: center;
    background-color: #f9f9f9;
    padding: 85px 0 49px;
    background-position: 0px 20px;
    background-repeat: no-repeat;
    background-image: url(../i/anchor-lg.png);
    -webkit-background-size: contain;
    background-size: contain;
}

.pg-intro h1 {
    font-family: "Cinzel",serif;
    text-transform: lowercase;
    font-size: 64px;
    color: #282828;
    line-height: 1;
}

.about-intro {
  position: relative;
}

.about-intro img {
  max-width: 60%;
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
max-height: 100%;
}

.about-intro .section p:last-child {
  margin: 0;
}

.about-intro .section {
  padding:  100px;
  max-width: 45%;
  display: inline-block;
}

.about-intro .section h2 {
    font-weight: 700;
    font-size: 47px;
    line-height: 1.125;
    margin: 0 0 10px;
}

.about-intro .section p {
    line-height: 1.5;
}

.testimonials.full {
    display: block;
    height: auto;
    padding: 70px 0;
}

.testimonials.full #slider {
    max-width: 100%;
    text-align: center;
    height: auto;
}

.testimonials.full #slider ul.slick-dots {
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
}

.testimonials.full #slider ul, .testimonials.full #slider .slick-list, .testimonials.full #slider .slick-track, .testimonials.full #slider .slick-slide div {
    height: auto;
}

.testimonials #slider .slick-slide div {
    display: block;
}



.inner .directions {
    padding: 40px 0;
}

.testimonials.full #slider li h3 {
    font-size: 38px;
}

.pg-content {
    padding: 100px 0;
}

.pg-contact .col-sm-12 iframe {
  width: 100%;
  height: 260px;
  margin: 0 0 50px;
  border-bottom: 5px solid #5684e7 !important;
  padding-bottom: 5px;
}

.cinfo i {
    position: relative;
    top: 5px;
}

.cinfo p {
    margin: 0 0 10px;
    font-size: 19px;
}

.cinfo p:last-child {
    margin: 0;
}

.cinfo h3 {
    font-family: "Cinzel",serif;
    text-transform: lowercase;
    font-size: 34px;
    color: #282828;
    line-height: 1;
    margin: 0 0 5px;
}

.cinfo {
  background-color: #f9f9f9;
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: 150px;
      background-image: url(../i/wheel-lg.png);
      padding: 30px;
}

.pg-contact .form-actions button {
    float: right;
    margin: -85px 0 0;
}

.service-content,
.directions.dir-contact {
    border-top: 20px solid #f9f9f9;
}

.dockinfo {
    background: #f9f9f9;
    padding: 30px;
}

.dockinfo h2 {
    line-height: 1;
    font-size: 36px;
    margin: 0 0 10px;
}

.dockinfo ul li {
    border-bottom: 1px solid #EEE;
    font-size: 17px;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

.boat-slip {background: #f9f9f9;padding: 30px;margin-top: 20px;}

.boat-slip h3 {
    line-height: 1;
    font-size: 36px;
    margin: 0 0 10px;
    font-weight: 700;
}

.boat-slip p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 30px;
}

.boat-slip p:last-child {
    margin: 0;
}

.pg-contact  .col-sm-12 form iframe {
    height: auto !important;
    border-bottom: none !important;
}

.about-section {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.about-section section {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 200px 120px;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.75;
}

.about-section .as1,
.about-section .as2 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #ccc;
}

.about-section.alt section {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}

.about-section.alt .as2 {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}

.about-section .as1 {
  background-image: url(../i/about1.jpg);
}

.about-section .as2 {
  background-image: url(../i/about2.jpg);
}

.service-logos {
  margin-top: 30px;
}

.mhead {
  display: none;
}

.logos {
  padding: 60px 0;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.logos img {
  max-height: 70px;
}

.icon-fb {
  background-image: url(../i/icon-fb.svg);
  width: 24px;
    height: 24px;
}

.preheader .text-right a {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.restaurant-menu {
    padding: 60px 0;
    text-align: center;
}

.restaurant-menu p:last-child {
    margin: 0;
}

.restaurant-menu p {
    margin: 0 0 30px;
    color: #555;
}

.restaurant-menu h2 {
    font-family: "Cinzel",serif;
    color: #000;
    text-transform: uppercase;
    font-size: 41px;
    line-height: 1;
    font-weight: 400;
}

#swipebox-bottom-bar {
    -webkit-transform: none !important;
    transform: none !important;
    bottom: 0 !important;
}

.fwgallery {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.fwgallery a {
  max-width: 14%;
  -webkit-flex: 0 0 14%;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  display: block;
  overflow: hidden;
  position: relative;
    background-color: #5684e7;
    height: 240px;
}

.fwgallery a img {opacity: 1;transition: all 0.3s;position: relative;z-index: 1;}

.fwgallery a:hover img, .fwgallery a:focus img {
    opacity: 0.2;
}

.fwgallery a i {
    color: #fff;
    font-size: 60px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 240px;
    text-align: center;
    transform-origin: center;
    transform: scale(1.2);
    opacity: 0;
    transition: all 0.4s;
}

.fwgallery a:hover i, .fwgallery a:focus i {
    transform: scale(1);
    opacity: 1;
}

.fwgallery {
    padding: 0 5px 5px;
}

.pg-restaurant {
  border-bottom: 12px solid #f9f9f9;
}
.pg-restaurant h2 {
    font-family: "Cinzel",serif;
    text-transform: lowercase;
    font-size: 39px;
    color: #282828;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 13px;
}

.pg-restaurant p {
    font-size: 21px;
    margin: 0 0 30px;
}



.menu-side {
  padding-right: 20px;
  border-right: 1px solid #eee;
}

.covid.m {display: none;}
.covid.d {display: block;}

.covid {
    color: #fff;
    background: #f0932b;
    font-size: 16px;
    padding: 20px 0;
}

.covid p {
    position: relative;
    z-index: 2;
    padding-left: 50px
}

.covid i {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.3;
    font-size: 41px;
    left: 0;
}

.board {
    padding: 90px 0;
    border-bottom: 20px solid #f3f3f3;
}

.board h2 {
    color: #000;
    font-family: "Cinzel",serif;
    font-size: 48px;
    text-transform: lowercase;
    line-height: 0.9;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.board p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 25px;
}

.board p:last-child {
  margin: 0;
}

.footer ul, .footer ul li, .footer ul li a {
    height: auto;
}

.footer ul, .footer ul li, .footer ul li a {
    height: auto;
}

.footer .brand a img {
    width: auto;
}

.footer .brand {
    text-align: center;
    margin: 0 0 20px;
}

.icon-restaurant {
    background-image: url(../i/restaurant.png);
}

.footer ul, .footer ul li, .footer ul li a {
    font-size: 21px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
