/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 10.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
@media only screen and (max-width: 1105px) and (min-width: 1001px) {
nav.main_menu>ul>li>a { 
padding: 0 11px!important; 
} 
}

div.wpcf7-response-output.wpcf7-mail-sent-ok{
    background-color:#d8a03e!important;
}
#CHECKFRONT_WIDGET_01{
    margin-bottom:30px;
}
.book_now_container{
    width:100%!important;
}
.blog_single.blog_holder {
    max-width: 800px;
}
#respond input[type="text"], #respond input[type="email"], #respond textarea, .contact_form input[type="text"], .contact_form textarea{
    font-family:sans-serif!important;
}
.header_top .left, .header_top .right {
    display:none;
}

nav.main_menu.left_side > ul > li:first-child > a{
   display:none;
}
.sticky nav.main_menu.left_side > ul > li:first-child > a{
   display:inline-block;
}

.callback_modal_overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display:none;
}

.callback_modal_form {
    left: 50%;
    margin-left: -160px;
    position: absolute;
    top: 50%;
    width: 320px; 
    margin-top:-150px;
}


.callback_modal_form_content {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 20px;
}

.callback_modal_form_close {
    border-radius: 40px;
    cursor: pointer;
    height: 31px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 31px;
}

.date_input {
    position: relative;
}

.date_input_icon {
    padding-right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-43%);
    right:0;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.ui-datepicker-calendar td {
    border: 1px solid #fff;
    padding: 3px 9px;
}
.ui-datepicker-current-day {
    background: #eee none repeat scroll 0 0;
}

.ui-datepicker-title {
    text-align: center;
    font-weight: 700;
}
.ui-datepicker-calendar th{
   font-weight:500;
}

.ui-datepicker-header > a.ui-corner-all {
    border-style: solid;
    cursor: pointer;
    height: 0 !important;
    top: 14px !important;
    width: 0 !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 1.7em;
}

.ui-datepicker-prev {
    border-color: transparent #666 transparent transparent;
    border-width: 8px 8px 8px 0;
    left: 6px;
    position: absolute;
}

.ui-datepicker-next {
    border-color: transparent transparent transparent #666;
    border-width: 8px 0 8px 8px;
    right: 6px;
    position: absolute;
}

.ui-icon.ui-icon-circle-triangle-e {
    background-image: url("/wp-content/themes/bridge/css/img/frame_arrow_right.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    margin-right: 5px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 30px;
}

.ui-icon.ui-icon-circle-triangle-e:hover{
    background-image: url("/wp-content/themes/bridge/css/img/frame_arrow_right_hover.png");
}

.ui-icon.ui-icon-circle-triangle-w {
    background-image: url("/wp-content/themes/bridge/css/img/frame_arrow_left.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    margin-left: 5px;
    position: absolute;
    left: 0;
    text-indent: -9999px;
    width: 30px;
}

.ui-icon.ui-icon-circle-triangle-w:hover {
    background-image: url("/wp-content/themes/bridge/css/img/frame_arrow_left_hover.png");
}

#callback_modal{
    bottom: 35px;
    color: #cdcdcd;
    height: auto;
    margin: 0;
    position: fixed;
    right: 25px;
    transition: all 0.3s ease 0s;
    z-index: 10000;
}

#callback_modal span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #e8e8e8;
    border-radius: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    width: 52px;
    text-align:center;
}

#callback_modal span i {
    color: #d8a03e;
    font-size: 22px;
    line-height: 52px;
}

#callback_modal span::before {
  animation: 1.5s ease-out 0s normal none infinite pulse;
  border: 2px solid #d8a03e;
  border-radius: 100%;
  content: " ";
  height: 60px;
  left: -6px;
  opacity: 0.5;
  position: absolute;
  top: -6px;
  transform: scale(1);
  width: 60px;
}

