/* main.css */
@import url("home.css");
@import url("media-queries.css");
@import url("header.css");

/********************
 * Footer
 * *********************/

span.overlayUser.hiddenHover.textLabelUser,
span.loadMore__text {
  font-weight: 350 !important;
}

.search .entry-meta {
  display: none;
}

/*Media Page*/

a h4.gb-text{
  transition: all 0.2s ease-in-out;
}
a h4.gb-text:hover{
  color: #d1d1d1;
}

.media-text-buttons {
  width: 100%;
  padding: 0 20px;
  transition: all 0.2s ease-in-out;
}

span.gb-shape svg:hover{
  fill: white;
}

/********************
 * Activities map
 * *********************/

.activities-map-section {
  padding: 27px;
}
.activities-map-section .grid-container {
  border-radius: 12px !important;
}

/********************
 * HERO Section Flexible Content
 * *********************/

.hero-section {
  background-position: 65% center;
  /* background-position: 51% 100%; */
  height: 900px;
  padding-top: 70px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-id-494 section.hero-section.position-relative.z-0.mb-3 {
  margin: 0 !important;
}

.hero-container-media {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.hero-container-media {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-video-container {
  width: 821px;
  /* width: 100%; */
}

p.hero-description {
  font-size: clamp(1rem, 5vw, 1.367rem);
  line-height: clamp(1.2rem, 5vw, 1.573rem);
  max-width: 414px;
  width: 100%;
  letter-spacing: 1.094px;
  font-weight: 325;
}

h1.hero-section-header {
  font-size: clamp(3.1rem, 5vw, 3.692rem);
  line-height: clamp(3.1rem, 5vw, 3.692rem);
  font-weight: 450;
}

/********************
 * Under HERO Section Flexible Content
 * *********************/

/* .under-hero-section{
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
} */

.under-hero-container {
  padding: 0 27px;
}

.under_hero_text-container {
  max-width: 790px;
  width: 100%;
  margin: auto;
}

/********************
 * Image Text Section Flexible Content
 * *********************/

.aligned-section.row.g-4.h-100 {
  align-items: center !important;
}

/********************
 * Featured Post Section Flexible Content
 * *********************/

.featured-container-loop {
  padding-top: 38px;
  transition: all 0.2s ease-in-out;
}

.featured-post img.featured-post-img {
  border-radius: 12px;
  object-fit: cover;
}

.featured-post-img {
  width: 100% !important;
  max-width: 340px;
  height: auto !important;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 12px;
}

img .featured-post-img:hover {
  transform: scale(0.9);
  transition: all 0.2s ease-in-out;
}

.featured-heading {
  padding-bottom: 20px;
}

a.posted-title-link:hover {
  color: var(--primary) !important;
  text-decoration: none !important;
}

h4 a:hover,
h4 a:focus,
h4 a:active {
  color: var(--primary) !important;
  text-decoration: none !important;
}

.featured-excerpt {
  margin: 0;
  padding-bottom: 10px;
}

span.featured-date {
  color: #2a2b6b;
  font-family: "Gotham Narrow";
  font-size: 1rem;
  font-style: normal;
  font-weight: 325;
  line-height: 23px; /* 143.75% */
  letter-spacing: 0.8px;
  padding-bottom: 12px !important;
}

.featured-read-more {
  font-size: 1rem;
  font-style: normal;
  font-weight: 350;
  line-height: 19px; /* 118.75% */
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

a.featured-read-more:hover,
a.featured-read-more:focus,
a.featured-read-more:active {
  color: var(--primary) !important;
}

/********************
 * Filtering Listing Section Flexible Content
 * *********************/

/* .filter-dropdowns{
  width: 100%;
 } */

/*Filter Buttons*/
.filter-label-text {
  color: var(--accent);
  text-align: center;
  font-family: "Gotham Narrow";
  font-style: normal;
  font-weight: 400;
  line-height: 51px; /* 204% */
}

.post-filter-dropdown {
  border-radius: 5px;
  border: 1px solid #335575;
  max-width: 341px;
  width: 100%;
  height: 51px;
  flex-shrink: 0;
  color: #335575;
  /* font-family: "Gotham Narrow"; */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 51px; /* 255% */
  padding: 10px 20px;
}

.clear-filter-btn {
  max-width: 161px;
  width: 100%;
  height: 51px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #335575;
  background: #f7e3a8;
  color: #335575;
  /* font-family: "Gotham Narrow"; */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.featured-post-card.filtered-item {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.featured-post-card.filtered-item:hover {
  transform: translateY(-20px);
  cursor: pointer;
}

.featured-image-wrapper {
  /* aspect-ratio: 353.68/265.26; */
  /* object-fit: cover; */
  border-radius: 12px 12px 0 0 !important;
  padding: 0;
}

.card-content-filter {
  padding: 15px 24px;
  border-radius: 0 0 12px 12px;
  background-color: #f4f4f4;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  min-height: 600px;
  display: flex;
  flex-direction: column;
}

.contact-item {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 22px;
}

.contact-text a p:hover {
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}

.contact-item p {
  margin: 0;
}

.btn-load-more {
  border-radius: 10px;
  background: white;
  border: 1px solid #335575;
  color: #335575;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 109.091% */
  letter-spacing: 1.1px;
  transition: 0.5s all;
  text-transform: uppercase;
}
.btn-load-more:focus {
  border-radius: 10px;
  background: white;
  border: 1px solid #335575;
  color: #335575;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 109.091% */
  letter-spacing: 1.1px;
  transition: 0.5s all;
  text-transform: uppercase;
}
.btn-load-more:hover {
  background: #335575;
  color: white;
}

img.filtered-post-img {
  aspect-ratio: 16 / 9;
  width: 100% !important;
  border-radius: 12px 12px 0 0 !important;
  object-fit: cover !important;
}

/********************
 * Carousel Section Flexible Content
 * *********************/

/********************
 * Featured Section Flexible Content
 * *********************/
.featured-highlight-container .row {
  display: flex;
}
.featured-image-container {
  height: 100%;
  display: flex;
}

.featured-image-container img {
  width: 100%;
  height: 100%; /* fill the container height */
  object-fit: cover; /* maintain aspect ratio, crop if needed */
  object-position: center;
}

/********************
 * Featured Section Flexible Content
 * *********************/

.featured-title {
  text-transform: uppercase !important;
}

.card-post {
  border-radius: 0 0 12px 12px;
  background: #f4f4f4;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 0;
  overflow: hidden;
}

.post-card-img {
  width: 100% !important;
  /* max-width: 340px; */
  height: auto !important;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  border-radius: 12px 12px 0 0;
  aspect-ratio: 1/1 !important;
}

/********************
 * Image Text Flexible Content
 * *********************/

.block-grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  width: 100%;
  column-gap: 26px;
}

.photo-container img {
  width: 100%;
}

.text-column-contained {
  width: 100%;
  max-width: 340px;
}

.image-wrapper.W-100 {
  height: 100%;
}

/*Trip Area Styles*/
.area {
  display: flex;
  display: --webkit-flex;
  justify-content: space-between;
  padding: 18px 36px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.area:nth-child(even) {
  background: #f7e3a8;
}

.area:nth-child(odd) {
  background: #aae69d;
}

/*Gravity Forms Styles*/
select {
  cursor: pointer !important;
}

.page-id-472 .tex-column-contained {
  width: 100%;
  max-width: 500px;
}

.gf-shortcode-full {
  padding: 32px;
  background-color: #f4f4f4;
  justify-content: flex-end;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  display: --web-kit-flex;
  height: 100%;
  align-items: center;
}

h2.gform_submission_error.hide_summary {
  font-size: 1rem !important;
  font-weight: 200 !important;
}

.ginput_container input,
.gfield_select,
textarea {
  border-radius: 26px !important;
  border: 1px solid #2a2b6b;
  /* padding:25px 2px !important; */
  height: 49px !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
}

#gform_submit_button_2 {
  all: unset;
  display: block;
  width: 100%;
  cursor: pointer;

  /* Background setup */
  background-image: url(https://devecity.evokad.com/wp-content/uploads/2025/10/Asset-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  /* Text styling */
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: clamp(1rem, 5vw, 1.25rem);
  text-align: center;
  line-height: 1;

  /* Spacing so text sits nicely on image */
  padding: 1.25rem 0;
  border: none;
  box-shadow: none;
  background-color: transparent; /* in case theme adds any bg */
}

select#input_2_5 {
  display: flex;
  align-items: center;
}

/*Footer*/
form#gform_1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  column-gap: 30px;
}

form#gform_1 .gform-footer.gform_footer.top_label {
  margin: 0 !important;
}

input#gform_submit_button_1 {
  border: 0 !important;
  outline: white !important;
  box-shadow: none;
  padding: 0;
}

div#gform_wrapper_1 .gform_heading h2.gform_title {
  color: var(--primary);
}

/********************
 * Post Filter Flexible Content
 * *********************/

.filter-wrapper {
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  align-items: center;
}

.post-filter-dropdown {
  border-radius: 5px !important;
  border: 1px solid #335575;
  color: #335575;
  font-family: "Gotham Narrow";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 51px;
}

.post-hidden {
  display: none !important;
}

.sr-only {
  color: #335575;
  font-family: "Gotham Narrow";
  font-size: 19.062px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.886px; /* 204% */
}

/*Contact US Page Gravity Form*/

/* .page-id-500 h2.gform_title,
.page-id-498 h2.gform_title {
  display: none;
} */

.ginput_container input,
.gfield_select,
textarea,
select {
  border-radius: 26px !important;
  border: 1px solid #2a2b6b;
  padding-left: 15px !important;
  height: 49px !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
}

select {
  display: flex;
  align-items: center !important;
}

input#gform_submit_button_3,
input#gform_submit_button_4 {
  all: unset;
  display: block;
  width: 100%;
  cursor: pointer;

  /* Background setup */
  background-image: url(https://devecity.evokad.com/wp-content/uploads/2025/10/Asset-5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  /* Text styling */
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: clamp(1rem, 5vw, 1.25rem);
  text-align: center;
  line-height: 1;
  text-transform: uppercase !important;

  /* Spacing so text sits nicely on image */
  padding: 1.25rem 0;
  border: none;
  box-shadow: none;
  background-color: transparent; /* in case theme adds any bg */
}

/*Search Page*/

.search img.attachment-full.size-full.wp-post-image {
  width: 100%;
}

.search .entry-summary {
  margin-top: 20px !important;
}

.search .post-image {
  margin-top: 20px !important;
  display: none;
}

.search .entry-title a {
  color: var(--accent);
}

.search h2.entry-title {
  font-size: clamp(1.813rem, 10vw, 2rem) !important;
  font-style: italic;
  font-weight: 400;
  line-height: clamp(1.813rem, 10vw, 2rem) !important;
  color: var(--accent) !important;
}

.search header.page-header {
  margin-bottom: 0;
}
.search h1.page-title {
  color: var(--primary);
  font-size: clamp(3.75rem, 10vw, 4.875rem);
  font-style: italic;
  font-weight: 400;
  line-height: clamp(70px, 12vw, 90px);
  letter-spacing: -2.34px;
  padding-top: 40px;
}

.search h1.page-title span {
  color: var(--orange);
  font-size: clamp(3.75rem, 10vw, 4.875rem);
  font-style: italic;
  font-weight: 400;
  line-height: clamp(70px, 12vw, 90px);
  letter-spacing: -2.34px;
  padding-top: 40px;
}

.search .inside-article {
  border-bottom: 1px solid var(--scse-red);
}

/********************
 * Events Content
 * *********************/

/*Single Event Page Styles*/

.mec-events-meta-group.mec-events-meta-group-countdown {
  display: none;
}

.single-mec-events i.mec-sl-calendar,
div#comments,
.mec-qrcode-details.mec-frontbox,
.single-mec-events i.mec-sl-clock,
i.mec-sl-location-pin {
  display: none;
}

h1.mec-single-title,
h3.mec-date,
h3.mec-time,
h3.mec-social-single.mec-frontbox-title,
h3.mec-events-single-section-title.mec-location {
  font-weight: 400 !important;
  color: var(--accent) !important;
}

a.mec-events-gcal.mec-events-button.mec-color.mec-bg-color-hover.mec-border-color {
  background-color: var(--accent);
  border: 0 !important;
  color: white !important;
}

/*Calendar*/
.mec-search-form.mec-totalcal-box {
  display: flex;
}

span.mec-totalcal-dailyview,
span.mec-totalcal-weeklyview {
  display: none !important;
}

span.mec-totalcal-monthlyview,
span.mec-totalcal-listview {
  font-weight: 350 !important;
}

img.attachment-thumblist.size-thumblist.wp-post-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.btn.btn--primary {
  padding: 0;
}

a.mec-color-hover {
  font-weight: 350;
}

.mec-calendar-header h2 {
  color: var(--accent) !important;
  font-weight: 400 !important;
  font-size: clamp(1.2rem, 5vw, 2rem) !important;
}

/* ============================
   events-main-content and children
   ============================ */
.events-main-content {
  padding: 25px 100px;
  overflow-x: hidden;
}
.events-main-content .page-content-col {
  max-width: 903px;
  position: relative;
}
.events-main-content .page-content-col:after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #defce2; /* $snowy-mint */
  top: 0;
  right: -290px;
  width: 392px;
  z-index: -1;
}
@media (max-width: 640px) {
  .events-main-content .page-content-col:after {
    display: none;
  }
}

