/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.html_header_top.html_header_sticky #main {
	padding-top: 175px !important;
}

.footer_color,
.footer_color b,
.footer_color strong,
.footer_color h1,
.footer_color h2,
.footer_color h3,
.footer_color h4,
.footer_color h5,
.footer_color h6,
.footer_color a {
	color: #ffffff;
}

.footer_color p {
	font-size: 1rem;
}

.footer_color a:hover {
	color: #ED1F24;
}

.footer_color .image-overlay {
	display: none !important;
}

.socket_color {
	background: transparent !important;
	border: none !important;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

.footer_color .find_a_club {
	padding: 10px 40px 10px 40px;
	background: #ED1F24;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	font-size: 1rem;
}

.footer_color .find_a_club:hover {
	background: #ffffff;
	color: #ED1F24;
}

#bottom-social {
	display: flex;
	gap: 10px;
	/*     grid-template-columns: repeat( auto-fill, minmax(50px, 1fr) ); */
	align-items: center;
	justify-content: center;
}

#bottom-social .bottom-social-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

#bottom-social .bottom-social-item a {
	padding: 10px;
}

#bottom-social .bottom-social-item a img {
	min-width: 40px;
}

#bottom-social .bottom-social-item a img:hover {
	box-shadow: 0px 10px 10px 0px #003467;
	transform: translateY(-5px);
	transition: 0.5s all;
}

.header-section .sportlomo-breadcrumbs a {
	color: #004990 !important;
}

@media only screen and (max-width: 425px) {
	.sub-header-container {
		background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://usasaweb.sportlomo.com/wp-content/uploads/2024/04/SubHeaderBackground.png) !important;
	}
}
