/*
Theme Name: Gowilds Child - Sello Ambiental COA
Theme URI: https://selloambientalcoa.org.ar
Description: Tema hijo de Gowilds para la plataforma del Sello Ambiental COA. Contiene todas las personalizaciones del proyecto para que sobrevivan a las actualizaciones del tema padre.
Author: Posicionarte
Author URI: https://posicionarte.online
Template: gowilds
Version: 1.0.0
Text Domain: gowilds-child
*/

/* =========================================================================
   1. TIPOGRAFIAS DEL PROYECTO
   Los .otf ahora viven en el tema hijo, no en el padre.
   Antes estaban en /themes/gowilds/fonts/ y se borraban en cada
   actualizacion del tema.
   ========================================================================= */

@font-face {
  font-family: 'Gill Sans Std';
  src: url('fonts/GillSansStd.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans Std';
  src: url('fonts/GillSansStdBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gill Sans Std';
  src: url('fonts/GillSansStdItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Noteworthy Bold';
  src: url('fonts/NoteworthyBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Gill Sans Std', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
p, li, a {
  font-family: 'Gill Sans Std', sans-serif !important;
}

.title-desc {
  font-family: 'Noteworthy Bold', sans-serif !important;
}

#parte-del-camino h3 {
  font-family: 'Noteworthy Bold', sans-serif !important;
}

/* =========================================================================
   2. MENU DE USUARIO DEL HEADER
   ========================================================================= */

#user-menu {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 9999;
  top: 5px;
  right: 0;
  min-width: 160px;
}

#user-menu a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

#user-menu a:last-child {
  border-bottom: none;
}

#user-menu a:hover {
  color: #007b5e;
  font-size: 20px;
}

.user-menu-toggle {
  cursor: pointer;
}

#user-menu-wrapper {
  position: relative;
}

@media (max-width: 1024px) {
  #user-menu {
    position: fixed;
    top: 22%;
    right: 16px;
    left: auto;
    transform: none;
    min-width: 180px;
    padding: 12px 16px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }

  #user-menu a {
    padding: 12px 0;
    font-size: 16px;
  }
}

/* =========================================================================
   3. AJUSTES DE PAGINAS Y FORMULARIOS
   ========================================================================= */

.about-two__logo {
  height: 80px !important;
  padding: 5px !important;
}

.select2-container,
.select2-selection__rendered {
  margin-left: 270px !important;
  width: 53.5% !important;
}

/* Correccion boton Contacto en el header */
li#menu-item-2970 > a {
  color: inherit !important;
  background: none !important;
}

li#menu-item-2970 > a:hover {
  color: #0181C8 !important;
}

.estado-select {
  color: black;
}

.acf-input {
  color: #82828a;
}

/* =========================================================================
   4. HEREDADO DEL STYLE.CSS DEL TEMA PADRE
   ========================================================================= */

.wp-caption-text {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  color: #3f3836;
}

.gallery-caption {
  font-weight: 500;
}

.bypostauthor {
  text-align: left;
}
