/**
 * Author: http://5inline.com
 * Description: Tampa Downtown Partnership for Foundry 119
 */
/**
 * Variables
*/
/**
 * Modules
 */

@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700&display=swap');
.container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
}

@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.container-row {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 544px) {
    .container-row {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container-row {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-row {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container-row {
        max-width: 1140px;
    }
}

.col-sm-1 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-1 {
        box-sizing: border-box;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
}

.col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-2 {
        box-sizing: border-box;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

.col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-3 {
        box-sizing: border-box;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-4 {
        box-sizing: border-box;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

.col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-5 {
        box-sizing: border-box;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

.col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-6 {
        box-sizing: border-box;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-7 {
        box-sizing: border-box;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
}

.col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-8 {
        box-sizing: border-box;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

.col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-10 {
        box-sizing: border-box;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
}

.col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-11 {
        box-sizing: border-box;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
}

.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col-md-1 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-1 {
        box-sizing: border-box;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
}

.col-md-2 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-2 {
        box-sizing: border-box;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

.col-md-3 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-3 {
        box-sizing: border-box;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.col-md-4 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-4 {
        box-sizing: border-box;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

.col-md-5 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-5 {
        box-sizing: border-box;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

.col-md-6 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-6 {
        box-sizing: border-box;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-md-7 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-7 {
        box-sizing: border-box;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
}

.col-md-8 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-8 {
        box-sizing: border-box;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

.col-md-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.col-md-10 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-10 {
        box-sizing: border-box;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
}

.col-md-11 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-11 {
        box-sizing: border-box;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
}

.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-1 {
        box-sizing: border-box;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
}

.col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-2 {
        box-sizing: border-box;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

.col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-3 {
        box-sizing: border-box;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-4 {
        box-sizing: border-box;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-5 {
        box-sizing: border-box;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-6 {
        box-sizing: border-box;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-7 {
        box-sizing: border-box;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
}

.col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-8 {
        box-sizing: border-box;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

.col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-10 {
        box-sizing: border-box;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
}

.col-lg-11 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-11 {
        box-sizing: border-box;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
}

.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col-xl-1 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-1 {
        box-sizing: border-box;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
}

.col-xl-2 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-2 {
        box-sizing: border-box;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

.col-xl-3 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-3 {
        box-sizing: border-box;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.col-xl-4 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-4 {
        box-sizing: border-box;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

.col-xl-5 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-5 {
        box-sizing: border-box;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

.col-xl-6 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-6 {
        box-sizing: border-box;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-xl-7 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-7 {
        box-sizing: border-box;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
}

.col-xl-8 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-8 {
        box-sizing: border-box;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

.col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.col-xl-10 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-10 {
        box-sizing: border-box;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
}

.col-xl-11 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-11 {
        box-sizing: border-box;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
}

.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mec-wrap .col-md-4 {
    width: 32.333333%;
}
.mec-wrap .col-lg-8 {
    width: 65.666667%;
}

@media (min-width: 992px){
    .mec-wrap .col-lg-8, 
    .col-lg-8 {
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        max-width: 66%;
    }
}

@media (min-width: 768px){
    .col-md-4 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
}

.gray-xlight {
    color: #f8f8f8;
}

.bg-gray-xlight {
    background-color: #f8f8f8;
}

.gray-light {
    color: #7d7d7d;
}

.bg-gray-light {
    background-color: #7d7d7d;
}

.gray-select {
    color: #c7c7c7;
}

.bg-gray-select {
    background-color: #c7c7c7;
}

.gray-base {
    color: #333333;
}

.bg-gray-base {
    background-color: #333333;
}

.gray-dark {
    color: #363636;
}

.bg-gray-dark {
    background-color: #363636;
}

.white-base {
    color: white;
}

.bg-white-base {
    background-color: white;
}

.black-base {
    color: #0a0a0a;
}

.bg-black-base {
    background-color: #0a0a0a;
}

.yellow-base {
    color: #ffce01;
}

.bg-yellow-base {
    background-color: #ffce01;
}

.blue-light {
    color: #abdce2;
}

.bg-blue-light {
    background-color: #abdce2;
}

.blue-base {
    color: #396e8e;
}

.bg-blue-base {
    background-color: #396e8e;
}

.blue-dark {
    color: #00283e;
}

.bg-blue-dark {
    background-color: #00283e;
}

.purple-light {
    color: #283e61;
}

.bg-purple-light {
    background-color: #283e61;
}

.purple-base {
    color: #00334f;
}

.bg-purple-base {
    background-color: #00334f;
}

.orange-base {
    color: #eb9c3b;
}

.bg-orange-base {
    background-color: #eb9c3b;
}

.green-base {
    color: #1c9c55;
}

.bg-green-base {
    background-color: #1c9c55;
}

.red-base {
    color: #d50000;
}

.bg-red-base {
    background-color: #d50000;
}

/**
 * Ratio Mixin for controlling the size ratio of an element.
 */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../assets/fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../assets/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../assets/fonts/MaterialIcons-Regular.woff) format("woff"), url(../assets/fonts/MaterialIcons-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-size: "normal";
    font-weight: 300;
    src: local("Roboto"), url("../assets/fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-size: "normal";
    font-weight: 400;
    src: local("Roboto"), url("../assets/fonts/Roboto-Normal.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-size: "normal";
    font-weight: 500;
    src: local("Roboto"), url("../assets/fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-size: "normal";
    font-weight: 700;
    src: local("Roboto"), url("../assets/fonts/Roboto-Bold.ttf") format("truetype");
}

h3 {
    color: #abdce2;
    font-weight: 900;
    font-size: 3.053rem;
    line-height: 68px;
    margin: 0 0 .4em;
}

@media screen and (max-width: 768px) {
    h3 {
        line-height: 1.4em;
    }
}

h3.lead {
    font-size: 78px;
    line-height: 80px;
}

@media screen and (max-width: 1200px) {
    h3.lead {
        font-size: 68px;
    }
}

@media screen and (max-width: 768px) {
    h3.lead {
        font-size: 50px;
        line-height: 1.4em;
    }
}

h4 {
    font-family: "Old Standard TT", serif;
    font-size: 4.211rem;
    letter-spacing: 0px;
    font-weight: 400;
    margin: 0 0 1.5rem;
}

h4 small {
    font-size: 22px;
    letter-spacing: 4.4px;
    display: block;
    margin: 44px 0px;
}

h4.lead {
    font-size: 120px;
    line-height: 1em;
}

@media screen and (max-width: 768px) {
    h4.lead {
        font-size: 80px;
        line-height: 1em;
    }
}

h4 span {
    font-weight: bold;
    display: block;
    font-size: 50px;
    font-family: "Lato", sans-serif;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    h4 span {
        font-size: 30px;
        line-height: 1.2em;
    }
}

h5 {
    font-size: 16px;
    margin: 0 0 1.5rem;
    line-height: 1.2em;
    font-weight: 700;
}

h6 {
    font-size: 0.9474rem;
    color: #363636;
    letter-spacing: 1.79px;
    margin: 0 0 1.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.8em;
}

p.lead {
    font-size: 21px;
    line-height: 2em;
}

@media screen and (max-width: 992px) {
    p.lead {
        font-size: 18px;
    }
}

.icon,
.map-app-gmap .gm-style-close:after,
.list-item-address:after,
.archive-filter-sort-type:after,
.archive-filter-sort-date:after,
.archive-filter-sort-search:after,
.archive-filter-place .archive-filter-content-place .archive-filter-sort-place:after,
.archive-filter-place .archive-filter-content-place .archive-filter-search-place:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.btn-a,
.btn-a-alt {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    color: white;
    border: 3px solid white;
    padding: 26px 3rem;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    transition: 0.15s all ease-out;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    display: inline-block;
    letter-spacing: .09em;
    box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0) inset;
    text-align: center;
}

.btn-a:hover,
.btn-a-alt:hover {
    box-shadow: 0 -100px 0px 0px white inset;
    color: #00334f;
}

.btn-a-alt {
    border-color: #abdce2;
    color: #00334f;
}

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

    .btn-a,
    .btn-a-alt {
        padding: 20px 1.5rem;
    }
}

.btn-b {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    color: #00334f;
    font-size: 22px;
    padding-left: 50px;
    position: relative;
    text-decoration: none;
    transition: 0.15s all ease-out;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    display: inline-block;
}

.btn-b.btn-white {
    color: white;
}

.btn-b.btn-white:hover {
    color: #eb9c3b;
}

.btn-b:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 38px;
    height: 3px;
    background-color: #eb9c3b;
    opacity: 1;
    transition: 0.15s all ease-out;
}

.btn-b:hover {
    color: #eb9c3b;
}

.btn-b:hover:before {
    width: 60px;
    opacity: 0;
}

.btn-b.btn-center {
    padding-right: 58px;
}

.btn-b.btn-center:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    left: auto;
    width: 38px;
    height: 3px;
    background-color: #eb9c3b;
    opacity: 1;
    transition: 0.15s all ease-out;
}

.btn-b.btn-center:hover {
    color: #eb9c3b;
}

.btn-b.btn-center:hover:after {
    width: 60px;
    opacity: 0;
}

.middle {
    margin-left: auto !important;
    margin-right: auto !important;
}

.block-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.block-col {
    -ms-flex: 1 0;
    flex: 1 0;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-dark {
    color: #363636 !important;
}

.text-gray {
    color: #333333 !important;
}

.text-red {
    color: #d50000 !important;
}

.line {
    margin-bottom: 1.5rem;
}

.line-sm {
    margin-bottom: 0.75rem;
}

.line-lg {
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .line-lg {
        margin-bottom: 1.5rem;
    }
}

small {
    font-weight: 200;
    line-height: .5em;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.media-figure {
    margin-right: 0.5em;
}

.reverse .media-figure {
    margin-left: 0.5em;
}

.media-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 5px;
}

.media.reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 544px) {
    .hidden-sm {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .hidden-md {
        display: none !important;
    }
}

.align-left {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.align-right {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

/**
 * Partials
 */
body,
html {
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #363636;
    font-size: 19px;
}

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

    body,
    html {
        font-size: 15.2px;
    }
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    line-height: 1.5rem;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
}

.view-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
}

.view-container-error h1 {
    text-align: center;
    line-height: 1.75rem;
}

.view-container-error h2 {
    text-align: center;
}

.view-container-archive,
.view-container-single {
    background: #f8f8f8;
}

.post-type-archive-place .view-container-archive,
.post-type-archive-place .view-container-single {
    min-height: calc(100vh - 86px);
}

.view-content {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
}

@media (min-width: 544px) {
    .view-content {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .view-content {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .view-content {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .view-content {
        max-width: 1140px;
    }
}

/**
 * Global Styles
 */
a {
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    color: #396e8e;
    transition: 0.15s all ease-out;
}

a:hover {
    color: #eb9c3b;
}

body {
    -webkit-overflow-scrolling: touch;
}

body.modal {
    overflow-y: hidden;
}

body.modal #container::before {
    content: ' ';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 79, 0.96);
    z-index: 15;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wpcf7-form label {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    color: #00334f;
    font-size: 22px;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    box-shadow: none;
    background: #fff;
    border: 2px solid #c7c7c7;
    padding: 12px;
    line-height: 1.5em;
    height: auto;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    color: #7d7d7d;
    font-family: "Lato", sans-serif;
    box-sizing: border-box;
}

.wpcf7-form input[type="submit"] {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    color: #00334f;
    border: 2px solid #00334f;
    padding: 26px 3rem;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    transition: 0.15s all ease-out;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    display: inline-block;
    letter-spacing: .09em;
    box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0) inset;
    text-align: center;
}

.wpcf7-form input[type="submit"]:hover {
    color: #ffce01;
    border: 2px solid #ffce01;
    box-shadow: 0 0px 0px 0px rgba(255, 206, 1, 0) inset;
}

select::-ms-expand {
    display: none;
}

/**
 * Components
 */
.menu-main-navigation-container {
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 992px) {
    .menu-main-navigation-container {
        -ms-flex: 2 !important;
        flex: 2 !important;
    }
}

@media screen and (max-width: 768px) {
    .menu-main-navigation-container {
        display: none;
    }
}

.menu-main-navigation-container .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .menu-main-navigation-container .menu {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.menu-main-navigation-container .menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    position: relative;
    transition: 0.15s all ease-out;
}

.menu-main-navigation-container .menu-item:before {
    transition: 0.15s all ease-out;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #396e8e;
    content: "";
    position: absolute;
}

.menu-main-navigation-container .menu-item a {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #363636;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .menu-main-navigation-container .menu-item a {
        padding: 0.75rem;
        font-size: 16px;
    }
}

.menu-main-navigation-container .menu-item:hover:before {
    height: 6px;
}

.menu-main-navigation-container .menu-item:hover a {
    color: #ffce01;
}

.menu-main-navigation-container .menu-item.current-menu-item:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #396e8e;
    content: "";
    position: absolute;
}

.menu-main-navigation-container .menu-item.current-menu-item a {
    color: #ffce01;
}

.menu-main-navigation-container .menu-item:last-of-type {
    background-color: #ffce01;
}

.menu-main-navigation-container .menu-item:last-of-type:hover {
    background-color: #396e8e;
}

.menu-main-navigation-container .menu-item:last-of-type:hover:before {
    height: 0px;
}

.menu-main-navigation-container .menu-item:last-of-type:hover a {
    color: white;
}

.menu-main-navigation-container .menu-item:last-of-type a {
    color: #363636;
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-weight: normal;
}

.menu-overlay {
    position: fixed;
    top: 86px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 51, 79, 0);
    z-index: 99999;
    visibility: hidden;
    z-index: -10;
    opacity: 0;
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-overlay-content {
    background-color: #f7f7f7;
    padding: 50px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 3rem;
    left: 3rem;
    right: 3rem;
    bottom: 75px;
}

.menu-overlay-content h2 {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-size: 52px;
    font-weight: 200;
    color: #363636;
    margin: 0 0 3.75rem;
    text-align: center;
}

.menu-overlay-content-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.menu-overlay-content-close img {
    border: 0;
}

.menu-overlay-content-bottom {
    color: white;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.menu-overlay-content-bottom a {
    color: #ffce01;
}

.menu-overlay-list {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 40px;
}

.menu-overlay-list > li {
    margin: 0 1rem;
    -ms-flex: 20%;
    flex: 20%;
}

@media screen and (max-width: 768px) {
    .menu-overlay-list > li {
        -ms-flex: 40%;
        flex: 40%;
    }
}

.menu-overlay-list > li a {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-size: 48px;
    color: #363636;
    margin-bottom: 1.5rem;
}

.menu-overlay-list > li a:hover {
    color: #ffce01;
}

.menu-overlay-list > li > ul {
    margin: 1.5rem 0;
    padding: 0;
    list-style-type: none;
    min-width: 260px;
}

.menu-overlay-list > li > ul > li {
    padding: 0 1.5rem;
}

.menu-overlay-list > li > ul > li a {
    border-bottom: 1px solid #d8d8d8;
    color: #7d7d7d;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    letter-spacing: 1.2px;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 12px 0;
}

.menu-overlay .menu-image-item {
    height: auto;
    width: 100%;
}

@media screen and (min-width: 1201px) {
    .menu-overlay .menu-image-item {
        margin-top: -15px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 1441px) {
    .menu-overlay .menu-image-item {
        margin-bottom: 10px;
    }
}

.menu-overlay .menu-image-item a {
    border-bottom: none;
    text-align: center;
    font-size: 1.75rem;
    color: transparent;
}

@media screen and (min-width: 1201px) {
    .menu-overlay .menu-image-item a {
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 1441px) {
    .menu-overlay .menu-image-item a {
        font-size: 1.75rem;
    }
}

.menu-overlay .menu-image-item a:hover {
    color: transparent;
}

.menu-overlay .menu-image-item:nth-of-type(2) a {
    color: black;
    font-size: 1.0625rem;
    vertical-align: bottom;
}

.menu-overlay .menu-image-item-map {
    background: url("../../../../wp-content/uploads/2017/01/menu-map-image.png") no-repeat;
    background-size: auto;
    background-position: center;
    height: 300px;
    width: 968px;
}

@media screen and (min-width: 768px) {
    .menu-overlay .menu-image-item-map {
        background-size: 100%;
        height: 225px;
        width: 721px;
    }
}

@media screen and (min-width: 1201px) {
    .menu-overlay .menu-image-item-map {
        background-size: auto;
        height: 250px;
        width: 801px;
    }
}

@media screen and (min-width: 1441px) {
    .menu-overlay .menu-image-item-map {
        background-size: auto;
        height: 300px;
        width: 968px;
    }
}

@media screen and (min-width: 1201px) {
    .menu-overlay .menu-image-item-map a {
        min-height: 150px;
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 1441px) {
    .menu-overlay .menu-image-item-map a {
        min-height: 275px;
        font-size: 1.75rem;
    }
}

.menu-overlay a.menu-header-link:hover h2 {
    color: #ffce01;
}

.menu-overlay .menu-image-item-parking {
    background: url("../../../../wp-content/uploads/2016/12/parking-cta.png") no-repeat;
    background-size: 98% auto;
    height: auto;
    width: 100%;
}

@media screen and (min-width: 1201px) {
    .menu-overlay .menu-image-item-parking a {
        min-height: 150px;
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 1441px) {
    .menu-overlay .menu-image-item-parking a {
        min-height: 275px;
        font-size: 1.75rem;
    }
}

.menu-overlay #menu-submenu-events .menu-item-has-children,
.menu-overlay #menu-submenu-news .menu-item-has-children,
.menu-overlay #menu-submenu-about .menu-item-has-children {
    text-align: center;
}

.menu-overlay #menu-submenu-events .sub-menu,
.menu-overlay #menu-submenu-news .sub-menu,
.menu-overlay #menu-submenu-about .sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-overlay #menu-submenu-events .sub-menu li,
.menu-overlay #menu-submenu-news .sub-menu li,
.menu-overlay #menu-submenu-about .sub-menu li {
    box-sizing: border-box;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: left;
}

.menu-overlay #menu-submenu-getting-around .menu-item-has-children,
.menu-overlay #menu-submenu-search .menu-item-has-children {
    text-align: center;
}

.menu-overlay #menu-submenu-getting-around .sub-menu,
.menu-overlay #menu-submenu-search .sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-overlay #menu-submenu-getting-around .sub-menu li,
.menu-overlay #menu-submenu-search .sub-menu li {
    box-sizing: border-box;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: left;
}

.menu-overlay #menu-submenu-getting-around .sub-menu li:first-of-type,
.menu-overlay #menu-submenu-search .sub-menu li:first-of-type {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

body.admin-bar .menu-overlay {
    top: 118px;
}

body.menu-overlay-open {
    overflow: hidden;
}

body.menu-overlay-explore .menu-overlay {
    background: #00334f;
}

body.menu-overlay-explore .menu-overlay-explore {
    opacity: 1;
    visibility: visible;
    z-index: 200;
}

body.menu-overlay-events .menu-overlay {
    background: #00334f;
}

body.menu-overlay-events .menu-overlay-events {
    opacity: 1;
    visibility: visible;
    z-index: 200;
}

body.menu-overlay-news .menu-overlay {
    background: #00334f;
}

body.menu-overlay-news .menu-overlay-news {
    opacity: 1;
    visibility: visible;
    z-index: 200;
}

body.menu-overlay-getting-around .menu-overlay {
    background: #00334f;
}

body.menu-overlay-getting-around .menu-overlay-getting-around {
    opacity: 1;
    visibility: visible;
    z-index: 200;
}

body.menu-overlay-about .menu-overlay {
    background: #00334f;
}

body.menu-overlay-about .menu-overlay-about {
    opacity: 1;
    visibility: visible;
    z-index: 200;
}

body.menu-overlay-search .menu-overlay {
    background: #00334f;
}

body.menu-overlay-search .menu-overlay-search {
    opacity: 1;
    visibility: visible;
    z-index: 200;
}

.search-menu {
    background-color: #396e8e;
    height: 100%;
    width: 75px;
}

.search-menu #search-click {
    color: #FFF;
    position: relative;
    width: 32px;
    float: right;
    padding-right: 20px;
    padding-top: 15px;
}

#main-search-form {
    border: none;
    margin: 0 auto;
}

#main-search-form input {
    border-top: none;
    border-left: none;
    border-right: none;
    margin-left: 15%;
    background-color: #f7f7f7;
    width: 25%;
    height: 50px;
    border-bottom: 1px solid #0a0a0a;
    outline: none;
}

#main-search-form input::webkit-input-placeholder {
    color: #0a0a0a;
}

#main-search-form input::-moz-placeholder {
    color: #0a0a0a;
}

#main-search-form input:-ms-input-placeholder {
    color: #0a0a0a;
}

#main-search-form input:moz-placeholder {
    color: #0a0a0a;
}

.footer {
    border-top: 1px solid #ECECEC;
    border-bottom: 28px solid #abdce2;
    padding: 3rem 0;
}

@media screen and (max-width: 992px) {
    .footer {
        text-align: center;
        padding: 2rem 0;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        text-align: center;
        padding: 1rem 0;
    }
}

.footer img {
    max-width: 100%;
}

.footer p {
    font-size: 16px;
    line-height: 1.4em;
}

.footer .logo-footer {
    margin-bottom: 1.5rem;
}

.footer .btn-a,
.footer .btn-a-alt {
    color: #00334f;
    border-color: #00334f;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.footer .btn-a:hover,
.footer .btn-a-alt:hover {
    color: #abdce2;
    border-color: #abdce2;
}

.footer .textwidget {
    margin-bottom: 1.5rem;
}

.menu-footer-navigation-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.menu-footer-navigation-container .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .menu-footer-navigation-container .menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.menu-footer-navigation-container .menu-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .menu-footer-navigation-container .menu-item {
        -ms-flex: 100%;
        flex: 100%;
    }
}

.menu-footer-navigation-container .menu-item ul li {
    margin-bottom: 4px;
}

.menu-footer-navigation-container .menu-item.title > a {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    color: #363636;
    text-decoration: none;
    margin-bottom: 0.75rem;
    display: block;
}

.menu-footer-navigation-container .menu-item.title > a:hover {
    color: #ffce01;
}

.menu-footer-navigation-container .menu-item a {
    font-size: 16px;
}

.menu-footer-navigation-container .menu-item-has-children {
    padding: 0 1.5rem;
}

.menu-footer-navigation-container .menu-item-has-children > a {
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .menu-footer-navigation-container .menu-item-has-children {
        padding: 0 0.75rem;
    }
}

.menu-footer-navigation-container .menu ul,
.menu-footer-navigation-container .menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

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

    .menu-footer-navigation-container .menu ul,
    .menu-footer-navigation-container .menu li {
        margin-bottom: 0.75rem;
    }
}

/**
 * Styles for sidebar component.
 * @application tdpWebsiteApp
 */
/**
 * Styles for header component.
 * @application tdpWebsiteApp
 */
div#header {
    box-shadow: 0px 1px 2px 0px rgba(103, 103, 103, 0.2);
    position: relative;
    z-index: 9;
}
.header {
    padding-bottom: 0px;
    padding-top: 0px;
    z-index: 100;
    background-color: white;
    width: 100%;
}

.home .header {
    box-shadow: none;
}


.header .tdp-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/**
 * Styles for headerLogo component.
 * @application tdpWebsiteApp
 */
.header-logo {
    overflow: hidden;
    position: relative;
    margin-right: 0;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
}
.header-logo .header-logo-img {
    width: 100%;
    height: auto;
}

.header-logo-branding {
    display: none;
}

@media screen and (min-width: 1300px) {
    .header-logo {
        flex: inherit;
        width: 317px;
    }
}

@media screen and (max-width: 1199px) {
    .header-logo {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 992px) {
    .header-logo {
        justify-content: flex-start;
    }

    .header-logo a {
        z-index: 10000;
    }

    .header-logo-branding {
        text-indent: -1000px;
        position: absolute;
        z-index: -1;
    }

    .header-logo-img {
        border-left: 0px solid #396e8e;
        -webkit-backface-visibility: hidden;
        transition: 0.15s all ease-out;
    }

    .header-logo a:hover .header-logo-img {
        border-left: 10px solid #396e8e;
    }
}

@media screen and (max-width: 992px) {
    .header-logo a:hover .header-logo-img {
        border-left: 0;
    }
}

/**
 * Styles for postContent component.
 * @application tdpWebsiteApp
 */

.post-content {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    width: 100%;
    background: white;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 3rem;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 544px) {
    .post-content {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .post-content {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .post-content {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .post-content {
        max-width: 1140px;
        margin-top: 200px;
    }
}

.post-content-header-news {
    margin-bottom: 1.5rem;
}

.post-content-body {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 3rem;
}

.post-content-title {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 200;
    font-size: 60px;
    color: #0a0a0a;
    letter-spacing: 0px;
    line-height: 67px;
    text-align: center;
    margin: 3rem auto 1.5rem;
    padding: 0 70px;
}

@media (min-width: 768px) {
    .post-content-title {
        box-sizing: border-box;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

@media screen and (max-width: 544px) {
    .post-content-title {
        font-size: 42px;
        padding: 0;
    }
}

.post-content-back {
    text-align: center;
    font-family: "Old Standard TT", serif;
    font-style: italic;
    margin: 1.5rem 0 0.75rem;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.post-content-date-news,
.post-content-date-event,
.post-content-date-insider {
    text-align: center;
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-size: 24px;
    color: #c7c7c7;
    margin-bottom: 0.75rem;
    letter-spacing: 0;
    display: block;
    position: relative;
}

.post-content-date-news:after,
.post-content-date-event:after,
.post-content-date-insider:after {
    content: "";
    height: 2px;
    background-color: #eb9c3b;
    width: 38px;
    left: 50%;
    bottom: -38px;
    position: absolute;
    transform: translateX(-50%);
}

.post-content-meta {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    margin-bottom: 2em;
    position: relative;
}

@media (min-width: 544px) {
    .post-content-meta {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .post-content-meta {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .post-content-meta {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .post-content-meta {
        max-width: 1140px;
    }
}

.post-content-meta .post-content-back {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3px;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .post-content-meta .post-content-back {
        top: -15px;
        margin-top: 0;
    }
}

.post-content-meta .post-navigation h2 {
    display: none;
}

.post-content-meta .post-navigation .nav-links {
    display: -ms-flexbox;
    display: block;
    /* -ms-flex-direction: row;
       flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-content-meta .post-navigation .nav-previous,
.post-content-meta .post-navigation .nav-next {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

@media (min-width: 544px) {

    .post-content-meta .post-navigation .nav-previous,
    .post-content-meta .post-navigation .nav-next {
        box-sizing: border-box;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.post-content-meta .post-navigation .nav-previous a,
.post-content-meta .post-navigation .nav-next a {
    position: relative;
    font-style: italic;
    font-family: "Old Standard TT", serif;
    padding-left: 60px;
}

.post-content-meta .post-navigation .nav-previous a:before,
.post-content-meta .post-navigation .nav-next a:before {
    content: "";
    height: 2px;
    background-color: #eb9c3b;
    width: 38px;
    left: 0;
    top: 48%;
    position: absolute;
}

.post-content-meta .post-navigation .nav-next {
    text-align: right;
    float: right;
}

.post-content-meta .post-navigation .nav-previous {
    float: left;
}

.post-content-meta .post-navigation .nav-next a {
    padding-left: 0;
    padding-right: 60px;
}

.post-content-meta .post-navigation .nav-next a:before {
    right: 0px;
    left: auto;
}

.post-content-event .event-website {
    text-align: center;
}

.post-content-newsletter {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (min-width: 544px) {
    .post-content-newsletter {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .post-content-newsletter {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .post-content-newsletter {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .post-content-newsletter {
        max-width: 1140px;
    }
}

.post-content-newsletter-title {
    margin: 0 auto 3rem;
    text-align: center;
}

.post-content-newsletter-title h3 {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-weight: 200;
    font-size: 44px;
    margin: 0;
    color: #c7c7c7;
    padding: 0 54px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.post-content-newsletter-title h3:before,
.post-content-newsletter-title h3:after {
    content: "";
    width: 34px;
    height: 2px;
    background-color: #c7c7c7;
    position: absolute;
    top: 50%;
}

.post-content-newsletter-title h3:before {
    left: 0;
}

.post-content-newsletter-title h3:after {
    right: 0;
}

.post-content-newsletter-list {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .post-content-newsletter-list {
        box-sizing: border-box;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.post-content-newsletter-list-item {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    background: white;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 6rem;
}

@media (min-width: 544px) {
    .post-content-newsletter-list-item {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .post-content-newsletter-list-item {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .post-content-newsletter-list-item {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .post-content-newsletter-list-item {
        max-width: 1140px;
    }
}

.post-content-newsletter-list-item-header {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding: 12rem 1.5rem 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.post-content-newsletter-list-item-header h1 {
    color: white;
    margin-bottom: 0;
    position: relative;
    font-weight: 200;
}

.post-content-newsletter-list-item-header:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-180deg, transparent 21%, #000000 92%);
}

.post-content-newsletter-list-item-content {
    font-size: 16px;
    padding: 1.5rem;
}

.post-content-newsletter-list-item-content h2 {
    margin-top: 1.5rem;
}

.post-content-newsletter-nav {
    position: relative;
    min-height: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media (min-width: 992px) {
    .post-content-newsletter-nav {
        box-sizing: border-box;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (max-width: 544px) {
    .post-content-newsletter-nav {
        display: none;
        position: relative !important;
        top: inherit !important;
        right: inherit !important;
    }
}

@media screen and (max-width: 768px) {
    .post-content-newsletter-nav {
        display: none;
    }
}

.post-content-newsletter-nav-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    background-color: white;
}

.post-content-newsletter-nav-list-item {
    margin: 0;
    padding: 0;
}

.post-content-newsletter-nav-list-item-title {
    text-align: center;
    padding: 1.5rem;
    text-transform: uppercase;
    color: #363636;
    font-size: 20px;
    letter-spacing: 1.83px;
}

.post-content-newsletter-nav-list-item a {
    display: block;
    padding: 1.05rem;
    position: relative;
    color: #7d7d7d;
    border-top: 1px solid #c7c7c7;
    font-size: 16px;
    transition: 0.15s all ease-out;
}

.post-content-newsletter-nav-list-item a:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 6px;
    position: absolute;
    background-color: rgba(255, 206, 1, 0);
}

.post-content-newsletter-nav-list-item a:hover {
    color: #eb9c3b;
}

.post-content-newsletter-nav-list-item a.active {
    color: #363636;
}

.post-content-newsletter-nav-list-item a.active:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 6px;
    background-color: #ffce01;
}

@media screen and (max-width: 544px) {
    .post-content iframe {
        max-width: 100%;
    }
}

@media screen and (max-width: 544px) {
    .post-content iframe .fotoheader_image {
        height: 100% !important;
    }
}

@media screen and (max-width: 544px) {
    .post-content iframe .fotoheader {
        height: 210px;
    }
}

#lead_form .search-box label {
    display: none;
}

#lead_form #search-box-filter_2 {
    display: none;
}

.gf_directory {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
}

.gf_directory li {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 100%;
    list-style-type: none;
    color: #FFF;
}

.gf_directory li ul {
    border: 1px solid #FFF;
    background-color: #396E8E;
    margin: 5%;
    padding: 2.5% 5%;
    box-shadow: 1px solid #000;
}

.gf_directory li ul:hover {
    background-color: rgba(57, 110, 142, 0.8);
}

.gf_directory li ul > li {
    font-size: 1em;
}

.gf_directory li ul > li.text {
    text-align: right;
}

.gf_directory li ul > li.text:first-of-type {
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

.gf_directory li ul > li.text:nth-of-type(2n) {
    font-size: 1rem;
    font-weight: normal;
}

.gf_directory li ul > li.text:last-of-type {
    font-size: .9rem;
    font-weight: normal;
}

.gf_directory li ul > li.text > a {
    font-weight: normal;
    color: #FFCB00;
    border-bottom: 1px solid #FFCB00;
}

.gf_directory li ul > li.text > a:hover {
    border-bottom: none;
}

.gf_directory li ul > li.address {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}

.gf_directory li ul > li.address > a {
    color: #FFCB00;
    border: 1px solid #fff;
    padding: 5px;
}

.memo-cta-button {
    display: block;
    margin: 0 auto;
    background-color: #00283e;
    color: white;
    width: 25%;
}

.memo-cta-button:hover {
    background-color: #ffce01;
}

.memo-cta-button .memo-cta-button-title {
    text-align: center;
    padding: 10px;
    font-size: 1.25rem;
}

.memo-cta-button .memo-cta-button-title:hover {
    background-color: #ffce01;
    color: #00283e;
}

/**
 * Styles for pageContent component.
 * @application tdpWebsiteApp
 */
.page-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.page-content-body {
    margin-bottom: 3rem;
}

.page-content-explore {
    background: url(../assets/images/bg-explore.jpg);
    background-size: cover;
    padding: 6rem 0;
}

.page-content-explore h4 {
    color: white;
}

.page-content-explore h4 .btn-b {
    color: white;
}

.page-content .align-left-fx {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 4.5rem;
    box-shadow: 13px 14px 23px 0px rgba(0, 0, 0, 0.19);
    position: relative;
    left: -20px;
    transform: scale(1.2);
    left: -80px;
    top: 54px;
}

@media screen and (max-width: 1200px) {
    .page-content .align-left-fx {
        max-width: 40%;
        height: auto;
    }
}

@media screen and (max-width: 992px) {
    .page-content .align-left-fx {
        margin-right: 0;
        transform: scale(1);
        height: auto;
        display: block;
        max-width: 100%;
    }
}
.single-news .post-content {
    margin-top: 0px;
}
/**
 * Styles for mapApp component.
 * @application tdpWebsiteApp
 */
.map-app {
    display: -ms-flexbox;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow-y: hidden;
	overflow-x: hidden;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 544px) {
    .map-app {
        overflow-y: hidden;
        overflow-x: hidden;
    }
}

.map-app .gm-style img {
    max-width: none;

    /*top: 20px !important;*/
    right: 64px !important; }
    .map-app-gmap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        height: 100%;
        width: 100%;
		overflow: visible !important;
		position: initial !important;
    }

    .map-app-gmap .gm-style-iw {
        background-color: white;
        box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
        top: 1px !important;
        left: 0 !important;
        width: 250px !important;
    }

    @media screen and (max-width: 544px) {
        .map-app-gmap .gm-style-iw {
            width: 209px !important;
        }

        .map-app-gmap .gm-style-iw div {
            width: 209px !important;
        }
    }

    @media screen and (min-width: 768px) {
        .map-app-gmap .gm-style-iw {
            width: 250px !important;
        }

        .map-app-gmap .gm-style-iw div {
            width: 100%;
        }
    }

    .map-app-gmap .gm-style-close {
        top: 20px !important;
        height: 20px !important;
        width: 20px !important;
        overflow: visible !important;
        opacity: 1 !important;
        right: 64px !important;
    }

    .map-app-gmap .gm-style-close img {
        display: none;
    }

    .map-app-gmap .gm-style-close:after {
        content: "close";
        color: #fff;
        position: absolute;
        height: 20px !important;
        width: 20px !important;
        pointer-events: all;
    }

    .map-app .infowindow {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    @media screen and (max-width: 544px) {
        .map-app .infowindow {
            max-width: 209px !important;
        }
    }

    .map-app .infowindow-hero {
        background-repeat: no-repeat;
        background-size: 100% 100%!important;
        bottom: 0;
        left: 0;
        position: relative;
        right: 0;
        top: 0;
    }

    .map-app .infowindow-hero:before {
        content: "";
        display: block;
        position: relative;
    }

    .map-app .infowindow-hero:before {
        padding-top: 75.1879699248%;
    }

    .map-app .infowindow-title {
        font-size: 17px;
    }

    .map-app .infowindow-body {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.75rem 0 0;
        width: 100%;
        font-family: "Lato", sans-serif;
        line-height: 1.6em;
    }
    .map-app .infowindow-body .infowindow-website,
    .map-app .infowindow-body .infowindow-phone{
        color: #444;
    }

    .map-app .infowindow-address,
    .map-app .infowindow-category {
        margin-bottom: 0.375rem;
    }

    .map-app .infowindow-address {
        font-weight: normal;
    }

    .map-app-list {
        background-color: white;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        transition: transform 1s cubic-bezier(0.54, 0.1, 0.5, 0.92);
        height: 100%;
        z-index: 2;
    }

    @media screen and (max-width: 544px) {
        .map-app-list {
            width: 100.5%;
            z-index: 0;
            overflow-y: scroll;
        }
    }

    @media screen and (min-width: 1400px) {
        .map-app-list {
            width: 365px;
        }
    }

    .map-app-list.closed {
        transform: translate3d(-500px, 0, 0);
    }

    @media screen and (max-width: 320px) {
        .map-app-list.closed {
            transform: translate3d(-75%, 0, 0);
        }
    }

    @media screen and (min-width: 320px) {
        .map-app-list.closed {
            transform: translate3d(-79%, 0, 0);
        }
    }

    @media screen and (min-width: 768px) {
        .map-app-list.closed {
            transform: translate3d(-88%, 0, 0);
        }
    }

    @media screen and (min-width: 992px) {
        .map-app-list.closed {
            transform: translate3d(-100%, 0, 0);
        }
    }

    @media screen and (max-width: 544px) {
        .map-app-list.closed .map-app-inner-menu {
            overflow-y: hidden;
        }
    }

    .map-app-list-controls {
        background-color: #f8f8f8;
        position: relative;
        display: flex;
        width: calc(100% - 365px);
        margin-left: auto;
        height: 90px;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        transition: width 1s cubic-bezier(0.54, 0.1, 0.5, 0.92);
        box-shadow: 5px 2.5px 4px 0px rgba(122, 125, 137, 0.2);
        z-index: 1;
    }

    .map-app-list-controls.full-width {
        width: 100%;
    }

    .map-app-list-cards {
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        display: -ms-flexbox;
        display: block;
        padding: 20px 15px 20px 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: calc(100vh - 220px);
        overflow-y: auto;
        overflow-x: hidden;
    }


    @media screen and (max-width: 992px) {
        .map-app-list-cards {
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    .map-app-list-inner {
        background-color: #f5f5f5;
        width: 100%;
        border-right: 1px solid #eaeaea;
    }

    @media screen and (max-width: 544px) {
        .map-app-list-inner {
            margin-right: 0;
        }
    }

    .map-app-search {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }


    .map-app-menu {
        background-color: #396e8e;
    }

    .map-app-inner-menu {
        position: relative;
        flex: 1;
        height: 100%;
        text-align: center;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    .map-app-menu.map-app-inner-menu {
        flex: 0 0 60px;
    }

    .map-app-menu-button {
        display: inline-block;
        height: 55px;
        line-height: 88px;
        text-align: center;
        width: 55px;
        color: white;
        font-size: 55px;
    }

    .map-app-card {
        position: relative;
        min-height: 1px;
        /*padding-left: 0.75rem;
        padding-right: 0.75rem;*/
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 1.5rem;
    }
    .map-app-card:last-child {
        margin-bottom: 10px;
    }

    @media (min-width: 992px) {
        .map-app-card {
            box-sizing: border-box;
            max-width: 100%;
        }
    }

    @media screen and (max-width: 544px) {
        .map-app-card {
            min-height: 275px;
        }
    }

    @media screen and (max-width: 768px) {
        .map-app-card {
            min-height: 275px;
        }
    }

    .map-app-card-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        box-sizing: border-box;
        box-shadow: 0px 2px 1px 0px rgba(76, 99, 116, 0.08);
        background-color: white;
        height: auto;
        flex-wrap: wrap;
    }

    .map-app-card-hero {
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.75rem;
        position: relative;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
        width: 100%;
        order: 1;
        height: 180px;
    }
    

    .map-app-card-hero:before {
        background: rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }

    
    .map-app-card-hero .is-featured {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 15px;
        color: #fff;
        line-height: 1;
    }
    
    .map-app-card-hero .is-featured svg {
        width: 13px;
        height: 13px;
        margin-right: 2px;
    }

    .map-app-card-title {
        font-weight: 700;
        font-size: 20px;
        color: #003a63;
        margin: 0;
        line-height: normal;
    }

    .map-app-card-category {
        font-weight: 900;
        font-size: 13px;
        display: block;
        color: #ffce09;
        text-transform: uppercase;
        line-height: normal;
        margin-bottom: 2px;
    }

    .map-app-card-bottom {
        font-weight: 200;
        font-size: 16px;
        line-height: 1.5em;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .map-app-card-bottom a {
        color: white;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 900;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        letter-spacing: normal;
    }

    .map-app-card-bottom .post-edit-link {
        font-size: 75%;
    }

    .map-app-card-body {
        background-color: white;
        box-sizing: border-box;
        display: block;
        padding: 15px 25px;
        width: 56%;
        position: relative;
        width: 100%;
        order: 2;
    }

    .map-app-card-address {
        font-size: 17px;
        line-height: 25px;
        color: #999999;
        margin-top: 10px;
    }
    .map-app-card-body a.map-app-card-website {
        margin-top: 20px;
        line-height: normal;
        font-size: 17px;
        color: #003a63;
        font-weight: 400;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block!important;
        letter-spacing: normal;
    }
    .map-app-card-body a.map-app-card-website:hover {
        text-decoration: underline;
    }

    .map-app-card-link {
        /* VIEW: */
        font-family: lato;
        font-size: 14px;
        line-height: 26px;
        text-transform: uppercase;
        color: #003a63;
        background: #ffce09;
        display: inline-block;
        font-weight: 900;
        z-index: 1;
        width: 75px;
        text-align: center;
        padding: 6px 0;
        margin-left: auto;
    }
    .map-app-card-link:hover {
        color: #ffce09;
        background: #003a63;
    }

    /*****************************************

	Route Menu Button Styles - Ivan Baena

*****************************************/
    .map-app-list-controls .map-app-inner-menu a {
        display: inline-block;
        height: 100%;
        text-align: center;
        color: #0171bb;
        font-size: 55px;
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #e6e6e6;
    }

    .map-app-list-controls .map-app-inner-menu:last-child a {
        border-right: none;
    }


    .map-app-menu.map-app-inner-menu a {
        color: #fff;
        font-size: 40px;
         border-right: none;
    }
    .map-app-list-controls.full-width .map-app-menu.map-app-inner-menu a {
        border: none;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .map-app-menu-route .map-app-menu-route:hover {
        color: rgba(95, 158, 47, 0.75);
    }

    .map-app-menu-train .map-app-menu-button-train {
        display: inline-block;
        height: 55px;
        line-height: 88px;
        text-align: center;
        width: 55px;
        color: #3a6d8e;
        font-size: 55px;
    }

    /*------map icon style------*/
    .map-app-inner-menu .route-btn-title,
    .map-app-inner-menu .map-icon img,
    .map-app-inner-menu {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .map-app-inner-menu .map-icon {
        position: relative;
        display: inline-block;
    }
    .map-app-inner-menu .map-icon img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .map-app-inner-menu .map-icon img.default-icon {
        opacity: 1;
        visibility: visible;
    }
    .map-app-inner-menu .map-icon img.hover-icon {
        opacity: 0;
        visibility: hidden;
    }

    .map-app-inner-menu:hover .map-icon img.hover-icon {
        opacity: 1;
        visibility: visible;
    }
    .map-app-inner-menu:hover .map-icon img.default-icon {
        opacity: 0;
        visibility: hidden;
    }

    .route-btn-title{
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
        margin-top: 8px;
        line-height: normal;
    }



    /*-----------Parking icon-----------*/
    .map-app-menu-parking .map-icon {
        height: 32px;
        width: 42px;
    }

    .map-app-menu-parking .route-btn-title {
        color: #0071BC;
    }



    /*-----------icon-1-----------*/
    .map-app-menu-train .map-icon {
        height: 32px;
        width: 42px;
    }
    .map-app-menu-train.train-active .route-btn-title,
    .map-app-menu-train .route-btn-title {
        color: #ffcd2f;
    }

    .map-app-menu-train.train-active,
    .map-app-menu-train:hover {
        background: #ffcd2f;
    }

    .map-app-menu-parking.parking-active .route-btn-title,
    .map-app-menu-parking:hover .route-btn-title {
        color: #fff;
    }
    .map-app-menu-train.train-active .route-btn-title,
    .map-app-menu-train:hover .route-btn-title {
        color: #fff;
    }
    .map-app-menu-parking.parking-active .map-icon img.hover-icon {
        opacity: 1;
        visibility: visible;
    }
    .map-app-menu-train.train-active .map-icon img.hover-icon {
        opacity: 1;
        visibility: visible;
    }
    .map-app-menu-train.train-active .map-icon img.default-icon {
        opacity: 0;
        visibility: hidden;
    }

    /*-----------icon-2-----------*/
     .map-app-menu-route .map-icon {
        width: 46px;
        height: 36px;
    }
    .map-app-menu-route.route-active .route-btn-title,
    .map-app-menu-route .route-btn-title {
        color: #ffa300;
    }
    .map-app-menu-route.route-active,
    .map-app-menu-route:hover {
        background: #ffa300;
    }
    .map-app-menu-route.route-active .route-btn-title,
    .map-app-menu-route:hover .route-btn-title {
        color: #fff;
    }
    .map-app-menu-route.route-active .map-icon img.hover-icon {
        opacity: 1;
        visibility: visible;
    }
    .map-app-menu-route.route-active .map-icon img.default-icon {
        opacity: 0;
        visibility: hidden;
    }

    /*-----------icon-3-----------*/
     .map-app-menu-poly .map-icon {
        width: 40px;
        height: 35px;
    }
    .map-app-menu-poly.route-active .route-btn-title,
    .map-app-menu-poly .route-btn-title {
        color: #a2dbe6;
    }
    .map-app-menu-poly.poly-active,
    .map-app-menu-poly:hover {
        background: #a2dbe6;
    }
    .map-app-menu-poly.poly-active .route-btn-title,
    .map-app-menu-poly:hover .route-btn-title {
        color: #fff;
    }
    .map-app-menu-poly.poly-active .map-icon img.hover-icon {
        opacity: 1;
        visibility: visible;
    }
    .map-app-menu-poly.poly-active .map-icon img.default-icon {
        opacity: 0;
        visibility: hidden;
    }

    /*-----------icon-4-----------*/
     .map-app-menu-onShared .map-icon {
        width: 47px;
        height: 37px;
    }
    .map-app-menu-onShared.onShared-active .route-btn-title,
    .map-app-menu-onShared .route-btn-title {
        color: #64a36f;
    }
    .map-app-menu-onShared.onShared-active,
    .map-app-menu-onShared:hover {
        background: #64a36f;
    }
    .map-app-menu-onShared.onShared-active .route-btn-title,
    .map-app-menu-onShared:hover .route-btn-title {
        color: #fff;
    }
    .map-app-menu-onShared.onShared-active .map-icon img.hover-icon {
        opacity: 1;
        visibility: visible;
    }
    .map-app-menu-onShared.onShared-active .map-icon img.default-icon {
        opacity: 0;
        visibility: hidden;
    }

    /*-----------icon-5-----------*/
     .map-app-menu-offStreet .map-icon {
        width: 44px;
        height: 40px;
    }
    .map-app-menu-offStreet.offStreet-active .route-btn-title,
    .map-app-menu-offStreet .route-btn-title {
        color: #3d6e8d;
    }
    .map-app-menu-offStreet.offStreet-active,
    .map-app-menu-offStreet:hover {
        background: #3d6e8d;
    }
    .map-app-menu-offStreet.offStreet-active .route-btn-title,
    .map-app-menu-offStreet:hover .route-btn-title {
        color: #fff;
    }
    .map-app-menu-offStreet.offStreet-active .map-icon img.hover-icon {
        opacity: 1;
        visibility: visible;
    }
    .map-app-menu-offStreet.offStreet-active .map-icon img.default-icon {
        opacity: 0;
        visibility: hidden;
    }

    /*-----------icon-6-----------*/
    .map-app-menu-onStreet .map-icon {
        width: 64px;
        height: 40px;
    }

    .map-app-menu-parking.parking-active,
    .map-app-menu-parking:hover {
        background: #0071BC;
    }
    
    .map-app-menu-onStreet.onStreet-active .route-btn-title,
    .map-app-menu-onStreet .route-btn-title {
        color: #ea5455;
    }
    .map-app-menu-onStreet.onStreet-active,
    .map-app-menu-onStreet:hover {
        background: #ea5455;
    }
    .map-app-menu-onStreet.onStreet-active .route-btn-title,
    .map-app-menu-onStreet:hover .route-btn-title {
        color: #fff;
    }
    .map-app-menu-onStreet.onStreet-active .map-icon img.hover-icon {
        opacity: 1;
        visibility: visible;
    }
    .map-app-menu-onStreet.onStreet-active .map-icon img.default-icon {
        opacity: 0;
        visibility: hidden;
    }

    /*-----------icon-7-----------*/
    .map-app-menu-protected .map-icon {
        width: 37px;
        height: 34px;
    }
    .map-app-menu-protected.protected-active .route-btn-title,
    .map-app-menu-protected .route-btn-title {
        color: #003a63;
    }
    .map-app-menu-protected.protected-active,
    .map-app-menu-protected:hover {
        background: #003a63;
    }
    .map-app-menu-protected.protected-active .route-btn-title,
    .map-app-menu-protected:hover .route-btn-title {
        color: #fff;
    }
    .map-app-menu-protected.protected-active .map-icon img.hover-icon {
        opacity: 1;
        visibility: visible;
    }
    .map-app-menu-protected.protected-active .map-icon img.default-icon {
        opacity: 0;
        visibility: hidden;
    }


    @media screen and (max-width: 1399px) {
        .map-app-list {
            width: 350px;
        }
        .map-app-list-controls {
            width: calc(100% - 350px);
        }
        .map-app-menu.map-app-inner-menu {
            flex: 0 0 60px;
        }

        .archive-filter-content {
            display: block!important;
        }
        .archive-filter-sort-place {
            max-width: 100%!important;
            padding-top: 0!important;
        }
        .archive-filter-search-place {
            max-width: 100%!important;
            margin-top: 10px!important;
        }

        /*--------*/
        .map-app-list-cards {
            padding: 20px 15px 20px 15px;
        }


    }/*---1200-1399px---*/


    @media screen and (max-width: 1199px){
        .post-type-archive-place .view-container-archive{
            min-height: 1px;
            display: block;
        }
        body.post-type-archive-place{
            height: auto;
        }

        .map-app-list-controls {
            width: 100%;
            border-top: 1px solid #eaeaea;
        }
        .map-app-menu.map-app-inner-menu {
            display: none;
        }

        .map-app {
            overflow-y: visible;
        }
        .map-app-list {
            width: 100%;
            position: relative;
            top: inherit;
            left: inherit;
            height: auto;
            display: block;
        }

        .archive-filter-place form {
            display: flex!important;
        }
        .archive-filter-sort-place {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%!important;
            padding-top: 4px!important;
        }
        .archive-filter-search-place {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%!important;
            margin-top: 0px!important;
        }

        .map-app-list-cards {
            height: auto;
            display: flex;
            flex-flow: row wrap;
            margin-left: -15px;
        }
        .map-app-card {
            box-sizing: border-box;
            max-width: calc(33.333% - 15px);
            margin-left: 15px;
        }

        .map-app-gmap {
            display: block;
            height: 560px;
			position: relative !important;
    		overflow: hidden !important;
		}
}


    }/*---992-1199px---*/

    @media screen and (max-width: 991px){
        .map-app-card {
            max-width: calc(49.999% - 15px);
        }
        .route-btn-title {
            font-size: 13px;
        }


    }/*---768-991px---*/

    @media screen and (max-width: 767px){
        .map-app-list-controls {
            border-top: none;
            flex-wrap: wrap;
            height: auto;
        }
        .map-app-inner-menu {
            flex: 1 1 25%;
            height: 100px;
            border-top: 1px solid #eaeaea;
        }


    }/*---576-767px---*/


    @media screen and (max-width: 575px){
        .archive-filter-place form {
            padding: 22px 0 24px 0!important;
            display: block!important;
        }
        .archive-filter-sort-place {
            max-width: 100%!important;
        }
        .archive-filter-search-place {
            max-width: 100%!important;
            margin-top: 10px!important;
        }
        .archive-filter-place .archive-filter-content-place .archive-filter-sort-place:after,
        .archive-filter-place .archive-filter-content-place .archive-filter-search-place:after {
            top: 14px!important;
        }

        .map-app-list-cards {
            margin-left: 0;
        }
        .map-app-card {
            max-width: 100%;
            margin-left: 0;
        }

        .map-app-inner-menu {
            flex: 1 1 33.33%;
        }


    }/*---0-575px---*/



    /**
 * Styles for listItem component.
 * @application tdpWebsiteApp
 */
    @media screen and (max-width: 544px) {
        body.modal {
            display: block;
        }

        body.modal .list-item-heading-date-event {
            display: none;
        }
    }

    .list-item {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    @media (min-width: 768px) {
        .list-item {
            box-sizing: border-box;
            -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }
    }

    @media screen and (max-width: 992px) {
        .list-item {
            position: relative;
            min-height: 1px;
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            box-sizing: border-box;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    @media screen and (max-width: 992px) and (min-width: 768px) {
        .list-item {
            box-sizing: border-box;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    .list-item-insider {
        -ms-flex: 25%;
        flex: 25%;
        margin: 0;
        padding: 0;
        max-width: 25%;
        position: relative;
    }

    @media screen and (max-width: 992px) {
        .list-item-insider {
            -ms-flex: 33.33333%;
            flex: 33.33333%;
            max-width: 33.33333%;
        }
    }

    @media screen and (max-width: 768px) {
        .list-item-insider {
            -ms-flex: 50%;
            flex: 50%;
            max-width: 50%;
        }
    }

    .list-item-insider:after {
        border: 0px solid rgba(92, 92, 92, 0);
        background-color: rgba(40, 62, 97, 0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        transition: 0.15s all ease-out;
    }

    .list-item-insider:hover {
        box-shadow: none;
    }

    .list-item-insider:hover:after {
        background-color: rgba(40, 62, 97, 0.91);
        border: 18px solid rgba(255, 255, 255, 0.14);
    }

    .list-item-insider:hover .list-item-image-title {
        opacity: 1;
    }

    .list-item-title {
        letter-spacing: 0;
    }

    .list-item-title-event,
    .list-item-title-news {
        margin-bottom: 0;
    }

    .list-item-title a {
        color: #363636;
    }

    .list-item-title a:hover {
        color: #396e8e;
    }

    .list-item .mobile-prev {
        display: none;
    }

    .list-item-close {
        display: none;
        position: absolute;
    }

    .list-item-image {
        min-height: 240px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        transition: 0.15s all ease-out;
    }

    .list-item-image-quote-insider {
        display: none;
    }

    .list-item-image-insider {
        bottom: 0;
        left: 0;
        position: relative;
        right: 0;
        top: 0;
    }

    .list-item-image-insider:before {
        content: "";
        display: block;
        position: relative;
    }

    .list-item-image-insider:before {
        padding-top: 100%;
    }

    .list-item-image-insider .list-item-image-title {
        width: 100%;
        text-transform: uppercase;
        text-align: center;
    }

    .list-item-image-insider .list-item-image-insider {
        display: block;
    }

    .list-item-image-title {
        font-family: "Old Standard TT", serif;
        font-size: 24px;
        color: white;
        line-height: 32px;
        opacity: 0;
        transition: 0.15s all ease-out;
        font-style: italic;
        z-index: 1;
        position: absolute;
        text-transform: uppercase;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
    }

    .list-item-time {
        color: #7d7d7d;
        display: block;
        font-size: 15px;
        margin-bottom: 0.75rem;
        line-height: 1.2em;
    }

    .list-item-address {
        color: #7d7d7d;
        display: block;
        font-size: 15px;
        line-height: 1.4em;
        padding-left: 20px;
        position: relative;
        margin-bottom: 0.75rem;
    }

    .list-item-address:after {
        content: "location_on";
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 16px;
        color: #c7c7c7;
    }

    .list-item-date,
    .list-item-website {
        font-size: 18px;
        font-style: italic;
        color: #c7c7c7;
        font-family: "Old Standard TT", serif;
        margin-bottom: 0.75rem;
        letter-spacing: 0;
        display: block;
    }

    .category span.list-item-date.list-item-date-post,
    .blog span.list-item-date.list-item-date-post {
        display: none;
    }

    .list-item-website,
    .list-item-datetime {
        display: none;
    }

    .list-item-excerpt p,
    .list-item-post-content p {
        font-size: 15px;
        line-height: 1.4em;
        margin-bottom: 0.75rem;
    }

    .list-item-post-content {
        display: none;
    }

    .list-item-content {
        box-sizing: border-box;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        background: white;
        height: 100%;
    }

    .list-item-content:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .list-item-content-insider {
        box-shadow: none;
        position: relative;
        overflow: hidden;
    }

    .list-item-body {
        padding: 20px;
    }

    .list-item-body .btn-b {
        font-size: 20px;
    }

    .list-item-body-insider {
        display: none;
    }

    .list-item-heading {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 0) {
        .list-item-heading {
            box-sizing: border-box;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    .list-item-heading-date {
        font-family: "Old Standard TT", serif;
        font-size: 28px;
        color: #7d7d7d;
        font-style: italic;
        position: relative;
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 3rem 0 3rem;
        display: inline-block;
    }

    @media (min-width: 0) {
        .list-item-heading-date {
            box-sizing: border-box;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    .list-item-heading-date span {
        color: #396e8e;
    }

    .list-item-heading-date:after {
        content: "";
        position: absolute;
        top: 40%;
        width: 38px;
        height: 3px;
        background-color: #eb9c3b;
        opacity: 1;
        transition: 0.15s all ease-out;
        margin-left: 12px;
    }

    .list-item.modal {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        z-index: 100;
        max-height: 100%;
        max-width: 100%;
        min-width: 620px;
        overflow-y: auto;
        animation-duration: 250ms;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
        animation-name: modalIn;
    }

    @media screen and (max-width: 768px) {
        .list-item.modal {
            min-width: 90%;
            left: 50%;
            top: 50%;
        }
    }

    @media screen and (max-width: 544px) {
        .list-item.modal {
            min-width: 100%;
            left: 0% !important;
            top: 5% !important;
            cursor: pointer;
            display: block !important;
            z-index: 25;
            -webkit-transform: translate3d(0, 0, 0);
        }
    }

    .list-item.modal .mobile-prev {
        display: block;
        margin-left: 5%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .list-item.modal .list-item-content {
        box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.26), 0px 14px 28px 0px rgba(0, 0, 0, 0.25);
    }

    .list-item.modal .list-item-title-event {
        font-size: 30px;
        margin: 0.75rem 0;
    }

    @media screen and (max-width: 544px) {
        .list-item.modal .list-item-title-event {
            font-size: 24px;
            margin-top: 5px;
        }
    }

    .list-item.modal .list-item-close-event {
        color: white;
        border: 2px solid white;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 54px;
        text-align: center;
        right: 30px;
        top: 10px;
    }

    @media screen and (max-width: 544px) {
        .list-item.modal .list-item-close-event {
            cursor: pointer;
        }
    }

    .list-item.modal .list-item-close-event .icon,
    .list-item.modal .list-item-close-event .map-app-gmap .gm-style-close:after,
    .map-app-gmap .list-item.modal .list-item-close-event .gm-style-close:after,
    .list-item.modal .list-item-close-event .list-item-address:after,
    .list-item.modal .list-item-close-event .archive-filter-sort-type:after,
    .list-item.modal .list-item-close-event .archive-filter-sort-date:after,
    .list-item.modal .list-item-close-event .archive-filter-sort-search:after,
    .list-item.modal .list-item-close-event .archive-filter-place .archive-filter-content-place .archive-filter-sort-place:after,
    .archive-filter-place .archive-filter-content-place .list-item.modal .list-item-close-event .archive-filter-sort-place:after,
    .list-item.modal .list-item-close-event .archive-filter-place .archive-filter-content-place .archive-filter-search-place:after,
    .archive-filter-place .archive-filter-content-place .list-item.modal .list-item-close-event .archive-filter-search-place:after {
        font-size: 30px;
    }

    .list-item.modal .list-item-excerpt {
        display: none;
    }

    .list-item.modal .list-item-datetime {
        display: inline;
    }

    .list-item.modal .list-item-website,
    .list-item.modal .list-item-post-content,
    .list-item.modal .list-item-close,
    .list-item.modal .list-item-body-insider {
        display: block;
    }

    .list-item.modal.list-item-insider {
        width: 1000px;
        max-width: 90%;
    }

    @media screen and (max-width: 544px) {
        .list-item.modal.list-item-insider {
            min-width: 100%;
            max-width: 100%;
            width: 100%;
            left: 0% !important;
            top: 5% !important;
        }
    }

    .list-item.modal.list-item-insider:hover:after,
    .list-item.modal.list-item-insider:hover .list-item-image-title {
        display: none;
    }

    .list-item.modal .list-item-content-insider {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .list-item.modal .list-item-close-insider {
        color: white;
        border: 2px solid white;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 54px;
        text-align: center;
        right: 10px;
        top: 10px;
    }

    .list-item.modal .list-item-close-insider .icon,
    .list-item.modal .list-item-close-insider .map-app-gmap .gm-style-close:after,
    .map-app-gmap .list-item.modal .list-item-close-insider .gm-style-close:after,
    .list-item.modal .list-item-close-insider .list-item-address:after,
    .list-item.modal .list-item-close-insider .archive-filter-sort-type:after,
    .list-item.modal .list-item-close-insider .archive-filter-sort-date:after,
    .list-item.modal .list-item-close-insider .archive-filter-sort-search:after,
    .list-item.modal .list-item-close-insider .archive-filter-place .archive-filter-content-place .archive-filter-sort-place:after,
    .archive-filter-place .archive-filter-content-place .list-item.modal .list-item-close-insider .archive-filter-sort-place:after,
    .list-item.modal .list-item-close-insider .archive-filter-place .archive-filter-content-place .archive-filter-search-place:after,
    .archive-filter-place .archive-filter-content-place .list-item.modal .list-item-close-insider .archive-filter-search-place:after {
        font-size: 30px;
    }

    .list-item.modal .list-item-time-insider,
    .list-item.modal .list-item-datetime-insider,
    .list-item.modal .list-item-website-insider,
    .list-item.modal .list-item-address-insider,
    .list-item.modal .list-item-image-title {
        display: none;
    }

    .list-item.modal .list-item-image-insider {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
    }

    @media (min-width: 768px) {
        .list-item.modal .list-item-image-insider {
            box-sizing: border-box;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    @media screen and (max-width: 768px) {
        .list-item.modal .list-item-image-insider {
            display: none;
        }
    }

    .list-item.modal .list-item-image-insider:hover {
        cursor: default;
    }

    .list-item.modal .list-item-body-insider {
        max-height: 720px;
        overflow-y: auto;
        padding-top: 50px;
    }

    .list-item.modal .list-item-title-insider {
        font-family: "Old Standard TT", serif;
        font-size: 30px;
        color: #363636;
        line-height: 32px;
        text-align: center;
        font-style: italic;
        text-transform: uppercase;
        font-weight: normal;
    }

    .list-item.modal .list-item-image-quote-insider {
        display: block;
        background-color: #f8f8f8;
        height: 100%;
        position: absolute;
        top: 100%;
        width: 100%;
        padding: 40px;
        box-sizing: border-box;
        font-family: "Old Standard TT", serif;
        font-size: 30px;
        color: #363636;
        line-height: 40px;
        font-style: italic;
        left: 0;
    }

    .list-item-projects,
    .list-item-monday-morning-memo,
    .list-item-downtown-after-hours {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 768px) {

        .list-item-projects,
        .list-item-monday-morning-memo,
        .list-item-downtown-after-hours {
            box-sizing: border-box;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    .list-item-projects .list-item-image-projects,
    .list-item-monday-morning-memo .list-item-image-monday-morning-memo,
    .list-item-monday-morning-memo .list-item-image-downtown-after-hours,
    .list-item-downtown-after-hours .list-item-image-monday-morning-memo,
    .list-item-downtown-after-hours .list-item-image-downtown-after-hours {
        -ms-flex: 3;
        flex: 3;
    }

    .list-item-projects .list-item-body-projects,
    .list-item-monday-morning-memo .list-item-body-monday-morning-memo,
    .list-item-monday-morning-memo .list-item-body-downtown-after-hours,
    .list-item-downtown-after-hours .list-item-body-monday-morning-memo,
    .list-item-downtown-after-hours .list-item-body-downtown-after-hours {
        -ms-flex: 4;
        flex: 4;
        padding: 3rem;
    }

    .list-item-projects .list-item-body-projects h5,
    .list-item-projects .list-item-body-downtown-after-hours h5,
    .list-item-monday-morning-memo .list-item-body-monday-morning-memo h5,
    .list-item-monday-morning-memo .list-item-body-downtown-after-hours h5,
    .list-item-downtown-after-hours .list-item-body-monday-morning-memo h5,
    .list-item-downtown-after-hours .list-item-body-downtown-after-hours h5 {
        font-size: 36px;
		margin-bottom: 20px;
    }

    .list-item-projects .list-item-body-projects .list-item-date-projects,
    .list-item-projects .list-item-body-projects .list-item-date-downtown-after-hours,
    .list-item-projects .list-item-body-downtown-after-hours .list-item-date-projects,
    .list-item-projects .list-item-body-downtown-after-hours .list-item-date-downtown-after-hours,
    .list-item-monday-morning-memo .list-item-body-monday-morning-memo .list-item-date-monday-morning-memo,
    .list-item-monday-morning-memo .list-item-body-monday-morning-memo .list-item-date-downtown-after-hours,
    .list-item-monday-morning-memo .list-item-body-downtown-after-hours .list-item-date-monday-morning-memo,
    .list-item-monday-morning-memo .list-item-body-downtown-after-hours .list-item-date-downtown-after-hours,
    .list-item-downtown-after-hours .list-item-body-monday-morning-memo .list-item-date-monday-morning-memo,
    .list-item-downtown-after-hours .list-item-body-monday-morning-memo .list-item-date-downtown-after-hours,
    .list-item-downtown-after-hours .list-item-body-downtown-after-hours .list-item-date-monday-morning-memo,
    .list-item-downtown-after-hours .list-item-body-downtown-after-hours .list-item-date-downtown-after-hours {
        font-family: "Old Standard TT", serif;
        font-size: 22px;
    }

    .list-item-projects .list-item-body-projects p,
    .list-item-projects .list-item-body-downtown-after-hours p,
    .list-item-monday-morning-memo .list-item-body-monday-morning-memo p,
    .list-item-monday-morning-memo .list-item-body-downtown-after-hours p,
    .list-item-downtown-after-hours .list-item-body-monday-morning-memo p,
    .list-item-downtown-after-hours .list-item-body-downtown-after-hours p {
        color: #7d7d7d;
        line-height: 1.8em;
    }

    .list-item-projects .list-item-content-projects,
    .list-item-projects .list-item-content-downtown-after-hours,
    .list-item-monday-morning-memo .list-item-content-monday-morning-memo,
    .list-item-monday-morning-memo .list-item-content-downtown-after-hours,
    .list-item-downtown-after-hours .list-item-content-monday-morning-memo,
    .list-item-downtown-after-hours .list-item-content-downtown-after-hours {
        display: -ms-flexbox;
        display: flex;
    }

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

        .list-item-projects .list-item-content-projects,
        .list-item-projects .list-item-content-downtown-after-hours,
        .list-item-monday-morning-memo .list-item-content-monday-morning-memo,
        .list-item-monday-morning-memo .list-item-content-downtown-after-hours,
        .list-item-downtown-after-hours .list-item-content-monday-morning-memo,
        .list-item-downtown-after-hours .list-item-content-downtown-after-hours {
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    .list-projects,
    .list-monday-morning-memo,
    .list-downtown-after-hours {
        margin-top: 3rem;
    }

    .view-container-archive {
        background: #f8f8f8;
    }

    .list-items-event {
        list-style-type: none;
    }

    ul.multiple-event-times {
        list-style-type: none;
        -webkit-padding-start: 5px !important;
    }

    ul.multiple-event-times li {
        list-style-type: none;
        font-size: 1.15em;
        margin-top: 15px;
    }

    ul.multiple-event-times li:first-of-type {
        margin-top: 0px;
    }

    ul.multiple-event-times li.single-event-time {
        font-size: 1em;
    }

    .event-item-block {
        width: 33.3333333%;
    }

    @media screen and (max-width: 544px) {
        .event-item-block {
            width: 100%;
        }
    }

    .event-item-block .list-item {
        max-width: 100% !important;
        height: 625px;
    }

    @media screen and (max-width: 544px) {
        .event-item-block .list-item {
            height: 500px !important;
        }
    }

    @keyframes modalIn {
        0% {
            transform: translate3d(-50%, -50%, 0) scale(0);
            visibility: visible;
        }

        100% {
            transform: translate3d(-50%, -50%, 0) scale(1);
        }
    }

    /**
 * Styles for archiveHeader component.
 * @application tdpWebsiteApp
 */
    .archive-header-content {
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 100%;
    }

    @media (min-width: 544px) {
        .archive-header-content {
            max-width: 576px;
        }
    }

    @media (min-width: 768px) {
        .archive-header-content {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .archive-header-content {
            max-width: 940px;
        }
    }

    @media (min-width: 1200px) {
        .archive-header-content {
            max-width: 1140px;
        }
    }

    .archive-header-event {
        background-image: url(../assets/images/bg-hero-events.jpg) !important;
    }

    .archive-header-news {
        background-image: url(../assets/images/bg-hero-news.jpg) !important;
    }

    .archive-header-insider {
        background-image: url(../assets/images/bg-hero-urban.jpg) !important;
    }

	.post-type-archive-projects .hero-internal-title span.small-title,
	.post-type-archive-monday-morning-memo .hero-internal-title span.small-title,
	.post-type-archive-downtown-after-hours .hero-internal-title span.small-title,
	.post-type-archive-ajde_events .hero-internal-title span.small-title,
	.archive-header-news .hero-internal-title span.small-title {
    	color: #ffffff;
    	font-family: "Lato", Sans-serif;
    	font-size: 24px;
    	font-weight: 700;
    	text-transform: uppercase;
    	line-height: 1;
    	letter-spacing: 0;
		text-shadow: none;
    	display: block;
		margin-bottom: 25px;
	}
	
	.post-type-archive-projects .hero-internal-title span.large-title,
	.post-type-archive-monday-morning-memo .hero-internal-title span.large-title,
	.post-type-archive-downtown-after-hours .hero-internal-title span.large-title,
	.post-type-archive-ajde_events .hero-internal-title span.large-title,
	.archive-header-news .hero-internal-title span.large-title {
    	color: rgb(255, 255, 255);
    	font-family: 'Old Standard TT', serif;
    	font-size: 100px;
    	font-weight: 400;
    	text-transform: capitalize;
    	font-style: italic;
    	text-shadow: none;
    	letter-spacing: 0px;
	}
    /**
 * Styles for list component.
 * @application tdpWebsiteApp
 */
    .list {
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    @media (min-width: 544px) {
        .list {
            max-width: 576px;
        }
    }

    @media (min-width: 768px) {
        .list {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .list {
            max-width: 940px;
        }
    }

    @media (min-width: 1200px) {
        .list {
            max-width: 1140px;
        }
    }

    @media screen and (max-width: 544px) {
        .list {
            display: block !important;
        }
    }

    .list-insider {
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding: 0;
        max-width: 100%;
    }

    @media screen and (max-width: 544px) {
        .list-insider {
            display: block !important;
        }
    }

    /**
 * Styles for archiveFilter component.
 * @application tdpWebsiteApp
 */
    .archive-filter {
        background: white;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .archive-filter-content {
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
        padding-left: 0;
        padding-right: 0;
    }

    @media (min-width: 544px) {
        .archive-filter-content {
            max-width: 576px;
        }
    }

    @media (min-width: 768px) {
        .archive-filter-content {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .archive-filter-content {
            max-width: 940px;
        }
    }

    @media (min-width: 1200px) {
        .archive-filter-content {
            max-width: 1140px;
        }
    }

    .archive-filter-content-news {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .archive-filter-content select,
    .archive-filter-content input {
        background: none;
        border: 0;
        border-bottom: 2px solid #c7c7c7;
        border-radius: 0;
        -webkit-appearance: none;
        width: 100%;
        color: #c7c7c7;
        font-size: 18px;
        padding: 0.75rem 0.75rem 0.75rem 0;
        transition: 0.15s all ease-out;
        font-family: "Lato", sans-serif;
    }

    .archive-filter-content select:hover,
    .archive-filter-content input:hover {
        border-bottom: 2px solid #eb9c3b;
    }

    .archive-filter-content select:focus,
    .archive-filter-content input:focus {
        outline: 0;
        border-bottom: 2px solid #eb9c3b;
        color: #eb9c3b;
    }

    .archive-filter-sort {
        padding-top: 0.75rem;
    }

    .archive-filter-sort-type {
        position: relative;
    }

    .archive-filter-sort-type:after {
        content: "keyboard_arrow_down";
        position: absolute;
        right: 0;
        top: 30%;
        color: #c7c7c7;
        pointer-events: all;
    }

    .archive-filter-sort-date {
        position: relative;
    }

    .archive-filter-sort-date:after {
        content: "date_range";
        position: absolute;
        right: 0;
        top: 30%;
        color: #c7c7c7;
    }

    .archive-filter-sort-search {
        position: relative;
    }

    .archive-filter-sort-search:after {
        content: "search";
        position: absolute;
        right: 0;
        top: 30%;
        color: #c7c7c7;
    }

    .archive-filter-sort-news {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 768px) {
        .archive-filter-sort-news {
            box-sizing: border-box;
            -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }
    }

    .archive-filter-sort-event {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 768px) {
        .archive-filter-sort-event {
            box-sizing: border-box;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    .archive-filter-sort-place {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 4px;
    }

    @media (min-width: 768px) {
        .archive-filter-sort-place {
            box-sizing: border-box;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    .archive-filter-search {
        padding-top: 0.75rem;
    }

    .archive-filter-search-news {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 768px) {
        .archive-filter-search-news {
            box-sizing: border-box;
            -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }
    }

    .archive-filter-search-event {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    @media (min-width: 768px) {
        .archive-filter-search-event {
            box-sizing: border-box;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
    }

    .archive-filter-search-place {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 4px;
    }

    @media (min-width: 768px) {
        .archive-filter-search-place {
            box-sizing: border-box;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    .archive-filter-submit-event {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: center;
    }

    @media (min-width: 768px) {
        .archive-filter-submit-event {
            box-sizing: border-box;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
    }

    .archive-filter-submit-event .btn-a-alt {
        font-size: 16px;
        padding: 10px 1.5rem;
    }

    .archive-filter-news {
        margin-bottom: 3rem;
    }

    .archive-filter-place {
        width: 100%;
        box-shadow: none;
        background: #fff;
    }

    @media screen and (max-width: 768px) {
        .archive-filter-place {
            height: auto;
        }
    }

    .archive-filter-place form {
        padding: 32px 12px 34px 12px;
    }

    .archive-filter-place .archive-filter-content-place select,
    .archive-filter-place .archive-filter-content-place input {
        background: white;
        border: 1px solid #003a63;
        -webkit-appearance: none;
        width: 100%;
        color: #003a63;
        font-size: 15px;
        padding: 0.75rem;
        padding-right: 1.9rem !important;
        transition: 0.15s all ease-out;
        position: relative;
        text-transform: uppercase;
        font-weight: 900;
        cursor: pointer;
    }
    .archive-filter-place .archive-filter-content-place select option{
        color: #003a63;
    }

    .archive-filter-place .archive-filter-content-place select:hover,
    .archive-filter-place .archive-filter-content-place input:hover {
        border: 1px solid #eb9c3b;
        color: #eb9c3b;
    }

    .archive-filter-place .archive-filter-content-place select:focus,
    .archive-filter-place .archive-filter-content-place input:focus {
        outline: 0;
        border: 1px solid #eb9c3b;
        color: #eb9c3b;
    }

    .archive-filter-place .archive-filter-content-place .archive-filter-sort-place:after,
    .archive-filter-place .archive-filter-content-place .archive-filter-search-place:after {
        content: "keyboard_arrow_down";
        color: #003a63;
        position: absolute;
        display: block;
        top: 17px;
        right: 28px;
        height: 20px;
        width: 20px;
    }
    .archive-filter-place .archive-filter-content-place .archive-filter-sort-place:hover:after,
    .archive-filter-place .archive-filter-content-place .archive-filter-search-place:hover:after {
        color: #eb9c3b;
    }


    /**
 * Styles for urbanInsiderHome component.
 * @application tdpWebsiteApp
 */
    .home-insider {
        background: url(../assets/images/bg-urban-insider-home.jpg) no-repeat center bottom;
        background-size: cover;
        padding: 6rem 0;
    }

    @media screen and (max-width: 1200px) {
        .home-insider {
            padding: 1.5rem 0;
        }
    }

    @media screen and (max-width: 768px) {
        .home-insider {
            padding: 0.75rem 0;
            text-align: center;
        }
    }

    .home-insider p {
        margin-right: 20px;
    }

    .home-insider-feature {
        bottom: 0;
        left: 0;
        position: relative;
        right: 0;
        top: 0;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .home-insider-feature:before {
        content: "";
        display: block;
        position: relative;
    }

    .home-insider-feature:before {
        padding-top: 100%;
    }

    @media screen and (max-width: 768px) {
        .home-insider-feature {
            margin: 1.5rem 0;
        }
    }

    .home-insider-feature h3 {
        position: absolute;
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        font-size: 50px;
        color: rgba(0, 0, 0, 0.7);
    }

    .home-insider-feature a {
        font-family: "Old Standard TT", serif;
        font-style: italic;
        color: white;
        background: rgba(0, 51, 79, 0.9);
        padding: 1.8rem 0;
        font-size: 24px;
        text-transform: uppercase;
        transition: 0.15s all ease-out;
        letter-spacing: .09em;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 1;
        transition: 0.15s all ease-out;
    }

    .home-insider-feature a:hover {
        padding: 2.7rem 0;
    }

    .home-insider-feature:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        border: 20px solid rgba(0, 0, 0, 0.3);
        background: rgba(255, 255, 255, 0.2);
    }

    .home-hero {
        margin-top: 0;
        min-height: 760px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        margin-bottom: 0px;
        background-image: url(../assets/images/bg-hero-home.jpg);
    }

    .home-hero:before {
        content: "";
        background-image: url(../assets/images/bg-arrow-2.png);
        background-position: center bottom;
        background-size: 1012px 495px;
        background-repeat: no-repeat;
        position: absolute;
        width: 1012px;
        height: 495px;
        left: 50%;
        bottom: 0%;
        transform: translateX(-50%) translateY(0%);
        opacity: .6;
    }

    @media screen and (max-width: 768px) {
        .home-hero:before {
            width: 100%;
        }
    }

    @media screen and (max-width: 768px) {
        .home-hero {
            min-height: 0px;
            padding-bottom: 1.5rem;
        }
    }

    .home-hero-content {
        min-width: 920px;
        max-width: 940px;
        color: white;
        margin: 4.5rem auto 0;
    }

    @media screen and (max-width: 768px) {
        .home-hero-content {
            width: 100%;
            min-width: 0;
            padding: 0 20px;
            top: 60%;
            box-sizing: border-box;
        }
    }

    .home-hero-content p {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 1.9em;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        margin-bottom: 3rem;
    }

    @media screen and (max-width: 768px) {
        .home-hero-content p {
            margin-top: 1.5rem;
            font-size: 18px;
            margin-bottom: 1.5rem;
        }
    }

    @media screen and (max-width: 768px) {
        .home-hero-content {
            margin-top: 86px;
        }
    }

    .home-hero-title {
        color: white;
        font-size: 120px;
        font-weight: normal;
        margin: 0 0 4.5rem;
        font-family: "Old Standard TT", serif;
        font-style: italic;
        line-height: .8em;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .home-hero-title span {
        font-size: 50px;
        font-style: normal;
        font-weight: 900;
        letter-spacing: 24px;
        font-family: "Lato", sans-serif;
        color: #ffce01;
        letter-spacing: 5px;
        display: block;
    }

    @media screen and (max-width: 992px) {
        .home-hero-title {
            font-size: 107px;
        }

        .home-hero-title span {
            font-size: 38px;
        }
    }

    @media screen and (max-width: 768px) {
        .home-hero-title {
            font-size: 80px;
            margin-bottom: 3rem;
        }

        .home-hero-title span {
            font-size: 28px;
        }
    }

    @media screen and (max-width: 544px) {
        .home-hero-title {
            font-size: 60px;
        }
    }

    .home-hero-copy {
        color: white;
        font-family: "Lato", sans-serif;
        font-size: 28px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        margin: 0 auto 1.5em;
        max-width: 80%;
    }

    @media screen and (max-width: 992px) {
        .home-hero-copy {
            font-size: 24px;
        }
    }

    @media screen and (max-width: 768px) {
        .home-hero-copy {
            font-size: 16px;
            max-width: 90%;
        }
    }

    .home-hero .btn {
        text-transform: uppercase;
        font-size: 22px;
        letter-spacing: 2px;
    }

    @media screen and (max-width: 544px) {
        .home-hero .btn {
            font-size: 18px;
        }
    }

    .home-calltoaction {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

    .home-calltoaction-item {
        -ms-flex: 50% 0 0px;
        flex: 50% 0 0;
        box-sizing: border-box;
        text-align: center;
        transform: scale(1);
        transition: 0.15s all ease-out;
    }

    @media screen and (max-width: 768px) {
        .home-calltoaction-item {
            -ms-flex: 100%;
            flex: 100%;
        }
    }

    .home-calltoaction-item:hover .home-calltoaction-item-image:after {
        top: 50px;
        bottom: 50px;
        left: 50px;
        right: 50px;
        border: 10px solid #abdce2;
    }

    .home-calltoaction-item:hover .home-calltoaction-item-image:before {
        background: rgba(0, 0, 0, 0.2);
    }

    .home-calltoaction-item-image {
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
        transition: 0.15s all ease-out;
        height: 540px;
    }

    @media screen and (max-width: 768px) {
        .home-calltoaction-item-image {
            height: 350px;
        }
    }

    .home-calltoaction-item-image:before {
        position: absolute;
        content: "";
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: rgba(0, 0, 0, 0.4);
        transition: 0.15s all ease-out;
    }

    .home-calltoaction-item-image:after {
        position: absolute;
        content: "";
        border: 6px solid white;
        top: 35px;
        bottom: 35px;
        left: 35px;
        right: 35px;
        transition: 0.15s all ease-out;
    }

    .home-calltoaction-item-image h4 {
        display: block;
    }

    .home-calltoaction-item-image span {
        width: 100%;
    }

    .home-calltoaction-item-image a {
        font-family: "Lato", sans-serif;
        text-decoration: none;
        color: white;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 43px;
        padding: 0 50px;
        z-index: 1;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        -ms-flex-direction: column;
        flex-direction: column;
        letter-spacing: .09em;
        position: relative;
    }

    .home #home-map-cta {
        background-color: #3c3c3c;
    }

    .home .mapCTA {
        margin: 0 auto;
        display: block;
        opacity: 0.75;
    }

    .home .mapCTA:hover {
        opacity: 1.0;
    }

    .featured-event {
        background: url(../assets/images/bg-arrow-3.png) #abdce2;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 6rem 0;
        color: white;
    }

    @media screen and (max-width: 768px) {
        .featured-event {
            padding: 3rem 0;
        }
    }

    @media screen and (max-width: 544px) {
        .featured-event h4 {
            line-height: 3.75rem;
        }
    }

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

        .featured-event h4,
        .featured-event .lead {
            text-align: center;
        }
    }

    .featured-event-item {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }

    .featured-event-item-wrapper {
        position: relative;
        min-height: 1px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        box-sizing: border-box;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    @media (min-width: 768px) {
        .featured-event-item-wrapper {
            box-sizing: border-box;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    @media screen and (max-width: 544px) {
        .featured-event-item-wrapper {
            height: 350px;
            margin-bottom: 25px;
        }
    }

    .featured-event-item img {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
        max-width: 100%;
        height: auto;
    }

    @media screen and (max-width: 544px) {
        .featured-event-item img {
            height: 300px;
        }
    }

    .featured-event-item-date {
        position: absolute;
        left: 30px;
        top: 30px;
        border: 2px solid #abdce2;
        font-family: "Old Standard TT", serif;
        color: white;
        font-style: italic;
        font-size: 22px;
        padding: 6px 20px;
        background: rgba(0, 51, 79, 0.75);
    }

    .featured-event-item-content {
        background: rgba(0, 51, 79, 0.9);
        color: white;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 33%;
        box-sizing: border-box;
        padding: 30px;
    }

    .featured-event-item-content h5 {
        font-weight: 200;
        font-size: 44px;
        margin: 0 0 1.5rem;
    }

    .featured-event-item-content p {
        line-height: 1.5em;
    }

    .featured-event-item-content a.btn-b {
        color: white;
        margin: 0;
    }

    @media screen and (max-width: 544px) {
        .featured-event-item-content {
            position: absolute;
            top: 150px;
            left: 0;
        }

        .featured-event-item-content h5 {
            font-size: 1.35rem;
        }

        .featured-event-item-content a.btn-b {
            color: white;
            margin: 0;
            font-size: 1.2rem;
            width: 100%;
            height: auto;
        }
    }

    .featured-memo {
        background: url(../assets/images/bg-memo-home.jpg) white;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 4.5rem 0;
    }

    @media screen and (max-width: 768px) {
        .featured-memo {
            padding: 2em 0;
        }
    }

    .featured-memo h4 {
        color: #00334f;
        font-size: 100px;
        margin-bottom: 3rem;
    }

    @media screen and (max-width: 768px) {
        .featured-memo h4 {
            font-size: 60px;
            line-height: 1.2em;
            margin-bottom: 0.75rem;
        }
    }

    .featured-memo span,
    .featured-memo p {
        color: #7D7D7D;
    }

    .featured-memo span span,
    .featured-memo p span {
        color: #00334f;
    }

    .featured-memo-thumb {
        box-shadow: 13px 14px 23px 0px rgba(0, 0, 0, 0.19);
        max-width: 100%;
        height: auto;
    }

    .featured-memo-content {
        padding-left: 1.5rem;
    }

    @media screen and (max-width: 768px) {
        .featured-memo-content {
            text-align: center;
            margin: 1.5rem 0 0;
        }
    }

    .featured-memo-content p {
        color: #333333;
    }

    .featured-memo-content .date {
        font-family: "Old Standard TT", serif;
        font-style: italic;
        font-size: 21px;
        margin-bottom: 0.75rem;
        display: block;
    }

    .featured-memo-content h5 {
        margin: 0 0 1.5rem;
    }

    .featured-afterhours {
        background: url(../assets/images/bg-afterhours-home.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 4.5rem 0;
    }

    @media screen and (max-width: 768px) {
        .featured-afterhours {
            padding: 2em 0;
        }
    }

    .featured-afterhours h4 {
        color: #abdce2;
        font-size: 100px;
        margin-bottom: 3rem;
    }

    @media screen and (max-width: 768px) {
        .featured-afterhours h4 {
            font-size: 60px;
            line-height: 1.2em;
            margin-bottom: 1.5rem;
        }
    }

    .featured-afterhours h4 span {
        color: #eb9c3b;
    }

    .featured-afterhours span,
    .featured-afterhours p {
        color: white;
    }

    .featured-afterhours span span,
    .featured-afterhours p span {
        color: #00334f;
    }

    .featured-afterhours-thumb {
        box-shadow: 13px 14px 23px 0px rgba(0, 0, 0, 0.19);
        max-width: 100%;
        height: auto;
    }

    .featured-afterhours-content {
        padding-left: 1.5rem;
        color: white;
    }

    @media screen and (max-width: 768px) {
        .featured-afterhours-content {
            text-align: center;
            margin: 0 0 1.5rem;
        }
    }

    .featured-afterhours-content .date {
        font-family: "Old Standard TT", serif;
        font-style: italic;
        font-size: 21px;
        margin-bottom: 0.75rem;
        display: block;
    }

    .featured-afterhours-content h5 {
        margin: 0 0 1.5rem;
    }

    /**
 * Styles for heroInternal component.
 * @application tdpWebsiteApp
 */


    .hero-internal {
        margin-top: 0;
        min-height: 478px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        margin-bottom: 80px;
    }

    .category .hero-internal,
    .single-post .hero-internal,
    .blog .hero-internal {
        margin-top: 0px;
        min-height: 478px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        margin-bottom: 80px;
        background-image: url(/wp-content/uploads/2020/06/about-us-hero-image.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

    }

    @media screen and (max-width: 768px) {
        .hero-internal {
            margin-bottom: 50px;
        }
    }

    .hero-internal-content {
        position: absolute;
        left: 50%;
        text-align: center;
        text-transform: uppercase;
        top: 40%;
        transform: translateX(-50%) translateY(-50%);
        min-width: 920px;
        max-width: 940px;
    }

    @media screen and (max-width: 544px) {
        .hero-internal-content {
            width: 100%;
            min-width: 0;
            padding: 0 20px;
            top: 40%;
        }
    }

    .hero-internal-title {
        color: white;
        font-size: 140px;
        font-weight: normal;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        margin-bottom: .5em;
        font-family: "Lato", sans-serif;
        letter-spacing: 24px;
        font-weight: 900;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.27);
        line-height: 1em;
    }

    .hero-internal-title span {
        font-size: 40px;
        color: #ffce01;
        letter-spacing: 5px;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.27);
        display: block;
        line-height: 1em;
    }

    @media screen and (max-width: 768px) {
        .hero-internal-title span {
            font-size: 30px;
        }
    }

    @media screen and (max-width: 544px) {
        .hero-internal-title span {
            font-size: 35px;
            line-height: 1.2em;
            margin-bottom: .4em;
        }
    }

    @media screen and (max-width: 992px) {
        .hero-internal-title {
            font-size: 107px;
        }
    }

    @media screen and (max-width: 768px) {
        .hero-internal-title {
            font-size: 70px;
        }
    }

    @media screen and (max-width: 544px) {
        .hero-internal-title {
            font-size: 40px;
        }
    }

    .archive-header-insider .hero-internal-title {
        font-size: 100px;
        line-height: 1.2em;
    }

    @media screen and (max-width: 768px) {
        .archive-header-insider .hero-internal-title {
            font-size: 70px;
        }
    }

    @media screen and (max-width: 544px) {
        .archive-header-insider .hero-internal-title {
            font-size: 40px;
        }
    }

    .hero-internal-copy {
        color: white;
        font-family: "Lato", sans-serif;
        font-size: 28px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        margin: 0 auto 1.5em;
        max-width: 80%;
    }

    @media screen and (max-width: 992px) {
        .hero-internal-copy {
            font-size: 24px;
        }
    }

    @media screen and (max-width: 544px) {
        .hero-internal-copy {
            font-size: 18px;
            max-width: 90%;
        }
    }

    .hero-internal .btn {
        text-transform: uppercase;
        font-size: 22px;
        letter-spacing: 2px;
    }

    @media screen and (max-width: 544px) {
        .hero-internal .btn {
            font-size: 18px;
        }
    }

    .hero-internal svg {
        position: absolute;
        bottom: 75px;
        margin: 0 auto;
        width: 100%;
    }

    .hero-internal-hasfilter {
        margin-bottom: 0;
    }

    .hero-internal.archive-header-insider {
        margin-bottom: 0;
    }

    .hero-internal.archive-header-insider .hero-internal-content {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        max-width: 100%;
    }

    .hero-internal.archive-header-insider h1 span {
        display: none;
    }

    .hero-internal.archive-header-projects {
        background-image: url(../assets/images/bg-hero-monday.jpg);
    }

    .hero-internal.archive-header-monday-morning-memo {
        background-image: url(../assets/images/bg-hero-monday.jpg);
    }

    .hero-internal.archive-header-downtown-after-hours {
        background-image: url(../assets/images/bg-afterhours-home.jpg);
    }

    .hero-internal.archive-header-projects .hero-internal-content,
    .hero-internal.archive-header-monday-morning-memo .hero-internal-content,
    .hero-internal.archive-header-downtown-after-hours .hero-internal-content,
    .hero-internal.hero-newsletter .hero-internal-content {
        width: 100%;
        max-width: 100%;
    }

    .hero-internal.archive-header-projects h1,
    .hero-internal.archive-header-monday-morning-memo h1,
    .hero-internal.archive-header-downtown-after-hours h1,
    .hero-internal.hero-newsletter h1 {
        font-family: "Old Standard TT", serif;
        text-transform: none;
        font-size: 100px;
        font-weight: 200;
        font-style: italic;
        letter-spacing: 0px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
        line-height: 1em;
    }

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

        .hero-internal.archive-header-projects h1,
        .hero-internal.archive-header-monday-morning-memo h1,
        .hero-internal.archive-header-downtown-after-hours h1,
        .hero-internal.hero-newsletter h1 {
            font-size: 60px;
        }
    }

    .hero-internal.hero-newsletter h1 span {
        display: none;
    }

    .single-downtown-after-hours .hero-internal.archive-header-projects,
    .single-downtown-after-hours .hero-internal.archive-header-monday-morning-memo,
    .single-downtown-after-hours .hero-internal.archive-header-downtown-after-hours,
    .single-downtown-after-hours .hero-internal.hero-newsletter {
        background-image: url(../assets/images/bg-afterhours-home.jpg);
    }

    .single-projects .hero-internal.archive-header-projects,
    .single-projects .hero-internal.archive-header-downtown-after-hours,
    .single-projects .hero-internal.hero-newsletter {
        background-image: url(../assets/images/bg-hero-monday.jpg);
    }

    .single-monday-morning-memo .hero-internal.archive-header-monday-morning-memo,
    .single-monday-morning-memo .hero-internal.archive-header-downtown-after-hours,
    .single-monday-morning-memo .hero-internal.hero-newsletter {
        background-image: url(../assets/images/bg-hero-monday.jpg);
    }

    @media screen and (min-width: 0) {
        #post-593 div.hero-inner-title {
            font-size: 26px;
            width: calc(100%);
            letter-spacing: 6px;
        }
    }

    @media screen and (min-width: 320px) {
        #post-593 div.hero-inner-title {
            font-size: 40px;
            width: calc(100%);
            letter-spacing: 8px;
        }
    }

    @media screen and (min-width: 544px) {
        #post-593 div.hero-inner-title {
            width: calc(100%);
            font-size: calc(85%) !important;
            letter-spacing: 8px !important;
        }
    }

    @media screen and (max-width: 768px) {
        #post-593 div.hero-inner-title {
            font-size: calc(85%) !important;
            letter-spacing: 8px !important;
        }
    }

    @media screen and (min-width: 992px) {
        #post-593 div.hero-inner-title {
            font-size: calc(75%) !important;
            letter-spacing: 10px !important;
            width: calc(100%) !important;
        }
    }

    /**
 * Styles for exploreList component.
 * @application tdpWebsiteApp
 */
    .explore-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        padding: 0 5%;
    }

    .explore-list-item {
        -ms-flex: 33.33333333%;
        flex: 33.33333333%;
        box-sizing: border-box;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        text-align: center;
        transform: scale(1);
        transition: 0.15s all ease-out;
        max-width: 33.333333%;
    }

    @media screen and (max-width: 544px) {
        .explore-list-item {
            -ms-flex: 100%;
            flex: 100%;
            max-width: 100%;
        }
    }

    @media screen and (max-width: 768px) {
        .explore-list-item {
            -ms-flex: 100%;
            flex: 100%;
            max-width: 100%;
        }
    }

    .explore-list-item:hover {
        transform: scale(1.04);
    }

    .explore-list-item:hover .explore-list-item-image {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    }

    .explore-list-item:hover .explore-list-item-image:before {
        background: rgba(0, 0, 0, 0.3);
    }

    .explore-list-item-image {
        margin: 14px 0;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        height: 400px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
        transition: 0.15s all ease-out;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .explore-list-item-image:before {
        position: absolute;
        content: "";
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: rgba(0, 0, 0, 0.4);
        transition: 0.15s all ease-out;
    }

    .explore-list-item-image:after {
        position: absolute;
        content: "";
        border: 2px solid white;
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .explore-list-item-image a {
        text-decoration: none;
        color: white;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
        display: inline-block;
        text-align: center;
        font-size: 34px;
        line-height: 43px;
        padding: 0 50px;
        z-index: 1;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex: 0 0 auto;
        -ms-flex-direction: column;
        max-width: 100%;
        box-sizing: border-box;
    }

    /**
 * Styles for calltoaction component.
 * @application tdpWebsiteApp
 */
    .calltoaction {
        background: url(../assets/images/bg-arrow-1.png) #abdce2;
        background-position: center bottom;
        background-size: 1012px 495px;
        background-repeat: no-repeat;
        padding: 4rem 0;
    }

    .calltoaction h4,
    .calltoaction span,
    .calltoaction p {
        color: white;
    }

    .calltoaction h4 span,
    .calltoaction span span,
    .calltoaction p span {
        color: #00334f;
    }

    .view-container-archive-cta {
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 100%;
        width: 100%;
    }

    @media (min-width: 544px) {
        .view-container-archive-cta {
            max-width: 576px;
        }
    }

    @media (min-width: 768px) {
        .view-container-archive-cta {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .view-container-archive-cta {
            max-width: 940px;
        }
    }

    @media (min-width: 1200px) {
        .view-container-archive-cta {
            max-width: 1140px;
        }
    }

    .view-container-archive-cta h1 {
        text-align: center;
    }

    .view-container-archive-cta .mmm-cta-content {
        text-align: center;
    }

    /**
 * Styles for heroPost component.
 * @application tdpWebsiteApp
 */
    .hero-post {
        margin-top: 0;
        min-height: 478px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        margin-bottom: 80px;
        background-image: url(/wp-content/uploads/2016/08/bg-hero-generic-5.jpg);
    }

    @media screen and (max-width: 768px) {
        .hero-post {
            min-height: 600px;
            margin-bottom: 60px;
        }
    }

    @media screen and (max-width: 544px) {
        .hero-post {
            min-height: 400px;
            margin-bottom: 50px;
        }
    }

    .hero-post-content {
        position: absolute;
        left: 50%;
        text-align: center;
        text-transform: uppercase;
        top: 40%;
        transform: translateX(-50%) translateY(-50%);
        min-width: 920px;
        max-width: 940px;
    }

    @media screen and (max-width: 544px) {
        .hero-post-content {
            width: 100%;
            min-width: 0;
            padding: 0 20px;
            top: 60%;
        }
    }

    .hero-post-title {
        color: white;
        font-size: 140px;
        font-weight: normal;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        margin-bottom: .5em;
        font-family: "Lato", sans-serif;
        letter-spacing: 24px;
        font-weight: 900;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.27);
        line-height: .65em;
    }

    .hero-post-title span {
        font-size: 40px;
        color: #ffce01;
        letter-spacing: 5px;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.27);
    }

    @media screen and (max-width: 992px) {
        .hero-post-title {
            font-size: 70px;
        }
    }

    @media screen and (max-width: 544px) {
        .hero-post-title {
            font-size: 38px;
        }
    }

    .hero-post-copy {
        color: white;
        font-family: "Lato", sans-serif;
        font-size: 28px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        margin: 0 auto 1.5em;
        max-width: 80%;
    }

    @media screen and (max-width: 992px) {
        .hero-post-copy {
            font-size: 24px;
        }
    }

    @media screen and (max-width: 544px) {
        .hero-post-copy {
            font-size: 18px;
            max-width: 90%;
        }
    }

    .hero-post .btn {
        text-transform: uppercase;
        font-size: 22px;
        letter-spacing: 2px;
    }

    @media screen and (max-width: 544px) {
        .hero-post .btn {
            font-size: 18px;
        }
    }

    .hero-post-hasfilter {
        margin-bottom: 0;
    }

    .hero-post-scroll {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-post.header-projects .hero-internal-content,
    .hero-post.header-monday-morning-memo .hero-internal-content {
        width: 100%;
        max-width: 100%;
    }

    .hero-post.header-projects h1,
    .hero-post.header-monday-morning-memo h1 {
        font-family: "Old Standard TT", serif;
        text-transform: none;
        font-size: 100px;
        font-weight: 200;
        font-style: italic;
        letter-spacing: 0px;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
    }

    .hero-post.header-projects h1 span,
    .hero-post.header-monday-morning-memo h1 span {
        display: none;
    }

    /**
 * Styles for mobileMenu component.
 * @application tdpWebsiteApp
 */
    #dl-menu {
        display: none;
    }

    @media screen and (max-width: 768px) {
        #dl-menu {
            display: inline-block;
        }
    }

    .dl-menuwrapper {
        width: 100%;
        max-width: 100%;
        perspective: 1000px;
        perspective-origin: 50% 200%;
        z-index: 1;
        /*margin: 40px 20px 0 0;*/
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .dl-menuwrapper:first-child {
        margin-right: 100px;
    }

    .dl-menuwrapper button {
        background: #ffce01;
        border: none;
        width: 72px;
        height: 71px;
        text-indent: -900em;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        outline: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        float: right;
    }

    .dl-menuwrapper button:hover,
    .dl-menuwrapper button.dl-active,
    .dl-menuwrapper ul {
        background: #00334f;
    }

    .dl-menuwrapper button:after {
        content: '';
        position: absolute;
        width: 60%;
        height: 3px;
        background: white;
        top: 25px;
        left: 14px;
        box-shadow: 0 10px 0 white, 0 20px 0 white;
    }

    .dl-menuwrapper button:hover:after,
    .dl-menuwrapper button.dl-active:after {
        background: white;
        box-shadow: 0 10px 0 white, 0 20px 0 white;
    }

    .dl-menuwrapper ul {
        padding: 0;
        list-style: none;
        transform-style: preserve-3d;
    }

    .dl-menuwrapper li {
        position: relative;
    }

    .dl-menuwrapper li a {
        display: block;
        position: relative;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        outline: none;
        text-transform: uppercase;
        text-align: left;
    }

    .no-touch .dl-menuwrapper li a:hover {
        background: rgba(255, 248, 213, 0.1);
    }

    .dl-menuwrapper li.dl-back > a {
        padding-left: 30px;
        background: rgba(0, 0, 0, 0.1);
    }

    .dl-menuwrapper li.dl-back:after,
    .dl-menuwrapper li > a:not(:only-child):after {
        position: absolute;
        top: 0;
        line-height: 50px;
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: ">";
        font-weight: 900;
        color: #fff;
        padding: 0 20px;
    }

    .dl-menuwrapper li.dl-back:after {
        left: 10px;
        color: rgba(0, 0, 0, 0.15);
        transform: rotate(180deg);
    }

    .dl-menuwrapper li > a:after {
        right: 10px;
        color: rgba(0, 0, 0, 0.15);
    }

    .dl-menuwrapper .dl-menu {
        margin: 85px 0 0 0;
        position: absolute;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .dl-menuwrapper .dl-menu .menu-item-menu-widget,
    .dl-menuwrapper .dl-menu .menu-item-menu-title {
        display: none;
    }

    .dl-menuwrapper .dl-menu.dl-menu-toggle {
        transition: all 0.3s ease;
    }

    .dl-menuwrapper .dl-menu.dl-menuopen {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0px);
    }

    /* Hide the inner submenus */
    .dl-menuwrapper li .dl-submenu {
        display: none;
        margin: 0;
    }

    /*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
    .dl-menu.dl-subview li,
    .dl-menu.dl-subview li.dl-subviewopen > a,
    .dl-menu.dl-subview li.dl-subview > a {
        display: none;
    }

    .dl-menu.dl-subview li.dl-subview,
    .dl-menu.dl-subview li.dl-subview .dl-submenu,
    .dl-menu.dl-subview li.dl-subviewopen,
    .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
    .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
        display: block;
    }

    /* Dynamically added submenu outside of the menu context */
    .dl-menuwrapper > .dl-submenu {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        margin: 0;
    }

    /* Animation classes for moving out and in */
    .dl-menu.dl-animate-out-1 {
        animation: MenuAnimOut1 0.4s;
    }

    .dl-menu.dl-animate-out-2 {
        animation: MenuAnimOut2 0.3s ease-in-out;
    }

    .dl-menu.dl-animate-out-3 {
        animation: MenuAnimOut3 0.4s ease;
    }

    .dl-menu.dl-animate-out-4 {
        animation: MenuAnimOut4 0.4s ease;
    }

    .dl-menu.dl-animate-out-5 {
        animation: MenuAnimOut5 0.4s ease;
    }

    @keyframes MenuAnimOut1 {
        50% {
            transform: translateZ(-250px) rotateY(30deg);
        }

        75% {
            transform: translateZ(-372.5px) rotateY(15deg);
            opacity: .5;
        }

        100% {
            transform: translateZ(-500px) rotateY(0deg);
            opacity: 0;
        }
    }

    @keyframes MenuAnimOut2 {
        100% {
            transform: translateX(-100%);
            opacity: 0;
        }
    }

    @keyframes MenuAnimOut3 {
        100% {
            transform: translateZ(300px);
            opacity: 0;
        }
    }

    @keyframes MenuAnimOut4 {
        100% {
            transform: translateZ(-300px);
            opacity: 0;
        }
    }

    @keyframes MenuAnimOut5 {
        100% {
            transform: translateY(40%);
            opacity: 0;
        }
    }

    .dl-menu.dl-animate-in-1 {
        animation: MenuAnimIn1 0.3s;
    }

    .dl-menu.dl-animate-in-2 {
        animation: MenuAnimIn2 0.3s ease-in-out;
    }

    .dl-menu.dl-animate-in-3 {
        animation: MenuAnimIn3 0.4s ease;
    }

    .dl-menu.dl-animate-in-4 {
        animation: MenuAnimIn4 0.4s ease;
    }

    .dl-menu.dl-animate-in-5 {
        animation: MenuAnimIn5 0.4s ease;
    }

    @keyframes MenuAnimIn1 {
        0% {
            transform: translateZ(-500px) rotateY(0deg);
            opacity: 0;
        }

        20% {
            transform: translateZ(-250px) rotateY(30deg);
            opacity: 0.5;
        }

        100% {
            transform: translateZ(0px) rotateY(0deg);
            opacity: 1;
        }
    }

    @keyframes MenuAnimIn2 {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }

        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }

    @keyframes MenuAnimIn3 {
        0% {
            transform: translateZ(300px);
            opacity: 0;
        }

        100% {
            transform: translateZ(0px);
            opacity: 1;
        }
    }

    @keyframes MenuAnimIn4 {
        0% {
            transform: translateZ(-300px);
            opacity: 0;
        }

        100% {
            transform: translateZ(0px);
            opacity: 1;
        }
    }

    @keyframes MenuAnimIn5 {
        0% {
            transform: translateY(40%);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
        animation: SubMenuAnimIn1 0.4s ease;
    }

    .dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
        animation: SubMenuAnimIn2 0.3s ease-in-out;
    }

    .dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
        animation: SubMenuAnimIn3 0.4s ease;
    }

    .dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
        animation: SubMenuAnimIn4 0.4s ease;
    }

    .dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
        animation: SubMenuAnimIn5 0.4s ease;
    }

    @keyframes SubMenuAnimIn1 {
        0% {
            transform: translateX(50%);
            opacity: 0;
        }

        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }

    @keyframes SubMenuAnimIn2 {
        0% {
            transform: translateX(100%);
            opacity: 0;
        }

        100% {
            transform: translateX(0px);
            opacity: 1;
        }
    }

    @keyframes SubMenuAnimIn3 {
        0% {
            transform: translateZ(-300px);
            opacity: 0;
        }

        100% {
            transform: translateZ(0px);
            opacity: 1;
        }
    }

    @keyframes SubMenuAnimIn4 {
        0% {
            transform: translateZ(300px);
            opacity: 0;
        }

        100% {
            transform: translateZ(0px);
            opacity: 1;
        }
    }

    @keyframes SubMenuAnimIn5 {
        0% {
            transform: translateZ(-200px);
            opacity: 0;
        }

        100% {
            transform: translateZ(0);
            opacity: 1;
        }
    }

    .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
        animation: SubMenuAnimOut1 0.4s ease;
    }

    .dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
        animation: SubMenuAnimOut2 0.3s ease-in-out;
    }

    .dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
        animation: SubMenuAnimOut3 0.4s ease;
    }

    .dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
        animation: SubMenuAnimOut4 0.4s ease;
    }

    .dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
        animation: SubMenuAnimOut5 0.4s ease;
    }

    @keyframes SubMenuAnimOut1 {
        0% {
            transform: translateX(0%);
            opacity: 1;
        }

        100% {
            transform: translateX(50%);
            opacity: 0;
        }
    }

    @keyframes SubMenuAnimOut2 {
        0% {
            transform: translateX(0%);
            opacity: 1;
        }

        100% {
            transform: translateX(100%);
            opacity: 0;
        }
    }

    @keyframes SubMenuAnimOut3 {
        0% {
            transform: translateZ(0px);
            opacity: 1;
        }

        100% {
            transform: translateZ(-300px);
            opacity: 0;
        }
    }

    @keyframes SubMenuAnimOut4 {
        0% {
            transform: translateZ(0px);
            opacity: 1;
        }

        100% {
            transform: translateZ(300px);
            opacity: 0;
        }
    }

    @keyframes SubMenuAnimOut5 {
        0% {
            transform: translateZ(0);
            opacity: 1;
        }

        100% {
            transform: translateZ(-200px);
            opacity: 0;
        }
    }

    /* No JS Fallback */
    .no-js .dl-menuwrapper .dl-menu {
        position: relative;
        opacity: 1;
        transform: none;
    }

    .no-js .dl-menuwrapper li .dl-submenu {
        display: block;
    }

    .no-js .dl-menuwrapper li.dl-back {
        display: none;
    }

    .no-js .dl-menuwrapper li > a:not(:only-child) {
        background: rgba(0, 0, 0, 0.1);
    }

    .no-js .dl-menuwrapper li > a:not(:only-child):after {
        content: '';
    }

    /**
*  Extras
**/
    ul.wpbdp-categories {
        list-style-type: none;
    }

    ul.wpbdp-categories a {
        color: #396e8e;
    }

    .wpbdp-listings-list {
        padding-left: 1%;
    }

    .wpbdp-listing {
        margin-left: 1%;
        border: 1px solid #396e8e;
        border-bottom: 1px solid #396e8e !important;
    }

    @media screen and (min-width: 544px) {
        .wpbdp-listing {
            font-size: 1rem;
            width: 40%;
        }
    }

    @media screen and (min-width: 768px) {
        .wpbdp-listing {
            font-size: 1rem;
            width: 44%;
        }
    }

    @media screen and (min-width: 1200px) {
        .wpbdp-listing {
            font-size: 1.2rem;
            width: 47%;
        }
    }

    .wpbdp-listing .listing-thumbnail {
        display: none;
    }

    .wpbdp-listing .excerpt-content {
        width: 100%;
    }

    .wpbdp-listing .excerpt-content .listing-details {
        margin-left: 0;
    }

    .wpbdp-listing .excerpt-content .address-info {
        padding-bottom: 25px;
    }

    .wpbdp-listing .excerpt-content .address-info label {
        font-family: "Old Standard TT", serif;
    }

    .wpbdp-listing .excerpt-content .wpbdp-field-business_industry {
        display: block;
        margin-top: 5px !important;
        margin-bottom: 15px !important;
    }

    .wpbdp-listing .excerpt-content .wpbdp-field-business_industry a {
        color: #396e8e;
        border: 2px solid #396e8e;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right: 7px !important;
        padding-left: 7px !important;
        font-weight: bold !important;
    }

    .wpbdp-listing .excerpt-content .wpbdp-field-business_industry a:hover {
        background-color: #ffce01;
        color: #396e8e;
    }

    .wpbdp-listing .excerpt-content .wpbdp-field-website {
        width: 100%;
    }

    .wpbdp-listing .excerpt-content .wpbdp-field-website a {
        color: #396e8e;
        padding: 5px;
        font-weight: bold;
    }

    .wpbdp-listing .excerpt-content .wpbdp-field-business_contact:before {
        content: "Contact: ";
    }

    .listing-title a {
        font-family: "Old Standard TT", serif;
    }

    .view-listing {
        display: none;
    }

    #eventsContent {
        max-width: 1140px;
        margin: 0 auto;
        display: block;
    }

    .view-eventOn-category .evcal_month_line p {
        color: #000000 !important;
    }

    .evo_month_title {
        font-family: "Old Standard TT", serif !important;
        color: #000000 !important;
    }

    .eventon_list_event:nth-child(even) {
        background-color: #A2DBE6 !important;
    }

    .eventon_list_event:nth-child(odd) {
        background-color: #3D6E8D !important;
    }

    #home-featured-events .eventon_list_event:nth-child(1) {
        background-color: #FFCD2F !important;
    }

    #home-featured-events .eventon_list_event:nth-child(4) {
        background-color: #FFCD2F !important;
    }

    #home-featured-events .eventon_list_event:nth-child(2) {
        background-color: #FFA300 !important;
    }

    #home-featured-events .eventon_list_event:nth-child(3) {
        background-color: #FFA300 !important;
    }

	.home .home-events div#evcal_list {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	flex-flow: column;
    	flex-direction: column;
	}
    .ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
        margin-top: -4px !important;
        left: 3px !important;
    }
	
	.post-type-archive-ajde_events .ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    	margin-top: 5px !important;
    	left: 12px !important;
    	font-size: 20px !important;
	}

	.post-type-archive-ajde_events .ajde_evcal_calendar .calendar_header .evcal_arrows {
    	color: #396e8e;
    	border-color: #396e8e;
    	background-color: #ffffff;
	}
	.post-type-archive-ajde_events .ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
    	color: #fff;
    	border-color: #396e8e;
    	background-color: #396e8e;
	}

	.post-type-archive-ajde_events .ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
		color: #396e8e;
	}

	.post-type-archive-ajde_events span.evcal_desc2.evcal_event_title {
    	color: #fff;
	}
    .evo_cal_above span {
        background-color: #3D6E8D !important;
        opacity: 1.0 !important;
    }

    .ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set {
        color: #ffffff;
        background-color: #A2DBE6 !important;
    }


    /************************************************
Css Table Of Content
-----------------------
01. Resset Css
02. Typogrpahy
    -Font Typography
    -Color Typography
    -Hedding Tag Typography
03. Scroll Top CSS
04. Global Style
*************************************************/


    /*--------------01. Start Resset Css------------------*/
    * {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }

    *:focus {
        box-shadow: none;
        border: none;
        outline: none;
    }

    body {
        padding: 0px;
        font-size: 20px;
        line-height: 34px;
        color: #2d2d2c;
        font-family: 'Lato', sans-serif;
        margin: 0px auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    body,
    html {
        height: 100%;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    figur,
    a {
        margin: 0px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Lato', sans-serif;
        -webkit-font-variant-ligatures: common-ligatures;
        font-variant-ligatures: common-ligatures;
    }

    a {
        text-decoration: none;
        color: #9bd9ea;
    }

    a:hover {
        color: #ffcd2f;
    }

    a:hover,
    a:focus,
    input:focus,
    button:focus,
    a:active {
        text-decoration: none;
        outline: none;
        outline-offset: 0px;
        box-shadow: none;
    }

    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    input,
    textarea,
    select {
        border: 1px solid #d1d1d1;
        font-size: 14px;
        padding: 8px 15px;
        width: 100%;
        max-width: 100%;
        resize: none;
    }

    button[type="submit"],
    .tdp-btn-default {
        font-size: 15px;
        height: 65px;
        line-height: 65px;
        padding: 0 35px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #ffcd2f;
        display: inline-block;
        cursor: pointer;
        text-transform: uppercase;
        border: 2px solid #ffcd2f;

    }

    .tdp-btn-default:hover {
        color: #fff;
        background: #ffcd2f;

    }

    @media (max-width: 991px) {

        button[type="submit"],
        .tdp-btn-default {
            height: 55px;
            line-height: 55px;
            padding: 0 25px;
        }
    }

    /*------------0.1 End Resset Css----------------------*/


    /*--------------------02. Typography------------------*/
    /*------font weight Typography-------*/
    .fw-200 {
        font-weight: 200;
    }

    .fw-300 {
        font-weight: 300;
    }

    .fw-400 {
        font-weight: 400;
    }

    .fw-500 {
        font-weight: 500;
    }

    .fw-600 {
        font-weight: 600;
    }

    .fw-700 {
        font-weight: 700;
    }

    .fw-800 {
        font-weight: 800;
    }

    .fw-900 {
        font-weight: 900;
    }

    /*--------color Typography-------*/
    .tampa-footer .footer-menu li a:hover,
    .tampa-footer.dark .footer-menu li a:hover,
    .tdp-megamenu .megamenu-item .single-item ul li a:hover,
    .tdp-nav ul.dropdown li a:hover,
    .tdp-topbar .topbar-menu a:hover,
    .footer-widget .widget_nav_menu li a:hover,
    .color-ffc {
        color: #ffcd2f;
    }


    .tampa-footer .footer-menu li a,
    .color-003 {
        color: #003a63;
    }

    .color-3d {
        color: #3d6e8d;
    }

    .color-999 {
        color: #999999;
    }

    .color-9bd {
        color: #9bd9ea;
    }

    .color-2d2 {
        color: #2d2d2c;
    }

    .color-a2d {
        color: #a2dbe6;
    }

    .color-ff {
        color: #ffffff;
    }

    .color-00 {
        color: #000000;
    }

    .color-99 {
        color: #999999;
    }


    /*-------background color----*/
    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu > li > a:before,
    .tdp-nav .nav-wrapper > ul > li > a:before,
    .bg-ffc {
        background-color: #ffcd2f;
    }


    /*-------border color----*/
    .border-ffc {
        border-color: #ffcd2f;
    }

    .single-post .post-content-title {
        max-width: 100%;
        font-weight: 400;
        font-size: 50px;
        line-height: 55px;
    }

    .single-post .post-content-date-post {
        display: none;
    }

    .single-post h4 {
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 35px;
    }

    .bg-none {
        background-color: transparent;
    }

    .why-poin.elementor-widget:not(:last-child) {
        margin-bottom: 36px;
    }

    /*-------heading tag Typogrpahy--------*/
    h1 {
        /*font-size: 130px;
    line-height: 65px;
    font-weight: 900;*/
    }

    h2 {
        /*font-size: 100px;
    line-height: 85px;
    font-weight: 900;*/
    }

    h3 {
        /*font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    color: #003a63;*/
    }

    h4 {
        /*font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #003a63;*/
    }

    h5 {
        /*font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #003a63;*/
    }

    h6 {
        /*font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    color: #a2dbe6;*/
    }

    .title-20 {
        font-size: 20px;
        line-height: 30px
    }


    /*-------------03. scroll top css-----------*/
    .scroll-top {
        background: #027AEC;
        border-radius: 3px;
        bottom: 50px;
        cursor: pointer;
        height: 40px;
        position: fixed;
        right: 30px;
        text-align: center;
        width: 40px;
        z-index: 999;
    }

    .scroll-top:hover i {
        color: #000;
    }

    .not-visible {
        visibility: hidden;
        display: none;
    }

    .scroll-top i {
        color: #fff;
        font-size: 24px;
        line-height: 38px;
    }


    /*-------------04. Global style---------------*/
    .lato {
        font-family: 'Lato', sans-serif;
    }

    .pos-relative {
        position: relative;
    }

    .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .text-uppercase {
        text-transform: uppercase;
    }

    .text-caitalize {
        text-transform: capitalize;
    }

    .megamenu-overlay,
    .tdp-nav ul.dropdown,
    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu > li > a:before,
    .tdp-nav .nav-wrapper > ul > li > a:before,
    .transition-3s,
    a {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .transition-5s {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    em.date {
        font-size: 60px;
        font-weight: 700;
        color: rgb(255, 203, 85);
    }

    /*---------------flex utility------------*/
    .align-center-center {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    .align-col-left-center {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: center;
    }

    .align-col-left-bottom {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .align-col-right-center {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        justify-content: center;
    }

    .align-col-right-bottom {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .align-col-center-bottom {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: flex-end;
    }

    .align-row-left-top {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .align-row-left-center {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: flex-start;
    }

    .align-row-right-center {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: flex-end;
    }

    .align-row-center-center {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .align-row-spacebetween {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
    }

    .display-block {
        display: block;
    }

    .display-inline li {
        display: inline-block;
    }

    /* --------04. End GLOBAL style css ------**/
    .tdp-container {
        max-width: 1530px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px
    }

    .tdp-event-container {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px
    }

    .section-padding {
        padding: 137px 0 150px;
    }

    .section-padding2 {
        padding: 150px 0;
    }

    .section-title {
        text-align: center;
        margin-bottom: 70px;
    }

    .section-title p {
        max-width: 730px;
        margin: 20px auto 0;
    }

    .img-fluid {
        max-width: 100%;
        width: 100%;
    }

    img {
        vertical-align: middle;
        display: inline-block;
        margin: 0;
    }
    ul.list-active-area {
       list-style: disc;
       padding: 42px 20px 32px;
       border-bottom: 1px solid rgb(231, 230, 230);
     }
    section.meet_the_finalist h4 {
       padding-top: 40px;
   }
    section.meet_the_finalist {
       box-shadow: 0px 20px 30px 0px rgba(89, 99, 106, 0.1);
       padding: 20px 60px 60px 60px;
    }
    ul.list-active-area:last-of-type {
       border-bottom: none;
       padding: 42px 20px 0px;
   }
    /*------------------------------------*/


    .music-event-banner {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .music-event-banner .overlay {
        background: rgba(0, 0, 0, 0.5);
    }

    .music-event-banner .banner-content {
        height: 550px;
        z-index: 1;
        position: relative;
    }

    .music-event-banner .banner-content h6 {
        padding-bottom: 5px;
        letter-spacing: 2px;
        font-size: 15px;
        line-height: 20px;
        font-weight: 900;
    }

    .music-event-banner .banner-content h2 {
        font-size: 100px;
        line-height: 85px;
    }

    /*-----------tdp topbar-------------*/
    .tdp-topbar {
        background: rgb(0, 58, 99);
        padding: 5px 0;
    }

    .tdp-topbar .topbar-menu {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: flex-end;
    }

    .tdp-topbar .topbar-menu a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 0 30px;
        border-right: 1px solid #fff;
    }

    .tdp-topbar .topbar-menu li:first-child a {
        padding-left: 0;
    }

    .tdp-topbar .topbar-menu li:last-child a {
        padding-right: 0;
        border-right: none;
    }

    .tdp-topbar .topbar-menu a img {
        margin-top: -2px;
        margin-right: 11px;
    }

    .la-area-full {
        position: relative;
        transition: 0.15s all ease-out;
        -webkit-transition: 0.15s all ease-out;
        -moz-transition: 0.15s all ease-out;
        -o-transition: 0.15s all ease-out;
        transition: 0.15s all ease-out;
    }

	.la-area-full .elementor-element-populated {
		transition: 0.15s all ease-out;
        -webkit-transition: 0.15s all ease-out;
        -moz-transition: 0.15s all ease-out;
        -o-transition: 0.15s all ease-out;
        transition: 0.15s all ease-out;
	}

  .la-area-full:hover .la-meridien {
        display: none;
        transition: 0.15s all ease-out;
        -webkit-transition: 0.15s all ease-out;
        -moz-transition: 0.15s all ease-out;
        -o-transition: 0.15s all ease-out;
        transition: 0.15s all ease-out;
    }

    .merdien-book:before {
        content: " ";
        position: absolute;
        z-index: 1;
        top: 50px;
        left: 50px;
        right: 50px;
        bottom: 50px;
        border: 1px solid #ffffff;
    }
     .merdien-book {
        display: none;
        transition: 0.15s all ease-out;
        -webkit-transition: 0.15s all ease-out;
        -moz-transition: 0.15s all ease-out;
        -o-transition: 0.15s all ease-out;
        transition: 0.15s all ease-out;
    }

    .la-area-full:hover .merdien-book {
        display: block;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    /*placemarket area*/

    .la-area-full {
        position: relative;
        transition: 5s all ease;
        -webkit-transition: 5s all ease;
        -moz-transition: 5s all ease;
        -o-transition: 5s all ease;
        transition: 5s all ease;
    }

    .la-area-full:hover .la-meridiens{
        display: none;
		-webkit-transition: 5s all ease;
        -moz-transition: 5s all ease;
        -o-transition: 5s all ease;
        transition: 5s all ease;
    }
    .merdien-books:before {
        content: " ";
        position: absolute;
        z-index: 1;
        top: 50px;
        left: 50px;
        right: 50px;
        bottom: 50px;
        border: 1px solid #ffffff;
    }
   .merdien-books {
        display: none;
  
    }
    .la-area-full:hover .merdien-books {
        display: block;
       transition: 5s all ease;
        -webkit-transition: 5s all ease;
        -moz-transition: 5s all ease;
        -o-transition: 5s all ease;
        transition: 5s all ease;
    }








    /*--------------*/
    .tdp-nav {
        position: relative;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


    .tdp-nav .nav-bg {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .tdp-nav .brand-logo {
        margin-right: 43px;
    }

    .tdp-nav .brand-logo img {
        transition: width 0.5s ease;
        width: 315px;
    }

    .tdp-nav .brand-logo a {
        display: block;
    }

    .tdp-nav .nav-icon,
    .tdp-nav .nav-button-close {
        display: none;
    }

    .tdp-nav .nav-wrapper {
        float: right;
        position: relative;
    }

    .tdp-nav .nav-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .tdp-nav .nav-wrapper > ul > li {
        display: inline-block;
        position: relative;
    }

    .tdp-nav .nav-wrapper > ul > li.active > a,
    .tdp-nav .nav-wrapper > ul > li.active > a > i,
    .tdp-nav .nav-wrapper ul li a:hover {
        transition: color .3s;
    }

    .tdp-nav .nav-wrapper > ul > li > a {
        padding: 54px 38px;
    }

    .tdp-nav .nav-wrapper > ul > li:last-child > a {
        padding-right: 0;
    }

    .tdp-nav .nav-wrapper ul li a {
        display: block;
        font-size: 16px;
        color: #333;
        position: relative;
    }

    .tdp-nav .nav-wrapper > ul > li > a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1px;
    }

    .wp-megamenu-wrap .wpmm-nav-wrap > ul > li:last-child > a {
        padding-right: 0;
    }

    .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
        position: relative;
        padding: 34px 18px;
    }

    .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a .fa {
        font-size: 16px;
        margin-left: 2px;
    }
    #wp-megamenu-navigation>.wpmm-nav-wrap ul.wp-megamenu>li>a {
        font-size: 14px;
    }

    /*#wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu > li > a:before,
    .tdp-nav .nav-wrapper > ul > li > a:before {
        content: "";
        position: absolute;
        top: 41px;
        height: 0px;
        line-height: initial;
        width: 2px;
        left: 50%;
        margin-left: 1px;
        transform: rotate(17deg);
        transform-origin: top;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu > li.current_page_item > a:before,
    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu > li > a:hover:before,
    .tdp-nav .nav-wrapper > ul > li > a:hover:before,
    .tdp-nav .nav-wrapper > ul > li.active > a:before {
        height: 50px;
    }*/

    .tdp-nav .nav-wrapper > ul > li > a > i {
        position: relative;
        left: 5px;
        top: 1px;
    }

    .tdp-nav.transparent {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: rgba(119, 119, 119, 0.29);
    }

    .tdp-nav.transparent.dark .nav-wrapper ul li a:hover,
    .tdp-nav.transparent.dark .nav-wrapper ul li a:hover i {
        color: #2075f4;
    }

    /*--- ==Transparent Menu Style= -----*/
    .tdp-nav.transparent.dark .search_button i,
    .tdp-nav.transparent.dark .nav-wrapper ul li a i,
    .tdp-nav.transparent.dark .nav-wrapper > ul > li > a {
        color: #fff;
        transition: .3s;
    }

    /*---------------------------------------
        ==Sticky Menu Style=
---------------------------------------*/
    .tdp-nav.sticky-header {
        position: fixed;
        padding: 0;
        z-index: 999;
        top: -40px;
        background: #2d2d2c;
        width: 100%;

    }

    .tdp-nav.sticky-header .brand-logo img {
        width: 240px;
    }

    .tdp-nav.sticky-header .nav-wrapper > ul > li > a {
        padding: 30px 38px;
    }

    .tdp-nav.sticky-header .nav-wrapper > ul > li:last-child > a {
        padding-right: 0;
    }

    .tdp-nav.sticky-header .nav-wrapper > ul > li > a:hover:before,
    .tdp-nav.sticky-header .nav-wrapper > ul > li.active > a:before {
        height: 48px;
    }

    .tdp-nav.sticky-header .nav-wrapper > ul > li > a:before {
        top: 24px;
        left: 53%;
    }


    /*============== Dropdown ==============*/
    .tdp-nav ul.dropdown {
        position: absolute;
        z-index: 10;
        background: #fff;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
        visibility: hidden;
        opacity: 0;
        min-width: 230px
    }

    .tdp-nav li.dropdwon > ul.dropdown {
        visibility: visible;
        opacity: 1;
    }

    .tdp-nav ul.dropdown li {
        position: relative;
        border-bottom: 1px solid #eee;
    }

    .tdp-nav ul.dropdown li:last-child {
        border-bottom: none;
    }

    .tdp-nav ul.dropdown li a {
        display: block;
        padding: 7px 20px;
        position: relative;
    }

    .tdp-nav ul.dropdown li a i {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tdp-nav ul.dropdown {
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    }

    /* --------Right Align-------- */
    .tdp-nav .dropdown .right,
    .tdp-nav .right .dropdown {
        left: 100%;
    }

    /*-------- Left Align-------- */
    .tdp-nav .dropdown .left,
    .tdp-nav .left .dropdown {
        right: 100%;
    }

    /* --------dropdown hover-------- */
    .tdp-nav ul.dropdown > li.dropdwon > ul.dropdown {
        visibility: visible;
        opacity: 1;
        top: 0;
    }




    /*------------mega menu-----------*/
    .header ul.wp-megamenu-sub-menu > .wpmm-row {
        max-width: 1530px;
        margin: 0 auto;
    }

    .megamenu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.58);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
    }

    .megamenu-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .clear-man .elementor-widget-container {
        display: none;
    }

    .clear-man:hover .elementor-widget-container {
        display: block;
    }

    .clear-man {
        width: 450px !important;
        height: 350px;
    }

    .zoom-hover,
    .overflow-hide {
        overflow: hidden;
    }

    .column-hover:hover,
    .elementor-animation-grow:active,
    .elementor-animation-grow:focus,
    .elementor-animation-grow:hover {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: 5.5s ease;
        transition: 5.5s ease;
    }


    .tdp-megamenu .megamenu-wrapper {
        display: flex;
        flex-flow: row wrap;
    }

    .tdp-megamenu .megamenu-wrapper .megamenu-item {
        padding-right: 20px;
        display: flex;
        flex-flow: row wrap;
    }

    .tdp-megamenu .megamenu-item .single-item {
        width: 50%;
    }

    .tdp-megamenu .megamenu-item .single-item h3 {
        margin-bottom: 35px;
    }

    .tdp-megamenu .megamenu-item .single-item ul li a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1px;
        color: #999;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu li.wpmm_dropdown_menu .wp-megamenu-sub-menu li a,
    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu li a {
        text-transform: uppercase !important;
        margin-bottom: 10px !important;
        display: inline-block;
        position: relative;
        padding-right: 0;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu li a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background: #ffcd2f;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu li a:hover:before {
        width: 100%;
    }


    /*-----megamenu card----------*/
    .tdp-megamenu .megamenu-wrapper .megamenu-card {
        display: flex;
        flex-flow: row wrap;
        align-self: flex-start;
        width: 100%;
    }

    .tdp-megamenu .megamenu-card .single-card {
        width: calc(52% - 30px);
        margin-left: 30px;
    }

    .tdp-megamenu .megamenu-card .single-card:first-child {
        margin-left: 0;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu .single-card > a {
        padding: 0;
    }

    .tdp-megamenu .megamenu-card .single-card ul.category {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 1 !important;
    }

    .tdp-megamenu .megamenu-card .single-card ul.category a {
        background: #fff !important;
        color: #999 !important;
        font-size: 15px;
        text-transform: uppercase !important;
        font-weight: 900 !important;
        letter-spacing: 1px !important;
        line-height: 48px !important;
        height: 48px !important;
        padding: 0 23px !important;
        display: block !important;
    }

    .tdp-megamenu .megamenu-card .single-card .card-title {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        /*height: 100% !important;*/
        padding: 15px 20px !important;
        text-align: center !important;
        display: flex !important;
        flex-flow: column !important;
        align-items: center !important;
        justify-content: flex-end !important;

        /*background: -moz-linear-gradient(top, rgba(125,185,232,0) -1%, rgba(74,110,138,0) 40%, rgba(0,0,0,0.75) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) -1%,rgba(74,110,138,0) 40%,rgba(0,0,0,0.75) 100%) !important;
    background: linear-gradient(to bottom, rgba(125,185,232,0) -1%,rgba(74,110,138,0) 40%,rgba(0,0,0,0.75) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#bf000000',GradientType=0 ) !important;*/
    }

    .tdp-megamenu .megamenu-card .single-card .card-title a {
        font-size: 20px !important;
        color: #fff !important;
        line-height: 30px !important;
        padding: 0 !important;
    }

    .tdp-megamenu .megamenu-card .single-card ul.category a:hover,
    .tdp-megamenu .megamenu-card .single-card .card-title a:hover {
        color: #ffcd2f !important;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu > .wpmm-col-6:first-child ul.wp-megamenu-sub-menu {
        display: flex;
        flex-flow: row-reverse;
        width: 100%;
        justify-content: flex-end;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu > .wpmm-col-6:first-child ul.wp-megamenu-sub-menu > li:first-child {
        width: 60%;
        margin-bottom: 0;
        padding-left: 30px;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu > .wpmm-col-6:first-child ul.wp-megamenu-sub-menu > li:nth-child(2) {
        width: 40%;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu > .wpmm-col-6 ul.wp-megamenu-sub-menu > li .live-btn h3 {
        margin-bottom: 25px;
        font-size: 53px;
        line-height: 60px;
        color: #003a63;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu .wpmm-col-6 ul.wp-megamenu-sub-menu > li .live-btn a {
        min-width: 210px !important;
        text-align: center;
        font-size: 15px;
        height: 65px;
        position: relative;
        line-height: 62px;
        padding: 0 35px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #ffcd2f;
        display: inline-block;
        cursor: pointer;
        text-transform: uppercase;
        border: 2px solid #ffcd2f;
        margin-top: 10px;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu .wpmm-col-6 ul.wp-megamenu-sub-menu > li .live-btn a span {
        z-index: 1;
        position: relative;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu .wpmm-col-6 ul.wp-megamenu-sub-menu > li .live-btn a:hover {
        color: #fff;
        position: relative;
    }


    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu .wpmm-col-6 ul.wp-megamenu-sub-menu > li .live-btn a:before {
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        bottom: 0;
        opacity: 0;
        content: '';
        background-color: #ffcd2f;
    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu .wpmm-col-6 ul.wp-megamenu-sub-menu > li .live-btn a:hover:before {
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        left: 0;
        right: 0;
        opacity: 1;

    }

    #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu .wpmm-col-6 ul.wp-megamenu-sub-menu > li .live-btn a:focus:before {
        transition: 0.5s all ease;
        left: 0;
        right: 0;
        opacity: 1;
    }



    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li {
        padding: 50px 15px 40px;
    }

	#wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu li.about-us-link ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu > .wpmm-col-6:first-child ul.wp-megamenu-sub-menu > li.wpmm-submenu-right {
		width: calc(100% / 3);
		padding-left: 0;
		padding-right: 10px;
	}


    /*-------------mon-mor-section-----------*/
    .dwntwn-ah-section .img-content,
    .mon-mor-section .img-content {
        max-width: 580px;
        padding: 64px 15px 80px 80px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }

    .dwntwn-ah-section .img-content span,
    .mon-mor-section .img-content span {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 2px;
        display: inline-block;
    }

    .dwntwn-ah-section .img-content h4,
    .mon-mor-section .img-content h4 {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 42px;
        font-weight: 700;
    }

    .dwntwn-ah-section .img-content h4 a,
    .mon-mor-section .img-content h4 a {
        color: #003a63;
    }

    .dwntwn-ah-section .img-content h4 a:hover,
    .mon-mor-section .img-content h4 a:hover {
        color: #ffcd2f;
    }

    .dwntwn-ah-section .img-content p,
    .mon-mor-section .img-content p {
        margin-bottom: 40px;
    }

    .dwntwn-ah-section .img-content .tdp-btn-default,
    .mon-mor-section .img-content .tdp-btn-default {
        position: relative;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .dwntwn-ah-section .img-content .tdp-btn-default:hover,
    .mon-mor-section .img-content .tdp-btn-default:hover {
        background: none;
    }

    .dwntwn-ah-section .img-content .tdp-btn-default:before,
    .mon-mor-section .img-content .tdp-btn-default:before {
        content: '';
        background-color: #ffcd2f;
        position: absolute;
        left: 50%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        right: 50%;
    }

    .dwntwn-ah-section .img-content .tdp-btn-default:hover:before,
    .mon-mor-section .img-content .tdp-btn-default:hover:before {
        left: 0;
        right: 0;
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .dwntwn-ah-section .img-content .tdp-btn-default span,
    .mon-mor-section .img-content .tdp-btn-default span {
        position: relative;
        z-index: 1;
    }


    /*-------------dwntwn-ah-section-----------*/
    .dwntwn-ah-section {
        background: #f5f5f5;
    }

    .dwntwn-ah-section .img-content {
        background: #f5f5f5;
        right: inherit;
        left: 0;
    }

    /*------dark-------*/
    .dark .dwntwn-ah-section {
        background: #141414;
    }

    .dark .dwntwn-ah-section .section-title h3 {
        color: #fff;
    }

    .dark .dwntwn-ah-section .img-content {
        background: #141414;
    }

    .dark .dwntwn-ah-section .img-content p,
    .dark .dwntwn-ah-section .img-content h4 a,
    .dark .dwntwn-ah-section .img-content span {
        color: #fff;
    }

    .dark .dwntwn-ah-section .img-content h4 a:hover {
        color: #ffcd2f;
    }

    .dark .dwntwn-ah-section .img-content .tampa-btn-default {
        color: #fff;
        border-color: #fff;
    }

    .dark .dwntwn-ah-section .img-content .tampa-btn-default:hover {
        background: #fff;
        color: #141414;
        border-color: #fff;
    }

    .leftside {
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
    }

    /* Wrapper */
    .icon-button {
        border: 2px solid rgb(0, 58, 99);
        color: rgb(0, 58, 99);
        border-color: rgb(0, 58, 99);
        border-radius: 0px;
        cursor: pointer;
        display: inline-block;
        font-size: 17px;
        height: 1.8rem;
        line-height: 0px;
        margin: 0 5px 5px 0px;
        position: relative;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 1.8rem;
    }

    /* Circle */
    .icon-button span {
        border-radius: 0;
        display: block;
        height: 0;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        width: 0;
    }

    .icon-button:hover span {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 0px;
        border: 2px solid rgb(255, 205, 47);
        background: rgb(255, 205, 47);
        margin: -0.9rem;
    }

    .icon-button,
    .icon-button span,
    .icon-button:hover span,
    .icon-button i {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    /*footer social  Icons  */
    .icon-button i {
        background: none;
        color: rgb(0, 58, 99);
        border-color: rgb(0, 58, 99);
        height: 1.8rem;
        left: -2px;
        line-height: 1.8rem;
        position: absolute;
        top: -2px;
        width: 1.8rem;
        z-index: 10;
    }



    /*-------------- getting grown ----*/

    .getting-from-one .elementor-widget:not(:last-child) {
        margin-bottom: 0px;
    }
   .summer-from-one.elementor-widget:not(:last-child) {
      margin-bottom: 0px;
    }
    /*-----------footer widget-----------*/
    .footer-widget {
        background: #3d6e8d;
    }

    .footer-widget .widget-wrapper {
        margin: 0 -15px;
        display: flex;
        flex-flow: row wrap;
    }

    .footer-widget .widget-wrapper .widget.newsletter {
        width: 16.7%;
        padding-right: 0px;
    }

    .footer-widget .widget-wrapper .widget-tdp {
        width: 16.6%;
        padding: 0 15px;
    }

    .footer-widget .widget .widget-title {
        color: rgb(0, 58, 99);
        font-weight: 700;
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 30px;
    }

    .footer-widget .widget_nav_menu li a,
    .menu-footer-navigation-container .menu-item a {
        font-size: 17px;
        display: inline-block;
        line-height: 28px;
        color: #fff;
        margin-bottom: 5px;
        position: relative;
        padding-left: 18px;
    }

    .footer-widget .widget_nav_menu li a {
        color: rgb(0, 58, 99);
    }

    .footer-widget .widget_nav_menu li a:before,
    .menu-footer-navigation-container .menu-item a:before {
        content: "\f0da";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: -1px;
        font-size: 16px;
        transition: all 0.3s ease;
    }

    .footer-widget .widget_nav_menu li a:hover {
        margin-left: 10px;
    }

    ul#footer-menu > li {
        padding-right: 15px;
    }



    /*-----------dark-----------*/
    .footer-widget.dark {
        background: rgb(173, 216, 230);
    }


    /*------------footer--------------*/
    footer.tampa-footer {
        padding: 16px 0;
    }

    .tampa-footer .footer-wrapper {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
    }

    .tampa-footer .copyright-txt p {
        font-size: 17px;
        line-height: 28px;
        color: #999;
        font-weight: 700;
    }

    .tampa-footer .footer-menu li {
        display: inline-block;
    }

    .tampa-footer .footer-menu li a {
        font-size: 17px;
        line-height: 28px;
        font-weight: 700;
        padding: 0 17px;
    }

    .tampa-footer .footer-menu li:first-child a {
        padding-left: 0;
    }

    .tampa-footer .footer-menu li:last-child a {
        padding-right: 0;
    }


    /*-----------dark-----------*/
    .tampa-footer.dark {
        background: #3d6e8d;
    }

    .tampa-footer.dark .copyright-txt p {
        color: #fff;
    }

    .tampa-footer.dark .footer-menu li a {
        color: #fff;
    }

    .footer-widget .widget-wrapper .widget.newsletter .tdp-btn-default {
        color: rgb(0, 58, 99);
        border-color: rgb(0, 58, 99);
        display: block;
        width: 195px;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 20px;
        letter-spacing: 2px;
        position: relative;
    }

    .footer-widget .widget-wrapper .widget.newsletter .tdp-btn-default:hover {
        background: none;
    }

    .footer-widget .widget-wrapper .widget.newsletter .tdp-btn-default:before {
        content: '';
        background-color: #ffcd2f;
        position: absolute;
        left: 50%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
        right: 50%;
    }

    .footer-widget .widget-wrapper .widget.newsletter .tdp-btn-default:hover:before {
        left: 0;
        right: 0;
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease;
    }

    .footer-widget .widget-wrapper .widget.newsletter .tdp-btn-default span {
        z-index: 1;
        position: relative;
    }

    .footer-widget .widget-wrapper .widget.newsletter .tdp-btn-default:hover {
        border-color: #ffcd2f;
    }

    .footer-widget .widget-wrapper .widget.newsletter .tdp-btn-default:last-child {
        margin-bottom: 0;
    }

    .footer-widget .widget-wrapper .widget.newsletter .tdp-btn-default i {
        font-size: 20px;
        margin-right: 4px;
    }

    h2.screen-reader-text {
        display: none;
    }


    /*-----------------------start tdp music event style-----------------------*/
    .tdp-music-event {
        padding-bottom: 110px;
    }

    .tdp-music-event .section-title h5 {
        max-width: 920px;
        margin: 0 auto 65px;
        font-size: 24px;
        line-height: 30px;
    }

    .tdp-music-event .section-title h6:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 13px;
        width: 100%;
        height: 1px;
        background: #e5e5e5;
        z-index: -1;
    }

    .tdp-music-event .section-title h6 span {
        padding: 0 30px;
        background: #fff;
        z-index: 0;
        position: relative;
    }

    /*--------*/
    .tdp-music-event .event-wrapper {
        display: flex;
        flex-flow: row wrap;
        margin-left: -40px;
    }

    .tdp-music-event .event-wrapper .single-event {
        border: 1px solid #e5e5e5;
        padding: 20px 30px;
        height: 350px;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 30%;
        margin-left: 40px;
        margin-bottom: 40px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .tdp-music-event .event-wrapper .single-event:hover {
        box-shadow: 0px 10px 50px 0px rgba(89, 126, 136, 0.06);
        border-color: transparent;
    }

    .tdp-music-event .event-wrapper .single-event .location {
        font-size: 17px;
        line-height: 26px;
        color: #999999;
        margin-bottom: 10px;
        display: inline-block;
    }

    .tdp-music-event .event-wrapper .single-event .location i {
        margin-right: 10px;
    }

    .tdp-music-event .event-wrapper .single-event h4 {
        font-size: 36px;
        line-height: 42px;
    }

    .tdp-music-event .single-event .event-footer span {
        font-size: 17px;
        margin-top: 10px;
        display: inline-block;
        line-height: normal;
    }

    .tdp-music-event .single-event .event-footer span i {
        margin-right: 10px;
    }

    /*----------------------- end tdp music event style-----------------------*/



    /*-----------------------------------------responsive----------------------------------------*/
    @media (max-width: 1600px) {
        .tdp-container {
            max-width: 1440px;
        }

        /*----------tdp menu------------*/
        .tdp-nav .brand-logo {
            margin-right: 37px;
        }

        .tdp-nav .nav-wrapper > ul > li > a {
            padding: 44px 30px;
        }

        .tdp-nav .nav-wrapper > ul > li > a:before {
            top: 37px;
        }

        .tdp-nav.sticky-header .nav-wrapper > ul > li > a {
            padding: 30px 30px;
        }

        .tdp-megamenu {
            top: 150px;
        }

        .tdp-megamenu.show-megamenu {
            top: 160px;
        }
        
    }

    /*---1501-1600px---*/

    @media (max-width: 1500px) {
        .header .tdp-container {
            max-width: 1400px;
        }
        .elementor-7329 .elementor-element.merdien-book {
            padding: 45% 10% 45% 10% !important;
        }
        .markting-communication .elementor-element-populated {
            padding: 0% 10% 0% 5% !important;
        }
        .security-padding .elementor-element-populated {
            padding: 0% 5% 0% 5% !important;
        }
        .clean-padding .elementor-element-populated {
            padding: 0% 2% 0% 5% !important;
        }
        .storefront .elementor-element-populated {
            padding: 0% 6% 0% 5% !important;
        }
        .active-area .elementor-element-populated {
           padding: 0% 6% 0% 5% !important;
        }
        .tdp-container {
            max-width: 1280px;
        }

        /*----------tdp menu-------------*/
        .tdp-nav .brand-logo img {
            width: 260px;
        }

        .tdp-nav .nav-wrapper > ul > li > a {
            padding: 35px 30px;
            font-size: 14px;
        }

        .tdp-nav .nav-wrapper > ul > li > a:before {
            top: 30px;
        }

        .tdp-nav .nav-wrapper > ul > li > a:hover:before,
        .tdp-nav .nav-wrapper > ul > li.active > a:before {
            height: 45px;
        }

        .tdp-nav.sticky-header .nav-wrapper > ul > li > a:hover:before,
        .tdp-nav.sticky-header .nav-wrapper > ul > li.active > a:before {
            height: 45px;
        }

        /*-------megamenu---------*/
        .tdp-megamenu {
            top: 135px;
        }

        .tdp-megamenu.show-megamenu {
            top: 145px;
        }

        #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu > li > a {
            font-size: 15px;
            font-weight: 700;
            padding: 34px 10px;
        }

        #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu .wpmm-col-4 ul.wp-megamenu-sub-menu > li .live-btn h3 {
            font-size: 46px;
            line-height: 50px;
        }

        .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a .fa {
            font-size: 17px;
        }

        .section-title h3 {
            font-size: 60px;
            line-height: 65px;
        }

        .dwntwn-ah-section .img-content,
        .mon-mor-section .img-content {
            padding: 34px 15px 50px 50px;
        }

        .best-working .elementor-element-populated {
            padding: 0% 1% 0% 2% !important;
        }
        .friendly-cycling .elementor-element-populated {
            padding: 10% 5% 0% 5% !important;
        }

    }

    /*---1401-1500px---*/


    @media (max-width: 1400px) {
        .tdp-container {
            max-width: 1180px;
        }
        .header .tdp-container {
            max-width: 1400px;
        }
        .elementor-7329 .elementor-element.merdien-book {
            padding: 40% 10% 40% 10% !important;
        }
        .markting-communication .elementor-element-populated {
            padding: 0% 10% 0% 5% !important;
        }
        /*------------tdp menu------------*/
        .tdp-nav .brand-logo img {
            width: 230px;
        }

        .tdp-nav.sticky-header .brand-logo img {
            width: 230px;
        }

        .tdp-nav .nav-wrapper > ul > li > a {
            padding: 35px 26px;
        }

        .tdp-nav.sticky-header .nav-wrapper > ul > li > a {
            padding: 30px 26px;
        }

        #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu > li > a {
            font-size: 14px;
        }


        /*-----------megamenu----------*/
        .tdp-megamenu .megamenu-wrapper .megamenu-item {
            width: 40%;
        }

        .tdp-megamenu .megamenu-card .single-card {
            margin-left: 20px;
            width: calc(51.5% - 20px);
        }

        .tdp-megamenu .megamenu-card .single-card .card-title a {
            font-size: 16px !important;
            line-height: 24px !important;
            font-weight: 700 !important;
            letter-spacing: normal !important;
        }

        .tdp-megamenu .megamenu-card .single-card ul.category a {
            font-size: 13px;
            font-weight: 500;
            letter-spacing: normal;
            line-height: 40px;
            height: 40px;
            padding: 0 20px;
        }

        #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu .wpmm-col-6:first-child ul.wp-megamenu-sub-menu > li:first-child {
            width: 50%;
            padding-left: 20px;
        }

        #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu ul.wp-megamenu-sub-menu ul.wp-megamenu-sub-menu .wpmm-col-6:first-child ul.wp-megamenu-sub-menu > li:nth-child(2) {
            width: 50%;
        }



        .section-padding {
            padding: 107px 0 120px;
        }

        .section-padding2 {
            padding: 120px 0;
        }

        /*-----------music event page--------------*/
        .tdp-music-event {
            padding-bottom: 90px;
        }


    }

    /*---1200-1400px---*/


    @media (max-width: 1299px) {
        .header-logo {
            width: 245px;
        }
        #wp-megamenu-navigation > .wpmm-nav-wrap ul.wp-megamenu > li > a {
            padding: 24px 10px;
        }
    }

    @media (max-width: 1199px) {
        .storefront .elementor-element-populated {
            padding: 0% 2% 0% 2% !important;
        }
        .clean-padding .elementor-element-populated {
            padding: 0% 2% 0% 2% !important;
        }
        .tdp-container {
            max-width: 960px;
        }

        .tdp-event-container {
            max-width: 1000px;
        }

        .header .tdp-container {
            max-width: 100%;
        }

        /*------------tdp menu------------*/
        .header-logo {
            max-width: 100%;
            flex: inherit;
        }

        .tdp-topbar .topbar-menu a img {
            width: 16px;
        }

        .tdp-topbar .topbar-menu a {
            font-size: 12px;
            font-weight: 500;
        }

        .tdp-topbar .topbar-menu a {
            padding: 0 25px;
        }

        .tdp-topbar .topbar-menu {
            justify-content: center;
        }


        .tdp-nav .brand-logo img {
            width: 200px;
        }

        .tdp-nav.sticky-header .brand-logo img {
            width: 200px;
        }

        .tdp-nav .nav-wrapper > ul > li > a {
            padding: 25px 12px;
            font-weight: 500;
        }

        .tdp-nav.sticky-header .nav-wrapper > ul > li > a {
            padding: 25px 12px;
        }

        .tdp-nav .nav-wrapper > ul > li > a:before {
            top: 20px;
        }

        .tdp-nav.sticky-header .nav-wrapper > ul > li > a:before {
            top: 22px;
        }

        /*-----------megamenu-----------*/
        .tdp-megamenu {
            top: 115px;
        }

        .tdp-megamenu.show-megamenu {
            top: 125px;
        }

        .tdp-megamenu.sticky-header.show-megamenu {
            top: 86px;
        }

        .tdp-megamenu .megamenu-wrapper .megamenu-item {
            width: 50%;
        }

        .tdp-megamenu .megamenu-wrapper .megamenu-card {
            width: 50%;
        }

        .tdp-megamenu .megamenu-item .single-item ul li {
            line-height: 30px;
        }

        .tdp-megamenu .megamenu-item .single-item ul li a {
            font-size: 13px;
            font-weight: 600;
        }

        .tdp-megamenu .megamenu-card .single-card {
            width: 45.6%;
        }


        /*-----------------*/
        .header {
            padding-bottom: 15px;
            padding-top: 15px;
        }

        #wp-megamenu-navigation {
            display: none;
        }

        .dl-menuwrapper {
            top: 15px;
            right: 15px;
        }

        #dl-menu {
            display: block !important;
        }

        .dl-menuwrapper .dl-menu {
            margin: 86px 0 0 0;
            left: 15px;
            overflow: hidden;
            width: 100%;
        }
        .post-type-archive-place .dl-menuwrapper .dl-menu {
            height: 400px;
            overflow-y: auto;
        }

        .dl-menuwrapper li a {
            border-bottom: 1px solid #033a58;
        }

        button[type="submit"],
        .tampa-btn-default {
            height: 55px;
            line-height: 55px;
            padding: 0 25px;
        }

        .section-padding {
            padding: 92px 0 100px;
        }

        .section-padding2 {
            padding: 100px 0;
        }

        .section-title h3 {
            font-size: 50px;
            line-height: 55px;
        }

        .section-title p {
            font-size: 18px;
            line-height: 28px;
        }

        .dwntwn-ah-section .img-content,
        .mon-mor-section .img-content {
            padding: 14px 15px 30px 30px;
        }

        .dwntwn-ah-section .img-content p,
        .mon-mor-section .img-content p {
            font-size: 17px;
            line-height: 28px;
            margin-bottom: 25px;
        }

        .dwntwn-ah-section .img-content h4,
        .mon-mor-section .img-content h4 {
            margin-bottom: 18px;
            font-size: 30px;
            line-height: 36px;
        }

        /*---footer----*/
        .footer-widget {
            padding-bottom: 70px;
        }

        .footer-widget .widget-wrapper .widget.newsletter {
            width: 40%;
            padding-right: 30px;
        }

        /* .footer-widget .widget-wrapper .widget {
        width: 30%;
        margin-bottom: 30px;
    } */
        .footer-widget .widget-wrapper .widget-tdp {
            margin-bottom: 30px;
            width: 33.33%;
        }

        /*------------music event page-----------*/
        .tdp-music-event .event-wrapper .single-event {
            height: 300px;
            width: 29.2%;
        }

        .tdp-music-event {
            padding-bottom: 70px;
        }



    }

    /*---992-1199px---*/

    @media (max-width: 991px) {
        .tdp-container {
            max-width: 720px;
        }

        .tdp-event-container {
            max-width: 780px;
        }

        /*-----------start tdp menu responsive style-------------*/
        .tdp-topbar .topbar-menu {
            justify-content: center;
        }

        .tdp-nav.responsive-nav {
            /*height: 60px;*/
        }

        .responsive-nav .nav-icon {
            display: block;
            width: 30px;
            height: 30px;
            padding: 8px 36px 30px 10px;
            cursor: pointer;
        }

        .responsive-nav .nav-icon:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 2px;
            background-color: #fff;
            border-radius: 10px;
            -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
            box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
            z-index: 12;
        }

        .responsive-nav .nav-button-close {
            position: absolute;
            top: 25px;
            right: 25px;
            font-size: 24px;
            display: inline-block;
            cursor: pointer;
        }

        .tdp-nav .nav-bg {
            padding: 15px 0;
        }

        .tdp-nav .nav-bg .align-row-left-center {
            justify-content: space-between;
        }

        .responsive-nav .nav-wrapper {
            position: fixed;
            background: #fff;
            z-index: 999;
            height: 100vh;
            left: -100%;
            top: 0;
            width: 270px;
            padding-top: 70px;
            overflow-y: auto;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .responsive-nav .nav-wrapper.right-canvas {
            left: 0;
        }

        .responsive-nav .nav-wrapper > ul {
            border-top: 1px solid #eee;
        }

        .responsive-nav .nav-wrapper > ul > li {
            display: block;
            border-bottom: 1px solid #eee;
        }

        .tdp-nav.sticky-header .nav-wrapper > ul > li > a,
        .responsive-nav .nav-wrapper > ul > li > a {
            padding: 7px 22px;
            color: #222;
        }

        .tdp-nav .nav-wrapper > ul > li > a:before {
            display: none;
        }

        .tdp-nav .nav-wrapper > ul > li.active > a,
        .tdp-nav .nav-wrapper > ul > li > a:hover {
            color: #ffcd2f;
        }

        /*---Responsive Dropdown Style---*/
        .responsive-nav ul.dropdown li a {
            padding-left: 45px;
            opacity: .75;
        }

        .responsive-nav .nav-wrapper > ul > li > a > i {
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transition: .4s;
            transition: .4s;
            -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
            left: initial;
        }

        .responsive-nav .icon_rotated > i.fa-angle-down {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            top: 40%;
        }

        .responsive-nav .icon_rotated > i.fa.fa-angle-right {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            top: 40%;
        }

        .responsive-nav i {
            -webkit-transition: .4s;
            transition: .4s;
        }

        .responsive-nav .icon_rotated > i.fa.fa-angle-left {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
        }

        .responsive-nav ul.dropdown li ul.dropdown a {
            padding-left: 55px;
            opacity: .6;
        }

        .responsive-nav ul.dropdown li a ul.dropdown {
            padding-left: 55px;
        }

        .responsive-nav ul.dropdown {
            position: relative;
            visibility: visible;
            opacity: 1;
            left: 0;
        }

        .responsive-nav .nav-wrapper ul li:hover ul.dropdown {
            visibility: visible;
            opacity: 1;
        }

        .nav-wrapper > ul > li:before,
        .responsive-nav ul.dropdown li:after {
            content: none;
        }

        .responsive-nav ul.dropdown {
            -webkit-transition: none;
            transition: none;
        }

        .responsive-nav ul.dropdown {
            display: none;
            background: rgba(0, 0, 0, 0.01);
        }

        .responsive-nav .dropdown {
            background: rgba(0, 0, 0, 0.02);
        }

        /*---Responsive Megamenu Style---*/
        .tdp-megamenu {
            top: 0;
            width: 270px;
            z-index: 9999;
            position: fixed;
            left: 290px;
            height: 100vh;
            border-left: 1px solid #eee;
            padding: 0 5px;
            overflow-y: auto;
        }

        .tdp-megamenu.show-megamenu {
            left: 270px;
            top: 0;
        }

        .tdp-megamenu.sticky-header.show-megamenu {
            top: 0;
        }

        .tdp-megamenu .megamenu-wrapper {
            display: block;
            padding: 71px 0 55px;
        }

        .tdp-megamenu .megamenu-wrapper .megamenu-card {
            display: none;
        }

        .tdp-megamenu .megamenu-wrapper .megamenu-item {
            width: 100%;
            padding-right: 0;
            display: block;
        }

        .tdp-megamenu .megamenu-item .single-item {
            width: 100%;
        }

        .tdp-megamenu .megamenu-item .single-item.live-btn {
            display: none;
        }

        .tdp-megamenu .megamenu-item .single-item ul li:first-child a {
            border-top: 1px solid #eee;
        }

        .tdp-megamenu .megamenu-item .single-item ul li a {
            font-size: 14px;
            font-weight: 500;
            padding: 10px 8px;
            display: block;
            border-bottom: 1px solid #eee;
        }

        /*-----------end tdp menu responsive style-------------*/



        .section-title {
            margin-bottom: 50px;
        }

        .section-title h3 {
            font-size: 45px;
            line-height: 50px;
        }

        .dwntwn-ah-section .img-content,
        .mon-mor-section .img-content {
            padding: 25px 15px 30px 15px;
            position: relative;
            top: inherit;
            left: inherit;
            right: inherit;
            max-width: 100%;
            text-align: center;
        }


        .tampa-footer .footer-wrapper {
            flex-flow: column-reverse;
            text-align: center;
        }

        /* .footer-widget .widget-wrapper .widget {
        width: 33.33%;
    } */
        .footer-widget .widget-wrapper .widget-tdp {
            width: 33.33%;
        }

        /*--------------music event page-----------*/
        .tdp-music-event .event-wrapper .single-event {
            width: 44.8%;
        }



    }

    /*---768-991px---*/

    @media (max-width: 767px) {
        .tdp-container {
            max-width: 540px;
        }
        .elementor-7329 .elementor-element.merdien-book {
            padding: 30% 10% 30% 10% !important;
        }
        .tdp-event-container {
            max-width: 570px;
        }

        .section-padding {
            padding: 72px 0 80px;
        }

        .section-padding2 {
            padding: 80px 0;
        }

        .section-title h3 {
            font-size: 36px;
            line-height: 44px;
        }

        .section-title p {
            margin: 13px auto 0;
        }

        .dwntwn-ah-section .img-content h4,
        .mon-mor-section .img-content h4 {
            margin-bottom: 12px;
            font-size: 25px;
            line-height: 30px;
        }

        /*-------footer-------*/
        .footer-widget .widget-wrapper .widget.newsletter {
            width: 100%;
            padding-right: 15px;
        }

        /* .footer-widget .widget-wrapper .widget {
        width: 50%;
    } */
        .footer-widget .widget-wrapper .widget-tdp {
            width: 50%;
        }

        /* .footer-widget .widget-wrapper .widget:last-child {
        margin-bottom: 0;
    } */
        .footer-widget .widget-wrapper .widget-tdp {
            margin-bottom: 0;
        }

        .tampa-footer .footer-menu {
            margin-bottom: 5px;
        }


        /*---------------event music page---------------*/
        .tdp-music-event {
            padding-bottom: 70px;
        }

        .tdp-music-event .section-title h5 {
            margin: 0 auto 45px;
        }

        .tdp-music-event .section-title h6 {
            font-size: 16px;
            line-height: 28px;
        }

        .tdp-music-event .event-wrapper {
            margin-left: -20px;
        }

        .tdp-music-event .event-wrapper .single-event {
            width: 46.4%;
            padding: 10px 20px;
            margin-left: 20px;
            margin-bottom: 20px;
        }

        .tdp-music-event .single-event .event-header h4 {
            font-size: 30px;
            line-height: 40px;
        }

    }

    /*---576-767px---*/

    @media (max-width: 575px) {

        /*----------tdp menu-----------*/
        .responsive-nav .nav-wrapper,
        .single_canvas.offcanvas1,
        .single_canvas.offcanvas1.close {
            width: 260px;
        }

        .tdp-topbar .topbar-menu a {
            padding: 0 14px;
        }

        .tdp-megamenu .megamenu-wrapper {
            padding: 0 0 55px;
        }


        /*----------------------*/
        .header {
            padding-bottom: 15px;
            padding-top: 15px;
        }

        .header-logo .header-logo-img {
            max-width: 200px;
            height: auto;
        }

        .dl-menuwrapper button {
            width: 66px;
            height: 58px;
        }

        .dl-menuwrapper button:after {
            width: 50%;
            top: 18px;
            left: 17px;
        }

        .dl-menuwrapper .dl-menu {
            margin: 72px 0 0 0;
        }

        /* .footer-widget .widget-wrapper .widget {
        width: 100%;
    } */
        .footer-widget .widget-wrapper .widget-tdp {
            width: 100%;
        }

        /*------------------music event page---------------*/
        .tdp-music-event .section-title h5 {
            margin: 0 auto 40px;
            font-size: 20px;
            line-height: 28px;
        }

        .tdp-music-event .section-title h6 {
            font-size: 15px;
            line-height: 28px;
        }

        .tdp-music-event .section-title h6 span {
            padding: 0 12px;
        }

        .tdp-music-event .event-wrapper {
            margin-left: 0;
        }

        .tdp-music-event .event-wrapper .single-event {
            width: 100%;
            margin-left: 0;
        }



    }

    /*---320-575px---*/



    @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

    @font-face {
        font-family: "Lato Black";
        src: url("../assets/fonts/Lato-Black.eot?") format("eot"),
            url("../assets/fonts/Lato-Black.woff") format("woff"),
            url("../assets/fonts/Lato-Black.ttf") format("truetype"),
            url("../assets/fonts/Lato-Black.svg#Lato-Black") format("svg");
        font-weight: normal;
        font-style: normal;
    }



    .tampa-section-padding {
        padding: 150px 0px;
    }

    /******************** Global typography ********************/

    .heading-global h1 {
        font-family: 'Lato', sans-serif;
        font-size: 130px;
        line-height: 22px;
        font-weight: 900;
        color: #ffffff;
    }
	.page-title h1 { 
		color: rgb(255, 255, 255);
    	font-family: 'Old Standard TT', serif;
    	font-size: 100px;
    	font-weight: 400;
    	text-transform: capitalize;
    	font-style: italic;
	}
    .sub-heading-global h2 {
        font-family: 'Lato', sans-serif;
        font-size: 100px;
        line-height: 85px;
        font-weight: 900;
        color: #ffffff;
    }

    /*h2 {
	font-family: 'Lato', sans-serif;
	font-size: 100px;
	line-height: 85px;
	font-weight: 900;
  color: #ffffff;
  letter-spacing: -30;
}*/

    h3 {
        font-family: "Lato black" !important;
        font-size: 70px;
        line-height: 70px;
        font-weight: 900;
        color: #003a63;
        letter-spacing: 0;
    }

    h4 {
        font-family: 'Lato', sans-serif;
        font-size: 36px;
        line-height: 42px;
        font-weight: 700;
        color: #003a63;
        letter-spacing: 0;
    }

    h5 {
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        color: #003a63;
        letter-spacing: 0;
    }

    h6 {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        line-height: 20px;
        font-weight: 900;
        color: #A2DBE6;
    }

    p {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        line-height: 34px;
        color: #2D2D2C;
    }

    .small {
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        line-height: 36px;
        color: #2D2D2C;
    }

    .white-par p {
        color: #fff;
    }

    .tampa-global-btn a.elementor-button {
        color: #fff;
        text-decoration: none;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s ease all;
    }

    .tampa-global-btn a.elementor-button:hover {
        color: #FFF;
    }

    .tampa-global-btn a.elementor-button:focus {
        color: #FFF;
    }

    .tampa-global-btn a.elementor-button {
        letter-spacing: 2px;
        display: inline-block;
        position: relative;
    }

    .tampa-global-btn a.elementor-button:before {
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        bottom: 0;
        opacity: 0;
        content: '';
        background-color: #ffcd2f;
    }

    .tampa-global-btn a.elementor-button:hover:before {
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        left: 0;
        right: 0;
        opacity: 1;

    }

    .tampa-global-btn a.elementor-button:focus:before {
        transition: 0.5s all ease;
        left: 0;
        right: 0;
        opacity: 1;
    }

    .tampa-global-btn a.elementor-button span {
        position: relative;
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: 900;
        line-height: 20px;
        background: transparent;
    }
    .carpool-mar-bottom.elementor-widget:not(:last-child) {
         margin-bottom: 0px;
     }
    .find-out-hover {
        transition-delay: .8s;
        display: block;
    }

    .find-out-hover .more:after {
        background-color: #ffcd2f;
    }

    .more {
        position: relative;
    }

    .more:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 50%;
        height: 3px;
        transition: .3s ease;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .more:hover:after {
        width: 100%;
    }

    .mfp-wrap {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 11000;
    }

    .eael-lightbox-popup-window.lightbox_type_content {
        padding: 25px;
    }

    .eael-lightbox-popup-window-9095efb {
        width: auto !important;
        max-width: 1300px;
    }

    .tampa-global-btn a.elementor-button span {
        position: relative;
        font-family: 'Old Standard TT', serif;
        font-size: 15px;
        font-weight: 700;
		font-style: italic;
        line-height: 20px;
        background: transparent;
    }

    .mores .elementor-button {
        padding: 2px 0px !important;

    }

    .meet-hover a:hover {
        color: rgb(235, 156, 59) !important;
    }

    .mores {
        transition-delay: .8s;
        display: block;
    }

    .mores .eael-modal-popup-link:after {
        background-color: #ffcd2f;
    }

    .more {
        position: relative;
    }

    .more a:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 50%;
        height: 3px;
        transition: .3s ease;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .more a:hover:after {
        width: 100%;
    }

    .eael-lightbox-popup-window h5 {
        font-size: 20px;
    }

    .eael-lightbox-popup-window,
    .eael-lightbox-popup-window-a505805 {
        width: auto !important;
        max-width: 1300px;
        margin: 0 auto;
    }

    /****************
*** here section
*******/

    .section-padding-teampa {
        padding: 150px 0px !important;
    }

    .tampa-text h1 {
        position: relative;
        z-index: 1;
    }

    .tampa-text span {
        position: relative;
    }

    .tampa-text span:before {
        content: " ";
        background-color: rgb(255, 205, 47);
        position: absolute;
        z-index: -1;
        top: -19px;
        left: -23px;
        width: 597px;
        height: 136px;
        height: 136px;
    }

    /****************
*** Things To Do Downtown
*******/
    .tampa-border {
        margin-top: -12px;
        margin-left: 44px;
    }

    .nightlife {
        font-family: 'Lato', sans-serif;
        background-color: rgb(255, 255, 255);
        display: inline-block;
        font-weight: 900;
        padding: 18px 30px;
        line-height: 10px;
        letter-spacing: 1px;
    }

    .service-left .elementor-icon-list-icon i {
        font-size: 14px;
        position: relative;
        top: 0;
    }

    /***btn***/
    .tampa-event-area h1 {
        font-size: 100px;
        color: #fff;
        line-height: 96px;
    }

    .downtown.elementor-widget:not(:last-child) {
        margin-bottom: 0px;
    }

    .tampa-event-area {
        background-image: url(/wp-content/uploads/2020/07/Events.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 8.5% 0;
        text-align: center;
    }
    .tp-404 {
        background:#003663;
        height: 100%;
        padding: 15% 10% 10%;
        text-align: center;
    }
   .tp-404 img {
        max-width: 100%
    }
    .tp-404 h1 {
      color: rgb(255, 255, 255);
      font-size: 50px;
      padding: 60px 0px;
    }
    a.tdp-error-btn {
      border: 2px solid rgb(255, 207, 0);
      padding: 25px 50px;
      color: rgb(255, 207, 0);
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      position: relative;
    }
    a.tdp-error-btn:before {
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        bottom: 0;
        opacity: 0;
        content: '';
        background-color: #ffcd2f;
        z-index: -1;
    }
    a.tdp-error-btn:hover:before {
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        left: 0;
        right: 0;
        opacity: 1;
    }
    a.tdp-error-btn:focus:before {
      transition: 0.5s all ease;
      left: 0;
      right: 0;
      opacity: 1;
    } 
    a.tdp-error-btn:hover {
       color:#fff;
    }

    .bio-add {
        position: relative;
    }

    .bio-add:after {
      content: '';
      position: absolute;
      right: 0;
      top: 52%;
      height: 105px;
      display: block;
      width: 1px;
      background: rgb(229, 229, 229);
    }

    .bio-last .elementor-widget:not(:last-child),
    .bio-add .elementor-widget:not(:last-child) {
        margin-bottom: 16px;
    }

    .about-add .elementor-widget:not(:last-child) {
        margin-bottom: 0px;
    }

    .featured-events-area .evo_month_title {
        font-family: 'Lato', sans-serif !important;
        color: #003a63 !important;
        font-weight: 900 !important;
    }

    .featured-events-area #evcal_list {
        border-top: 1px solid transparent !important;
    }

    .featured-events-area .eventon_events_list .eventon_list_event .evcal_list_a {
        padding: 30px 0px;
    }

    .featured-events-area span.evcal_desc2.evcal_event_title {
        color: rgb(0, 58, 99) !important;
        font-size: 24px !important;
        font-family: 'Lato', sans-serif !important;
        font-weight: 900 !important;
    }

    .featured-events-area #evcal_list .eventon_list_event .evcal_cblock {
        color: #2d2d2c;
        top: 30%;
    }

    /*.featured-events-area .eventon_events_list .eventon_list_event .evcal_desc {
        padding: 3px 40px 0 100px;
    }*/

    .featured-events-area .evcal_cblock .evo_end,
    .featured-events-area .evcal_cblock .evo_start {
        font-size: 18px !important;
    }

    .featured-events-area .evcal_cblock .evo_end:before {
        background-color: #2d2d2c;
    }

    .featured-events-area .ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
        font-size: 24px;
        margin-top: 4px;
        position: initial;
    }

    .featured-events-area .ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
        background-color: rgb(0, 58, 99);
    }
	.featured-events-area .evcal_cblock .evo_end em.day {
    	display: block;
    	font-size: 25px;
    	font-weight: normal;
	}
    .nav-links {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3% 0;
    }

    .nav-links .current {
        border: 1px solid rgb(237, 189, 0);
        border-radius: 50px;
        display: inline-block;
        font-family: dosis;
        font-size: 16px;
        height: 40px;
        line-height: 38px;
        margin-right: 10px;
        text-align: center;
        width: 40px;
        background: rgb(237, 189, 0);
        color: rgb(255, 255, 255);
    }

    .blog .nav-links a {
        border: 1px solid rgb(237, 189, 0);
        border-radius: 50px;
        color: rgb(0, 58, 99);
        display: inline-block;
        font-size: 16px;
        height: 40px;
        line-height: 38px;
        margin-right: 10px;
        text-align: center;
        width: 40px;
    }

    .team-member-img {
        position: relative;
    }

    .team-member-img .elementor-image::before {
        position: absolute;
        content: " ";
        background-color: rgb(255, 206, 9);
        width: 3px;
        height: 25%;
        bottom: 0%;
        right: 22%;
        transform: translateY(52%);
    }

    .committee-before .elementor-image::before {
        position: absolute;
        content: " ";
        background-color: rgb(255, 206, 9);
        width: 37%;
        height: 2px;
        bottom: 0%;
        top: 13%;
        left: 56%;
        transform: translateX(56%);
    }
    .Hurricane .elementor-image::before {
        position: absolute;
        content: " ";
        background-color: rgb(255, 206, 9);
        width: 28%;
        height: 2px;
        bottom: 0%;
        top: 7%;
        left: 71%;
        transform: translateX(56%);
    }
    .Hurricanes .elementor-image::before {
        position: absolute;
        content: " ";
        background-color: rgb(255, 206, 9);
        width: 28%;
        height: 2px;
        bottom: 0%;
        top: 7%;
        right: 67%;
        transform: translateX(-67%);
    }
    .cafe-dufrain .elementor-widget:not(:last-child) {
        margin-bottom: 0px;
    }
    /**btn end*/
    /*****media ****/
    @media (max-width: 1380px) and (min-width: 1200px) {
        .featured-events-area .elementor-heading-title {
            font-size: 40px !important;
        }
        .merdien-books {
           padding: 42.5% 0% 42% 0% !important;
       }
        .storefront h2 {
             padding: 0% !important;
        }
        .security-padding .elementor-element-populated {
            padding: 0% 5% 0% 5% !important;
        }
        .involved .elementor-element-populated,
        .friendly-cycling .elementor-element-populated {
            padding: 10% 5% 0% 5% !important;
        }
        .markting-communication .elementor-element-populated {
            padding: 0% 10% 0% 5% !important;
        }
        .best-working .elementor-element-populated {
            padding: 0% 1% 0% 2% !important;
        }
        .clear-man {
            width: 350px !important;
            height: 210px;
        }
        .marking-text h2 {
            font-size: 40px !important;
        }
        .partner-event-child .elementor-widget-container {
            padding: 80% 10% 6% 10% !important;
        }

        .partner-event .elementor-widget-container {
            padding: 470px 120px 20px 120px !important;
        }

        .become-member-area .elementor-widget-container h2 {
            margin: 0% 0% 0% 10% !important;
        }

        .become-member-area .elementor-element-populated {
            padding: 7% 22% 2.5% 7% !important;
        }

    }

    @media (max-width: 1199px) and (min-width: 980px) {
        .tampa-text span:before {
            display: none;
        }
        .Hurricane .elementor-image::before {
            display: none;
        }
        .markting-communication .elementor-element-populated {
            padding: 4% 10% 0% 5% !important;
        }
        .featured-events-area .elementor-heading-title {
            font-size: 40px;
        }

        .clear-man {
            width: 309px !important;
            height: 300px;
        }

        .elementor-element.elementor-element-ec44f56.join-ends.elementor-column.elementor-col-50.elementor-inner-column {
            width: 100% !important;
        }
    }

    @media (max-width: 979px) and (min-width: 768px) {

        .featured-events-area,
        .events-area-all {
            width: 100% !important;
        }
        .merdien-book:before {
            top: 30px;
            left: 30px;
            right: 30px;
            bottom: 30px;
        }
         .merdien-books {
            padding: 49% 10% 49% 10% !important;
        }
         .markting-communication .elementor-element-populated {
            padding: 4% 10% 0% 5% !important;
        }
        .security-padding .elementor-element-populated {
            padding: 0% 3% 0% 3% !important;
        }
        .tampa-text span:before {
            display: none;
        }

        .clean-man-background {
            background: none;
        }
        .Hurricane .elementor-image::before {
            display: none;
        }
        .clear-man {
            width: 330px !important;
            height: 270px;
        }

        .elementor-element.elementor-element-ec44f56.join-ends.elementor-column.elementor-col-50.elementor-inner-column {
            width: 100% !important;
        }
       .tp-404 h1 {
          font-size: 40px;
      }
		.home .home-events div#evcal_list {
    		display: flex;
    		flex-wrap: wrap;
    		justify-content: space-between;
    		flex-flow: column;
    		flex-direction: column;
		}
    }

    @media (max-width: 767px) {
        .tampa-text span:before {
            display: none;
        }
        .security-padding .elementor-element-populated {
            padding: 0% 3% 0% 3% !important;
        }
        .markting-communication .elementor-element-populated {
            padding: 4% 4% 0% 4% !important;
        }
        .clean-man-background {
            background: none;
        }
        .Hurricane .elementor-image::before {
            display: none;
        }
        .featured-events-area #evcal_list .eventon_list_event .evcal_cblock {
            color: rgb(45, 45, 44);
            position: absolute;
            top: 8%;
        }
        .merdien-book:before {
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
        }

        .featured-events-area .eventon_events_list .eventon_list_event .evcal_desc {
            padding: 50px 20px 0 10px;
        }

        .featured-events-area .eventon_events_list .eventon_list_event .evcal_list_a {
            padding: 70px 0 10px;
        }

        .eventon_filter_selection {
            margin-bottom: 10px;
        }

        .clear-man {
            height: 210px;
        }

        em.date {
            font-size: 26px;
        }

        .single-post .post-content-body {
            padding: 10px;
        }

        .single-post .hero-post {
            min-height: 250px;
            margin-bottom: 0px;
        }

        .post-content-meta .post-navigation .nav-links {
            display: -ms-flexbox;
            display: block;
            margin-left: -0.75rem;
            margin-right: -0.75rem;
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
            display: flex;
            margin-left: -0.75rem;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin-right: -0.75rem;
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .post-content-meta .post-navigation .nav-previous,
        .post-content-meta .post-navigation .nav-next {
            padding-left: 0.75rem !important;
            padding-right: 0.75rem !important;
        }

        .post-content-meta .post-navigation .nav-next a {
            padding-left: 0;
            padding-right: 45px;
        }

        .post-content-meta .post-navigation .nav-previous a,
        .post-content-meta .post-navigation .nav-next a {
            padding-left: 45px;
        }

        .nav-links {
            padding: 3% 0 9%;
        }
        .tp-404 {
            padding: 45% 8% 10% 8%;
        }
        .tp-404 h1 {
            font-size: 20px;
            padding: 20px 0px;
        }
        a.tdp-error-btn {
            padding: 15px 25px;
            font-size: 12px;
       }
		.home .home-events div#evcal_list {
    		display: flex;
    		flex-wrap: wrap;
    		justify-content: space-between;
    		flex-flow: column;
    		flex-direction: column;
		}
		
		.page-title h1 {
    		font-size: 50px;
   		}

    }
/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.icon-button i {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}
.clean-slider .elementor-slick-slider ul.slick-dots {
    width: auto;
    top: 70%;
    left: 93%;
    transform: translateY(-70%);
}

.clean-slider .elementor-slick-slider ul.slick-dots li {
    display: block;
	  border: medium none;
	  width: 30px;
    height: 30px;
}

.clean-slider .elementor-slick-slider ul.slick-dots li button:before {
	  border: 2px solid transparent;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: "\f111";
    text-align: center;
    opacity: 1;
    color: #0e4267;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clean-slider .elementor-slick-slider ul.slick-dots li.slick-active button:before {
    opacity: 1;
    width: 30px;
    line-height: 25px;
    height: 30px;
    color: rgb(0, 58, 99);
    border: 2px solid;
    border-radius: 50%;
    border-color: rgb(0, 58, 99);

}



.explore-word {
	  	overflow: hidden;
}
.explore-word:hover .elementor-button {
    color: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255,            255)!important;
}
.explore-word:hover .elementor-text-editor,
.explore-word:hover h4 {
	  color:#003a63 !important;
}
.explore-word h5 {
      opacity: 0;
	     transition: 0.3;
}
.explore-word:hover h5 {
	  opacity: 1;
	  
}
/*tampa btn yellow*/
.icon-member i.fa.fa-chevron-right {
    background: rgb(0, 58, 99);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 3;
    border-radius: 50%;
}
/* .member-heading-text.elementor-widget.elementor-widget-heading h2 {
    margin-left: -44%;
} */

.traffics-img.elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}
.traffic-img .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

ul.topbar-menu i {
    font-size: 23px;
    margin-right: 10px;
    vertical-align: middle;
}
.dark1:hover {
    background-color: #e8e8e8;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
    animation-duration: 750ms !important;
	animation-timing-function: ease-in-out;
}
/*tampa btn yellow end */
.eventon_filter_line .eventon_sf_field p {
    padding: 0px 46px;
    font-size: 16px;
    color:#396e8e
}
.eventon_sort_line .eventon_sortval_for_dropdown, .eventon_filter_line .filtering_set_val, .eventon_sort_line .eventon_sf_cur_val p {
    cursor: pointer;
    background-color: #396e8e;
    padding: 5px 16px;
    border-radius: 88px;
    color: #fff;
    font-style: italic;
}
.ajde_evcal_calendar .evo_sort_btn {
    height: 15px;
    width: auto;
    font-style: italic;
    background-color: #396e8e;
    padding: 5px 16px;
    font-size: 16px;
    border-radius: 88px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: none;
    color: #396e8e;
    color: #fff;
}
.post-title-center .elementor-posts .elementor-post {
	justify-content: center;
}
.home-services-custom-text-size p{
	font-size: 27px
}

.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    color: #396e8e;
    padding: 1px 1px
}
.wpbdp-listing {
    font-size: 13px;
    width: 29%;
}
.wpbdp-listing .excerpt-content .address-info {
    display: none;
}
.wpbdp-listing .listing-title a, .wpbdp-listing .listing-title h2 {
	color: #044f8d;
    text-decoration: none;
    font-weight: bold;
    font-size: 145%;
}
.wpbdp-main-box .submit-btn input[type="submit"] {
	background-color: white;
    color: #044f8d;
    border: 2px solid #ffce01;
}
.wpbdp-main-box .submit-btn input[type="submit"]:hover {
	background-color: #044f8d;
    color: #fff;
    border: 2px solid #ffce01;
}
.wpbdp-main-links .button:first-child {
	background-color: white;
    color: #044f8d;
    border: 2px solid #ffce01
}
.wpbdp-main-links .button:first-child:hover {
	background-color: #044f8d;
    color: #fff;
    border: 2px solid #ffce01;
}
.wpbdp-main-links-large .button {
	background-color: white;
    color: #044f8d;
    border: 2px solid #ffce01
}
.wpbdp-main-links-large .button:hover {
	background-color: #044f8d;
    color: #fff;
    border: 2px solid #ffce01;
}
.wpbdp-main-box {
	background: #f7f7f7;
    margin: 17px 0 25px 0;
    padding: 55px;
    width: 100%;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
    font-size: 85%;
    line-height: 1.15;
    margin: 0;
}
.listing-title a {
	font-family: inherit;
}
.single-wpbdp_listing .hero-post {
  background-image: url(/wp-content/uploads/2016/08/bg-hero-generic-5.jpg) !important; }
.wpbdp-main-box .box-col input {
    width: 94%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #2e2f33;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding: 16px;
}
.wpbdp-listing-single {
    font-size: 13px;
    width: 45%;
    margin: 0 auto;
}
.wpbdp-listing .listing-actions,
.listing-title {
    text-align: center;
}
.wpbdp-pagination {
    width: 100%;
}
.elementor-editor-element-setting  i {
	color: white;
}

.column-border .elementor-row {
	align-items: flex-start;
}
@media (max-width:979px) and (min-width:768px){
.wpbdp-listing-single {
   width: 65%;
   }
.wpbdp-listing {
    width: 65%;
	margin:0 auto;
   }
}
@media (max-width:767px){
   .wpbdp-listing-single {
     width: 100%;
   }
  .wpbdp-listing {
    width: 90%;
	margin:0 auto;
   }
	.eventon_events_list .eventon_list_event .evcal_cblock, .evo_pop_body .evcal_cblock {
    top: 0%;
	}
	.eventon_events_list .eventon_list_event .evcal_desc {
    margin-left: 5px;
    padding: 3px 10px 0 10px;
    margin-bottom: 0px;
    top: 1%;
    display: block;
}
span.evcal_desc2.evcal_event_title {
    font-size: 26px !important;
}
	.tampa-event-area h1 {
    font-size: 30px;
    line-height: 38px;
}
	#eventsContent {
    margin: 50px auto;
}
.eventon_events_list .eventon_list_event .evcal_list_a {
    display: block;
    width: 100%;
    position: relative;
    padding: 80px 0 30px;
	}
	
}
@media(max-width:425px){
	.post-content-meta .post-navigation .nav-previous, .post-content-meta .post-navigation .nav-next {
   padding-left: 5.75rem;
   padding-right: 6.75rem;
}
}
@media(max-width:375px){
	.post-content-meta .post-navigation .nav-previous, .post-content-meta .post-navigation .nav-next {
    padding-left: 3.75rem;
    padding-right: 5.75rem;
}
}
@media(max-width:320px){
	.post-content-meta .post-navigation .nav-previous, .post-content-meta .post-navigation .nav-next {
    padding-left: 1.75rem;
    padding-right: 3.75rem;
}
}
/******Menu Css********/

@media screen and (max-width: 1250px){
.menu-main-navigation-container .menu-item a {
    padding: 12px;
    }
}

@media screen and (max-width: 992px){
  #dl-menu {
    display:block !important;
  }
  .menu-main-navigation-container {
    display: none !important;
  }
}
.evcal_cblock .evo_start {
    float: left;
    font-size: 30px;
    clear: both;
}
.evcal_cblock .evo_end {
    float: left;
    padding-left: 8px;
    font-size: 14px;
    position: relative;
}
.evcal_cblock .evo_start em.month, .evcal_cblock .evo_end em.month, .evcal_cblock .evo_start em.day {
    font-size: 15px;
    font-weight: 900;
    display: block;
}
.evcal_cblock em.time {
    display: none;
}

.nightlife {
    font-family: 'Lato', sans-serif;
    background-color: rgba(255, 255, 255, 0.88);
    display: inline-block;
    font-weight: 900;
    padding: 18px 30px;
    line-height: 10px;
    letter-spacing: 1px;
}

.event-container .eventon_list_event {
	min-height: 250px;
}


figure {
    margin: 1em 0;
    width: 100%!important;
    max-width: 800px;
}
img {
    max-width: 100%;
	height: auto;
}
.single-post .post-content {
    max-width: 1140px;
    margin-top: 60px;
}
@media(max-width: 575px){
	.post-content-body {
		padding: 3rem 1rem;
	}
}

.event-category-archive .hentry {
    padding: 80px 0 0 0;
}
.event-category-archive .ajde_evcal_calendar .calendar_header .evcal_arrows {
    color: #396e8e;
    border-color: #396e8e;
    background-color: #ffffff;
}

.event-category-archive .ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    color: #396e8e;
}

.event-category-archive .ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
    color: #fff;
    border-color: #396e8e;
    background-color: #396e8e;
}

.event-category-archive span.evcal_desc2.evcal_event_title {
    color: #fff;
}
.event-category-archive .ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    margin-top: 8px !important;
    left: 34% !important;
}
.event-category-archive div#eventsContent .ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    margin-top: 5px !important;
    left: 12px !important;
    font-size: 20px !important;
}


.event-category-archive .evo_pop_body .evcal_desc .evcal_event_title {
	color: rgb(128, 128, 128)
}


/* ------------event listing style------------ */
.tdp-event-banner {
    position: relative;
    background-image: url(../assets/images/bg-hero-news.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.tdp-event-banner .event-banner-content {
    height: 480px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.tdp-event-banner .ovrelay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.25);
}
.blog .hero-internal-title .small-title,
.tdp-event-banner .event-banner-content .banner-small-title {
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: none;
    display: block;
    margin-bottom: 25px;
}

.blog .hero-internal-title .large-title,
.tdp-event-banner .event-banner-content h1.title {
    color: rgb(255, 255, 255);
    font-family: 'Old Standard TT', serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    text-shadow: none;
    letter-spacing: 0px;
    line-height: 1;
}

/*-------------listing style------------*/
.mec-event-listing {
    max-width: 1530px;
    width: 100%;
    padding: 120px 15px 130px;
}

/*-------search bar style---------*/
.mec-wrap .mec-search-form {
    display: flex;
    align-items: center;
    flex-flow: row;
}
.mec-wrap .mec-search-form.mec-totalcal-box {
    padding: 0;
    min-height: auto;
    box-shadow: none;
    border: none;
    background: transparent;
}
.mec-wrap .mec-totalcal-box i {
    height: 45px;
    padding: 15px 0;
    color: #fb0;
}

.mec-search-form .mec-date-search, 
.mec-search-form .mec-dropdown-search, 
.mec-search-form .mec-text-input-search {
    padding: 0;
}

.mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
    height: 45px;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 0;
}
.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
    height: 45px;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg viewBox='33 54 62 60' width='10' height='13' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 5.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='gray'/></g></svg>") no-repeat!important;
    background-position: calc(100% - 10px) 16px!important;
}


.mec-search-form .mec-date-search, 
.mec-search-form .mec-dropdown-search, 
.mec-search-form .mec-text-input-search {
    min-height: 45px;
}
.mec-search-bar-wrap .mec-search-form .mec-text-input-search {
    width: 25%;
    height: 45px
}
.mec-wrap .mec-text-input-search {
    height: 45px;
    padding: 0 20px;
    width: 25%;
}
.mec-wrap .mec-search-form.mec-totalcal-box input[type=search], 
.mec-wrap .mec-search-form.mec-totalcal-box input[type=text] {
    height: 45px;
    box-shadow: none;
}
.mec-wrap .mec-search-form.mec-totalcal-box input[type=submit] {
    height: 45px;
}
.mec-search-form .mec-dropdown-wrap {
    display: flex;
}
.mec-wrap .mec-search-form .mec-dropdown-wrap {
    min-height: 45px;
    width: 75%;
}
.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap{
    min-height: 45px;
}
.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap i{
    color: #fb0;
}
.mec-wrap .mec-search-form .mec-dropdown-wrap i {
    color: #fb0;
}
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
    display: block;
    float: none;
    flex: 1;
    padding-left: 20px;
}
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search:first-child {
    padding-left: 0;
}
.mec-wrap.mec-modern-search-bar .mec-totalcal-box .mec-text-input-search i {
    font-size: 15px;
    left: 20px;
    top: 15px;
    color: #fb0;
    padding: 0;
    height: auto;
}

.mec-wrap .mec-search-form input#mec-search-bar-input {
    height: 45px;
    text-transform: uppercase;
    outline: 0;
    padding: 0 10px;
    color: #fff;
    border: 1px solid #fb0;
    border-radius: 4px;
    line-height: 45px;
    cursor: pointer;
    font-size: 12px;
    background-color: #fb0;
    width: 140px;
}
.mec-wrap .mec-search-form input#mec-search-bar-input:hover {
    background-color: #333;
    border-color: #333;
}

.mec-wrap .mec-ajax-search-result {
    width: 25%;
}
.mec-wrap .mec-ajax-search-result .mec-text-input-search {
   padding-right: 0;
}



.mec-event-grid-modern .mec-event-article {
    padding: 0;
    box-shadow: none;
    text-align: left;
    height: 100%;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-bottom: 0;
}

.mec-event-grid-modern .event-grid-modern-head {
    margin-bottom: 0;
    padding: 0;
    text-align: left;
}

.mec-event-listing .mec-event-image img {
    border-radius: 5px 5px 0 0;
}

.mec-event-listing .mec-event-image.mobile-view {
    display: none;
}
.mec-event-listing .mec-event-image.desktop-view .event-image {
    display: block;
    height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px 5px 0 0;
}

@media only screen and (max-width: 1530px){
    .mec-event-listing .mec-event-image.desktop-view .event-image {
        height: 275px;
    }
}

@media only screen and (max-width: 1399px){
    .mec-event-listing .mec-event-image.desktop-view .event-image {
        height: 245px;
    }
}
@media only screen and (max-width: 1199px){
    .mec-event-listing .mec-event-image.desktop-view .event-image {
        height: 205px;
    }
}
@media only screen and (max-width: 991px){
    .mec-event-listing .mec-event-image.desktop-view .event-image {
        height: 165px;
    }
}
@media only screen and (max-width: 767px){
    .mec-event-listing .mec-event-image.desktop-view {
        display: none;
    }
    .mec-event-listing .mec-event-image.mobile-view {
        display: block;
    }
    
}

.mec-event-listing .event-content-wrapper {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 25px 30px;
}

.mec-event-grid-modern .mec-event-title {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}
.mec-event-grid-modern .mec-event-title a:hover {
    color: #ffcd2f;
}
.mec-event-grid-modern .mec-event-title .event-color {
    display: none;
}

.mec-event-listing .mec-event-grid-modern .event-meta {
    display: flex;
    flex-flow: row wrap;
}
.mec-event-listing .mec-event-grid-modern .event-meta .event-categories {
    margin: 10px 10px 10px 0;
}
.mec-event-listing .mec-event-grid-modern .event-meta .event-categories a {
    margin: 2px 5px 2px 0;
    padding: 8px 18px;
    border-radius: 25px;
    font-weight: 500;
    color: #fff;
    background: #ffcd2f;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
}
.mec-event-listing .mec-event-grid-modern .event-meta .event-categories a:hover {
    background: #333;
}
.mec-event-listing .mec-event-grid-modern .event-grid-modern-head .mec-event-month {
    text-transform: capitalize;
    font-size: 14px;
    padding-top: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
}
.mec-event-listing .mec-event-grid-modern .event-grid-modern-head .mec-event-month svg {
    width: 16px;
    margin-right: 6px;
}

.mec-event-listing .mec-event-grid-modern .event-grid-modern-head .mec-event-detail {
    margin-top: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #2D2D2C;
}

.mec-event-listing .mec-event-grid-modern .mec-event-content {
    padding: 0;
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.mec-event-listing .mec-event-grid-modern .mec-event-content .mec-event-loc-place {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    margin-right: 20px;
    line-height: normal;
}
.mec-event-listing .mec-event-grid-modern .mec-event-content svg {
    width: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.mec-event-listing .mec-event-grid-modern .mec-event-content .mec-price-details {
    font-size: 14px;
}
.mec-event-listing .mec-event-grid-modern .mec-event-content i {
    color: #ffcd2f;
}


/* -------event listing responsive style--------- */
@media (max-width: 1199px) {
    .tdp-event-banner .event-banner-content {
        height: 380px;
    }
    .tdp-event-banner .event-banner-content .banner-small-title {
        font-size: 20px;
    }
    .tdp-event-banner .event-banner-content h1.title {
        font-size: 70px;
    }
    .mec-event-listing {
        padding: 70px 15px 80px;
    }

    .mec-event-listing .event-content-wrapper {
        padding: 15px 15px;
    }
    
    .mec-wrap .mec-search-form {
        display: block;
    }
    .mec-wrap .mec-search-form .mec-dropdown-wrap {
        width: 100%;
    }
    .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
        margin-bottom: 10px;
    }
    .mec-search-bar-wrap .mec-search-form .mec-text-input-search {
        width: calc(100% - 140px);
        height: 45px;
        padding-left: 0;
    }
    .mec-wrap.mec-modern-search-bar .mec-totalcal-box .mec-text-input-search i {
        left: 0;
    }
    
}

@media (max-width: 991px){
    .mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search {
        width: calc(100% - 140px);
    }
}


@media (max-width: 767px) {
    .tdp-event-banner .event-banner-content {
        height: 280px;
    }
    .mec-event-listing {
        padding: 50px 15px 60px;
    }
    .mec-event-listing div[class^="col-"] {
        margin-bottom: 30px;
    }
    .mec-event-listing div[class^="col-"]:last-child {
        margin-bottom: 0;
    }
    .mec-event-grid-modern .mec-event-article {
        height: auto;
    }
    
    .mec-search-form .mec-dropdown-wrap {
        flex-flow: row wrap;
    }
    .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
        flex: inherit;
        width: 50%;
        margin-bottom: 20px;
    }
    .mec-search-form .mec-dropdown-wrap .mec-dropdown-search:nth-child(3) {
        padding-left: 0;
    }
    
}


@media (max-width: 575px) {
    .tdp-event-banner .event-banner-content {
        height: 200px;
    }
    .tdp-event-banner .event-banner-content .banner-small-title {
        margin-bottom: 15px;
    }
    .tdp-event-banner .event-banner-content h1.title {
        font-size: 40px;
    }
    
    .mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search {
        width: 100%!important;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input {
        margin-left: 0;
    }
    .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
        padding-left: 10px;
    }

}


/* ---------event details style----------- */
body.single-mec-events {
    background: #f6f6f6;
}
.tdp-event-details-banner {
    position: relative;
    background-image: url(../assets/images/bg-hero-news.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.tdp-event-details-banner .ovrelay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.25);
}
.tdp-event-details-banner .event-banner-content {
    padding: 102px 15px;
    max-width: 1530px;
    margin: 0 auto;
    width: 100%;
}
.tdp-event-details-banner .event-banner-content h1 {
    color: #ffffff;
    font-family: 'Old Standard TT', serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    line-height: 1;
    margin-bottom: 7px;
}

.tdp-event-details-banner ul.breadcrumb {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.tdp-event-details-banner ul.breadcrumb a, 
.tdp-event-details-banner ul.breadcrumb li {
    color: #fff;
    font-size: 16px;
}
.tdp-event-details-banner ul.breadcrumb li {
    margin-right: 20px;
    position: relative;
}
.tdp-event-details-banner ul.breadcrumb li:last-child {
    margin-right: 0;
}
.tdp-event-details-banner ul.breadcrumb li:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -1px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.tdp-event-details-banner ul.breadcrumb li:last-child:after {
    display: none;
}
.tdp-event-details-banner ul.breadcrumb a {
    text-transform: capitalize;
    color: #ffcd2f;
}
.tdp-event-details-banner ul.breadcrumb a:hover {
    text-decoration: underline;
}

/*---------event details content---------*/
.mec-event-details {
    max-width: 1530px;
    width: 100%;
    padding: 120px 15px 130px;
}
.mec-event-content p {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: #2D2D2C;
    margin-bottom: 20px;
}
.mec-event-content p:last-child {
    margin-bottom: 0;
}


.event-details-content-wrapper {
    background: #fff;
    padding-bottom: 1px;
    border-radius: 5px;
}

.mec-event-details .mec-single-event .mec-events-event-image img {
    border-radius: 5px 5px 0 0;
}
.mec-event-details .mec-single-event .mec-event-content {
    padding: 30px 30px 30px;
    margin-bottom: 0;
}
.mec-event-details .mec-single-event .mec-events-content p:last-child {
    margin-bottom: 0;
}
.mec-event-details .mec-single-event .mec-events-content {
    margin-bottom: 0;
}

.mec-event-details .event-details-content-wrapper .mec-single-event .mec-frontbox {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
}

.mec-single-event .mec-events-meta-group-countdown {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e6e6e6;
}
.mec-events-meta-group-countdown .countdown-w {
    padding: 0;
}
.mec-events-meta-group-countdown .countdown-w span {
    padding: 0;
    display: inline-block;
}
.mec-countdown-details .countdown-w .clockdiv li p {
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 1px;
}


.mec-single-event .mec-event-schedule {
    padding: 20px 30px 0;
    border: none;
    box-shadow: none;
}
.mec-event-schedule .mec-event-schedule-content {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.mec-event-schedule .mec-schedule-head {
    border-bottom-width: 1px;
}
.mec-event-schedule .mec-schedule-head:before {
    bottom: -1px;
    border-bottom-width: 1px;
}
.mec-event-schedule h4.mec-schedule-part {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.mec-event-schedule-content dl:last-child {
    margin-bottom: 0;
}


.mec-event-details .mec-single-event .mec-events-meta-group {
    margin-bottom: 0;
    margin-top: 0;
    padding: 25px 30px;
}
.mec-event-details .mec-single-event .mec-events-meta-group-tags a {
    font-size: 14px;
    padding: 7px 11px;
    background: #fff;
    background-color: #eaeaea;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
}
.mec-event-details .mec-single-event .mec-events-meta-group-tags a:first-child {
    margin-left: 0;
}
.mec-event-details .mec-single-event .mec-events-meta-group-tags a:hover {
    background: #ffcd2f;
    color: #444;
    text-decoration: none;
    border-color: #ffcd2f;
}

.mec-event-details .mec-single-event .mec-event-social {
    padding: 0 30px 25px;
    border: none;
    box-shadow: none;
    text-align: left;
}
.mec-event-details .mec-single-event .mec-event-social h3 {
    text-align: left;
    padding: 0;
    margin: 0 0 20px;
    border: none;
}
.mec-event-details .mec-single-event .mec-event-social h3:before {
    display: none;
}
.mec-event-details .mec-single-event .mec-event-sharing {
    margin: 0;
}
.mec-event-details .mec-single-event .mec-event-social li.mec-event-social-icon a {
    background-color: #a9a8b3;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.mec-event-details .mec-single-event .mec-event-social li.mec-event-social-icon a:hover {
    background-color: #ffcd2f;
}


/* -----sidebar----- */
.mec-single-event .mec-frontbox.sidebar {
    border: none;
    box-shadow: none;
}
.mec-single-event .mec-frontbox.sidebar .mec-single-event-location,
.mec-single-event .mec-frontbox.sidebar .single-item {
    background: transparent;
    border-bottom: 1px solid #eee;
    padding: 14px 0 8px;
    margin-bottom: 0;
}
.mec-single-event .mec-frontbox.sidebar .single-item.widget-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
    margin: -20px -30px 4px;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 30px 25px;
    position: relative;
    font-family: 'Lato';
}
.mec-single-event .mec-frontbox.sidebar .single-item.mec-single-event-category > dt,
.mec-single-event .mec-frontbox.sidebar .mec-single-event-location h3,
.mec-single-event .mec-frontbox.sidebar .single-item h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding-bottom: 0;
    letter-spacing: 1px;
    font-family: "Lato"!important;
}
.mec-single-event .mec-event-meta h6 {
    font-size: 12px;
    padding-bottom: 0;
    font-weight: 600;
}
.mec-single-event .mec-single-event-organizer i {
    display: inline-block;
    vertical-align: middle;
}
.mec-single-event .mec-single-event-organizer dd {
    margin-bottom: 15px;
}
.mec-single-event .mec-single-event-organizer dd span {
    display: inline-block;
}

.mec-single-event .mec-single-event-organizer .mec-organizer-url > span {
    padding-left: 0;
    padding-left: 1px;
}

.mec-single-event .mec-event-meta .mec-events-event-categories a i {
    display: none;
}

.mec-single-event .mec-frontbox.sidebar .mec-single-event-location dd,
.mec-single-event .mec-frontbox.sidebar .single-item dd {
    font-size: 12px;
    color: #888;
}
.mec-single-event .mec-frontbox.sidebar .mec-single-event-location .mec-location-url {
    padding-left: 0;
}
.mec-single-event .mec-frontbox.sidebar .mec-single-event-location .mec-location-url .mec-sl-sitemap {
    margin-right: 12px;
}
.mec-single-event .mec-frontbox.sidebar .mec-single-event-location i:before,
.mec-single-event .mec-frontbox.sidebar .single-item i:before {
    font-size: 22px;
    color: #fb0;
}
.mec-single-event .mec-frontbox.sidebar .single-item.end-date .mec-start-date-label {
    display: none;
}

.mec-single-event .mec-frontbox.sidebar .mec-event-export-module {
    margin: 20px 0 0 0;
    padding: 0;
    border: none;
    box-shadow: none;
}
.mec-single-event .mec-frontbox.sidebar .mec-event-export-module .mec-export-details ul {
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.mec-single-event .mec-frontbox.sidebar .mec-event-export-module .mec-export-details ul li {
    display: block;
}
.mec-single-event .mec-frontbox.sidebar .mec-event-export-module .mec-export-details ul li a {
    display: inline-block;
    margin: 10px 0;
    min-width: 250px;
    text-align: center;
}

.mec-event-details .mec-single-event .mec-events-meta-group-gmap {
    padding: 0;
    margin-bottom: 30px;
    background: #fff;
}
.mec-event-details .mec-single-event .mec-qrcode-details {
    border: none;
    box-shadow: none;
}
.mec-event-details .mec-single-event .mec-frontbox:last-child {
    margin-bottom: 0;
}



/**************** Member directory area *******/

.tdp-member-directory-area {

}

.tdp-member-directory-search-filter {
    display: grid;
    grid-template-columns: 6fr 3fr 1fr;
    border: 2px solid #eaeaea;
    border-radius: 50px;
}

.tdp-member-directory-filter-area {
    max-width: 750px;
    margin: 20px auto 0;
    background-color: rgba(0, 0, 0, 0.04);
    padding: 5px;
    border-radius: 50px;
}


.tdp-member-directory-search-filter input {
    border: none;
    border-radius: 50px 0 0 50px;
}

.tdp-member-directory-search-filter select {
    border: none;
    color: #34393f;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.tdp-member-directory-search-input-group-append svg {
    fill: #757575;
}

.tdp-member-directory-search-filter button[type="submit"] {
    background: transparent;
    border: none;
    height: 38px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666666;
    padding: 0 23px;
    font-size: 22px;
    font-weight: 500;
    text-transform: lowercase;
}

.tdp-member-directory-alphanumeric-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 70px;
    column-gap: 10px;
}

.tdp-member-directory-alphanumeric-numeric-btn ,
.tdp-md-alpha-btn {
    display: flex;
}

.tdp-member-directory-alphanumeric-area .tdp-md-alpha-btns {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0000000a;
    padding: 4px 5.6px;
    background-color: #0000000a;
    color: #255d8e;
    font-size: 12px;
    line-height: 1.1;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tdp-member-directory-alphanumeric-area .tdp-md-alpha-btns:focus,
.tdp-member-directory-alphanumeric-area .tdp-md-alpha-btns:hover {
    background-color: #507da4;
    border-color: #507da4;
    color: #fff;
    text-decoration: none;
}

ul.tdp-member-directory-cards-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 100px;
  row-gap: 25px;
}

.tdp-member-directory-card-heading {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #255d8e;
}

.tdp-member-directory-card-heading:hover {
    text-decoration: underline;
}

.tdp-member-directory-cards-flex {

}

ul.tdp-member-directory-cards-flex a:hover,
.tdp-member-directory-card-heading:hover {
    text-decoration: underline;
    color: #ffcd2f;
}

ul.tdp-member-directory-cards-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}

ul.tdp-member-directory-cards-flex li {
    line-height: 0.9;
}

ul.tdp-member-directory-cards-flex a {
    font-size: 14px;
    color: #255d8e;
}

/*  member directory list area */

.tdp-member-directory-result-filter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 20px;
}


#tdp-member-directory-result-filter-content-area {
    display: none;
}

.tdp-member-directory-result-buttons {
    display: none;
}


.tdp-member-directory-result-found-text svg {
    fill: #4a6d8b;
    margin-right: 4px;
}

.tdp-member-directory-cards-view {
    display: none;
}

.tdp-member-directory-result-found-text {
    color:#323232;
}

.tdp-member-results-cards {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

/* .list-view.tdp-member-results-cards {
    grid-template-columns: repeat(1, 1fr);
} */


.tdp-member-directory-result-buttons svg {
    fill: #1a3c58;
    width: 30px;
    height: 30px;
}

.tdp-member-directory-result-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tdp-member-results-card {
    position: relative;
    grid-column: span 3;
    background: #eef7fc;
    padding: 15px 20px 25px;
    border: 1px solid #c8d2d4;
    text-align: center;
}

.tdp-member-results-card-header {
    display: flex;
    padding: 70px 0 25px;
    text-align: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}

.tdp-member-results-card::before {
    position: absolute;
    top: 44px;
    left: -5px;
    content: '';
    background: #f1c143;
    height: 16px;
    width: 19px;
    z-index: -1;
    transform: rotate(-20deg);
}
  
.tdp-member-results-card::after {
    position: absolute;
    content: attr(data-label);
    top: 14px;
    left: -7px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
    background: #f1c143;
    color: white;
    text-align: center;
    border-radius: 30px 30px 30px 0px;
}

.tdp-member-results-card .tdp-member-results-heading {
    font-size: 22px;
    font-weight: 700;
    color: #486c8c;
    line-height: 1.3;
}


.tdp-member-results-card .tdp-member-results-heading:hover {
    color: #ffcd2f;
}

.tdp-member-results-web {
    font-size: 15px;
    color: #1f3b53;
    display: block;
    word-wrap: break-word;
}

.tdp-member-result-top {
    width: 100%;
    height: 1px;
    background-color: #c8d2d4;
}

ul.tdp-member-card-flush {
    display: flex;
    padding-top: 30px;
    text-align: left;
    flex-wrap: wrap;
    gap: 7px;
}


li.tdp-member-list-group-item {
    font-size: 15px;
    line-height: 1.3;
}

li.tdp-member-list-group-item  svg {
    fill: #4e718d;
}

li.tdp-member-list-group-item a {
    display: flex;
    color: #1d3c59;
    gap: 10px;
}

li.tdp-member-list-group-item a span {
   width: calc(100% - 13%);
}

.tdp-member-results-card:nth-child(1),
.tdp-member-results-card:nth-child(2),
.tdp-member-results-card:nth-child(3) {
    grid-column: span 4;
}

.tdp-member-results-card:nth-child(n+1):nth-child(-n+3) .tdp-member-results-card-header {
    padding: 80px 0 25px;
}

.tdp-member-results-card:nth-child(n+1):nth-child(-n+3) .tdp-member-results-heading {
    font-size: 32px;
}


.tdp-member-results-card:nth-child(n+1):nth-child(-n+3)::before {
    top: 52px;
    left: -5px;
}

.tdp-member-results-card:nth-child(n+1):nth-child(-n+3)::after {
    top: 22px;
    left: -7px;
}


@media (min-width: 768px){
    .tdp-member-directory-alphanumeric-area .btn {
        font-size: 12px;
        padding: 4px 5.6px;
    }
}


/* single listing area */

.tdp-directory-single-area {
    padding: 120px 15px;
    max-width: 1230px;
    margin: 0 auto;    
}
.tdp-directory-single-area svg {
    width: 20px;
    height: 20px;
}

.tdp-directory-single-area p {
    padding: 0px 0 30px;
    line-height: 1.4;
}

.tdp-directory-single-details-map-area {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    align-items: center;
}

.tdp-directory-single-details-social-area .tdp-share-icon {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.tdp-directory-single-details-social-area p {
    text-transform: capitalize;
    padding: 5px 0 20px;
}

.tdp-directory-single-details-map-left li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1a3955;
    padding: 5px 0;
    line-height: 1.3;
}

.tdp-directory-single-details-hours h5 {
    color: #333333;
}

.tdp-directory-single-details-hours p {
    padding: 5px 0;
}

.tdp-directory-single-details-social-icons {
    padding: 15px 0 30px;
}

.tdp-directory-single-details-social-icons .icons {
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
    line-height: 0.2;
    margin-right: 8px;
}

.tdp-directory-single-details-social-icons svg {
    fill: #ffffff;
}

.tdp-directory-single-details-social-icons .facebook {
    background-color: #3776ea;
}

.tdp-directory-single-details-social-icons .twitter {
    background-color: #4c9feb;
}

.tdp-directory-single-details-social-icons .instagram {
  background-color: #4886b7;
}

.tdp-directory-single-details-card-deck {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

.tdp-directory-member-reptitle {
    font-size: 23px;
    color:#486c8c;
    font-weight: 500;
}

.tdp-directory-single-rep-card {
    background: #eef7fc;
    padding: 16px;
    border: 1px solid #c8d2d4;
}

.tdp-directory-single-details-subheading {
    font-size: 35px;
    font-weight: 600;
    color: #486c8c;
    line-height: 1;
    margin-bottom: 25px;
}

.tdp-directory-single-details-stage h5 {
    color: #333333;
    margin-bottom: 10px;
}

a.tdp-directory-directory-contact-email {
    color: #183a56;
}

.tdp-directory-single-details-stage p {
    max-width: 800px;
}

.tdp-directory-single-rep-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.tdp-directory-single-rep-card-img {
    width: 150px;
    height: 150px;
    background: #e9f2f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tdp-directory-single-rep-card-img .tdp-directory-single-img-placeholder svg {
    width: 100px;
    height: 100px;
    fill: #b1b9bc;
}

.tdp-directory-single-card-body {
    width: calc(100% - 150px);
}

.tdp-directory-single-details-map-right {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.tdp-directory-single-details-map-right iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -----tdp directory single responsive----- */

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

    .tdp-directory-single-area {
        padding: 100px 10px;
    }

}

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

    .tdp-member-results-cards {
        gap: 20px;
    }

    .tdp-member-results-card {
        grid-column: span 4;
    }
    
}

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

    .tdp-member-directory-result-filter-area {
        padding: 30px 0 20px;
    }

    .tdp-member-directory-alphanumeric-area {
        padding: 30px 0 40px;
    }

   

    .tdp-member-results-card {
        padding: 15px 15px 20px;
    }

    .tdp-member-results-card:nth-child(n+1):nth-child(-n+3) .tdp-member-results-heading {
        font-size: 22px;
    }

    .tdp-member-results-card .tdp-member-results-heading {
        font-size: 17px;
    }

    .tdp-directory-single-details-map-area {
        grid-template-columns: repeat(1,1fr);
    }

    .tdp-directory-single-details-card-deck {
        gap: 20px;
    }

    .tdp-directory-single-area {
        padding: 80px 10px;
    }

    .tdp-directory-single-rep-card {
        gap: 15px;
    }

    .tdp-directory-single-details-stage h5 {
        margin-top: 15px;
    }

    .tdp-directory-single-rep-card {
        padding: 10px;
    }

    .tdp-directory-single-details-subheading {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 18px;
    }

    .tdp-directory-single-area p {
        padding: 0px 0 20px;
        line-height: 1.4;
    }

    .tdp-directory-single-rep-card-img {
        width: 120px;
        height: 120px;
    }

    .tdp-directory-single-card-body {
        width: calc(100% - 120px);
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .tdp-directory-member-reptitle {
        font-size: 17px;
        line-height: 1;
    }

    .tdp-directory-single-card-body ul li {
        line-height: 1.3;
        font-size: 16px;
    }


}

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

    .tdp-member-directory-filter-area {
        margin: 10px auto 0;
        background-color: rgba(0, 0, 0, 0.04);
        padding: 25px;
        border-radius: 0;
    }

    .tdp-member-directory-search-filter {
        display: grid;
        grid-template-columns: 1fr;
        border: none;
        border-radius: 0;
        gap: 10px;
    }

    .tdp-member-directory-search-filter input {
        border-radius: 0;
        border: 1px solid #d1d1d1;
    }

    .tdp-member-directory-search-filter select {
        border: 1px solid #d1d1d1;
        color: #34393f;
    }

    .tdp-member-directory-search-filter button[type="submit"] {
        background: rgba(0, 0, 0, 0.04);
        color: #666666;
        padding: 0 23px;
        font-size: 20px;
        font-weight: 500;
        text-transform: lowercase;
        display: inline-block;
        width: 100%;
    }

    .tdp-member-directory-result-buttons svg {
        width: 20px;
        height: 20px;
    }

    .tdp-member-directory-result-found-text {
        font-size: 15px;
    }

    .tdp-member-results-card:nth-child(n+1):nth-child(-n+3) .tdp-member-results-card-header {
        padding: 70px 0 15px;
    }
    
    .tdp-member-results-card-header {
        padding: 60px 0 15px;
    }

    ul.tdp-member-card-flush {
        display: flex;
        padding-top: 15px;
        text-align: left;
        flex-wrap: wrap;
        gap: 7px;
    }

    .tdp-member-directory-alphanumeric-area {
        padding: 20px 0 30px;
        flex-direction: column;
    }

    /* .tdp-member-results-card:nth-child(1),
    .tdp-member-results-card:nth-child(2),
    .tdp-member-results-card:nth-child(3) {
        grid-column: span 3;
    } */

    ul.tdp-member-directory-cards-grid {
        grid-template-columns: repeat(1,1fr);
        column-gap: 80px;
        row-gap: 10px;
    }

    .tdp-member-results-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .tdp-md-alpha-btn {
        display: inline-block;
    }

    .tdp-directory-single-details-stage h5 {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .tdp-directory-single-details-hours h5 {
        margin-bottom: 10px;
    }

    span.tdp-directory-single-img-placeholder {
        line-height: 1;
    }

    .tdp-directory-single-details-reps {
        margin-top:15px;
    }

    .tdp-directory-single-rep-card-img {
        width: 100px;
        height: 100px;
    }
    
    .tdp-directory-single-rep-card-img .tdp-directory-single-img-placeholder svg {
        width: 70px;
        height: 70px;
    }

    .tdp-directory-single-card-body {
        width: calc(100% - 100px);
    }

    .tdp-directory-member-repname {
        margin-bottom: 5px;
    }


    .tdp-directory-single-details-social-icons {
        padding: 10px 0 23px;
    }

    .tdp-directory-single-area p {
        padding: 5px 0 15px;
        line-height: 1.2;
    }

    .tdp-directory-single-details-map-left li a {
        gap: 8px;
        padding: 5px 0;
        line-height: 1.3;
        font-size: 15px;
    }

    .tdp-directory-single-area {
        padding: 60px 10px;
    }

    .tdp-directory-single-details-card-deck {
        grid-template-columns: repeat(1,1fr);
        padding-top: 10px;
    }

}


/* -----event-details responsive----- */
@media only screen and (max-width: 1199px){
    .mec-event-details {
        padding: 70px 15px 80px;
    }
}

@media only screen and (max-width: 991px){
    .mec-single-event .mec-frontbox.sidebar .single-item.widget-title {
        margin: -20px -20px 4px;
        padding: 20px 30px 15px;
    }
    .mec-single-event .mec-frontbox.sidebar {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px){
    .mec-event-details {
        padding: 50px 15px 60px;
    }
	.map-app {
    	display: flex;
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 575px){
    .mec-single-event .mec-event-schedule {
        padding: 20px 20px 0;
    }
    
    .mec-single-event .mec-frontbox {
        padding: 20px 20px;
    }
    .mec-event-details .mec-single-event .mec-events-meta-group {
        padding: 25px 20px;
    }
    .mec-event-details .mec-single-event .mec-event-social {
        padding: 0 20px 25px;
    }
    
}

.row.mec-related-events-wrap {
    margin: 0;
}
.mec-related-events {
    width: 100%;
}
.mec-related-events-wrap h3.mec-rec-events-title {
    width: calc(100% - 30px);
}


/* -----home events----- */
.home-events .mec-event-article .mec-event-title span.event-color,
.home-events .mec-event-article .mec-event-image {
    display: none;
}

.home-events .mec-event-article {
    position: relative;
    margin-bottom: 50px;
	padding: 0 0 0 198px;
}
.home-events .mec-event-article:last-child {
    margin-bottom: 0;
}

.mec-event-list-classic .mec-event-title {
    font-size: 26px;
	margin-top: 0;
    text-transform: capitalize;
}

.home-events .mec-event-article .mec-event-date {
    margin-right: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
    position: absolute;
    top: 8px;
    left: 0;
}
.home-events .mec-event-article .mec-event-date i.mec-sl-calendar {
    display: none;
}

.home-events .mec-event-article .mec-event-date .date-label {
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    line-height: normal;
    margin-bottom: 0;
}
.home-events .mec-event-article .mec-event-date .separator {
    display: inline-block;
    margin: 0 8px;
    padding-top: 20px;
}
.home-events .mec-event-article .mec-event-date .date-label span {
    display: inline-block;
    line-height: normal;
    margin: 0;
}
.home-events .mec-event-article .mec-event-date .date-label .month {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #003a63;
}
.home-events .mec-event-article .mec-event-date .date-label .date {
    font-size: 50px;
    font-weight: 600;
    color: #ffcd2f;
}

.mec-event-list-classic .mec-event-title a {
    color: #003A63;
}
.mec-event-list-classic .mec-event-title a:hover {
    color: #ffcd2f;
}

.home-events .mec-event-list-classic .mec-event-detail {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 5px;
}
.home-events .mec-event-article .mec-time-details > span {
    font-size: 14px;
}
.home-events .mec-event-list-classic .mec-event-article .mec-event-time i {
    display: inline;
    margin-right: 5px;
}

/*------home event list responsive---------*/
@media only screen and (max-width: 1024px){ 
    .home-events .mec-wrap {
        width: 100%;
        max-width: 650px;
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 575px){ 
    .home-events .mec-event-article .mec-event-date {
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
    }
    .home-events .mec-event-article {
        padding: 0;
        margin-bottom: 20px;
    }
    .mec-event-list-classic .mec-event-title {
        font-size: 22px;
    }
    .home-events .mec-event-article .mec-event-date .date-label {
        display: inline-block;
    }
    .home-events .mec-event-article .mec-event-date .date-label .month {
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
    }
    .home-events .mec-event-article .mec-event-date .date-label .date {
        font-size: 16px;
        font-weight: 400;
        color: #003a63;
    }
	.mec-related-events {
      width: auto;
    }
    
}



/* ------------front-end add event form style----------- */
#mec_fes_form, 
.mec-fes-form-top-actions {
    max-width: 100%;
}
@media only screen and (min-width: 961px){
    .mec-fes-form .mec-fes-form-cntt {
        max-width: inherit;
    }
    .mec-fes-submit-wide {
        width: calc(100% - 300px);
        padding-right: 20px;
    }
}

.mec-fes-form {
    background: transparent;
    padding: 0;
}
.mec-fes-form label {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    padding: 0 0 10px 2px;
}
.mec-fes-form input[type=text]#mec_fes_title {
    box-shadow: none;
    border: 1px solid #ffcd2f;
}
 
.mec-fes-form .mec-form-row .button:not(.wp-color-result), 
.mec-fes-form input[type=file] {
    color: #ffcd2f;
    border: 1px solid #ffcd2f;
    box-shadow: none;
    line-height: 35px!important;
    cursor: pointer;
} 
.mec-fes-form .mec-form-row .button:not(.wp-color-result):hover {
    background: #ffcd2f;
    border-color: #ffcd2f;
    box-shadow: none;
}
.mec-fes-form .wp-media-buttons .add_media span.wp-media-buttons-icon {
    position: relative;
    top: 1px;
}
.mec-fes-form .wallsio-add-wall-button .wallsio-media-button-icon {
    position: relative;
    top: 3px;
}

/*-----editor style------*/
.mec-fes-form .wp-editor-tabs .wp-switch-editor {
    border-color: #ffcd2f;
    border-bottom-color: #fdeaae;
    box-shadow: none;
}
.mec-fes-form .html-active .switch-html, 
.mec-fes-form .tmce-active .switch-tmce, 
.mec-fes-form .wp-editor-tabs .wp-switch-editor:active {
    background: #fdeaae;
    color: #333;
}
.mec-fes-form .mce-tinymce.mce-container.mce-panel {
    border: 1px solid #ffcd2f;
    box-shadow: 0 2px 6px -3px #fdeaae;
}
.mec-fes-form .quicktags-toolbar, 
.mec-fes-form div.mce-toolbar-grp {
    background: #fdeaae;
    border-bottom: 1px solid #fdeaae;
    box-shadow: 0 1px 0 1px #fdeaae;
}
/*-----/ editor style------*/

.ui-datepicker.ui-widget .ui-datepicker-next, 
.ui-datepicker.ui-widget .ui-datepicker-prev {
    color: #ffcd2f;
    background: #f9edca;
}

#mec_meta_box_date_form .mec-form-row {
    display: flex;
    align-items: center;
}
#mec_meta_box_date_form .mec-time-picker {
    margin-left: 10px;
}

.mec-fes-form .mec-meta-box-fields h4 {
    color: #333;
    padding: 3px 20px;
    background: #fdeaae;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #ffcd2f;
}
.mec-fes-form .mec-meta-box-fields h4 .mec-required {
    font-size: inherit;
    display: inline-block;
}
.mec-fes-form .mec-meta-box-fields {
    border: 1px solid #ffcd2f;
}

.mec-fes-form .mec-title span.mec-dashicons {
    color: #ffcd2f;
}
.mec-fes-form #mec-event-data input[type=date], 
.mec-fes-form input[type=email], 
.mec-fes-form input[type=number], 
.mec-fes-form input[type=password], 
.mec-fes-form input[type=tel], 
.mec-fes-form input[type=text], 
.mec-fes-form input[type=url], 
.mec-fes-form select, .mec-fes-form textarea {
    border: 1px solid #ffcd2f;
    box-shadow: none;
}

.mec-fes-form input[type=email]:focus, 
.mec-fes-form input[type=number]:focus, 
.mec-fes-form input[type=password]:focus, 
.mec-fes-form input[type=tel]:focus, 
.mec-fes-form input[type=text]:focus, 
.mec-fes-form input[type=url]:focus, 
.mec-fes-form select:focus, 
.mec-fes-form textarea:focus {
    border: 1px solid #ffcd2f;
    box-shadow: none;
}
 
.mec-form-row input[type=checkbox], 
.mec-form-row input[type=radio] {
    border: 1px solid #ffcd2f;
    box-shadow: none;
    width: auto;
}

#mec_bfixed_form_fields input[type=checkbox]:hover, 
#mec_bfixed_form_fields input[type=radio]:hover, 
#mec_reg_form_fields input[type=checkbox]:hover, 
#mec_reg_form_fields input[type=radio]:hover, 
.mec-form-row input[type=checkbox]:hover, 
.mec-form-row input[type=radio]:hover {
    border-color: #ffcd2f;
}

.mec-fes-form .mec-form-row input[type=checkbox]:checked, 
.mec-fes-form .mec-form-row input[type=radio]:checked {
    box-shadow: 0 1px 6px -2px #ffcd2f;
    border-color: #ffcd2f;
    background: #ffcd2f!important;
}

.mec-fes-form .select2-container {
    border: 1px solid #ffcd2f;
    box-shadow: none;
}

.mec-fes-form .mec-tooltip .dashicons-before:before {
    color: #ffcd2f;
}
.mec-fes-form .mec-tooltip .box h5 {
    padding: 6px 2px;
}

.mec-fes-form button[type=submit].mec-fes-sub-button {
    background: #ffcd2f;
    box-shadow: 0 2px 8px -4px #ffcd2f;
}

.mec-fes-form button[type=submit].mec-fes-sub-button:hover {
    box-shadow: 0 2px 12px -2px #ffcd2f;
}
.mec-fes-form button[type=submit].mec-fes-sub-button:focus {
    margin-bottom: 0;
    background: #ffcd2f;
}

.post-type-archive-projects span.list-item-excerpt.list-item-excerpt-projects,
.post-type-archive-monday-morning-memo span.list-item-excerpt.list-item-excerpt-monday-morning-memo {
    display: none;
}
.footer-widget.dark .tdp-container {
    max-width: 1600px;
}

.archive span.list-item-excerpt.list-item-excerpt-news {
    display: none;
}

div#gform_wrapper_5.gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox], 
div#gform_wrapper_5.gform_legacy_markup_wrapper .gfield_radio li input[type=radio], 
div#gform_wrapper_5.gform_legacy_markup_wrapper .gfield_checkbox li input {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    margin-right: 10px;
    margin-top: 8px !important;
    text-align: left;
    width: 20px;
    height: 14px;
}

.why-poin figure {
	width: 15% !important;
}
.elementor-widget .elementor-icon-list-item a {
	display: inline-flex !important;
}
.elementor-widget.elementor-list-item-link-full_width a {
    width: auto !important;
}
.fa-facebook:before {
    content: "\f09a" !important;
}