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


@media only screen and (max-width: 1000px) {
    .header_top .left {
        display: none;
    }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

#ui-datepicker-div {
    z-index: 3000!important;
}

.book-widget__title {
    background: #F0362E;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    padding: 15px 10px;
    font-weight: bold;
}

.book-widget__form-wrapper {
    background: #DADADA;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.book-widget__form-wrapper input {
    border: none;
    padding: 5px 12px;
    width: 50%;
}

.book-widget__form-wrapper button {
    background: #F0362E;
    padding: 10px 6px;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin-top: 15px;
    text-transform: uppercase;
}

.ninja-forms-cont {
    background: #fff;
    padding: 20px 15px;
}

.ninja-forms-form label {
    text-transform: uppercase;
}

.ninja-forms-form input[type='number'], .ninja-forms-form input[type='text'], .ninja-forms-form textarea {
    width: 100%;
    margin: 0 0 0 0;
    padding: 15px 12px;
    border: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    color: #818181;
    font-family: 'Raleway';
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
}

.ninja-forms-form input[type='submit'] {
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 39px;
    margin: 0;
    padding: 0 23px;
    border: 2px solid #303030;
    color: #ffffff;
    border-color: #91b2c3;
    background-color: #91B2C3;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: none;
    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
}

.page_header ul.cml_flags > li, .page_header ul.cml_widget_flag > li {
    margin: 0 5px;
}

.header_top {
    height: 36px;
}

.image_hover .images_holder  {
    display: block!important;
}

.image_hover img {
    width: 100%;
    height: auto;
    display: block;
    max-width: none!important;
}

@media (max-width: 768px) {
	#be-widget-fdm {
		bottom: 0!important;
		top: auto!important;
	}

    .pika-single.is-bound {
      top: auto!important;
      bottom: 47px!important;
    }
	
	header.page_header {
		padding-top: 0!important;
	}
}

@media (min-width: 768px) {
.scroll_header_top_area .header_inner {
	padding-top: 66px;
}
}