/* 
Theme Name:     BaseInstall Child Theme
Theme URI:      https://www.splust.com
Description:    Bootstraap 4 started child theme
Author:         Charlie B
Author URI:     https://www.splust.com
Template:       wp-bootstrap-starter
Version:        1.0.0
*/


/*
    Add your custom styles here
*/


html {
    scroll-behavior: smooth;
}

body, p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 300;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 300;
    line-height: 1.4;
}

h1 {
    letter-spacing: 2px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 40px;
}

h2 {
    color:  #0268a3;
    font-weight: 700;
}

h3 {
    color: #0268a3;
}

a {
    color:  #0268a3;
}

hr {
    color: #023047;
}

.wp-block-separator {
    border-bottom: none;
}

.section-padded {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.anchor {
    position: relative;
}

.anchor a {
    position: absolute;
    left: 0px;
    top: -240px;
}

.anchor-initial a {
    top: -573px;
}


/*  Heading Styles  */


.blue-background {
    background: #0268a3;
}

.darkblue-background {
    background: #001d2e;
}

.darkblue-background p, .darkblue-background {
    color: #fff;
}

.grey-background {
    background: #ECECED;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    max-width: 175px;
    padding: 15px 0px;
}

.name-banner h1 {
    font-weight: 500;
    font-size: 120px;
    text-align: center;
}

.tagline {
    text-align: center;
    margin-top: 7%;
}

.tagline h1 {
    color: #fff;
    margin: 0 20%;
    font-size: 25px;
}

header#masthead {
    background-color: #023047;
    color: #fff;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}

header#masthead h1 {
    color: #fff;
}

.headernavswrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.headerWrap {
    margin: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.8rem;
}

ul#menu-main-menu li {
    margin-bottom: 1rem;
    position: relative;
}

ul#menu-main-menu ul {
    display: none;
    float: left;
    position: absolute;
    z-index: 99999;
    background-color: #00A0DF;
    padding: 0;
    text-align: left;
    font-size: 0.9rem;
    list-style: none;
    margin-left: 0px;
    margin-top: 5px;
    width: auto;
    min-width: 154px;
}

ul#menu-main-menu ul li {
    padding: 6px 10px;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

ul#menu-main-menu ul li:first-of-type {
    margin-top: 0;
}

ul#menu-main-menu ul li:hover > a {
    color: #fff;
}

ul#menu-main-menu ul li:hover {
    background-color: #0F0708;
}

ul#menu-main-menu ul li:last-of-type {
    border-bottom: none;
}

ul#menu-main-menu li:hover > ul {
    display: block;
}

.video-container {
    position: relative;
    margin-bottom: 60px;
}

.info-banner {
    display: flex;
    justify-content: center;
    background-color: #0268a3;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.info-banner ul {
    display: flex;
    list-style-type: none;
    color: #fff;
    padding: 0;
    margin: 0;
}

.info-banner li {
    padding:  20px;
    font-size: 20px;
    font-weight: 100;
}

.fas, .far {
    font-size: 90%;
    color:  #0268a3;
}

.highlight-reel iframe {
    max-height: 200px;
}

.location-container {
    display: flex;
    align-items: baseline;
    margin-right: 40px;
}

.event-info p {
    margin-bottom: 5px;
}

.event-info h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
}

/*  Footer Styles  */

footer {
    color: #212529;
    /*padding-top: 40px;*/
    padding-bottom: 20px;
    /*border-top: 6px solid  #0268a3;*/
   /* margin-top: 75px;*/

}

.copyright div {
    float: left !important;
    font-size: 12px;
    padding-top: 40px;
}

/*  Homepage Styles  */

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:  100%;
    padding-top: 15px;
    z-index: 1;
}

.overlay-text {
    display: flex;
    justify-content: center;
    align-items: center;
    color:  #fff;
    font-size: 45px;
}

/* Site Styles */

#VideoPopUpWrap {
    position: absolute;
    z-index: 1021;
    display: none;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#VideoPopUpWrap .contentWrap {
    width: 100%;
    height: 100%;
}

.videoWrap {
    width: 87%;
    height: auto;
    display: block;
    margin-left: -43.5%;
    left: 50%;
    top: 60px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

#VideoPopUpWrap iframe {
    position: absolute;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoPopUpCloseButton {
    font-size: 36px;
    position: absolute;
    top: 10px;
    right: 60px;
    cursor: pointer;
    z-index: 20;
    color: #fff;
}

#VideoPopUpWrap .transparentBckgrnd {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

.form-container {
    max-width: 85%;
    margin: auto;
    padding: 0 40px;
}

.form-container h1 {
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .gfield textarea.large {
    border: none;
}

input#gform_submit_button_1 {
    border: 1px solid #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    background: transparent;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
}

input#gform_submit_button_1:hover {
    color: #0268a3;
    background: #fff;
}

svg {
    max-width: 35px;
    margin-right: 10px;
}

.accolades, .accolades h2 {
    color: #fff;
}

/*  Mobile Styles  */

@media (max-width: 765px) {
    .navbar-toggler {
        position: absolute;
        top: 36px;
        right: 0px;
    }

}


