
/* Bootstrap Css */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* End Bootstrap */


.d_special_event a.read_more_link, .event_description a.read_more_link, .c a.read_more_link {
    font-size: 15px !important;
    text-transform: none;
    text-decoration: none !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
    margin-top: 6px;
}
.special_buttons .btn, .button-div .btn, .card .button-div .btn {
    border-radius: 2px !important;
    font-size: 14px !important;
}
.card .button-div {
    display: flex !important;
    margin-top: 11px;
}
.card .button-div a {
    margin-right: 9px;
}
.eitht_img_event {
    display: flex;
    align-items: center;
}
.lst_withot_img_ev h4 {
    font-weight: 600;
    text-align: left !important;
}
.lst_withot_img_ev h2 {
    font-size: 16px !important;
    margin-top: 1px !important;
    text-align: left !important;
}

.e_desc3 .desc_3 {
    font-size: 16px !important;
    text-transform: none !important;
}
.event_listng_frst h3.eventitle1 {
    font-weight: 300 !important;
    font-family: inherit;
    font-size: 21px !important;
    margin-bottom: 8px !important;
}
h5.time {
    font-weight: 500 !important;
    color: #444 !important;
    font-family: inherit;
    font-size: 15px !important;
    margin-bottom: 0px !important;
}
.b_2 {
    font-size: 18px !important;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc !important;
}
.c .eventitle1 {
    font-size: 21px !important;
  }
  .lwi {
      text-transform: none;
  }
  .event-schedule-area-two .tab-content .table tbody tr td {
      text-align: left !important;
  }
  a.tg-btn.tg-btnbecommember {
      padding: 0px 20px !important;
      border-radius: 2px !important;
  }

  .cmsmasters_event_big_day {
      font-size: 50px !important;
      margin-right: 7px !important;
      color: #9494949e !important;
      display: block;
      text-align: center !important;
      font-style: inherit !important;
      line-height: 50px !important;
  }
  .event-schedule-area-two .tab-content .table tbody tr td:first-child {
      text-align: center !important;
  }
  .cmsmasters_event_big_month {
      text-align: center !important;
      font-size: 12px !important;
      text-transform: uppercase;
  }
  .cmsmasters_event_big_week {
      text-align: center !important;
      font-size: 12px !important;
      text-transform: uppercase;
  }
  h2.event_heading {
      font-size: 21px !important;
      font-weight: 500;
      text-transform: capitalize;
  }
  .event-schedule-area-two a.title_events {
      font-weight: 400 !important;
      font-size: 21px !important;
  }
  .card-body p.event_date {
      font-size: 14px !important;
      font-weight: 400 !important;
  }
  .card-body .event_description p {
      text-transform: none;
  }
  .card_bx_eve {
      height: auto !important;
  }
  .card_bx_eve .card-body {
      padding: 13px 20px !important;
  }
  a.tg-btn.tg-btnbecommember {
      text-align: center;
  }
  .card-img {
      border: none !important;
      padding: 0 !important;
  }





/* Singler Event */
.eve_full_view.single-event {
    /* background: #0d125c;
    min-height: 150px; */
}
.eve_banr_head_txt {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    position: relative;
    /* bottom: -100px; */
    z-index: 9;
    border-radius: 4px;
}

