/*
 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
*/

@font-face{
	font-family: 'Roboto Condensed'; 
	font-style: normal;
  	font-weight: 300;
	src: url('/wp-content/themes/bootscore-child/assets/fonts/Roboto_Condensed-Light.ttf') format('truetype');
}
@font-face{
	font-family: 'Roboto Condensed'; 
	font-style: normal;
  	font-weight: 400;
	src: url('/wp-content/themes/bootscore-child/assets/fonts/Roboto_Condensed-Regular.ttf') format('truetype');
}
@font-face{
	font-family: 'Roboto Condensed'; 
	font-style: normal;
  	font-weight: 600;
	src: url('/wp-content/themes/bootscore-child/assets/fonts/Roboto_Condensed-SemiBold.ttf') format('truetype');
}
@font-face{
	font-family: 'Roboto Condensed'; 
	font-style: normal;
  	font-weight: 700;
	src: url('/wp-content/themes/bootscore-child/assets/fonts/Roboto_Condensed-Bold.ttf') format('truetype');
}

body {
  font-family: Roboto Condensed, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  
}

.error-404.not-found {
	padding: 50px;
}

#main {
	min-height:750px;
	background-color: #fff;
}

.wp-bootstrap-blocks-container {
	padding-top: 20px;
}


a {
	 color: #333;
}

.back {
	float: right;
	text-decoration: none;
}
.container-fluid.header {
	padding: 0;
}
.container-fluid.header img {
	width: 100%;
}

.lockout a, .login-submit .button, .button.big-btn, .btn.btn-outline-primary {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	background-color: #333;
	border-radius: 4px;
	padding: 8px 20px;
	border: none;
	transition: all .2s cubic-bezier(.4,0,.2,1);
}
.lockout a:hover{
	color: #333;
	background-color: #fff;
}
.login-submit .button:hover {
	color: #333;
	background-color: #e6e6e6;
}

label {
	display: block;
}

  .groups-member-block-content .wp-block-paragraph a {
	text-decoration: none;
	font-weight: 600;
	color: #000;
   }
   
  .post-thumbnail {
	  margin-bottom: 30px;
  }
   