/*
  Theme Name: Hollow
  Theme URI: http://bigtuna.com
  Description: BigTuna WordPress Theme
  Version: 1.0.0
  Author: BigTuna
  Author URI: http://bigtuna.com
  Tags: HTML5, CSS3
*/
@charset "utf-8";
header .header-001 {
  color: #00ade4;
  font-size: .8em;
}
header .header-001 a {
  color: #00ade4;
}
header .header-mrg {
  margin-bottom: 0rem;
}
nav {
  border-right: 1px solid #000;
}
nav a {
  border-left: 1px solid #000;
}
/*HOOK ANIMATION*/
#hook {
  display: inline-block;
  position: absolute;
  top: -240px;
  left: 39.5%;
  z-index: 99;
  visibility: hidden;
}
/*/HOOK ANIMATION*/
.hollow-hero-02 {
    position: relative;
}
.hollow-hero-02 .slick-slide {
    position: relative;
    height: auto;
    overflow: hidden;
    height: 500px;
    border: none;
}
.hollow-hero-02 .slick-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    /*background: rgba(25,25,25,0.2);*/
}
.hollow-hero-02 img.slide-image {
    min-width: 100%;
    min-height: 100%;
    max-width: initial;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.hollow-hero-02 .caption-wrap {
    background: none;
    position: relative;
    z-index: 100;
    text-align: left;
    margin: 9rem 0;
    visibility: hidden;
}
.hollow-hero-02 .caption {
    font-family: 'Lato';
    font-size: 2rem;
    color: #fff;
    text-align: center;
    max-width: 520px;
    display: inline-block;
    position: relative;
    z-index: 100;
}
.hollow-hero-02 .caption .text-wrap {
    display: inline-block;
}
.hollow-hero-02 .caption ul {
    color: #fff;
    display: block;
    font-size: .5em;
}
.hollow-hero-02 .caption ul li {
    color: #fff;
    display: inline-block;
    padding: 0 .3em;
}
.hollow-hero-02 .caption ul li:hover {
    color: #ffba00;
    cursor: pointer;
}
.hollow-hero-02 .caption h3 {
    font-size: .7em;
    line-height: 1;
    font-weight: 400;
    margin-bottom: .5rem;
}
.hollow-hero-02 .caption h1 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.hollow-hero-02 .caption a {
    font-size: .6em;
    font-weight: 300;
    color: #FFF;
    background: #2daee2;
    padding: .5em .7em;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #FFF;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-hero-02 .caption a:hover {
    background: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
    .hollow-hero-02 .caption h1 {
        font-size: .7em;
    }
}
@media only screen and (max-width: 991px) {
    .hollow-hero-02 .caption-wrap {
        margin: 7rem 0;
    }
    .hollow-hero-02 .caption-wrap h3 {
        font-size: .5em;
    }
}
@media only screen and (max-width: 767px) {
    .hollow-hero-02 {
      display: none;
    }
    .hollow-hero-02 .caption {
        text-align: center;
    }
    .hollow-hero-02 .caption h1 {
        font-size: 1em;
        margin: 1em 0;
    }
    .hollow-hero-02 .caption a {
      font-size: .6em;
    }
    .hollow-hero-02 img.slide-image {
      top: 50%;
      left: -20%;
    }
    .hollow-hero-02 .button-wrap {
      display: none;
    }
}
.hollow-header-03 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: center;
  /*padding: 2rem 0;*/
  margin-left: -22rem;
  margin-right: -21.2rem;
}
.hollow-header-03 h1 {
  background: url(img/blue-bkg-2.jpg) center bottom no-repeat;
  color: #FFF;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
  padding: .8rem;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .hollow-header-03 h1 {
    font-size: .6em;
  }
}
.hollow-content-08 {
  display: block;
  position: relative;
  padding: 2rem 0 3rem;
  font-family: 'Lato';
  font-size: 2rem;
  border-top: 3px solid #0b4e95;
  border-bottom: 3px solid #0b4e95;
}
.hollow-content-08 .content-wrap {
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 2rem 0 1rem;
    margin-bottom: -2.8rem;
  }
