/*
Theme Name: WPEM Soccer Club
Theme URI: https://wp-eventmanager.com/
Author: WP Event Manager
Author URI: https://wp-eventmanager.com/the-team/
Description: WPEM Soccer Club is a fast, fully customizable & beautiful WordPress theme suitable for any event, blog, portfolio, business website and WooCommerce storefront. A theme compatible with WP Event Manager plugin. Also, It offers special features and templates so it works perfectly with all page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, etc. Some of the other features: # Responsive # RTL #Translation Ready #SEO Friendly # WooCommerce Ready # Extendible with WP Event Manager addons # Regularly updated # Designed, Developed, Maintained & Supported by WP Event Manager’s dedicated team. Looking for a perfect base theme for WPEM Soccer Club? Look no further. You can use an WPEM Soccer Club theme for building any kind of event website!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpem-soccer-club
Domain Path: /languages
Tested up to: 5.8.2
Requires PHP: 5.2
Tags:  entertainment, portfolio, e-commerce, one-column, two-columns, full-width-template, left-sidebar, right-sidebar, editor-style, custom-header, custom-background, custom-logo, custom-menu, custom-colors, rtl-language-support, featured-images, threaded-comments, translation-ready, sticky-post, microformats,theme-options
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WPEM Soccer Club is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

body {
    margin: 0;
    background-color: #f5f5f5;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    text-decoration: none;
    transition: all 0.2s 0s;
}
a:focus, a:hover, a:active {
    outline: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
.btn {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}
.btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{ 
    background-color: var(--wpem-theme-button-color); 
    color: var(--wpem-theme-button-text-color);
}
.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover{ 
    background-color: var(--wpem-theme-secondary-color); 
    color: var(--wpem-theme-button-text-color);
}
.theme_btn {
    padding: 15px 25px;
    background: transparent;
    color: var(--wpem-theme-primary-color);
    border: 1px solid;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.green_btn {
    color: var(--wpem-theme-secondary-color);
    cursor: pointer;
}
.green_btn:hover {
    color: #fff!important;
}

a,
.widget a,
.entry-meta i,
.entry-content a{ 
    color: var(--wpem-theme-link-color); 
}
a:hover,
.widget a:hover,
.entry-content a:hover{
    color: var(--wpem-theme-link-hover-color);
}
.entry-title a{
    color: var(--wpem-theme-secondary-color);
}
select{
    background-repeat: no-repeat;
    background-position: right 1rem center;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px !important;
    border: 1px solid var(--wpem-theme-secondary-color);
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    width: 100%;
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--wpem-theme-secondary-color);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-top: 0;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

hr {
    background-color: var(--wpem-theme-secondary-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
    /* border: 1px solid var(--wpem-theme-secondary-color); */
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    /* border: 1px solid var(--wpem-theme-secondary-color); */
    padding: 5px;
    text-align: left;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: var(--wpem-theme-secondary-color);
    border: 1px solid var(--wpem-theme-secondary-color);
    border-radius: 4px;
    padding: 8px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: var(--wpem-theme-secondary-color);
    border-color: var(--wpem-theme-primary-color);
    outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.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;
}

