/**
 * @section playlist
 */
.l-playlist {

}

.b-playlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b-playlist__item {
  display: inline-block;
  max-width: 365px;
}

.b-playlist__link {
  position: relative;
  display: block;
}

.b-playlist__link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  background: url('../images/play-btn.png') 0 0 / cover no-repeat;
  content: '';
}

.b-playlist__thumb {
  width: 100%;
  height: auto;
}

.b-playlist__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 1.2;
}

.l-playlist .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba( 0, 0, 0, .5 ) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAQAAABLCVATAAAAlklEQVR42u2ULQ4CMRgFPw83QUBAgWVZCWciwcEZIGGzKNbydzAMYhAIqO17AtE5wGRe2zQKLuix5kyliy58WGqaG1+mHg20uZorKY1QkzDxaCrHKFjkaO5/XjOXaoRRDNl7zmbLk19eDCIHdi7RiINjmv6CUnhYrr9UyVVjl+oY4VGdIjyqWa4l/VpWoUGfDR214ii8Ab7Tzd/ztbNwAAAAAElFTkSuQmCC') 50% 50% no-repeat;
  border-radius: 50%;
}
.l-playlist .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba( 0, 0, 0, .5 ) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAQAAABLCVATAAAAlUlEQVR42u3RsQ4BQRhF4el5EwWhojWUPJNExzOQECrb7loPplEcyWxBlHNvoZjzAF/unz+UlFhSsaWvMmu6Go2Z8alVoCtYKE5goRiDi5rz2yOXisZVZZVAHRnlUQNefPdk74J2ntMODB1M43l/m8MsPGvin6+55zATnUlx1o9KcdHXpJg6mBQruuqgRuTGhl4omXoDTL3N33qRxRgAAAAASUVORK5CYII=') 50% 50% no-repeat;
  border-radius: 50%;
}


/**
 * @section videoItem
 */
.b-videoItem {

}

.b-videoItem__link {
  position: relative;
  display: block;
}

.b-videoItem__link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  background: url('../images/play-btn.png') 0 0 / cover no-repeat;
  content: '';
}

.b-videoItem__thumb {
  width: 100%;
  max-width: 100%;
}

.b-videoItem__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 1.2;
}


/**
 * common styles
 */
.-type_video {
  background-color: #333333;
  color: #a3a3a3;
}


/**
 * Events
 */
.ajde_evcal_calendar .calendar_header {
  margin-bottom: 43px !important;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event {
  border-top: 1px solid #4f4f4f;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event:first-child {
  border-top: none;
}
.eventon_fullcal {
  border-bottom: none !important;
  margin-bottom: 30px !important;
}
.eventon_fullcal .eventon_fc_daynames,
.eventon_fullcal .eventon_fc_daynames .evo_fc_day {
  border-color: transparent !important;
  font-size: 19px !important;
}
.eventon_fullcal .eventon_fc_days {
  border-left: 1px solid #e9e9e9;
}
.eventon_fullcal .evo_fc_day.bb {
  border-bottom: 1px solid #e9e9e9 !important;
}
.eventon_fc_daynames .evo_fc_day {
  background: #fbfbfb;
  line-height: 57px;
}
.eventon_fullcal .evo_fc_day {
  border-top: 1px solid #e9e9e9 !important;
  border-right: 1px solid #e9e9e9 !important;
  color: #a5a5a5 !important;
  font-size: 22px !important;
  font-weight: 300 !important;
}
.eventon_fc_days .evo_fc_day {
  line-height: 23px;
}
.eventon_fc_days .evo_fc_day.has_events {
  border: 1px solid #037445 !important;
  background-position: 50% 50%;
  background-size: cover;
  font-weight: bold !important;
  font-size: 30px !important;
  text-shadow: 0 0 15px #000;
}
.evo_fc_day.has_events + .evo_fc_day.has_events {
  border-left: none !important;
}
.eventon_fc_days .evo_fc_day.has_events:hover {
  background-color: #037445 !important;
  color: #fff !important;
}
.eventon_fc_days .evo_fc_day.has_events span {
  display: none;
}
#evcal_list .eventon_list_event p.no_events {
  border-color: #4f4f4f !important;
}
.eventon_fullcal .evo_fc_day.on_focus {
  border-color: #037445 !important;
}

.eventon_events_list .eventon_list_event .evcal_cblock {

}
.eventon_events_list .eventon_list_event .evcal_list_a.hasFtIMG {
  min-height: 150px;
}
.eventon_events_list .eventon_list_event .evcal_desc {
  padding-left: 95px !important;
}
@media screen and (max-width: 742px) {
  .eventon_events_list .eventon_list_event .evcal_desc {
    padding-top: 165px !important;
  }
}
.eventon_events_list .eventon_list_event .evcal_list_a.hasFtIMG .evcal_desc {
  padding-left: 390px !important;
}
@media screen and (max-width: 742px) {
  .eventon_events_list .eventon_list_event .evcal_list_a.hasFtIMG .evcal_desc {
    padding-left: 95px !important;
  }
}
.eventon_events_list .eventon_list_event .ev_ftImg {
  margin: -15px 0 -20px 80px !important;
  width: 295px !important;
  height: 150px !important;
  max-height: 150px !important;
}
@media screen and (max-width: 742px) {
  .eventon_events_list .eventon_list_event .ev_ftImg {
    margin: 0 15px 0 95px !important;
    width: calc(100% - 110px) !important;
    border-radius: 0 !important;
  }
}

