/*
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 */
/*.title.has_background,
.title.has_fixed_background {
  background-color: #000; 
}*/
.title.has_fixed_background {
  background-size: cover !important;
}

.content.content_top_margin {
  /*margin-top: 203px !important;*/
}
@media only screen and (min-width: 1001px) {
  .home .content.content_top_margin {
    margin-top: 203px !important;
  }
}

.overlay h2, .overlay h3, .overlay p {
  color: #fff;
}
.overlay h3 {
  margin: 0 0 30px;
  line-height: 1.6;
}
.overlay p {
  margin: 30px 0;
  line-height: 1.8;
}
.overlay .qbutton {
  margin-top: 30px;
}

/* slider */
.slider * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slide {
  position: relative;
  /*min-height: 100px;*/
  background-size: cover;
  background-position: center;
}
.slide a.slide-image-link {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  padding-bottom: 50%;
}
.slide-data {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  color: #fff;
  background: rgba(255,255,255,0.9);
  background: #f5f5f5;
  color: black;
  padding: 20px;
  line-height: 1.25;
}
.slide-data * {
  color: #fff;
  color: black;
}
.slide-data p {
  font-size: inherit;
  line-height: inherit;
}
.slider .event-date {
  font-size: 1.5rem;
}
.slider .buttons {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.slider .buttons a {
  display: block;
  width: 48%;
  padding: 10px 1%;
  background: #000;
  color: white;
  border: solid 2px #000;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.slider .buttons a:hover {
  background: white;
  color: #000;
}
.slider .buttons a.buy-tickets {
  background: #e2b41d;
  border-color: #e2b41d;
  color: #000;
}
.slider .buttons a.buy-tickets:hover {
  background: white;
  border-color: #000;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  font-size: 50px;
  color: rgba(255,255,255,.6);
}
.slider .slick-prev,
.slider .slick-next {
  opacity: 0;
}
.slider:hover .slick-prev,
.slider:hover .slick-next {
  opacity: 1;
}
.slider .slick-prev {
  left: 15px;
}
.slider .slick-next {
  right: 15px;
}
.slide-content, .slider .buttons {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .slide-data {
    font-size: 16px;
  }
  .slide-content {
    float: left;
    width: 66.67%;
  }
  .slider .buttons {
    float: left;
    width: 33.33%;
    margin-top: 0;
    /*font-size: 16px;*/
  }
}
@media only screen and (min-width: 1200px) {
  .slide a.slide-image-link {
    padding-bottom: 40%;
  }
  .slide-data {
    padding: 20px 5rem;
  }
}

/* teams and events */
.teams-events .gallery_holder ul li {
  float: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px;
  width: 12.5%;
  text-align: center;
  vertical-align: middle;
}
.teams-events .gallery_holder ul li a {
  overflow: visible;
}
.teams-events .gallery_holder ul li img {
  max-height: 150px;
  width: auto;
  margin: 0 auto;
}
.teams-events .gallery_holder ul li .gallery_hover {
  display: none;
}
@media only screen and (max-width: 768px) {
  .teams-events .gallery_holder ul li {
    width: 25%;
  }
}


.footer-logos img {
  vertical-align: middle;
}

.latest_post_two_holder .post_info_author {
  display: none;
}

.latest_post_two_holder .latest_post_two_text {
  padding: 28px 33px;
}
.latest_post_two_holder .latest_post_two_info {
  padding: 18px 33px 18px;
}

@media only screen and (max-width: 768px) {
  .latest_post_two_holder .latest_post_two_text {
    padding: 23px 28px;
  }
  .latest_post_two_holder .latest_post_two_info {
    padding: 8px 28px 18px;
  }
}

/* Events */
.events .event-image {
  overflow: hidden;
}
.events .event {
  margin: 0 10px;
}
.events .event-image a {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -ms-transition: -ms-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.events .event-image a:hover {
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}
.events .event-content {
  padding: 5px 0px;
}
.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
}
.slick-prev {
  left: -30px;
  z-index: 1;
}
.slick-next {
  right: -30px;
}
.slick-prev:before, .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #000;
}
.slick-next:before {
  content: "\F054";
  content: "\f105";
}
.slick-prev:before {
  content: "\F053";
  content: "\f104";
}

/* News */
.latest_post_holder.boxes > ul > li .latest_post {
  padding: 14px 10px 10px;
}


/* AMAN */
.wpb_text_column h2 {
  margin-bottom: 30px;
}
.wpb_text_column p, .wpb_text_column ul {
  margin: 1em 0;
}
sup {
  vertical-align: super;
}
/* AMAN ENDS */

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text{
  text-align:center;
}

div.wpcf7 img.ajax-loader {
  display: block;
  margin: 0 auto;
}