.screen-reader-text:focus {
    background-color: var(--wpem-theme-content-color);
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: var(--wpem-theme-secondary-color);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
.widget:last-of-type{
    margin-bottom: 0px;
}
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## WPEM Soccer Club
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.contain-main-wrapper {
    background: #fff;
    margin-top: -80px;

}
.container,
.contain-main-wrapper {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
body.boxed-layout{
    background-color: var(--wpem-theme-content-color);
}

body.boxed-layout .site {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.site-content {
    flex: 1;
}
.content-area {
    background-color: var(--wpem-theme-content-color);
    padding: 30px;
    border-radius: 4px;
}

.row,
.wpem-soccer-club-main-sidearea .widget .event_listings,
.wpem-soccer-club-main-sidearea .widget .event_listings_class {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column,
.wpem-soccer-club-main-sidearea .widget .event_listings .wpem-single-event-widget,
.wpem-soccer-club-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

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

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

.align-middle {
    align-items: center !important;
}

.justify-center {
    justify-content: center;
}
.relative {
    position: relative;
}

.btn:hover,
.btn:focus,
.btn:visited:hover,
.btn.focus-visble,
.btn.focus-visible:visited {
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-button-text-color);
}

.main-contain-wrapper {
    padding: 60px 0;
}


/*---------------------------------------------------
##   Social Menu
*   ----------------------------------------------------- */
.event-social-menu {
    list-style-type: none;
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.event-social-menu li a i {
    font-weight: normal;
    text-indent: 0;
}

.event-social-menu li a {
    font-size: 0;
}

.event-social-menu li {
    display: inline-block;
    margin-right: 5px;
}

.event-social-menu li a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 0;
}

.event-social-menu li a:before {
    height: inherit;
    width: inherit;
}

.event-social-menu li a:hover {
    opacity: 0.7;
}

.event-social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.event-social-menu li a[href*="facebook.com"] {
    color: #45619d;
}

.event-social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

.event-social-menu li a[href*="twitter.com"] {
    color: #53a8ea;
}

.event-social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.event-social-menu li a[href*="linkedin.com"] {
    color: #1b85bc;
}

.event-social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.event-social-menu li a[href*="plus.google.com"] {
    color: #df4b38;
}

.event-social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

.event-social-menu li a[href*="youtube.com"] {
    color: #e82707;
}

.event-social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.event-social-menu li a[href*="dribbble.com"] {
    color: #c42462;
}

.event-social-menu li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.event-social-menu li a[href*="pinterest.com"] {
    color: #ca1f26;
}

.event-social-menu li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.event-social-menu li a[href*="bitbucket.org"] {
    color: #205081;
}

.event-social-menu li a[href*="github.com"]:before {
    content: "\f113";
}

.event-social-menu li a[href*="github.com"] {
    color: #181617;
}

.event-social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.event-social-menu li a[href*="codepen.io"] {
    color: #000;
}

.event-social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.event-social-menu li a[href*="flickr.com"] {
    color: #0063db;
}

.event-social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

.event-social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.event-social-menu li a[href*="foursquare.com"] {
    color: #f94877;
}

.event-social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.event-social-menu li a[href*="instagram.com"] {
    color: #e1306c;
}

.event-social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.event-social-menu li a[href*="tumblr.com"] {
    color: #34465d;
}

.event-social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.event-social-menu li a[href*="reddit.com"] {
    color: #ff4403;
}

.event-social-menu li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.event-social-menu li a[href*="vimeo.com"] {
    color: #23b6ea;
}

.event-social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.event-social-menu li a[href*="digg.com"] {
    color: #006094;
}

.event-social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.event-social-menu li a[href*="twitch.tv"] {
    color: #6441a5;
}

.event-social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.event-social-menu li a[href*="stumbleupon.com"] {
    color: #eb4823;
}

.event-social-menu li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.event-social-menu li a[href*="delicious.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="vk.com"]:before {
    content: "\f189";
}

.event-social-menu li a[href*="vk.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="mailto:"]:before {
    content: "\f0e0";
}


/*---------------------------------------------------
##   Header Main
*   ----------------------------------------------------- */

.site-title {
    margin: 0;
}
/*---------------------------------------------------
##  Header Search
*   ----------------------------------------------------- */
.header-search-block {
    display: none;
}

.header-main .search-icon:hover {
    cursor: pointer;
}

.header-search-inner {
    padding: 3px;
    position: absolute;
    right: 0;
    width: 320px;
}


/*===========================================
## Primary Menu
=============================================*/
.header-main {
    background: transparent;
    padding: 15px 0;
    position: absolute;
    width: 100%;
}

.main-navigation {
    position: fixed;
    top: 0px;
    left: -350px;
    background-color: #fff;
    max-width: 350px;
    width: 100%;
    height: 100%;
    z-index: 10002;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: 10px 0 10px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0s;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: inherit !important;
    display: none;
}
.main-navigation li {
    float: left;
    position: relative;
    width: 100%;
}
.main-navigation li a {
    color: var(--wpem-theme-secondary-color);
    font-weight: 500;
    display: block;
    text-decoration: none;
    text-align: center;
}
.main-navigation li a:hover {
    text-decoration: none;
    color: var(--wpem-theme-link-color);
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    min-width: 200px;
    background: var(--wpem-theme-content-color);
    border-top: 2px solid var(--wpem-theme-primary-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    text-align: left;
    padding: 10px 0;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li {
    width: 100%;
}
.main-navigation ul ul li:last-child {
    border: none;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0;
}
.nav-menu > li.menu-item-has-children > a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 10px;
}

.menu-toggle {
    border: 0;
    background: var(--wpem-theme-primary-color);
    cursor: pointer;
    margin: 0px;
    padding: 0 13px;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    z-index: 99999;
    position: relative;
}

.menu-toggle:hover {
    background: transparent;
}
.bar1, .bar2, .bar3 {
    width: 18px;
    height: 3px;
    background-color: var(--wpem-theme-secondary-color);
    margin: 6px 0;
    transition: 0.4s;
    display: block;
}
.bar2{
    width: 28px;
}
.bar1{
    width: 28px;
}
.change .bar1 {
    transform: rotate(-45deg) translate(-6px, 7px);
    width: 28px;
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: rotate(45deg) translate(-6px, -7px);
    width: 28px;
}

.main-navigation.toggled {
    display: flex;
    left: 0;
    opacity: 1;
    visibility: visible;
}
.main-navigation.toggled ul {
    display: block;
}
.main-navigation li a:before {
    content: "";
    background-image: url(assets/images/border-shape.svg);
    width: 100px;
    height: 8px;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.main-navigation li.current-menu-item > a:before {
    display: block;
}
.main-navigation .site-branding {
    padding: 20px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 50%;
    transform: translate(-50%, 0px);
}
.main-navigation li li.current-menu-item a{
    padding: 5px 10px 15px !important;
}
.main-navigation.toggled ~ .main-navigation-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100vw;
    height: 100vh;
    background-color: var(--wpem-theme-secondary-color);
    opacity: .5;
}
.menu-primary-menu-container {
    flex: 1;
    background-color: var(--wpem-theme-light-color);
    height: 100%;
    padding: 15px 0;
    overflow: auto;
}
.menu_sidebar_bottom {
    padding: 20px;
}
.menu_sidebar_bottom ul li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.menu_sidebar_bottom ul li i {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: var(--wpem-theme-light-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.menu-close-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0px 0px 0px auto;
    display: table;
    cursor: pointer;
    position: relative;
    top: 10px;
}
.menu-close-toggle:hover{
    background-color: transparent;
}
.menu-close-toggle .bar1{
    transform: rotate(-45deg) translate(-6px, 6px);
    width: 20px;
    height: 2px;
}
.menu-close-toggle .bar2{
    width: 20px;
}
.menu-close-toggle .bar3{
    transform: rotate(45deg) translate(-6px, -6px);
    width: 20px;
    height: 2px;
}
.header-main-tel {
    color: var(--wpem-theme-secondary-color);
}
.header-main-tel i {
    margin-right: 5px;
}
.custom-logo-link {
    display: table;
    line-height: 0;
}
.site-header{
    position: relative;
    z-index: 999;
}

/*---------------------------------------------------
##   Inner Pages
*   ----------------------------------------------------- */
/* .page-header-wrapper {
    padding: 30px 0;
    background: var(--wpem-theme-content-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
} */
.page-header-wrapper .entry-meta{
    margin-top: 10px;
}
.header-title,
h1.page-title {
    margin-bottom: 0px;
}
.post-thumbnail,
article .entry-header,
.entry-title  {
    margin-bottom: 10px;
}
.post-thumbnail,
.post-thumbnail img {
    line-height: 1;
    display: block;
}
.posted-on, .byline, .post_by, .cat-links {
    margin-right: 15px;
}
.posted-on i, .byline i, .post_by i, .cat-links i {
    margin-right: 5px;
}

.blog-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list article:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

blockquote {
    border-left: 3px solid #000;
    margin: 0 0 25px 0;
    padding-left: 25px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

/*---------------------------------------------------
##   404 Error Page
*   ----------------------------------------------------- */
.error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.error-404 h1 {
    font-size: 180px;
    line-height: normal;
    margin: 0;
}
.error-404 h2 {
    font-size: 40px;
    line-height: normal;
}

/*---------------------------------------------------
##   Footer
*   ----------------------------------------------------- */
.site-footer {
    background: var(--wpem-theme-secondary-color);
    color: #fff;
}
.footer-top .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-top: 60px;
    padding-bottom: 60px;

}
.footer-bottom .container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#goTop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: var(--wpem-theme-button-text-color);
    font-size: 20px;
    opacity: 0.7;
    background: var(--wpem-theme-secondary-color);
    padding: 8px 0;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    text-align: center;
}

#goTop:hover {
    background: var(--wpem-theme-secondary-color);
    opacity: 1;
}

/*---------------------------------------------------
##   Widgets
*   ----------------------------------------------------- */
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    color: var(--wpem-theme-button-text-color);
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
}
#comments .submit, .search .search-submit {
    padding: 9px 20px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}
#secondary .widget {
    padding: 20px;
    border-radius: 4px;
    background-color: var(--wpem-theme-content-color);
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget_archive li,
.widget_recent_comments li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}

.widget_archive li:before,
.widget_recent_comments li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
}

ol.wp-block-latest-comments{
    padding: 0;
}

/*---------------------------------------------------
##   WPEM Soccer Club Widgets
*   ----------------------------------------------------- */
.header-search-inner {
    z-index: 9;
    text-align: left;
    border-radius: 4px;
}
.widget_search input,
.header-search-inner input {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 40px);
}
.header-search-inner button {
    top: 3px;
    right: 3px;
}
.wpem-soccer-club-main-sidearea .widget {
    padding: 60px 0;
    margin-bottom: 0;
    background: #f9f9f9;
}
.wpem-soccer-club-main-sidearea .widget:nth-child(even) {
    background: #fff;
}
.widget .wpem-event-banner-img {
    overflow: hidden;
}
.widget .wpem-event-banner-img img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.widget .wpem-event-action-url:hover img {
    transform: scale(1.1);
}
.wpem-soccer-club-cta-button {
    margin-top: 20px;
}
.recent-post-list .recent-post-list-single:nth-child(1) {
    margin-top: 0;
}
.recent-post-list figure {
    margin: 0;
}
.recent-post-list .recent-post-single {
    background: var(--wpem-theme-content-color);
    margin-top: 20px;
    padding: 15px;
    border: 1px solid var(--wpem-theme-secondary-color);
    border-radius: 4px;
}
.recent-post-list .entry-title,
.recent-post-list .entry-meta {
    margin-bottom: 5px;
}

