/*
Theme Name: Coral Reef Child
description: Client Theme - Coral Reef
Template: coral-reef-parent
Version: 1.0.0
Text Domain: coral-reef-child
Author: BCW
*/
.btn {
    color: #fff !important
}
video {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.acf-media.media__file {
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    min-height: 100%;
}
.acf-media.media__file .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.acf-media.media__file .inner .wp-video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.acf-media.media__file .inner .wp-video .mejs-container {
    width: 100%;
    height: 100% !important;
}
.acf-media.media__file .inner .wp-video .mejs-container .mejs-inner .mejs-mediaelement mediaelementwrapper {
    display: flex !important;
    align-items: end;
    justify-content: center;
    height: 100%;
}
.acf-media.media__file .inner .wp-video video {
    width: 100% !important;
    height: 100% !important;
}
.home .embed-responsive-16by9 {
    top: 50%;
    transform: translateY(-50%);
}
.home .media {
    height: 48vw;
}
.form-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.service .heading {
    font-size: 35px;
}
.gform_title {
    font-size: 25px;
}
.primary-header-inner {
    width: 1400px;
    max-width: 100%;
}
.main-nav .menu li a {
    text-align: center;
}
@media screen and (max-width: 600px) {
    .banner-section .overlay {
        top: unset;
        transform: unset;
        width: 100%;
        position: relative;
        left: 0;
        padding: 30px 15px;
    }
}