/*
 Theme Name:   HJBL
 Description:  HJBL Custom Theme (Bootscore Child)
 Template:     bootscore
 Version:      1.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
*/

body {
	font-family:"finalsix";
}

a {
	color: #06428E;
}

h1 {
	font-size: 40px;
	font-weight: 900;
	color: #F58025;
}

h1.entry-title {
	text-transform: uppercase;
}

h2 {
	font-size: 27px;
	font-weight: 800;
	color: #F58025;
}

h3 {
	font-size: 20px;
	font-weight: 800;
}

p {
	font-size: 16px;
	font-weight: 400;
}

.site-header {
	background-color: transparent !important;
	background-image: url('img/header-bg-repeat.png');
	background-position: center top;
	background-repeat: repeat-x;
	min-height: 300px;
	margin-bottom: 25px;
}

.dropdown-toggle::after {
	display: none !important;
}

#nav-main a.nav-link {
	text-transform: uppercase;
	color: #E6E6E6;
	font-size: 20px;
	font-weight: 600;
}

#nav-main a.nav-link:hover {
	color: #F58025 !important;
	position: relative;
}



#nav-main a.nav-link:hover:before {
	display: block;
	content: ' ';
	background-color: #F58025;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}

@media(max-width:991px){
	#nav-main a.nav-link:hover:before {
		display: none !important;	
	}
}

.dropdown-menu {
	background-color: #4D4D4D;
	border-radius: 0;
	border: 0;
	left: 50%;
	transform: translateX(-50%);
}

.dropdown-item:hover, .dropdown-item:focus {
	background-color: transparent;
	
}

.dropdown-menu li {
	text-align: center;
}

.dropdown-menu a {
	color: #E6E6E6;
	font-size: 20px;
	font-weight: 600;
}

.dropdown-menu a:hover {
	color: #F58025;
}

.header-login {
	color: #06428E;
	font-size: 14.5px;
	font-weight: 900;
	text-decoration: none;
	line-height: 50px;
}

header #bootscore-navbar {
	margin-top: 55px;
}

a.header-cart {
	color: #06428E;
	font-size: 24px;
	font-weight: 900;
	text-decoration: none;
	line-height: 50px;
}

.header-social-divider {
	border-right: 1px solid #06428E;
}


.entry-header {
	margin: 0 0;
}

.big-circle {
	width: 100%;
	aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto; /* centers the circle horizontally */
  background-color: #f0f0f0;
  background-color: #4D4D4D;
	color: white;
}





#footer {
	background-image: url('img/footer-bg.png');
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 140px;
	box-shadow: 0px 0px 25px #CFCFCF;
}

.footer-email {
	color: black;
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
}

#footer h3 {
	margin-bottom: 5px;
}

#footer .menu-items {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#footer .menu-items li {
	line-height: 16px;
	margin-bottom: 8px;
}

#footer .menu-items li a {
	text-decoration: none;
	color: black;
	font-weight: 600;
	font-size: 15px;
}

#footer .menu-items li a:hover {
	color: #F58025;	
}

.footer-email {
	font-size: 15px;
}


.footer-socials {
	text-align: center;
}

.col-7ths {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-sizing: border-box;
}

.gutter-half {
  --bs-gutter-x: 0.75rem; /* default is 1.5rem in Bootstrap 5 */
}

/* sm and up: 7 across */
@media (min-width: 576px) {
  .col-sm-7ths {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}

@media (min-width: 768px) {
  .col-md-7ths {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}

@media (min-width: 992px) {
  .col-lg-7ths {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7ths {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-7ths {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}


.subheader-left img {

}

.subheader-right {
	text-align: right;
}

.subheader-right {
	
}