div.entry-description { position: relative; }
div.entry-description div.xola-custom { position: static; display: table; margin: 20px auto 0 0}
div.calendar-body div.week > div.weekallday:after { content: ""; width: 10px; height: 10px;}

div.calendar-body div.week {
  /* border-bottom: 1px solid #ddd; */
  overflow: hidden;
  /* padding: 20px; */
}
div.calendar-body div.week > div.weekallday {
    height: 180px;
    min-height: 180px;
    display: inline-block;
    margin: 0 auto;
    /* overflow: hidden; */
    background: white;
    /* padding-bottom: 30px; */
    /* padding: 30px 10px 10px 10px; */
    /* border-bottom: 0; */    pointer-events: none;
  
  }
  div.calendar-body div.week > div.weekallday.with-events{
    
    pointer-events: all;
  }
div.calendar-body div.week > div.weekallday.today{
  background: #435969;
  color: white;
}
div.weekallday.active div.weekday {
  top: auto;
  right: auto;
}
div.weekallday div.weekday:after {
  /* content: "";
  position: absolute;
  height: 50vh;
  width: 1px;
  background: black;
  right: 0;
  top: 0;
  z-index: 9; */
}
div.weekallday div.weekday {
    display: block;
    padding: 30px 0 10px 0;
}
div.weekallday div.weekday .cal-main-title{
    font-size: 14px;
    line-height: normal;
    margin: 0 auto 12px auto;
    /* display: none; */
    padding: 0 10px;
}
/* div.weekallday.with-events div.weekday .cal-main-title:nth-child(1), div.weekallday.with-events div.weekday .cal-main-title:nth-child(2){
  display: block;
} */
div.weekallday.showmorebtn div.weekday p.cal-main-title.morebtn{
  display: block;
  z-index: 9;
}
div.weekallday div.weekday .cal-main-title:last-of-type{
  margin-bottom: 30px;
}
div.weekallday.active div.weekday .cal-main-title{
  display: none;
}
div.week.activediv div.weekallday{
  height: 100%;
}
div.week.activediv div.weekallday.actevent div.weekday .cal-main-title{
  display: block;
  /* visibility:visible;
  opacity: 1;
  -moz-transition: opacity 1s, visibility 1.3s;
  -webkit-transition: opacity 1s, visibility 1.3s;
  -o-transition: opacity 1s, visibility 1.3s;
  transition: opacity 1s, visibility 1.3s; */
}
div.calendar-body div.week > div.weekallday:after{
    /* display: none; */
    bottom: 0;
    width: 100%;
    left: 0;
    height: 25px;
    border-radius: 0;
    background: white;
}
div.weekallday div.weekday .weekdaylist .morebtn {
    display: none;
    color: #fff;
    margin: 0 auto;
    font-size: 14px;
    line-height: 15px;
    position: absolute;
    bottom: -0.85px;
    width: 100%;
    text-align: center;
    z-index: 9999;
    background-color: #435969;
    padding: 5px 0;
    left: 0;
}
div.weekallday div.weekday .weekdaylist .morebtn::before{
  content: "";
    height: 30px;
    background: #ffffff;
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
}
.month-selection ul li:first-child a{
  /* position: absolute;
  top: -45px;
  width: 60px;
  height: 90px; */
  background-size: 14px 26px;
  background: url(/img/svg/arrow.svg) no-repeat center center;
  text-indent: -9999px;
  z-index: 9999;
  opacity: 1;
}
.month-selection ul li:last-child a{
  background-size: 14px 26px;
  background: url(/img/svg/arrow.svg) no-repeat center center;
  text-indent: -9999px;
  z-index: 9999;
  opacity: 1;
  transform: rotate(180deg);
}
div.month-selection{
  top: 10px;
  padding-bottom: 80px;
}
div.month-selection ul li a.active{
  font-family: 'Avenir LT W01 55 Roman';
  font-size: 80px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 768px){
  div.month-selection ul li a.active{
    font-size: 55px;
  }
}
@media (max-width: 600px){
  div.month-selection ul li a.active{
    font-size: 40px;
  }
}
/*  start bootstrap */
.modal-open .modal {
   overflow-x: hidden;
   overflow-y: auto;
}
.fade.in {
   opacity: 1;
}
.modal {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1050;
   display: none;
   overflow: hidden;
   -webkit-overflow-scrolling: touch;
   outline: 0;
}
.fade {
   opacity: 0;
   -webkit-transition: opacity .15s linear;
   -o-transition: opacity .15s linear;
   transition: opacity .15s linear;
}

