/*
Theme Name: AZ Soccer Lab
Template:   footclub
Author: RDK
Author URI: https://rdk21.com/
Version: 1.0.0
Text Domain: azsoccerlab
*/

.page-header {
	position: relative;
  padding: 140px;
  padding-top: calc(125px + 100px);
}

.page-header-overlay {
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(140deg, #010B13 60%, var(--e-global-color-accent) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.95;
}

.team-sidebar-category-box,
.fueling-passion-content-box {
  background-image: linear-gradient(140deg, #010B13 60%, var(--e-global-color-accent) 100%);
}

.page-header:after,
.page-header:before {
    content: '';
    position: absolute;
    background: url(https://azsoccerlab.wpenginepowered.com/wp-content/themes/footclub/assets/images/hero-bg-shape-2.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 160px;
    width: 160px;
    z-index: 1;
}

.page-header:after {
    left: 20px;
    bottom: 20px;
}

.page-header:before {
    right: 20px;
    top: 20px;
}

.elementor-element .elementskit-infobox, 
.elementor-element > * {
  /*border-radius: 8px !important;*/
}

.full-width .post-content,
.full-width .container {
  max-width: unset;
}

.full-width .container {
  padding-right: 0px; 
  padding-left: 0px;
}

.full-width .page-single-post {
  padding-top: 0;
  padding-bottom: 0;
}

.service-image a {
  display: block;
}

.match-highlight-item iframe {
  border-radius: 8px;
}

.gallery-items .gallery-item .gallery-icon {
  border-radius: 0px; 
}