/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("../Divi/style.css");


/**
    GLOBAL
*/

.et-fixed-header #top-menu .gsep a,
.et-fixed-header #top-menu .sas a,
.et-fixed-header .sas .sub-menu li a,
.et-fixed-header .gsep .sub-menu li a,
.sas .sub-menu li a,
.gsep .sub-menu li a {
    color: #fff !important;
}


/**
    CUSTOM HERO
*/

.custom-hero {
    padding-bottom: 145px;
    padding-top: 145px;
    padding-left: 50px;
    padding-right: 50px;
}

.custom-hero .et_pb_row {
    padding-bottom: 145px;
    padding-top: 145px;
    padding-left: 50px;
    padding-right: 50px;
}

.custom-hero .et_pb_button_module_wrapper {
    width: 241px;
    float: left;
    margin-right: 12px;

}

.custom-hero .et_pb_button_module_wrapper a {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 460px) {
    .custom-hero {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0 !important;
    }

    .custom-hero .et_pb_row {
        width: 100%;
    }

    .custom-hero h2 {
        font-size: 34px !important;
        text-align: center;
        line-height: 1.3 !important;
    }

    .custom-hero h1 {
        font-size: 36px !important;
        text-align: center;
        line-height: 1.3 !important;
    }

    .custom-hero .et_pb_button_module_wrapper {
        width: 100%;
    }

    #seatstag-sec1 {
        padding-top: 0;
    }

    #seatstag-sec1 .et_pb_row,
    #seatstag-sec1 {
        width: 100%;
    }

    #seatstag-sec1 h2 {
        font-size: 34px !important;
        text-align: center;
        line-height: 1.3 !important;
    }

    #cta-section .et_pb_row,
    #cta-section {
        width: 100%;
    }

    #cta-section h2 {
        font-size: 34px !important;
        text-align: center;
        line-height: 1.3 !important;
    }

    #cta-section .et_pb_button_module_wrapper {
        text-align: center;
    }

    .popmake-close {
        right: 6% !important;
    }
}

/**
    POPUP
*/

.popmake-close {
    right: 37%;
    background: transparent;
    position: absolute;
    top: 13%;
    z-index: 99999999999999999999;
    border: 0;
    color: #000;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
}


/* Style Footer Credits - Lines 948 & 949 */



#top-menu-nav ul.sub-menu {
    background-color: #001689;
    position: relative;
    border-color: #001689;
}
#top-menu-nav ul.sub-menu a, .et-fixed-header#main-header ul.sub-menu a, #top-menu>li:last-child > a {
    color: #ffff !important;
}

.owl-theme .owl-dots {
    display: none;
}
#top-menu-nav ul.sub-menu:after, #top-menu-nav ul.sub-menu:before {
    content: '';
    background-color: #001689;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -3px;
    border-top: 3px solid #001689;
    z-index: -1;
}
#top-menu-nav ul.sub-menu:before{
    left: -100%;
}
#top-menu-nav ul.sub-menu:after{
    right: -100%;
}

#top-menu>li.gsep.menu-item.menu-item-has-children > a, #top-menu>li.sas.menu-item.menu-item-has-children > a {
    color: transparent  !important;
    padding: 0 !important;
}
#top-menu-nav ul.sub-menu li {
    width: 11%;
}


/*#owl-test-carousel .item.slider-contents .fluid-width-video-wrapper {
    position: relative;
    padding-bottom: 77%;
    padding-top: 25px;
    height: 0;
}
#owl-test-carousel .item.slider-contents iframe#player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#owl-test-carousel .owl-item.active.center .item.slider-contents .fluid-width-video-wrapper {
    padding-bottom: 54%;
}
#owl-test-carousel .owl-item.active.center .item.slider-contents {
    width: 850px;
    position: relative;
    z-index: 9999;
    left: -41%;
    top: 0;
    margin-top: 0;
}
#owl-test-carousel .owl-item {
    position: relative;
    z-index: 99;
}
#owl-test-carousel .owl-item .item.slider-contents {
    margin-top: 60px;
    position: relative;
}
#owl-test-carousel .owl-item.active.center, #owl-test-carousel .owl-item.slider-contents {
    z-index: 999;
    position: relative;
}
.owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background-color: #001488;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 32px;
    border-radius: 50%;
    padding: 0 7px 7px !important;
}
.owl-theme .owl-nav {
    margin-top: 30px;
    opacity: 0.3;
}

.owl-carousel .fixed-video-aspect {
  position: relative;
}
.owl-carousel .fixed-video-aspect:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.owl-carousel .fixed-video-aspect > .item-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
*/

.vid-title-wrapper {
    padding: 30px;
}

.vid-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 34px;
}

.owl-carousel .owl-stage-outer {
    height: 450px;
    padding-left: 5px;
    padding-right: 20px;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-item {
    box-shadow: 0 1px 5px 1px #cccccc;
    min-height: 400px !important;
    margin-bottom: 50px;
/*    margin-left: 20px;  */
/*    width: 216px;*/
/*    margin-right: 10px;
    margin-left: 10px;*/
}

.owl-item:nth-child(even) {
    margin-right: 0px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background-color: #001488;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 32px;
    border-radius: 50%;
    padding: 0 7px 7px !important;
}
.owl-theme .owl-nav {
    margin-top: 30px;
    opacity: 0.3;
}

#footer-info {
text-align: left;
color: green;
padding-bottom: 10px;
float: left;
}

#footer-info a {
font-weight: 700;
color: yellow;
}

#footer-info a:hover {
color: pink;
}


/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
    color: blue;
}
#footer-bottom .et-social-twitter a {
    color: powderblue;
}
#footer-bottom .et-social-google-plus a {
    color: red;
}
#footer-bottom .et-social-rss a {
    color: orange;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
    color: pink;
}
#footer-bottom .et-social-twitter a:hover {
    color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
    color: pink;
}
#footer-bottom .et-social-rss a:hover {
    color: pink;
}
