/*
Theme Name: ProSoccer
Theme URI: https://themeforest.net/item/pro-soccer-football-club-wordpress-theme/14962258
Author: AdnanThemes
Author URI: https://adnanthemes.com/
Description: A modern football club, soccer league, academy and sports news WordPress theme with Elementor, Gutenberg and WPBakery support.
Version: 4.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: footballclub
Tags: football, soccer, sports, club, league, academy, ecommerce, rtl-ready, translation-ready
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
form .logged-in-as {
	padding: 0 15px;
}
/**
 * 11.4 - Comments
 */

.comments-area {
}
.nobreadcrumb {
	margin-top: 150px;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0px;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.form-comment {
	padding-top: 1.75em;
	margin-bottom: 30px;
}

.form-comment label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .form-comment {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}
.product_container .caption .product_name {
	color: #000;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 26px;
	background-color: rgba(255, 255, 255, 0.8);
}
.product_container .caption .cart {
	text-align: left;
}
.no-padding {
	padding: 0px;
}
.submit {
	color: #333;
	background-color: #f00;
	border-color: #f00;
	border-radius: 4px;
	color: #fff;
	padding: 15px 60px;
	letter-spacing: 2px;
	font-weight: bold;
}
.form-comment .form-control {
	padding: 24px 12px;
	border-radius: 0;
	border: 1px solid #e9e9e9;
	box-shadow: none;
}

#activesearch i {
	color: inherit;
	color: #000;
	position: absolute;
	top: -45px;
	right: 10px;
}
.text {
	padding: 8px 15px;
	line-height: 30px;
	width: 100%;
	border: 1px solid #e1e1e1;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	margin: 15px 0;
}
#activesearch {
	width: 30px;
	height: 40px;
	display: block;
	position: relative;
	float: right;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.searchform,
.textwidget {
	padding: 15px 35px;
}

.footer-item ul li:before {
	font-family: FontAwesome;
	content: "\f105";
	color: #f00;
	float: left;
	padding-left: -20px;
	margin-left: -26px;
	font-size: 16px;
}

.footer-item ul li {
	list-style: none;
	margin-bottom: 15px;
}
.footer-item ul li.page_item,
.footer-item ul li.menu-item {
	list-style: none;
	margin-bottom: 15px;
	width: 48%;
	display: inline-block;
}
.footer-item a {
	color: #999;
}
.footer-item a:hover {
	color: #fff;
}
.footer-item .textwidget {
	padding: 0px;
}