/*---------------------------------------------------
##   Comment Form & Forms
*   ----------------------------------------------------- */
.comment-form label {
    display: block;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

/*---------------------------------------------------
##  Pagination
*   ----------------------------------------------------- */
.nav-previous:before,
.nav-next:after {
    font-size: 14px;
    display: inline-block;
    font-family: 'FontAwesome';
}

.nav-previous:before {
    padding-right: 5px;
    content: "\f177";
}

.nav-next:after {
    padding-left: 5px;
    content: "\f178";
}

/*new theme add*/
:root{
    --wpem-theme-primary-color: #FFD800;
    --wpem-primary-color: #FFD800;
    --wpem-theme-secondary-color: #09434B;
    --wpem-theme-light-color: #FFFAF3;
    --wpem-dark-color: #09434B;
    --wpem-gray-color:  #84A1A5;
    --wpem-primary-filter: brightness(0) invert(85%) sepia(57%) saturate(5543%) hue-rotate(0deg) contrast(102%)
}

body{
    background-color: #fff;
}

section {
    padding: 80px 0;
}

p {
    font-weight: 400;
}
.pt-0{
    padding-top: 0px;
}
.pb-0{
    padding-bottom: 0px;
}
.pr-0 {
    padding-right: 0;
}
.pl-0 {
    padding-left: 0;
}
.wpem-justify-content-center{
    justify-content: center;
}
.content-area {
    padding: 0;
}
::selection {
  background: var(--wpem-theme-primary-color);
}

/*event manager plugin css start*/
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button.bookmark-notice{
    background-color: var(--wpem-primary-color) !important;
    color: #fff !important;
}
.wpem-theme-button, .wpem-theme-button span {
    color: var(--wpem-theme-secondary-color);
}
.wpem-theme-button:hover {
    background-color: var(--wpem-theme-secondary-color) !important;
    color: #ffffff !important;
}
.wpem-theme-button:hover span{
    color: #ffffff !important;
}
.wpem-form-wrapper .wpem-form-group input[type="color"], .wpem-form-wrapper .wpem-form-group input[type="date"], .wpem-form-wrapper .wpem-form-group input[type="datetime-local"], .wpem-form-wrapper .wpem-form-group input[type="datetime"], .wpem-form-wrapper .wpem-form-group input[type="email"], .wpem-form-wrapper .wpem-form-group input[type="file"], .wpem-form-wrapper .wpem-form-group input[type="month"], .wpem-form-wrapper .wpem-form-group input[type="number"], .wpem-form-wrapper .wpem-form-group input[type="password"], .wpem-form-wrapper .wpem-form-group input[type="search"], .wpem-form-wrapper .wpem-form-group input[type="tel"], .wpem-form-wrapper .wpem-form-group input[type="text"], .wpem-form-wrapper .wpem-form-group input[type="time"], .wpem-form-wrapper .wpem-form-group input[type="url"], .wpem-form-wrapper .wpem-form-group input[type="week"], .wpem-form-wrapper .wpem-form-group select, .wpem-form-wrapper .wpem-form-group select optgroup, .wpem-form-wrapper .wpem-form-group textarea {
    font-weight: 600;
}
.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text{
    font-weight: bold;
}

/*event slider plugin start*/
.wpem_yoga_theme-slider .wpem-prime-event-slider-wrapper .wpem-prime-event-slider-item .wpem-prime-event-slider-content{
    background: var(--wpem-theme-light-color);
    align-items: center;
}
.wpem_yoga_theme-slider .wpem-prime-event-slider-wrapper .wpem-prime-event-slider-item .wpem-prime-event-slider-content .wpem-prime-event-slider-image img {
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.wpem_yoga_theme-slider .wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-details .wpem-event-title .wpem-heading-text a:hover,
.wpem_yoga_theme-slider .wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-details .wpem-event-organizer .wpem-event-organizer-name a:hover,
.wpem_yoga_theme-slider .wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-description .wpem-event-description-url a:hover{
    color: var(--wpem-theme-secondary-color);
}
.wpem_yoga_theme-slider .wpem-prime-event-slider-wrapper .slick-arrow{
    background-color: var(--wpem-theme-primary-color);
}
.wpem_yoga_theme-slider .wpem-prime-event-slider-wrapper .slick-arrow i{
    color: var(--wpem-theme-secondary-color);
}
.wpem-prime-event-slider-wrapper .slick-arrow:hover i{
    color: var(--wpem-theme-primary-color);
}
.wpem-prime-event-slider-wrapper .slick-arrow:hover{
    background: var(--wpem-theme-secondary-color);
}
.wpem_yoga_theme-slider .wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-details .wpem-event-title .wpem-heading-text{
    font-weight: bold;
}
/*event slider plugin end*/


/*Ticket Plugin start*/
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content .wpem-heading-text {
    margin: 0;
    font-weight: bold;
}
.wpem-single-event-ticket-information .wpem-event-ticket-info-title {
    background-color: transparent;
    border: 0;
    padding-left: 0;
}
.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body {
    background-color: #fffaf3;
    border: 0;
    padding: 10px 20px;
    border-radius: 4px;
}
.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body .wpem-ticket-info-wrap:hover {
    border-color: var(--wpem-theme-primary-color);
}
.wpem-event-ticket-type{
    margin-top: 15px;
}
/*Ticket Plugin end*/

/*event manager plugin css end*/

/*page header start*/
.page-header-wrapper {
    /* z-index: -1; */
    padding-top: 200px;
    padding-bottom: 0;
    background: url(assets/images/page-header-bg.png) center / cover no-repeat;
    min-height: 300px;
    position: relative;
}

.page-header-wrapper :where(.entry-title,.page-title) {
    line-height: 4;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    top: 108px;
    color: white;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    background: url(assets/images/page-title-bg.svg) center left / cover no-repeat;
    display: inline-block;
    padding-right: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    clip-path: polygon(87% -10%, 96% 50%, 87% 110%, 0% 100%, 0% 0%);
}

.page-header-wrapper::before {
    content: '';
    background: url(assets/images/page-title-bg.svg) center left / 710px no-repeat;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: -100px;
}

.page-header-wrapper :where(.entry-title,.page-title)::after {
    content: '';
    background: url(assets/images/page-tittle-after.svg) center / contain no-repeat;
    width: 250px;
    height: 37px;
    position: absolute;
    top: 60%;
    left: 0;
    z-index: 2;
}

section:has(.entry-title,.page-title) {
    margin-bottom: 100px;
}

section:has(.entry-title,.page-title) + section {
    padding-top: 40px;
}

.entry-meta :is(a,i) {
    color: var(--wpem-theme-secondary-color);
    margin-block: 10px 20px;
}

/*page header end*/


/* New theme add  */
.tab {
    overflow: hidden;
  }

.tabcontent {
    display: none;
    padding: 6px 12px;
    margin-top: 30px;
}

.wpem-soccer-club-banner-right-image {
    margin-left: 80px;
}

.hero-slide :is(.slick-prev,.slick-next)::before {
    font-size: 0;
}

.hero-slide :is(.slick-prev,.slick-next) {
    top: auto;
    bottom: -80px;
    left: -10px;
    z-index: 3;
}

.hero-slide .slick-next {
    right: auto;
    left: 45px;
}

.hero-slide .slick-next::after {
    content: '';
    width: 40px; height: 40px;
    background: url(assets/images/right-arrow.svg) center / contain no-repeat;
    position: absolute;
}

.hero-slide .slick-prev::after {
    content: '';
    width: 40px; height: 40px;
    background: url(assets/images/left-arrow.svg) center / contain no-repeat;
    position: absolute;
}

.hero-slide :is(.slick-prev,.slick-next):hover::after {
    filter: var(--wpem-primary-filter);
}

.wpem-soccer-club-main-banner {
    background: url(assets/images/banner.png) center / cover no-repeat;
    position: relative;
    /* z-index: -1; */
    padding: 150px 0;
}
.wpem-soccer-club-main-banner h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 63px;
    color: #fff;
    max-width: 550px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 45px;
}
.wpem-soccer-club-main-banner p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #84A1A5;
    max-width: 600px;
}
.section-title {
    margin-bottom: 86px;
}
.section-title h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    position: relative;
    text-transform: uppercase;
}
.section-title h2:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 50px;
    background: url(assets/images/section-title-bg.png);
    background-repeat: no-repeat;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.match-card {
    padding: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
}

