/**
Theme Name: Equinoamigos Child Theme
Author: Mi Pymera Web
Author URI: https://mipymeraweb.com/
Description: A child theme for Equinoamigos.
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: equinoamigos-child-theme
Template: astra
*/
.premium-cf7-container .wpcf7-form {
    display: block;
}
.wpr-template-popup {
    position: absolute !important;
    bottom: 0 !important;
    width: auto !important;
    height: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    top: auto !important;
    left: auto !important;
}
.wpr-template-popup-inner {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: fit-content !important;
    height: auto !important;
    bottom: 0 !important;
    top: auto !important;
}
/*ajustando el error del header con el espacio en blanco*/
#primary {
    margin: 0 !important;
}
@media (max-width: 921px) {
    #primary, #secondary {
        padding: 0 !important;
        margin: 0;
    }
}
/*error logo*/
.elementor-500 .elementor-element.elementor-element-5956cf7 .wpr-logo-image img {
    min-width: 125px;
}
/* Custom Scroll Bar */

::-webkit-scrollbar {
    width: 10px;
    background: var( --e-global-color-astglobalcolor5 );
}
::-webkit-scrollbar-track {
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var( --e-global-color-astglobalcolor3 );
}