.bg-coach {
	background: url("images/slide-1.webp") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.navbar-fixed-top {
	top: auto !important;
}
.footer-item ul {
	padding-left: 26px;
}

@media (min-width: 1200px) {
	.container {
		padding: 0px 15px !important;
	}
}
/* --------------------------------------------------------------------------
    Search form
    ---------------------------------------------------------------------- */

.search-form {
	position: relative;
	overflow: hidden;
}
.search-form label span {
	display: none;
}
.search-form label {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0.9;
	margin: 0;
	width: 100%;
}
.search-form label:after {
	height: 48px;
	width: 48px;
	position: absolute;
	top: 15px;
	right: 30px;
	content: "\f002";
	font-size: 1.2em;
	font-family: "FontAwesome";
	line-height: 48px;
	text-align: center;
	border-left: none;
	z-index: 110;
	color: #9b9b9b;
}
.search-form input[type="text"],
.search-form input[type="search"] {
	padding: 10px 50px 10px 16px;
	margin-bottom: 0;
	border: none;
	position: relative;
	z-index: 100;
	border: none;
	width: 100%;
	height: 48px;
	color: inherit;
}
.search-form input[type="text"]:focus {
}
.search-form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	width: 48px;
	background: transparent;
	border: none;
	z-index: 1000;
	cursor: pointer;
	text-indent: -200px;
	overflow: hidden;
	border-radius: 0;
}
.search-form input[type="submit"]:hover + form:after {
	color: #fff;
}
.search-form input[type="text"]:focus + input[type="submit"] {
	margin-right: 0;
}
.widget h2 {
	font-size: 18px;
	color: #f00;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	padding: 15px 35px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 20px;
}
.post-item.sticky {
	background: #000;
	color: #fff;
	padding: 20px;
}
.related.products ul.products,
.up-sells ul.products {
	display: flex;
	justify-content: space-evenly;
	align-items: stretch;
}
.woocommerce ul.products {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
	word-break: break-word;
	min-width: 12vw;
}
.woocommerce ul.products li.product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 8px 16px 8px;
	box-sizing: border-box;
}
.woocommerce ul.products.columns-2 li.product {
	width: calc(50% - 16px) !important;
}
.woocommerce ul.products.columns-3 li.product {
	width: calc(33.3333333333% - 16px) !important;
}
.woocommerce ul.products.columns-4 li.product {
	width: calc(25% - 16px) !important;
}
.woocommerce ul.products.columns-5 li.product {
	width: calc(20% - 16px) !important;
}
.woocommerce ul.products.columns-6 li.product {
	width: calc(16.6666666667% - 16px) !important;
}
.woocommerce ul.products li.product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 8px 16px 8px;
	box-sizing: border-box;
}
.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product img.woocommerce-placeholder {
	height: auto !important;
}
.woocommerce ul.products li.product-category a {
	text-align: left;
	text-decoration: none;
}
.woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {
	margin-top: 0.4rem;
	font-family: var(--heading--font-family);
	font-size: 1.5rem;
}
.woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title .count {
	background-color: transparent;
	color: currentColor;
}
.woocommerce ul.products li.product-category mark {
	background-color: initial;
}
ul.products li.product .price,
ul.products li.product .star-rating {
	display: block;
}
.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
	font-size: 28px;
	color: #000;
	line-height: 30px;
	font-family: "bebas_neue", sans-serif;
	font-weight: 700;
}
.woocommerce-product-details__short-description p {
	margin-bottom: 20px;
}
.product_meta > span,
.shop-detail-section .shop-list li {
	font-weight: 600;
	font-size: 14px;
	color: #f00;
	margin-bottom: 10px;
}
.price {
	position: relative;
	font-weight: 600;
	font-size: 20px !important;
	color: #f00 !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.quantity {
	display: flex;
	position: relative;
	max-width: 110px;
}
.product-quantity input {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #f5f5f5;
	margin-bottom: 0px;
}
.quantity input {
	border: 0px;
	outline: 0px;
	background: none;
	font-weight: 400;
	color: #000;
	font-size: 20px;
	display: inline-block;
	border: 0.5px solid #e5e5e5;
	width: 110px !important;
	text-align: center !important;
}
.quantity .qtybutton {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
.quantity .qtybutton {
	font-size: 20px;
	color: #000;
	display: inline-block;
	position: absolute;
	top: 5px;
	height: 22px;
	width: 22px;
	background: none;
	border-radius: 30px;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	right: 10px;
	font-weight: 700;
}
.quantity .qtybutton {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
.qtybutton.minus {
	left: 8px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 100px;
	box-shadow: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	padding: 12px 12px;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	padding: 7px 12px;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #ccc;
	height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
}
.woocommerce-MyAccount-navigation li {
	background-color: black;
	padding: 10px 20px;
	margin-bottom: 1px;
}
.woocommerce-MyAccount-navigation li a {
	color: #ffffff;
}
@media only screen and (max-width: 600px) {
	.woocommerce .woocommerce-ordering {
		float: left;
		clear: both;
		margin-top: 0;
	}
	.woocommerce .woocommerce-result-count {
		margin-top: 0;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 667px) {
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: auto !important;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
	.woocommerce .related.products ul.products[class*="columns-"] li.product,
	.woocommerce-page .related.products ul.products[class*="columns-"] li.product {
		padding: 0 2vw 3em 0 !important;
		margin-bottom: 2em;
	}
	.woocommerce ul.products[class*="columns-"],
	.woocommerce-page ul.products[class*="columns-"] {
		justify-content: center;
	}
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 50%;
		padding: 0 2vw 3em 0;
	}
	.woocommerce .onsale,
	.woocommerce-page .onsale {
		font-size: 1rem;
	}
	.woocommerce .onsale + .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
	.woocommerce-page .onsale + .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		top: 1.8em;
		right: 1.8em;
	}
}

/* Accessibility helpers */
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:100000}.skip-link:focus{left:16px;top:16px;width:auto;height:auto;padding:12px 18px;background:#fff;color:#07111f;box-shadow:0 4px 18px rgba(0,0,0,.25);text-decoration:none}.prosoccer-main-anchor{display:block;position:relative;top:-90px;visibility:hidden}.prosoccer-commerce-title{margin:0 0 28px;font-size:38px;line-height:1.2}
