/* 
Theme Name: Marlin Majors Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: marlinmajors-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
:root {
    --swiper-theme-color: #90d5ff;
}

/* Add your custom styles here */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding-top: 150px !important;
}

.page-header {
    display: none;
}

.header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.header-icon .elementor-icon-wrapper {
    height: 28px;
}

.elementor-nav-menu li.current_page_item a {
    position: relative;
}

/* .elementor-nav-menu li.current_page_item > a:before,
.elementor-nav-menu li.current_page_item > a:after {
  content: "";
  width: 100%;
  height: 2px !important;
  background-color: #efbf04;
  position: absolute;
  left: 0;
}
.elementor-nav-menu li.current_page_item a:before {
  top: 4px;
}
.elementor-nav-menu li.current_page_item a:after {
  bottom: 4px;
} */
.elementor-nav-menu .sub-arrow {
    padding: 5px;
}

#header_pop {
    transition: all 0.3s ease-out;
    background-color: var(--e-global-color-400161c);
    width: 100% !important;
}

#header_pop.fixed {
    background-color: var(--e-global-color-400161c);
    /* padding-top: 10px; */
    padding-bottom: 10px;
}

.footer-social ul li a {
    margin: 0;
    padding: 0;
}

.footer-title {
    position: relative;
}

.footer-title:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #90d5ff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.subscribe {
    background-color: transparent;
    border: solid 1px #90d5ff;
    height: 65px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 7px 0 30px;
}

.subscribe p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
}

.subscribe p .wpcf7-form-control-wrap {
    width: 80%;
}

.subscribe p .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: -30px;
}

.subscribe .subscribe-input {
    background-color: transparent;
    padding: 0;
    border: none;
    color: #90d5ff;
    font-size: 32px;
    font-family: 'PT Serif', Sans-serif;
    font-weight: 400;
}

.subscribe .subscribe-input:focus {
    border: none;
    outline: none;
}

.subscribe .subscribe-input::placeholder {
    color: #90d5ff;
    opacity: 1;
}

.subscribe .wpcf7-submit {
    width: 100px;
    height: 47px;
    background-color: #90d5ff !important;
    border-radius: 10px !important;
    border: none;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000035 !important;
    font-size: 18px;
    font-weight: 600;
}

.subscribe .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -45px;
}

.theme-button .elementor-button {
    position: relative;
}

.theme-button .elementor-button-icon {
    width: 44px;
    height: 44px;
    background-color: #000035;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 6px;
}

.theme-button .elementor-button-icon svg {
    width: 33px;
}

.theme-button:hover .elementor-button-icon svg path {
    fill: #90d5ff;
}

.card-title h3 {
    color: #c4c4c4;
    margin-left: 11px;
    padding: 0;
    margin-bottom: 0;
    display: none;
    font-size: 28px;
}

.hero-home {
    overflow-x: hidden;
}

.swiper-slider .swiper-pagination {
    padding-right: 116px;
    padding-bottom: 50px;
    text-align: right;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.swiper-slider .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.3s ease-out;
}

.swiper-slider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
}

.footer-menu .elementor-nav-menu {
    column-count: 3;
    display: inline;
    width: 80%;
}

.footer-menu .elementor-nav-menu li a {
    position: relative;
}

.footer-menu .elementor-nav-menu li a:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 5px;
    top: 6px;
    color: var(--e-global-color-accent);
    opacity: 1 !important;
    font-size: 10px;
}

.footer-menu .elementor-nav-menu li a:hover,
.elementor-location-footer .elementor-nav-menu li a:hover {
    color: var(--e-global-color-accent) !important;
}

.imagecard-wrap {
    display: flex;
    gap: 30px;
    width: 100%;
    margin-inline: auto;
    padding: 0 0 5px;
    position: relative;
}

.imagecard-wrap .imagecard {
    width: 104px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.imagecard .border-bottom {
    width: 100%;
    background-color: #c4c4c4;
    border-radius: 0 0 55px 55px;
    height: 92px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: -1;
}

.imagecard .border-bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 14px solid #c4c4c4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    opacity: 0;
    visibility: hidden;
}

.imagecard .imagecard-con {
    position: relative;
}

.imagecard-copy {
    padding-top: 60px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.imagecard-copy .copy-left,
.imagecard-copy .copy-right {
    width: 48%;
}

.imagecard-inner {
    border-radius: 55px;
    overflow: hidden;
    height: 605px;
    cursor: pointer;
}

.imagecard-wrap .imagecard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.card-title {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px 12px 12px;
    font-size: 28px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95) 0.3s;
    background: #000035;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 53, 0) 0%,
        rgba(0, 0, 53, 0.51) 50%,
        rgba(0, 0, 53, 0.81) 100%
    );
    border-radius: 0 0 55px 55px;
}

.card-title .icon {
    width: 80px;
    height: 80px;
    background-color: #000035;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title .icon img {
    width: 54px;
    height: auto;
}

.imagecard-wrap .active {
    width: calc(100% - 535px);
}

.imagecard-wrap .active .border-bottom:after {
    opacity: 1;
    visibility: visible;
}

.imagecard-wrap .active .card-title {
    transform: scale(1);
}

