/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

@import url("https://use.typekit.net/wla1zov.css");
.rmh-main-menu-container,
.rmh-rollover-main-menu-container {

}

.single_event .content-event .event_intro .wrap-event-info {
font-family: archivo-expanded, sans-serif;
font-weight: 900;
font-style: normal;
}
h1, h2, h3,h4, h5, h6{
font-family: archivo, sans-serif;
font-weight: 900;
font-style: normal;
}
ul li {
font-family: dm-sans, sans-serif;
font-weight: 700;
font-style: normal;
}

.wpconsent-banner-holder .wpconsent-banner-footer.wpconsent-button-size-small .wpconsent-banner-button {
  font-family: 'dm-sans', sans-serif!important;
  font-weight: 700!important;
}
/* =====================================================
   RMH – Embedded Post (belső WP bejegyzés ajánló)
   ===================================================== */

/* ==========================================
   RMH Embedded – Prémium Magazin Layout
   ========================================== */

.rmh-embedded-post {
    margin: 56px auto;
    padding: 36px;
    border-radius: 16px;
    background: #ffffff;
    border: 2px solid #8c15ff;
    box-shadow: 0 18px 48px rgba(64, 32, 96, 0.12);
    position: relative;
    transition: all .3s ease;
    max-width: 1200px;
}

.rmh-embedded-post:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 60px rgba(64, 32, 96, 0.18);
}

/* Felső lila címke */
.rmh-embedded-post-text {
    position: absolute;
    top: -14px;
    left: 24px;
    background: #8c15ff; /* Lila */
    color: #ffffff;
    font-size: 12px;
    font-weight: 900; /* vastagabb betű */
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 999px;
    text-transform: uppercase;
}

/* Modul container – desktop: kép bal, tartalom jobb */
.rmh-embedded-module-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
}

/* Kép */
.rmh-embedded-thumb {
    flex: 0 0 40%;
}

.rmh-embedded-thumb-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 14px;
}

.rmh-embedded-thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.rmh-embedded-post:hover .rmh-embedded-thumb-img img {
    transform: scale(1.05);
}

/* Tartalom */
.rmh-embedded-content {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rmh-embedded-content h3 {
    margin: 0 0 16px 0;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 700;
}

.rmh-embedded-content h3 a {
    color: #6c4097 !important;
    text-decoration: none;
}

.rmh-embedded-content h3 a:hover {
    color: #8c15ff !important;
}

.rmh-embedded-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #444;
}

/* CTA gomb – kisebb */
.rmh-embedded-btn {
    display: inline-flex;
}

.rmh-embedded-cta {
    transition: all .3s ease;
    display: inline-block;
    border-radius: 999px;
    background-color: #1dca95;
    padding: 10px 20px; /* kisebb gomb */
    font-size: 11px;    /* kisebb betűméret */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 0;
    color: #fff !important;
    text-align: center;
}

.rmh-embedded-cta:hover {
    background: #5c3190;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(111, 63, 169, 0.35);
}

/* Footer */
.rmh-embedded-footer a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #6b6b6b;
}

.rmh-embedded-site {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

.rmh-embedded-site-icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    flex-shrink: 0;
}

.rmh-embedded-site-title {
    font-weight: 600;
    color: #3a3a3a;
}

.rmh-embedded-site:hover .rmh-embedded-site-title {
    color: #6f3fa9;
}

/* ======================
   Mobil nézet
   ====================== */

@media (max-width: 768px) {

    .rmh-embedded-post {
        padding: 24px;
    }

    .rmh-embedded-module-container {
        flex-direction: column;
        gap: 20px;
    }

    .rmh-embedded-thumb {
        flex: 0 0 100%;
    }

    .rmh-embedded-thumb-img {
        aspect-ratio: 16 / 9;
    }

    .rmh-embedded-content h3 {
        font-size: 20px !important;
    }

    .rmh-embedded-cta {
        padding: 12px 22px;
        font-size: 12px;
    }
}