.events-main-content .section-heading {
  margin-bottom: 40px;
}
.events-main-content .section-heading .section-title {
  color: #2d4e9e; /* $blue */
}
.events-main-content .section-heading .section-subtitle {
  color: #f0a465; /* $brown-sugar */
}

.events-main-content .main-content-title {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #419757; /* $second-green */
  line-height: 1;
}

.events-main-content .page-content {
  font-weight: 300;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .events-main-content {
    padding: 25px 70px;
  }

  /*List View*/

  .mec-event-list-standard .mec-topsec {
    display: flex;
    flex-direction: column;
  }

  .col-md-5.mec-event-image-wrap.mec-col-table-c {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .events-main-content {
    padding: 25px 54px;
  }
  .events-main-content .main-content-title {
    font-size: 29px;
  }
}

/* ============================
   Feature events
   ============================ */
/* .feature-events {
  margin-bottom: 40px;
}
.feature-events .main-content-title {
  font-family: "SlashHmkBold";
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .feature-events .main-content-title {
    font-size: 29px;
  }
}

.feature-events.--row-gap {
  row-gap: 30px;
}

.feature-events__event-image {
  height: 300px;
  border-radius: 10px;
  margin-bottom: 32px;
  overflow: hidden;
}
.feature-events__event-image img {
  border-radius: inherit;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.4, 1.3);
}
@media (max-width: 1024px) {
  .feature-events__event-image {
    margin-bottom: 22px;
  }
}
@media (max-width: 640px) {
  .feature-events__event-image {
    margin-bottom: 16px;
  }
}

.feature-events__container:hover .feature-events__event-image img {
  transform: scale(1.2) rotate(7deg);
  filter: brightness(0.7);
}
.feature-events__container:hover .feature-events__event-title {
  color: 
}

.feature-events__event-title {
  text-align: center;
  font-size: 14px;
  color: #419857;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-weight: 900;
} */

/* ============================
   Calendar and MEC classes
   ============================ */

.page-calendar,
.calendar-section {
  padding-top: 50px;
}

.mec-calendar {
  box-shadow: none;
  border: none;
}

.mec-skin-monthly-view-month-navigator-container .mec-previous-month,
.mec-skin-monthly-view-month-navigator-container .mec-next-month {
  background-color: white !important;
}

.mec-previous-month.mec-load-month.mec-previous-month,
.mec-next-month.mec-load-month.mec-next-month {
  border-radius: 14.286px;
  /* border: 2.143px solid #f6f6f6; */
  background: #fff;
  box-shadow: 0 2.857px 14.286px 0 rgba(0, 0, 0, 0.1);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .mec-skin-monthly-view-month-navigator-container .mec-previous-month:hover,
.mec-skin-monthly-view-month-navigator-container .mec-next-month:hover {
  background-color: var(--mint) !important; 
} */

.mec-event-footer {
  display: none;
}

.mec-wrap .mec-totalcal-box {
  border: none;
  box-shadow: none;
  background-color: transparent;
  max-width: 70%;
  margin: 0;
}
.mec-wrap .mec-totalcal-box .mec-tab-loader {
  padding: 0;
}
.mec-wrap .mec-totalcal-box .mec-tab-loader .mec-totalcal-view {
  padding-right: 0;
}
.mec-wrap
  .mec-totalcal-box
  .mec-tab-loader
  .mec-totalcal-view
  .mec-totalcal-listview,
.mec-wrap
  .mec-totalcal-box
  .mec-tab-loader
  .mec-totalcal-view
  .mec-totalcal-monthlyview {
  background-color: transparent !important;
  padding: 0px 10px;
  white-space: nowrap;
  border: none;
  line-height: 1;
  font-size: 18px;
  font-weight: 900;
  color: #2d4e9e !important; /* $blue */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1024px) {
  .mec-wrap .mec-totalcal-box {
    max-width: 100%;
  }
  .mec-wrap .mec-totalcal-box .mec-totalcal-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.mec-table-side-day {
  display: none;
}

.mec-calendar .mec-has-event {
  background-color: #fafafa;
  color: #a3f0f761 !important;
}
.mec-calendar .mec-has-event:hover {
  background-color: #fafafa;
}
.mec-calendar .mec-has-event .mec-has-event-a {
  color: #5e5e5e;
}

.mec-calendar-row dt {
  color: #5e5e5e;
}

.mec-calendar .mec-selected-day {
  color: #5e5e5e !important;
  background-color: #fafafa;
}

.mec-calendar .mec-has-event:hover {
  background-color: #fafafa !important;
}
/* .mec-calendar .mec-has-event:after {
  display: none;
} */

.mec-calendar .mec-has-event:after {
  display: block !important;
  content: "" !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: transparent !important;
  position: absolute !important;
  left: 12px !important;
  top: 30px !important;
}

/* event-colors handling */
.mec-calendar .mec-has-event .event-colors {
  position: absolute !important;
  display: flex !important;
  left: 15px !important;
  top: 30px !important;
  flex-direction: column !important;
  gap: 3px !important;
  max-height: 40px !important;
  z-index: 1 !important;
}

.mec-calendar .mec-has-event .event-colors .event-color:nth-child(even) {
  width: 10px !important;
  height: 10px !important;
  display: block !important;
  margin: 0 !important;
  background: #ffd95a !important;
  border-radius: 50% !important;
}

.mec-calendar .mec-has-event .event-colors .event-color:nth-child(odd) {
  width: 10px !important;
  height: 10px !important;
  display: block !important;
  margin: 0 !important;
  background: #28b3c0 !important; /* or whatever color you want */
  border-radius: 50% !important;
}

/* selected / hover styles for dt elements inside calendar rows */
.mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a,
.mec-calendar .mec-calendar-row dt.mec-has-event:hover a {
  color: #5e5e5e !important;
}

/* full calendar search ends layout */
.mec-full-calendar-search-ends {
  display: flex;
}
.mec-full-calendar-search-ends .mec-date-search {
  order: 1;
  padding: 0;
  max-width: 477px;
}
.mec-full-calendar-search-ends .mec-date-search .mec-sl-calendar {
  display: none;
}
.mec-full-calendar-search-ends .mec-date-search select[title="Month Filter"] {
  border: none;
  margin-right: 19px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #264d98;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  max-width: 337px;
  margin-left: 0;
  height: 42px;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: 95% center;
}
.mec-full-calendar-search-ends .mec-date-search select[title="Year Filter"] {
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #264d98;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  height: 42px;
  max-width: 98px;
  width: 100% !important;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: 85% center;
}

.mec-text-input-search {
  order: 2;
  padding: 0 7px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 156px;
  min-height: 42px !important;
  height: 42px;
}
.mec-text-input-search i {
  border: none;
  height: 100%;
  position: relative;
}
.mec-text-input-search i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #264d98;
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: clamp(16px, 5vw, 22px) !important;
}
.mec-text-input-search input[type="search"] {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  height: 100%;
}

.mec-totalcal-view {
  height: 100%;
  display: flex;
  gap: 9px;
}
.mec-totalcal-view span {
  height: 100%;
  border: none;
  color: #264d98;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
}

/* calendar layout */
.mec-calendar .mec-calendar-topsec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3.5%;
}

.mec-calendar .mec-calendar-side {
  width: 70% !important;
  padding: 0;
}
.mec-calendar
  .mec-calendar-side
  .mec-skin-monthly-view-month-navigator-container {
  height: 75px;
}
@media (max-width: 640px) {
  .mec-calendar
    .mec-calendar-side
    .mec-skin-monthly-view-month-navigator-container {
    height: auto;
    margin-bottom: 20px;
  }
}

.mec-month-navigator .mec-calendar-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin: unset;
  color: var(--accent);
}
.mec-month-navigator .mec-calendar-header h2 {
  margin: unset;
}
@media (max-width: 1158px) {
  .mec-month-navigator .mec-calendar-header {
    width: 100% !important;
    margin-top: 50px !important;
    padding-top: 20px !important;
  }
}
@media (max-width: 640px) {
  .mec-month-navigator .mec-calendar-header {
    margin-top: unset !important;
    padding-top: unset !important;
    order: 1;
  }
}

