/*
 Theme Name:   dt-the7 Child Theme for TWS
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  TWS Theme
 Author:       VNV SA
 Author URI:   https://www.vnv.ch
 Template:     salient
 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:  twsTheme
*/

/* Global */
#main {
    padding: 70px 0 0 0;
}

#bottom-bar .wf-table {
    height: 0;
}

.boxExpo {
    padding: 15px 10px;
}

/* Header */
.l-to-r-line>li>a i.underline {
    background: rgb(247, 173, 45) !important;
}

.branding a img,
.branding img {
    max-width: 89%;
    height: auto;
}

input.acf-button.button.button-primary.button-large:hover {
    background: #e29a23 !important;
}

label[for=acf-_post_title]:before {
    content: "Raison Social - ";
    font: normal 15px / 27px "Lato", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
}

dt.tribe-events-event-url-label {
    color: #ec2626;
}

.exposants img {
    max-width: 90%;
    height: 200px;
    object-fit: contain;
}

.exposants .row {
    text-align: left;
}

.exposants .place {
    color: #f7ad2d;
}

.exposants .exposants_details {
    display: none;
    width: 80%;
    margin: 0 10%;
    z-index: 50;
    top: 0;
    position: relative;

}

.exposants .detailsExpo {
    padding: 5%;
    /*background: rgba(192,192,192,0.2);*/
    background: #fff;
    color: #000000;
    width: 100%;
    z-index: 999;
}

.exposants .detailsExpo .imageDetails {
    margin-top: 20px;
    text-align: center;
}

.exposants .detailsExpo p {
    line-height: 24px;
}

.overlayExpo {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
}

.mobileDetails,
.mobileDetails .clickme {
    display: none;
}

.boxExpo {
    /*border: 1px solid #f7ad2d;
    margin: 5px;
    padding:10px;*/
}

.boxExpo:hover {
    cursor: pointer;
}

.logoDetailsExpo img {
    max-width: 100%;
    height: 130px;
    object-fit: contain;
}

.mobile-false .footer-overlap .footer {
    position: relative !important;
}

.page-inner {
    margin-bottom: 0 !important;
}

a.tribe-events-register {
    padding: 5px 20px;
    background-color: #f7ad2d;
    color: white;
    float: right;
}

a.tribe-events-register:hover {
    background-color: #d8921a;
}

.tribe-events-list-event-description.tribe-events-content.description.entry-summary p {
    text-align: justify;
}

@media screen and (max-width: 998px) {
    .detailsExpo {
        display: none;
    }

    .mobileDetails,
    .mobileDetails .clickme {
        display: block;
    }

    .overlayExpo,
    .exposants_details {
        display: none !important;
    }

    .page-id-1019 .col-md-3 {
        border-top: 2px solid #f7ad2d;
        margin-top: 5em;
        padding-top: 2em;
    }
}


.clickme {
    top: 0;
    right: -20px;
    height: 46px;
    width: 40px;
    background: rgb(247, 173, 45);
    cursor: pointer;
    float: right;
    display: inline-block;
    padding: 10px 12px;
    font-size: 25px;
}

.clickme:hover {
    float: right;
    display: inline-block;
    padding: 10px 12px;
    background: rgb(247, 173, 45);
    color: #fff;
    font-size: 25px;
}

.dt-btn.disabled,
.dt-btn.disabled:hover,
.dt-btn.disabled:focus {
    cursor: default !important;
    background-color: #ccc !important;
}