/*!
Theme Name: GOOP Base
Author: GOOP Digital - design: GOOP | development: GOOP Digital 
Author URI: https://www.goop.com.au/
Version: 2.7
*/
.grecaptcha-badge{
	display: block!important;
}

/* modular sports tiles parent gallery css */
section.section-child-page-gallery .modular-sports-tiles-parent-gallery {
	max-width: 100%;
	width: 100%;
	position: relative;
  }
  
  section.section-child-page-gallery .modular-sports-tiles-parent-gallery .swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding-bottom: 65px;
  }
  
  section.section-child-page-gallery .modular-sports-tiles-parent-gallery .swiper-wrapper .swiper-slide {
	overflow: hidden;
	max-height: 348px;
  }
  
  @media (max-width: 770px) {
	section.section-child-page-gallery .modular-sports-tiles-parent-gallery .swiper-wrapper .swiper-slide {
	  max-height: 250px;
	}
  }
  
  section.section-child-page-gallery .modular-sports-tiles-parent-gallery .swiper-wrapper .swiper-slide img {
	width: 100%;
	max-width: 348px;
	height: 320px;
	max-height: 320px;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s ease;
  }
  
  @media (max-width: 770px) {
	section.section-child-page-gallery .modular-sports-tiles-parent-gallery .swiper-wrapper .swiper-slide img {
	  height: 250px;
	}
  }
  
  section.section-child-page-gallery .modular-sports-tiles-parent-gallery .swiper-wrapper .swiper-slide img:hover {
	transform: scale(1.05);
  }
  
  section.section-child-page-gallery .modular-sports-tiles-parent-gallery .swiper-button-prev,
  section.section-child-page-gallery .modular-sports-tiles-parent-gallery .swiper-button-next {
	position: absolute;
	bottom: 0;
	top: auto;
	z-index: 100;
	width: 40px;
	height: 40px;
	background-color: #ffffff00;
	color: #2D3E32;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  section.section-child-page-gallery .modular-sports-tiles-parent-gallery .swiper-button-prev {
	left: 50%;
	transform: translateX(-50px);
  }
  
  section.section-child-page-gallery .modular-sports-tiles-parent-gallery .swiper-button-next {
	left: 50%;
	transform: translateX(10px);
  }
  