.mec-load-month {
  z-index: 1;
  background-color: #2d4e9e; /* $blue */
  border-radius: 19px;
  width: 253px;
  height: 46px;
}

.mec-load-month a {
  color: red;
  text-align: center;
  font-size: 0;
  line-height: 1;
  font-weight: 700;
}

.mec-previous-month.mec-load-month.mec-previous-month a:after {
  content: url(https://devecity.evokad.com/wp-content/uploads/2025/10/Group-72.svg);
}
.mec-load-month a:after {
  content: url(https://devecity.evokad.com/wp-content/uploads/2025/10/Group-71.svg);
}

.mec-load-month a i {
  display: none;
}

@media (max-width: 640px) {
  .mec-month-navigator {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  .mec-month-navigator .mec-load-month {
    position: relative;
    width: 100%;
  }
}

.mec-calendar-table dl.mec-calendar-table-head dt {
  height: 39px !important;
  line-height: 39px !important;
  font-size: clamp(12px, 5vw, 16px) !important;
  font-weight: 400 !important;
}

.mec-calendar-table dl {
  width: 100%;
}
.mec-calendar-table dl dt {
  border: 1px solid #eeeeee;
  border-radius: 0;
  height: 91px !important;
  line-height: 32px !important;
  font-size: clamp(12px, 5vw, 18px) !important;
  padding: 0 14px;
  text-align: left;
  font-weight: 400 !important;
}

@media (max-width: 1024px) {
  .mec-calendar .mec-calendar-side {
    width: 100% !important;
    margin-bottom: 40px;
  }
}

/* events side */
.mec-calendar .mec-calendar-events-side {
  width: 25.5%;
  padding: 0;
  border: none;
}
.mec-calendar .mec-calendar-events-side .mec-table-side-title {
  text-align: left;
  font-size: clamp(17px, 5vw, 22px) !important;
  line-height: 1;
  font-weight: 700;
  color: white;
  border: none;
  border-radius: 6px;
  letter-spacing: 0px;
  padding: 12px 18px;
  margin-bottom: 20px;
  background-color: var(--primary);
  text-transform: capitalize;
  font-weight: 400;
}
.mec-calendar .mec-calendar-events-side .mec-event-article {
  border: none;
  border-radius: 6px;
  background-color: #f7e3a8;
  padding: 8px 11px 8px 39px;
  margin-bottom: 20px;
  display: flex !important;
  align-items: center;
  position: relative;
  gap: 14px;
}
.mec-calendar .mec-calendar-events-side .mec-event-article .event-color {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}
.mec-calendar .mec-calendar-events-side .mec-event-article .mec-event-image {
  width: auto;
  margin: 0;
}
.mec-calendar
  .mec-calendar-events-side
  .mec-event-article
  .mec-event-image
  img {
  width: 46px;
  height: 50px;
  object-fit: cover;
  border-radius: 3px;
}
.mec-calendar
  .mec-calendar-events-side
  .mec-event-article
  .mec-monthly-contents {
  display: flex;
  flex-direction: column-reverse;
}
.mec-calendar
  .mec-calendar-events-side
  .mec-event-article
  .mec-monthly-contents
  .mec-event-title {
  font-size: 20px;
  font-weight: 300;
  color: var(--accent);
  margin-top: 0;
  text-transform: none;
}
.mec-calendar
  .mec-calendar-events-side
  .mec-event-article
  .mec-monthly-contents
  .mec-event-time {
  font-size: 14px !important;
  color: var(--accent);
  line-height: 1;
  font-family: var(--font);
  font-weight: 300;
}

@media (max-width: 1024px) {
  .mec-calendar .mec-calendar-events-side {
    width: 100% !important;
  }
}