/* =====================================================
   Opcionális: Share ikon (ha később beteszed)
   ===================================================== */

.rmh-embedded-share {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #9a9a9a;
    cursor: pointer;
    transition: color 0.2s ease;
}

.rmh-embedded-share:hover {
    color: #6f3fa9;
}

/* =====================================================
   Responsive
   ===================================================== */

@media (max-width: 768px) {
    .rmh-embedded-post {
        grid-template-columns: 1fr;
        padding: 25px 25px 25px 25px;
    }
    .rmh-embedded-module-container {
        flex-direction: column;
        display: flex;
    }
    .rmh-embedded-thumb {
          flex: 0 0 100%;
          width: 100%;
          display: block;
          order: 0;
          margin-left: 0;
          margin-right: auto;
      }
      .rmh-embedded-thumb-img {
          width: 100%;
          aspect-ratio: 16/9;
          overflow: hidden;
          border-radius: 10px;
          margin:0px 0px 20px 0px;
      }
    .rmh-embedded-content {
          padding: 0 0px 0 0px;
          display: flex;
          flex-direction: column;
          justify-content: center;
    }
    .rmh-embedded-post-text {
          left: 25px;
    }

    .rmh-embedded-content h3 {
          font-size: 16px;
    }
}

/***POPUP**/
.tdm-popup-modal-wrap .tdm-pm-header .tdm-pmh-close {
  top: 15px!important;
  right:15px;
  width: 45px;
  height:45px;
  background-color: #fff;
  color:#9b61e0;
  border-radius: 100%;
  text-align: center;
  line-height: 52px;
  box-shadow: rgba(50, 50, 93, 0.0) 0px 13px 27px -5px, rgba(0, 0, 0, 0.0) 0px 8px 16px -8px;
  transition: box-shadow 0.4s;
  transition: all 0.3s ease;
}
.tdm-popup-modal-wrap .tdm-pm-header .tdm-pmh-close:hover {
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.3s ease;
}
.tdm-popup-modal-wrap .tdm-pm-header .tdm-pmh-close .td-icon-close-mobile {
  font-size:20px;
}
.tdm-popup-modal-wrap .rmh-modal-popup-content {
}
/*** AUTHOR ***/

.tdb-author-descr h1, .tdb-author-descr h2, .tdb-author-descr h3,.tdb-author-descr h4,.tdb-author-descr h5,.tdb-author-descr h6{
font-weight: 900!important;
font-family: 'archivo', sans-serif!important;
font-style: normal;
}
/**Popup mobileview**/
@media only screen and (max-width: 680px) {
  .tdm-popup-modal-wrap .tdm-popup-modal {
    display: flex;
      flex-direction: column;
      position: relative;
      background-color: #fff;
      width: 700px;
      max-width: 90%;
      max-height: 100%;
      border-radius: 3px;
      overflow: hidden;
      z-index: 1;
  }
  .tdm-popup-modal-wrap .tdm-popup-modal .tdm-pm-body .td-stretch-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px)
{
  .tdm-popup-modal-wrap .tdm-popup-modal {
    display: flex;
      flex-direction: column;
      position: relative;
      background-color: #fff;
      width: 700px;
      max-width: 90%;
      max-height: 100%;
      border-radius: 3px;
      overflow: hidden;
      z-index: 1;
  }
  .tdm-popup-modal-wrap .tdm-popup-modal .tdm-pm-body .td-stretch-content {
    padding-left: 0;
    padding-right: 0;
  }
}
/***POPUP**/
/****EVENTS****/
.fc-today-button {
  display: none!important;
}
.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color,#fff);
    background-color: #2C3E50;
    background-color: #1dca95;
    border-color:#1dca95;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    color: #fff;
    color: var(--fc-button-text-color,#fff);
    background-color: #9b61e0;
    background-color: #9b61e0;
    border-color: #9b61e0;
    border-color: #9b61e0;
}
.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%;
    height: 150px;
}
.popper, .tooltip {
    position: absolute;
    z-index: 9999;
    background-color: #3b1f5b;
    color: black;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    text-align: center;
}
.popper .popper__arrow, .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 0px;
}
.popper[x-placement^="top"] .popper__arrow, .tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 11px 11px 0 11px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -8px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.tooltip .tooltip-arrow, .popper .popper__arrow {
    border-color: #3b1f5b;
}
.tooltip-inner p {
    margin: 20px 0;
}
.tooltip-inner a {
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    font-family: 'archivo';
}
.tooltip-inner a:hover {
    color: #1dca95;
}
.container-event {
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 20px;
}
.content-event {
  margin:50px 0px 100px 0px;
}