.match-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(assets/images/upcoming-bg.svg) center no-repeat;
    background-size: contain;
    left: 0;
    top: 10%;
    /* transform: translateY(-50%); */
    z-index: -1;
}

.match-card h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.match-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #84A1A5;
}
.match-teams {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.match-teams img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.team h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin: 0;
}
.team-middle {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--wpem-theme-primary-color);
    border-radius: 100%;
    position: relative;
    border: 6px solid white;
}
.team-middle h2 {
    margin: 0;
}
.about-left img {
    width: 395px;
    height: 500px;
    object-fit: cover;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.about-right img {
    position: absolute;
    right: 0;
    top: 0;
}
.about-desc {
    padding-left: 60px;
}
.about-desc h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    max-width: 650px;
}
.about-desc p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #84A1A5;
}
.counters .row {
    margin: 0;
}
.counter-item {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(assets/images/football-bg.png);
    margin-right: 20px;
}

.counter-item h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.counter-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: var(--wpem-theme-secondary-color);
    margin: 0;
}
.counters {
    margin: 30px 0;
}
.wpem-soccer-club-events {
    background: url(assets/images/eventsbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.wpem-soccer-club-events .wpem-form-wrapper {
    display: none;
}

.wpem-soccer-club-events .wpem-heading-text {
    color: #fff;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    border: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    background: transparent;
    padding: 9px 15px;
    border: 1px solid;
    border-color: #84A1A5;
    color: #84A1A5;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text:hover {
    border-color: #09434B;
    color: #09434B;
}

.wpem-event-ticket-type .wpem-event-ticket-type-text {
    background: transparent;
    color: var(--wpem-gray-color);
    padding: 9px 15px;
    border: 1px solid;
    font-weight: 400;
}

.wpem-event-ticket-type .wpem-event-ticket-type-text:hover {
    border-color: #09434B;
    color: #09434B;
}

.winnings-year-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    text-align: center;
    min-height: 60px;
    background: url(assets/images/arrows.svg) center / contain  no-repeat;
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.winnings-cup-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

.winnings-cup-wrap .cup-wrap {
    display: grid;
    grid-template-columns: 25px auto;
    align-items: center;
    column-gap: 10px;
}

.winnings-cup-wrap .cup-wrap h4 {
    font-size: 16px;
    line-height: 1.2;
}

.winnings-cup-wrap .cup-wrap:hover img {
    filter: brightness(0) invert(19%) sepia(88%) saturate(417%) hue-rotate(139deg) contrast(98%);
}

.tablinks {
    background: #AEC1C4;
    width: 270px;
    height: 60px;
    border: none;
    color: #fff;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
    transition: all 0.3s ease;
}
.tabs-data {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.tabs-data p {
    width: 190px;
    margin-left: 20.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
}
.team-item {
    position: relative;
}
.team-item::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(9, 67, 75, 0.00) 50%, #09434B 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}
.team-item:hover::after {
    opacity: 1;
}
.team-item img {
    width: auto;
    height: 450px;
    object-fit: cover;
    filter: grayscale(1);
}
.wpem-soccer-club-meet-the-team {
    overflow-x: hidden;
    padding-bottom: 0;
}
.wpem-soccer-club-meet-the-team .container {
    max-width: 100%;
}
.wpem-soccer-club-meet-the-team .row {
    flex-wrap: nowrap;
}
.label {
    width: 58px;
    height: 50px;
    color: #fff;
    background: var(--wpem-theme-secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    transition: all 0.3s ease;
}
.label h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}
.team-profile {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    transition: all 300ms ease;
}
.team-item:hover .team-profile {
    bottom: 50px;
}
.team-profile h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.team-profile small {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.team-socials {
    display: flex;
    justify-content: space-around;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
    min-width: 140px;
}
.team-socials a {
    width: 34px;
    height: 34px;
    background: #fff;
    color: var(--wpem-theme-secondary-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.team-socials a:hover {
    background: var(--wpem-theme-primary-color);
}
.team-item:hover .label {
    background: var(--wpem-theme-primary-color);
}
.team-item img {
    transition: all 0.3s ease;
    display: block;
}
.team-item:hover img {
    filter: grayscale(0);
    background: linear-gradient(180deg, rgba(9, 67, 75, 0) 0%, #09434B 100%);
}
.team-item:hover .team-socials {
    opacity: 1;
    margin-top: 20px;
}
:is(.wpem-soccer-club-products,.wpem-soccer-club-news) .row {
    padding-top: 20px;
}
.product {
    position: relative;
}
.product-img {
    background: #F5F5F5;
    border-radius: 6px;
    min-height: 220px;
    display: grid;
    place-content: center;
}
.product-desc h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
}
.product-desc p {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--wpem-theme-primary-color);
}
.product .label {
    justify-content: space-evenly;
    width: 134px;
    height: 50px;
    clip-path: polygon(0% 0%, 90% 1%, 100% 50%, 90% 100%, 0% 100%);
    transition: all 0.3s ease;
    opacity: 0;
}
.product .label a {
    color: #fff;
}
.product:hover .label {
    opacity: 1;
}
.wpem-soccer-club-news {
    background: #f5f5f5;
}
.news-card {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 30px;
    line-height: 0;
    border-radius: 6px;
}
.news-img {
    flex: 0 0 240px;
}
.news-img img {
    width: 100%;
    height: 240px;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}
.news-desc {
    padding: 0 30px;
}
.news-desc small {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #84A1A5;
}
.news-desc h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 8px 0;
}
.news-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #84A1A5;
    margin-bottom: 0;
}
.news-video-item {
    background: #fff;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 510px;
    border-radius: 6px;
}
.news-video img {
    width: 100%;
    height: 388px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.news-video i {
    color: var(--wpem-theme-secondary-color);
}
/* video popup */
.theme-soccer-club-video-pulse-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wpem-theme-primary-color);
    color: #fff !important;
    font-size: 24px;
    width: 60px;
    height: 60px;
    z-index: 2;
    margin: auto;
    margin-top: 50px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 44%;
}

.theme-soccer-club-video-pulse-button i {
    color: var(--wpem-theme-secondary-color);
}

.theme-soccer-club-video-pulse-button::before {
    content: '';
    position: absolute;
    border: 2px solid rgba(255 216 0 / 0.3);
    border-radius: 50%;
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
    animation: bloom1 1.5s linear infinite;
    opacity: 0;
    z-index: 1;
}

.theme-soccer-club-video-pulse-button::after {
    content: '';
    position: absolute;
    border: 8px solid rgba(255 216 0 / 0.3);
    border-radius: 50%;
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
    animation: bloom2 1.5s linear infinite;
    opacity: 0;
    z-index: 1;
    animation-delay: 0.4s;
}

@keyframes bloom1 {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes bloom2 {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
    }
}
/* popup ends  */

.gallery-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    align-items: center;
}

.gallery {
    display: grid;
    grid-template-rows: repeat(4,1fr);
    gap: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.gallery .span-2 {
    grid-row: span 2;
}
.gallery-col {
    display: grid;
    gap: 30px;
}

.gallery-item img {
    border-radius: 6px;
    margin-bottom: 0;
    width: 100%; height: 100%;
    display: block;
    object-fit: cover;
}
.wpem-soccer-club-gallery :is(.gallery1,.gallery3) .column-12:nth-child(2) .gallery-item img {
    height: 500px;
    object-fit: cover;
}
.gallery2 .gallery-item img {
    height: 524px;
    object-fit: cover;
}
.gallery-item {
    position: relative;
}
.gallery-item::after {
    content: '';
    background: linear-gradient(180deg, rgba(9, 67, 75, 0.00) 0%, #09434B 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 6px;
    opacity: 0;
    z-index: 1;
}
.gallery-caption {
    position: absolute;
    left: 30px;
    bottom: 30px;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 2;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-item:hover::after {
    opacity: 1;
}
.gallery-caption p {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}
.championship-league {
    color: #fff;
    z-index: 1;
    position: relative;
}
.championship-league h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}
.championship-league p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #84A1A5;
    margin-block: 10px 15px;
}
.next-match h2 {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.next-match-item p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: var(--wpem-gray-color);
}
.next-match-counter {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-content: center;
    max-width: 420px;
    margin-inline: auto;
    gap: 0px;
    margin-top: 40px;
}
.next-match-item {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    background: #fff;
    margin-inline: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.next-match .full-table-link a {
    justify-content: center;
}
.partner-item {
    text-align: center;
}
.footer-top {
    padding: 80px 0;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.15);
}
.footer-top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #84A1A5;
}
.footer-address-item h2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #84A1A5;
}
.footer-address-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.footer-links h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 0;
}
.footer-links h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -15px;
    background: rgba(255, 255, 255, 0.15);
}
.footer-links ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.footer-links li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.footer-links li a img {
    margin-right: 10px;
}
.footer-links li a:hover {
    color: var(--wpem-theme-primary-color);
}
.footer-links li a:hover img {
    filter: var(--wpem-primary-filter);
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-newsletter {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.footer-newsletter input.newsletter-input {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    background: transparent;
    margin-bottom: 20px;
    color: #ffffff;
    width: 100%;
    padding: 16px 20px;
}
.footer-newsletter input.newsletter-input::placeholder {
    color: var(--wpem-gray-color);
}
.footer-newsletter input.newsletter-submit {
    border: 1px solid var(--wpem-theme-primary-color);
    border-radius: 6px;
    background-color: transparent;
    color: var(--wpem-theme-primary-color);
    padding: 18px 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
.footer-gallery img {
    width: 105px;
    height: 105px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.site-logo {
    margin-bottom: 22px;
}
.footer-bottom {
    padding: 40px 0;
}
.copyrights p {
    margin: 0;
    color: var(--wpem-gray-color);
}
.footer-socials ul {
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0;
    padding: 0;
}
.footer-socials li {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.footer-socials li:hover {
    background: var(--wpem-theme-primary-color);
}
.footer-socials li:hover a {
    color: var(--wpem-theme-secondary-color);
}
.footer-socials li a {
    color: #fff;
}
.wpem-soccer-club-championship-league {
    padding: 0;
    
    overflow: hidden;
}
.wpem-soccer-club-championship-league .mid-section-divider{
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    z-index: 3;
    transform: translate(-61px, 0px);
    height: 100%;
}
.wpem-soccer-club-championship-league .mid-section-divider img{
    height: 100%;
    width: 100%;
}
.wpem-soccer-club-championship-league .container {    
    position: relative;
}
.wpem-soccer-club-championship-league .left-side{
    background-color: var(--wpem-dark-color);
}
.wpem-soccer-club-championship-league .right-side{
    background-color: var(--wpem-primary-color);
}
.wpem-soccer-club-championship-league .left-side, .wpem-soccer-club-championship-league .right-side{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.wpem-soccer-club-league-table:before {
    content: "";
    position: absolute;
    width: 55%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f5f5f5;
    clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
}
.next-match-card {
    max-width: 470px;
    margin-inline: auto;
    position: relative;
}
.next-match-card .match-teams {
    justify-content: space-between;
    background: url(assets/images/team-vs.png) center / contain no-repeat;
    margin: 0;
}
.next-match-card .team {
    width: 230px;
}
.next-match-card .match-teams img {
    display: block;
    margin-inline: auto;
}
.next-match-card .team h3 {
    margin-bottom: 0;
}

section.wpem-soccer-club-league {
    position: relative;
}

section.wpem-soccer-club-league::after{
    content: "";
    background: url(assets/images/section-gray-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 55%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: right;
}

.wpem-soccer-club-league h2 {
    margin: 0;
}

.result-table-wrap {
    display: grid;
    gap: 20px;
    padding-right: 40px;
}



.result-table-wrap .result-row {
    display: grid;
    grid-template-columns: auto 50px 50px 50px 50px;
    align-items: center;
    gap: 20px;
    padding: 13px;
    border: 1px solid var(--wpem-gray-color);
    border-radius: 6px;
    color: var(--wpem-gray-color);
}

.result-row .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--wpem-theme-secondary-color);
}

.result-table-wrap .result-row.result-title {
    border: 0;
    padding-bottom: 0;
}

.result-table-wrap .result-row.result-title:hover {
    background: transparent;
    box-shadow: none;
}

.result-row .team-name .team {
    color: var(--wpem-theme-secondary-color);
    font-weight: 500;
}

.result-row .team-name span {
    color: var(--wpem-gray-color);
    font-weight: 400;
}

.result-row .team-name img {
    height: 34px;
    object-fit: contain;
    padding-inline: 16px 10px;
    vertical-align: middle;
}

.result-row .points {
    color: var(--wpem-theme-secondary-color);
    font-weight: 500;
}

.result-table-wrap .result-row:hover {
    background: white;
    border-color: var(--wpem-theme-primary-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    color: var(--wpem-theme-secondary-color);
}

.match-result .video i {
    color: var(--wpem-theme-secondary-color);
}

.match-result .result {
    max-width: 500px;
    margin-inline: auto;
}

.match-result .result h2 {
    margin: 0;
}

.match-result .result p {
    color: var(--wpem-gray-color);
    font-size: 14px;
}

.match-result .match-teams h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.match-result .team-score {
    width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100%;
}

.match-result .match-teams-result::after {
    content: '';
    width: 47px; height: 238px;
    background: url(assets/images/match-vertical.svg) center / contain no-repeat;
    position: absolute;
}

.full-table-link a {
    display: flex;
    gap: 10px;
    padding-top: 20px;
    color: var(--wpem-theme-secondary-color);
}

.video {
    margin-top: 60px;
    line-height: 0;
}
.video img {
    width: auto;
    border-radius: 6px;
    height: 220px;
}
.soccer-club-tr {
    max-width: 655px;
    height: 60px;
    border: 1px solid #84A1A5;
    border-radius: 6px;
    margin: 20px 0;
}
.banner-football-graphics img {
    height: 255px;
    position: absolute;
    right: 0;
    bottom: -125px;
}
.events-football-graphics img {
    height: 255px;
    position: absolute;
}
.football-right,.football-left {
    position: relative;
}
.football-right::after {
    content: '';
    background: url(assets/images/football-right.png) center / contain no-repeat;
    width: 150px;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: -180px;
}
.football-left::after {
    content: '';
    background: url(assets/images/football-left.png) center / contain no-repeat;
    width: 150px;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: -180px;
}
/* .page-header {
    height: 150px;
    background: var(--wpem-theme-secondary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 684px;
    position: absolute;
    left: 0;
    bottom: -77px;
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
} */

.testimonial-profile > img {
    width: 160px;
    height: 160px;
    margin: auto;
    border-radius: 100%;
    object-fit: cover;
}

.testimonial-quote {
    width: 50px;
    height: 50px;
    margin: auto;
    background: var(--wpem-theme-primary-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-profile {
    margin-bottom: 45px;
}
.testimonial-desc p {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
}
.testimonial-name h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
}
.testimonial-name small {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #84A1A5;
}
.about-tetimonial-slide .slick-next::after {
    content: '';
    width: 40px; height: 40px;
    background: url(assets/images/right-arrow.svg) center / contain no-repeat;
    position: absolute;
    left: 0;
}
.about-tetimonial-slide .slick-prev::after {
    content: '';
    width: 40px; height: 40px;
    background: url(assets/images/left-arrow.svg) center / contain no-repeat;
    position: absolute;
    left: 0;
}
.about-tetimonial-slide :is(.slick-next,.slick-prev):hover::after {
    filter: var(--wpem-primary-filter);
}
.wpem-soccer-club-testimonials .container {
    padding-left: 10px;
}
.wpem-soccer-club-match-highlights {
    background: url(assets/images/match-highlights.png) center / cover no-repeat;
    position: relative;
    z-index: 1;
    min-height: 500px;
    display: grid;
    place-content: center;
}
.wpem-soccer-club-match-highlights:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(9, 67, 75, 0.7);
    top: 0;
    left: 0;
    z-index: -1;
}
.wpem-soccer-club-match-highlights .theme-soccer-club-video-pulse-button {
    position: static;
    margin-block: 0;
    transform: translateX(0);
}
.match-highlights-heading h2 {
    color: #fff;
}
.page-header-football img {
    position: absolute;
    right: 0;
    height: 250px;
    bottom: -125px;
}
.wpem-soccer-club-contact-iconbox {
    padding-top: 120px;
}
.wpem-soccer-club-contact-iconbox .container {
    padding: 60px 0;
}
.wpem-soccer-club-contact-iconbox .row {
    /* background: url(assets/images/contact-iconbox-bg.png) center / contain no-repeat; */
    min-height: 220px;
    /* display: grid;
    grid-template-columns: repeat(4,1fr); */
    align-items: center;
    margin: 0;
}
.contact-iconbox {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 0%, 75% 0%, 85% 50%, 75% 100%, 0% 100%);
    width: calc(25% + 100px);
    position: relative;
}
.contact-iconbox::before{
    background-color: var(--wpem-dark-color);
    content: "";
    display: block;
    width: 100%;
    position:absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}
.wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(2), 
.wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(3), 
.wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(4){
    margin-left: -140px;
}
.wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(1):before{
    background-color: #AEC1C4;
}
.wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(2):before{
    background-color: #84A1A5;
}
.wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(3):before{
    background-color: #477278;
}

.wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(1){
    z-index: 1;
}
.wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(2){
    z-index: -1;
}
.wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(3){
    z-index: -2;
}
.wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(4){
    z-index: -3;
}

.contact-iconbox-text {
    margin-top: 20px;
}
.contact-iconbox-text h2 {
    margin-block: 0 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: white;
    text-transform: capitalize;
}
.contact-iconbox-text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
/* .wpem-soccer-club-contact-form .container {
    margin-left: 0;
    padding-inline: 0;
} */
.wpem-soccer-club-contact-form .container .row-wrap {
    flex-wrap: nowrap;
}
section.wpem-soccer-club-contact-form .column-4 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding-left: 45px;
}
.wpem-soccer-club-contact-form h2 {
    text-align: left;
}
.wpem-soccer-club-contact-form .section-title h2:before {
    left: 0;
    transform: none;
}
.theme-soccer-club-input {
    width: 100%;
    border: 1px solid #F5F5F5!important;
    border-radius: 6px;
    margin-bottom: 30px;
    min-height: 54px;
}
.theme-soccer-club-input:focus {
    border-color: var(--wpem-theme-secondary-color) !important;
}

p.site-description {
    color: #fff;
    max-width: 250px;
    font-size: 14px;
    line-height: normal;
    margin-top: 8px;
}

p.site-title {
    margin-top: 8px;
}

.wpem-event-listings .wpem-event-layout-wrapper {
    background: #fff;
}

ul.event-alert-actions {
    display: flex;
}

/* .page-template-default p.site-description {
    color: #000;
} */

/* .archive p.site-description {
    color: #000;
} */
/* .single-event_listing p.site-description {
    color: #000;
} */

.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
    padding: 150px 0;
}

.site-title a:hover {
    color: var(--wpem-theme-primary-color)!important;
}

/* .wpem-soccer-club-banner-details {
    max-width: 600px;
} */

.wpem-soccer-club-banner-details b {
    color: var(--wpem-theme-primary-color);
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    background: var(--wpem-theme-primary-color);
}

/*---------------------------------------------------
##   Events
*   ----------------------------------------------------- */

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-register-label .wpem-event-register-label-text {
    background: var(--wpem-theme-primary-color)!important;
}

.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text {
    background: var(--wpem-theme-primary-color);
    padding: 10px 15px;
}

.wpem-responsive-table-block {
    overflow-x: scroll;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    border-radius: 6px;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover .event_listing {
    border-color: var(--wpem-theme-primary-color);
}

:where(
    .event_listing-template-default,
    .event_organizer-template-default,
    .event_venue-template-default
) .entry-meta {
    display: none;
}

.wpem-modal.wpem-modal-open {
    z-index: 9999;
}

:is(
    .tax-event_listing_type,
    .tax-event_listing_category,
    .tax-event_listing_tag
) .site-description {
    color: black;
}

/*---------------------------------------------------
##   WooCommerce
*   ----------------------------------------------------- */
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background-color: var(--wpem-primary-color);
    color: var(--wpem-secondary-color);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background-color: var(--wpem-secondary-color);
    color: var(--wpem-primary-color);
}

.woocommerce-cart-form__cart-item a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-cart-form__cart-item a:hover {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: var(--wpem-theme-primary-color);
    /* border-radius: 100px; */
    font-weight: 400;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--wpem-theme-secondary-color);
}

input#coupon_code {
    border-color: var(--wpem-theme-secondary-color);
    min-width: 150px;
}

.coupon button[name="apply_coupon"] {
    background: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
    font-weight: 400;
}

.coupon button[name="apply_coupon"]:hover{
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}

.woocommerce button[name="update_cart"]:where([aria-disabled="false"],[aria-disabled="true"]){
    font-weight: 400;
}

button[name="update_cart"][aria-disabled="false"] {
    background: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
}

button[name="update_cart"][aria-disabled="false"]:hover {
    background: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}

.main-contain-wrapper .woocommerce-checkout a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-checkout a:hover {
    color: var(--wpem-theme-primary-color);
}

button#place_order {
    background-color: var(--wpem-theme-primary-color);
    font-weight: 400;
}