.imagecard-wrap .active .card-title h3 {
    display: inline-block;
}

.imagecard-wrap .active .imagecard-copy {
    opacity: 1;
    visibility: visible;
}

.blogcard .elementor-post__card .elementor-post__thumbnail__link {
    margin-bottom: 0;
}

.blogcard .elementor-post__thumbnail__link .elementor-post__thumbnail {
    border-radius: 30px;
    position: relative;
}

.blogcard .elementor-post__thumbnail__link .elementor-post__thumbnail:after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 50%;
    background: #000035;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 53, 0) 0%,
        rgba(0, 0, 53, 0.51) 50%,
        rgba(0, 0, 53, 0.81) 80%
    );
    left: 0;
    right: 0;
    bottom: 0;
}

.blogcard.fulloverlay
    .elementor-post__thumbnail__link
    .elementor-post__thumbnail:after {
    height: 100%;
}

.blogcard .elementor-post__text {
    position: absolute;
    top: auto;
    bottom: 15px;
    margin: 0;
}

.blogcard .elementor-post__badge {
    position: absolute;
    right: auto !important;
    left: 35px;
    bottom: 135px;
    top: auto;
    color: #000035 !important;
}

.blogcard .elementor-posts .elementor-post__card .elementor-post__meta-data {
    border-top: none;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: #000035;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Exo', Sans-serif;
    padding: 0;
}

.blogcard
    .elementor-posts
    .elementor-post__card
    .elementor-post__meta-data
    .elementor-post-date {
    text-align: center;
    text-transform: uppercase;
    width: 30px;
    line-height: 1.2;
}

.blogcard .elementor-post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.standing-sec .elementor-widget-shortcode {
    width: 100%;
}

.table-wrapper {
    /* display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; */
    /* margin-top: -135px; */
}

.team-scroling {
    background-color: #000035;
    border-radius: 10px 10px 0 0;
    height: 152px;
    width: 57%;
    max-width: 976px;
    padding: 0 50px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: -20px;
}

.team-scroling .inner {
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-scroling .inner span {
    font-family: 'PT Serif', Sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 10px;
}

.marquee {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee--inner {
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee 12s linear infinite;

    &:hover {
        animation-play-state: paused;
        color: #90d5ff;
    }
}

.marquee--inner span {
    float: left;
    width: 48%;
    overflow: hidden;
}

.marquee--inner span div {
    position: relative;
    padding-right: 15px;
}

.marquee--inner span div:after {
    content: '';
    width: 2px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: -10px;
    top: 0;
    display: none;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.table > thead {
    vertical-align: bottom;
    background-color: #90d5ff;
    border-bottom: solid 1px #000035;
}

/* .table > thead:first-child tr:first-child th  */
.table > thead tr th {
    background-color: var(--e-global-color-secondary);
    color: #fff;
    border-top: none;
}

.table > thead:first-child tr:first-child th {
    border-top: none;
}

.table th,
.table td {
    border: none;
    text-align: left;
}

.table th {
    font-size: 20px;
    font-weight: 400;
    padding: 15px 10px 15px 8px;
    text-transform: uppercase;
    color: #000035;
    font-family: 'Beiruti', Sans-serif;
}

.table th span {
    text-transform: none;
}

.table-wrapper .table th:first-child,
.table-wrapper .table td:first-child {
    padding-left: 50px;
}

.table tr td.table-header,
.table tr th.table-header {
    font-family: 'PT Serif', Sans-serif;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: var(--e-global-color-primary);
}

.table tr {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.table tr:last-child {
    border-bottom: none;
}

.table td {
    font-size: 20px;
    font-weight: 400;
    font-family: 'PT Serif', Sans-serif;
    color: #272727;
    background-color: rgba(91, 16, 32, 0.1);
    text-transform: capitalize;
}

.table-wrapper .table td a {
    font-size: inherit;
    font-weight: 400;
    font-family: 'PT Serif', Sans-serif;
    color: #272727;
    text-decoration: underline;
}

.table tr:nth-child(2n) {
    background-color: rgba(144, 213, 255, 0.2);
}

.mmll-team-detail__table tr th:first-child,
.mmll-team-detail__table tr td:first-child {
    width: 330px;
}

.mmll-team-detail__table tr th:nth-child(2),
.mmll-team-detail__table tr td:nth-child(2) {
    width: 100px;
}

.mmll-team-detail .button-warp {
    margin-bottom: 25px;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    justify-content: center;
}

.mmll-team-detail .button-warp a {
    font-family: 'PT Serif', Sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0 15px;
}

.mmll-team-detail .button-warp a:hover {
    color: var(--e-global-color-secondary);
}

.sponsor-slider {
    padding-bottom: 70px !important;
    position: relative;
    width: 100%;
}

/* .sponsor-slider .swiper-wrapper {
  -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */

.sponsor-slider .swiper-slide {
    width: 200px;
    height: 750px;
    position: relative;
    transition: 0.7s;
    border-radius: 10px;
    overflow: hidden;
}

.sponsor-slider .swiper-slide.swiper-slide-active {
    width: 580px !important;
}

.sponsor-slider .swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.sponsor-slider .swiper-slide:after {
    content: '';
    width: 100%;
    height: 234px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000035;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 53, 1) 0%,
        rgba(0, 0, 53, 0) 100%
    );
}

.sponsor-slider .swiper-slide .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    text-align: center;
    z-index: 1;
    padding: 0 25px;
}

.sponsor-slider .swiper-slide .info h4,
.sponsor-slider .swiper-slide .info h4 a {
    font-size: 22px;
    font-family: 'PT Serif', Sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px;
}

.sponsor-slider .swiper-slide .info .spo-logo {
    width: auto;
    height: 95px;
    margin-bottom: 30px;
}

.sponsor-slider .swiper-slide .info p {
    color: #fff;
    font-weight: 400;
    opacity: 0;
    height: 0;
}

.sponsor-slider .swiper-slide.swiper-slide-active .info p {
    opacity: 1;
    height: auto;
}

.sponsor-slider .swiper-slide.swiper-slide-active:after {
    height: 100%;
}

.pagination .swiper-pagination .swiper-pagination-bullet,
.crew-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: var(--e-global-color-primary);
    opacity: 1;
    transition: all 0.3s ease-out;
    margin: 0 5px;
}