.search_archive_event {
    background-color: #f4f4f4;
    padding: 33px 40px 40px 40px;
    margin-bottom: 70px;
    border-radius:10px;
}
.search_archive_event form {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: space-between;
align-items: center;
}
.search_archive_event form .select2-selection {
    width: 100%;
    outline: none;
    height: 50px;
    padding: 0 30px 0 10px;
    border: none;
    border-radius: 10px;
}
.search_archive_event form .ova-label-search {

    letter-spacing: 0.2px;
    color: #202b5d;
    margin-bottom: 15px;
    line-height: 22px;
    color: #111;
    text-transform: uppercase;
    font-family: archivo-expanded, sans-serif;
    font-size: 12px;
    font-weight: 900;
}
.search_archive_event form .start_date input,
.search_archive_event form .end_date input {
    border: 0;
    width: 100%;
    font-size: 17px;
    color: #333;
    line-height: 50px;
    box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.05);
    border-radius: 10px;
}
.search_archive_event form .wrap-ovaev_submit {
    margin-top: 23px;
}
.search_archive_event form .ovaev_cat_search i {
    font-size: 22px;
    color: #b0b8c6;
    position: absolute;
    top: 37px;
    right: 20px;
}
.search_archive_event form .wrap-ovaev_submit .ovaev_submit {
    line-height: 0;
    background-color: #00d084;
    border-color: #00d084;
    width: 100%;
    min-width: 150px;
    border-radius:10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s all linear;
    text-decoration: none;
    padding: 0;
}
.search_archive_event form .wrap-ovaev_submit .ovaev_submit:hover {
    background-color: #7bdcb5;
    border-color: #7bdcb5;
}

