/*
 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
*/
a.nav-link.active{color:#E80!important;font-weight:500}
.orange{color:#E80!important;font-family:'Trebuchet MS'!important}
.white{color:#FFF!important}
.mulm-small{font-size:.7rem}
.mulm-big{font-size:1.5rem}
a {text-decoration:none!important}
a.red {color:#ea333d!important}
a.red:hover {color:#ba262e!important}
@media (min-width:992px){
#box1{padding:0 2.6% 0 0}
#box2{padding:0 1.3% 0 1.3%}
#box3{padding:0 0 0 2.6%}
}
@media (max-width:991px){
#box1{padding:0 0 0 0;}
#box2{padding:10px 0 10px 0}
#box3{padding:0 0 0 0}
}

.box img{min-width:100%;min-height:100%}

.price {font-weight:500;font-size:1.2rem;}