/*
 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
*/
.text-block.card{
	background: rgba(225, 225, 225, .95);
}
.card .row {
  margin: auto;
  border: 3px solid #d9c9a3;
  border-radius: 4px;
}
.page-sections{ 
	background-color: #c41212;
  background-image: url("/wp-content/themes/bootscore-child/assets/img/bg/logo-gold.svg"); 
  background-repeat: repeat;
}
.card h2 {
	color: #d71920;
	font-size: clamp(24px, 3vw, 50px);
	max-width: clamp(900px, 6vw, 1100px);
	margin: auto;
}
.hero-overlay {
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.hero .container {
  z-index: 2;
}

.hero-eyebrow,
.hero-subtitle {
  font-size: clamp(18px, 3vw, 60px);
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(48px, 8vw, 135px);  
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
}
.card ul {list-style: none; max-width: 500px; margin: auto}
.card li {
   display: flex;
  align-items: baseline;
  gap: 8px;
	text-align: left;
	font-weight: 700;
}
.card li::before {
  content: "";
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  background: url("/wp-content/themes/bootscore-child/assets/img/bg/star.svg") no-repeat center / contain;

}
.wp-block-social-links .wp-block-social-link.wp-social-link {
    background-color: #D7182A;
	border-radius: 6px;
}
.widget .menu{
	display: inline-flex;
	gap: 0.5rem 2rem;
	flex-wrap: wrap;
  text-transform: uppercase;
}
.widget .menu a{
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
#masthead{
	background: linear-gradient(180deg, #D7182A 0%, #8C020F 100%);
	min-height: 120px;
}

#masthead::before,
#masthead::after {
  content: "";
  position: absolute;
  top: 0;
  width: 350px;
  height: 100%;
  background: url("/wp-content/themes/bootscore-child/assets/img/bg/Pattern.svg") no-repeat center / cover;
  z-index: 1;
}

#masthead::before {
  left: 0;
  transform: scaleX(-1);
}

#masthead::after {
  right: 0;
}

#masthead .navbar {
  position: relative;
  z-index: 2;
}
.rw-btn{
	background: #fff;
    color: #A16C0D;
    font-weight: 700;
	width: max-content;
}
.rw-btn:hover{
	background: #A16C0D;
	color: #FFF;
}
.widget .menu a:hover{
	color:#d71920;
}
@media (max-width:1199px){
	#masthead::before{
		display: none;
	}
	#masthead::after {
  background: linear-gradient( 0deg,rgba(140, 2, 15, .4),rgba(215, 24, 42, .4)  ), url("/wp-content/themes/bootscore-child/assets/img/bg/Pattern.svg") no-repeat center / cover;
}
}
@media (max-width:480px){
	.navbar-brand{
		max-width: 235px;
	}
}

