/*----------------------------------
	Plug-in Name: Modern Events Calendar
	Author: WEBNUS
	Author URI: https://webnus.net/
	Description: Modern Events Calendar
	License: GNU General Public License
/*-----------------------------------------------------------------------------------*/

.mec-wrap {
  position: relative;
  font-family: var(--mec-paragraph-font-family);
}

.mec-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mec-wrap h1,
.mec-wrap h2,
.mec-wrap h3,
.mec-wrap h4,
.mec-wrap h5,
.mec-wrap h6,
.entry-content .mec-wrap h1,
.entry-content .mec-wrap h2,
.entry-content .mec-wrap h3,
.entry-content .mec-wrap h4,
.entry-content .mec-wrap h5,
.entry-content .mec-wrap h6 {
  font-family: var(--mec-heading-font-family);
  color: #171c24;
  font-weight: 400;
  font-style: inherit;
  letter-spacing: normal;
  clear: none;
}

.mec-wrap h1 {
  font-size: 50px;
  line-height: 1.16;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.mec-wrap h2 {
  font-size: 36px;
  line-height: 1.14;
  margin-bottom: 10px;
}

.mec-wrap h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.mec-wrap h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.mec-wrap h5 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 7px;
}

.mec-wrap h6 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.mec-wrap .subheader {
  color: #849098;
}

.mec-wrap h1 strong {
  font-weight: 700;
}

.mec-wrap p {
  margin: 0 0 20px 0;
  color: #616161;
  font-size: 14px;
  line-height: 1.8;
}

.mec-wrap .elementor-widget-container p,
.mec-wrap .et_pb_module p {
  all: unset;
  display: block;
  margin: 0 0 20px 0;
}

.mec-wrap .read-more-text p span.more-text {
  display: none;
}

.mec-wrap .mec-event-article .mec-color-hover {
  box-shadow: none;
  border: none;
}

.mec-wrap abbr,
.mec-wrap acronym {
  cursor: auto;
  border: none;
}

.entry-content .mec-wrap a {
  box-shadow: none;
}

.mec-single-event-description.mec-events-content ul li,
.mec-single-event-description.mec-events-content ol li {
  color: #616161;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

/* Buttons Default */
.mec-wrap .button,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton):not([class*="et-"]),
.mec-wrap input[type="submit"],
.mec-wrap input[type="reset"],
.mec-wrap input[type="button"],
.lity-content .button,
.lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-details button):not(.elementor-add-section-inner button):not(.dismissButton):not([class*="et-"]),
.lity-content input[type="submit"],
.lity-content input[type="reset"],
.lity-content input[type="button"],
.lity-content input[type="submit"],
.mec-nextprev-next-button,
.mec-nextprev-prev-button {
  position: relative;
  border: 1px solid #ccecf4;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #fcfcfc;
  color: #07bbe9;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 10px 24px 10px;
  background: #ecf9fd;
  -webkit-transition: all 0.21s ease;
  -moz-transition: all 0.21s ease;
  transition: all 0.21s ease;
  border-radius: var(--mec-secondary-border-radius);
}

.mec-wrap .button:hover,
.mec-wrap a.button:hover,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.elementor-add-section-inner button):not(.dismissButton):not([class*="et-"]):hover,
.mec-wrap input[type="submit"]:hover,
.mec-wrap input[type="reset"]:hover,
.mec-wrap input[type="button"]:hover,
.lity-content .button:hover,
.lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not([class*="et-"]):hover,
.lity-content input[type="submit"]:hover,
.lity-content input[type="reset"]:hover,
.lity-content input[type="button"]:hover,
.lity-content input[type="submit"]:hover {
  border: 1px solid #38d5ed;
  box-shadow: 0 1px 0 0 #fafafa;
}

