/*
Theme Name: SandS Events subtheme Custom
Description: the sub theme of thekeynote-v1-00
Author: Sands Media
Author URI: http://sandsmedia.com/
Template: thekeynote-v1-00
Version: 1.00
*/

/* Add your custom styles here */

/* clean up css start */

.single-session .gdlr-session-info {
    text-align: left;
}

.hide-email {
    display: none !important;
}

.show-email {
    display: block !important;   }

html body,
html body .body-wrapper {
    font-family: 'Open Sans' !important;
}

.rcb-sc-link-change {
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgb(21, 119, 155);
    font-size: 14px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    transition: background-color 250ms ease 0s, color 250ms ease 0s, border-color 250ms ease 0s;
    margin: 0px 5px 10px;
    padding: 9px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    order: 0;
    border: 0;

}

.rcb-sc-link-revoke,
.sands_revoke_real_cookie,
.rcb-sc-link-history {
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    color: rgb(21, 119, 155);
    transition: background-color 250ms ease 0s, color 250ms ease 0s, border-color 250ms ease 0s;
    margin: 0px 5px 10px;
    padding: 8px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(21, 119, 155);

}


.white_title {
    color: white;
}

#hidden {
    display: none;
    visibility: hidden;
}

#visible-phone {
    display: none !important;
}

#visible-tablet {
    display: none !important;
}

#hidden-desktop {
    display: none !important;
}

#visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    #hidden-desktop {
        display: inherit !important;
    }

    #visible-desktop {
        display: none !important;
    }

    #visible-tablet {
        display: inherit !important;
    }

    #hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #hidden-desktop {
        display: inherit !important;
    }

    #visible-desktop {
        display: none !important;
    }

    #visible-phone {
        display: inherit !important;
    }

    #hidden-phone {
        display: none !important;
    }
}


.field-hidden {
    display: none !important;
}

.gdl-search-form input[type="submit"] {
    margin: -10px -25px 21px;
}

.gdlr-main-menu>li>.sub-menu a,
.gdlr-main-menu>li>.sf-mega a {
    color: #fff;
    font-weight: bold;
}

.session-break-info {
    float: left;
    font-size: 15px !important;
}

.gdlr-sponsor-thumbnail-overlay {
    background: transparent;
}

.gdlr-blog-thumbnail {
    background: transparent;
}


.box-round-shadow {
    box-shadow: 0px 2px 20px #000;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-color: black;
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.gdlr-page-title-wrapper,
.gdlr-page-title-wrapper.gdlr-page-title-wrapper {
    background-size: cover !important;
}

@media only screen and (max-width: 991px) {

    .gdlr-logo>a img {
        position: fixed !important;
        left: 10px !important;
        top: 10px !important;
        max-width: 110px;
    }

    .gdlr-main-mobile-menu>li:last-child {
        position: relative;
        top: 10px;
    }

    #gdlr-responsive-navigation.dl-menuwrapper button {
        background-color: transparent;
    }

    #gdlr-responsive-navigation .dl-trigger {
        position: absolute;
        right: 20px !important;
        top: 50%;
        margin-top: -20px;
    }

    .gdlr-header-container.container {
        height: 70px;
    }

    .dl-menu.gdlr-main-mobile-menu * {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 500 !important;
    }


    body .gdlr-logo {
        position: fixed !important;
        width: 100% !important;
        top: 0px !important;
        left: 10px !important;
        max-width: 100% !important;
        padding-bottom: 5px;
    }
}

.gdlr-logo {
    padding-bottom: 5px;
}

.mc-fom-container .mc4wp-alert {
    padding: 6px 15px;
}

.light-res.mc-fom-container .mc4wp-alert {
    color: #f5f5f5 !important;
}

.dark-res.mc-fom-container .mc4wp-alert {
    color: #121212 !important;
}


/* we move it to form level  */
body .mc4wp-form-fields input[type=submit] {
    border-radius: 0 50px 50px 0 !important;
    border-left: 1px #ccc solid !important;
}

body .mc4wp-form-fields input {
    border-radius: 50px 0 0 50px !important;
}



/* clean up css ends */


.atdcontainer2 .day-description p {
    width: 100%;
}

h3 {
    font-size: 26px;
    font-weight: 600;
    color: #292929;
    border-color: #292929;
    line-height: 1;
    letter-spacing: 4px;
    margin-bottom: 0px;
    font-family: 'Open Sans' !important;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
    display: block;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}