.woocommerce .edit-account button[name="save_account_details"] {
    margin-top: 20px;
}

.edit-account button[name="save_account_details"]:hover{
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}

fieldset {
    border-color: var(--wpem-theme-secondary-color);
    border-width: 1px;
    border-radius: 4px;
}

.woocommerce form button[type="submit"] {
    background-color: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
    font-weight: 400;
}

.woocommerce form button[type="submit"]:hover {
    background-color: var(--wpem-theme-secondary-color) !important;
    color: var(--wpem-theme-content-color) !important;
}

a.woocommerce-Button[href*="/shop"] {
    background-color: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
    font-weight: 400;
    border-radius: 100px;
}

a.woocommerce-Button[href*="/shop"]:hover {
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}


nav.woocommerce-MyAccount-navigation {
    /* padding: 20px; */
    /* border-radius: 5px; */
    margin-bottom: 20px;
    /* border: 1px solid var(--wpem-theme-primary-color); */
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    border: 1px solid var(--wpem-theme-primary-color);
    border-bottom: 0;
}
nav.woocommerce-MyAccount-navigation ul li:last-of-type{
    border-bottom: 1px solid var(--wpem-theme-primary-color);
}

nav.woocommerce-MyAccount-navigation li a {
    color: var(--wpem-theme-primary-color);
    font-weight: 700;
}