.mec-wrap .button svg,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button):not([class*="et-"]) svg,
.mec-wrap input[type="submit"] svg,
.mec-wrap input[type="reset"] svg,
.mec-wrap input[type="button"] svg,
.lity-content .button svg,
.lity-content button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button):not([class*="et-"]) svg,
.lity-content input[type="submit"] svg,
.lity-content input[type="reset"] svg,
.lity-content input[type="button"] svg,
.mec-nextprev-next-button svg,
.mec-nextprev-prev-button svg {
  margin-left: 30px;
}

.mec-wrap .button svg.back,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.et-fb-button) svg.back {
  margin-right: 30px;
  margin-left: 0;
}

/* Form Builder Button */
.mec-booking-form-container button {
  display: block;
}

/* Distance (Vertical Spaces) */
.vertical-space,
.vertical-space1,
.vertical-space2,
.vertical-space3,
.vertical-space4,
.vertical-space5 {
  display: block;
  width: 100%;
  margin: 0;
  clear: both;
  border: 0 none;
  height: 20px;
}

.vertical-space2 {
  height: 40px;
}

.vertical-space3 {
  height: 60px;
}

.vertical-space4 {
  height: 80px;
}

.vertical-space5 {
  height: 100px;
}

*+html hr.vertical-space,
*+html hr.vertical-space1,
*+html hr .vertical-space2,
*+html hr.vertical-space3,
*+html hr.vertical-space4,
*+html hr.vertical-space5 {
  height: 0;
  margin: 10px 0;
  background: #fff;
  border: 1px solid #fff;
}

*+html hr.vertical-space2 {
  margin: 20px 0;
}

*+html hr.vertical-space3 {
  margin: 30px 0;
}

*+html hr.vertical-space4 {
  margin: 40px 0;
}

*+html hr.vertical-space5 {
  margin: 50px 0;
}

@media only screen and (max-width: 479px) {

  .vertical-space,
  .vertical-space1 {
    height: 8px;
  }

  .vertical-space2 {
    height: 14px;
  }

  .vertical-space3 {
    height: 28px;
  }

  .vertical-space4 {
    height: 40px;
  }

  .vertical-space5 {
    height: 60px;
  }
}

@media only screen and (max-width: 960px) {

  .vertical-space,
  .vertical-space1 {
    height: 12px;
  }

  .vertical-space2 {
    height: 18px;
  }

  .vertical-space3 {
    height: 36px;
  }

  .vertical-space4 {
    height: 50px;
  }

  .vertical-space5 {
    height: 80px;
  }
}

.mec-wrap abbr {
  cursor: auto;
  border-bottom: 0;
}

/* Rotating Keyframe */
@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating2 {
  from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* ---------------------



    /* # Modern Events Calendar (WP Plugin) Styles
    ================================================== */
.mec-wrap {
  font-weight: 400;
  color: #626262;
}

.mec-wrap .mec-events a {
  border-bottom: none;
}

.mec-wrap .mec-container a {
  box-shadow: none;
}

.mec-event-content p {
  font-weight: 400;
}

.mec-wrap .mec-clear:before,
.mec-wrap .mec-clear:after {
  content: " ";
  display: table;
}

.mec-wrap .mec-clear:after {
  clear: both;
}

.mec-events-button {
  background: #fff;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  border: 1px solid #e3e3e3;
  border-radius: var(--mec-secondary-border-radius);
  text-shadow: none;
  margin-right: 10px;
  transition: 0.3s;
}

.mec-wrap .mec-events-button:hover {
  color: #fff;
}

.mec-no-event {
  display: none;
}

/* MEC Current Day Event Toggle
    -------------------------- */
#mec-active-current {
  display: block;
}

.current-hide #mec-active-current {
  display: none !important;
}

/* MEC Events Grid Classic
    -------------------------- */
.mec-event-grid-classic .mec-event-article {
  position: relative;
  border: 2px solid #e3e3e3;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
  margin-bottom: 30px;
  max-width: none;
  border-radius: var(--mec-primary-border-radius);
}

.mec-event-grid-classic .mec-event-content {
  color: #767676;
  padding: 0 20px 5px;
  text-align: center;
  min-height: 125px;
}

