@media only screen and (min-width: 1470px) {
    .container {
        max-width: 1470px;
    }
}

/*
	primary red : #e2211c
	--------------------------------
	primary blue: #003764
	--------------------------------
	primary yellow: #ffc600 // font : #002746
	--------------------------------
	primary white : #ffffff
	--------------------------------
	primary gray  : #a3a2a2
	--------------------------------
	primary font gray : #a3a2a2
	--------------------------------


*/

/*
* Reset Style
*/
ul, ol {
    padding: 0;
    margin: 0;
}

ul li, ol li {
    list-style-type: none;
}

a, a:hover, a:focus {
    text-decoration: none;
}

*, *:hover, *:active, *:focus {
    outline: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    background-color: #dfdfdf;
}

section {
    float: left;
    width: 100%;
}

/*
* End of Reset Style
*/

.bg-primary {
    background-color: #003764 !important;
}

.bg-danger {
    background-color: #e2211c !important;
}

.bg-warning {
    background-color: #ffc600 !important;
}

.bg-muted {
    background-color: #a3a2a2 !important;
}

.text-primary {
    color: #003764 !important;
}

.text-danger {
    color: #e2211c !important;
}

.text-warning {
    color: #ffc600 !important;
}

.text-muted {
    color: #a3a2a2 !important;
}

::-webkit-input-placeholder {
    line-height: 1.5;
}


.container {
    clear: both;
}

.container:after {
    content: '';
    display: table;
    width: 1px;
    height: 1px;
    clear: both;
}

.row {
    clear: both;
    margin-left: -8px;
    margin-right: -8px;
}

.row div[class^="col"] {
    padding-right: 8px;
    padding-left: 8px;
}

/*header style*/
header.main-header {
    border-top: 17px solid #e2211c;
    border-bottom: 5px solid #005396;
    background-color: #003764;
    height: auto;
    padding-top: 27px;
    padding-bottom: 25px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.55);
    position: relative;
    z-index: 100;
}

header.main-header .navbar {
    height: auto;
    margin: 0px;
    border: 0px;
    border-radius: 0;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.main-header .navbar:before, header.main-header .navbar:after {
    display: none;
}

header.main-header .navbar .navbar-brand {
    height: auto;
    padding: 0px;
}

header.main-header .navbar .navbarRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav .nav-item .navbar-link {
    color: #fff;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    padding: 0px;
}

.navbar-nav .nav-item.active .navbar-link, .navbar-nav .nav-item .navbar-link:hover {
    color: #ffc600;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 15px;
}

header.main-header .navbar .navbarRight .navbar-form {
    padding: 0px;
    margin-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navform-wrap .search-input {
    width: 160px;
    height: 35px;
    padding: 0px 15px;
    border: 1px solid #f2f3f3;
    text-align: center;
    color: #747474;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-align: left;
    border-radius: 3px;
}

.nav-buttons {
    margin-left: 16px;
}

.btn {
	margin-block: .25rem;
}

.btn-custom {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.btn-yellow {
    color: #002746;
    min-height: 35px;
    line-height: 35px;
    padding: 0 10px;
    min-width: 130px;
    background-image: url(../images/yellow-btn.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: relative;
    border-radius: 2px;
    border: 0px;
    overflow: hidden;
}

.btn-yellow:before, .btn-yellow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-image: url(../images/yellow-border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.btn-yellow:after {
    left: auto;
    right: 0;
}

.btn-yellow:focus, .btn-yellow:active {
    background-image: url(../images/yellow-btn.png) !important;
    background-color: transparent;
}

.page-top-block {
    float: left;
    width: 100%;
    padding-bottom: 38px;
    clear: both;
}

.highlight-box {
    width: 100%;
    /*padding-left: 148px;*/
    margin-block: 1.15rem;
}

/*margin-top: 34px;*/
.highlight-box .highlight-inner {
    width: 100%;
    /*padding: 27px 27px 34px 147px;*/
    padding: 1.5rem;
    justify-content: center;
}

.highlight-box .highlight-inner h1 {
    font-size: 66px;
    /*
    color: #f0ed48;
    -webkit-text-stroke: 3px #003862;
    letter-spacing: 3px;
    text-shadow: 6px 4px 5px hsl(0deg 0% 0% / 70%);
    font-family: fantasy;
    font-weight: normal;
    */
    font-family: 'Oswald', sans-serif;
    color: #fff;
    white-space: nowrap;
    margin: 0px;
    line-height: 1;
}

.highlight-box .highlight-inner > p {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    line-height: 1.5;
    margin: 0px 0px 0px 24px;
}

.highlight-box .image-box {
    margin-top: -37px;
    height: 158px;
    overflow: hidden;
    min-width: 264px;
    margin-left: -282px;
    margin-bottom: -50px;
    margin-right: 20px;
}

/* Home page search block */
.home-search-warpper {
    width: 100%;
}

.home-search-warpper .navform-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}

.home-search-warpper .navform-wrap .search-input {
    width: 100%;
    margin-block: .75rem;
    height: 60px;
    font-size: 25px;
    text-align: center;
}

.tryout-btn .team-tryout-link {
    width: 100%;
    font-size: 20px;
}

.tournament-organizations th.tournament-date {
    width: 175px;
}

.sidebar-menu.members {
	display: grid;
	min-height: 80vh;
	grid-template-rows: repeat(4, max-content) 1fr max-content;
}
.member-return {
	grid-row: 6;
}

.box-primary {
	overflow-y: auto;
}

.main-header .logo {
	background-color: transparent !important;
	height: 55px;
	position: absolute;
	inset: 0 50% 0 auto;
	transform: translateX(50%);
	z-index: -1;
}

header.main-header .navbar {
	position: relative;
}

.navbar-custom-menu .navbar-nav>li>a {
	padding-top: 20px;
}
.nav>li>a {
	padding: 1.5rem;
}

.main-header .sidebar-toggle {
	padding: 2rem;
}

.main-sidebar {
	min-width: fit-content;
}


@media (min-width: 1471px) {
    .ios .highlight-box .highlight-inner h1 {
        font-size: 50px;
    }

    .ios .highlight-box .highlight-inner > p {
        font-size: 22px;
    }
}

.row.listing-box {
    margin-left: -8px;
    margin-right: -8px;
}

.row.listing-box div[class^="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.list-box-wrapper {
    height: 100%;
}

.list-box-wrapper > .card {
    border: 2px solid #0282ea;
    border-radius: 3px;
    min-height: 10px;
    background-color: #005396;
}

.list-box-heading h2 {
    font-size: 47px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2;
    color: #ffffff;
    min-height: 128px;
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1471px) {

    .ios .list-box-heading h2 {
        font-size: 38px;
    }

    .ios .list-box-heading > p {
        font-size: 15px;
    }
}


.list-box-heading > p {
    text-align: center;
    color: #c9c9c9;
    font-size: 16px;
    font-weight: 600;
    font-family: 'roboto', sans-serif;
}

.list-box-wrapper .btn-custom {
    margin-top: 5px;
    height: 66px;
    line-height: 66px;
    font-size: 29px;
}

.list-box-wrapper .card-footer {
    padding: 0 5px 6px 5px;
    box-shadow: none;
    border: 0px;
    margin-top: 24px;
    background-color: transparent;
}

ul.state-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

ul.state-list li {
    width: 33.33%;
    text-align: center;
    padding: 0 1px;
    margin: 0px;
}

ul.state-list li a {
    padding: 27px 10px;
    display: block;
    color: #c9c9c9;
    height: 100%;
    background-image: url(../images/state-list-bg.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
}

ul.state-list li a:hover {
    opacity: 0.8;
}

ul.state-list li .list-item-block {
    background-image: url(../images/state-list-border.png);
    background-size: 100% 100%;
    padding: 3px;
}

ul.state-list li a span {
    min-height: 70px;
    display: block;
    margin-bottom: 17px;
}

ul.state-list li a img {
    display: block;
    margin: auto;
    max-width: 100%;
}

ul.feature-list {
    min-height: 162px;
}

ul.feature-list li {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-family: 'roboto', sans-serif;
}

ul.feature-list li:hover {
    color: #ffc600;
}

ul.feature-list li + li {
    margin-top: 28px;
}

ul.feature-list li a {
    color: inherit;
    font-weight: 600;
}

.list-slider-wrapper {
    margin-top: 33px; /*margin-top: 40px;*/
    float: left;
    width: 100%;
    background-color: #003464;
}

.list-slider-wrapper .list-slider-left {
    width: auto;
    padding: 28px 62px 28px 32px;
    position: relative;
}

.list-slider-wrapper .list-slider-left:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/slider-left-box-bg.png);
    top: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
}

.list-slider-wrapper .list-slider-left * {
    position: relative;
    z-index: 1;
}

.list-slider-wrapper .list-slider-left h3 {
    font-size: 45px;
    color: #fff;
    margin: 0;
}

.list-slider-wrapper .list-slider-left p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 10px 0 0 0;
    line-height: 1.2;
    color: #fff;
}

.list-slider-wrapper .list-slider-right {
    width: 100%;
    table-layout: fixed;
    padding-left: 22px;
    padding-right: 65px;
}

.shop-list-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.shop-list-slider ul li a {
    width: 250px;
    height: 188px;
    background-color: #fff;
    border: 3px solid #0282ea;
    border-radius: 3px;
    max-width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-list-slider .slick-arrow {
    width: 24px;
    height: 84px;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -42px;
    font-size: 0;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    cursor: pointer;
}

.shop-list-slider .slick-arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 42px 0px 42px 24px;
    border-style: solid;
    border-color: transparent #fff transparent;
}

.shop-list-slider .slick-arrow.slick-prev:after {
    border-width: 42px 24px 42px 0px;
    border-style: solid;
    border-color: transparent #fff transparent;
}

.shop-list-slider button.slick-arrow.slick-prev {
    display: none !important;
}

.row.ads-block {
    padding-top: 33px;
}

.ad-wrapper {
    width: 100%;
    height: 100%;
    padding-block: 1.15rem;
}

.ad-block {
    margin-bottom: .5rem;
}

.ad-block img {
    width: 100%;
    height: auto;
}

.tournaments {
    margin-top: 33px; /*margin-bottom: 33px;*/
}

.tournaments .row div[class^="col"] {
    margin-bottom: 16px;
}

.t-block {
    position: relative;
}

.t-block > img {
    transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
}

.t-block:hover > img {
    opacity: 0.6;
}

.t-block:hover > .t-block-overlay {
    background-color: rgba(0, 52, 100, 0.50);
}

.t-block .t-block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 52, 100, 0.75);
    color: #fff;
    text-transform: uppercase;
}