.q_icon_with_title.tiny .icon_text_holder {
  padding: 0 22px 0 30px;
}

@media only screen and (mix-width: 1001px) {
  header.fixed_hiding.centered_logo .header_inner_left {
    margin: 14px 0;
  }
}

header.fixed_hiding.centered_logo .side_menu_button {
  height: 60px;
}

header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a{
  opacity: 1;
}

.carousel-inner h2.with_title_border span{
  padding: 0.3em 0.5em;
}

.q_dropcap{
  margin: 0px 18px 0px 0px;
}
@media only screen and (max-width: 1000px){
  .title.title_size_large h1 span {
    font-size: 40px;
    display: block;
  }

  .title.title_size_large h1 {
    line-height: 1.5em!important;
    letter-spacing: 10px;
  }

  .subtitle {
    font-size: 22px;
    line-height: 1.6em;
  }

  .title.title_size_medium h1 {
    font-size: 35px;
    line-height: 1.2em!important;
    letter-spacing: 7px;
  }
  header.fixed_hiding.centered_logo .header_inner_left {
    margin: 10px 0 !important;
    display: table;
    width: 100%;
  }
  header.fixed_hiding.centered_logo.fixed_hiding .header_inner_left, header.fixed_hiding .q_logo_hidden a {
    height: 60px;
  }
}

@media only screen and (max-width: 700px){
  .title.title_size_large h1 span {
    font-size: 35px;
  }

  .title.title_size_large h1 {
    letter-spacing: 7px;
    line-height: 0.7em;
  }

  .subtitle {
    display: none;
  }

  .title.title_size_medium h1 {
    font-size: 22px;
    line-height: 1.2em!important;
    letter-spacing: 5px;
  }
}

.carousel-inner .slider_content .text .qbutton {
  margin: 10px 9px 0px 0;
  padding: 6px 34px;
}

.testimonials_holder .flex-direction-nav li {
  margin-top: 54px;
}

.footer_top .three_columns>.column2>.column_inner {
  padding: 0;
}

.footer_top .three_columns>.column2>.column_inner > div {
  margin: 0;
}

.comments .comment .text .comment_date {
  font-size: 13px;
  font-weight: 600;
  color: #303030;
}

.comments .comment .text .text_holder {
  margin: 13px 0 0;
}

.comment_holder .comment {
  padding: 34px 25px 37px;
  background-color: #f9f9f9
}

.blog_holder article .post_text .post_text_inner {
  padding: 35px 36px 41px;
}

.blog_holder article .post_more .qbutton.small {
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}
.light.dp_pec_wrapper .dp_pec_options_nav {
  visibility: hidden !important;
  border-bottom: 0px !important;
  background: none !important;
}
.light.dp_pec_wrapper {
  border: 1px solid #E6E6E6;
  border-bottom: 1px solid #E9E9E9;
  background: #e8e8e8 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.dp_pec_content {
  margin-top: -23px;
}
header.fixed_hiding.centered_logo .header_inner_left {
  margin: 10px 0 !important;
  display: table;
  width: 100%;
}
.footer_top, .footer_top.footer_top_full {
  padding-top: 100px;
  padding-bottom: 100px;
}
.title.title_size_medium h1 {
  font-size: 65px;
  line-height: 86px;
  font-weight: 600;
  letter-spacing: 9px;
  padding-top: 90px;
}
.blog_holder.blog_single article .post_text h2 .date {
  color: #c1a005 !important;
}
.footer_top {
  background-color: #000000 !important;
}
.footer_top .container {
  background-color: #000000 !important;
}
.footer_bottom_holder .content .container {
  background-color: #1e1e1e !important;
}
ul li {
  /*
   * We want the bullets outside of the list,
   * so the text is aligned. Now the actual bullet
   * is outside of the list’s container
   */
  list-style-position: outside;

  /*
   * Because the bullet is outside of the list’s
   * container, indent the list entirely
   */
  margin-left: 1em;
}

ul li {
  margin-bottom: .5em;
}
.days-w.block-w li {
  margin-left: 0em;
}
ul#countdown {
  margin-left: -20px;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #e2b41d !important;
}

.test-text p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/*media calls*/

@media only screen and (max-width: 900px) {

  .holeder_for_hidden_menu {
    display: none;
  }
  h4.q_slide_subtitle {
    color: #ffffff;
    font-size: 36px !important;
    line-height: 40px;
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    margin-top: -200px;
    letter-spacing: 0px;
  }
  .title.title_size_medium h1 {
    font-size: 35px !important;
    line-height: 46px !important;
    font-weight: 600;
    letter-spacing: 9px;
    padding-top: 0px !important;
  }

}
