.mobile-menu #menu .main-nav .menu-item-has-children .sub-menu{
    display: none !important;
}

.mobile-menu #menu .menu-item a{
    font-size: 20px !important;
    padding: 10px 15px !important;
}

.post-image-container{
    height: 240px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

@media screen and (min-width: 768px) {
    .post-more-btn{
        position: absolute;
        bottom: -30px;
    }
}

.post-excert{
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-date{
    font-size: 13px;
    border-bottom: 1px solid #e39aa8;
    padding-bottom: 10px;
}

.content img{
    height: auto;
    max-width: 100%;
    padding: 15px 0px;
}

.content .wp-block-image{
    text-align: center;
}

#header .menu .primary-menu li a {
    padding: 5px 0px !important;
}

#hero-slider .image {
    background-position: center;
}

.content table td{
    border: 1px solid #e39aa8;
    padding: 20px 20px;
}

/* Contact form hide errors above */
.screen-reader-response{
   display: none;
}

.wpcf7-not-valid-tip{
    color: red !important;
}


.inner-header-banner-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
}



.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #015871;
}

.wave {
    background: url(../assets/images/wave.svg) repeat-x;
    position: absolute;
    top: -89px;
    width: 6400px;
    height: 90px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
    top: -59px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
}
.endWave{
    display:none;
}


/************************************************/
/* Google Recaptcha */
.grecaptcha-badge {
    display: none !important;
}

