/*
 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
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
body {
	background-color: rgb(37,37,41);
}
.wpcf7-list-item {
	display:block;
}
img { border-radius: 6px; }
a.arrows, button.arrows {
	background-color:#50b94e;
}
a {
	color:#50b94e;
}
#masthead, #footer .bootscore-footer-columns { display: none; }
#footer { border:none !important;}
#footer .bg-body-tertiary {	
	background-color: rgb(37,37,41) !important;
	border:none !important;
	color:#FFFFFF !important;
}