
@media (max-width: 1199px) {

    .site-header .navbar-collapse {
        background-color: #ffffff;
        border-top: 1px solid #e6e9ee;
        margin-top: 8px;
        padding-top: 12px;
        padding-bottom: 16px;
    }

    .site-header .navbar-nav {
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
    }

    .site-header .nav-link {
        padding: 9px 0;
    }

    .site-header .nav-link.active::after {
        left: 18px;
        right: auto;
        width: 26px;
        bottom: 4px;
    }

    .site-header .navbar-nav {
        width: 100%;
    }

    .site-header .nav-item {
        width: 100%;
    }

    .site-header .submenu {
        position: static;
        min-width: 0;
        border: 0;
        border-left: 2px solid #e6e9ee;
        box-shadow: none;
        padding: 0 0 0 14px;
        margin-bottom: 6px;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .site-header .nav-item.has-submenu:hover > .submenu {
        display: none;
    }

    .site-header .nav-item.has-submenu.open > .submenu {
        display: block;
    }

    .site-header .submenu a {
        padding: 7px 0;
        border-bottom: 0;
    }

    .site-header .submenu a:hover {
        background-color: transparent;
        padding-left: 4px;
    }

    .site-header .nav-item.has-submenu.open > .submenu-toggle i {
        transform: rotate(180deg);
    }

    .header-tools {
        margin-left: -9px;
        margin-top: 10px;
        padding-left: 0;
    }

    .hero-box h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .hero-box {
        max-width: 420px;
    }

    .event-card {
        width: 300px;
        padding: 22px 20px 24px;
    }

    .event-card h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .event-count strong {
        font-size: 26px;
        line-height: 34px;
    }

    .live-item {
        padding-right: 26px;
    }

    .live-item::after {
        right: 10px;
    }


    .event-featured h2 {
        font-size: 25px;
        line-height: 33px;
    }

    .sched-table {
        min-width: 600px;
    }

    .results-list a {
        font-size: 13px;
    }

    .athlete-filter {
        padding: 9px 16px;
    }

      .header-tools {
    margin-left: -0px; padding-left:10px; padding-right: 10px;}


}

@media (max-width: 991px) {

    .hero .carousel-item {
        height: 440px;
    }

    .hero-shade {
        background-image: linear-gradient(90deg, rgba(8, 16, 30, 0.93) 0%, rgba(8, 16, 30, 0.85) 45%, rgba(8, 16, 30, 0.55) 100%);
    }

    .hero-box {
        max-width: 540px;
    }

    .hero-event {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        justify-content: flex-start;
        padding-top: 26px;
        padding-bottom: 32px;
    }

    .event-card {
        width: 100%;
        max-width: 420px;
    }

    .live-inner {
        flex-wrap: wrap;
        padding-top: 14px;
        padding-bottom: 14px;
        gap: 10px;
    }

    .live-tag {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2px;
    }

    .live-tag::before {
        display: none;
    }

    .live-list {
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
    }

    .live-item {
        flex: 1 1 200px;
        padding-right: 20px;
    }

    .live-item::after {
        display: none;
    }

    .live-more {
        padding-left: 0;
    }

    .sidebar {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #dfe3e9;
        margin-top: 34px;
        padding-top: 30px;
    }

    .page-banner {
        padding: 32px 0 34px;
    }

    .page-banner h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .page-content {
        padding: 22px 20px 16px;
    }

    .page-content h3 {
        font-size: 17px;
        line-height: 25px;
        margin-top: 28px;
    }

    .sched-table {
        min-width: 560px;
    }

    .sched-table td {
        font-size: 12.5px;
        padding: 9px 10px;
    }

    .event-featured {
        padding: 22px 20px 24px;
    }

    .event-featured h2 {
        font-size: 23px;
        line-height: 31px;
    }

    .gallery-item {
        height: 165px;
    }

    .gallery-nav {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .gallery-prev {
        left: 8px;
    }

    .gallery-next {
        right: 8px;
    }

    .cal-table {
        min-width: 520px;
    }

    .cal-table td {
        height: 68px;
        padding: 7px 8px;
    }

    .cal-day-full {
        display: none;
    }

    .cal-day-short {
        display: inline;
    }

    .cal-select {
        flex: 1 1 140px;
        min-width: 0;
    }

    .ad-or {
        width: 100%;
    }

    .ad-card {
        flex-basis: 100%;
    }

    .post-single {
        padding: 20px 20px 18px;
    }

    .post-thumb img {
        height: 260px;
    }

    .post-body p strong {
        font-size: 15px;
        line-height: 23px;
    }

    .team-card {
        padding: 20px 20px 16px;
    }

    .team-head h3 {
        font-size: 19px;
        line-height: 26px;
    }

    .video-frame img {
        height: 260px;
    }

    .widget-gallery img {
        height: 150px;
    }

    .widget-ad img {
        height: 300px;
    }


    .breadcrumbs li {
        font-size: 11px;
    }

    .section-head {
        flex-wrap: wrap;
        gap: 10px;
    }

    .post-meta {
        gap: 8px 16px;
    }

    .post-comment h3,
    .results-year h3 {
        font-size: 17px;
        line-height: 25px;
    }

    .team-contact {
        font-size: 11px;
        padding: 11px 18px;
    }

    .ad-card h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .event-item {
        padding: 16px 18px;
    }

    .event-info h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .archive-year strong {
        font-size: 18px;
        line-height: 25px;
    }

    .athlete-filters {
        gap: 8px;
    }

      .header-tools {
    margin-left: -0px; padding-left:10px; padding-right: 10px;}


}

@media (max-width: 767px) {

    h1 {
        font-size: 27px;
        line-height: 35px;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .hero .carousel-item {
        height: 420px;
    }

    .hero-box {
        max-width: 100%;
        padding-bottom: 46px;
    }

    .hero-box h1 {
        font-size: 27px;
        line-height: 36px;
    }

    .hero-box p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 22px;
    }

    .event-card h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .event-count strong {
        font-size: 24px;
        line-height: 32px;
    }

    .news-list article {
        flex-wrap: wrap;
        gap: 14px;
    }

    .news-date {
        width: 62px;
        padding: 10px 6px 8px;
    }

    .news-date strong {
        font-size: 22px;
        line-height: 26px;
    }

    .news-date i {
        display: none;
    }

    .news-thumb {
        width: 106px;
    }

    .news-thumb img {
        height: 80px;
    }

    .news-body {
        flex: 1 1 100%;
    }

    .athletes-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .athlete-card {
        height: 290px;
    }

    .footer-brand {
        margin-bottom: 30px;
    }

    .footer-news {
        margin-top: 26px;
    }

    .video-frame img {
        height: 200px;
    }

    .widget-gallery img {
        height: 110px;
    }

    .widget-ad img {
        height: 230px;
    }


    .page-banner {
        padding: 28px 0 30px;
    }

    .page-banner h1 {
        font-size: 23px;
        line-height: 31px;
    }

    .page-banner::after {
        width: 190px;
        height: 190px;
        border-width: 26px;
    }

    .breadcrumbs {
        gap: 6px;
    }

    .breadcrumbs li {
        font-size: 10px;
        letter-spacing: 0.4px;
        gap: 6px;
    }

    .page-content {
        padding: 18px 16px 14px;
    }

    .page-content h3 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px;
    }

    .post-single {
        padding: 18px 16px 16px;
    }

    .post-thumb img {
        height: 200px;
    }

    .post-meta span,
    .post-meta a {
        font-size: 11px;
    }

    .post-body p strong {
        font-size: 14px;
        line-height: 22px;
    }

    .post-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .post-comment h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .sched-table {
        min-width: 520px;
    }

    .sched-table th {
        font-size: 10px;
        padding: 9px 8px;
    }

    .sched-table td {
        font-size: 12px;
        padding: 8px;
    }

    .sched-time {
        width: 74px;
    }

    .sched-class,
    .sched-gender,
    .sched-status {
        width: auto;
    }

    .sched-note td {
        font-size: 12px;
        line-height: 19px;
    }

    .cal-table {
        min-width: 460px;
    }

    .cal-table td {
        height: 56px;
        padding: 6px;
    }

    .cal-toolbar .form-submit {
        width: 100%;
        justify-content: center;
    }

    .gallery-item {
        height: 140px;
    }

    .gallery-tag {
        font-size: 9px;
        padding: 4px 8px;
    }

    .gallery-caption {
        font-size: 11px;
        line-height: 16px;
        padding: 10px;
    }

    .gallery-modal .modal-body img {
        max-height: 62vh;
    }

    .archive-year {
        padding: 12px 6px 10px;
    }

    .archive-year strong {
        font-size: 17px;
        line-height: 24px;
    }

    .archive-months a {
        font-size: 13px;
    }

    .event-featured h2 {
        font-size: 21px;
        line-height: 29px;
    }

    .event-featured p {
        font-size: 13px;
    }

    .event-item {
        gap: 14px;
        padding: 16px;
    }

    .event-info h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .athlete-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .athlete-filter {
        flex: 0 0 auto;
    }

    .team-head {
        flex-wrap: wrap;
        gap: 12px;
    }

    .ad-card {
        padding: 18px 16px 14px;
    }

    .results-list a {
        font-size: 13px;
        padding: 9px 0 9px 22px;
    }

    .form-field input,
    .form-field textarea {
        font-size: 13px;
        padding: 10px 12px;
    }

      .header-tools {
    margin-left: -0px; padding-left:10px; padding-right: 10px;}


}

@media (max-width: 575px) {


    .hero .carousel-indicators {
        padding-left: 16px;
        padding-right: 16px;
    }

    .news-thumb {
        width: 100%;
    }

    .news-thumb img {
        height: 170px;
    }

    .footer-news form {
        max-width: 100%;
    }


    .page-banner h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .page-content,
    .post-single {
        padding-left: 14px;
        padding-right: 14px;
    }

    .post-thumb img {
        height: 165px;
    }

    .sched-table {
        min-width: 480px;
    }

    .cal-table {
        min-width: 420px;
    }

    .cal-table td {
        height: 48px;
        padding: 5px;
    }

    .cal-date {
        font-size: 12px;
    }

    .cal-select {
        flex: 1 1 100%;
    }

    .gallery-item {
        height: 120px;
    }

    .gallery-caption {
        display: none;
    }

    .gallery-modal .modal-body img {
        max-height: 56vh;
    }

    .archive-year strong {
        font-size: 16px;
        line-height: 23px;
    }

    .event-count strong {
        font-size: 21px;
        line-height: 28px;
    }

    .event-featured > a,
    .form-submit,
    .team-contact {
        width: 100%;
        justify-content: center;
    }

    .ad-or em {
        width: 40px;
        height: 40px;
    }

    .news-pages a,
    .news-pages span {
        min-width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .athlete-card {
        height: 250px;
    }

    .team-avatar,
    .author-avatar,
    .ad-icon {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .site-header .navbar-nav {
  align-items: flex-start;}

  .header-tools {
    margin-left: -0px; padding-left:10px; padding-right: 10px;}


}



