/*
  Theme Name: Superstition Softball League
*/
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@media print {
    
    body {
        margin: 0;
        padding: 0;
    }

    #print-button {
        display: none !important; /* Hide the print button */
    }

    /* Ensure content is not cut off */
    .container, .content, .table, .divisions {
        overflow: visible !important;
    }

    /* Adjust the banner */
    header, .banner {
        margin: 0 auto;
    }

    /* Page size and scaling */
    @page {
        size: auto;
        margin: 10mm; /* Adjust if necessary */
    }
     body, html {
        height: auto !important;
        overflow: visible !important;
        background: white !important;
        color: black !important;
    }

    header, footer, .content, .main {
        display: block !important;
    }
}



body {
	font-family: "Poppins", sans-serif;
}
#content_wrapper {
	overflow: hidden;
	position: relative;
}

.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
html {
	scroll-behavior: smooth;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a, .button, button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
	text-decoration: none;
	outline: none;
}
button {
	cursor: pointer
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
	color: #f31c00;
	text-decoration: none;
}
a, button {
	color: #f31c00;
	outline: medium none;
}
input:focus, textarea:focus, :focus {
	outline: 0
}
button:focus {
	outline: 0 none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	font-style: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 15px;
}
h2 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 15px;
}
h3 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
}
h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
h6 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
ul {
	margin: 0px;
	padding: 0px;
}
#homepagecontent ol {
	padding-left: 15px;
}
#homepagecontent ol li {
	list-style: inherit;
	padding-bottom: 10px;
}
#homepagecontent ul li {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}
#pagecontent ol {
	padding-left: 15px;
}
#pagecontent ol li {
	list-style: inherit;
	padding-bottom: 10px;
}
#pagecontent ul li {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}
p {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.btn {
	-moz-user-select: none;
	background: #2f3440 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1;
	padding: 20px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}
.btn:hover {
	color: #fbba42
}
.btn:hover:before {
	width: 100%;
	color: #444
}
.btn.brand-btn {
	background: #fbba42;
	color: #222
}
.btn.brand-btn:hover {
	background: #2f3440;
	color: #fbba42
}
.btn.btn-2 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fbba42;
	line-height: 1;
	padding: 17px 35px;
}
.btn.btn-2:hover {
	border-color: #2f3440
}
.btn i {
	margin-right: 10px;
}
/* scrollUp */
#scrollUp {
	background: #ff5925;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
	font-size: 0;
	line-height: 34px;
}
#scrollUp:before {
	font-size: 16px;
	content: "\f077";
	font-family: "Font Awesome 5 Free";
}
#scrollUp:hover {
	background: #333;
	color: #fff;
}
/* 

  2. header 

*/
.login_btn {
	position: relative;
	top: 58px;
}
.login_btn a {
	background-color: #ff3c00;
	color: #fff;
	padding: 2px 25px;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	border-radius: 30px;
}

