/*
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");

/* Booking Button */
.bookingButton { position: fixed;
    top: 200px;
    right: 0;
    z-index: 1001;}

/* Footer transparency */
.footer_top .container, .footer_bottom_holder .container { background-color: transparent !important; }

/* Formular */
.quickButton { text-align: center !important; padding: 0px !important;}
.page-id-16286 input.wpcf7-form-control.wpcf7-text, .page-id-16286 textarea.wpcf7-form-control.wpcf7-textarea, .page-id-16286 input.wpcf7-form-control.wpcf7-date { border: 1px solid; }
.wps-form {
width: 100%;
margin: 0 auto;
}
.wps-form .wps-form-row {
display: flex;
flex-direction: column;
width: 100%;
}
.wps-form .wps-form-row .wpcf7-form-control {
width: 100%;
}
.wps-form .wps-form-column {
flex: 1;
width: 100%;
padding: .5rem 0;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) {
.wps-form .wps-form-row {
flex-direction: row;
}
.wps-form .wps-form-column {
padding: .5rem 1rem;
}
}