@-webkit-keyframes pulse
  {      
    0% {-webkit-transform: scale(1); opacity: 0;}
    8% {-webkit-transform: scale(1); opacity: 0;}
    15% {-webkit-transform: scale(1.1); opacity: 1;}
    30% {-webkit-transform: scale(1.2); opacity: 1;}
    100% {opacity: 0; -webkit-transform: scale(1.5);}
  }

  @-moz-keyframes pulse
  {      
    0% {-moz-transform: scale(1); opacity: 0;}
    8% {-moz-transform: scale(1); opacity: 0;}
    15% {-moz-transform: scale(1.1); opacity: 1;}
    30% {-moz-transform: scale(1.2); opacity: 1;}
    100% {opacity: 0; -moz-transform: scale(1.5);}
  }

.custom_lang_switcher {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    padding: 0 8px 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 150;
}

.custom_lang_switcher a{
    text-transform:uppercase;
    color:#fff;
}
@media (min-width: 320px) {

.title_outer.title_without_animation {
    position: relative;
}

.mc4wp-form-fields .two_columns {
    width: 100%;
}

.mc4wp-form-fields .two_columns .column1 {
    box-sizing: border-box;
    float: left;
    margin-bottom:15px;
    width: 100%;
}

.mc4wp-form-fields .two_columns .column2 {
    box-sizing: border-box;
    float: left;
    margin-bottom:15px;
    width: 100%;
}
/*
.mc4wp-form-fields .two_columns .column_inner > input {
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    color: #777;
    line-height: 17px;
    padding: 15px;
    width: 100%;
    font-family:'Open sans',sans-serif;
}
.mc4wp-form-fields .two_columns .column_inner > input[type="submit"] {
    border: 2px solid #fff !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: block;
    height: 49px !important;
    padding: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
    word-break: normal;
    font-family:'Open sans',sans-serif;
    text-transform:uppercase;
    font-weight:500;
    background:transparent;
}

.mc4wp-form-fields .two_columns .column_inner > input[type="submit"]:hover {
    background-color:#d8a03e!important;
    border: 2px solid #d8a03e!important;
    border-radius: 4px;
    color: #fff!important;
}
*/
.paddingseparator,.paddingseparator2{
    padding-top:15px!important;
    padding-bottom:15px!important;
}
.padding, .padding2{
    padding-top:30px!important;
    padding-bottom:30px!important;
}
.footer_bottom .textwidget{
display:inline;
}

.custom_lang_switcher--footer {
    display: inline;
}
.custom_lang_switcher--footer a{
    text-transform:uppercase;
    color:#fff;
}
.custom_lang_switcher{
display:none;
}
#callback_modal{
display:none;
}
.search_input {
    display: block;
    height: 49px !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
    word-break: normal;
    margin-top:5px!important;
    border:2px solid #000!important;
    color:#000!important;
    padding: 0!important;
    border-radius: 4px!important;
}
.search_input:hover{
    background-color:#d8a03e!important;
    border: 2px solid #d8a03e!important;
}

.mp_booking_form_container {
    background: #f6f6f6 none repeat scroll 0 0;
    bottom: 0;
    padding: 20px 15px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 100000;
    box-sizing: border-box;
}

.mp_booking_form_wrapper{
    overflow:hidden;
}
  

.main_select {
    width: 100% !important;
    height:49px;
    border-radius:4px;
  }

.datepicker.hasDatepicker {
    width: 100% !important;
    min-width: 100%;
    padding-left: 15px !important;
    border-right: 1px solid #ccc !important;
    border-radius:4px;
}

.widget_qode_instagram_widget{
display:none;
}
}
@media (min-width: 768px) {

.single-post .two_columns_75_25 .column1{
    width:70%;
}
.single-post .two_columns_75_25 .column2{
    width:30%;
}
.mc4wp-form-fields .two_columns .column1 {
    box-sizing: border-box;
    float: left;
    padding: 0 15px 0 0;
    width: 80%;
}

.mc4wp-form-fields .two_columns .column2 {
    box-sizing: border-box;
    float: left;
    width: 20%;
}
.padding2{
    padding-top:90px!important;
    padding-bottom:30px!important;
}
.paddingseparator2{
    padding-top:60px!important;
    padding-bottom:60px!important;
}
.paddingseparator{
    padding-top:30px!important;
    padding-bottom:30px!important;
}
.padding{
    padding-top:60px!important;
    padding-bottom:60px!important;
}
.custom_lang_switcher{
display:block;
}
#callback_modal{
display:block;
}
.widget_qode_instagram_widget{
display:block;
}
.search_input {
    margin-top:4px!important;
    border: 2px solid #fff!important;
    color: #fff!important;
    width: 95%!important;
    padding: 0!important;

  }

