/*
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.9
Template: bridge
*/
@import url('../bridge/style.css');

.hide_me {
	display:none !important;
}

/* Header */

.header_top .center ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.header_top .center li {
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.header_top .center li a {
  color: #fff;
  text-decoration: none;
}

.header_top .center .widget {
  line-height: 1;
  vertical-align: middle;
  padding: 0;
}

.header_top .center {
  text-align: center;
}

.header_top {
  height: 60px;
  line-height: 60px;
}

header.menu_bottom .header_inner_left {
  margin: 40px 0 20px;
  /* height: 250px; */
  display: flex;
  align-items: center;
}

header.menu_bottom .logo_wrapper {
  width: 33.34%;
  display: inline-block;
}

header.menu_bottom.sticky .header_inner_left {
  margin: 0;
}

.header_fixed_right_area img {
  /* height: 100%!important; */
  width: 100%;
}

.header_menu_bottom {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  height: 60px;
}

.sticky .header_menu_bottom {
  border-top: 0;
  border-bottom: 0;
}

.header_menu_bottom .menu-item a {
  font-weight: 500;
}

header:not(.centered_logo) .header_fixed_right_area {
  line-height: initial;
  position: relative;
  width: 66.67%;
}

.header_top .wpml-ls-legacy-dropdown li {
  width: auto !important;
}

.header_top .wpml-ls-legacy-dropdown > ul > li > a {
  padding-right: 0 !important;
}

.header_top .wpml-ls-legacy-dropdown ul li a {
  font-size: 11px !important;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
}

.header_top .wpml-ls-legacy-dropdown ul li:hover a {
  color: #fff;
  background-color: transparent;
}

.header_top .wpml-ls-legacy-dropdown > ul > li > a:after {
  right: -14px;
}

.header_top .wpml-ls-legacy-dropdown ul ul {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.header_top .wpml-ls-legacy-dropdown ul ul li a span {
  color: #000 !important;
}

.mobile_menu_button i {
  font-size: 30px;
}

@media all and (max-width: 1000px) {
  .header_menu_bottom {
    display: none;
  }

  .header_bottom {
    padding: 0;
  }
}

@media all and (max-width: 500px) {
  header.menu_bottom.has_header_fixed_right .mobile_menu_button {
    padding-left: 10px;
  }
}

/* Footer */
.footer_top .widget_nav_menu li {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 20px;
}

.footer_top h5 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
}

.footer_top .qode-news-layout1-widget .qode-layout1-item {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid;
}

.footer_top .qode-news-layout1-widget .qode-layout1-item:last-child {
  border-bottom: none;
}

.footer_top p {
  font-size: 12px;
  line-height: 1.5;
}

.footer_top .qode-layout1-item .qode-post-excerpt-holder {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.footer_top .qode-layout1-item .qode-post-info-date {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.footer_top .qode-layout1-item .qode-post-info-date a,
.footer_top .qode-layout1-item .qode-post-info-date a i {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Events Calendar */

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type='submit'],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'],
.tribe-events-calendar
  td.tribe-events-present
  div[id*='tribe-events-daynum-']
  > a {
  background-color: #957651;
}

.tribe-events-page-title {
  font-weight: 600;
  letter-spacing: 0;
}

/* Custom styles */

.qode-btn.qode-btn-solid {
  background-color: #957651;
}

.qode-btn.qode-btn-solid:not(.qode-btn-custom-hover-bg):hover {
  background-color: #222 !important;
}

.blog_single .qode-post-info-after-title {
  margin-bottom: 44px;
}

.blog_single article .qode-post-info-after-title > div {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  margin-right: 3px;
}

.blog_single article .qode-post-text-main {
  font-size: 16px;
  color: #545454;
}

.blog_single article .qode-post-info-after-title > div a:hover {
  color: #353535;
}

.blog_single article .qode-post-info-after-title > div:last-child {
  padding-right: 0;
  margin-right: 0;
}

.blog_single article .qode-post-info-after-title > div i {
  color: #c6c6c6;
  font-size: 17px;
  margin-right: 3px;
  position: relative;
  top: 3px;
}

.blog_single article .qode-post-info-after-title > div a {
  color: inherit;
}

.qode-show-numbers .qode-layout1-item:after {
  color: #e5cb8e;
}

.qode-layout3-item .qode-post-title a {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.qode-layout3-item .qode-post-title a:hover {
  color: #957651;
}

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 {
  padding: 11px;
}

a.readmore {
  color: #fff;
  background: #957651;
  font-size: 15px;
  line-height: 15px;
  text-transform: none;
  font-style: normal;
  letter-spacing: -0.3px;
  border-radius: 0px;
  padding: 13px 20px;
  display: inline-block;
  position: relative;
  outline: 0;
  font-weight: 500;
  font-family: inherit;
  transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  box-sizing: border-box;
}

a.readmore:hover {
  background-color: #222;
}

.readmore-wrapper {
  position: relative;
}

.readmore-content {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.readmore-anchor {
  text-align: center;
  padding-top: 20px;
  -webkit-box-shadow: 0px -10px 15px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px -10px 15px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px -10px 15px 0px rgba(255, 255, 255, 1);
  z-index: 2;
  position: relative;
}

.readmore-wrapper.open .readmore-content {
  max-height: 100%;
}

.readmore-wrapper.open .readmore-anchor {
  display: none;
}

.full-image img,
.full-image .qode-layout3-item .qode-news-item-image-holder {
  width: 100%;
}

.qode-layout2-item .qode-news-item-image-holder {
  width: 33%;
}

.qode-layout2-item .qode-ni-content {
  margin-top: 0;
}

/* home banner shortcode */
.home-banner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: top;
  margin-left: -10px;
  margin-right: -10px;
}

.home-banner-wrapper .first {
  width: 75%;
  display: inline-block;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}

.home-banner-wrapper .second {
  width: 25%;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}

.home-banner-wrapper .qode-layout3-item {
  height: 0;
  padding: 0 0 66%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  display: block;
  position: relative;
}

.home-banner-wrapper .second .qode-layout3-item {
  margin-bottom: 15px;
  padding: 0 0 65.7%;
}

.home-banner-wrapper .second .qode-layout3-item.last {
  margin-bottom: 0;
}

body .first .qode-layout3-item > a,
body .second .qode-layout3-item > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.qode-instagram-feed.qodef-scale-with-dark-overlay a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.qode-instagram-feed.qodef-scale-with-dark-overlay a img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}

/* Categories */
.category .content {
  margin-top: 0 !important;
}

@media all and (max-width: 1000px) {
  .home-banner-wrapper .first {
    width: 100%;
  }

  .home-banner-wrapper .second {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }

  .home-banner-wrapper .second .qode-layout3-item {
    margin-bottom: 0;
    padding: 0 0 20%;
    width: 32%;
  }
}

@media all and (max-width: 768px) {
  .home-banner-wrapper .first {
    width: 100%;
  }

  .home-banner-wrapper .second {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }

  .home-banner-wrapper .second .qode-layout3-item {
    margin-bottom: 15px;
    padding: 0 0 30%;
    width: 100%;
  }
}

@media all and (max-width: 600px) {
  .home-banner-wrapper .second {
    flex-wrap: wrap;
  }

  body .home-banner-wrapper .second .qode-layout3-item {
    margin-bottom: 20px;
    padding-bottom: 74.2%;
    width: 100%;
  }

  .home-banner-wrapper .qode-layout3-item .qode-post-title,
  .home-banner-wrapper .qode-layout3-item .qode-post-title a {
    font-size: 20px;
    line-height: 30px;
  }
}

@media all and (max-width: 480px) {
  .qode-layout3-item .qode-ni-content {
    display: block !important;
  }

  .qode-layout3-item .qode-post-title {
    font-size: 22px;
    line-height: 26px;
  }

  div.alignright {
    float: left;
    margin: 0 0 20px 0;
  }


}

/* Popup */
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

#popup .popup_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 460px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  border-radius: 10px;
}

#popup.active {
  /* display: block; */
}

a.closepopup {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 100;
}

/* Advertisements */
.custad_wrapper {
  text-align: center;
}

.sidebar .custad_wrapper,
.left-ad .custad_wrapper {
  text-align: left;
}

.custad_wrapper .mobile {
  display: none;
}


@media all and (max-width: 768px) {
  .custad_wrapper .desktop {
    display: none;
  }

  .custad_wrapper .mobile {
    display: inline-block;
  }
}

/* Custom Styles */
.qode-news-holder .qode-post-info-date a,
.qode-news-holder .qode-post-info-author,
.qode-news-holder .qode-post-info-comments-holder a,
.q_dropcap,
.qode-slider1-owl .owl-dots .owl-dot .qode-slider1-pag-date,
.qode-news-single-news-template
  .qode-comment-holder
  .qode-comment-text
  .qode-comment-date {
  font-family: 'Vollkorn', serif;
}

p {
  letter-spacing: -0.6px;
}

.q_dropcap.normal {
  font-weight: normal;
  height: 46px;
}

.drop_down .second {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

body.archive .content .container .container_inner {
  padding-bottom: 80px;
}

.content_bottom
  .widget_text.widget.widget_custom_html
  .textwidget.custom-html-widget {
  text-align: center;
  padding: 26px 0;
  border-top: 1px solid #000;
}

.qode-instagram-feed li {
  margin: 0 !important;
  padding: 0 !important;
}

.wpb_widgetised_column .widget a,
.wpb_widgetised_column .widget li,
.wpb_widgetised_column a {
  font-weight: inherit;
}

.qode_tweet_text {
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 21px;
  border-bottom: 1px dotted #a9a9a9;
  padding-bottom: 25px;
  padding-top: 12px;
}

.qode_twitter_widget li:last-child .qode_tweet_text {
  border-bottom: none;
  margin-bottom: -18px;
}

.video-sidebar {
  margin-bottom: 49px;
}

.qode_tweet_text a {
  color: #582ff2 !important;
}

.wpb_widgetised_column .widget > h5,
aside .widget > h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.footer_top .qode-news-layout1-widget .qode-layout1-item,
.footer_top .qode-news-layout1-widget > h5 {
  border-bottom: none;
}

.footer_top .qode-news-layout1-widget > h5 {
  padding-bottom: 4px;
}

.footer_top .qode-news-layout1-widget .qode-layout1-item {
  padding-top: 17px !important;
  padding-bottom: 19px !important;
}

.footer_top .qode-news-holder .qode-post-info-date a i,
.footer_top .qode-news-holder .qode-post-info-date a {
  color: #c6c6c6 !important;
}

.footer_top h5 {
  margin: 0 0 27px;
}

.footer_top .widget_nav_menu ul li {
  padding: 3px 0 19px;
}

.footer_top .comment-author-link {
  letter-spacing: -0.6px;
}

.wpb_widgetised_column.wpb_content_element .qode-instagram-feed li,
aside .widget .qode-instagram-feed li {
  margin: 0px 0px 6px 0px !important;
  padding: 0px 3px !important;
}

.wpb_widgetised_column.wpb_content_element .qode-instagram-feed,
aside .widget .qode-instagram-feed {
  margin-left: -3px;
  margin-right: -3px;
}

.latest-post-sidebar {
  margin-bottom: -25px;
}

.latest-post-sidebar-2 {
  margin-bottom: -16px;
}

@media only screen and (max-width: 1750px) {
  .qode-slider1-item .qode-blog-share {
    display: none;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 769px) {
  h1,
  h1 a {
    font-size: 50px;
    line-height: 66px;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_top .column_inner > div {
    margin: 0 0 0px !important;
  }
}
div.wpcf7 .ajax-loader {
  display: none;
}
.header_inner_right .two_columns_form_without_space {
  max-width: 330px;
}

.drop_down .second .inner .widget {
  padding: 0;
}
.drop_down .wide .second ul li {
  padding: 0;
}
.drop_down .wide .second ul {
  padding: 15px 0;
  margin: 0 -15px;
}
.drop_down .wide .second ul li {
  border: none;
}



@media only screen and (min-width: 1024px) {
  .drop_down .wide .second ul li.qode-one-column-dropdown {
    width: 950px;
  }
}
@media only screen and (min-width: 1200px) {
  .drop_down .wide .second ul li.qode-one-column-dropdown {
    width: 1100px;
  }
}
@media only screen and (min-width: 1500px) {
  .qode_grid_1400 .drop_down .wide .second ul li.qode-one-column-dropdown {
    width: 1400px;
  }
}

.header_bottom_right_widget_holder {
  padding: 0 0 0 17px;
}

.drop_down .second .inner ul li.sub a i.q_menu_arrow {
  font-size: 15px;
  color: #202020;
}
li.narrow .second .inner ul {
  box-shadow: 6px 10px 29px 0px rgba(0, 0, 0, 0.14);
}
.header_fixed_right_area > div {
  display: inline-block;
}
.header_fixed_right_area > div:first-child {
  /* padding-right:70px; */
}

.category .blog_holder article .post_info {
  font-family: 'Vollkorn', serif;
  color: #545454;
}

.category .blog_holder article .post_info a {
  color: #545454;
}

.category .blog_holder article .post_text h2 .date {
  display: none;
}

.category .blog_holder article .post_info .dots {
  padding: 0 10px;
}
.main_menu > ul > li > .second > .inner {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

header.sticky .header_bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.drop_down .narrow .second .inner ul li a {
  padding-left: 28px;
}

li.narrow .second .inner ul {
  padding: 14px 0;
}

.drop_down .second .inner ul li ul {
  top: -14px;
}

.header_top_bottom_holder .header_top .wpml-ls-legacy-dropdown {
  width: 7.5em;
}

.header_top_bottom_holder
  .header_top
  .header-widget.header-left-widget:first-child
  p {
  padding-left: 0;
}

.drop_down .wide .second ul {
  padding: 30px 0;
}
@media screen and (max-width: 1000px) {
  .header_bottom_right_widget_holder div.wpcf7 {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .sticky nav.main_menu > ul > li > a {
    padding: 0 14px;
  }
}

@media screen and (max-width: 1200px) {
  .sticky .header_bottom_right_widget_holder div.wpcf7 {
    display: none;
  }
}

.drop_down .second .inner .qode-layout1-item .qode-post-info-date {
  margin-bottom: 0;
}

.qode-layout1-item .qode-post-image,
.qode-layout3-item .qode-post-image {
  /* width: 100%;
    height: 0;
    padding: 0px 0 60%;
    overflow: hidden; */
}

.qode-layout1-item .qode-news-item-image-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.qode-news-holder .qode-layout1-item .qode-post-image img {
  object-fit: cover;
  display: inline-block;
  object-position: center center !important;
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.qode-post-image a {
  width: 100%;
  height: 0;
  display: block;
  padding: 0 0 60%;
}

.qode-layout2-item .qode-post-image a {
  padding: 0 0 100%;
}

.qode-news-holder .qode-post-image img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.qode-layout3-item .qode-news-item-image-holder {
  width: 100%;
}

.subtitle {
  margin: 10px 0 20px;
  font-weight: 300;
  text-transform: none;
  font-family: 'Work Sans', sans-serif;
}

/* mailchimp */
.mc4wp-form input[type='email'] {
  border-radius: 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;
  -webkit-appearance: none;
  padding: 11px;
  margin: 0;
  border: 1px solid #dedede;
  width: 100%;
  font-family: Raleway, sans-serif;
}

.mc4wp-form input[type='submit'] {
  color: #ffffff;
  font-size: 15px;
  line-height: 41px;
  height: 41px;
  font-style: normal;
  font-weight: 600;
  background-color: #957651;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  letter-spacing: -0.3px;
  text-transform: none;
  border-width: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.mc4wp-form input[type='submit']:hover {
  background-color: #222222;
}










.pum-content.popmake-content .wpb_column img {
    max-width: 100%;
    width: 100%;
	min-width: 500px;
}
@media (max-width:540px) {
	.pum-content.popmake-content .wpb_column img {
		min-width: 500px;
	}
}