.sponsor-slider .swiper-navigation {
    position: absolute;
    left: 0;
    right: 98px;
    bottom: 100px;
    transform: translateY(-50%);
    height: 40px;
    z-index: 1;
}

.sponsor-slider .swiper-navigation .swiper-button-prev,
.sponsor-slider .swiper-navigation .swiper-button-next {
    width: 56px;
    height: 56px;
    background-color: #efbf04;
    border-radius: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-slider .swiper-button-prev,
.sponsor-slider .swiper-button-next {
    position: absolute;
    bottom: 8px;
    top: auto;
    transform: translateX(-50%);
    height: 25px;
}

.sponsor-slider .swiper-button-next {
    left: 60%;
}

.sponsor-slider .swiper-button-prev {
    left: 40%;
}

.sponsor-slider .swiper-navigation .swiper-button-prev svg,
.sponsor-slider .swiper-navigation .swiper-button-next svg {
    width: 12px;
}

.sponsor-slider .swiper-navigation .swiper-button-prev:after,
.sponsor-slider .swiper-navigation .swiper-button-next:after,
.sponsor-slider .swiper-button-prev:after,
.sponsor-slider .swiper-button-next:after {
    display: none;
}

.pagination
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
.crew-carousel
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #efbf04;
    width: 20px;
    height: 20px;
    margin-bottom: -2px;
}

.crew-carousel .crew-slide .e-child h2 span {
    font-size: 24px;
    color: #c4c4c4;
    font-family: 'Beiruti';
    display: block;
}

.crew-carousel .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50% !important;
    bottom: -96px !important;
    height: 20px;
}

.crew-carousel
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin-bottom: 0;
}

.blog-title h3 a {
    font-family: 'PT Serif', Sans-serif;
    font-weight: 400;
}

.fleet-ticker {
    padding-left: 35px;
    padding-right: 35px;
    --swiper-theme-color: var(--e-global-color-secondary);
}

.fleet-ticker .swiper-slide {
    width: auto;
}

.fleet-ticker .ticker {
    display: flex;
}

