/*
 Theme Name:   Divi Child
 Theme URI:    https://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Leverage
 Author URI:   http://getleverage.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  divi-child
*/


/* Custom CSS */


/* Header & Logo */

.textlogo {
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
}

.logo_container {
    padding-left: 4%;
}

div.et_pb_section.et_pb_section_0 {
    padding-bottom: 0;
    padding-top: 15px;
}

.et_pb_row.et_pb_row_0.et_pb_row_fullwidth {
    padding-bottom: 0;
}

#countdown {
    width: 100% !important;
}

.desc {
    font-size: 17px;
}


/* Speakers */

.folio-box {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    text-decoration: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.folio-box .folio-overlay {
    width: 100%;
    position: relative;
    padding: 10px 10px 10px 0;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    min-height: 100px;
    background-color: rgb(11, 37, 62);
}

.folio-box .folio-overlay h4 {
    color: #fff;
    margin-top: -50px;
    font-size: 36px;
    text-transform: capitalize;
    text-shadow: 2px 2px 6px rgb(11, 37, 62);
}

.folio-box .folio-overlay h4 span {
    padding: 0 10px;
    background: rgba(11, 37, 62, 0.5);
}

.folio-box .folio-overlay span.tagline {
    color: #eee;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
}

.folio-box .folio-overlay span.tagline {
    color: #eee;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
}


/* Agenda */

ul.et_pb_tabs_controls {
    background-color: inherit;
    max-width: 830px;
    margin: 0 auto;
}

.et_pb_tab_content {
    padding: 40px;
}

.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
    border-right: 1px solid #d9d9d9 !important;
}

.et_pb_tab_2 .et_pb_tab_content {
    padding-top: 15px;
}

.individual-event {
    margin-top: 50px;
}

.event-title {
    color: #009edc;
    font-size: 26px;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.event-time {
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    color: black !important
}

.event-subhead {
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    color: black !important
}

.event-description {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #666;
    padding-top: 10px;
    padding-bottom: 20px;
}


/* Footer */

#footer-bottom {
    display: none;
}


/* Media Queries */

@media screen and (min-width: 600px) {
    .textlogo {
        font-size: 30px;
    }
}


/* Setting the breakpoint of the mobile menu */

@media only screen and ( max-width: 1220px) {
    #top-menu-nav, #top-menu {
        display: none;
    }
    #et_top_search {
        display: none;
    }
    #et_mobile_nav_menu {
        display: block;
    }
}

@media screen and (min-width: 980px) {
    .space {
        margin-bottom: 100px;
    }
    .home #header-text {
        position: relative;
        top: 130px;
        float: right;
        right: 21.5vw;
    }
    .event-title {
        font-size: 36px;
    }
    .desc {
        font-size: 19px;
    }
    .et_pb_pricing_table_0 .et_pb_pricing_heading {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1400px) {
    .home #header-text {
        right: 255px;
    }
}

@media screen and (min-width: 1530px) {
    .logo_container {
        padding-left: 7%;
    }
}

@media screen and (min-width: 2000px) {
    .home #header-text {
        right: 225px;
    }
}
