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

header li.menu-item-gtranslate {
  margin-top: 34px !important;
}
li.menu-item-gtranslate select {
  padding: 3px 5px;
  background: transparent;
  color: #fff;
  border-color: #fff;
}
li.menu-item-gtranslate select option {
  color: #000;
}
header.scrolled li.menu-item-gtranslate {
  margin-top: 16px !important;
}
header.scrolled li.menu-item-gtranslate select {
  color: #000;
  border-color: #000;
}
.side_menu_button > a {
  font-size: 16px !important;
}
.side_menu_button > a.search_button {
  vertical-align: unset !important;
}
h3 {
  word-break: break-word;
}
@media screen and (max-width: 1375px) {
  nav.main_menu > ul > li > a {
    padding: 0;
  }
  nav.main_menu > ul > li > a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1001px) {
  header li.menu-item-gtranslate {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  li.menu-item-gtranslate select {
    color: #000;
    border-color: #000;
  }
}
@media screen and (max-width: 767px) {
  .reverse-column, .reverse-column .full_section_inner {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .no-padding .q_elements_item_content {
    padding: 20px 0px !important;
  }
}
