/*
Theme Name: Citadela Child
Template: citadela
Version: 1.0
Author:
Author URI:
Description:
Tags:
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

@font-face {
  font-family: VisbyRegular;
  src: url(fonts/VisbyRegular.otf);
}

@font-face {
  font-family: VisbyBold;
  src: url(fonts/VisbyBold.otf);
}

body {
  font-family: VisbyRegular !important;
}

h1, h2, h3, h4, h5, h6, strong {
  font-family: VisbyBold !important;
}

a:hover {
  text-decoration: none;
}

.sticky-header-wrapper header:not(.is-sticky) {
  background-image: url("images/textura-patron-superior.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 50px;
}

.page .page-title.standard, .grid-inicio .grid-inicio-izquierda .vc_btn3-container.vc_btn3-left, .grid-inicio .grid-inicio-derecha .vc_btn3-container.vc_btn3-left, .grid-inicio .vc_gitem-post-data-source-post_excerpt, .site-info {
  display: none;
}

.page .site-content {
  padding-top: 50px;
}

.text-morado, .tribe-common .tribe-common-c-btn-border, .entry-title {
  color: #49129D !important;
}

.text-naranja {
  color: #de713d;
}

.tribe-common .tribe-common-c-btn-border {
  border: 1px solid #49129D;
}

.eventos-home-item h4, .grid-inicio h4, .eventos-home-item p, .eventos-home-item-fecha, .entry-title {
  font-weight: bold !important;
}

.grid-inicio .vc_custom_heading {
  margin-bottom: 0;
}

.grid-inicio h4 {
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid-inicio .grid-inicio-izquierda .vc_gitem-animated-block .vc_gitem-zone {
  border-top-right-radius: 30px;
}

.grid-inicio-izquierda .vc_gitem-zone-c {
  background-color: #de713d !important;
  border-radius: 0 0 30px 30px;
}

.grid-inicio-derecha .vc_gitem-zone-c {
  background-color: #49129D !important;
}

.grid-inicio-derecha .vc_grid-item:first-of-type .vc_gitem-animated-block .vc_gitem-zone {
  border-top-left-radius: 30px;
}

.grid-inicio-derecha .vc_grid-item:last-of-type .vc_gitem-zone-c {
  border-bottom-left-radius: 30px;
}

.contenedor {
  display: flex;
  flex-wrap: wrap;
}

.col-tercio {
  width: 33.33%;
}

.eventos-home img {
  width: 100%;
}

.eventos-home .col-tercio {
  padding: 20px;
}

.sombra, .sombra-columna .vc_column-inner {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.eventos-home-item {
  height: 100%;
  position: relative;
  border-bottom-right-radius: 30px;
}

.eventos-home-item img {
  height: 200px;
  object-fit: cover;
}

.eventos-home-item p:not(:last-of-type) {
  margin-bottom: 0;
}

.eventos-home-item h4, .eventos-home-item p {
  padding: 0 10px;
}

.eventos-home-item-fecha {
  position: absolute;
  background-color: #de713d;
  top: 0;
  right: 15px;
  color: #fff;
  padding: 10px;
}

.tribe-events-event-image img, .post.format-standard.has-post-thumbnail .post-thumbnail img, .citadela-block-articles-wrap .post-thumbnail img {
  height: 450px;
  object-fit: cover;
}

.redondo, .redondo > .vc_column-inner, .tribe-events-event-image img, .tribe-events-calendar-list__event-featured-image-link img, .citadela-events-css .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container .tribe-events-header--has-event-search .tribe-events-c-events-bar, .post.format-standard.has-post-thumbnail .post-thumbnail img, .citadela-block-articles-wrap .post-thumbnail img, .ctdl-item-events .citadela-event-thumbnail img, .ctdl-item-featured-image .ft-image img {
  border-radius: 30px !important;
}

.proximas-actividades {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#footer-widgets > .widget_block {
  max-width: 100%;
}

.redes-footer a:not(:last-of-type) {
  margin-right: 10px;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
  background-color: #F5F1E8;
}

.wppb-user-forms .form-submit input[type=submit] {
  border: 0;
  background-color: #de713d;
  border-radius: 50px;
  padding: 10px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .grid-inicio .grid-inicio-derecha .vc_gitem-animated-block .vc_gitem-zone {
    height: 160px;
  }
  
  .grid-inicio .grid-inicio-izquierda .vc_gitem-animated-block .vc_gitem-zone {
    height: 380px;
  }

  .grid-inicio-derecha h4 {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .col-tercio {
    width: 100%;
  }

  .site-branding {
    text-align: left !important;
    padding: 0 40px 20px !important;
  }

  .site-branding .logo-wrapper {
    max-width: 220px !important;
  }

  .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
    color: #fff !important;
  }
}