.modal.fade .modal-dialog {
   -webkit-transition: -webkit-transform .3s ease-out;
   -o-transition: -o-transform .3s ease-out;
   transition: transform .3s ease-out;
   -webkit-transform: translate(0, -25%);
   -ms-transform: translate(0, -25%);
   -o-transform: translate(0, -25%);
   transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  /* -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); */
  transform: translateY(-50%);
 }

@media (min-width: 768px){
  .modal-dialog {
     width: 600px;
     margin: 30px auto;
  }
  .modal-dialog {
     position: relative;
     width: auto;
     margin: 10px;
  }

  .modal-content {
     -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
     box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-content {
     position: relative;
     background-color: #fff;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     /* border: 1px solid #999; */
     /* border: 1px solid rgba(0, 0, 0, .2); */
     /* border-radius: 6px; */
     outline: 0;
     -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
     box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  }

  .modal-body {
     position: relative;
     padding: 30px;
     max-height: 85vh;
      overflow: auto;
  }
}

.modal-header {
    /* padding: 15px;
    width: 50px;
    height: 50px; */
    z-index: 9999999999999;
    position: absolute;
    float: right;
    right: 0;
}

button.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    margin: 0;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-align: center;
    font-family: Arial;
    float: right;
    font-size: 30px;
    font-weight: normal;
    color: #c2c2c2;
    text-shadow: 0 1px 0 #fff;
    text-transform: none;
}
.modal-header .btn.close {
    width: 25px;
    height: 25px;
    top: 30px;
    right: 15px;
    z-index: 99;
    transform: translateY(-50%) rotate(-45deg);
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.modal-header .btn::before, .modal-header .btn::after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 10px;
    transform: translateY(-50%);
    background: black;
    width: 100%;
    opacity: 1;
}
.modal-header .btn::after {
    transform: translateY(-50%) rotate(-90deg);
}
/*  end bootstrap */


.entry-image img{
  max-width: 170px;
  float: left;
}

@media (max-width: 768px){
  .entry-image img {
      max-width: 130px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.modal-backdrop.in {
   display: none;
}
.modal-open .modal {
  /* background: rgba(0, 0, 0, 0.95); */
  background: rgba(255, 255, 255, 0.85);
  z-index: 999;
  /* display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999; */
}
.modal .modal-dialog{
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}

ul#calendar-slideshow li{
  display: block;
  /* width:100% !important; */
  margin: 0 auto;
}
/* ul#calendar-slideshow li:first-child{
  display:block;
} */

ul#calendar-slideshow{
/* width: 100%; */
}
.calendar-entry{
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  color: #000;
  font-size: 12px;
}

.calendarentry{
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  color: #000;
  font-size: 12px;
}
.entry-dataleft{
  width: 22%;
  float: left;
  text-align: left;
}
.entry-dataright{
  width: 78%;
  float: right;
  padding-left: 20px;
  text-align: left;
}

@media (max-width: 768px){
  .entry-dataleft{
    width: 33%;
  }
  .entry-dataright{
    width: 67%;
  }
}

.bx-wrapper .bx-viewport{
  height: auto;
}

