/*font-family: 'Open Sans', sans-serif;*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300,800);
/*font-family: 'Oswald', sans-serif;*/
@import url(//fonts.googleapis.com/css?family=Oswald);

body {
  background-color: #000000;
  font-family: 'Open Sans' sans-serif;
  font-size: 12px;
  color: #7A7A7A;
}

/*Open Sans Light*/
h1, h2, h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
/*Open Sans Regular*/
h4, h5, footer{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h5 {
  font-weight: 600;
}

h1, h4 {
  color: #FFFFFF;
}

h2, h3, h5 {
  color: #000000;
}

hr {
  border-top: 1px solid #7A7A7A;
}

.btn {
  border-radius: 2px;
}

.btn_purchase {
  background-color: #48c9c9;
}

.btn_purchase:hover {
  background-color: #48c9c9;
  opacity: .90;
}

.btn_purchase > a {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .05em;
  font-weight: 300;
}

/*Header*/

.navbar {
  background: #383838;
  font-weight: 300;
  top: 75px;
  border: none;
  height: 36px;
}

.navbar * {
/*  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif; */
  font-size: 18px;
  text-shadow: none;
}

ul.navbar-nav * {
  text-transform: uppercase;
}

.navbar-nav > .vi > a:hover {
  background-color: #383838;
}

.navbar-inverse .navbar-nav > .active > a {
  background-color: #383838;
  background-image: none;
  box-shadow: none;
}

.navbar > .container {
  background: #383838;
  height: 36px;
}

.event-search {
  position: relative;
  top: -39px;
}

.event-search .event-search-label {
  display: none;
}

.event-search .col-6::after {
  content: '\f002';
  font-family: 'FontAwesome';
  color: #7a7a7a;
  position: absolute;
  top: 20%;
  left: 245px;
  font-size: 14px;
  z-index: 10;
}

#search {
  margin-right: 8px;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 300;
  padding-top: 4px;
  padding-left: 8px;
  margin-top: 3px;
  width: 235px;
  color: #000000;
}

/*Search results drop-down list*/

#ui-id-1::before {
  content: 'UPCOMING EVENTS';
  display: inline-block;
  width: 100%;
  color: #7A7A7A;
  margin-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #7A7A7A;
}

#ui-id-1 {
  display: initial;
  z-index: 100000;
}

#ui-id-1 li {
  padding-left: 10px;
  border-bottom: 1px solid #7A7A7A;
  width: calc(100% + 2px);
}

#ui-id-1 li hr {
  display: none;
}

#ui-id-1 .ac-search-items {
  padding-left: 0px;
}

/*End search results drop-down list*/

#by_venue {
  position: relative;
  bottom: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

#by_venue, #by_venue option {
  color: #000000 !important;
  font-size: 14px;
}

.navbar-brand-container {
/*  background-color: #000;
*/}

.navbar-brand-container .container a.navbar-brand {
  font-family: 'Oswald', sans-serif;
  color: #FFFFFF !important;
}

@media (max-width: 991px) {
  .event-search {
    left: 20px;
  }
}

@media (max-width: 767px) {

  .event-search {
    float: none;
    position: absolute;
    top: 10px;
  	width: 85%;
  }

  ul.navbar-nav {
    background-color: #383838;
    position: relative;
    top: -8px;
  }

  .sub-menu .navbar-nav {
	width: 100%;

  	padding-left: 20px;
  }


  .navbar-inverse .navbar-toggle:hover {
    background-color: #383838;
  }

  .navbar-inverse .navbar-nav > .active > a {
    border-bottom: none !important;
  }

}

@media (max-width: 565px) {

  #search {
    width: 215px;
  }

  .event-search .col-6::after {
    left: 79%;
  }
}

@media (max-width: 315px) {
  #search, .event-search .col-6::after {
    display: none;
  }
}

/*Footer*/

footer {
  background-color: #000000;
}

footer,
footer a,
footer a:hover,
footer a:visited {
  color: #FFFFFF;
}

footer * {
  text-transform: uppercase;
}

/*footer > .container {
  position: relative;
  left: 2%;
}*/

footer ul.nav * {
  color: #FFFFFF;
}

footer ul.nav *:hover {
  color: #FFFFFF;
  background: #000000;
}

/* Slider */

