/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ================================
   VARIABLES POR DEFECTO
================================= */
:root {
    --contrast: #0E1D32;
    --base-2: #f7f8f9;
    --base-3: #ffffff;
    --accent: #203D63;
}

/* ================================
   OUTLINE
================================= */
*:focus {
  outline: 5px solid orange;
}

/* ================================
   ESTILOS COMUNES
================================= */
.zindex0 {
  z-index: 0;
}

.zindex1 {
  z-index: 1;
}

a {
  text-decoration: none;
}

a,
a:hover {
  transition: all 0.4s ease !important;
}

/* ================================
   HEADER / ELEMENTOS GENERALES
================================= */
.site-header {
  padding-left: 20px;
  padding-right: 20px;
}

.elementor-icon-box-title {
  border-bottom: 1px solid #fff;
  padding: 0 0 22px 0;
}

.phone a {
  color: #ffffff !important;
}

/* ================================
   MEDIA QUERIES
================================= */

@media screen and (max-width: 768px) {
  .main-navigation .main-nav ul li a {
    line-height: 40px;
    padding-left: 0;
  }

  .has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
}
