/* 
 Theme Name:   VIVO child
 Theme URI:    
 Description:  
 Author:       joannajulia
 Author URI:   
 Template:     vivotheme
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.elementor-icon-list-item {
	align-items: baseline !important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	pointer-events: none  !important;
}

.disable-pointer{
	cursor: not-allowed !important;
}

button, input, select, textarea{
	pointer-events: none  !important;
}
.text-shadow {text-shadow: 1px 1px 2px #777;}
.box-shadow {box-shadow: 0px 0px 10px #fff;}
.video-shadow {box-shadow: 0px 0px 15px #274254;}
.background-fixed {background-attachment: fixed;background-size:cover;}
.rounded {border-radius: 40px;}
.img-shadow img{box-shadow: 0px 0px 10px #274254 !important;}