/*!
Theme Name: Pifoxen Child theme
Theme URI: http://layerdrops.com/pifoxenwp
Template: pifoxen
Author: Layerdrops
Author URI: https://themeforest.net/user/layerdrops
Description: This is a Child theme for Pifoxen WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pifoxen-child
*/

.blog-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
/*color de las flechas de footer*/
.elementor-nav-menu .sub-arrow svg {
  fill: #AFAFAF;
}
.item.has-submenu .sub-arrow svg {
  fill: #AFAFAF;
}
/*borrar items del blog*/
#comments {
  display: none !important;
}
.blog-details__bottom {
  display: none !important;
}
.blog-details__meta {
  display: none !important;
}

.main-menu-wrapper__main-menu {
  float: right;
  align-items: end;
  justify-content: end;
}

.main-header__top-text {
  display: none;
}

.we-change__video-link {
	display:none;
}

.section-title__tagline {
  display: none;
}


.we-believe__single:nth-child(1) .we-believe__icon::before,
.we-believe__single:nth-child(2) .we-believe__icon::before,
.we-believe__single:nth-child(3) .we-believe__icon::before,
.we-believe__single:nth-child(4) .we-believe__icon::before {
  background-color: #ffded5;
}

.we-believe__single:nth-child(1) .we-believe__icon span,
.we-believe__single:nth-child(2) .we-believe__icon span,
.we-believe__single:nth-child(3) .we-believe__icon span,
.we-believe__single:nth-child(4) .we-believe__icon span {
  color: #FF7F0B;
}

.we-believe__single:nth-child(1):hover .we-believe__icon::before,
.we-believe__single:nth-child(2):hover .we-believe__icon::before,
.we-believe__single:nth-child(3):hover .we-believe__icon::before,
.we-believe__single:nth-child(4):hover .we-believe__icon::before {
  background-color: #FF7F0B;
}

.we-believe__single:nth-child(1) .we-believe__icon::after,
.we-believe__single:nth-child(2) .we-believe__icon::after,
.we-believe__single:nth-child(3) .we-believe__icon::after,
.we-believe__single:nth-child(4) .we-believe__icon::after {
  background-image: url(assets/images/backgrounds/we-believe-icon-bg-1.png);
}

.two-boxes__icon-clr-scondary span {
  color: #FF7F0B;
}

.we-change__counter-icon-clr-extra span {
  color: #FF7F0B;
}

.we-change__counter-icon-clr-secondary span {
  color: #FF7F0B;
}

.about-one__badge {
  background-color: #FF7F0B;
}

.contact-info__single-3 {
  background-color: #FF7F0B;
}


.contact-info__single,
.contact-info__single-2,
.contact-info__single-3 {
  background-color: #FF7F0B;
  min-height: 400px;
  display: flex;
  flex-direction: column;

  @media (max-width: 650px) {
    min-height: 200px;
  }

}







/* 1. Asegúrate de que las columnas sean contenedores flexibles */
.row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* 2. Estira cada caja para que ocupe toda la altura disponible */
.two-boxes__single {
  display: flex;
  flex-direction: column;
  flex: 1;                /* ocupa todo el alto de la columna */
}

/* 3. Haz que el contenido crezca para empujar el fondo y el icono */
.two-boxes__content {
  flex: 1;
}






/* CSS externo (e.g., style.css) */

.lgd-calculator-container {
  margin-top: 40px;
  max-width: 100%;
  padding: 40px;
  background: #F2F0EC;
  border-radius: 8px;
}

.lgd-title {
  text-align: center;
  margin-bottom: 16px;
}

.lgd-form .lgd-label {
  display: block;
  margin-top: 10px;
}

.lgd-input,
.lgd-select {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.lgd-button {
  padding: 20px 30px;
  margin-top: 16px;
  background: #FF7F0B;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

.lgd-resultados {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;

  p {
    margin-bottom: 0px;
  }
}

.lgd-results-title {
  margin-bottom: 12px;
}

#lgd-calculator {
  input {
    padding: 10px;
  }
}