/*   
Theme Name: SBC Booking
Theme URI: https://fligno.com
Description: Wordpress Theme for FLigno
Author: Joseph Biros
Author URI: https://fligno.com
Version: 1
*/
a{color: inherit;}
/*Plugin Overides here*/
.btn.btn-xl {
    color: #000;
}

body{overflow-x: hidden;}
h1, h2, h3 {
    text-transform: none;
}
.event-interval  {
    padding: 3px 3px;
}
.event-interval.selected{
  box-shadow: 0 0 5px #449D44;
}
.event-interval-info, .event-interval-count > span{ background-color: #5cb85c;}
.event-interval-count > span {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 45px;
    padding: 5px 5px;
    text-align: center;
    border-radius: 50%;
}

.event-interval.selected .event-interval-count > span{
  background-color: #F8AF37;
}
@media (min-width: 992px){.container{width: 1100px;}}
@media (max-width: 640px){
.text-left, .text-right{text-align: center;}
#accordion .panel-title > a {
padding: 10px 10px;
    font-size: 18px;
}
  .event-interval  {
  width: 20%;
  }
  .event-interval-time{
    font-size: 10px;
  }

  .event-interval-count > span {
    line-height: 30px;
  }
  .navbar-default .navbar-brand{
    max-width: 70%;
  }
.navbar-default .navbar-brand > img{
    max-width: 100%; height: auto;
    margin-top: -10px;
  }
}

/*Plugin Overides here*/