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

.rtb-booking-form {
padding-bottom: 100px;
}

button {
  background-color: #ee6f59;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

button:hover {
  background-color: ##D4624E !important;
}

.qode-btn {
  border-radius: 2px;
}

#sb_instagram .sbi_follow_btn a {
  background: #ee6f59;
  text-transform: uppercase;
}

#sb_instagram #sbi_load .sbi_load_btn {
  text-transform: uppercase;
}

.white-text {
  color: #ffffff;
}

.light-shadow {
    text-shadow: 0.01em 0.01em 0.1em rgba(0,0,0,0.5);
}

.q_icon_with_title .icon_title_holder .icon_holder>span {
  top: -5px;
}

.footer-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media only screen and (max-width: 600px) {
.qode-restaurant-menu-list .qode-rml-label-holder {
    float: right !important;
    width: initial !important;
}
.qode-restaurant-menu-list .qode-rml-description-holder {
    word-wrap: break-word;
    width: 80%;
}
}

@media only screen and (min-width: 1000px) and (max-width: 1120px) {
  nav.main_menu>ul>li>a {
    padding: 0 8px !important;
  }
}
