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

/* 
All style editing is done via scss/_bscore_custom.scss
*/
#quick-access-tiles .dark-bg-layer article {
	position: relative;
	z-index: 1;
}
.widget ul li {
	margin-bottom: 0.5rem;
}
.widget ul li span {
	display: block;
}

.bg-gradient-multiply {
	background-blend-mode: multiply;
}

.bg-red {
	background-color: #a41546;
}
.bg-dark-green {
	background-color: #0d432a;
}

.bg-light-grey {
	background-color: #f1f1f1;
}

.bg-position-01 {
	background-position: center bottom 0px;
}

.bg-position-center {
	background-position: center !important;
}

.bg-contain {
	background-size: contain !important;
}

.btn-pill {
	border-radius: 3rem;
}

.font-astronaut {
	font-family: 'Astronaut', sans-serif;
	text-transform: uppercase;
}

input[name=post_password] {
    margin-top: 10% !important;
}