/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
@media (min-width: 1500px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1520px;
  }
}

.entry-header h1 {font-size: 1.314rem;
                  font-weight: 400;
line-height:inherit;
margin-bottom:0;}
.bg-body-tertiary {
  --bs-bg-opacity:0 !important;
}
.fa-house {
	color:#FF2D00;
}
.main-header-section > .e-con-inner {
	padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.woocommerce-result-count {
	display:none;
}