.fleet-ticker .boat-details {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.fleet-ticker .ticker img {
    max-width: 38px;
}

.fleet-ticker .boat-details .state-name {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.fleet-ticker .boat-details .state-name.red {
    color: #ff0005;
}

.fleet-ticker .boat-details .state-name.blue {
    color: #000035;
}

.fleet-ticker .boat-details .state-name.green {
    color: #08a700;
}

.fleet-ticker .ticker .name {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1;
}

.fleet-ticker .ticker a .name {
    color: var(--e-global-color-400161c);
    font-weight: 400;
}

.fleet-ticker .ticker a .name strong {
    color: var(--e-global-color-400161c);
    font-weight: 600;
}

.fleet-ticker .ticker .name strong {
    display: block;
}

.fleet-ticker .ticker .num {
    font-size: 20px;
    border: 1px solid var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-accent);
    width: 30px;
    border-radius: 100%;
    height: 30px;
    text-align: center;
    font-weight: 600;
}

.tournament-tabs {
    justify-content: center;
    margin-bottom: 30px;
    --bs-nav-tabs-border-width: 0;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-tabs-link-active-bg: transparent;
}

.tournament-tabs .nav-link {
    padding: 0;
    border-radius: var(--bs-nav-tabs-border-radius);
    background-color: transparent;
    margin: 0 20px;
    border-bottom: 1px solid transparent;
}

.tournament-tabs .nav-link.active,
.tournament-tabs .nav-link:hover {
    background-color: transparent;
    border-bottom-color: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
}

.form .form-title {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.form .form-group {
    margin-bottom: 40px;
}

.form .form-label {
}

.form .form-select,
.form .form-control,
.mm-angler-form__fields .form-group .form-control,
.mm-angler-form__fields .form-group .form-select,
.woocommerce .login .woocommerce-form-row .input-text,
.woocommerce .lost_reset_password .form-row .input-text {
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    font-size: 18px;
    padding: 8px 15px;
}

.form .form-select:focus,
.form .form-control:focus {
    box-shadow: none;
}

.form .file-input-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.form .file-input-label {
    width: 100%;
    cursor: pointer;
    display: block;
    border-radius: 10px;
    padding: 1px;
    border: 1px solid #c4c4c4;
    position: relative;
    text-align: right;
}

.form .file-input-label span {
    background-color: var(--e-global-color-primary);
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 11px 20px;
    border-radius: 8px;
    height: 100%;
}

.form .form-text {
    line-height: 1;
}

.form .form-sub-title {
}

.form .form-check-input {
    margin-top: 7px;
}

.form .form-check-input:checked[type='checkbox'] {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.form .form-check-input:focus {
    box-shadow: none;
}

.form .add-angler {
    background: var(--e-global-color-secondary);
    display: block;
    text-align: center;
    padding: 12px 12px;
    border-radius: 10px;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.form .add-angler svg {
    width: 30px;
    height: 30px;
    margin-top: -5px;
}

.btn-light-blue {
    border-color: var(--e-global-color-accent);
}

.btn-light-blue:hover {
    border-color: var(--e-global-color-secondary);
}

.form .btn-light-blue {
    width: 100%;
    margin-top: 30px;
}

.form .required-indicator {
    color: red;
}

.submitrow {
    text-align: center;
}

.submitrow .wpcf7-spinner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.invitation .submitrow input.wpcf7-submit[type='submit'] {
    border: none;
}

.invitation .form-group textarea {
    border: solid 1px #c4c4c4;
    border-radius: 10px;
    height: 100px;
    resize: none;
    font-size: 18px;
}

.form .tournament .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    display: block;
}

.scoring td {
    font-size: 18px;
    background-color: rgba(240, 240, 240, 0.95);
    padding-left: 15px;
    padding-right: 15px;
}

.scoring tbody > tr:nth-child(2n + 1) > td {
    background-color: rgba(240, 240, 240, 0.65);
}

.scoring tbody tr:hover > td {
    background-color: rgba(0, 0, 53, 0.5);
    color: #fff;
}

.captain-is-owner .form-label {
    font-size: 26px;
    color: var(--e-global-color-secondary);
}

.series-wrapper .form-group {
    margin-bottom: 30px;
}

.series-wrapper .form-label {
    font-size: 26px;
    color: var(--e-global-color-primary);
}

.single-product .woocommerce-breadcrumb {
    display: none;
}

.single-product .woocommerce-product-gallery {
    display: none;
}

.single-product div.product div.summary {
    width: 80%;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    padding: 50px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    margin-top: 100px;
    margin-bottom: 100px;
}

.single-product h1.entry-title {
    font-family: 'PT Serif', Sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.38em;
    color: var(--e-global-color-primary);
}

.single-product h1.entry-title + p.price {
    display: none;
}

.wc-block-grid__products .wp-block-button__link,
.woocommerce-cart .wc-block-cart__submit-button,
.single-product button.single_add_to_cart_button.button {
    font-family: 'Beiruti', Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
    border-radius: 10px 10px 10px 10px;
    padding: 18px 34px 18px 34px;
}

.wc-block-grid__products .wp-block-button__link:hover,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.single-product button.single_add_to_cart_button.button:hover {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
}

.single-product .quantity .qty {
    height: 55px;
    width: 90px;
    border-radius: 10px;
}

.single-product .tm-extra-product-options .series-yes-no-ul li.tmcp-field-wrap {
    width: auto;
    flex: 0 0 auto !important;
}

.single-product .product_meta {
    display: none;
}

.woocommerce-cart .wc-block-cart {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce-cart .wc-block-components-product-metadata {
    font-size: 18px;
}

[type='button'],
[type='submit'],
button {
    border: 1px solid var(--e-global-color-accent);
}

[type='button']:hover,
[type='submit']:hover,
button:hover {
    border-color: var(--e-global-color-secondary);
}

.newcheckbox label.form-label {
    display: none;
}

.mm-angler-repeater__header .form-title {
    display: none;
}

.mm-angler-form__fields .mm-angler-form-field {
    margin-bottom: 25px;
}

.mm-angler-form__actions {
    margin-bottom: 50px;
}

.mm-angler-form__actions .btn-link {
    margin-left: 5px;
}

.mm-angler-list {
    margin-bottom: 30px;
}

.mm-angler-list .mm-angler-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mm-angler-list .mm-angler-card + .mm-angler-card {
    border-top: 1px solid #c4c4c4;
}

.mm-angler-list .mm-angler-card .mm-angler-card__remove {
    padding: 2px;
    background: #f00;
    border-color: #f00;
    color: #fff;
    font-size: 30px;
    line-height: 20px;
    height: 25px;
    width: 25px;
    border-radius: 25px;
}

.mm-angler-list .mm-angler-card__body span {
    margin-right: 15px;
}

.woocommerce-cart .wc-block-cart__empty-cart__title {
    font-size: 20px;
    margin-bottom: 100px;
    margin-top: 100px;
}

a.view-full-lead {
    width: 100%;
    text-align: center;
    display: block;
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 15px 15px;
    font-size: 28px;
    text-transform: uppercase;
    border-radius: 5px;
    word-spacing: 2px;
    letter-spacing: 1px;
}

a.view-full-lead:hover {
    background: var(--e-global-color-secondary);
}

.innerfull-hero .innerfull-hero h1.elementor-slide-description .date {
    display: block;
    font-size: 22px !important;
    font-family: 'Beiruti' !important;
}

#tournamentdays .table-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.table.tournament {
    width: 30%;
}

.eltab .table tr th,
.eltab .table tr td {
    width: 50%;
}

.pricebox .elementor-price-table__price {
    display: none;
}

.pricebox .elementor-price-table__features-list {
    padding: 30px 0;
}

.signup-form #ic_signupform .elcontainer {
    background: transparent;
    max-width: 100%;
    padding: 0;
}

.signup-form #ic_signupform .sortables label {
    display: none !important;
}

.signup-form
    #ic_signupform
    .sortables
    .formEl.fieldtype-input
    input[type='text'] {
    width: 100%;
    border: 1px solid var(--e-global-color-accent);
    border-radius: 10px;
    height: 65px;
    background: transparent;
    padding: 10px 120px 10px 30px;
    color: var(--e-global-color-accent);
    font-size: 32px;
    font-family: 'PT Serif', Sans-serif;
    font-weight: 400;
    outline: none !important;
}

.signup-form
    #ic_signupform
    .elcontainer
    .submit-container
    input[type='submit'] {
    position: absolute;
    top: 7px;
    right: 13px;
    border-radius: 6px;
    font-size: 20px;
    font-family: 'Beiruti', Sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 20px;
    background: var(--e-global-color-accent);
}

.error404 {
    background-color: #e9fdff;
}

.error404 .wrapper {
    text-align: center;
    padding-bottom: 50px;
}

.error404-img {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 50px 0;
}

.error404 .wrapper h1 {
    color: #000035;
}

/* Team Details */
.team-details {
    padding: 50px 20px;
}

.team-details .team-name {
    font-size: 42px;
    display: block;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.team-details .team-name:after {
    content: '';
    position: absolute;
    border-bottom: solid 1px #000035;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
}

.team-details .team-name span {
    background-color: #fff;
    padding: 0 30px;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.team-row .team-infoleft {
    position: sticky;
    top: 170px;
}

.team-row .team-logo {
    background-color: #f2f2f2;
    border-radius: 50px;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 50px;
}

.team-row .team-logo img {
    max-height: 100%;
}

.team-row .captianname {
    background-color: #000035;
    color: #fff;
    padding: 10px 20px 60px;
    border-radius: 50px 50px 0 0;
    text-align: center;
    margin: 0 auto -50px;
    text-transform: uppercase;
}

.team-row .captianname span {
    color: #efbf04;
    text-transform: uppercase;
    padding-right: 5px;
}

.team-info {
    background-color: #ecf5fb;
    padding: 30px 50px 35px 50px;
    border-radius: 50px;
    margin-bottom: 30px;
}

.team-info:last-child {
    margin-bottom: 0;
}

.team-info h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #272727;
    border-bottom: solid 1px #c4c4c4;
    padding-bottom: 5px;
}

.team-info .teamdata {
    margin-bottom: 15px;
    line-height: 1.2;
}

.team-info .teamdata span {
    font-weight: 700;
    display: block;
}

.angler-table .table thead tr th:nth-child(4) {
    width: 90px;
}

.angler-table .table thead tr th,
.angler-table .table tbody tr td {
    font-size: 18px;
}

.tm-extra-product-options-product
    .tc-epo-element-product-checkbox
    .tc-field-label-wrap {
    justify-content: space-between;
}

.tm-extra-product-options-product
    .tc-epo-element-product-checkbox
    .tc-field-label-wrap
    .tc-epo-element-product-li-container {
    display: none !important;
}

.tm-extra-product-options-product
    .tc-epo-element-product-checkbox
    .tc-field-label-wrap
    .tc-input-wrap {
    margin-top: 3px;
}

.mm-team-sections .table-actions__group .team-info__icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 18px;
}

.mm-team-sections
    .table-actions__group
    .team-info__icon-btn.team-info__icon-btn--danger {
    font-size: 36px;
}

.elementor-shortcode .team-infoleft {
    padding: 0;
    box-shadow: none;
}

.mm-team-sections {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mm-team-section__view .team-info .team-info__actions,
.mm-team-section__view .team-info__add-angler {
    margin-bottom: 15px;
}

.mm-team-section .team-info--repeater {
    padding: 0;
}

.team-details .team-sidebar {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 170px;
}

.logged-in .page-content {
    padding: 50px 20px;
}

.woocommerce .woocommerce-MyAccount-navigation {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 30px 50px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    position: relative;
    padding-left: 16px;
    line-height: 1;
    margin-bottom: 10px;
    transition: all 0.3s ease-out;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s ease-out;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce .woocommerce-MyAccount-navigation ul li:hover:before,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active:before {
    color: var(--e-global-color-accent);
}

.woocommerce .woocommerce-MyAccount-content {
    padding: 0 0 0 30px;
}

.elementor-widget-shortcode .elementor-shortcode .table-wrapper {
    margin-bottom: 20px;
}

.mm-team-section .table .form-group {
    margin-bottom: 15px;
}

.mm-team-section .table .form-group .form-label,
.mm-team-section .table .form-group .form-control,
.mm-team-section .table .form-group .form-select {
    font-family: 'Beiruti', Sans-serif;
    font-weight: 400;
}

.mm-team-section .mm-angler-form .mm-team-section-form__actions {
    margin-top: 0;
}

.mm-team-section--editing {
    border-radius: 50px;
}

.team-info__header {
    position: relative;
}

.team-info__header .team-info__actions,
.team-info__header .team-info__add-angler {
    position: absolute;
    right: 0;
    top: -12px;
}

.team-info__header .team-info__actions .btn,
.team-info__header .team-info__add-angler .btn {
    padding: 10px 20px;
}

/* Login */
.page-id-1391 .woocommerce-form-login,
.woocommerce .lost_reset_password {
    width: 100%;
    max-width: 500px;
    margin: 0 auto !important;
}

.page-id-1391 .woocommerce {
    margin: 50px auto;
}

.page-id-1391 .woocommerce h2 {
    font-family: 'PT Serif', Sans-serif;
    font-size: 62px;
    font-weight: 400;
    line-height: 1.38em;
    text-align: center;
}

.page-id-1391 .woocommerce .login,
.woocommerce .lost_reset_password {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 50px;
    border: none;
}

.woocommerce .lost_reset_password {
    margin: 50px 0;
}

.page-id-1391 .woocommerce .login .form-row,
.woocommerce .lost_reset_password .form-row,
.woocommerce .lost_reset_password .form-row.form-row-first {
    padding: 0;
    margin: 0 0 20px;
}

.woocommerce .lost_reset_password .form-row {
    width: 100%;
    margin-bottom: 0;
}

.page-id-1391 .woocommerce .login .form-row:before,
.page-id-1391 .woocommerce .login .form-row:after {
    display: none;
}

.woocommerce .login .form-row label,
.woocommerce .lost_reset_password .form-row label {
    line-height: 1;
    margin-bottom: 0.5rem;
    font-size: 18px;
}

.woocommerce .login .form-row .input-text {
    padding: 11px 15px;
}

.woocommerce .login .form-row .show-password-input:hover {
    background-color: transparent;
}

.woocommerce .login .form-row .woocommerce-form-login__submit,
.woocommerce .lost_reset_password .form-row .button {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    border-radius: 10px 10px 10px 10px;
    padding: 18px 34px 18px 34px;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    margin-right: 0;
}
.woocommerce .login .form-row .woocommerce-form-login__submit:hover,
.woocommerce .lost_reset_password .form-row .button:hover {
    background-color: var(--e-global-color-accent);
    color: #fff;
}

.woocommerce .login p:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce .login .form-row .woocommerce-form-login__rememberme {
    margin-bottom: 0;
}

.woocommerce .login .form-row .woocommerce-form-login__rememberme span {
    margin-left: 5px;
}

.woocommerce .login .lost_password {
    text-align: right;
}

.woocommerce .lost_reset_password p {
    font-size: 18px;
}

/* Page Search */
#page-search {
    display: none;
    height: 100vh;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
}

body.fixed {
    overflow: hidden;
}

#page-search.search-open {
    display: flex;
    align-items: center;
}

#close-btn,
#search-icon {
    cursor: pointer;
}