.eventon_events_list .eventon_list_event .evcal_cblock,
.evo_pop_body .evcal_cblock {
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px !important;
  width: 80px;
  border-right: 1px solid #4f4f4f;
  color: #fff !important;
  text-align: center;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,
.evo_pop_body .evcal_desc span.evcal_desc2 {
  margin-top: 6px;
  color: #fff !important;
}

.evcal_desc_info {
  margin-top: 6px;
  display: flex !important;
}
@media screen and (max-width: 742px) {
  .evcal_desc_info {
    flex-direction: column;
  }
}
.evcal_desc_info em {
  color: #737375 !important;
  font-weight: 700 !important;
  font-size: 14px;
}
.evcal_time {
  order: 2;
}
.evcal_location {
  order: 1;
}
.evcal_location:after {
  content: ' |';
}
@media screen and (max-width: 742px) {
  .evcal_location:after {
    display: none;
  }
}
.evcal_time,
.evcal_location {
  padding-left: 0 !important;
}
.evcal_time:before,
.evcal_location:before {
  display: none !important;
}


/**
 * Event Popup
 */
.evo_lightbox .evo_lightbox_body {
  border-radius: 0 !important;
}
.evopop_top {
  position: relative;
  background-color: #282828;
  border-bottom-color: #282828 !important;
}


/**
 * eventBox
 */
.evo_metarow_details {
  border-bottom: 0 !important;
}

.b-eventBox {

}
.b-eventBox__header {
  text-align: center;
}
.b-eventBox__button {
  display: inline-block;
  box-sizing: border-box;
  margin: 10px;
  width: 230px;
  border: 1px solid #037445 !important;
  border-radius: 5px;
  background: transparent;
  color: #fff !important;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 16px;
}
.b-eventBox__button.-type_register {
  background: #037445;
}
.b-eventBox__content {
  display: none;
  background: #000 !important;
  text-align: center;
}
.b-eventForm {
  position: relative;
  margin: 0 auto;
  width: 344px;
  max-width: 100%;
  color: #808080;
}
.b-eventForm__title {
  margin: 0 0 6px;
}
.b-eventForm__content {

}
.b-eventForm input[type="text"],
.b-eventForm input[type="email"],
.b-eventForm textarea {
  width: 100%;
  border: 1px solid #7b7b7b;
  padding: 12px 18px;
  background: #575757;
  font-size: 14px;
  line-height: 25px;
}
.b-eventForm input[type="submit"] {
  box-sizing: border-box;
  margin: 0 10px;
  width: 135px;
  border: 1px solid #037445;
  border-radius: 5px;
  background: #037445;
  color: #fff;
  text-transform: uppercase;
  line-height: 34px;
  font-size: 16px;
}
.b-eventForm__response {
  font-weight: 700;
}
.b-eventForm__response.-type_error {
  color: #d71c24;
}
.b-eventForm__response.-type_success {
  color: #037445;
}
.b-eventForm__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  background: url('/wp-content/plugins/contact-form-7/images/ajax-loader.gif') no-repeat;
}


/**
 * gmgnation
 */
.b-gmgnation {

}


/**
 * gmgnationTabs
 */
.b-gmgnationTabs {
  margin: 0 0 37px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.b-gmgnationTabs__item {
  position: relative;
  display: inline-block;
  margin: 0 18px !important;
  width: 50px;
  height: 50px;
  border: 1px solid #017242;
  border-radius: 50%;
  background: #017242;
  color: #fff;
  vertical-align: top;
  line-height: 50px !important;
  text-align: center;
  font-size: 22px !important;
  cursor: pointer;
}
.b-gmgnationTabs__item.-state_active {
  border-color: #e8e8e8;
  background: #fff;
  color: #000307;
}


/**
 * gmgnationList
 */
.b-gmgnationList {

}
.b-gmgnationList__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b-gmgnationList__list:after {
  height: 0;
  min-width: 350px;
  content: '';
}
.b-gmgnationList__item {
  position: relative;
  margin: 0 0 60px !important;
  padding: 0 0 15px;
  width: 350px;
  vertical-align: top;
}
.b-gmgnationList__item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #017242;
  content: '';
}
.b-gmgnationList__ill {
  margin: 0 0 25px;
}
.b-gmgnationList__img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border: 1px solid #e8e8e8;
}
.b-gmgnationList__meta {
  margin: 0 0 15px;
}
.b-gmgnationList__icon {
  float: left;
  margin: 0 15px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8e8e8;
  color: #fff;
  line-height: 40px !important;
  text-align: center;
  font-size: 22px !important;
}
.b-gmgnationList__name {
  font-weight: bold;
  font-size: 16px;
  color: #191a19;
}
.b-gmgnationList__date {
  font-size: 12px;
  color: #8c8c8c;
}
.b-gmgnationList__content {
  font-size: 14px;
  line-height: 25px;
  color: #191a19;
}


.evo_sm.ClickToCopy {
  width: 70%;
}
.b-click2copy {
  display: flex;
  align-items: center;
}
.b-click2copy__link {

}
.b-click2copy__input {
  display: none;
  box-sizing: border-box;
  margin: 0 10px;
  padding: 0 5px;
  width: calc(100% - 230px);
  height: 30px;
  border: 1px solid #7b7b7b;
  background: #575757;
  line-height: 28px;
}
.b-click2copy__button {
  display: none;
  box-sizing: border-box;
  width: 150px;
  height: 30px;
  border: 1px solid #666 !important;
  border-radius: 5px;
  background: transparent;
  color: #fff !important;
  text-transform: uppercase;
  line-height: 28px;
  font-size: 10px;
}
.inner-header {
  background-position: 50% 50% !important;
  background-size: cover !important;
}