.slider .slider_event_title > a {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8em;
  line-height: 1.25em;
  letter-spacing: .02em;
  color: #ffffff;
  text-shadow: none;
}

.slider .item .col-md-12 {
  padding: 0;
}

.slider .btn {
  background-color: #48c9c9;
  margin-left: 7%;
}

/*Home Page Slider*/

.home_slider {
  margin-top: 0px;
  margin-bottom:30px;
}

.carousel-control {
  opacity: 1;
  z-index: 10;
  top: 275px;
}

.carousel-control * {
  font-family: 'FontAwesome';
  color: #FFFFFF;
}

a.carousel-control {
  background-image: none !important;
}

.left.carousel-control  {
  left: -5%;
}

.left.carousel-control span::before {
  content: '\f053';
}

.right.carousel-control  {
  right: -5%;
}

.right.carousel-control span::before {
  content: '\f054';
}

.home_slider .carousel-caption {
  left: 0px;
}

.home_slider .slider_event_title > a {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8em;
  line-height: 1.25em;
  letter-spacing: .02em;
  color: #FFFFFF;
}

.home_slider .slider_event_date {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #FFFFFF;
}

.carousel-indicators {
  display: none;
}

@media (max-width: 767px) {

  .home_slider .carousel-caption {
    left: 20px;
    width: 90%;
  }
  .home_slider .slider_event_title > a {
    font-size: 1.2em;
  }

  .home_slider .slider_event_date {
    font-size: 1.2em;
    text-shadow: none;
  }


}

/*Double Slider */

.double_slider .slider_event_title > a {
  font-size: 1.4em;
}

/*Triple Slider*/

.triple_slider {
  margin-top: 0px;
  margin-bottom:10px;
}

.slider.triple_slider .slider_event_title > a {
  font-size: 1.0em;
}

.triple_slider.slider .carousel-caption {
  left: 0px;
  top: 130px;
}

.triple_slider .slider_event_ticket {
  position: absolute;
  left: 10px;
  bottom: 30px;
  right: initial;
}

.triple_slider .slider_event_date {
  font-family: 'Open Sans', sans-serif;
  text-shadow: none;
}

.triple_slider a.carousel-control {
  top: 275px;
}

@media (max-width: 1199px){
  .triple_slider.slider .carousel-caption {
    /*top: 170px;*/
  }
}

@media (max-width: 991px){

  .triple_slider {
    height: 367px;
    overflow: hidden;
  }

  .triple_slider a.carousel-control {
    top: -250px;
  }

  .triple_slider.slider .item {
    display: flex;
    flex-direction: column;
  }

  .triple_slider.slider .item .col-md-4 {
    width: 100%;
    margin: 1px;
    padding: 0;
    height: 120px;
  }

  .triple_slider.slider .slider_image_container {
    height: 120px;
  }

  .triple_slider.slider .carousel-caption {
    top: -15px;
  }

  .triple_slider.slider .slider_event_title > a {
    font-size: 0.8em;
  }

  .triple_slider.slider .slider_event_ticket {
    bottom: -5px;
  }

  .triple_slider a.carousel-control {
    top: -25px;
  }

  .triple_slider .left.carousel-control  {
    left: -7%;
  }

  .triple_slider .right.carousel-control  {
    right: -7%;
  }
}

@media (max-width: 740px) {
  .triple_slider.slider .slider_event_title > a {
    display: block;
  }

  .triple_slider.slider .carousel-caption {
    top: -10px;
  }
}

@media (max-width: 600px) {
  .triple_slider.slider .carousel-caption {
    left: 50px;
    top: -10px;
    width: 90%;
  }

  .triple_slider.slider .slider_event_title > a {
    font-size: 0.8em;
  }

  .triple_slider.slider .slider_event_ticket {
    left: 0;
    bottom: -10px;
  }
}

@media (max-width: 400px) {
  .triple_slider.slider .slider_event_title > a {
    font-size: 0.7em;
  }
}


/*Main Container - Main Content*/
.event_container {
  background-color: #FFFFFF;
}

.event_image {
  background: #FFFFFF;
}

.event_container .event_image {
  text-align: center;
  background: #DFDFDF;
}

/* .event_container .btn {
  position: absolute;
  bottom: 32px;
} */

.event_description {
  color: #7A7A7A;
}

.event_title a {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: .05em;
  color: #000000;
}

