/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

@media (min-width: 499px) {
    #content{
		margin-top: 97px!important;
	}
}

#formulario input[type="submit"]{background-color: #79c01c !important;}
.text-verde{color: #79c01c !important;}

body.woocommerce #menu, body.woocommerce-page #menu, body.search-results #menu, body.error404 #menu{background-color: rgb(6 5 75 / 71%)!important;}

/* correccion plugin ver mas */
.vermas{
	background: rgb(23, 119, 177);
	background: linear-gradient(90deg, #1777B1 53%, #023086 100%);
	padding-bottom: 21px;
}

.text-shadow{text-shadow: 2px 2px #000000;}

.wa__popup_heading{display:none!important;}