.hollow-content-08 h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1;
  color: #FFF;
  margin-bottom: 1.2rem;
  padding: 0 1rem;
}
.hollow-content-08 h2::before,
.hollow-content-08 h2::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 1000px;
  height: 1px;
  content: '';
  background-color: #FFF;
  width: 1000px;
}
.hollow-content-08 h2::before {
  right: 100%;
}
.hollow-content-08 h2::after {
  left: 100%;
}
.hollow-content-08 p:first-of-type {
  font-weight: 400;
  max-width: 70%;
  color: #004c95;
}
.hollow-content-08 p {
  font-size: .6em;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.hollow-content-08 span#underline {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #FFF;
}
.hollow-service-boxes-03 {
    font-family: 'Lato';
    font-size: 2rem;
    padding: 2rem 0;
    background: url(img/box-bg.jpg) center center no-repeat;
    background-size: cover;
}
.hollow-service-boxes-03 .service-box-wrap {
    margin-bottom: 1px;
}
.hollow-service-box-03 {    
    display: block;
}
.hollow-service-box-03 a {
    overflow: hidden;
    display: block;
    position: relative;
}
.hollow-service-box-03 .hoverbar {
    background: #004e93;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-service-box-03:hover .hoverbar {
    background: #14b0dd;
    cursor: pointer;
    margin-bottom: 1em;
}
.hollow-service-box-03 .hoverbar h3 {
    font-size: .8em;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    padding: .4rem 1rem;
    text-align: center;
    text-transform: uppercase;
}
.hollow-service-box-03 img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .hollow-service-boxes-03 {
        padding-bottom: 0;
    }
    .hollow-service-box-03 {
        margin-bottom: 1em;
    }   
}
.hollow-contact-01 {
    font-family: 'Lato';
    font-size: 2rem;
    color: #363636;
    position: relative;
    overflow:hidden;
}
.hollow-contact-01 .info-wrap {
    z-index: 10;
}
.hollow-contact-01 .info-wrap .info-text-wrap {
    background: #fff;
    padding: .5em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap {
    display: block;
    border-bottom: 2px solid #363636;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1,
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    display: inline-block;
    line-height: 1em;
    font-weight: 300;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1 {
    font-size: 1.5em;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    font-size: .75em;
    padding: .1em .6em;
    border: 1px solid #363636;
    margin-left: 7em;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #363636;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a:hover {
    background: #363636;
    color: #fff;
}
.hollow-contact-01 .info-wrap .text-wrap {
    padding: .3rem 0;
}
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p {
    color: #000;
    line-height: 1.5em;
    font-weight: 300;
    font-size: .6em;
}
.hollow-contact-01 .contact-background {
    position: relative;
    display: block;
    width: 100%;
}
/*iPhone phone number <a> autowrap fix*/
.hollow-contact-01 .info-wrap .text-wrap p > a {
    color: #000;
}
.hollow-contact-01 .gm-style-iw { color:#000 !important; }
@media only screen and (min-width: 768px) {
    .hollow-contact-01 .info-wrap {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        position: absolute;
    }
}
/* Reviews */
.hollow-contact-01 .ratings-header {
    text-align: center;
    background: #fff;
    color: #253c7b;
    font-size: 1em;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: 300;
}
.hollow-contact-01 .ratings-tagline {
    font-size: 0.9em;
}
.hollow-contact-01 .ratings-tagline a {
    display: inline-block;
    border-bottom: 1px solid #2ecc71;
    color: #253c7b;
}
.hollow-contact-01 .ratings {
    z-index: 100;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px -2px #000;
}
@media ( min-width: 768px ) {
    .hollow-contact-01 .ratings {
        height: 100%;
        overflow-y: auto;
        max-width: 450px;
        position: absolute;
    }
}
/* Single review*/
.hollow-contact-01 .ratings li.review {
    transition: background 0.1s;
    background: #fff;
    clear: left;
}
.hollow-contact-01 .ratings li.review > * {
    padding: 15px;
}
/* Header */
.hollow-contact-01 .review-header {
    background: #253c7b;
    color: #fff;
}
.hollow-contact-01 .review-header > * {
    display: inline-block;
    vertical-align: middle;
}
.hollow-contact-01 .review-header > *:not(:last-child) {
    margin-right: 10px;
}
.hollow-contact-01 .ratings li.review i.fa-star {
    color: #ffe000;
}
/* Profile photo */
.hollow-contact-01 .review-body a.review-profile-photo {
    display: block;
    text-align: center;
    width: 64px;
    float: left;
    margin-right: 15px;
}
.hollow-contact-01 .review-body a.review-profile-photo + * {
    overflow: hidden;
}
/* Review author */
.hollow-contact-01 .ratings .review-author {
    font-weight: 700;
    text-transform: capitalize;
}
/* Review content */
.hollow-contact-01 .review-content {
    margin-bottom: 5px;
}
/* Read more button */
.hollow-contact-01 .ratings li.review .button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 30px;
    background: #2ecc71;
    color: #fff;
    font-size: 16px;
    float: right;
}
.hollow-contact-01 .ratings li.review .button:hover {
    background: #1bab58;
}
.hollow-action-02 {
    font-family: 'Lato';
    font-size: 2rem;
    background: url(img/action-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 4rem 0;
}
.hollow-action-02 .content-wrap {
  display: block;
  position: relative;
  /*padding: 0 5rem;*/
  text-align: center;
}
.hollow-action-02 h3 {
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem;
    white-space: nowrap;
}
.hollow-action-02 p {
    font-size: .6em;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 1em;
    color: #FFF;
}
.hollow-action-02 a {
  font-size: .6em;
  font-weight: 300;
  padding: .5em 1.5em;
  color: #004c95;
  background: #7fffd4;
  display: inline-block;
  border: 1.5px solid #FFF;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-action-02 a:hover {
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .hollow-action-02 {
    text-align: center;
  }
  .hollow-action-02 p::before {
    width: 24em;
  } 
}
@media only screen and (max-width: 767px) {
  .hollow-action-02 {
    padding: 1.75em 1em;
  }
  .hollow-action-02 .content-wrap {
    /*padding: 0 3rem;*/
  }
  .hollow-action-02 h3 {
    font-size: .7em;
    text-align: center;
  }
}
.hollow-social-003 .meta-wrap {
  font-size: 1.6rem;
  text-align: center;
  font-family: 'Lato';
  font-weight: 400;
  margin-top: .6em 0;
  border-top: 3px solid #0b4e95;
  border-bottom: 3px solid #0b4e95;
  padding: .5rem;
  padding-top: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.hollow-social-003 .meta-wrap a {
  color: #002f5c;
}
.hollow-social-003 .meta-wrap .left-mrg {
  margin-left: 1.5rem;
}
.hollow-social-003 .meta-wrap .social {
  display: inline-block;
  position: relative;
  padding: 0 1rem;
}
.hollow-social-003 .meta-wrap .social a {
  font-size: .9em;
}
.hollow-contact-003 {
    display: block;
    position: relative;
    font-family: 'Lato';
    font-size: 2rem;
    overflow: hidden;
    padding: 4rem 0;
}
.page-id-536 .hollow-contact-003 {
  display: none;
}
/* Background Overlay */
.hollow-contact-003:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hollow-contact-003 .text-wrap {
    margin-bottom: .5em;
    max-width: 12em;
}
.hollow-contact-003 h1 {
    line-height: 1em;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #0b4e95;
}
.hollow-contact-003 h3 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 1rem;
}
.hollow-contact-003 .con-wrap p {
  font-size: .8em;
  text-align: center;
  margin-bottom: .5rem;
}
.hollow-contact-003 .con-wrap a {
  text-align: center;
  color: #000;
}
.hollow-contact-003 .con-wrap-1 p {
  font-size: 1em;
  text-align: center;
}
.hollow-contact-003 .con-wrap-1 a {
  text-align: center;
  color: #000;
}
.hollow-contact-003 .content-wrap {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFF;
}
.hollow-contact-003 .content-wrap h2 {
    color: #FFF;
    font-size: .8em;
    padding-bottom: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hollow-contact-003 .content-wrap p {
    font-size: .6em;
    font-weight: 300;
    line-height: 1.4;
    color: #FFF;
}
.hollow-contact-003 ul li {
    font-size: .5em;
    font-weight: 400;
    line-height: 1.5em;
}
.hollow-contact-003 .img-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.hollow-contact-003 .img-wrap::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.hollow-contact-003 .img-wrap img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media (min-width: 768px) {
  .hollow-contact-003 .img-wrap {
    margin-top: .5rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-contact-003 .img-wrap::before {
    margin: 19rem 0;
  }
}
.hollow-contact-003 .contact-03-meta {
    position: relative;
}
.hollow-contact-003 .contact-03-meta h3 {
    color: #fff;
    padding-top: 15px;
    font-size: 15px;
    text-transform: uppercase;
}
.hollow-contact-003 .contact-03-meta ul {
    display: block;
    position: relative;
    font-size: 2rem;
}
.hollow-contact-003 .contact-03-meta li {
    margin: 20px 0;
}
.hollow-contact-003 .contact-03-meta li>span {
    display: block;
}
.hollow-contact-003 .contact-03-meta li>span:first-of-type {
    float: left;
    margin-right: 15px;
}
.hollow-contact-003 .contact-03-meta li>span:last-of-type {
    overflow: hidden;
    color: #fff;
}
.hollow-contact-003 .contact-03-meta li>span:last-of-type a {
    font-size: 24px;
    color: #fff;
}
.hollow-contact-003 .contact-03-meta li .li-inner-wrap a {
    line-height: 2;
    display: inline-block;
}
.hollow-contact-003 .contact-03-meta li>span:last-of-type>*:first-child {
    margin-top: .5rem;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.4;
}
/* BG + color = no rounded corners */
.hollow-contact-003 .contact-03-meta .fa-square {
    color: #2daee2;
    background: #2daee2;
}
.hollow-contact-003 .contact-03-meta .ghost-imgs {
    display: block;
}
.hollow-contact-003 .form-wrap {
    padding: 0;
}
.hollow-contact-003 .form-wrap .email {
    float: left;
    width: 50%;
    padding-right: 15px;
    z-index: 5;
}
.hollow-contact-003 .form-wrap .phone {
    float: left;
    width: 50%;
    z-index: 10;
}
.hollow-contact-003 .form-wrap .wpcf7-form-control-wrap {
    font-size: 2rem;
}
.hollow-contact-003 .form-wrap .wpcf7-form-control-wrap input,
.hollow-contact-003 .form-wrap .wpcf7-form-control-wrap textarea {
    font-size: .6em;
    font-family: 'Lato';
    font-weight: 300;
    color: #FFF;
}
.hollow-contact-003 .form-wrap input:not([type="submit"]), .hollow-contact-003 .form-wrap textarea {
    width: 100%;
    border: 1px solid #fff;
    background: rgba(0,76,149, 0.8);
    padding: .6em;
    margin-bottom: 1rem;
    color: #FFF;
}
.hollow-contact-003 .form-wrap .wpcf7-form-control-wrap textarea {
    z-index: 0;
    height: 14rem;
    max-height: 250px;
}
.hollow-contact-003 .form-wrap .wpcf7-form-control.wpcf7-submit {
    background: #2daee2;
    border: none;
    padding: .5em 1.75em;
    font-family: 'Lato';
    color: #FFF;
    cursor: pointer;
    font-weight: 300;
    font-size: .6em;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-contact-003 .form-wrap .wpcf7-form-control.wpcf7-submit:hover {
    background: #004c95;
}
.hollow-contact-003 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}
.hollow-contact-003 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
.hollow-contact-003 :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.hollow-contact-003 :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .hollow-contact-003 h1 {
        margin-bottom: 1em;
    }
    .hollow-contact-003 p.mobile-center {
        text-align: center;
    }
    .hollow-contact-003 .contact-03-meta li>span:last-of-type>*:first-child {
      font-size: 1.1em;
    }
}
@media only screen and (max-width: 430px) {
    .hollow-contact-003 ul li {
        font-size: .7em;
    }
}
.hollow-contact-03 {
    display: block;
    position: relative;
    font-family: 'Lato';
    font-size: 2rem;
    overflow: hidden;
    padding: 4rem 0;
    background: url(img/contact-bg.jpg) center center no-repeat;
    background-size: cover;
}
.page-id-536 .hollow-contact-03 {
  display: none;
}
/* Background Overlay */
.hollow-contact-03:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,76,149,0.4);
}
.hollow-contact-03 .text-wrap {
    margin-bottom: .5em;
    max-width: 12em;
}
.hollow-contact-03 h1 {
    line-height: 1em;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #fff;
}
.hollow-contact-03 h3 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 1rem;
}
.hollow-contact-03 .content-wrap {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFF;
}
.hollow-contact-03 .content-wrap h2 {
    color: #FFF;
    font-size: .8em;
    padding-bottom: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hollow-contact-03 .content-wrap p {
    font-size: .6em;
    font-weight: 300;
    line-height: 1.4;
    color: #FFF;
}
.hollow-contact-03 ul li {
    font-size: .5em;
    font-weight: 400;
    line-height: 1.5em;
}
.hollow-contact-03 .img-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.hollow-contact-03 .img-wrap::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.hollow-contact-03 .img-wrap img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media (min-width: 768px) {
  .hollow-contact-03 .img-wrap {
    margin-top: .5rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-contact-03 .img-wrap::before {
    margin: 19rem 0;
  }
}
.hollow-contact-03 .contact-03-meta {
    position: relative;
}
.hollow-contact-03 .contact-03-meta h3 {
    color: #fff;
    padding-top: 15px;
    font-size: 15px;
    text-transform: uppercase;
}
.hollow-contact-03 .contact-03-meta ul {
    display: block;
    position: relative;
    font-size: 2rem;
}
.hollow-contact-03 .contact-03-meta li {
    margin: 20px 0;
}
.hollow-contact-03 .contact-03-meta li>span {
    display: block;
}
.hollow-contact-03 .contact-03-meta li>span:first-of-type {
    float: left;
    margin-right: 15px;
}
.hollow-contact-03 .contact-03-meta li>span:last-of-type {
    overflow: hidden;
    color: #fff;
}
.hollow-contact-03 .contact-03-meta li>span:last-of-type a {
    font-size: 24px;
    color: #fff;
}
.hollow-contact-03 .contact-03-meta li .li-inner-wrap a {
    line-height: 2;
    display: inline-block;
}
.hollow-contact-03 .contact-03-meta li>span:last-of-type>*:first-child {
    margin-top: .5rem;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.4;
}
/* BG + color = no rounded corners */
.hollow-contact-03 .contact-03-meta .fa-square {
    color: #2daee2;
    background: #2daee2;
}
.hollow-contact-03 .contact-03-meta .ghost-imgs {
    display: block;
}
.hollow-contact-03 .form-wrap {
    padding: 0;
}
.hollow-contact-03 .form-wrap .email {
    float: left;
    width: 50%;
    padding-right: 15px;
    z-index: 5;
}
.hollow-contact-03 .form-wrap .phone {
    float: left;
    width: 50%;
    z-index: 10;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap {
    font-size: 2rem;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap input,
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
    font-size: .6em;
    font-family: 'Lato';
    font-weight: 300;
    color: #FFF;
}
.hollow-contact-03 .form-wrap input:not([type="submit"]), .hollow-contact-03 .form-wrap textarea {
    width: 100%;
    border: 1px solid #fff;
    background: rgba(0,76,149, 0.8);
    padding: .6em;
    margin-bottom: 1rem;
    color: #FFF;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
    z-index: 0;
    height: 14rem;
    max-height: 250px;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit {
    background: #2daee2;
    border: none;
    padding: .5em 1.75em;
    font-family: 'Lato';
    color: #FFF;
    cursor: pointer;
    font-weight: 300;
    font-size: .6em;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit:hover {
    background: #004c95;
}
.hollow-contact-03 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}
.hollow-contact-03 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
.hollow-contact-03 :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.hollow-contact-03 :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .hollow-contact-03 h1 {
        margin-bottom: 1em;
    }
    .hollow-contact-03 p.mobile-center {
        text-align: center;
    }
    .hollow-contact-03 .contact-03-meta li>span:last-of-type>*:first-child {
      font-size: 1.1em;
    }
}
@media only screen and (max-width: 430px) {
    .hollow-contact-03 ul li {
        font-size: .7em;
    }
}

.hollow-contact-01 {
    font-family: 'Lato';
    font-size: 2rem;
    color: #363636;
    position: relative;
    overflow:hidden;
}
.hollow-contact-01 .info-wrap {
    z-index: 10;
}
.hollow-contact-01 .info-wrap .info-text-wrap {
    background: rgba(17, 173, 228, 0.47);
    padding: .5em;
    color: #fff
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap {
    display: block;
    border-bottom: 2px solid #fff;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1,
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    display: inline-block;
    line-height: 1em;
    font-weight: 300;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1 {
    font-size: 1.5em;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    font-size: .75em;
    padding: .1em .6em;
    border: 1px solid #fff;
    margin-left: 7em;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #fff;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a:hover {
    background: rgb(1, 77, 149);
    color: #fff;
}
.hollow-contact-01 .info-wrap .text-wrap {
    padding: .3rem 0;
}
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p {
    color: #fff;
    line-height: 1.5em;
    font-weight: 300;
    font-size: .6em;
}
.hollow-contact-01 .contact-background {
    position: relative;
    display: block;
    width: 100%;
}
/*iPhone phone number <a> autowrap fix*/
.hollow-contact-01 .info-wrap .text-wrap p > a {
    color: #000;
}
.hollow-contact-01 .gm-style-iw { color:#000 !important; }
@media only screen and (min-width: 768px) {
    .hollow-contact-01 .info-wrap {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        position: absolute;
    }
}
@media only screen and (max-width:767px) {
  .hollow-contact-01 .info-wrap {
    display: none;
  }
}
/* Reviews */
.hollow-contact-01 .ratings-header {
    text-align: center;
    background: #fff;
    color: #253c7b;
    font-size: 1em;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: 300;
}
.hollow-contact-01 .ratings-tagline {
    font-size: 0.9em;
}
.hollow-contact-01 .ratings-tagline a {
    display: inline-block;
    border-bottom: 1px solid #2ecc71;
    color: #253c7b;
}
.hollow-contact-01 .ratings {
    z-index: 100;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px -2px #000;
}
@media ( min-width: 768px ) {
    .hollow-contact-01 .ratings {
        height: 100%;
        overflow-y: auto;
        max-width: 450px;
        position: absolute;
    }
}
/* Single review*/
.hollow-contact-01 .ratings li.review {
    transition: background 0.1s;
    background: #fff;
    clear: left;
}
.hollow-contact-01 .ratings li.review > * {
    padding: 15px;
}
/* Header */
.hollow-contact-01 .review-header {
    background: #253c7b;
    color: #fff;
}
.hollow-contact-01 .review-header > * {
    display: inline-block;
    vertical-align: middle;
}
.hollow-contact-01 .review-header > *:not(:last-child) {
    margin-right: 10px;
}
.hollow-contact-01 .ratings li.review i.fa-star {
    color: #ffe000;
}
/* Profile photo */
.hollow-contact-01 .review-body a.review-profile-photo {
    display: block;
    text-align: center;
    width: 64px;
    float: left;
    margin-right: 15px;
}
.hollow-contact-01 .review-body a.review-profile-photo + * {
    overflow: hidden;
}
/* Review author */
.hollow-contact-01 .ratings .review-author {
    font-weight: 700;
    text-transform: capitalize;
}
/* Review content */
.hollow-contact-01 .review-content {
    margin-bottom: 5px;
}
/* Read more button */
.hollow-contact-01 .ratings li.review .button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 30px;
    background: #2ecc71;
    color: #fff;
    font-size: 16px;
    float: right;
}
.hollow-contact-01 .ratings li.review .button:hover {
    background: #1bab58;
}
.footer-02 {
    background: #004c95;
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 1em;
    line-height: 1em;
    padding: 10px;
}
.footer-02 a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.footer-02 .copyright, .footer-02 .design {
    padding: 15px 0;
    font-weight: 300;
}
.footer-02 .design {
    float: right;
}
.footer-02 .design a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
@media only screen and (max-width:991px) {
    .footer-02 {
        text-align: center;
    }
    .footer-02 .design {
        float: none;
    }
}
/*INTERIOR*/
/*  <---HEADER STYLES --->  */
.interior-header-04 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  padding: 2rem 0;
}
.interior-block-04 .interior-header-04 h1 {
  color: #004c95;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  /*background: rgba(104, 188, 191, 0.7);*/
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .interior-header-04 h1 {
    font-size: 1.1em;
  }
}
/*  <--- /HEADER STYLES --->  */

.interior-block-04 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  /*background: url(img/water-2.jpg);*/
  /*margin-bottom: -2rem;*/
}
.interior-block-04 .content-block {
  display: block;
  position: relative;
  /*background: rgba(0, 78, 147, 0.7);*/
  padding: .5rem;
  margin-bottom: 1.5rem;
  /*box-shadow: 0px 2px 5px #888888;*/
}
.interior-block-04 h3 {
  color: #00ade4;
  font-weight: 400;
  text-transform: uppercase;
}
.interior-block-04 h2 {
  color: #80ffd4;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .8em;
  margin-bottom: 1rem;
  text-align: center;
}
.interior-block-04 h4 {
  color: #004c95;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .5em;
  margin-bottom: 1rem;
}
.interior-block-04 p {
  color: #000;
}
/*.interior-block-04 .content-block p:last-of-type {
  margin-bottom: 0rem;*/
}
.interior-block-04 .content-block ul li {
  color: #000;
  padding: 0;
}
.interior-block-04 .content-block ul li i {
  color: #02ade4;
  vertical-align: top;
  line-height: 1.4;
}
.interior-block-04 .content-block ul li p {
  vertical-align: top;
  white-space: nowrap;
  font-size: .6em;
}
.interior-block-04 .credit-action{
  text-align: center;
}
.interior-block-04 .credit-action p {
  text-align: center;
  font-size: .45em;
  margin-top: 1.5rem;
}
.interior-block-04 .credit-action a {
  font-size: .6em;
  font-weight: 400;
  padding: .5em 1.5em;
  color: #004c95;
  background: #01ade4;
  display: inline-block;
  border: 1.5px solid #FFF;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  margin-top: 1.5rem;
}
.interior-block-04 .credit-action a:hover {
  background: transparent;
}
.interior-block-04 .center-para p {
  text-align: center;
}
.interior-block-04 .tip-action {
  text-align: center;
  margin-top: 1.5rem;
}
.interior-block-04 .tip-action p {
  text-align: center;
}
.interior-block-04 .tip-action a {
  font-size: .6em;
  font-weight: 400;
  padding: .5em 1.5em;
  color: #004c95;
  background: #02ade4;
  display: inline-block;
  border: 1.5px solid #FFF;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  margin-top: 1.5rem;
}
.interior-block-04 .tip-action a:hover {
  background: transparent;
}
.interior-block-04 .img-wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,0.5);*/
  z-index: 10;
  transition: .3s ease;
}
.interior-block-04 .boat-wrap h3 {
  text-align: center;
}
.interior-block-04 .boat-wrap p {
  text-align: center;
  font-weight: 400;
}
.interior-block-04 .weight-wrap p {
  font-weight: 400;
}
.interior-block-04 .center-capt {
  text-align: center;
  margin-bottom: 1.5rem;
}
.interior-block-04 .center-wrap {
  margin-top: 1.5rem;
}
.interior-block-04 .word-wrap h4 {
  text-align: center;
}
.interior-block-04 .trip-wrap p {
  /*white-space: nowrap;*/
  font-size: .6em;
  font-weight: 400;
  text-align: center;
}
/*.interior-block-04 .right p {
  text-align: right;
}*/
/*.interior-block-04 .right-2 p {
  text-align: right;
  margin-right: 1rem;
}*/
/*.interior-block-04 .right-3 p {
  text-align: right;
  margin-right: 1.5rem;
}*/
.interior-block-04 .round-wrap {
  background: rgba(104, 188, 191, 0.6);
  border-radius: 50%;
  text-align: center;
  padding: 2.7rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.interior-block-04 .round-wrap h4 {
  color: #004c95;
}
.interior-block-04 .round-wrap-1 {
  background: rgba(104, 188, 191, 0.6);
  border-radius: 50%;
  text-align: center;
  padding: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.interior-block-04 .round-wrap-2 {
  background: rgba(104, 188, 191, 0.6);
  border-radius: 50%;
  text-align: center;
  padding: 3rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 4rem;
}
.interior-block-04 .round-wrap-3 {
  background: rgba(104, 188, 191, 0.6);
  border-radius: 50%;
  text-align: center;
  padding: 3rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.interior-block-04 .bottom-fix {
  margin-bottom: 2rem;
}
.interior-block-04 .qual-pad {
  padding: 4rem;
}
.interior-block-04 .center-fish img {
  margin: auto;
}
.interior-block-04 .img-pad img {
  margin-top: 1.5rem;
}
.interior-block-04 .img-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.interior-block-04 .img-wrap::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 31%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-block-04 .img-wrap-1 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.interior-block-04 .img-wrap-1::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap-1 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-block-04 .img-wrap-2 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.interior-block-04 .img-wrap-2::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap-2 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-block-04 .img-wrap-3 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.interior-block-04 .img-wrap-3::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap-3 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-block-04 .img-wrap-4 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.interior-block-04 .img-wrap-4::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap-4 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 41%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-block-04 .img-wrap-5 {
  display: block;
  position: relative;
  /*margin-bottom: 1rem;*/
  overflow: hidden;
}
.interior-block-04 .img-wrap-5::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap-5 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 110%;
  left: 69%;
  transform: translate(-50%,-50%);
}
.interior-block-04 .img-wrap-6 {
  display: block;
  position: relative;
 /* margin-bottom: 1rem;*/
  overflow: hidden;
}
.interior-block-04 .img-wrap-6::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap-6 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 54.5%;
  transform: translate(-50%,-50%);
}
.interior-block-04 .img-wrap-7 {
  display: block;
  position: relative;
  /*margin-bottom: 1rem;*/
  overflow: hidden;
}
.interior-block-04 .img-wrap-7::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap-7 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 93%;
  transform: translate(-50%,-50%);
}
.interior-block-04 .img-wrap-8 {
  display: block;
  position: relative;
  /*margin-bottom: 1rem;*/
  overflow: hidden;
}
.interior-block-04 .img-wrap-8::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap-8 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 77%;
  left: 51%;
  transform: translate(-50%,-50%);
}
.interior-block-04 .img-wrap-9 {
  display: block;
  position: relative;
  /*margin-bottom: 1rem;*/
  overflow: hidden;
}
.interior-block-04 .img-wrap-9::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap-9 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 76%;
  transform: translate(-50%,-50%);
}
.interior-block-04 .img-wrap-10 {
  display: block;
  position: relative;
  /*margin-bottom: 1rem;*/
  overflow: hidden;
}
.interior-block-04 .img-wrap-10::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap-10 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-block-04 .img-wrap-11 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.interior-block-04 .img-wrap-11::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-block-04 .img-wrap-11 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media (min-width: 768px) {
  .interior-block-04 .img-wrap {
    margin-top: .5rem;
  }
  .interior-block-04 .img-wrap-1 {
    margin-top: .5rem;
    height: 24.8rem;
  }
  .interior-block-04 .img-wrap-2 {
    margin-top: 1.5rem;
    height: 32.5rem;
  }
  .interior-block-04 .img-wrap-3 {
    margin-top: .5rem;
    height: 24.2rem;
  }
  .interior-block-04 .img-wrap-4 {
    margin-top: 1.5rem;
    height: 17rem;
  }
  .interior-block-04 .img-wrap-5 {
    /*margin-top: 1.5rem;*/
    /*height: 23.5rem;*/
  }
  .interior-block-04 .img-wrap-6 {
    /*margin-top: 1.5rem;*/
    height: 21.5rem;
  }
  .interior-block-04 .img-wrap-7 {
    /*margin-top: 1.5rem;*/
    height: 24.5rem;
  }
  .interior-block-04 .img-wrap-8 {
    /*margin-top: 1.5rem;*/
    height: 29rem;
  }
  .interior-block-04 .img-wrap-9 {
    /*margin-top: 1.5rem;*/
    height: 16.5rem;
  }
  .interior-block-04 .img-wrap-10 {
    /*margin-top: 1.5rem;*/
    height: 23.3rem;
  }
  .interior-block-04 .img-wrap-11 {
    /*margin-top: 1.5rem;*/
    height: 19.28rem;
  }
}
@media only screen and (max-width: 991px) {
  .interior-block-04 .img-wrap::before {
    margin: 19rem 0;
  }
  .interior-block-04 .img-wrap-1::before {
    margin: 19rem 0;
  }
  .interior-block-04 .img-wrap-2::before {
    margin: 19rem 0;
  }
  .interior-block-04 .img-wrap-3::before {
    margin: 19rem 0;
  }
  .interior-block-04 .img-wrap-4::before {
    margin: 19rem 0;
  }
  .interior-block-04 .img-wrap-5::before {
    margin: 19rem 0;
  }
  .interior-block-04 .img-wrap-6::before {
    margin: 19rem 0;
  }
  .interior-block-04 .img-wrap-7::before {
    margin: 19rem 0;
  }
  .interior-block-04 .img-wrap-8::before {
    margin: 19rem 0;
  }
  .interior-block-04 .img-wrap-9::before {
    margin: 19rem 0;
  }
  .interior-block-04 .img-wrap-10::before {
    margin: 19rem 0;
  }
  .interior-block-04 .img-wrap-11::before {
    margin: 19rem 0;
  }
  .interior-block-04 .boat-img {
    display: none;
  }
   .interior-block-04 .img-wrap-1 img {
    display: block;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-width: initial;
    top: 39%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .interior-block-04 .img-wrap-1 {
    height: 21.8rem
  }
  .interior-block-04 .round-wrap ul li {
    font-size: 1.6rem;
  }
  .interior-block-04 .round-wrap-2 {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-block-04 .img-wrap-7 img {
    display: block;
    position: none;
    min-height: 100%;
    min-width: 100%;
    max-width: 0;
    top: 43%;
    left: 50%;
    transform: 0;
  }
  .interior-block-04 .img-wrap-5 img {
    display: block;
    position: none;
    min-height: 100%;
    min-width: 100%;
    max-width: 138%;
    top: 77%;
    left: 66%;
    transform: 0;
  }
  .interior-block-04 .round-wrap-1 {
    padding: 3rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
   .interior-block-04 .round-wrap-2 {
    padding-top: 3rem;
  }
  .interior-block-04 .right p {
    text-align: center;
  }
  .interior-block-04 .img-bot img {
    margin-bottom: 2rem;
  }
  .interior-block-04 .img-wrap-10 {
    height: 30rem;
  }
  .interior-block-04 .qual-pad {
    padding: 0;
  }
}
/*FISHY*/
.interior-block-04 .fish-wrap h3 {
  text-align: center;
}
.interior-block-04 .fish-wrap p {
  text-align: center;
}
.interior-block-04 .fish-a img {
  margin-left: auto;
}
.interior-block-04 .fish-b img {
  margin-right: auto;
}
.interior-block-04 .fish-c h4 {
  color: #be851c;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .7em;
  margin-bottom: 2rem;
  text-align: center;
}
.interior-block-04 .link-reserve {
  color: #fff;
  font-weight: 400;
}
.interior-block-04 .link-reserve:hover {
  color: #84daff;
}
.interior-block-04 .link-reserve a {
  text-align: center;
}
.interior-block-04 .num-span-b p {
  text-align: center;
}
.interior-block-04 .num-span {
  white-space: nowrap;
}
.interior-block-04 .center {
  text-align: center;
}
.interior-block-04 .center-a h4 {
  text-align: center;
}
.interior-block-04 .contact-a p {
  margin-bottom: 2rem;
}
.interior-block-04 .interior-bar-001 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  padding: 2rem 0;
}
.interior-block-04 .interior-bar-001 h1 {
  color: #fff;
  font-size: .8em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background: rgba(32, 48, 73, 0.5);
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .interior-block-04 .interior-bar-001 h1 {
    font-size: .6em;
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-block-04 .interior-bar-001 h1 {
    font-size: .6em;
    margin-top: 0rem;
  }
  .interior-block-04 .fish-a img {
    margin-left: auto;
    margin-right: auto;
  }
  .interior-block-04 .fish-b img {
    margin-left: auto;
    margin-right: auto;
  }
}
/*POLICIES*/
/*  <---HEADER STYLES --->  */
.interior-bar-01 .interior-header-04 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  padding: 2rem 0;
}
.interior-bar-01 .interior-header-04 h1 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  /*background: rgba(104, 188, 191, 0.7);*/
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .interior-bar-01 .interior-bar-01 .interior-header-04 h1 {
    font-size: 1.1em;
  }
}
/*  <--- /HEADER STYLES --->  */

.interior-bar-01 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  background: url(img/policies.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: -2rem;
}
.interior-bar-01:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(50, 82, 111, 0.63);
}
.interior-bar-01 h2 {
  color: #4ed4ff;
  margin: 0;
  font-weight: 400;
  font-size: .8em;
  text-align: center;
}
.interior-bar-01 p {
  color: #fff;
  font-weight: 400;
}
.interior-bar-01 .marg-b {
  margin-bottom: 2rem;
}
.hollow-web-design-01 {
  display:block;
}
.hollow-web-design-01 .top-half {
  background:#fff;
  padding:4rem 0 2rem;
}
.hollow-web-design-01 .top-half h1 {
  color:var(--defaultMainDark);
  text-align:center;
  font-size:2rem;
  font-weight:500;
  margin-bottom:1rem;
}
.hollow-web-design-01 .top-half h2 {
  color:#000;
  text-align:center;
  font-size: 1.35rem;
  font-weight: 500;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0px;
  margin:0 12rem 1rem;  
}
.hollow-web-design-01 .top-half p {
  font-size:1rem;
  color:#000;
  font-weight:500;
  width:75%;
  margin:0 auto 1rem;
}
.hollow-web-design-01 .bottom-half {
  background:#F6F6F6;
  padding:4rem 0 2rem;
}
.hollow-web-design-01 .bottom-half .form-wrap {
  width:50%;
  margin:0 auto;
}
.hollow-web-design-01 .bottom-half .form-wrap input:not([type="submit"]),
.hollow-web-design-01 .bottom-half .form-wrap textarea {
  padding: 10px 0px 10px 15px;
  border-radius:10px;
  border-color: #DCDCDC;
}
.hollow-web-design-01 .bottom-half .form-wrap textarea { height:9em; }
.hollow-web-design-01 .bottom-half .form-wrap textarea::placeholder { color:#000; }
.hollow-web-design-01 .bottom-half .form-wrap input[type="submit"] {
  background:var(--defaultMainAccent);
  border-radius:35px;
  text-transform:uppercase;
  border:none;
  font-weight:500;
}

.page-id-7247 .wpcf-spinner {
	display: none;align-content
}

@media only screen and (max-width:767px) {
  .hollow-web-design-01 .top-half h2 {
    margin:0 3rem 1rem;
  }
  .hollow-web-design-01 .top-half p {
    font-size:1rem !important;
  }
  .hollow-web-design-01 .bottom-half .form-wrap {
    width:80%;
  }
}