.single-event .event_top .event_info {
    display: flex;
    align-items: center;
}
.single-event .event_top .event_info .date-top {
    flex: 0 0 85px;
    padding-right: 30px;
}
.single-event .wp-date {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
}
.single-event .wp-date .month {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-weight: 600;
    height: 22px;
    line-height: 22px;
    background-color: #e86c60;
}
.single-event .wp-date .day-week {
    display: inline-flex;
    flex-direction: column;
    height: 80px;
    width: 85px;
    background: #FFF;
    border: 1px solid #ccc;
    border-bottom-width: 5px;
    border-top: 0;
    transition: all 0.3s;
    color: #666666;
}
.single-event .wp-date .day-week .day {
    font-size: 42px;
    line-height: 1.2;
    padding-top: 5px;
    display: inline-block;
}
.single-event .wp-date .day-week .weekday {
    font-size: 12px;
    line-height: 16px;
}
.single-event .event_top .event_info .content-top h1.title-event-single {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}
.single-event .event_top .event_info .content-top .event_date {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.single-event .event_top .event_info .content-top .event_date, .single-event .event_top .event_info .content-top .event-address {
    font-size: 16px;
    font-weight: 600;
}
.single-event .event_top .event_info .content-top .event_date i, .single-event .event_top .event_info .content-top .event-address i {
    margin-right: 6px;
    font-weight: bold;
    color: #777;
}
.single-event .event_top .event_info .content-top .event-address {
    display: flex;
}
.single-event .event_top .event_info .content-top .event_date, .single-event .event_top .event_info .content-top .event-address {
    font-size: 16px;
    font-weight: 500;
}
.single-event .event_top .event_info .content-top .event-address i {
    margin-right: 10px;
    margin-top: 0px;
    margin-left: 3px;
}
.single-event .event_top .event_info .content-top .event-address .el-address {
    font-weight: normal;
    display: block;
    font-size: 14px;
}
.singeevent_headbtn a.btn {
    background: #e86c60;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 6px;
}
.singeevent_headbtn {
    margin-top: 10px;
}
.special_buttons .btn {
    background: #e86c60;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    margin-right: 4px;
    font-size: 12px !important;
}
.special_buttons {
    /* margin-top: 2px; */
    display: flex;
}
.event_single_body {
    padding-top: 90px;
    padding-bottom: 100px;
}
.side_br_box {
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 8%);
    padding: 24px 20px;
    margin-bottom: 24px;
    border-radius: 6px;
}
.sidebr_eve_inr h4 {
    font-size: 18px;
    color: #0d125c;
}
.eve_date_event h5 {
    font-size: 15px;
    color: #7e7e7e;
    margin-bottom: 0px;
}
.eve_date_side_flx {
    display: flex;
    align-items: flex-start;
}
.eve_dt_ic {
    padding-right: 10px;
}
.eve_dt_ic i {
    color: #e86c60;
}
.eve_dt_txt_side p {
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
    color: #1d1d1d;
}
.eve_date_side_flx:not(:last-child) {
    margin-bottom: 20px;
}
.social_eve_side a {
    border: 1px solid #ccc;
    width: 42px;
    height: 35px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #464646;
}
.upcoming_event_bx .upcomng_eve_list:not(:last-child) {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}
.upcoming_event_bx .upcomng_eve_list {
    display: flex;
    /* margin-bottom: 22px; */
    align-items: center;
}
.upcm_eve_cvalendr {
    padding-right: 10px;
}
.upcoming_event_bx .upcomng_eve_list .wp-date {
    text-align: center;
}
.upcoming_event_bx .upcomng_eve_list .month {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-weight: 600;
    height: 17px;
    line-height: 22px;
    background-color: #e86c60;
}
.upcoming_event_bx .upcomng_eve_list .day-week {
    display: inline-flex;
    flex-direction: column;
    height: 52px;
    width: 57px;
    background: #FFF;
    border: 1px solid #ccc;
    border-bottom-width: 5px;
    border-top: 0;
    transition: all 0.3s;
    color: #666666;
}
.upcoming_event_bx .upcomng_eve_list span.day {
    font-size: 17px;
    line-height: 1.2;
    padding-top: 5px;
    display: inline-block;
    font-weight: 600;
}
.upcoming_event_bx .upcomng_eve_list span.weekday {
    font-size: 11px;
    line-height: 16px;
}
.upcmng_eve_side_txt h5 {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 15px;
}
.upcmng_eve_side_txt p {
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 400;
}
.upcmng_eve_side_txt p i {
    font-size: 13px;
    color: #e86c60;
}
.event-address {
    align-items: baseline;
}
.content-top {
    width: 100%;
}
.head_eve_btn_reg .btn {
    background: #0d125c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 15px !important;
    width: 164px;
    padding: 8px 0px;
    font-family: inherit;
}
.content_tp_buton {
    padding-right: 12px;
}








@media (max-width:767px) {
  .single-event .event_top .event_info {
    display: block;
}
.single-event .event_top .event_info .date-top {
    margin-bottom: 22px;
}
.singeevent_headbtn a.btn {
    margin-bottom: 12px;
    width: 46%;
}

}


/* Sidebar_widget */
.sidebar_upcoming .plugin.event_listng_frst {
    display: block;
    float: inherit;
    position: inherit;
    border: none;
}
.sidebar_upcoming .b {
    display: none;
}
.sidebar_upcoming .c_ {
    width: 100%;
    position: inherit;
    float: none;
    padding: 0;
}
.sidebar_upcoming .c_ p.tribe-event-date-start.mob_hide {
    display: none;
}
.sidebar_upcoming .c_ .e_desc3 {
    display: none;
}
.sidebar_upcoming .c_ a.read_more_link {
    display: none;
}
.sidebar_upcoming .c_ .special_buttons {
    display: none;
}
.sidebar_upcoming  .event_listng_frst h3.eventitle1 {
    font-weight: 500 !important;
    font-family: inherit;
    font-size: 16px !important;
    margin-bottom: 2px !important;
}
.sidebar_upcoming h5.time {
    font-weight: 600 !important;
    color: #313131 !important;
    font-family: inherit;
    font-size: 15px !important;
    margin-bottom: 0px !important;
}
.sidebar_upcoming .a:not(:last-child) {
    border-bottom: 1px solid #dededee6;
    padding-bottom: 16px;
    background: #fff;
}
.upcoming_event_bx p {
    font-size: 12px;
    font-weight: 600;
}
.upcoming_event_bx:not(:last-child) {
    margin-bottom: 25px;
}
div.heateor_sss_horizontal_sharing li:last-child {
    display: none;
}
/* Listing Calender*/
.listng_calender .wp-date {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
}
.listng_calender .wp-date .month {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-weight: 600;
    height: 22px;
    line-height: 22px;
    background-color: #e86c60;
}
.listng_calender .wp-date .day-week {
    display: inline-flex;
    flex-direction: column;
    height: 80px;
    width: 85px;
    background: #FFF;
    border: 1px solid #ccc;
    border-bottom-width: 5px;
    border-top: 0;
    transition: all 0.3s;
    color: #666666;
    align-items: center;
}
.listng_calender .wp-date .day-week .day {
    font-size: 42px;
    line-height: 1.2;
    padding-top: 0px;
    display: inline-block;
}
.listng_calender .wp-date .day-week .weekday {
    font-size: 12px;
    line-height: 16px;
}
td.dt_clndrlstng_bx {
    max-width: 127px;
}