.table-scroll-container {
    max-height: 530px;
    overflow-y: auto;
    display: block;
    border-radius: 10px;
}

.table-scroll-container table {
    table-layout: fixed;
    overflow: auto;
}

.table-scroll-container thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}

.table-wrapper .table th .mmll-boat-points__sort {
    padding: 0;
    font-weight: inherit;
}

.table-wrapper .table th .mmll-boat-points__sort .mmll-boat-points__sort-label {
    text-transform: uppercase;
    font-weight: inherit;
}

.mmll-leaderboard__section td.table-header {
    /* background-color: #90d5ff; */
    text-align: center;
    font-weight: 600;
    /* font-family: "Beiruti", Sans-serif; */
}

.mmll-leaderboard .mmll-leaderboard__group-title {
    font-family: 'PT Serif', Sans-serif;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    text-align: center;
}

.mmll-leaderboard__group + .mmll-leaderboard__group {
    margin-top: 50px;
}

.leaderboard-all .e-n-tabs-heading.sticky-on {
    position: fixed;
    top: 143px;
    width: 100%;
    z-index: 9;
    background: #fff;
    padding-top: 5px;
    left: 0;
    padding-left: 5px;
}

body.admin-bar .leaderboard-all .e-n-tabs-heading.sticky-on {
    top: 180px;
}

