/*	
	Theme Name: Splash - Child Theme
	Theme URI: http://basketball.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Splash Child theme
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: splash-child
    Template: splash

    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.
*/

/* Add your own styles here */
.stm-header .stm-header-inner{padding:0px;}
.designcss p {
    font-size: 24px;
    font-weight: bold;
}
#footer-main .has-text-align-center{margin-bottom:0px;}
.wpcf7-form label {
    width: 100%;
}

@media (max-width: 768px) {
    .page-id-98 .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 50%;
		display: inline-block;
	}
	.page-id-98 .designcss{
		padding-top: 150px !important;
		padding-bottom: 150px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media (max-width: 700px) {
    .page-id-98 .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 50%;
		display: inline-block;
	}
	.page-id-98 .designcss{
		padding-top: 120px !important;
		padding-bottom: 120px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media (max-width: 600px) {
    .page-id-98 .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 50%;
		display: inline-block;
	}
	.page-id-98 .designcss{
		padding-top: 80px !important;
		padding-bottom: 80px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media (max-width: 500px) {
    .page-id-98 .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 50%;
		display: inline-block;
	}
	.page-id-98 .designcss{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

/*@media (max-width: 480px) {
    .page-id-98 .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 50%;
		display: inline-block;
	}
	.page-id-98 .designcss{
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}*/

@media (max-width: 400px) {
    .page-id-98 .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 50%;
		display: inline-block;
	}
	.page-id-98 .designcss{
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media (max-width: 500px) {
    .footer-widgets-wrapper .stm-cols-4 aside {
        /* width: 100% !important; */
    }
}

@media (max-width: 992px) {
    .footer-widgets-wrapper .stm-cols-4 aside {
        /* width: 50%; */
    }
	.footer-widgets-wrapper .stm-cols-4 aside:nth-child(2n+1) {
        clear: unset;
    }

}

.footer-widgets-wrapper .stm-cols-4 aside {
    width: 33% !important;
    border-right: 1px solid;
}
.footer-widgets-wrapper .stm-cols-4 aside:last-child{
	border-right:none;
}

.sponsors-wrapper {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center logos */
    gap: 15px; /* Add space between logos */
}

.sponsors-wrapper img {
    width: 100%; /* Ensure images are responsive */
    max-width: 320px; /* Set max width */
    height: auto; /* Maintain aspect ratio */
}

.sponsors-wrapper .sp-sponsors .sponsor{margin:0px;}
.stm-title-box-unit{padding-top:0;}
.sp-calendar-link.sp-view-all-link{display:none;}