.woocommerce-Address-title.title h3 {
    margin: 0;
}

.woocommerce-button.button.view {
    background: var(--wpem-theme-primary-color);
    color: white;
}

.woocommerce-button.button.view:hover {
    background: var(--wpem-theme-secondary-color);
    color: white;
}

.woocommerce-Address {
    border: 1px solid var(--wpem-theme-primary-color);
    padding: 10px;
    /* border-radius: 10px; */
}

.woocommerce-MyAccount-content a{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content a:hover{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content table a{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content table a:hover{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-table__product-name a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-table__product-name a:hover {
    color: var(--wpem-theme-primary-color);
}

.woocommerce ul.order_details {
    padding: 0;
}

section.woocommerce-order-details {
    padding: 0;
}

section.woocommerce-customer-details {
    padding: 0;
}

.woocommerce-info {
    border-top-color: var(--wpem-theme-primary-color);
}

.woocommerce-info::before{
    color: var(--wpem-theme-primary-color)
}

.mfp-close:hover {
    background: transparent;
}

/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */

@media (max-width: 1200px){
    .next-match-counter {
        gap: 0;
        justify-content: start;
        scale: 0.8;
    }
}
@media (max-width: 1024px){
    .match-teams {
        margin-top: 40px;
    }
    .wpem-soccer-club-about .match-card .match-teams .team{
        margin-top: -120px;
    }
    .contact-iconbox{
        width: calc(50% + 30px);
    }
    section.wpem-soccer-club-league::after{
        display: none;
    }
    .match-card::before{
        top: 30%;
        height: 50%;
    }
    .full-table-link a{
        justify-content: center;
    }
    .result-table-wrap{
        padding-right: initial;
    }
    .wpem-soccer-club-main-banner .column:first-of-type {
        padding-top: 80px;
    }
    .wpem-soccer-club-main-banner {
        padding-bottom: 120px;
    }
    .wpem-soccer-club-meet-the-team .row {
        flex-wrap: wrap;
    }
    .footer-top .column-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .gallery-row {
        grid-template-columns: repeat(2,1fr);
        padding-inline: 15px;
        gap: 20px;
        justify-content: center;
    }
    .gallery-col{
        gap: 20px;
    }
    .gallery-col-last {
        grid-template-columns: 1fr 1fr;
        grid-column: span 2;
    }
    .gallery-col-last .gallery-item:nth-of-type(2) {
        grid-row: span 2;
    }
    .gallery-col-last .gallery-item:not(:nth-last-of-type(2)) img{
        height: 250px;
    }
    .testimonial-desc p {
        max-width: 600px;
    }
    .wpem-soccer-club-testimonials .slick-arrow {
        display: none !important;
    }
    .wpem-soccer-club-league {
        /* background: url(assets/images/section-gray-arrow-flip.png) top center / contain no-repeat; */
        background: transparent !important;
        padding: 0;
    }
    .wpem-soccer-club-league .column-6:first-of-type {
        padding-block: 40px 120px;
        background: url(assets/images/section-gray-arrow-flip.png) bottom center / cover no-repeat;
    }
    .wpem-soccer-club-league .column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }

    :is(.wpem-soccer-club-about,.wpem-soccer-club-about-us,.wpem-soccer-club-news) .column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wpem-soccer-club-news .column-12 {
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .column-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-sm-6,
    .wpem-soccer-club-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-soccer-club-main-sidearea .widget .event_listings_class .wpem-single-event-widget{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {
    
    .comment-form-author, .comment-form-email, .comment-form-url {
        float: left;
        width: 31%;
    }
    .comment-form-author, .comment-form-email {
        margin-right: 3.5%;
    }
    .comment-form-cookies-consent,
    #comments .form-submit {
        clear: left;
    }
    .recent-post-list-single:nth-child(2),
    .recent-post-list-single:nth-child(3) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .text-t-left {
        text-align: left;
    }
    .text-t-center {
        text-align: center;
    }
    .text-t-right {
        text-align: right;
    }
    .header-top .top-right {
        text-align: right;
    }
    #primary-menu {
        float: right;
    }
    #primary-menu:after,
    .menu-all-pages-container:after {
        content: '';
        clear: both;
        display: table;
    }
    #primary-menu li a {
        padding: 15px;
    }
    #primary-menu li li a {
        padding: 5px 15px;
    }
    .column-t-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-t-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-t-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-t-4,
    .wpem-soccer-club-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-soccer-club-main-sidearea .widget .event_listings_class .wpem-single-event-widget
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-t-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-t-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-t-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-t-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-t-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-t-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-t-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-t-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-t-1,
    .left-sidebar .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-t-2,
    .left-sidebar .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-t-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .column-l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-l-3,
    .wpem-soccer-club-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-soccer-club-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1470px;
    }

    body.boxed-layout .site {
        max-width: 1500px;
    }
}

@media (max-width: 992px) {
    .wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(3){
        margin-left: 0;
    }
    .secondary-content-area{
        margin-top: 30px;
    }
    .main-navigation ul{
        display: none;
    }
    .main-navigation.toggled ul {
        display: block;
    }
    .header-main{
        padding: 15px 0;
    }
    .site-branding .site-title {
        font-size: 20px;
    }
    #site-navigation.toggled #primary-menu,
    #site-navigation.toggled #primary-menu ul.nav-menu {
        display: block;
    }
    .main-navigation li {
        float: none;
    }
    .main-navigation li.menu-item-has-children ul {
        transition: all 0.2s ease-in;
    }
    .main-navigation li.menu-item-has-children.focus > ul {
        position: relative;
        float: none;
        display: block;
    }
    .main-navigation ul ul li.focus ul {
        left: 0;
        margin: 0 10px 5px 15px;
    }
    .main-navigation li a,
    .main-navigation ul ul a{
        width: 100%;
    }
    .main-navigation li a{
        padding: 10px 0;
    }
    .main-navigation ul ul a{
        padding: 10px 20px;
    }
    .page-header-wrapper :where(.entry-title,.page-title) {
        font-size: 30px;
        top: 70px;
    }
    .footer-top .column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-gallery .row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .footer-gallery .gallery-item img {
        width: 100%;
        height: auto;
    }
    .football-right::after {
        height: 160px;
        width: 80px;
        bottom: -80px;
    }
    .football-left::after {
        height: 160px;
        width: 80px;
        bottom: -100px;
    }
    .footer-links h2 {
        margin-top: 20px;
    }
    .wpem-soccer-club-contact-form .container .row-wrap {
        flex-wrap: wrap;
    }
     .winnings-year-wrap {
        grid-template-columns: 1fr 1fr;
        background-image: url(assets/images/year-arrow-t.png);
        min-height: 120px;
    }    
    .wpem-soccer-club-championship-league .next-match-counter {
        grid-template-columns: repeat(2,1fr);
        gap: 20px 10px;
    }
    .wpem-soccer-club-championship-league .next-match-item {
        margin-inline: auto;
        scale: 1;
    }
    .page-header-wrapper::before {
        height: 150px;
        bottom: -75px;
        background-size: cover;
    }
    .gallery-row {
        display: flex;
        padding-inline: 15px;
    }
    .gallery-col-last {
        display: flex;
        flex-direction: column;
    }
    /* .wpem-soccer-club-main-banner {
        padding: 0;
    } */
    .wpem-soccer-club-main-banner .container {
        padding-top: 0;
    }
    .wpem-soccer-club-championship-league .mid-section-divider{
        transform: translate(-80px, 0px);
    }
    .next-match-counter{
        margin-top: 20px;
    }
}

