/**
Theme Name: Tim Child Theme
Author: Tim_dev
Author URI: http://wpastra.com/about/
Description: Astra Theme Child for Tim.es website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tim-child-theme
Template: astra
*/

/*
--------------
LAYOUT 
--------------
*/


/* 
--------------
HEADER
-------------- 
*/
/* Cambio del ancho del header al hacer scroll */
.header-container{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}
.header {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: padding 0.3s ease;
}
header.ast-custom-header.ast-header-sticky-active.ast-sticky-shrunk .header {
  padding-top: 20px;
  padding-bottom: 20px ;
}
