.slick-list {
	padding: 0 20% 0 0;
}

.mainSliderWrapper {
	width: 100%;
	position: relative;
}

.mainSlider {
	width: 100%;
}

.mainSRow {
	display: flex;
	justify-content: flex-start;
	height: 100%;
	position: relative;
}

.mainSRow:before {
	content: "";
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	position: absolute;
	width: 130px;
	height: 100%;
	top: 0;
	left: 50%;
}

.mainSContent, .mainSImg {
	width: 50%;
}

.mainSImg {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.mainSContent {
	padding: 120px 30px 90px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.mainSContent.eventSliderItem h3 {
	color: #df4661;
	margin: 0;
}

.mainSContent.eventSliderItem h1 {
}

.mainSContent.eventSliderItem p {
	margin: 0;
	font-size: 15px;
}

body.body-proleaguecorp .eventSliderItem h2 {
	line-height: 90px;
}

.eventDateSlider {
	background: #df4661;
	color: #ffffff;
	display: inline-block;
	padding: 10px 10px 5px;
	line-height: 18px;
	margin-bottom: 10px;
}

body.e--ua-mac .eventDateSlider, body.e--ua-safari .eventDateSlider {
	line-height: normal;
}

.mainSItem.slick-slide {
	margin: 0 15px;
	height: auto;
}

.mainSItem .mainSImg {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: auto;
}

.mainSItem .mainSImg video, .mainSItem .mainSImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainSliderWrapper .slick-track {
	display: flex !important;
}

.mainSlider button.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	padding: 0;
	border: 0;
	z-index: 1;
	cursor: pointer;
}

.mainSlider button.btn-next {
	background: url('https://www.proleaguenetwork.com/wp-content/uploads/2024/11/image-17285.svg');
	right: 13.3%;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 0;
}

.mainSlider button.btn-prev {
	background: url('https://www.proleaguenetwork.com/wp-content/uploads/2024/11/image-17286.svg');
	left: 13.3%;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 0;
}

.mainSContent h2 {
	color: var(--light-color);
	text-transform: uppercase;
    font-size: 70px;
}

.mainSContent h2 span {
	display: block;
	margin-top: 15px;
}

.mainSContent .sub-heading-1 {
	color: var(--light-color);
	margin-bottom: 30px;
}

.newsFeedSlider button.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	padding: 0;
	border: 0;
	z-index: 1;
	cursor: pointer;
}

.newsFeedSlider button.btn-next {
	background: url('https://www.proleaguenetwork.com/wp-content/uploads/2024/11/image-17285.svg');
	right: 3.5%;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 0;
	z-index: 99;
}

.newsFeedSlider button.btn-prev {
	background: url('https://www.proleaguenetwork.com/wp-content/uploads/2024/11/image-17286.svg');
	left: 3.5%;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 0;
	z-index: 99;
}

.newsFeedSliderWrapper{
	position: relative;
}

.newsFeedSliderWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(11,11,11,0.8828781512605042) 95%);
	z-index: 9;
}

.newsFeedSliderWrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(11,11,11,0.8828781512605042) 95%);
	z-index: 9;
}

.newsFeedSlider .slick-track {
	display: flex !important;
}

.newsFeedSRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.newsFeedSContent, .newsFeedSImg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.newsFeedSImg {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 40%;
}

