/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");
.eventtitle {
    padding: 160px 0 30px;
    font-size: 3em;
    clear: both;
}

label {
    font-size: 0.7em;
    text-transform: uppercase;
}

.well {
    display: inline-block;
    margin: 0px 5px 5px;
    color: #ffffff;
    border-color: #ffffff;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    font-style: normal;
    font-weight: 700;
    background-color: #00021d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding-left: 32px;
    padding-right: 32px;
}

.well i {
    font-size: 1.6em;
    position: relative;
    top: 3px;
}

a.well {
    color: #fff;
    text-decoration: none;
}

#ui-datepicker-div {
background: rgba(0, 2, 51, 1);
padding: 10px;
    display:none;
    z-index: 99999 !important;
}

#ui-datepicker-div a {
    color: #fff;
    text-decoration: none;
}

.eventimageslide img {
    height: 450px !important;
    width: auto !important;
}

div.wpcf7-response-output {
    clear: both;
    top: 20px;
}

@media screen and (max-width: 480px) {
    .mobileonly {
        display: inline-block;
        visibility: visible;
    }
    .desktoponly {
        display: none;
        visibility: hidden;
    }
}

@media screen and (min-width: 480px) {
    .mobileonly {
        display: none;
        visibility: hidden;
    }
    .desktoponly {
        display: inline-block;
        visibility: visible;
    }
}