.single_event {
    margin-top: 30px;
}
.single_event .content-event .event-related .related-event {
    font-size: 30px;
    font-family: archivo-expanded, sans-serif;
    line-height: 1.2;
    color: #8c15ff;
    font-weight: 900;
    margin: 53px 0 32px 0;
}
.event-page-header {
    max-width: 1400px;
    margin: 0 auto 32px;
    padding: 0px 0px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.event-breadcrumbs {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.event-breadcrumbs a {
    color: #888;
    text-decoration: none;
    transition: all 0.3s ease;
}

.event-breadcrumbs a:hover {
    color: #111;
}

.event-page-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    color: #111;
}
.event-page-button-wrap {
  display: flex;
}
.event-page-button-wrap .view_detail {
    transition: all .3s ease;
    display: block;
    border-radius: 10px!important;
    background-color: #1dca95!important;
    padding: 13px 27px 13px!important;
    height: auto;
    line-height: 1;
    box-shadow: none;
    font-size: 12px!important;
    line-height: 1.2!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    letter-spacing: 0.5px!important;
    height: auto;
    transition: all 0.3s ease;
    border: 0!important;
    color: #fff!important;
}
.event-page-button-wrap .view_detail.event-btn.g-event-btn {
    background-color: #1dca95!important;
    color: #fff!important;
    margin-right:15px;
}
.event-page-button-wrap .view_detail.event-btn.p-event-btn {
    background-color: #9b61e0!important;
    color: #fff!important;
}
.event-page-button-wrap .view_detail.event-btn.g-event-btn:hover {
    background-color: #68ddb9!important;
    color: #fff!important;
    margin-right:15px;
}
.event-page-button-wrap .view_detail.event-btn.p-event-btn:hover {
    background-color: #b589e9!important;
    color: #fff!important;
}
.type2 .desc .event_post .event_title a {
      color: #111;
      font-weight: 900;
      font-size: 21px;
}
.type3 .desc .event_post .event_title a {
    transition: all .3s ease;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}
.type3 .desc .event_post .event_title a:hover {
    color: #00d084;
}
.type3 .date-event
{
  background: #00d084;
}
.event_intro_hero_image {
    min-height: 480px;
    max-height:680px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.event_intro_hero_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single_event .content-event .event_intro .event_intro_container {
    position: relative;
}

.single_event .content-event .event_intro .wrap-event-info {
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    width: 40%;
    max-width: 520px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 5;
}
.type3 .desc .event_post .time-event {
  color:#fff!important;
}
.type3 .desc .event_post .time-event,
.type2 .desc .event_post .time-event,
.type1 .desc .event_post .time-event,
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .time-event {
    line-height: 22px;
    color: #444;
    font-family: archivo-expanded, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.single_event .content-event .event_intro .wrap-event-info .wrap-info .wrap-pro span {
    color: #444;
    font-weight: 500;
}
.single_event .content-event .event_intro .wrap-event-info h1.event_title {
  font-size: 1.6em;
  line-height: 1.1;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event_post .event_title a {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #111;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 900;
}
.event_post .post_cat a.event_type {
  color:#fff!important;
  font-size:12px;
}
.type2 .event_post .post_cat a.event_type {
    padding: 9px 19px;
    border-radius: 100px;
    background-color: var(--metro-blue);
    color: #ffffff;
    border-width: 0px;
    border-style: solid;
    border-color: #aaa;
    border-color: rgba(255,255,255,0);
    font-family: dm-sans!important;
    font-size: 12px!important;
    line-height: 1!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    letter-spacing: 0.5px!important;
}
.event_post .post_cat a.event_type,
.single_event .content-event .event_intro .wrap-event-info .ovaev-category {
    padding: 5px 25px;
    border-radius: 100px;
    background-color: var(--metro-blue);
    color: #ffffff;
    border-width: 0px;
    border-style: solid;
    border-color: #aaa;
    border-color: rgba(255,255,255,0);
    font-family: dm-sans!important;
    font-size: 14px!important;
    line-height: 1!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    letter-spacing: 0.5px!important;
}
.single_event .content-event .event_intro .wrap-event-info .ovaev-category span,
.single_event .content-event .event_intro .wrap-event-info .ovaev-category a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color:#fff;
      transition: all 0.3s ease;
}
.single_event .content-event .event_intro .wrap-event-info .ovaev-category:hover,
.type2 .event_post .post_cat a.event_type:hover {
    background-color: #00d084;
    cursor: pointer;
}
.single_event .content-event .event_intro .wrap-event-info .ovaev-category a:hover,
.single_event .content-event .event_intro .wrap-event-info .ovaev-category:hover .single_event .content-event .event_intro .wrap-event-info .ovaev-category a {
  color:#fff;
}
.event-key-info {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
}
.event-key-info h5 {
font-size: 17px;
line-height: 25px;
margin-top: 0px;
margin-bottom: 11px;
}
.event-key-info-list {
    grid-template-columns: 1fr; /* eddig 2 oszlop volt */
}
.event-key-info-list li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left:0px;
}
.event-key-info-list .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
    margin-bottom: 2px;
}

.event-key-info-list .value {
    font-size: 15px;
    font-weight: 600;
    color: #111;

}
.event-key-info-list  a.value {
    font-size: 15px;
    font-weight: 600;
    color: #8c15ff;
    text-decoration: underline;
      transition: all 0.3s ease;
}
.event-key-info-list  a.value:hover {
    color: #00d084;
}
.event-key-info-list .value {
    word-break: break-word;
    overflow-wrap: anywhere;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .item {
    height: 100%;
    box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
    border-radius: 10px;
    border:1px solid #f8f8f8;
}
.type3 {
    height: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
    overflow: hidden;
}
.type2 {
    height: 100%;
    box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
    border: 1px solid #e8e8e8;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.wrap-event-info .ovaev-single-title,
.wrap-event-info h1 {
    margin-bottom: 12px;
}
.ovaev-content .type1
{
  border-radius:10px;
  overflow: hidden;
}
.ovaev-content .type1 .desc .event_post .post_cat {

}
.ovaev-content .type1 .desc .event_post .post_cat .event_type
{
  padding: 8px 14px;
  border-radius: 100px;
  background-color: #9b61e0;
  color: #ffffff!important;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  border-color: rgba(255,255,255,0);
  font-family: dm-sans!important;
  font-size: 10px!important;
  line-height: 1!important;
  font-weight: 600!important;
  text-transform: uppercase!important;
  letter-spacing: 0.5px!important;
}

.ovaev-content .type1 .desc .event_post .event_title { }
.ovaev-content .type1 .desc .event_post .event_title a {
      font-family: 'archivo'!important;
      font-size: 21px!important;
      line-height: 1.2!important;
      font-weight: 900!important;
      letter-spacing: normal;
      color: #000000;
      text-transform: none;
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 0;
}
.ovaev-content .type1 .desc .event_post .time-event{

}
.ovaev-content .type1 .desc .event_post .time-event .time.equal-date{


}
.ovaev-content .type1 .desc .event_post .time-event .time.equal-date .icon-time {

}
.ovaev-content .type1 .desc .event_post .time-event .time.equal-date .icon_event{

}
.ovaev-content .type1 .desc .event_post .button_event {

}
.button_event .view_detail.second_font {

    border-radius: 10px!important;
    background-color: #1dca95!important;
    padding: 13px 27px 13px!important;
    height: auto;
    line-height: 1;
    box-shadow: none;
    font-size: 12px!important;
    line-height: 1.2!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    letter-spacing: 0.5px!important;
    height: auto;
    transition: all 0.3s ease;
    border:0!important;
    color:#fff!important;
}

.single_event .content-event .event_tags_share .event-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 00px;
}
.single_event .content-event .event_tags_share .share_social {
    margin-top: 40px;
}
.single_event .content-event .event_tags_share {
    display: flex;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #eeeeee;
    flex-direction: column!important;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.single_event .content-event .event_intro .wrap-event-info .wrap-booking-links {
  margin:20px 0px 0px 0px
}
.single_event .content-event .event_intro .wrap-event-info .wrap-booking-links a {
    padding: 18px 30px 20px!important;
    border-radius: 10px!important;
    background-color: #00d084!important;
    padding: 18px 30px 20px;
    height: auto;
    font-family: 'dm-sans';
    line-height: 1;
    box-shadow: none;
    font-size: 12px!important;
    line-height: 1.2!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    letter-spacing: 0.5px!important;
    height: auto;
    transition: all 0.3s ease;
    border: 0!important;
    color: #fff!important;
}
.single_event .content-event .event_intro .wrap-event-info .wrap-booking-links a:hover {
    background-color: #8c15ff!important;
}
.single_event .content-event .tab-Location ul.event_nav li.event_nav-item a {
    text-decoration: none;
    color: #111;
    font-size:18px;
    font-family: 'archivo';
    outline: none;
    font-weight: 900;
    text-transform: uppercase;
    padding:0px 20px;
}
.single_event .content-event .tab-Location ul.event_nav li.event_nav-item a:hover {
    color: #00d084;
}
/****EVENTS****/
@media (min-width: 1180px) and (max-width: 1366px) {
  .tdb-logo-img-wrap .tdb-logo-img {
      max-width: 150px!important;
  }
  .tdb_header_menu .tdb-menu>li>a .tdb-menu-item-text {
    font-size: 12px!important;
  }

}

@media (min-width: 1019px) and (max-width: 1180px) {
  .tdb-logo-img-wrap .tdb-logo-img {
      max-width: 150px!important;
  }
  .tdi_33 .tdb-search-icon-svg {
    width: 36px;
    height: 36px;
  }
  .single_event {
    margin-top: 0px;
    }
  .single_event .content-event .event_intro .wrap-event-info {
    width: 50%;
  }
  .single_event .content-event .event_tags_share {
    display: flex;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #eeeeee;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
  }
  .tdb_header_menu .tdb-menu>li>a .tdb-menu-item-text {
    font-size: 12px!important;
}
 .tdb_header_menu .tdb-menu a {
    font-family: dm-sans!important;
    font-size: 12px!important;
    line-height: 100px!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    letter-spacing: 0.5px!important;
  }
  .event_intro_hero_image {
    min-height: 480px;
    max-height: 520px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_event {
    margin-top: 0px;
}
  .single_event .content-event .event_intro .wrap-event-info {
    width: 60%;
  }
  .single_event .content-event .event_tags_share {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
  }
  .event_intro_hero_image {
    min-height: 480px;
    max-height: 835px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
  .single_event .content-event .event_tags_share .event-tags {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .single_event .content-event .event_intro .wrap-event-info {
    width: 94%;
    max-width: 94%;
}
  .single_event .content-event .event_intro .image {
    height: 100vh;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .single_event {
    margin-top: 0px;
    }
  .event-page-header {
    max-width: 100%;
    margin: 0 auto 32px;
    padding: 24px 0px 0;
    }
  .event-page-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0 0 15px;
    color: #111;
  }
  .event-page-header {
      max-width: 1400px;
      margin: 0px auto 32px;
      padding: 0px 0px 0;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content:flex-start;
      justify-content: space-between;
      align-items: flex-start;
  }
  .event-page-title-box,
  .event-page-button-wrap {
    display: flex;
  }
  .event_intro_hero_image {
    max-height: 300px;
    min-height: 200px;
    }

  .single_event .content-event .event_intro .wrap-event-info {
    position: relative;
    width: 100%;
    max-width: none;
    right: auto;
    bottom: auto;
    margin-top: -40px;
      }
    .single_event .content-event .event_intro .wrap-event-info {
    padding: 20px;
    }
    .single_event .content-event .event_tags_share {
      display: flex;
      flex-direction: column;
      padding: 20px 0px;
      }
      .td-header-mobile-wrap .tdi_2,
      .td-header-mobile-sticky-wrap .tdi_13 {
          border-width: 0px 0px 0px 0px!important;
      }
}
@media (max-width: 480px) {
  .td-header-mobile-wrap .tdi_2,
  .td-header-mobile-sticky-wrap .tdi_13 {
      border-width: 0px 0px 0px 0px!important;
  }
  .search_archive_event {
      background-color: #f4f4f4;
      padding: 20px 20px 30px 20px;
      margin-bottom: 30px;
      border-radius: 10px;
  }
  .ovaev-wrapper-search-ajax .ovaev-search-ajax-form.search_archive_event form .ovaev_cat_search {
    padding: 0;
    width: 100%;
}
  .search_archive_event form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
  .rmh-main-page-tags .td-ct-wrap {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
  .rmh-main-page-tags .td-ct-item {
    display: inline-block;
    margin-right: 5px!important;
    margin-bottom: 5px!important;
    padding: 4px 18px!important;
}
  .rmh-main-page-tags .td-ct-item-name {
    color: #ffffff;
    font-size: 12px!important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
}