.e-n-tabs-heading .e-n-tab-title:focus-visible {
    outline: none;
}

@media (max-width: 1600px) {
    .elementor-nav-menu li a {
        margin: 0 18px !important;
    }
    .leaderboard-all .e-n-tabs-heading.sticky-on {
        top: 137px;
    }
}

@media (max-width: 1366px) {
    .elementor-nav-menu li a {
        margin: 0 20px !important;
        font-size: 20px !important;
    }

    body {
        padding-top: 145px !important;
    }

    .leaderboard-all .e-n-tabs-heading.sticky-on {
        top: 133px;
    }
}

@media (max-width: 1280px) {
    .elementor-nav-menu li a {
        margin: 0 15px !important;
        font-size: 18px !important;
    }

    .header-icon {
        height: 45px;
    }

    .header-icon .elementor-icon {
        font-size: 20px !important;
    }

    .footer-menu .elementor-nav-menu {
        width: 90%;
    }

    .abouttext-footer {
        margin-left: 0 !important;
    }

    body {
        padding-top: 140px !important;
    }
    .leaderboard-all .e-n-tabs-heading.sticky-on {
        top: 123px;
    }
}

@media (max-width: 1150px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 35%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 63%;
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: 100px !important;
    }

    .header-icon {
        height: 38px;
    }

    .header-icon .elementor-icon-wrapper {
        height: 24px;
    }

    .header-icon-right {
        width: auto !important;
        margin-left: 10px;
    }

    .blogcard .elementor-post__badge {
        bottom: 80px;
    }

    .blogcard
        .elementor-posts
        .elementor-post__card
        .elementor-post__meta-data {
        font-size: 14px;
        width: 58px;
        height: 58px;
    }

    .card-title h3 {
        font-size: 24px;
    }

    .blogcard .elementor-post__title a {
        -webkit-line-clamp: 2;
    }

    #header_pop.fixed {
        padding-bottom: 10px;
        /* padding-top: 10px; */
    }

    .swiper-slider .swiper-pagination {
        padding-right: 20px;
    }

    .elementor-1019
        .elementor-element.elementor-element-766643d
        .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .swiper-slider
        .swiper-pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 15px;
        height: 15px;
    }

    .footer-social ul li a {
        font-size: 14px;
    }

    .subscribe .subscribe-input {
        font-size: 24px;
    }

    .table th,
    .table td {
        font-size: 18px;
    }

    .team-scroling .inner span {
        font-size: 20px;
    }

    .marquee--inner span {
        width: 50%;
    }

    /* .table-wrapper {
    margin-top: -120px;
  } */
    .team-scroling {
        height: 120px;
    }

    .team-scroling .inner {
        height: 100px;
    }

    .table th:first-child,
    .table td:first-child {
        padding-left: 20px;
    }

    .sponsor-slider .swiper-slide {
        width: 150px;
        height: 600px;
    }

    .sponsor-slider .swiper-slide.swiper-slide-active {
        width: 350px !important;
    }

    .sponsor-slider .swiper-slide .info .spo-logo {
        height: 50px;
    }

    .full-bg {
        background-size: cover !important;
    }

    .signup-form
        #ic_signupform
        .sortables
        .formEl.fieldtype-input
        input[type='text'] {
        font-size: 24px;
    }

    .team-info {
        border-radius: 30px;
        padding: 20px 30px 30px;
    }

    .team-info h3 {
        font-size: 24px;
    }

    .woocommerce .woocommerce-MyAccount-navigation,
    .page-id-1391 .woocommerce .login,
    .woocommerce .lost_reset_password {
        padding: 30px;
        border-radius: 30px;
    }

    .page-id-1391 .woocommerce h2 {
        font-size: 52px;
    }

    .woocommerce .woocommerce-MyAccount-navigation ul li a {
        font-size: 18px;
    }

    .mm-team-section--editing {
        border-radius: 30px;
    }

    .woocommerce .login .form-row .woocommerce-form-login__submit {
        padding: 15px 25px 15px 25px;
        font-size: 18px;
    }

    .woocommerce .login .lost_password {
        font-size: 18px;
    }
}

