/*
Theme Name:     OpenTravel
Theme URI:      http://hammersmithdesigns.com
Description:    Child theme for devdmbootstrap3
Author:         Heather Locke
Author URI:     http://www.hammersmithdesigns.com
Template:       devdmbootstrap3
Version:        0.1.1
*/
@import url("../devdmbootstrap3/style.css");

.home .carousel-inner > .item{
  overflow: hidden;
  height: 300px;
}
.home .carousel-inner > .item.active{
  position: relative;
  display: flex;
}
.home .carousel-inner > .item a.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 1000;
}
.home .carousel-inner > .item img{
  display: flex;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: 0 -30px; */
}
.home #carousel-home{
  margin-bottom: 0px;
}
.home #carousel-home .carousel-inner .item .carousel-caption{
  background: #fff;
  color: #1b3864;
}
.home #carousel-home .carousel-inner .item .carousel-caption a{
  color: #1b3864;
}
.home .boxSect .col-md-3{
  background: #971c39;
}
.home .boxSect .col-md-3:nth-child(even){
  background: #1b3864;
}
/* .home #carousel-home .carousel-inner .item:nth-child(even) .carousel-caption{
  background: #971c39;
} */

.page-template-page-event-template .sub-header{
  padding-top: 20px;
}
#event-template-tabs .nav-tabs{
  text-align: center;
  border-bottom: 0;
}
#event-template-tabs .nav-tabs li{
  display: inline-block;
  padding: 0 18px;
  float: none;
}
#event-template-tabs .nav-tabs li a{
  border: 0px;
  color: #1c3764;
  padding: 0;
  background: transparent;
  position: relative;
  font-size: 16px;
}
#event-template-tabs .nav-tabs li a:after{
  content: '';
  border-bottom: 1px solid #851e2f;
  position: absolute;
  bottom: -2px;
  left: 0; right: 0;
  display: none;
}
#event-template-tabs .nav-tabs li.active a:after, #event-template-tabs .nav-tabs li a:hover:after{
  display: block;
}
#event-template-tabs .tab-content{
  padding: 30px 0;
  min-height: 200px;
}
#event-template-tabs{
  padding-bottom: 30px;
}
:target:before {
  content:"";
  display:block;
  height:100px; /* fixed header height*/
  margin:-100px 0 0; /* negative fixed header height */
  z-index: -1;
  position: relative;
}
#agenda .time-plot{
  padding: 0;
  margin: 0;
}
#agenda .time-plot li{
  list-style-type: none;
  padding: 15px 20px;
  background-color: #e8e8e8;
}
#agenda .time-plot li:nth-child(even){
  background: #c8c8c8;
}
#agenda .time-plot li h3{
  margin-top: 0;
  margin-bottom: 0;
}
#agenda .time-plot li .speakers{
  margin-top: 20px;
}
#agenda .time-plot li .speaker .name{
  font-weight: bold;
}
#agenda .time-plot li .speaker .title{
  font-style: italic;
}
#agenda .time-plot li .speakers .speaker:not(.single-speaker){
  display: inline-block;
  width: 160px;
  margin-right: 20px;
  vertical-align: top;
}
#agenda .time-plot li .speakers .speaker:not(.single-speaker) .photo{
  margin-bottom: 10px;
}
#agenda .time-plot li .speaker.single-speaker .photo{
  width: 150px;
  height: 150px;
  margin-right: 15px;
  overflow: hidden;
}
#agenda .time-plot li .speaker.single-speaker .photo img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#agenda .time-plot li .speaker.single-speaker .wrapper{
  display: flex;
  align-items: center;
}


