/*
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");

/*Form Styling*/
.ninja-forms-field{
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #999;
}

/*Fixes the contact form layout on the datesandbookings page*/
#nf-form-2-cont > .nf-form-wrap > .nf-form-layout > div > .nf-form-content > nf-fields-wrap > nf-field:nth-child(3) > .nf-field-container{
    margin-left: 0;
}

.footer_top_holder h5{
    font-size: 20px;
    color: red !important;
    font-weight: bold;
}
.latest_post .latest_post_image a img{
    display: none;
}
.latest_post_holder.image_in_box .latest_post_text{
    padding: 0;
}
nav.main_menu{
    left: 75% !important;
    position: relative !important;
    text-align: center !important;
}
.title_subtitle_holder_inner h1 span, .q_slide_title span, .q_slide_text span{
    text-shadow: 2px 2px #333 !important;
}