.mec-event-grid-classic .mec-event-title {
  color: #202020;
  margin: 10px 0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mec-event-grid-classic .mec-event-title a {
  color: #202020;
  transition: all 0.24s ease;
}

.mec-event-grid-classic .mec-event-date {
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 3px 20px;
  margin: 0 -20px 20px -20px;
  text-align: center;
}

.widget_mec_mec_widget .mec-event-grid-classic .mec-event-date {
  margin: 0;
}

.mec-event-grid-classic .mec-event-content p {
  font-size: 15px;
  color: #8a8a8a;
}

.mec-event-grid-classic .mec-event-content .mec-grid-event-location {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.mec-event-grid-classic .mec-event-detail {
  display: none;
}

.mec-event-grid-classic .mec-price-details {
  font-size: 12px;
  font-weight: 400;
}

.mec-event-grid-classic .mec-event-image {
  border-radius: var(--mec-primary-border-radius) var(--mec-primary-border-radius) 0 0;
  overflow: hidden;
}

.mec-event-grid-classic img {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

.mec-event-footer {
  position: relative;
  border-top: 1px solid #efefef;
  padding: 20px;
  min-height: 80px;
  margin: 0;
  background: #fafafa;
  border-radius: 0 0 var(--mec-primary-border-radius) var(--mec-primary-border-radius);
}

.mec-event-sharing-wrap {
  left: 15px;
  position: absolute;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.mec-event-sharing-wrap .mec-event-sharing {
  position: absolute;
  padding: 8px 0 2px;
  left: -6px;
  bottom: 54px;
  margin: 0;
  margin-top: 6px;
  border-radius: var(--mec-secondary-border-radius);
  min-width: 50px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #e2e2e2;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.06);
  z-index: 99;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

.mec-event-sharing-wrap .mec-event-sharing:after,
.mec-event-sharing-wrap .mec-event-sharing:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
}

.mec-event-sharing-wrap .mec-event-sharing:before {
  bottom: -21px;
  border-color: #e2e2e2 transparent transparent transparent;
}

.mec-event-sharing-wrap .mec-event-sharing:after {
  bottom: -19px;
  border-color: #ffffff transparent transparent transparent;
}

.mec-event-sharing-wrap:hover .mec-event-sharing {
  opacity: 1;
  visibility: visible;
}

.mec-event-sharing-wrap li {
  text-align: center;
  border: 0;
  display: block;
  margin-right: 2px;
  overflow: hidden;
  margin: 0 auto 6px;
  width: 38px;
}

.mec-event-sharing-wrap li.mec-event-share {
  height: 38px;
}

.mec-event-sharing-wrap:hover>li {
  cursor: pointer;
  background-color: #40d9f1;
}

.mec-event-sharing-wrap:hover li a {
  color: #fff;
}

.mec-event-sharing-wrap>li:first-of-type {
  border: 1px solid #d9d9d9;
  border-radius: var(--mec-secondary-border-radius);
}

.mec-event-sharing-wrap:hover li ul li a,
.mec-event-sharing-wrap li a {
  border: none;
  color: #767676;
  display: block;
}

.mec-event-sharing-wrap li a .mec-social-title {
  padding-right: 10px;
  display: none;
}

.mec-event-sharing-wrap li i {
  width: 36px;
  height: 36px;
  display: table-cell;
  vertical-align: middle;
}

.mec-event-sharing-wrap li svg {
  height: 16px;
}

.mec-event-sharing-wrap .mec-event-sharing li a {
  display: block;
}

.mec-event-sharing-wrap .mec-event-sharing li:hover a {
  color: #40d9f1;
}

.mec-event-sharing .mec-event-share:hover .event-sharing-icon {
  background: #40d9f1;
  border-width: 0 1px 0;
  cursor: pointer;
}

.mec-event-sharing .mec-event-map {
  border-width: 1px 0 1px;
}

.mec-event-footer .mec-booking-button {
  box-shadow: none;
  transition: all 0.21s ease;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #fff;
  color: #767676;
  border: 1px solid #e8e8e8;
  position: absolute;
  top: 20px;
  right: 15px;
  padding: 0 16px;
  line-height: 37px;
  height: 38px;
  border-radius: var(--mec-secondary-border-radius);
}

.mec-event-footer .mec-booking-button:hover {
  background: #191919;
  color: #fff;
  border-color: #191919;
}

@media only screen and (max-width: 960px) {
  .mec-event-grid-classic {
    margin-bottom: 30px;
  }
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel {
  padding: 36px 0 16px;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav {
  margin: 5px 0;
  width: 100%;
  position: absolute;
  top: 15px;
  padding: 0;
}

/* Events Grid Widget */
.mec-skin-grid-container.mec-widget {
  padding-top: 18px;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel {
  padding: 20px 0 16px;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav div {
  position: absolute;
  background: #fff;
  line-height: 0;
  width: 34px;
  height: 26px;
  padding: 6px;
  text-align: center;
  margin-top: -17px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  text-align: center;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.028);
  transition: all 0.33s ease;
}

.mec-skin-grid-container .mec-categories {
  padding: 0;
}

.mec-skin-grid-container .mec-categories li {
  list-style: none;
}

.mec-skin-grid-container .mec-categories li a {
  color: #000;
  text-align: left;
  transition: all 0.23s ease;
  -webkit-transition: all 0.23s ease;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav i {
  font-size: 12px;
  color: #40d9f1;
  cursor: pointer;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-next {
  right: 0;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-sharing {
  display: none;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer {
  text-align: center;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer .mec-booking-button {
  position: static;
  padding: 11px 16px;
}

.widget .mec-event-footer ul.mec-event-sharing-wrap li a.mec-event-share-icon {
  padding: 0;
}

@media screen and (min-width: 56.875em) {
  .mec-widget .mec-month-container dl {
    margin-bottom: 0;
  }
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-footer {
  text-align: right;
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap {
  left: 5px;
  padding-left: 5px;
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap .mec-event-sharing {
  left: 0;
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing {
  position: absolute;
  top: auto;
  bottom: 52px;
  margin: 0;
  margin-top: 0;
  border-radius: var(--mec-secondary-border-radius);
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing:after {
  top: auto;
  bottom: -17px;
  border-color: #fff transparent transparent transparent;
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing:before {
  top: auto;
  bottom: -18px;
  border-color: #e2e2e2 transparent transparent transparent;
}

/* Widgets View List and Grid */
.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button {
  position: absolute;
  background: #fff;
  padding: 6px;
  margin-top: -17px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.028);
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover {
  background: #40d9f1;
  border-color: #40d9f1;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover i {
  color: #fff;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button {
  width: 40%;
  float: right;
  color: #202020;
  height: 36px;
  line-height: 14px;
  font-size: 12px;
  width: auto;
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button:hover {
  color: #fff;
}

.mec-widget .mec-event-list-modern .col-md-2.col-sm-2,
.mec-widget .mec-event-list-modern .col-md-6.col-sm-6 {
  padding: 0;
  width: 100%;
  display: block;
  position: unset;
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
  width: 80%;
  height: 46px;
  line-height: 22px;
  padding: 11px 20px;
  float: right;
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
  top: auto;
  bottom: 5%;
}

@media (max-width: 480px) {
  .mec-widget .mec-event-list-modern .col-md-4.col-sm-4 {
    padding: 0;
  }

  .mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
    width: 100%;
  }
}

.mec-widget .mec-event-list-modern .mec-month-divider {
  margin: 30px 0 10px 0;
}

.mec-widget .mec-event-list-minimal .mec-event-date span {
  font-size: 12px;
}

.mec-widget .mec-event-list-minimal .mec-event-date:after {
  height: 29px;
}

.mec-widget .mec-event-list-minimal .col-md-9,
.mec-widget .mec-event-list-minimal .col-md-3 {
  display: block;
  width: 100%;
  text-align: left;
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
  position: relative;
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
  width: 100%;
  text-align: center;
}

.mec-widget .mec-event-list-minimal .mec-event-date:first-child {
  margin-right: 24px;
}

/* MEC Events Grid Clean
    -------------------------- */
.mec-event-grid-clean {
  margin-bottom: 10px;
  max-width: none;
}

.mec-event-grid-clean .mec-event-article {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #e2e2e2;
  text-align: center;
  padding: 15px 15px 0;
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
  border-radius: var(--mec-primary-border-radius);
}

.mec-event-grid-clean .mec-event-content {
  background: #fff;
  color: #767676;
  padding: 25px 16px 0;
  text-align: left;
}

.mec-event-grid-clean .mec-event-title {
  color: #202020;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 21px;
  text-transform: capitalize;
}

.mec-event-grid-clean .mec-event-title a {
  color: #202020;
  transition: all 0.24s ease;
}

.mec-event-grid-clean .mec-event-date {
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #40d9f1;
  color: #fff;
  padding: 3px 0;
  margin: 0;
  text-align: center;
}

.mec-event-grid-clean .mec-event-content p {
  font-size: 15px;
  color: #9a9a9a;
  line-height: 1.54;
}

.mec-event-grid-clean img {
  margin-bottom: 0;
  width: 100%;
  border-radius: var(--mec-secondary-border-radius);
}

.mec-event-grid-clean .event-grid-t2-head {
  margin-bottom: 10px;
  color: #fff;
  padding: 9px 14px 6px;
  text-align: left;
  border-radius: var(--mec-secondary-border-radius);
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-date {
  font-size: 50px;
  line-height: 50px;
  float: left;
  margin-right: 11px;
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-month {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  padding-top: 4px;
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-detail {
  font-size: 12px;
}

.mec-event-grid-clean .event-grid-t2-head .mec-categories li a {
  margin-bottom: 10px;
  color: #fff;
}

.mec-event-grid-clean .event-grid-t2-head .mec-categories li a:hover {
  color: #000;
}

.mec-event-grid-clean .mec-event-sharing-wrap {
  left: 0;
  padding-left: 0;
}

.mec-event-grid-clean .mec-event-footer {
  position: relative;
  border-top: 2px solid;
  padding: 20px 0;
  margin: 0 14px;
  text-align: left;
  background: none;
}

.mec-event-grid-clean .mec-event-footer .mec-booking-button {
  right: 0;
}

.mec-event-grid-clean .row {
  margin-bottom: 30px;
}

/* MEC Events Grid Modern
    -------------------------- */
.mec-event-grid-modern {
  margin-bottom: 10px;
  max-width: none;
}

.mec-event-grid-modern .mec-event-article {
  position: relative;
  border: 1px solid #e2e2e2;
  text-align: center;
  margin-bottom: 30px;
  padding: 45px 15px 10px;
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
  border-radius: var(--mec-primary-border-radius);
}

.mec-event-grid-modern .mec-event-content {
  color: #767676;
  padding: 0 15px 10px;
  text-align: left;
}

.mec-event-grid-modern .mec-event-title {
  color: #202020;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 24px;
  text-transform: none;
  letter-spacing: -1px;
}

.mec-event-grid-modern .mec-event-title a {
  color: #202020;
  transition: all 0.24s ease;
}

.mec-event-grid-modern .mec-event-content .mec-categories-wrapper,
.mec-event-grid-modern .mec-event-content .mec-shortcode-organizers {
  margin-bottom: 10px;
}

.mec-event-grid-modern .mec-event-content p,
.mec-event-grid-modern .mec-event-content .mec-categories-wrapper,
.mec-event-grid-modern .mec-event-content .mec-shortcode-organizers {
  font-size: 15px;
  color: #9a9a9a;
  line-height: 1.54;
}

.mec-event-grid-modern img {
  margin-bottom: 0;
  width: 100%;
}

.mec-event-grid-modern .event-grid-modern-head {
  margin-bottom: 0;
  padding: 9px 14px 6px;
  text-align: left;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-date {
  font-size: 50px;
  line-height: 50px;
  float: left;
  margin-right: 11px;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-month {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  padding-top: 4px;
  margin-bottom: 5px;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-detail {
  font-size: 12px;
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
  margin-top: 9px;
  color: #c0c0c0;
  font-size: 35px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.mec-event-grid-modern .mec-event-footer {
  position: relative;
  height: 90px;
  padding: 20px 0;
  border: none;
  margin: 0 14px;
  text-align: left;
  background: none;
}

.mec-event-grid-modern .mec-event-footer .mec-booking-button {
  right: auto;
  left: 0;
}

.mec-event-grid-modern .mec-event-sharing-wrap {
  left: auto;
  right: 0;
  padding-left: 0;
}

.mec-event-grid-modern .mec-event-sharing {
  left: auto;
  right: -6px;
}

.mec-event-grid-modern .mec-event-sharing-wrap li {
  border-radius: 55px;
}

.mec-event-grid-modern .row {
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .mec-event-grid-modern .mec-event-article {
    padding-bottom: 30px;
  }

  .mec-event-grid-modern .mec-event-sharing {
    top: 60px;
    left: 0;
    right: auto;
  }

  .mec-event-grid-modern .mec-event-footer .mec-booking-button {
    top: 0;
  }
}

/* MEC Events Sold Out
    ------------------------------------ */
span.mec-event-title-soldout {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #e63360;
  color: #fff;
  padding: 3px 8px;
  line-height: 1;
  border-radius: 15px;
  white-space: nowrap;
  vertical-align: middle;
}

/* MEC Repeating Label
    ------------------------------------ */
.mec-repeating-label {
  background: #222;
  color: #fff;
  padding: 3px 8px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 40px;
  display: inline-block;
}

/* MEC Events Grid Modern Colorful
    ------------------------------------ */
.mec-event-grid-colorful .mec-event-article {
  min-height: 400px;
  border: none;
  box-shadow: none;
  background: #40d9f1;
  padding-top: 25px;
  margin: 0;
  color: #fff;
  border-radius: var(--mec-primary-border-radius);
}

.mec-event-grid-colorful .mec-event-content {
  background: none;
}

.mec-event-grid-colorful .mec-event-content p,
.mec-event-grid-colorful .event-grid-modern-head,
.mec-event-grid-colorful .mec-event-sharing-wrap>li>a,
.mec-event-grid-colorful .event-grid-modern-head .mec-event-day,
.mec-event-grid-colorful .mec-event-title a,
.mec-event-grid-colorful .event-grid-modern-head .mec-event-date,
.mec-event-grid-colorful ul.mec-categories li.mec-category a {
  color: #fff;
}

.mec-event-grid-colorful .mec-event-footer .mec-booking-button,
.mec-event-grid-colorful .mec-event-footer .mec-modal-booking-button {
  border: none;
}

.mec-event-grid-colorful .mec-event-sharing-wrap>li {
  border-color: #fff;
}

.mec-event-grid-colorful .mec-event-sharing-wrap:hover>li {
  background: #333;
  border-color: #333;
}

.mec-event-grid-colorful .mec-event-title a.mec-color-hover:hover {
  color: #fff;
  text-decoration: underline;
}

.mec-event-grid-colorful .mec-event-title .event-color {
  display: none;
}

.mec-event-grid-colorful div[class^="col-md-"] {
  padding: 0 1px 1px 0;
  margin: 0;
}

.mec-event-grid-colorful .mec-event-article .mec-time-details,
.mec-event-grid-colorful .mec-event-article .mec-price-details {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-day {
    font-size: 26px;
  }

  .mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-month {
    font-size: 15px;
  }

  .mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-date {
    font-size: 50px;
  }

  .mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-title {
    font-size: 21px;
  }

  .mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-content p {
    font-size: 13px;
  }

  .mec-wrap .mec-event-grid-colorful .col-md-3.col-sm-3 .mec-event-sharing-wrap {
    bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .mec-wrap.mec-sm959.mec-event-grid-colorful div[class^="col-md-"] {
    width: 50%;
  }
}

/* MEC Event-list Minimal
    -------------------------- */
.mec-event-list-minimal .mec-event-article {
  border-bottom: 1px solid #efefef;
  padding: 24px 0 16px;
}

.mec-event-list-minimal .mec-wrap .col-md-9 {
  padding: 0;
}

.mec-event-list-minimal .mec-event-date {
  position: relative;
  float: left;
  margin-right: 30px;
  color: #fff;
  width: 52px;
  padding: 6px 4px 3px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.mec-event-list-minimal .mec-event-date {
  min-width: 52px;
  width: fit-content;
  line-height: 1.3;
  border-radius: var(--mec-secondary-border-radius);
}

.mec-event-list-minimal .mec-event-date:nth-child(2) {
  margin: 0 30px 0 -20px;
}

.mec-event-list-minimal .mec-event-date span {
  display: block;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

.mec-event-list-minimal .mec-event-date:after {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  left: 0px;
  top: 0px;
  height: 34px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02);
}

.mec-event-list-minimal .mec-event-date:after {
  width: 100%;
}

.mec-event-list-minimal .mec-event-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mec-event-list-minimal .mec-time-details,
.mec-event-list-minimal .mec-event-detail,
.mec-event-list-minimal .mec-price-details,
.mec-event-list-minimal .mec-categories-wrapper,
.mec-event-list-minimal .mec-shortcode-organizers {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #9a9a9a;
  margin-bottom: 10px;
}

.mec-event-list-minimal .btn-wrapper {
  text-align: right;
  padding-right: 0;
  padding-top: 6px;
  text-align: center;
}

.mec-event-list-minimal .btn-wrapper .mec-detail-button {
  border-bottom: 0;
  margin-bottom: 14px;
  margin-right: 0;
  box-shadow: none;
  border-radius: var(--mec-secondary-border-radius);
}

.mec-event-list-minimal a.mec-detail-button {
  text-align: center;
  display: inline-block;
  background: #ededed;
  color: #191919;
  padding: 12px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.24s ease;
}

.mec-event-list-minimal a.mec-detail-button:hover {
  background: #292929;
  color: #fff;
}

.vc_col-sm-4 .mec-event-list-minimal .mec-event-date,
.vc_col-sm-6 .mec-event-list-minimal .mec-event-date {
  margin-right: 12px;
}

.vc_col-sm-4 .mec-event-list-minimal .mec-event-title,
.vc_col-sm-6 .mec-event-list-minimal .mec-event-title {
  font-size: 15px;
  letter-spacing: 2px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mec-event-list-minimal .btn-wrapper {
    padding-left: 0;
  }

  .mec-event-list-minimal .mec-event-date {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mec-event-list-minimal .btn-wrapper .mec-detail-button {
    display: block;
    text-align: center;
    margin: 0;
    margin-top: 16px;
    padding: 8px;
  }

  .mec-event-list-minimal .btn-wrapper {
    margin: 12px 0;
  }
}

@media only screen and (max-width: 479px) {
  .mec-event-list-minimal .mec-event-date {
    float: none;
    width: 160px;
    margin: 8px auto;
  }

  .mec-event-list-minimal .mec-event-date span {
    display: inline;
    padding-right: 25px;
    margin-right: 7px;
    font-size: inherit;
  }

  .mec-event-list-minimal .mec-event-date:after {
    width: 45%;
    box-shadow: 4px 0 4px rgba(0, 0, 0, 0.02);
  }

  .mec-event-list-minimal .btn-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .mec-event-list-minimal {
    text