.mp_booking_form_container {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    bottom: 0;
    padding: 20px 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100000;
    left:0;
    right:0;    
}

.mp_booking_form_container.mp_booking_form_container_inner_page {
    position: absolute;  
    overflow:hidden;
}

.mp_booking_form_container .four_columns > .column1 , .mp_booking_form_container .four_columns > .column2 , .mp_booking_form_container .four_columns > .column3, .mp_booking_form_container .four_columns > .column4{
    width:28%!important;
}

.mp_booking_form_container .four_columns > .column4{
    width:16%!important;
}

/*.mp_booking_form_container .four_columns > .column1 > .column_inner, .mp_booking_form_container .four_columns > .column2 > .column_inner, .mp_booking_form_container .four_columns > .column3 > .column_inner, .mp_booking_form_container .four_columns > .column4 > .column_inner{
    padding:0px;
}*/
.mp_booking_form_container_inner_page .three_columns > .column1, .mp_booking_form_container_inner_page .three_columns > .column2
{
    width:40%;
}
.mp_booking_form_container_inner_page .three_columns > .column3{
    width:20%;
}
.mp_booking_form_wrapper.section_inner {
    margin: auto;
    max-width: 1200px;
    padding: 0 15px;
}
  .main_select {
    width: 100% !important;
  }

.datepicker.hasDatepicker {
    width: 100% !important;
    min-width: 100%;
    line-height:19px!important;

}
}

.title_without_animation.with_image{
    position:relative;
}

#categories-8 ul li:first-child {
display: none;
}
#commentform [name="url"] {
display: none;
}
.wv-mailchimp-submit {
    display: inline-block;
    width: 100%;
    height: 43px;
    line-height: 39px;
    margin: 0;
    padding: 0;
    border: 2px solid #FFF;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    color: #FFF;
    cursor: pointer;
    outline: 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 4px;
    background-color: transparent;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    box-sizing: border-box;
}
.wv-mailchimp-submit:hover {
    border-color: #d8a03e;
    background-color: #d8a03e;
}
.wv-mailchimp-input {
    border: 2px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    color: #777;
    line-height: 20px;
    padding: 9px 15px;
    width: 100%;
    font-family: 'Open sans',sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #FFF;
}


@media (min-width: 1200px) {
.column1_mailchimp-ru {
width: 70% !important;
}
.column2_mailchimp-ru {
width: 30% !important;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.column1_mailchimp-ru {
width: 60% !important;
}
.column2_mailchimp-ru {
width: 40% !important;
}
}

.full_width {
position: relative !important;
}

body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single, body .gform_wrapper .gf_progressbar_percentage, body .gform_wrapper .gf_step, body .gform_wrapper .gf_step span.gf_step_number, body .gform_wrapper .gfield_description, body .gform_wrapper input[type=submit], body .gform_wrapper input[type=button], body .gform_wrapper input[type=reset], body .gform_wrapper input[type=email], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper select, body .gform_wrapper textarea { 
font-family: 'Open sans' !important;
}

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
font-family: 'Open sans' !important;
}
@media only screen and (max-width: 480px) {
a#fi_form {
    margin-top: 20px !important;
}
#fi_section .wpb_wrapper .wpb_text_column.wpb_content_element, #fi_section .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper, #fi_section .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper .book_surfschool {
    display: block;
    margin-top: 10px;
}
}
.icon_holder img, .q_icon_animation img {
    margin-top: -15px;
}