div.cicon {
  float: left;
  width: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.cicon img {
  float: left;
  text-align: left;
}

.entry-time, .entry-location, .entry-price{
  width: 100%;
  position: relative;
  text-align: center;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 10px auto;
  border-right: 0;
  font-size: 12px;
}
.entry-time{
  padding-top: 20px;
}
div.cadata {
    line-height: 18px;
}
div.cadata {
  float: right;
  width: 80%;
  text-align: left;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  clear: both;
}
div.cadata p {
  margin: 0;
  font-size: 20px;
  /* font-family: 'Avenir LT W01 55 Roman'; */
  /* color: #ffffff; */
  line-height: 1.5;
  float: left;
  text-align: left;
}
div.overlay{
/*position: absolute;*/
/* width: 100%;
display: block;
margin: 0 auto; */
}


.modal-body .swiper-bottom-pagination{

}
.modal-body .swiper-container-horizontal>.swiper-pagination-bullets, .modal-body .swiper-pagination-custom, .swiper-pagination-fraction{
  left: 87%;
  width: auto;
  bottom: 26px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  top: auto;
  bottom: 10px;
  right: 0;
  left: 83%;
  color: #435969;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  top: auto;
  bottom: 10px;
  right: 0;
  left: 95%;
  color: #435969;
}
.swiper-pagination-bullet-active{background: #435969;}
.swiper-button-next:after, .swiper-button-prev:after{
font-size:20px;
}


div.weekallday div.weekday.dt-event{
  display: block;
}
div.weekallday div.weekday.mb-event{
  display: none;
}
div.weekallday div.weekday.mb-event.nohide{
  display: none;
}

@media only screen and (max-width: 768px){
  div.weekallday div.weekday.dt-event{
    display: none;
  }
  div.weekallday div.weekday.mb-event{
    display: block;
    padding: 40px 0;
    font-size: 12px;
    line-height: normal;
    text-align:center;
    height: 100%;
    color: #435969;
    text-transform: uppercase;
  }

  div.calendar-body div.week > div.weekallday{
    height: 110px;
    min-height: 110px;
  }
  div.weekallday div.weekday.mb-event.nohide{
    display: none;
  }

  .mb-event:before,.mb-event:after {
    bottom: 15px !important;
  }
}


div.week.newadd{
  /* height: 400px; */
  min-height: 110px;
  border-bottom: 1px solid #ddd;
}



.accordion{
  display: none;
}
.week.newadd .accordion{
  display: block;
}

  div.calendar-body div.week.newadd div.card{
    width:100%;
    height: auto;
    min-height: auto;
  }

  div.calendar-body div.week.newadd div.card:first-child{
      /* border-top: 1px solid rgba(0,0,0,.125); */
  }

  div.calendar-body div.week.newadd div.card-header {
      padding: .75rem 1.25rem;
      margin-bottom: 0;
      background: none;
      border-bottom: none;
      padding-left: 0;
      padding-right: 0;
  }
  div.calendar-body div.week.newadd div.card {
      border: none;
      border-bottom: 1px solid #f5f5f5;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
  }
  div.calendar-body div.week.newadd div.card:last-of-type{
    border: none;
  }
  div.calendar-body div.week.newadd div.card, div.calendar-body div.week.newadd div.card:first-of-type,div.calendar-body div.week.newadd div.accordion .card:not(:first-of-type):not(:last-of-type), div.calendar-body div.week.newadd div.accordion .card:last-of-type {
      /* border-bottom: 1px solid rgba(0,0,0,.125); */
      /* border: none; */
  }

  div.calendar-body div.week.newadd .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  div.calendar-body div.week.newadd .btn {
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: inline-block;
      width: auto;
      text-decoration: none;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;

      padding: 10px 22px 10px;
      background-color: #fff;
      color: #000;
      font-weight: 700;
      white-space: normal;
      text-transform: uppercase;
  }
  div.calendar-body div.week.newadd .card-header button.collapsed {
      color: #000000 !important;
  }

  div.calendar-body div.week.newadd .card-header button {
      padding-left: 0;
      width: 100%;
      float: left;
      text-align: left;
      position: relative;
      text-align: left;
      text-transform: inherit;
      text-decoration: none !important;
      text-transform: none;
      border: none;
      color: #000000;
      line-height: 20px;
      padding-right: 25px;
      font-size: 14px;
      font-family: 'Avenir LT W01_45 Book1475508';
  }
  div.calendar-body div.week.newadd .card.showcoll .card-header button{
    color: #ffffff;
  }
  div.calendar-body div.week.newadd .card.showcoll div.collapse.panel.show {
      margin-top: -20px;
  }
  div.calendar-body div.week.newadd .card-header button.collapsed:before {
      transform: translateY(-50%) rotate(-90deg);
  }
  div.calendar-body div.week.newadd .card-header button:before {
      transform: translateY(-50%) rotate(0deg);
  }
  div.calendar-body div.week.newadd .card-header button:before, div.calendar-body div.week.newadd .card-header button:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background: black;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: transform .3s ease-in-out;
  }
  div.calendar-body div.week.newadd .card-body{
      float: left;
      text-align: left;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 20px;
      display: block;
      color: #000;
      font-size: 16px;
  }
  @media (max-width: 768px){
      div.calendar-body div.week.newadd {
         padding: 10px 20px 20px 20px;
      }
      div.calendar-body div.week.newadd .card-body{
        /* padding: 20px; */
      }
  }
  div.calendar-body div.week.newadd .collapse:not(.show) {
      display: none;
  }
  div.calendar-body div.week.newadd .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }





  .accordion-container{
    position: relative;
    max-width: 500px;
    height: auto;
    margin: 10px auto;
  }
  .accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
  }
  .set > a{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
  }
  .set > a i{
    float: right;
    margin-top: 2px;
  }
  .set > a.active{
    background-color:#3399cc;
    color: #fff;
  }
  .content-cal{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
  }
  .content p{
    padding: 10px 15px;
    margin: 0;
    color: #333;
  }


  div.calendar-body div.week > .accordionacc {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }

  div.calendar-body div.week .active, div.calendar-body div.week .accordionacc:hover {
    background-color: #ccc;
  }

  div.calendar-body div.week > div.panelacc {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .entry-01 {
      font-size: 22px;
      color: #435969;
      font-family: 'Avenir LT W01_45 Book1475508';
  }
  .entry-02 {
      font-size: 65px;
      color: #435969;
      font-family: 'Avenir LT W01_45 Book1475508';
      line-height: 80px;
  }
  .entry-03 {
      font-size: 30px;
      color: #000000;
      font-family: 'Avenir LT W01_45 Book1475508';
      line-height: 36px;
      padding: 15px 0;
  }
  .entry-04 {
      font-size: 16px;
      color: #000000;
      font-family: "Avenir LT W01 35 Light";
      line-height: 24px;
  }
  .entry-05 {
    padding-top: 20px;
  }
  .entry-05 a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #435969;
    color: #ffffff;
    padding: 10px;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;

    font-family: 'Avenir LT W01 85 Heavy';
    font-size: 12px;
}
.entry-05 a:first-child{
  margin-right: 10px;
}

