.home .logo {
    visibility: hidden;
}

.contact-block .small-text {
    font-size: 18px !important;
}

.single-post .img-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

#tripleseat_embed_form_inline h2 {
    font-size: 20px;
    text-align: center;
    display: block;
    width: 100%;
}

#lead_form_event_header {
    margin-top: 1em;
}

.tripleseat_field, .tripleseat_field.ts_event_date input.hasDatepicker, .tripleseat_field input.timeselect_input {
    width: 100%;
}

    .tripleseat_field.ts_first_name, .tripleseat_field.ts_last_name, .tripleseat_field.ts_phone_number, .tripleseat_field.ts_extension, .tripleseat_field.ts_start_time, .tripleseat_field.ts_end_time {
        width: calc(50% - 10px);
    }

.ts_powered_by {
    display: none;
}

#tripleseat_embed_form_inline label {
    font-size: 14px;
}

#tripleseat_embed_form_inline input, #tripleseat_embed_form_inline textarea {
    background: none;
    border: 1px solid #000;
    font-size: 14px;
}

#tripleseat_embed_form_inline select {
    height: 45px;
    padding: 5px 20px;
}

@media (max-width:600px) {
    .tripleseat_field.ts_first_name, .tripleseat_field.ts_last_name, .tripleseat_field.ts_start_time, .tripleseat_field.ts_end_time {
        width: 100%;
    }

    .tripleseat_field.ts_phone_number {
        width: calc(75% - 10px);
    }

    .tripleseat_field.ts_extension {
        width: calc(25% - 10px);
    }
}

.whats-on-block .col-12 h3 {
    font-size: 20px;
    padding-top: 18px;
}

.whats-on-block .col-12 .thumb {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    transition: filter .6s ease-out;
}

    .whats-on-block .col-12 .thumb:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        transition: filter .2s ease-out;
    }

.whats-on-block .col-12 .thumb2 {
    -webkit-filter: none !important;
    filter: none !important;
    transition: none !important;
}

.whats-on-block .content {
    padding-bottom: 50px;
}

body #ui-datepicker-div {
    top: auto !important;
    left: auto !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield select option {
    font-variant: all-small-caps;
    font-family: "Catalogue", "serif";
}

.select {
    cursor: pointer;
    /*display: inline-block;*/
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 45px;
}

.custom-drop select {
    display: none;
}

.form-block .gform_wrapper .gfield.custom-drop {
    z-index: 999;
}

.custom-select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: none;
    background-color: #fff;
    height: 45px;
    color: #000;
    padding: 10px 130px 10px 20px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: none;
    font-variant: all-small-caps;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .custom-select:after {
        content: "";
        width: 150px;
        height: 40px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 1;
    }

    .custom-select:active, .custom-select.active {
    }

        .custom-select:active:after, .custom-select.active:after {
        }

    .custom-select:focus {
        outline: 0px;
    }

.select-options {
    max-height: 200px;
    overflow-y: auto;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #EEEEEE;
    border-radius: 0px 0px 5px 5px;
    display: none;
}

    .select-options li {
        color: #424242;
        margin: 0;
        padding: 12px 20px;
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
        font-variant: all-small-caps;
    }

        .select-options li:hover {
        }

        .select-options li[rel="hide"] {
            display: none;
        }

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
    display: none !important;
}

audio::-webkit-media-controls,
video::-webkit-media-controls {
    display: none !important;
}


@media (min-width:1600px) {
    .p-xlarge {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}






.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-isotope.gutter .gallery-item {
    padding-right: 5px;
    padding-bottom: 5px;
}

.gallery-isotope .gallery-item {
    overflow: hidden;
}

.gallery-item.photography.popup-youtube {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.gallery-isotope .gallery-item .thumb {
    position: relative;
    overflow: hidden;
}

.gallery-isotope .gallery-item .overlay-shade {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: #333;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.gallery-isotope .gallery-item .icons-holder {
    position: absolute;
    top: 0%;
    left: 50%;
    display: inline-block;
    width: auto;
    height: 36px;
    vertical-align: middle;
    z-index: 13;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .gallery-isotope .gallery-item .icons-holder .icons-holder-inner {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: -18px 0 0 -50%;
    }

.styled-icons.icon-dark a {
    display: block;
}

.styled-icons.icon-circled a {
    border-radius: 50%;
}

.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}

.icon-theme-colored.icon-dark a {
    background-color: #941a1d;
    color: #fff;
}

.gallery-isotope .gallery-item .icons-holder .icons-holder-inner a {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-isotope .gallery-item:hover .overlay-shade {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.gallery-isotope .gallery-item:hover .icons-holder {
    top: 50%;
}

    .gallery-isotope .gallery-item:hover .icons-holder .icons-holder-inner a {
        opacity: 1;
        filter: alpha(opacity=1);
    }

.gallery-isotope .gallery-item .portfolio-description {
    padding: 10px 15px;
    background-color: #f8f8f8;
}

    .gallery-isotope .gallery-item .portfolio-description .title {
        margin: 0;
    }

        .gallery-isotope .gallery-item .portfolio-description .title a {
            color: #111111;
        }

.gallery-isotope .gallery-item .text-holder {
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 25px 30px 60px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 13;
}

    .gallery-isotope .gallery-item .text-holder .title {
        color: #fff;
    }

.gallery-isotope .gallery-item:hover .text-holder {
    opacity: 1;
}

.gallery-isotope .flex-control-nav {
    z-index: 111;
}

.video-slider .slick-slide {
    padding: 0px 3px;
}

.pdb50 {
    padding-bottom: 50px;
}

.video-popup {
    position: relative;
}

    .video-popup a i {
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 44%;
    }

.box-location {
    padding: 10px;
    margin-bottom: 40px;
    border: 10px solid #eeeeee;
    background: #fff;
    min-height: 303px;
}