@media screen and (max-width: 1440px){
  .home .carousel-inner > .item img{
    object-position: unset;
  }
}
@media screen and (max-width: 1200px){
  .navbar-default .navbar-nav > li > a{
    padding: 0 10px;
  }
  .mainMenu > .container{
    max-width: 1100px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1020px){
  .dmbs-header-img, .dmbs-header-img + .col-sm-12{
    width: 100%;
    text-align: center;
  }
  .navbar-right{
    float: none !important;
    text-align: center;
  }
  .navbar-nav > li{
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 768px){
  .home .carousel-inner > .item {
      height: auto;
  }
  .home .carousel-inner > .item img{
    object-fit: contain;
  }
  .navbar-right{
    margin-right: 0;
  }
  .topMenu{
    margin: 8px 0 !important;
  }
  .carousel-caption{
    position: absolute !important;
  }
  .home .carousel-caption{
    padding: 5px 0px 10px !important;
  }
  #sponsorships h4 a.red-btn{
    display: inline-block;
    width: auto;
    margin: 20px auto;
  }
  .bottom .col-md-12{
    display: flex;
  }
  .bottom .col-md-12 .col-md-3{
    width: 50%;
  }
  .navbar-default .navbar-nav>li>a{
    padding: 0 10px;
  }
  .navbar-nav > li{
    padding-top: 0;
  }
}
@media screen and (max-width: 765px){
  .navbar-nav > li{
    display: block;
  }
}
@media screen and (max-width: 700px){
  .home .carousel-inner > .item{
    height: auto;
  }
}
@media screen and (max-width: 425px){

  #agenda .time-plot li .speakers .speaker:not(.single-speaker){
    margin-bottom: 20px;
  }
  #event-template-tabs .nav-tabs li{
    display: block;
    padding: 10px;
  }
  #event-template-tabs .nav-tabs li a{
    display: inline-block;
  }
  .gome .carousel-inner{
    padding-bottom: 0;
  }
  .home #carousel-home .carousel-caption{
    padding: 0px 15px 8px !important;
  }
  .carousel-caption > div a{
    font-size: 16px;
  }
  .home .carousel-inner{
    padding-bottom: 0;
  }
  .bottom .col-md-12{
    display: block;
  }
  .bottom .col-md-12 .col-md-3{
    width: 100%;
  }
  .bottom .col-md-12 #bootstrap-widget-menu-4{
    margin-bottom: 30px;
  }
  .bottom .nav-stacked > li{
    padding: 0;
  }
  .topMenu li a{
    font-size: 10px;
  }
  .topMenu{
    padding: 0;
  }
  div.container div.menu-top-menu-container ul#menu-top-menu.topMenu{
    padding-right: 5px;
  }
  div.container div.menu-top-menu-container ul#menu-top-menu.topMenu li{
    padding: 0 2px;
  }
}
@media screen and (max-width: 375px){
  .container-fluid.topMenu .container{
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.topMenu .container .red-btn{
    padding: 5px 10px;
  }
  .home #carousel-home .carousel-inner > .item{
    height: 145px;
  }
  .home #carousel-home .carousel-inner > .item {
      height: 110px;
  }
}
.register{background-color:#ebebeb;padding:20px 40px;font-size:16;}
.register h3, .register h1{text-align: center;color:#961835;font-size:30px;letter-spacing:1px;font-family:"Noto Sans",sans-serif !important;text-transform:uppercase;border-color:#000;}
.register table td{padding:10px 6px;border:1px solid #000;text-transform:uppercase;border-collapse:collapse;background-color:#fff;}
.register table th{text-align:center;background-color:#26395d;color:#fff;}
.forumOverview{padding:20px 40px;text-align:center;font-size:16px;}
.forumOverview strong{color:#82273e;}
.forumOverview h2{text-align:center;}
.forumOverview hr{padding:10px 0;color:#26395d;}


#message-adopters-columns{
  padding: 30px 0;
}
#message-adopters-columns .logos .logo{
  text-align: center;
  align-items: center;
  padding: 0px;
  margin-bottom: 10px;
  display: inline-block;
  min-height: 120px;
}
#message-adopters-columns .logos .logo .wrapper{
  display: flex;
  align-items: center;
}
#message-adopters-columns .logos .logo img{
  width: auto;
  min-height: 50px;
  max-width: 200px;
  max-height: 90px;
}
#message-adopters-columns .logos h3 {
  width: 100%;
  font-weight: bold !important;
  display: block;
  position: relative;
  font-size: 30px !important;
  color: #1e60ad !important;
}
#message-adopters-columns .logos{
  display: flex;
  flex-wrap: wrap;
}
#message-adopters-columns .logos a{
  width: 100%;
}
.partners-logo{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.partners-logo .logo{
  max-height: unset;
  flex: 1 1 50%;
  text-align: center;
  margin-bottom: 30px;
}
.partners-logo .logo .wrapper{
  display: flex;
  align-items: center;
  height: 100%;
}
.partners-logo .logo .wrapper *{
  flex-basis: 100%;
}
.partners-logo .logo img{
  width: auto;
  max-height: 100px;
  max-width: 280px;
  height: auto;
  margin-bottom: 30px;
}
.blog-articles .article{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.blog-articles .article a{
  color: #333;
}
.blog-articles .article .author{
  font-style: italic;
  margin-bottom: 10px;
}
.single-post .thumbnail{
  clear: both;
  width: 100%;
  border: 0;
  box-shadow: none;
}
.single-post .thumbnail img{
  width: 100%;
  float: none;
}
.single-post .author{
  font-style: italic;
}
@media screen and (max-width: 768px){
  #message-adopters-columns .logos .logo{
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 30px;
  }
  .partners-logo .logo {
    width: 200px;
  }
  .partners-logo .logo img {
    max-width: 240px;
  }
}

@media screen and (max-width: 425px){
  .partners-logo .logo .wrapper{
    height: auto;
    display: block;
  }
  .partners-logo{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .partners-logo .logo {
      width: 250px;
  }
}
