/*
 Theme Name:   SENS
 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
*/

.bg-light {
	background-color: #0072bc !important;
}
.navbar-brand img {
	max-width: 250px;
}
.card {
	border-radius: 0 !important;
}
.card-body {
	color: #fff;
}
.widget_block a {
	color: #fff;
}
.site-content  {
	padding-top: 5rem !important;
	margin-top: 5rem !important;
}
#primary h4 {
	color: #777;
	font-size: 0.9rem;
	position: relative;
	top: -10px;
}
.bootscore-info small {
	color: #fff;
}
.btn-outline-secondary {
	--bs-btn-color: #fff;
	--bs-btn-border-color: #fff;
	--bs-btn-hover-color: #0072bc;
	--bs-btn-hover-bg: #fff;
	--bs-btn-hover-border-color: #fff;
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #fff;
	--bs-btn-active-border-color: #fff;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #6c757d;
	--bs-gradient: none;
}

.single.sidebar .content-area {
	width: 100%;
}
#nav-secondary {
	border-top: 1px solid #fff;
}
#nav-secondary.navbar {
	--bs-navbar-padding-y: 0 !important;
}
@media (min-width: 992px) {
  #nav-main .navbar-text.h4 {
	color: #fff;
  }
  .nav-link,
   .nav-link.active {
	  color: #fff !important;
  }
}
.offcanvas-header .h5,
  .offcanvas-header .btn-close {
    color: #fff !important;
}
.btn-close {
	color: #fff;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
#nav-secondary .navbar-text {
	width: 100%;
}
#nav-secondary .navbar-nav {
	margin: 0 auto;
}

#nav-secondary .navbar-text strong {
	color: #fff;
}