/* Form */
.form_eve_desgn input, .form_eve_desgn select {
    color: #666;
    padding: .75em;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.form_eve_desgn textarea {
    color: #666;
    padding: .75em;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.form_eve_desgn input:focus, .form_eve_desgn select:focus, .form_eve_desgn textarea:focus{
      border-color: #202bfb;
      box-shadow: none;
}
.form_eve_desgn button {
    background: #181a8c;
    border: none;
    border-radius: 2px !important;
    font-size: 16px;
    color: #fff;
    height: 45px;
    min-width: 130px;
}
.form_eve_desgn .powered small {
    font-weight: 600;
    color: #6a6a6a;
}
.form_eve_desgn .powered span.dukami {
    color: #181a8c;
    font-weight: 600;
}
.form_eve_desgn button:hover {
    background: #232323;
}
.form_eve_desgn button:focus, .form_eve_desgn button:active{
  border:none !important;
  box-shadow: none !important;
}
.form_eve_desgn .form-control {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400 !important;
}
.form_eve_desgn .form-group {
    margin-bottom: 15px;
}
.form_eve_desgn input:focus-visible, .form_eve_desgn textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
      outline:none !important;
}
.form_eve_desgn label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.upcmng_eve_side_txt a {
    font-size: 15px !important;
}
.event_listng_frst h3.eventitle1 a {
    font-weight: 300 !important;
    font-family: inherit;
    font-size: 21px !important;
    margin-bottom: 8px !important;
    text-transform: none;
    color: inherit;
}
p.tribe-event-date-start.mob_hide {
    margin: 0px;
}


/* Modal */
.modal_form{
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 570px;
    border-radius: 3px;
}
/* .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 3px;
} */
.close_modl_btns {
    width: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    position: absolute;
    top: 0;
    right: 0;
    color: #c80000;
    font-size: 27px;
    padding: 0;
}
.close_modl_btns:hover {
    background-color: #fff;
    color: #c80000;
    border:none;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


h3.eventitle1 a {
    font-weight: 300 !important;
    font-family: inherit;
    font-size: 21px !important;
    margin-bottom: 8px !important;
    text-transform: none;
    color: inherit;
}
h2.event_heading a {
    font-weight: 300 !important;
    font-family: inherit;
    font-size: 21px !important;
    margin-bottom: 8px !important;
    text-transform: none;
    color: inherit;
}
.content_tp_buton .btn {
    display: inline-block;
    /* padding: 6px 12px; */
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /* border-radius: 4px; */
}
.modal-footer p {
    margin-bottom: 6px;
    text-align: right;
    font-weight: 500;
}
.modal-footer p span.dukami {
    color: #00139e;
    font-weight: 600;
}
.modal_popup_open button#blog_crate_btn_edit {
    width: 100%;
    margin-bottom: 12px;
    margin-top: 6px;
    font-size: 15px !important;
    box-shadow: none !important;
}
.modal_popup_open .error {
    color: #f00;
    font-weight: 400 !important;
    font-size: 13px;
    margin: 0px;
}
.modal-dialog-aubaid .modal-header h5.modal-title {
    font-size: 22px !important;
    color: #2e3d44 !important;
    font-weight: 700 !important;
}


/* Aleart */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: 0px;
    color: inherit;
    background: #ff8080;
    color: #fff;
    width: 19px;
    height: 19px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    border-radius: 3px;
    margin-right: 12px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.eve_full_view.single-event .content-top .wp-time-top span.end-time {
    margin-left: 6px;
}
.eve_full_view.single-event .content-top .wp-time-top span.start-time {
    margin-right: 6px;
}

.plugin.event_listng_frst h4.weekday {
    font-size: 20px !important;
    text-transform: uppercase !important;
}

@media (max-width:430px) {
  .event-schedule-area-two .tab-content .table tbody tr td {
    display: block;
}
.event-schedule-area-two a.title_events {
    line-height: 21px;
}
.special_buttons {
    display: inherit !important;
}
.special_buttons .btn {
    margin-bottom: 8px;
    display: inline-block;
}
.card .button-div {
    display: inherit !important;
}
.card .button-div a {
    display: inline-block;
}
}

@media (max-width:767px) {
  .eve_full_view.single-event .content-top .wp-time-top span.start-time, .eve_full_view.single-event .content-top .wp-time-top span.end-time {
    display: block;
    margin: 0px;
}
.modal-content {
    max-width: 570px !important;
    width: 90%;
}

}

.noeventText {
    max-width: 500px;
    margin: 0px auto 0px !important;
    text-align: center;
    background: #027c111f;
    padding: 10px 5px;
    color: #027c11;
    border-top: 2px solid;
}