.th-list-posts .archive-thumb img {
  min-width: 290px;
}
.th-list-posts .archive-thumb {
  height: 250px;
  overflow: hidden;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-rows: repeat(8, 5vw);*/
    grid-gap: 15px;
}
.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.noticias span.rpwwt-post-title {
    display: block;
    padding-bottom: 10px;
    font-size: 16pt;
}
.hm-header-bg-holder {
  height: 300px;
}
.hm-nav-container .hm-container {
  padding: 0 10px;
}
.site-title a {
  color: #FFF!important;
}

/* TÍTULO CABECERA */
.hm-site-title {
    margin-left: 0;
    background: #9f2e53;
    position: absolute;
    left: 0;
    padding: 0 40px;
    margin-top: 40px;
}

/* IMÁGENES GALERÍAS */
.gallery-columns-3 .gallery-item {
    max-width: 100%;
}
.gallery .gallery-item .gallery-icon a img {
    height: 180px;
    max-width: 100%;
    object-fit: cover;
}

/* BANDERAS DE IDIOMAS */
.widget_polylang ul li {
    display: initial;
}
.widget_polylang img {
    width: 30px !important;
    height: 20px !important;
}
.widget_polylang ul li {
    padding: 5px;
}

/*CONTENIDO SOMBREADO*/
.hitmag-wrapper {
    box-shadow: 0px 5px 10px #bbb;
}

/* BARRA SUPERIOR */
.hm-top-bar {
    background: #222222;
    border-bottom: 1px solid #222222;
}

/* MENÚ PRINCIPAL */
.main-navigation {
  background-color: #9E74AD;
}
.main-navigation a {
    color: #fff;
}
.main-navigation ul ul{
  background-color: #ffffff;
}
.main-navigation ul ul a{
color: #000000;
}
.hm-search-button-icon {
    color: #fff;
}

/* CAPTCHA */
.grecaptcha-badge { 
    visibility: hidden; 
}

/* CONTENIDO */
.page-content, .entry-content, .entry-summary {
    margin: 0px;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

/* MAPAS */
.mapp-iw .mapp-dir {
    display: none;
}

/* CABECERA SUPERIOR */
.widget_polylang {
  display: inline-block;
}
.widget_nav_menu {
  display: inline-block; 
}

/* LOGIN */
.uwp-footer-links {
  display: none !important;
}
.uwp-remember-me {
  display: none !important;
}
.modal-header {
  display:none !important;
}


/* MENÚ ADMINISTRACIÓN */
/*
#wp-admin-bar-wp-logo {
  display: none !important;
}
#wp-admin-bar-site-name{
  display: none !important;
}
#wp-admin-bar-comments {
  display: none !important;
}
#wp-admin-bar-new-elementor_library {
  display: none !important;
}
#wp-admin-bar-top-secondary {
  display: none !important;
}
*/

.site-description {
  display: none;
}