@media (max-width: 768px){
  .entry-01 {
      font-size: 20px;
  }
  .entry-02 {
      font-size: 45px;
      line-height: normal;
  }
  .entry-03 {
      font-size: 26px;
      line-height: 28px;
      padding: 8px 0;
  }
  .entry-04 {
      font-size: 14px;
      line-height: 20px;
  }
  .entry-05 a{
    margin-bottom: 10px;
  }
}


div.xola-custom {
    position: absolute;
    bottom: 40px;
    background: #435969;
    color: #fff;
    display: inline-block;
    padding: 13px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Avenir LT W01 85 Heavy';
    cursor: pointer;
}





.mb-event:before {
    content: "";
    width: 11px;
    height: 1px;
    background: black;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: transform 0.3s ease-in-out;
    left: 50%;
    /* right: 0;
    top: 0; */
    bottom: 30px;
    color: #000000;
    z-index: 9;
    display: block;
    font-size: 24px;
    /* pointer-events: none; */
}

.mb-event:after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background: black;
    position: absolute;
    left: 50%;
    /* right: 0;
    top: 0; */
    bottom: 30px;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-in-out;
    color: #000000;
    z-index: 9;
    display: block;
    font-size: 24px;
    /* pointer-events: none; */
}
.mb-event.viewlessmb:before {
    transform: translateY(0) rotate(0deg);
    /* height: 1.5px; */
    left: 40%;
}
.mb-event.viewlessmb:after {
    transform: translateY(0) rotate(0deg);
    left: 40%;
}


div.xola-custom.xola-checkout{
  display: none;
}


div.calendar-body div.week > div > span{
  font-family: 'Avenir LT W01_45 Book1475508';
}

div.calendar-body div.week > div.with-events > span{
  font-family: "Avenir LT W01_95 Black";
}



@media only screen and (max-width:468px){
	.entry-dataright {
		width: 56%;
	}

	.entry-dataleft {
		width: 39%;
	}
}

@media only screen and (max-width:458px){
	.entry-image img {
		max-width: 160px;
	}
	.entry-dataright {
		width: calc(100vw - 50px);
		float:none;
		margin-top:30px;
		    padding-left: 0;
	}

	.entry-dataleft {
		width: calc(100vw - 50px);
		float:none;
		margin-top:15px;
	}
	
	div.calendar-body div.week.newadd .card-header button {
		font-size:16px;
	}
}

