/*
 Theme Name:   Gymea High
 Description:  Gymea High Child Theme of Wordpress TwentyTwenty
 Author:       TwoPiCode
 Author URI:   https://www.twopicode.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

/* Global */

p {
    line-height: 1.8;
}


/* End Global */
.hidden{
    display: none;
}

.elementor-widget-wrap>.elementor-element.hidden-slide-right{
    left: 110%;
    width: 0%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.elementor-widget-wrap>.elementor-element.slide-left{
    left: 15%;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