.event_date, .event_time, .event_venue {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  color: #000000;
}

@media (max-width: 991px) {
  .event_container .event_image {
    text-align: left;
    background: none;
  }
}

/* @media (max-width: 732px) {
  .event_container .btn {
    bottom: 14px;
  }
} */

/* @media (max-width: 540px) {
  .event_container {
    padding-bottom: 60px;
  }

  .event_container .btn {
    bottom: 6px;
  }
} */

/*Event Page - Events*/

.style_regular_h2 {
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
}

.event_detail_website a {
  color: #FFFFFF;
}

.event_detail_description p a {
  color: #7A7A7A;
}

.event_detail_supporting_act .style_long_bold_h4 {
  color: #FFFFFF;
  font-size: 1.4em;
}

.event_list_item {
  margin: 10px 0px;
  padding: 10px 0 0 0;
  background: #FFFFFF;
}

.event_ticket {
  top: 40px;
  left: 40px;
}

.event_detail_right_share {
  margin: 10px 0;
}

@media (max-width: 991px){

 /*  .event_list_item {
    height: 285px;
  } */

/*   .event_list_item .event_title {
    position: relative;
    top: -20px;
    width: 80%
  }

  .event_list_item .event_date {
    position: relative;
    top: 80px;
  }

  .event_list_item .event_time {
    position: absolute;
    left: 140px;
    top: 79px;
  } */

  /* .event_ticket {
    position: absolute;
    top: 200px;
    left: initial;
    right: 30px;
  } */
}

@media ( max-width: 766px ) {
  .style_long_bold_h4 a {
    font-size: 1.2em;
  }
}

@media (max-width: 640px) {

 /*  .event_list_item {
    height: 385px;
  } */

/*   .event_list_item .event_title {
    position: relative;
    top: -20px;
    width: 100%;
  } */

/*   .event_list_item .event_time {
    position: absolute;
    left: 15px;
    top: 105px;
  }

  .event_ticket {
    position: absolute;
    top: 300px;
    left: initial;
    right: initial;
  } */
}

@media (max-width: 480px) {

  .event_list_item .event_title > a {
    font-size: 1.2em;
    line-height: 1em;
  }

  .event_list_item .event_time, .event_list_item .event_date  {
    font-size: 1.2em;
  }
}

/*Main Container - Just Announced*/


.style_regular_h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6em;
  text-align: center;
  letter-spacing: .05em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.announcement_title > a {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  letter-spacing: .03em;
  color: #FFFFFF;
}

.announcement_event .event_date {
  color: #7A7A7A;
  font-size: 1.2em;
  margin: 5px 0;
}

.announcement_event {
  border-bottom: 1px solid #7A7A7A;
  padding: 2%;
}

.container > hr {
  display: none;
}

/*Event Detail Page*/

.event_detail_image {
  background: none;
  text-align: left;
}

.event_announcement_container h2 {
  color: #FFFFFF;
  text-align: center;
}

@media (min-width: 991px) {
  .event_announcement_container .announcement_event {
    height: 235px;
  }
}

@media (max-width: 990px) {

  .event_container_list {
    margin-top: 10px;
  }

  .event_container_list .style_regular_h3 {
    font-size: 2em;
  }

  .event_announcement_container {
    padding: 0 15px;
  }

  .event_announcement_container h2 {
    font-size: 2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #7A7A7A;
  }

}

/*Calendar*/

/*Calendar*/

#calendar {
  margin-top: 30px;
}

#calendar * {
  color: #FFFFFF;
}

.fc-view-container {
  border: 1px solid #7A7A7A;
  border-top: none;
}

#calendar .fc-day {
  background-color: #000000;
}

#calendar td {
  border: none;
  border-right: 1px solid #7A7A7A;
}

#calendar .fc-month-view tbody {
  border: 1px solid #7A7A7A;
  border-top: none;
}

#calendar .fc-day-number {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  text-align: left;
  border-top: 1px solid #7A7A7A;
  color: #DDDDDD;
}

#calendar .fc-event {
  background-color: #000000;
  border: none;
  border-radius: 0;
}

#calendar td.fc-today {
  font-weight: 800;
}

p.calPrice, p.calTimes span {
  color: #FFFFFF;
}

#calendar .fc-basicList-view td {
  border: none;
}