.t-block .t-block-overlay h3 {
    margin: 0px;
    font-size: 48px;
}

.t-block img {
    width: 100%;
}

.t-block .t-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.t-block.t-block-small .t-block-overlay h3 {
    font-size: 26px;
}

.newsletter {
    padding: 24px 20px;
    margin-top: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter > h1 {
    margin: 0px;
    font-size: 46px;
}

.newsletter .newsletter_form {
    min-width: 380px;
    margin-left: 33px;
    white-space: nowrap;
}

.newsletter .newsletter_form > button {
    min-width: 53px;
    height: 63px;
    vertical-align: middle;
    margin-left: 10px;
}

.newsletter .newsletter_form > input {
    height: 63px;
    min-width: 315px;
    vertical-align: middle;
    padding: 0px 15px;
    border: 1px solid #f2f3f3;
    text-align: center;
    color: #747474;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    border-radius: 3px;
    text-align: left;
}

.visit-block {
    padding: 15px;
    margin: 33px 0 0px 0; /*margin: 23px 0 37px 0;*/
}

.visit-block h1 {
    margin-right: 38px;
    margin-bottom: 0;
    font-size: 47px;
}

.visit-block img {
    max-width: 100%;
}

.social-blocks {
    margin-top: 33px;
}

.social-box-wrap .social-box-body {
    width: 100%;
    font-size: 47px;
    color: #fff;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-block-heading.social-box-title {
    padding: 10px 20px;
    margin-bottom: 0px;
}

.page-block-heading.social-box-title .page-block-title {
    font-size: 25px;
}

.social-box-wrap .social-box-body .list-unstyled {
    font-size: 15px;
    width: 100%
}

.social-box-wrap .social-box-body .list-unstyled .media {
    background-color: #fff;
    color: #000;
    line-height: 1.2;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.social-box-wrap .social-box-body .list-unstyled .media .media-body {
    padding: 15px;
    width: 100%;
}

.social-box-wrap .social-box-body .list-unstyled .media .media-body .media-title {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.social-box-wrap .social-box-body .list-unstyled .media + .media {
    margin-top: 15px;
}

.social-box-wrap .social-box-body .list-unstyled .media img {
    width: 150px;
    height: 150px;
}

.social-box-wrap .social-box-body .list-unstyled .media p {
    margin: 0px;
}

.social-box-wrap .social-box-body .list-unstyled .media p + p {
    margin-top: 15px;
}

.social-blocks .social-box-wrap {
    position: relative;
    background-color: #a3a2a2;
    height: 100%;
}

.social-blocks .social-media {
    padding: 33px 0 33px; /*padding: 38px 0 45px;*/
    text-align: center;
}

.social-blocks .social-media ul li {
    display: inline-block;
    margin: 0 11px;
}

.social-blocks .social-media ul li .s-media,
.social-icon-link {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 45px;
    padding: 0px;
    border-radius: 100px;
    background-color: #e2211c;
    color: #fff;
    text-align: center;
}

.social-blocks .social-media ul li .s-media:hover,
.social-icon-link:hover {
    background-color: #ffc600;
    color: #000;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.page-block-inner {
    width: 100%;
    height: 100%;
}

.page-block-heading {
    float: left;
    width: 100%;
    padding: 20px 35px;
    margin-bottom: 35px;
}

.page-block-title {
    font-size: 31px;
    line-height: 1;
    margin: 0px;
    color: #fff;
}

.page-block-body {
    width: 100%;
    gap: 1.25rem;
    padding: 1.25rem;
}

.page-block-body .page-block-left {
    width: 100%;
}

.page-block-body .page-block-right {
    min-width: 200px;
    max-width: 200px;
}

.team-detail-page .page-block-body .page-block-left {
    padding: 0 35px;
}

.page-block-left .text-block {
    margin-bottom: 35px;
    float: left;
    width: 100%;
}

.text-block .text-block-title {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin: 0px;
    color: #000;
}

.text-block-body {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
    text-align: justify;
}

.text-block-body p {
    margin: 0px;
}

.text-block-body p + p {
    margin-top: 5px;
}

.form-wrapper {
    float: left;
    width: 100%;
}

.form-wrapper .page-block-heading {
    padding: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-bottom: 0;
}

.form-wrapper .page-block-heading .page-block-title {
    font-size: 26px;
}

.form-wrapper .page-block-heading .page-block-title span.icon {
    display: inline-block;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 1;
    vertical-align: middle;
}

.form-wrapper .page-block-heading .page-block-title span.icon img {
    width: 25px;
    display: block;
}

.form-wrapper .page-block-heading .page-block-title > span:not(.icon) {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.custom-select {
    padding: 0px;
    height: auto;
    border-radius: 3px;
    background-image: url(../images/select-handle.png);
    background-size: auto 105%;
    background-position: right -1px top -1px;
    border-color: #cccccc;
    max-width: 630px;
}

.custom-select .select2-container .select2-selection--single {
    height: 35px;
    border: 0px;
}

.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.custom-select > select {
    width: 100%;
    border: 0px;
    padding: 0px 1.75rem 0px .75rem;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2 {
    width: 100% !important;
}

.max-width-100 {
    max-width: 100% !important;
}

.form-wrapper .search-form {
    clear: both;
}

.search-form.common-form.max-width-100 {
    border-radius: 0;
}

.search-form .form-group {
    padding: 0 8px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.form-group > .label label {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1;
    margin: 0px;
}

.form-group > .label {
    margin-bottom: 10px;
}

.form-group .form-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.ct-input {
    position: relative;
    margin: 0 10px 10px 0;
    min-width: 80px;
}

.group-input {
    max-width: 570px;
}

.ct-input input[type="radio"], .ct-input input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.ct-input input[type="radio"] + .ct-label,
.ct-input input[type="checkbox"] + .ct-label {
    position: relative;
    cursor: pointer;
    padding-left: 24px;
    min-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ct-input input[type="radio"] + .ct-label:before,
.ct-input input[type="checkbox"] + .ct-label:before {
    content: "\f0c8";
    font-family: fontAwesome;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    line-height: 1;
}

.url-key-info-block {
	display: flex;
	gap: 1rem;
}

.form-group .btn {
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    border-radius: 0;
    line-height: 1;
    padding: 18px 21px;
    background-color: #e2211c;
}

.ct-input input[type="radio"]:checked + .ct-label:before,
.ct-input input[type="checkbox"]:checked + .ct-label:before {
    content: "\f14a";
}

.form-group .form-input input {
    display: inline-block;
    margin: 0px;
    padding: 0px 10px;
    border: 1px solid #cccccc;
    height: 35px;
    max-width: 100%;
    width: 100%;
    border-radius: 3px;
}

.date-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-select .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.custom-select .select2-container--default .select2-selection--multiple {
    border: 0px !important;
    border-radius: 5px;
    min-height: 35px;
}

.custom-select .select2-container--default .select2-search--inline .select2-search__field {
    height: 35px;
    max-width: 100% !important;
    margin: 0px;
    outline: none !important;
    border: 0px !important;
}

.custom-select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
}

.date-group label {
    margin: 0px;
    min-width: 80px;
    font-weight: 600;
}

.date-group + .date-group {
    margin-top: 10px;
}

.date-group .date-select {
    width: 100%;
}

.form-input > .label {
    display: inline-block;
    font-weight: 600;
    margin-left: 10px;
}

.form-group .btn {
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    background-color: #e2211c;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    max-width: 200px;
    border: 0;
	min-width: max-content;
}

.cancel {
	display: inline;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a.other-tab {
	color: #b3b3b3;
}

.nav-tabs-custom > .nav-tabs > li:not(.active, .disabled) > a.other-tab {
	color: #fff;
}

.search-form .form-group + .form-group {
    margin-top: 0px;
}

.search-grid {
    float: left;
    width: 100%;
    margin-top: 35px;
    min-height: 150px;
    margin-bottom: 15px;
}

.search-grid.member-page {
    margin-top: 0px;
}

.page-block-heading.bg-danger.map-block {
    margin-bottom: 35px;
}

.page-block-heading.bg-danger.team-map-block {
    margin-bottom: 19px;
}

.search-grid table.grid thead {
    background-color: #005396;
    color: #fff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
}

.search-grid table.grid thead tr th, .search-grid table tbody tr td {
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.search-grid table.grid thead tr th {
    padding: 15px 30px 15px 10px;
    font-weight: 300;
    font-size: 15px;
    position: relative;
}

.search-grid table.grid thead tr th.sort:after {
    content: '';
    width: 10px;
    height: 20px;
    background-image: url(../images/sort.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 10px;
    margin-top: -10px;
    cursor: pointer;
}

.search-grid table.grid thead tr th.ascending:after {
    content: '';
    width: 10px;
    height: 20px;
    background-image: url(../images/ascending.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 10px;
    margin-top: -10px;
    cursor: pointer;
}

.search-grid table.grid thead tr th.descending:after {
    content: '';
    width: 10px;
    height: 20px;
    background-image: url(../images/desanding.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 10px;
    margin-top: -10px;
    cursor: pointer;
}

.search-grid table.grid {
    width: 100%;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    border: 1px solid #d8d9df;
}

.search-grid tr th.ascending, .search-grid tr th.descending, .search-grid tr th.sort {
    cursor: pointer;
}

.search-grid table.grid tr td {
    border-top: 1px solid #d8d9df;
    border-right: 1px solid #d8d9df;
    padding: 10px;
}

.search-grid table.grid tbody tr:nth-child(odd) {
    background-color: #ebebeb;
}

.search-grid table.grid tbody tr:nth-child(even) { /*background-color: #fefefe;*/
}

.search-grid table.grid tbody .badge {
    display: inline;
    font-size: inherit;
}

.search-grid table.grid tr {
}

.search-grid table.grid tr th:first-child,
.search-grid table.grid tr th:last-child,
.search-grid table.grid tr td:first-child,
.search-grid table.grid tr td:last-child {
    text-align: left;
}


/*tournament details page*/
.tournament-detail-wrapper {
    min-height: 130px;
    padding-left: 12px;
}

.tournament-detail-wrapper .tournament-logo {
    height: 130px;
    width: 130px;
    background-color: #ddd;
    margin-right: 22px;
}

.tournament-detail-wrapper .tounament-details {
    background-color: #f2f2f2;
    min-height: inherit;
    padding: 24px;
}

.tournament-detail-wrapper .tounament-details .tounament-label {
    line-height: 1;
    margin: 0px;
}

.tournament-logo img {
    max-width: 250px;
}

.t-block-wrapper .t-block-inner {
	width: calc(50% - 2rem);
	max-width: 100%;
}

.t-block-wrapper .t-block-inner.row > div[class^="col"] {
    margin-bottom: 16px;
}

.page-block-left .text-block.block-type-header {
    margin: 0px;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}

.block-type-header .text-block-title.h3 {
    color: #fff;
    padding: 15px 13px;
    line-height: 1.1;
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
}

.block-type-header .text-block-body {
    padding: 28px 13px;
    margin: 0px;
}

.block-type-header .text-block-body p {
    margin: 0px;
}

.block-type-header .text-block-body p + p {
    margin-top: 10px;
}

.t-block-wrapper {
    margin-top: 0px;
}

.t-block-wrapper .t-block-inner .card ul li span.label {
    display: block;
    background-color: silver;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #2f2f2f;
}

.t-block-wrapper .t-block-inner .card ul li span.label i {
    margin-right: 8px;
    background-color: rgba(1, 1, 1, 0.2);
    padding: 10px;
    width: 38px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.t-block-wrapper .t-block-inner .card ul li {
    display: block;
    background-color: #efefef;
    border-radius: 3px;
    overflow: hidden;
    color: #000000;
    font-size: 15px;
}

.t-block-wrapper .t-block-inner .card ul li a {
    color: inherit;
}

.t-block-wrapper .t-block-inner .card ul li a:hover {
    color: rgba(0, 0, 0, 0.9)
}

.t-block-wrapper .t-block-inner .card ul li span.texts {
    display: block;
    width: 100%;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
}

.t-block-wrapper .t-block-inner.card ul li + li {
    margin-top: 10px;
}

.card {
    width: 100%;
    border: 0px;
    border-radius: 3px;
    overflow: hidden;
}

.card .card-header {
    background-color: #ffc700;
    border-radius: 0px !important;
    border: 0pc;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    color: #2f2f2f;
}

.card .card-header .card-title {
    font-size: 20px;
    font-weight: 600;
}

.card .card-header .card-text {
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}

.card .card-body {
    padding: 0px;
    background-color: #ddd;
    height: 308px;
}

iframe.card-img-top {
    height: 100%;
}

.t-block-wrapper .t-block-inner .card + .card {
    margin-top: 40px;
}

.common-form {
    margin: auto;
    max-width: 800px;
    padding: 30px 20px 10px;
    box-shadow: 0px -5px 30px -10px rgba(0, 0, 0, 0.3);
    border: 1px solid #dadada;
    border-radius: 5px 5px 0 0;
}

/*arrow slider*/
.ad--slider .slick-arrow {
    cursor: pointer;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    border: 0px;
    padding: 0px;
    background-color: rgba(250, 250, 250, 0.86);
    width: 50px;
    height: 50px;
    font-size: 0px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #003764;
}

.ad--slider .slick-arrow.slick-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.ad--slider .slick-arrow.slick-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.ad--slider .slick-arrow:after {
    content: '';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 43px;
    line-height: 1;
    margin: auto;
}

.ad--slider .slick-arrow.slick-next:after {
    content: "\f105";
    margin-left: 17px;
}

.ad--slider .slick-arrow.slick-prev:after {
    content: "\f104";
    margin-right: 17px;
}

@media (max-width: 991px) {
    .ad--slider .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .ad--slider .slick-arrow:after {
        font-size: 20px;
    }

    .ad--slider .slick-arrow.slick-prev:after {
        margin-right: 12px;
    }

    .ad--slider .slick-arrow.slick-next:after {
        margin-left: 12px;
    }
	.t-block-wrapper .t-block-inner {
		width: 100%;
	}
}

/*end slider arrows*/
/* footer */
.footer-main {
    background-color: #eee;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.footer-main .container {
    padding-left: 40px;
}

.footer-main .footer-top {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-links .link-title {
    letter-spacing: 1px;
    font-size: 20px;
    color: #df490f;
    text-align: left;
	margin-bottom: 1rem;
    text-transform: uppercase;
}

.footer-links .link-content li + li {
    margin-top: 15px;
}

.footer-links .link-content li a {
    font-size: 14px;
    line-height: 1;
    color: #5c5555;
    font-family: 'Roboto', sans-serif;
}

.footer-links .link-content li a:hover {
    color: #df490f;
}

.footer-main .footer-bottom {
    float: left;
    width: 100%;
    background-color: #005396;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.link-content {
    display: flex;
    flex-direction: column;
    align-items: start;
}

/* Single Blog details */
.single-blog {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.single-blog .card {
    border: 1px solid #f1f1f1;
}

.single-blog .card .card-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}

.single-blog .card .card-topbar .card-title {
    margin: 0px;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Roboto Slab';
    width: calc(100% - 100px);
    padding-right: 10px;
}

.single-blog .card-topbar .card-date {
    white-space: nowrap;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    min-width: 100px;
}

.single-blog .card .card-body {
    background-color: #fafafa;
    height: auto;
    padding: 15px;
}

.single-blog .card .card-body .card-text {
    font-size: 16px;
    font-family: 'Roboto Slab', sans-serif;
    line-height: 1.4;
    color: #000;
    text-align: justify;
    word-break: break-word;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    word-wrap: break-word;
}

.single-blog .card .card-img-top {
    width: 100%;
    height: auto;
}

/* Top Navigation */
.navbar-nav .nav-item.multi-menu:hover .navbar-link {
    color: #ffc600;
}

.multi-menu {
    position: relative;
}

.multi-menu:hover .dropdown-menu {
    display: block;
}

.multi-menu .dropdown-menu {
    border-radius: 0;
    padding: 5px;
    background-color: #005396;
    border: 0px;
    margin-top: 15px;
    border-top: 2px solid #ffc600;
    min-width: 200px;
}

.multi-menu .dropdown-menu .dropdown-item {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

.multi-menu .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

.multi-menu .dropdown-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-color: #005396 transparent;
    border-width: 0 10px 10px 10px;
    position: absolute;
    bottom: 100%;
    border-style: solid;
    left: 25px;
}

.multi-menu .dropdown-menu:after {
    content: '';
    display: block;
    width: 100%;
    bottom: 100%;
    height: 15px;
    position: absolute;
}

.multi-menu .dropdown-menu .dropdown-item:hover {
    color: #ffc700;
}


@media (min-width: 1200px) and (max-width: 1469px) {
    .navbar-nav .nav-item .navbar-link {
        font-size: 18px;
    }

    .btn-yellow {
        min-width: 80px;
    }

    .list-box-wrapper .btn-custom {
        font-size: 22px;
    }

    .navform-wrap .search-input {
        width: 130px;
    }

    header.main-header .navbar .navbar-brand img {
        max-width: 215px;
    }

    .highlight-box .highlight-inner h1 {
        font-size: 40px;
    }

    .highlight-box .highlight-inner > p {
        font-size: 22px;
    }

    .list-box-heading h2 {
        font-size: 32px;
    }

    .list-box-heading > p {
        font-size: 14px;
    }

    .newsletter > h1 {
        font-size: 30px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-yellow {
        min-width: 80px;
    }

    .navform-wrap .search-input {
        width: 115px;
    }

    header.main-header .navbar .navbar-brand img {
        max-width: 175px;
    }

    .navbar-nav .nav-item .navbar-link {
        font-size: 16px;
    }

    .highlight-box .highlight-inner h1 {
        font-size: 40px;
    }

    .highlight-box .highlight-inner > p {
        font-size: 22px;
    }

    .list-box-heading h2 {
        font-size: 32px;
    }

    .list-box-heading > p {
        font-size: 14px;
    }

    .newsletter > h1 {
        font-size: 30px;
    }

    .list-box-wrapper .btn-custom {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .form-group .btn {
        padding: 12px;
    }

    .form-group > .label label {
        min-width: 180px;
    }

    .tryout-btn .team-tryout-link {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .sidebar-overlay {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        z-index: -1;
    }

    .navbar-collapse {
        width: 250px;
        text-align: center;
        float: left;
        padding-bottom: 10px;
        position: fixed;
        top: 0;
        left: -250px;
        bottom: 0;
        background-color: #000;
        z-index: 1;
        transition: left 300ms cubic-bezier(0, 0.25, 0.42, 1.04) 0s;
        -webkit-transition: left 300ms cubic-bezier(0, 0.25, 0.42, 1.04) 0s;
        -moz-transition: left 300ms cubic-bezier(0, 0.25, 0.42, 1.04) 0s;
    }

    .navbar-nav .nav-item + .nav-item {
        margin-left: 0px;
    }

    .navbar-nav {
        text-align: left;
    }

    .navbar-nav .nav-item .navbar-link {
        padding: 0 10px;
        display: block;
    }

    .navbar-nav .nav-item {
        margin-top: 15px;
    }

    .navbar-collapse.active {
        left: 0;
    }

    header.main-header .navbar .navbar-toggler {
        background-color: #ffc600;
        color: #fff;
        margin-left: 15px;
        height: 48px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
        font-size: 36px;
        line-height: 0;
    }

    .shop-list-slider ul li a {
        width: 100%;
        max-width: 100%;
    }

    .list-slider-right {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .page-block-body .page-block-right {
        padding: 0 20px;
    }

    .form-input > .label {
        margin-top: 10px;
    }

    .page-block-body .page-block-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .team-detail-page .page-block-body .page-block-left {
        padding: 0 20px;
    }

    .form-group .btn {
        font-size: 20px;
        padding: 15px;
    }

    /* Top navigation */
    .multi-menu .dropdown-menu {
        display: block;
        border: 0px;
        background-color: transparent;
        margin-top: 0px;
        padding: 0px;
    }

    .multi-menu .dropdown-menu:after, .multi-menu .dropdown-menu:before {
        display: none;
    }

    .multi-menu .dropdown-menu .dropdown-item {
        padding: 0 20px;
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-yellow {
        min-width: 80px;
    }

    .navform-wrap .search-input {
        width: 160px;
    }

    header.main-header .navbar .navbar-brand img {
        max-width: 175px;
    }

    .navbar-nav .nav-item .navbar-link {
        font-size: 16px;
    }

    .highlight-box .highlight-inner h1 {
        font-size: 32px;
    }

    .highlight-box .highlight-inner > p {
        font-size: 22px;
    }

    .list-box-heading h2 {
        font-size: 32px;
    }

    .list-box-heading > p {
        font-size: 14px;
    }

    .newsletter > h1 {
        font-size: 30px;
    }

    .highlight-box .highlight-inner > p {
        margin-left: 15px;
    }

    .highlight-box .highlight-inner h1 {
        white-space: normal;
    }

    .highlight-box .image-box {
        height: 160px;
        min-width: 180px;
    }

    .form-wrapper .page-block-heading .page-block-title {
        font-size: 32px;
    }

    .form-group > .label label {
        min-width: 150px;
    }

    .page-block-body .page-block-right {
        width: 230px;
    }

    .tournament-detail-wrapper .tounament-details .tounament-label {
        font-size: 30px;
    }

    /*social home block*/
    .social-box-wrap .social-box-body .list-unstyled .media img {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 567px) {
    /*#player_needed_modal .modal-dialog { max-width: 890px; }*/
}

@media (max-width: 767px) {
    .visit-block {
        margin: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .visit-block h1 {
        margin-right: 0;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .social-blocks {
        margin-top: 0;
    }

    .social-blocks .row div[class^="col"] + div[class^="col"] {
        margin-top: 15px;
    }

    .row.ads-block div[class^="col"] {
        margin-bottom: 10px;
    }

    .newsletter {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .newsletter > h1 {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .newsletter .newsletter_form > input {
        min-width: 0;
        width: 100%;
    }

    .newsletter .newsletter_form {
        min-width: 100%;
        margin: 0px;
        padding-right: 55px;
        position: relative;
    }

    .newsletter .newsletter_form > button {
        position: absolute;
        right: 0;
        top: 0;
    }

    .highlight-box .highlight-inner {
        padding: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .highlight-box {
        padding-left: 0;
        margin-block: 1rem;
    }

    .highlight-box .image-box {
        margin: 0px;
        min-height: 1px;
        min-width: 1px;
        height: 150px;
        width: 150px;
    }

    .highlight-box .image-box img {
        max-width: 100%;
    }

    .highlight-box .highlight-inner h1 {
        font-size: 32px;
        white-space: normal;
        text-align: center;
        margin-top: 15px;
    }

    .highlight-box .highlight-inner > p {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
        font-size: 22px;
    }

    .list-slider-wrapper {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list-slider-wrapper .list-slider-left {
        width: 100%;
    }

    .row.ads-block {
        padding-top: 20px;
    }

    header.main-header .navbar .navbarRight .navbar-form {
        margin-left: 0;
        width: 100%;
    }

    .navbarLeft {
        width: 100%;
        text-align: center;
    }

    header.main-header .navbar .navbar-brand {
        margin-right: 0;
    }

    .navbarRight {
        width: 100%;
        margin-top: 15px;
    }

    .navform-wrap .search-input {
        width: 100%;
    }

    .btn-yellow {
        min-width: 75px;
    }

    .navform-wrap {
        width: 100%;
    }

    .list-box-heading h2 {
        font-size: 30px;
    }

    .list-box-wrapper .btn-custom {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .t-block .t-block-overlay h3 {
        font-size: 26px;
    }

    .tournaments {
        margin-bottom: 4px;
        margin-top: 10px;
    }

    .social-blocks .social-media {
        padding: 5px 0 20px;
    }

    .page-block-body.d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-block-body.d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-block-body .page-block-left {
        width: 100%;
        padding: 0 15px;
    }

    .team-detail-page .page-block-body .page-block-left {
        padding: 0 15px;
    }

    .form-group .form-input {
        width: 100%;
    }

    .form-group > .label label {
        min-width: 100%;
        text-align: left;
        font-size: 14px;
    }

    .form-group .label {
        width: 160px;
        margin-bottom: 8px;
    }

    .page-block-body .page-block-right {
        --gap: .75rem;
        min-width: 100%;
        margin-block: 1rem;
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap);
    }

    .page-block-right .ad-block {
        --width: calc(25% - var(--gap));
        flex: 1 1 var(--width);
    }

    .search-grid table.grid thead {
        display: none;
    }

    .search-grid table.grid {
        display: block;
        width: 100%;
        box-shadow: none;
        border: 0px;
    }

    .search-grid table.grid tr, .search-grid table.grid tr td {
        display: block;
    }

    .search-grid table.grid tbody {
        display: block;
        width: 100%;
    }

    .search-grid table.grid tr td {
        width: 100%;
        padding: 0;
        float: left;
        font-size: 14px;
        padding: 10px;
        background-color: #003764;
        color: #fff;
        text-align: left;
        border-top-color: rgba(255, 255, 255, 0.3);
        border-right-color: rgba(255, 255, 255, 0.3);
    }

    .search-grid table.grid tr td:before {
        content: attr(data-title);
        margin-bottom: 10px;
        text-transform: capitalize;
        display: block;
        line-height: 1.5;
        background-color: #003764;
        color: #fff;
    }

    .search-grid table.grid tr {
        background-color: #fff !important;
        padding: 10px;
        box-shadow: 0px -8px 34px -10px rgba(0, 0, 0, 0.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .search-grid table.grid tr + tr {
        margin-top: 15px;
    }

    .search-grid {
        margin-top: 10px;
    }
	
	.search_with_pagination_table td a {
	color: hsl(60deg 75% 50%);
	}

    .page-block-heading.bg-danger.map-block {
        margin-bottom: 10px;
    }

    .page-block-heading.bg-danger.team-map-block {
        margin-bottom: 0px;
    }

    div.google-captcha-error-msg.front-search-page {
        margin-top: 10px !important;
    }

    .tournament-detail-wrapper .tournament-logo {
        margin-right: 5px;
    }

    .tournament-logo img {
        max-width: 75px;
    }

    .tournament-detail-wrapper {
        padding-left: 0;
    }

    .tournament-detail-wrapper .tounament-details {
        padding: 15px;
    }

    .tournament-detail-wrapper .tounament-details .tounament-label {
        font-size: 22px;
        line-height: 1.5;
    }

    .t-block-wrapper .t-block-inner .card + .card {
        margin-top: 20px;
    }

    .t-block-wrapper {
        margin-bottom: 20px;
    }

    .text-block-body {
        font-size: 13px;
    }

    .text-block .text-block-title {
        font-size: 18px;
    }

    .page-block-left .text-block {
        margin-bottom: 15px;
    }

    .page-block-heading {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    /* Single Blog Details page */
    .single-blog .card .card-topbar .card-title {
        font-size: 20px;
    }

    /* Home page search block */
    .home-search-warpper {
        width: 100%;
    }

    .home-search-warpper .navform-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .home-search-warpper .navform-wrap .search-input {
        margin: 15px 0 5px 0;
        height: 45px;
        font-size: 20px;
    }

    .tryout-btn .team-tryout-link {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .search-form .form-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search-grid table.grid tr td {
        width: 100%;
    }

    .form-wrapper .page-block-heading .page-block-title {
        font-size: 20px;
    }

    .page-block-heading {
        padding: 20px;
    }

    .page-block-title {
        font-size: 18px;
    }

    .ad-wrapper {
        padding-block: .75rem;
    }

    /*home social block*/
    .social-box-wrap .social-box-body .list-unstyled .media img {
        width: 100%;
        height: auto;
    }

    .social-box-wrap .social-box-body .list-unstyled .media .media-body {
        width: 100%;
    }

    .social-box-wrap .social-box-body .list-unstyled .media > a {
        display: block;
        width: 100%;
    }

    .social-box-wrap .social-box-body .list-unstyled .media {
        display: block;
    }


    /* Footer */
    .footer-top .row div[class^="col"] + div[class^="col"] {
        margin-top: 20px;
    }
}

@media (max-width: 530px) {

    /* Single Blog Details page */
    .single-blog .card .card-topbar .card-title {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0px;
    }
}

/* Loader */
div#loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5) url("../images/loader.svg") no-repeat center center;
    z-index: 1100;
    background-size: 120px 120px;
    display: none;
}

/*Tournament search page*/
th.tournament-date {
    width: 148px;
}

th.tournament-age-group {
    width: 118px;
}

.search_with_pagination_table th a {
    color: #fff;
}

.search_with_pagination_table th {
    font-size: 17px;
}


/* Pagination */
div.pagination {
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.page-link:focus {
    box-shadow: none;
}


/*Academy Search page*/
th.academy-name {
    width: 300px;
}

th.academy-location {
    width: 170px;
}

/* Showcases Page*/
th.event-organization {
    width: 173px;
}

/*page-builder*/
table.page-builder th.tournament-location {
    width: 191px;
}

table.page-builder th.organizer-name {
    width: 142px;
}

table.page-builder th.organizer-name {
    width: 142px;
}

table.page-builder th.tournament-age-group {
    width: 111px;
}

img.feature-img {
    padding-bottom: 25px;
    width: 100%;
    height: auto;
}

/* Top Search list */
.ui-menu-item-wrapper {
    display: block;
    padding: 0 !important;
    width: 100%;
}

.list-item-title {
    background-color: #ffc700;
    display: table;
    height: 30px;
    text-align: center;
    width: 100%;
}

.search-inner {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}

.list-item-search-all {
    border-top: 1px solid #cccccc;
    padding: 12px 3px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.list-item-container {
    padding: 6px;
}

ul#ui-id-1 {
    min-width: 296px !important;
    box-shadow: -1px 9px 15px -6px #000;
}

ul li.ui-menu-item a {
    font-family: 'roboto', sans-serif;
}

.ui-autocomplete-loading {
    background: white url('../images/ajax-autocomplete_loading.gif') right center no-repeat;
}

/* Top Add style
.ad-wrapper {
    padding-bottom: 0px;
}*/

/* Categories */
.categories-wrap {
    float: left;
    width: 100%;
    border: 1px solid silver;
    border-radius: 3px;
    overflow: hidden;
}

.categories-list-header {
    background-color: silver;
    padding: 14px;
    color: #000;
    text-align: left;
    font-size: 17px;
}

.categories-list-box {
    padding: 0px;
    text-align: left;
}

.categories-list-box .categories-list {
    text-align: left;
}

.categories-list-box .categories-list a {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 12px 10px;
    display: block;
}

.categories-list-box .categories-list + li {
    border-top: 1px solid #dadada;
}

/* Blog page */
.blog-wapper {
    background-color: #f3f3f3;
    border-radius: 3px;
    overflow: hidden;
    padding: 25px;
}

.blog-wapper + .blog-wapper {
    margin-top: 10px;
}

.blog-title {
    font-size: 18px;
    color: #000;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-title a {
    color: inherit;
    font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.blog-title a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.blog-title a i:before {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.blog-title a span {
    padding: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.blog-content {
    padding: 10px 0 0 0;
    text-align: left;
    margin: 0px;
}

.blog-date {
    padding: 0;
    margin-left: auto;
    font-size: 13px;
    color: #000;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 100%;
    float: right;
    margin-top: 10px;
}

.text-block-body p {
    margin: 0px;
    clear: both;
    font-size: 16px;
    font-family: 'Roboto Lt';
    font-weight: 300;
    color: #000;
    line-height: 1.7;
}

.search-grid.categories-list {
    margin-top: 0px;
}

/* Team Listing Page */
.card-style .card .card-body {
    height: auto;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.card-img-top {
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card-img-top.tournament-organization {
    min-height: 170px;
}

.card-img-top img {
    max-width: 250px;
    margin: auto;
    display: block;
    padding: 3px;
}

.card-img-top.tournament-organization img {
    max-height: 200px;
}

.card-style .card .card-body .card-title {
    display: block;
}

.card-style .card .card-body .card-text p {
    margin-bottom: 5px;
    line-height: 1.5;
}

.card-style > div {
    margin-top: 16px;
}

.card-style .card .card-body .group-content {
    line-height: 1.5;
}

.card-style .card {
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    min-height: 276px;
}

.card-style .card:hover {
    -webkit-box-shadow: 0px 13px 16px -14px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 13px 16px -14px rgba(0, 0, 0, 0.5);
}

a.team-listing-a-tag {
    position: absolute;
    width: 100%;
    height: 75%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
}

.text-center {
    text-align: center;
}


/* subscribe_newsletter */
div.subscribe_newsletter_message_block {
    width: 100%;
    display: block;
}

span#subscribe_newsletter_message {
    color: #fff;
    margin: 5px 1px;
    display: block;
}

/* Tournament Page */
th.tournament_name, table.page-builder th.tournament_name {
    width: 270px;
}

/* Team Page */
th.team_name {
    width: 300px;
}

/* Showcases Page */
th.name {
    width: 300px;
}

/* Tryout Page */
th.tryout_name {
    width: 275px;
}

th.tryout-age-group {
    width: 135px;
}

th.tryout-dates {
    width: 102px;
}

/* Registration page*/
a.btn.btn-primary.btn-login {
    background-color: #007bff;
    border-color: #007bff;
}

.clear-both {
    clear: both;
}

.display-none {
    display: none;
}

/* Review send mail popup */
div.modal-footer .form-group {
    margin-bottom: 0px;
}

#email_modal .modal-content {
    border-radius: 0;
    border: 1px solid #003764;
}

#email_modal .modal-header {
    border-radius: 0;
    background-color: #003764;
    color: #fff;
}

#email_modal button.close {
    color: #fff;
}

#email_modal .form-group > .label label {
    min-width: 167px;
}

#email_modal .form-group .form-input input {
    height: 40px;
    padding: 0 12px;
}

#email_modal .search-form .form-group + .form-group {
    margin-top: 18px;
}

#email_modal textarea {
    padding: 12px;
    line-height: 19px;
    width: 100%
}

/* Player Needed*/
#player_needed_modal .modal-content {
    border-radius: 0;
    border: 1px solid #003764;
}

#player_needed_modal .modal-header {
    border-radius: 0;
    background-color: #003764;
    color: #fff;
}

#player_needed_modal button.close {
    color: #fff;
}

#player_needed_modal .form-group > .label label {
    min-width: 167px;
}

#player_needed_modal .form-group .form-input input {
    height: 40px;
    padding: 0 12px;
}

#player_needed_modal .search-form .form-group + .form-group {
    margin-top: 18px;
}

#player_needed_modal textarea {
    padding: 12px;
    line-height: 19px;
    width: 100%
}

/* Tryout Player Needed Modal popup */
/*#tryout_player_needed_modal .modal-content{ border-radius: 0; border: 1px solid #003764; }
#tryout_player_needed_modal .modal-header{ border-radius: 0; background-color: #003764; color: #fff; }
#tryout_player_needed_modal button.close{ color: #fff;}
#tryout_player_needed_modal .form-group > .label label { min-width: 167px;}
#tryout_player_needed_modal .form-group .form-input input{ height: 40px; padding: 0 12px;}
#tryout_player_needed_modal .search-form .form-group + .form-group { margin-top: 18px;}
#tryout_player_needed_modal textarea{ padding: 12px; line-height: 19px; width: 100%}*/


/* Front search google captcha validation */
div.google-captcha-error-msg.front-search-page .alert.alert-danger {
    margin-bottom: 0;
}

/* Validation  Error Message */
p.help-block {
    color: #F00;
    margin-top: 5px;
    font-size: 0.9em;
}

.btn-primary {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff;
}

/* Member module list page */
.member-module-warpper {
    display: table;
    margin-bottom: 16px;
}

.member-module-btn-warpper {
    display: table;
    height: 150px;
    width: 100%;
}

a.member-module-btn {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
}

/*Google Map for Team page */
.map-canvas {
    width: 100%;
    height: 500px;
    margin: 0px;
    padding: 0px;
    border-radius: 0;
    box-shadow: 0px -5px 30px -10px rgba(0, 0, 0, 0.3);
    border: 1px solid #dadada;
    display: none;
    background-color: #fff;
}

td#team-contact-title,
td#team-player-title,
td#team-game-title {
    text-align: center;
    border-bottom: solid 1px #fff;
}

.search-grid.team-page-player,
.search-grid.team-page-contact,
.search-grid.team-page-schedule {
    min-height: auto;
    margin-top: 16px;
}

.tryout-btn, .player-needed-btn {
    display: block;
    text-align: center;
    margin-top: 16px;
}

.tournament-btn {
    display: block;
    text-align: center;
    margin: 16px;
}


a.social-link {
    padding: 10px;
    font-size: 21px;
}

/*Read More */
.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.morecontent a.morelink {
    color: #007bff !important;
    margin-top: 10px;
}

.team-player-title,
.team-contact-title,
.team-schedules-title {
    text-align: center;
    border-bottom: solid 1px #fff;
    background-color: #005396;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 10px;
}

.accordion-vertical.ui-accordion .ui-accordion-header.ui-state-default {
    background-color: #ffc700;
    border: 1px solid #ffc700;
    color: #005396;
}

.accordion-vertical.ui-accordion .ui-accordion-header.ui-state-active {
    background-color: #005396;
    border: 1px solid #005396;
    color: #fff;
}

a.go-to-age-group-page {
    float: right;
}

/* For Slider */
img.home-slider {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/* Pagination */
.pagination-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination-wrapper .show-results {
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

span.badge.badge-info.academy,
span.badge.badge-info.showcase {
    font-size: 79%;
}

/* Home Page Module Box style */
.module-link-btn .module-link-btn {
    width: 100%;
    text-align: center;
    padding: 0 1px;
    margin: 0px;
    display: block;
}

.module-link-btn .module-link-btn a {
    padding: 27px 10px;
    display: block;
    color: #c9c9c9;
    height: 100%;
    background-image: url(../images/state-list-bg.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
}

.module-link-btn a {
    color: #d6d6d6;
    padding: 13px;
    display: block;
    background-color: #00457f;
    font-size: 18px;
}

.module-link-btn a:hover {
    opacity: 0.8;
}

.module-link-btn .list-item-block {
    background-image: url(../images/state-list-border.png);
    background-size: 100% 100%;
    padding: 3px;
    text-align: center;
}

a.show-less-more-table {
    color: #007bff !important;
    margin-top: 7px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.more-content.more {
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.texts.morecontent.more,
span.texts.morecontent.less {
    display: block;
    height: 39px;
    padding: 0px 10px !important;
}

.player-needed-btn-for-detail {
    display: block;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

/* tournament-quick-search */
.navform-wrap.tournament-quick-search-wrap {
    max-width: unset;
}

.home-search-warpper .tournament-quick-search-wrap .search-input {
    width: 100%;
    margin: 0px 0 20px 0;
    height: 60px;
    font-size: 25px;
    text-align: center;
    /*border: 3px solid #0282ea;*/
    border: 3px solid #a3a2a2;
}

.mobile_ads {
    gap: .25rem;
}
.mobile_ads img {
    max-width: 200px;
    aspect-ratio: 2/3;
}

.desktop_ads {
    display: none !important;
}

@media screen and (min-width: 993px) {
    .mobile_ads {
        display: none !important;
    }
    .desktop_ads {
        display: block !important;
    }
    
}

.city-image {
    aspect-ratio: 547/257;
}


.age-groups {
    display: flex;
    align-items: baseline;
    margin-top: .25rem;
    justify-content: space-between;
}

.entry-fee {
    display: flex;
    align-items: baseline;
}

.entry-fee-label {
    min-width: max-content;

}


.navbar-brand img {
    width: 20rem;
    max-width: 100%; 
}

.visit-block img {
    width: 25rem;
}