@media (max-width: 1023px) {
    .imagecard-wrap {
        flex-direction: column;
        max-width: 2000px;
        width: 100%;
        height: auto;
        gap: 25px;
    }

    .imagecard-wrap .imagecard {
        width: 100%;
        height: 80px;
        transition: height 0.5s ease-in-out;
        padding-bottom: 0 !important;
    }

    .imagecard-wrap .imagecard img {
        width: 100%;
        height: 100%;
    }

    .imagecard-wrap .card-title {
        padding: 30px 10px 8px;
        border-radius: 0 0 40px 40px;
    }

    .card-title h3 {
        display: block;
        font-size: 22px;
    }

    .card-title .icon {
        width: 65px;
        height: 65px;
    }

    .imagecard-wrap .card-title .icon img {
        width: 40px;
        height: auto;
    }

    .imagecard-wrap .imagecard-inner {
        height: 80px;
    }

    .imagecard .border-bottom {
        height: 43px;
        bottom: -3px;
    }

    .imagecard-wrap .active .imagecard-inner {
        height: 400px;
    }

    .imagecard-wrap .active {
        height: auto;
        padding-bottom: 0 !important;
    }

    .imagecard-copy {
        position: relative;
    }

    .imagecard-copy {
        flex-wrap: wrap;
    }

    .imagecard-copy .copy-left,
    .imagecard-copy .copy-right {
        width: 100%;
    }

    .header-icon {
        height: 39px;
    }

    .header-icon .elementor-icon-wrapper {
        height: 24px;
    }

    .team-scroling {
        padding: 0 20px;
    }

    .table thead {
        /* display: none; */
    }

    .table tr {
        border-bottom: 1px solid #000000;
        /* display: block; */
        margin-bottom: 0px;
    }

    .table tr:last-child {
        border-bottom: none;
    }

    .table td {
        border-bottom: 1px solid #ddd;
        /* display: block;
    font-size: 16px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px; */
    }

    /* .table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  } */
    .table-wrapper .table th:first-child,
    .table-wrapper .table td:first-child {
        padding-left: 8px;
        width: 50px;
    }

    .footer-menu .elementor-nav-menu {
        column-count: 2;
    }

    .table-wrapper {
        margin-top: 0;
    }

    .team-scroling {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

    .team-scroling .inner {
        height: 60px;
    }

    .sponsor-slider .swiper-slide {
        height: 450px;
    }

    .pagination .swiper-pagination .swiper-pagination-bullet,
    .crew-carousel .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .pagination
        .swiper-pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .crew-carousel
        .swiper-pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 15px;
        height: 15px;
    }

    .table th {
        font-size: 16px;
        padding: 8px;
    }

    .table td {
        font-size: 14px;
        padding: 8px;
    }

    .table-wrapper .table tr .points {
        width: 60px;
    }

    .sponsor-slider .swiper-button-prev,
    .sponsor-slider .swiper-button-next {
        height: 20px;
    }

    .sponsor-slider .swiper-button-next {
        left: 65%;
    }

    .sponsor-slider .swiper-button-prev {
        left: 35%;
    }

    .angler-table .table thead tr th:first-child,
    .angler-table .table tbody tr td:first-child {
        width: auto;
    }

    .team-infoleft {
        margin-bottom: 20px;
    }

    .woocommerce .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .subscribe {
        height: 55px;
        padding: 0 5px 0 12px;
    }

    .subscribe .subscribe-input {
        font-size: 18px;
    }

    .subscribe .wpcf7-submit {
        height: 43px;
        font-size: 16px !important;
    }

    .footer-social ul li a {
        font-size: 18px !important;
        padding: 0 !important;
        margin: 0 10px !important;
    }

    .marquee--inner span div:after {
        display: none;
    }

    .sponsor-slider .swiper-slide.swiper-slide-active {
        width: 250px !important;
    }

    .crew-carousel .crew-slide .e-child h2 span {
        font-size: 16px;
    }

    .swiper.fleet-ticker {
        padding-left: 15px;
        padding-right: 15px;
        --swiper-navigation-size: 20px;
    }

    .fleet-ticker .swiper-button-prev {
        left: 0px;
    }

    .fleet-ticker .swiper-button-next {
        right: 0;
    }

    .tournament-tabs {
        justify-content: space-between;
    }

    .tournament-tabs .nav-item:first-child .nav-link {
        margin-left: 0;
    }

    .tournament-tabs .nav-item:last-child .nav-link {
        margin-right: 0;
    }

    .tournament-tabs .nav-link {
        font-size: 14px;
        margin: 0 5px;
    }

    .form .add-angler {
        font-size: 18px;
    }

    .form .add-angler svg {
        width: 24px;
        height: 24px;
    }

    .sponsor-slider .swiper-button-next {
        left: 85%;
    }

    .sponsor-slider .swiper-button-prev {
        left: 15%;
    }

    .single-product div.product div.summary {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 20px;
    }

    .single-product h1.entry-title {
        font-size: 30px;
    }

    .alignwide {
        margin-inline: 0;
    }

    .table.tournament {
        width: 100%;
        margin-bottom: 20px;
    }

    .signup-form
        #ic_signupform
        .sortables
        .formEl.fieldtype-input
        input[type='text'] {
        font-size: 18px;
        height: 55px;
        padding: 10px 95px 10px 10px;
    }

    .signup-form
        #ic_signupform
        .elcontainer
        .submit-container
        input[type='submit'] {
        font-size: 16px;
        padding: 12px 15px;
    }

    .table-responsive .table {
        table-layout: inherit;
    }

    .team-details .team-name {
        font-size: 32px;
    }

    .page-id-1391 .woocommerce {
        margin: 10px auto;
    }

    .woocommerce .login .form-row .woocommerce-form-login__submit,
    .woocommerce .login .lost_password {
        font-size: 16px;
    }

    .elementor-widget-shortcode .elementor-shortcode .table-wrapper {
        margin-top: 0px;
    }

    .mmll-team-detail__table tr th:nth-child(2),
    .mmll-team-detail__table tr td:nth-child(2) {
        width: auto;
    }

    .mmll-team-detail .button-warp a {
        font-size: 16px;
        white-space: nowrap;
    }
    .leaderboard-all .e-n-tabs-heading.sticky-on {
        top: 90px;
    }
    .mmll-team-detail .button-warp {
        padding-bottom: 10px;
        justify-content: inherit;
    }
}

#mm_team_post_id {
    display: none;
}

@media (max-width: 480px) {
    .team-info__header .team-info__actions,
    .team-info__header .team-info__add-angler {
        position: relative;
        top: 0;
    }
}