.scroll-header {
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: #f8f8f8 none repeat scroll 0 0;
	opacity: .9;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.header-menu {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 999;
}
.logo {
	margin-left: 0;
	margin-bottom: 25px;
}
.main-menu-area {
	background: #ffffff none repeat scroll 0 0;
	padding: 0px;
}
.main-menu ul {
	margin-top: 20px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li:hover {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-menu ul li > a {
	color: #000000;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 45px 10px;
}
#topnav {
	padding-left: 0;
}
.main-menu ul li:hover > a {
	color: #FF9010;
}
.main-menu ul li ul.submenu {
	background: #000;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 110%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 250px;
	z-index: 9;
}
.main-menu ul li:hover > ul.submenu {
	opacity: 1;
	visibility: visible;
	top: 102%;
}
.main-menu ul li ul.submenu li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: block;
	margin: 0;
}
.main-menu ul li ul.submenu li:last-child {
	border: 0;
}
.main-menu ul li ul.submenu li a {
	color: #fff;
	display: block;
	padding: 15px 10px;
	text-align: left;
	font-size: 13px;
}
.main-menu ul li ul.submenu li:hover > a {
	color: #ff9010;
}
.main-menu ul li ul.submenu li ul.submenu {
	left: 100%;
	top: 0;
}
/* 


3. slider 


*/
.slider-wrapper {
	background-position: center center;
	background-size: cover;
	height: 100vh;
	align-items: center;
	display: flex;
}
.slider-home {
	position: relative;
}
.slider-content {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.slider-content h1 {
	color: #fff;
	font-size: 70px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
}
/*


 4. about-area 


*/
#about {
	position: relative;
	padding: 80px 0;
}
.about-me-content h2 {
	color: #022a60;
	font-size: 60px;
	font-weight: 700;
	padding-bottom: 25px;
	line-height: 70px;
}
.about-me-content p {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
/*


 4. table-area 


*/
#abouttable {
	position: relative;
	background-color: #fefaec;
	padding: 80px 0 0;
}
.lague_table {
	padding-bottom: 60px;
	background-color: #FEFAEC;
}
/*
 

      10.footer


 */
footer {
	background-color: #fff;
	border-top: 1px solid #eeeeee;
}
.copyright p {
	color: #333;
	font-size: 14px;
	line-height: 35px;
	margin: 30px 0px;
	letter-spacing: 0.6px;
}
/* Table Styles */
.table-wrapper {
	margin: 0px 0px 50px;
	box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2);
}
.fl-table {
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	border: none;
	border-collapse: collapse;
	margin: 0;
}
.fl-table td, .fl-table th {
	text-align: center;
	padding: 8px;
	line-height: 18px;
}
.fl-table thead th {
	height: 60px;
}
.fl-table td {
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
}
.fl-table thead th {
	color: #ffffff;
	background: #FF5925;
	border: none;
}
.fl-table thead th:nth-child(odd) {
	color: #ffffff;
}
.fl-table tr:nth-child(even) {}
/* Responsive */
@media (max-width: 767px) {
	.fl-table {}
	.table-wrapper:before {
		/*	content: "Scroll horizontally >";
		display: block;
		text-align: right;
		font-size: 11px;
		color: white;
		padding: 0 0 10px;*/
	}
	.fl-table thead, .fl-table tbody, .fl-table thead th {}
	.fl-table thead th:last-child {}
	.fl-table thead {}
	.fl-table tbody {}
	.fl-table td, .fl-table th {}
	.fl-table thead th {}
	.fl-table tbody tr {}
	.fl-table tbody tr:nth-child(odd) {}
	.fl-table tr:nth-child(even) {}
	.fl-table tr td:nth-child(odd) {}
	.fl-table tr td:nth-child(even) {}
	.fl-table tbody td {}
	#table_left .fl-table thead th:nth-child(2n + 1) {
		width: 24%;
	}
	#table_left .fl-table thead th:nth-child(2n + 2) {
		width: 19.5%;
	}
	#table_left .fl-table thead th:nth-child(2n + 3) {
		width: 19.5%;
	}
	#table_left .fl-table thead th:nth-child(2n + 4) {
		width: 19.5%;
	}
	#table_mid .fl-table thead th:nth-child(2n + 1) {
		width: 30%;
	}
	#table_mid .fl-table thead th:nth-child(2n + 2) {
		width: 70%;
	}
	.fl-table td, .fl-table th {
		padding: 8px 20px;
	}
}
.fl-table thead th:nth-child(2n + 1) {
	color: #ffffff;
	background: #FF3D00;
}
.fl-table tbody td:nth-child(2n + 1) {
	background-color: #FF3D00;
	color: #fff;
}
.fl-table th, td {
	border: 1px solid rgb(255, 255, 255, 0.4);
	text-transform: capitalize;
}
.fl-table tbody td {
	background: #FF5925;
	color: #fff;
}
#table_blue .fl-table thead th:nth-child(2n + 1) {
	color: #ffffff;
	background: #022a60;
}
#table_blue .fl-table tbody td:nth-child(2n + 1) {
	background-color: #022a60;
	color: #fff;
}
#table_blue .fl-table th, td {
	border: 1px solid rgb(255, 255, 255, 0.4);
}
#table_blue .fl-table tbody td {
	background: #284a78;
	color: #fff;
}
#table_blue .fl-table thead th {
	color: #ffffff;
	background: #284a78;
}
#table_mid .about-table-wrapper #table_blue .fl-table {
	white-space: wrap;
}
.table_title h3 {
	font-size: 35px;
	color: #022a60;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 35px;
}
#table_left .fl-table thead th:nth-child(2n + 1) {
	/*width: 24%;*/
}
#table_left .fl-table thead th:nth-child(2n + 2) {
	/*width: 19.5%;*/
}
#table_left .fl-table thead th:nth-child(2n + 3) {
	/*width: 19.5%;*/
}
#table_left .fl-table thead th:nth-child(2n + 4) {
	/*width: 19.5%;*/
}
#table_mid .fl-table thead th:nth-child(2n + 1) {
	/*width: 30%;*/
}
#table_mid .fl-table thead th:nth-child(2n + 2) {
	/*width: 70%;*/
}
#inner_banner {
	position: relative;
	z-index: 1;
	padding: 200px 0 200px;
	background-size: cover;
	background-position: center;
	background-color: #979797;
	margin-top: 130px;
}
#inner_banner::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.3;
	z-index: -2;
}
.page-title {
	color: #fff;
}
#pagecontent {
	padding: 60px 0;
}
.field-part {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto 15px;
}
.field-text p {
	margin: 0;
}
.field-title h4 {
	font-size: 20px;
	line-height: 30px;
}
#table_list table {
	width: 100%;
	margin: 30px 0;
}
#table_list table th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
}
#pagecontent .division-row ul li {
	margin: 0;
	list-style: none;
}
#pagecontent .division-header ul li {
	margin: 0;
	list-style: none;
}