#calendar .fc-button {
  background: transparent;
  border-radius: 2px;
  text-transform: uppercase;
  margin-top: 5px;
  top: 2px;
  box-shadow: none;
  z-index: 6;
}

.fc-month-view::before {
  content: "";
  display: block;
  position: absolute;
  height: 17px;
  width: 100%;
  background-color: #48c9c9;
}

td.fc-widget-header {
  border: none !important;
}

td.fc-widget-content {
  border-top: none !important;
}

.fc-row.fc-widget-header tr {
  background-color:  #48c9c9;
  border: 1px solid: #48c9c9;
}

.fc-row.fc-widget-header tr th {
  color: #000000;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border: none;
}

.fc-month-button, .fc-basicList-button {
  color: transparent;
  text-shadow: none !important;
  opacity: 0;
}

.fc-prev-button, .fc-next-button {
  position: relative;
  top: -5px;
}

.fc-toolbar .fc-right::before {
  font-family: 'FontAwesome';
  content: '\f073';
  color: #FFFFFF;
  font-size: 24px;
  position: relative;
  left: -42px;
  z-index: 0;
}

.fc-toolbar .fc-right::after {
  font-family: 'FontAwesome';
  content: '\f03a';
  color: #FFFFFF;
  font-size: 24px;
  z-index: 0;
  position: relative;
  left: -140px;
  top: 2px;
}

.fc-basicList-view .fc-scroller {
  border: none !important;
}

.fc-basicList-view .fc-scroller th {
  background-color: #48c9c9;
  border: none;
}

#calendar .fc-basicList-view .fc-event {
  background-color: #48c9c9;
}

#calendar .fc-basicList-view .fc-event:hover {
  background-color: #48c9c9;
}

.fc-day-number td {
  border: none;
  font-size: 22px;
}

span.fc-header-day, .fc-header-date {
  color: #000000;
  text-transform: uppercase;
}

@media (max-width: 766px) {
  .fc-toolbar .fc-right::before, .fc-toolbar .fc-right::after {
    display: none;
  }

  .fc-toolbar .fc-left h2 {
    font-size: 18px;
  }

    #calendar .fc-button {
    top: -7px;
  }
}

@media(max-width: 420px){
  .fc-toolbar {
    font-size: .6em;
  }

  .fc-toolbar .fc-left h2 {
    font-size: 14px;
  }

  #calendar .fc-button {
    top: -5px;
  }
}

/* Please dont't remove this code, this is being used for menu dropdown in frontend venues.*/
.sub-menu .nav.navbar-nav {
	display:none;
	padding: 7px;
	width:150px;
	text-shadow: none;
	background: #383838;
	position: relative;
	}
@media (max-width: 766px) {

.sub-menu-mobile-display { overflow: hidden;}
.sub-menu-mobile-display .nav.navbar-nav li{ padding-left: 30px; width: 100%;}
.sub-menu-mobile .nav.navbar-nav li {
	display: inherit !important;
}
}

.sub-menu-mobile .nav.navbar-nav li {
	display: none;
}

.sub-menu:hover .nav.navbar-nav {
	display:block;
	position: absolute;
}
.sub-menu .nav.navbar-nav li{
	display: block;
	clear:both;
}
@media (max-width: 766px) {
	.sub-menu .nav.navbar-nav {
		display: inherit;
	}
}
@media (max-width: 766px) {
	.sub-menu .nav.navbar-nav li{
		padding: 10px;
		margin-left: 30px;
	}
}
.sub-menu .nav.navbar-nav li a  {
	font-size: 13px;
	padding: 0!important;}


/* modal styles */

a.tmot-navbar-search {
  z-index:100;
  color:#fff;
  padding:12px 12px 12px 25px;
}

div.tmot-site-modal .tmot-site-icon-close {
  color: #fff;
}

div.tmot-site-modal .tmot-site-modal-body {
  background-color: #201d1d;
}

div.tmot-site-modal .tmot-site-modal-body-search {
  height: 480px;
}

div.tmot-site-modal .tmot-site-icon-close {
  font-size: 28px;
}

div.tmot-site-modal .tmot-site-input-container {
  padding-top: 100px;
}

div.tmot-site-modal input {
  border-radius: 0;
}

div.tmot-site-modal button {
  border-radius: 0;
}

div.list_event_reccuring {
  padding-left: 15px;
  margin-bottom: 0;
}