@media (max-width: 767px){
    .wpem-soccer-club-about .match-card .match-teams .team {
        margin-top: -80px;
    }
    .wpem-soccer-club-league .column-6:first-of-type {
        padding-block: 40px 70px;
    }
    .wpem-soccer-club-championship-league .mid-section-divider{
        /* transform: rotate(90deg);
        left: 0;
        width: 100%; */
        display: none;
    }
    .wpem-soccer-club-main-banner {
        padding: 0;
        padding-bottom: 40px;
    }
    .contact-iconbox {
        height: auto;
        width: calc(100% + 0px);
    }
    .wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(2), .wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(3), .wpem-soccer-club-contact-iconbox .row .contact-iconbox:nth-child(4){
        margin-left:0 ;
    }
    .wpem-soccer-club-contact-iconbox .container {
        padding-bottom: 0;
        padding-top: 0;
    }
    .header-top .column {
        text-align: center;
    }
    .text-mb-left {
        text-align: left;
    }
    .text-mb-center {
        text-align: center;
    }
    .text-mb-right {
        text-align: right;
    }
    .sidebar-first .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }
    .sidebar-first .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }
    .search-box {
        display: inline-block;
        padding: 5px 10px;
        font-size: 20px;
    }
    .error-404 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .error-404 h1{
        font-size: 80px;
    }
    .error-404 h2{
        font-size: 20px;
    }
    .column{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header-main .row {
        flex-wrap: nowrap;
    }
    .header-main .row .column {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .header-main-tel{
        display: none;
    }
    section {
        padding: 40px 0;
    }
    .main-contain-wrapper {
        padding-top: 0;
    }
    .menu-close-toggle{
        top: 25px;
    }
    .page-header {
        width: 100%;
        bottom: 0;
        height: 100px;
    }
    .page-header {
        max-width: 100%;
    }
    .footer-socials ul {
        padding: 0;
        margin: 0;
        justify-content: center!important;
    }
    .page-header {
        height: 80px;
    }
    .about-desc {
        padding-left: 0!important;
    }
    .wpem-soccer-club-meet-the-team .row {
        flex-wrap: wrap!important;
    }
    .copyrights p {
        text-align: center;
    }
    .partner-item {
        text-align: center;
        margin-bottom: 30px;
    }
    .wpem-soccer-club-championship-league .container {
        background: url(assets/images/rowbg-m.png) center 55% / cover no-repeat;
    }

    .column{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-header-wrapper :where(.entry-title,.page-title) {
        font-size: 5vw;
        top: 70px;
    }
    .page-header-wrapper :where(.entry-title,.page-title)::after {
        width: 50%;
    }
    .winnings-cup-wrap {
        grid-template-columns: repeat(2,1fr);
        padding-inline: 20px;
    }
    .result-table-wrap .result-row {
        grid-template-columns: auto 15px 15px 15px 40px;
    }
    .result-table-wrap {
        padding-right: 0;
    } 
    .page-header-wrapper::before {
        height: 150px;
        bottom: -75px;
        background-size: contain;
    }
    .wpem-soccer-club-contact-iconbox {
        padding-top: 40px;
    }
    .contact-map iframe {
        max-height: 400px;
    }
    .wpem-soccer-club-contact-form .container {
        padding-inline: 15px;
        margin-left: auto;
    }
    .winnings-year-wrap {
        grid-template-columns: 1fr;
        background-image: url(assets/images/year-arrow-m.png);
        min-height: 220px;
    }
    .wpem-soccer-club-championship-league .container {
        background-position: center 60%;
    }
    .wpem-soccer-club-championship-league .container .column {
        padding-left: 15px;
    }
    section.wpem-soccer-club-contact-form .column-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
    .match-card::before {
        width: 100%;
        height: 130px;
        background: url(assets/images/upcoming-bg.svg) center no-repeat;
        background-size: contain;
        left: 6px;
        top: 30%;        
        z-index: -1;
    }
}

@media (max-width: 575.98px) {
    .wpem-soccer-club-about .match-card .match-teams .team {
        margin-top: -30px;
    }
    .winnings-cup-wrap {
        grid-template-columns: 1fr;
    }
    .page-header-wrapper::before {
        background-size: cover;
        height: 130px;
    }
    .wpem-soccer-club-about {
        padding-top: 0;
    }

    .wpem-soccer-club-about-us {
        padding-bottom: 80px;
    }

    .wpem-soccer-club-products {
        padding-top: 0;
    }
    
    .site-description{
        font-size: 12px;
    }

    .wpem-soccer-club-main-banner {
        margin: 0;
        padding: 0;
        /* background: url(assets/images/banner-m.png) top center / cover no-repeat; */
        background-position: left center;
    }

    .news-card {
        display: block!important;
        padding-bottom: 30px;
        line-height: 30px!important ;
    }

    .counter-item {
        margin: 20px;
    }

    button#menu-button {
        scale: 0.8;
    }
    .match-card::before{
        height: 170px;
    }
    .wpem-soccer-club-news .latest-news-colum{
        max-width: 380px;
        margin: auto;
    }
    .news-img img{
        border-radius: 6px;
    }

}

@media(max-width:420px) {
    span.team {
        display: block;
    }
}

@media (min-width:651px) and (max-width:767px) {
    .page-header-wrapper::before {
        background-size: cover;
    }
    .page-header-wrapper :where(.entry-title,.page-title) {
        line-height: 3.9;
        top: 82px;
    }
}


.wpem-soccer-club-gallery .column {
    padding: 0;
}

/* .wpem-soccer-club-gallery .container {
    padding: 0;
} */