.newsFeedSContent {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsFeedSItem.slick-slide {
	margin: 0 15px;
	height: auto;
}

.newsFeedSImg img {
	object-fit: cover;
}

.newsFeedSItemBlue {
	background: #1c35a1;
}

.newsFeedSItemBlue .sub-heading-1, .newsFeedSItemPurpal .sub-heading-1 {
	color: var(--light-color);
}

.newsFeedSRow .sub-heading-1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

.newsFeedSItemWhite {
	background: #ffffff;
}

.newsFeedSItemPurpal {
	background: #7b1ca1;
}

.latestNewsList .elementor-posts-container {
	height: 485px;
	overflow-x: hidden;
	overflow-y: scroll;
	display: block;
	padding-right: 10px;
}

.latestNewsList .elementor-posts-container article.elementor-post .elementor-post__text p {
	display: none;
}

.latestNewsList .elementor-posts-container::-webkit-scrollbar {
	width: 10px;
}

.latestNewsList .elementor-posts-container::-webkit-scrollbar-track {
	background: #ffffff33;
	border-radius: 10px;
}

.latestNewsList .elementor-posts-container::-webkit-scrollbar-thumb {
	background-color: #ffffff;
	border-radius: 10px;
}

.ourArticlesWrapper {
	width: 100%;
}

.ourArticlesWrapper .rowOA {
	width: 100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 100vh;
	display: flex;
	align-items: center;
    padding: 40px 0;
}

.ourArticlesWrapper .rowOA:before {
	content: "";
	background: #0000007a;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.ourArticlesWrapper .slick-list {
	width: 100%;
}

.colContentOA h2 {
	margin: 0;
	background-color: var(--main-theme-color);
	color: #ffffff;
	display: inline;
	padding: 15px 20px 3px 20px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.eapps-instagram-feed-posts-grid-load-more-text.eapps-instagram-feed-posts-grid-load-more-text-visible {
    padding-top: 3px;
}

.colContentOA p.sub-heading-1 {
	margin-top: 32px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.colContentOA p.sub-heading-1.newSourceTitle {
	margin: 0 0 20px;
}

.colOA.colContentOA {
	width: 90%;
	margin: 0 auto 0 auto;
	padding-right: 40%;
	position: relative;
	z-index: 9;
}

.articlesScroller {
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 50%;
	right: 80px;
	height: 55%;
	min-height: 160px;
	width: 390px;
	padding-right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	overflow-x: hidden;
	overflow-y: scroll;
}

.ourArticlesOuterWrapper {
	position: relative;
}

.itemContentAS {
	width: 80%;
	padding-left: 15px;
}

.itemImageAS {
	width: 80px;
}

.itemImageAS img {
	width: 80px;
	height: 80px !important;
	object-fit: cover;
}

body .itemContentAS h4 {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: var(--area-normal-font-family);
	text-transform: uppercase;
}

.itemAS {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	border-bottom: 4px solid #df4661;
}

.itemNewsSourceAS {
	background: var( --main-theme-color);
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 5px;
	height: 35px;
	display: inline-block;
}

body.e--ua-mac .itemNewsSourceAS, body.e--ua-safari .itemNewsSourceAS {
	height: auto;
}

.articlesScroller::-webkit-scrollbar {
	width: 8px;
}

.articlesScroller::-webkit-scrollbar-track {
	background: #ffffff1f;
	border-radius: 15px;
}

.articlesScroller::-webkit-scrollbar-thumb {
	background-color: #ffffff;
	border-radius: 15px;
}

.fixedIconeMain {
	width: 328px;
	position: absolute;
	top: 0;
	left: 18%;
	transform: rotate(-18deg);
	z-index: 99999;
}

.mainSliderWrapper .fixedIconeMain {
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 15.5%;
	transform: rotate(-50deg);
	z-index: 999;
	top: unset;
}

.mainSliderWrapper .fixedIconeMain img {
	width: 100%;
}

.plnFixIconeMain {
	width: 300px;
	position: absolute;
	top: -140px;
	left: 60%;
	transform: rotate(-6deg);
}

.arrowFixIconeMain {
	position: absolute;
	bottom: -57px;
	width: 100px;
	height: 100px;
	left: 25.5%;
	z-index: 9;
	transform: rotate(-60deg);
}

.arrowFixIconeMain img {
	width: 100%;
	height: 100%;
}

.buttonArrowWrapper {
	position: relative;
}

.buttonArrowWrapper .arrowFixIconeMain {
	top: 50px;
	left: -44px;
}

.headerSptortsMain {
	text-align: center;
	padding: 5vw 0px;
}

.headerSptortsMain h1 {
	color: #fff;
}

.headerSptortsMain {
	background: #000000;
}

.sportsMain {
	margin: 40px 0px;
}

.sportBreadcMain p {
	display: flex;
	align-items: center;
	font-size: 18px;
}

.sportBreadcMain p a {
	color: #fff;
}

.sportBreadcMain img {
	width: 22px;
	height: 21px;
	object-fit: cover;
	filter: brightness(0) invert(1);
}

.ourTeamItem.ourTeamHeading img {
	height: 253px;
	padding: 20px;
}

body .ourTeamItem.ourSportsLogo {
	padding: 0;
}

.bannerSliderProgresBar {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 30%);
    left: 0;
    right: 0;
    margin: 0 auto;
	padding: 0 15px;
}

.mainSliderWrapper .progressBarContainer {
    width: 100%;
	position: relative;
}

.mainSliderWrapper .progressBarContainer div {
  display: block;
  width: 100%;
  cursor: pointer;
  color: white;
  position: absolute;
  bottom: 15px;
}

.mainSliderWrapper .progressBarContainer div:last-child {
  margin-right: 0;
}

.mainSliderWrapper .progressBarContainer div span.progressBar {
  width: 100%;
  height: 2px;
  background-color: transparent;
  display: block;
  position: relative;
}

.mainSliderWrapper .progressBarContainer div.item {
    width: calc(100% - 60px);
    left: 0;
    right: 0;
    margin: auto;
}

.mainSliderWrapper .progressBarContainer div span.progressBar .inProgress {
  background-color: #DF4661;
  width: 0%;
  height: 4px;
}

body .newSiteBtn {
    border-radius: 0;
    padding: 12px 40px 2px 12px;
    background: #DF4661 url(http://watch-pln.com/wp-content/uploads/2025/03/PolygonWhite.svg) no-repeat center right 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 43px;
    width: fit-content;
    line-height: 1;
    font-family: 'zuume';
	text-decoration: none;
}

@keyframes progress {
  from { width: 0px;}
  to {width: 80px;}
}

/* .customPagination{
	position: absolute;
    bottom: 55px;
    width: 64%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.customPagination ul{
	display: flex;
	align-items: center;
	gap: 10px;
}

.customPagination ul li {
    width: 20px;
    height: 22px;
    border: 1px solid #FFF;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    line-height: 16px;
}

.customPagination ul li.active {
    background: #FFF;
    color: #000;
} */

.mainSliderWrapper .slick-dots {
    width: calc(100% - 30%);
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex
;
    padding: 0 45px;
    margin: 0 auto;
    gap: 10px;
    flex-wrap: wrap;
}

body .mainSliderWrapper .slick-dots li{
	margin: 0;
}

.mainSliderWrapper .slick-dots li button{
	font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    display: flex;
    padding: 0;
    border: 1px solid #FFFFFF;
    outline: none;
    width: 20px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
	padding-top: 4px;
}

.mainSliderWrapper .slick-dots li.slick-active button{
	background: #FFFFFF;
	color: #000;
}

.mainSliderWrapper .slick-dotted.slick-slider{
	margin-bottom: 0;
}



/* ----------- css for ios and safari browser ------------- */

.e--ua-mac .eventDateSlider,
.e--ua-appleWebkit .eventDateSlider {
    padding: 10px 10px 12px;
}

.e--ua-mac .eapps-instagram-feed-posts-grid-load-more-text.eapps-instagram-feed-posts-grid-load-more-text-visible,
.e--ua-appleWebkit .eapps-instagram-feed-posts-grid-load-more-text.eapps-instagram-feed-posts-grid-load-more-text-visible{
	line-height:1.8;
	padding-top:0px;
}

.e--ua-mac .ourTeamMHover h3, 
.e--ua-mac .ourTeamMHover .sub-heading-1,
.e--ua-appleWebkit .ourTeamMHover h3, 
.e--ua-appleWebkit .ourTeamMHover .sub-heading-1 {
    padding: 9px 8px 8px 8px;   
}

.e--ua-mac .mainSliderWrapper .slick-dots li button,
.e--ua-appleWebkit .mainSliderWrapper .slick-dots li button  {
    padding: 4px;
}

.e--ua-mac .marquee span,
.e--ua-appleWebkit .marquee span  {
    line-height: 17px;
}

.e--ua-mac .colContentOA h2 {
	padding: 15px 20px 13px 20px;
	line-height: 1.3;
}

.e--ua-mac .itemNewsSourceAS{
	font-size: 17px;
}
