/**
 * 
 * Hoops for Hearts
 * 
 * Theme Name: hello-elementor child theme
 * Template:   hello-elementor
 */

/*
 * Table of Contents
 * -----------------
 * General
 * Header & Navigation, Main Nav, Main Menu
 *   Header & Navigation 1024
 *   Header & Navigation 840
 * Footer
 *   Footer 767
 * Home page
 *   Hero section
 *   Video & About section
 *   Donation section
 * Tournament Rules
 *   Tournament Rules 1024
 * Registration
 * Contact
 *   Contact Form
 *   Contact Information
*/

/* General
 * ------------------------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    color: #232323;
}
.e-con {
    --container-default-padding-top: 0px;
    --container-default-padding-right: 0px;
    --container-default-padding-bottom: 0px;
    --container-default-padding-left: 0px;
}
#content {
    max-width: 1080px;
}
#page h1,
#page h2,
#page h3 {
    color: #232323;
}
#page h2 {
	font-size: 38px;
}
#page p {
    margin-bottom: 20px;
    line-height: 30px;
}
.elementor-nav-menu .sub-arrow,
.elementor-nav-menu button {
    outline: none !important;
    border: none !important;
}
[data-elementor-type="wp-page"] a {
    color: #1a56db;
	text-decoration: underline;
}
#page [data-elementor-type="wp-page"] a:hover {
    color: #1a56dbd9;
}
[data-elementor-type="wp-page"] a.elementor-button {
	text-decoration: none;
}
#page ul {
    margin-bottom: 20px;
}
.e-font-icon-svg {
    margin-right: 2px !important;
}
#page strong {
    font-weight: 500;
}
.elementor-widget-button a.elementor-button {
	background-color: #005a2d;
	color: #fff;
}
.elementor-widget-button a.elementor-button:hover {
	background-color: #008040;
	color: #fff !important;
}
/* Section - top and bottom padding */
.---tj-section {
	padding: 75px 0;
}

/* Genereal 1024 -------------------------------------------------------------- */
@media (max-width: 1024px) {
	
	.---tj-boxed {
		padding: 0 28px;
	}
	
	/* Section - top and bottom padding */
.---tj-section {
	padding-top: 70px;
	padding-bottom: 75px;
}
	
}

/* * Header & Navigation, Main Nav, Main Menu
 * ------------------------------------------------------------------------------------------------------------------------------- */
.home #masthead .e-con {
    background-color: #fafafa !important;
}
.---tj-mobile-site-title {
    display: none;
}
.---tj-con-logo,
.---tj-con-top-bar,
.---tj-con-button {
    padding: 0;
}
#page .---tj-con-nav-outer a:hover {
    color: #1a7030 !important;
}
.---tj-con-nav-inner {
    height: 58px;
}
#page .---tj-con-header ul {
    margin-bottom: 0;
}

/* Load Font Awesome 6 */
.elementor-element-d1fc0ef .sub-arrow .fa::before {
    content: '\f107' !important;
    font-family: 'Font Awesome 6 Free', 'FontAwesome' !important;
    font-weight: 900 !important;
    display: inline-block !important;
}

.elementor-element-d1fc0ef .sub-menu {
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1) !important;
}
#donate {
    max-width: 141px;
}
a#donate {
    background-color: #FC6701;
}
a#donate:hover {
    background-color: #e85e02;
}
/* Fixes the 'flash' by making the text white by default */
#donate span.elementor-button-text {
    color: #ffffff !important;
}
/* Keeps it white during the hover transition */
#donate:hover span.elementor-button-text {
    color: #ffffff !important;
}
/* Hide Donate menu item on screen */
#menu-item-2347 {
	display: none;
}
.---tj-con-header {
	margin-bottom: 52px;
}

/* Header & Navigation 1024 -------------------------------------------------------------- */
@media (max-width: 1024px) {
	
	.home #masthead .e-con {
    	background-color: #fff !important;
	}
	.---tj-con-header {
		padding: 18px;
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
		margin-bottom: 62px;
	}
	.elementor-element-736d94c {
		padding-bottom: 18px;
	}
	.---tj-mobile-site-title {
        display: block;
    }
	.---tj-mobile-site-title h2 {
        margin-left: 2px;
    }
	.---tj-con-top-bar {
		display: none;
	}	
	.---tj-con-nav-outer .---tj-con-button {
		display: none;
	}
    /* Force the main outer wrapper inner-container to be a single row row */
    #page .elementor-element-736d94c > .e-con-inner {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }
    /* Target the Logo Container */
   #page .elementor-element-946aaec.---tj-con-logo {
        flex: 0 0 auto; /* Don't let it grow or shrink */
        width: auto;
    }
    #page .---tj-con-nav-elements {
        margin-left: auto;
        width: auto;
        flex-shrink: 0;
    }
    /* Force the logo image itself to scale down neatly */
    #page .elementor-element-946aaec.---tj-con-logo img {
        width: 80px;
    }
    /* Target the Mobile Site Title */
    #page .elementor-element-bc5279f.---tj-mobile-site-title {
        margin: 0 10px;
    }
    #page .elementor-element-bc5279f.---tj-mobile-site-title h2 {
        font-size: 23px;
        white-space: nowrap; /* Keep text on one line */
    }
	
    /* Nav inner container */
    .---tj-con-nav-inner {
        box-shadow: none !important;
    }
    /* Hamburger toggle styling */
    .elementor-11 .elementor-element.elementor-element-d1fc0ef .hfe-nav-menu__toggle {
        margin: 0 0 0 auto !important;
        border: 2px solid #999;
        border-radius: 7px;
        padding-left: 2px;
    }
    /* Mobile dropdown position */
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal {
        top: 82px !important;
    }
    /* Mobile dropdown width and shadow */
    .hfe-nav-menu__layout-horizontal {
        width: 50vw !important;
        clip-path: inset(0 -20px -20px -20px);
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
		border-top: 1px solid #c4c4c4;
		border-bottom: 1px solid #c4c4c4;
    }
	#page .hfe-has-submenu-container a {
		padding-bottom: 15px;
	}
	ul.hfe-nav-menu {
		padding-left: 30px;
	}
	ul.hfe-nav-menu li {
		padding-left: 20px;
	}
	ul.hfe-nav-menu ul,
	ul.hfe-nav-menu ul li {
		padding-left: 0;
	}
	#page .sub-menu {
        box-shadow: none !important;
    }
	ul.hfe-nav-menu ul li a {
		border-top: 1px solid #c4c4c4;
	}
	
}

/* Header & Navigation 840 -------------------------------------------------------------- */
@media (max-width: 840px) {
    .---tj-con-header {
        flex-direction: row !important;
        align-items: center !important;
    }
    .---tj-con-header > .e-con-boxed {
        flex: 1 !important;
    }
	.home #masthead .e-con {
        background-color: transparent !important;
    }
    .---tj-con-header > .elementor-element-f51c747 {
		margin-top: -18px;
    }
    .elementor-element-f51c747 .hfe-nav-menu__toggle {
        margin: 0 0 0 auto !important;
        border: 2px solid #999;
        border-radius: 7px;
        padding-left: 2px;
    }    
	.hfe-nav-menu__layout-horizontal {
        width: 80vw !important;
    }
	.elementor-element-f51c747 .hfe-nav-menu-icon .e-far-window-close {
	    display: none !important;
	}

	.elementor-element-f51c747 .hfe-nav-menu-icon:has(.e-far-window-close)::after {
	    content: '✕';
	    font-size: 20px;
	    font-weight: 900;
	    -webkit-text-stroke: 1px currentColor;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 20px;
	    height: 20px;
	}

	.elementor-element-f51c747 .hfe-nav-menu__toggle,
	.elementor-element-f51c747 .hfe-nav-menu-icon {
	    width: 43px !important;
	    height: 43px !important;
	    display: flex !important;
	    align-items: center !important;
	    justify-content: center !important;
	}
	.elementor-element-f51c747 .hfe-nav-menu-icon {
		margin: 0 2px 1px !important;
	}
	.current-menu-item a {
		color: #005a2d;
	}
	/* Padding for drop menu, arrow icon */
	ul.hfe-nav-menu {
        padding-right: 30px;
    }
	#menu-item-3039 {
		padding-top: 15px;
	}
	#page .elementor-11 .elementor-element.elementor-element-f51c747 nav.hfe-dropdown li.menu-item {
		border-bottom: none;
		padding-left: 10px;
	}
	#page #menu-item-3052 {
		width: auto;
		margin: 8px 0 23px -15px;
	}
	#menu-item-3052 a {
		background-color: #FC6701;
		color: #fff;
		border-radius: 7px;
		padding: 15px 24px;
	}
	.elementor-11 .elementor-element.elementor-element-f51c747 .menu-item a.hfe-menu-item {
		padding: 0;
	}
	.hfe-creative-menu .sub-menu-active {
	    border-bottom: none !important;
	}
	ul.hfe-nav-menu ul li a {
		border-top: none;
		padding-left: 15px !important;
	}
	
}

/* * Footer
 * ------------------------------------------------------------------------------------------------------------------------------- */
#page .---tj-con-foot-top h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
#page .---tj-con-foot-top .sub-menu {
	background-color: transparent;
	margin-bottom: 0;
}

/* col-b main menu */
#page .---tj-con-foot-top .---tj-col-b .menu-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#page .---tj-con-foot-bot p,
.---tj-con-foot-bot a,
.---tj-con-foot-bot a:hover {
    margin-bottom: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.84);   
	margin-bottom: 0;
}
.---tj-con-foot-bot .e-con-inner div:first-of-type p {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 30px;
    margin-right: 30px;
}

/* Footer 1024 -------------------------------------------------------------- */
@media (max-width: 1024px) {
	
	.---tj-con-foot-top {
		margin-top: 60px;
	}	
	#page .---tj-con-foot-top .---tj-con-inner {
		margin-bottom: 56px;
		padding: 0 28px;
	}
	.---tj-con-foot-top .---tj-con-inner .e-con-inner {
		gap: 20px;
	}
	.---tj-col-a .elementor-icon-list-text {
		line-height: 30px;
	}
	.elementor-element-ef12772 .hfe-nav-menu__toggle {
    	display: none !important;
	}
	.elementor-element-ef12772 .hfe-dropdown {
    	display: block !important;
    	visibility: visible !important;
    	opacity: 1 !important;
	}
	.elementor-element-ef12772 .hfe-nav-menu {
    	display: block !important;
	}	
	#page .---tj-con-foot-top .hfe-nav-menu li {
		background-color: transparent;
	}
	#page .---tj-con-foot-top .---tj-col-b .menu-item a {
    	background-color: transparent;
	}	
	.elementor-element-ef12772 .hfe-dropdown {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
}
    .---tj-con-foot-top .---tj-con-inner {
        flex-direction: column !important;
    }
    
    .---tj-con-foot-top .---tj-col-b {
        width: 100% !important;
        height: auto !important;
    }
	
}

/* Footer 767 -------------------------------------------------------------- */
@media (max-width: 767px) {
	

	.---tj-con-foot-top .---tj-con-inner .e-con-inner {
		gap: 40px;
	}
	#menu-item-2347 {
		display: none;
	}
	.elementor-360 .elementor-element.elementor-element-492d4e8 {
    	padding-left: 0;
	}
	#menu-1-ef12772 {
		margin: -20px 0 0 -10px;
	}
	.---tj-con-foot-top .---tj-con-inner .---tj-col-c {
		margin-top: 330px;
	}
	.---tj-con-foot-bot .e-con-inner div:first-of-type p {
		border: none;
		margin: 0;
		padding: 0;
	}
	.---tj-copyright p {
		padding-top: 20px !important;
	}
	.---tj-credit p {
		margin: -4px 0 0;
        padding-bottom: 20px;
	}
	
}

/* * Home page 
 * ------------------------------------------------------------------------------------------------------------------------------- */
/* * Hero section 
 * -------------------------------------------------------------- */
.home .---tj-con-header {
	margin-bottom: 0;
}
#page .---tj-con-hero-img {
    padding-bottom: 0 !important;
    margin-bottom: 15px !important;
}
#page .---tj-con-hero {
    transform: scale(0.9);
    transform-origin: top center;
	margin: 30px 0 20px;
}
.---tj-con-header {
	padding-bottom: 0;
}
#page .---tj-con-hero .---tj-title h2 {
    font-size: 50px;
    color: #005a2d;
    margin-bottom: 20px;
    -webkit-text-stroke: 4px #ffffff;
    paint-order: stroke fill;
    transform: scaleY(1.5);
	letter-spacing: 6px;
}
#page .---tj-con-hero .---tj-title {
    transform-origin: bottom;
filter: 
    drop-shadow(0.17em 0em 0em #000) 
    drop-shadow(-0.05em 0em 0em #000) 
    drop-shadow(0em 0.20em 0em #000) 
    drop-shadow(0em -0.05em 0em #000)
    drop-shadow(0.04em 0.04em 0em #000)
    drop-shadow(-0.04em -0.04em 0em #000)
    drop-shadow(0.04em -0.04em 0em #000)
    drop-shadow(-0.04em 0.04em 0em #000);
}
#page .---tj-con-hero .---tj-con-date-inner h2 {
	font-size: 50px;
    color: #f35b02;
    -webkit-text-stroke: 1px #ffffff;
    transform: scaleY(1.5);
}
#page .---tj-con-hero .---tj-con-iron-inner h2 {
	font-size: 33px;
    -webkit-text-stroke: 1px #ffffff;
    transform: scaleY(1.4);
}
.---tj-con-hero-text .elementor-widget-button {    
filter: 
    drop-shadow(0.18em 0em 0em #000) 
    drop-shadow(-0.05em 0em 0em #000) 
    drop-shadow(0em 0.20em 0em #000) 
    drop-shadow(0em -0.05em 0em #000)
    drop-shadow(0.04em 0.04em 0em #000)
    drop-shadow(-0.04em -0.04em 0em #000)
    drop-shadow(0.04em -0.04em 0em #000)
    drop-shadow(-0.04em 0.04em 0em #000);
}
#---tj-btn-register a:hover {
	background-color: #008040;
}
#page .---tj-list-divisions .elementor-icon-list-item:first-child .elementor-icon-list-text {
    color: #232323;
    font-size: 26px;
    vertical-align: baseline;
} 
#page .---tj-con-fee-outer p {
    line-height: 26px;
}
.hfh-divider {
	display: none;
}
.---tj-divisions {
	font-size: 26px;
	font-weight: 500;
	font-family: roboto, sans-serif;
	word-spacing: 10px;
	text-align: center;
}
.---tj-green {
	color: #005a2d;
}
#page .---tj-con-fee-inner p {
	margin-bottom: 0;
}


/* Hero Section 1024 -------------------------------------------------------------- */
@media (max-width: 1024px) {
	
	#page .---tj-con-hero {
    	margin-top: 40px;
	}		
	.---tj-con-hero-text {
		width: 55%;
	}
	.---tj-con-hero-img {
		width: 45%;
	}
	#page .---tj-con-hero {
    	transform: scale(1);
		padding: 0 28px;
	}	
	#page .---tj-con-hero .---tj-title h2 {		
    	margin-bottom: 0;
	}
	#page .---tj-con-hero .---tj-title h2,	
	#page .---tj-con-hero .---tj-con-date-inner h2 {		
    	text-align: center;
    	font-size: 30px;
	}
	.---tj-con-date-outer {
		margin-bottom: 0;
	}
	#page .---tj-con-hero .---tj-con-iron-outer {
		margin-top: -18px;
	}
	#page .---tj-con-hero .---tj-con-iron-inner h2 {
    	text-align: center;
		font-size: 21px;
	}
	#page .---tj-banner-s {
		width: 20px;
	}
	.---tj-banner-s img {
		width: 30px;
	}
	.---tj-btn-register {
		margin-top: -5px !important;
	}	
	.---tj-green {
		display: block;
	}	
	.---tj-divisions {
		word-spacing: 8px;
		line-height: 36px !important;
		margin-bottom: 14px !important;
	}
	#page .---tj-con-hero-img {
		margin-top: 20px !important;
	}
	.---tj-con-fee-outer {
    	flex-wrap: nowrap !important;
		gap: 0;
	}
	.---tj-con-fee-inner {
    	flex-wrap: nowrap !important;
		width: 60%;
		font-size: 24px !important;
	}
	.---tj-con-star {
		width: auto;
		padding: 0 10px;
	}
	.---tj-con-divider {
		width: 0;
	}	

}

/* Hero Section 767 -------------------------------------------------------------- */
@media (max-width: 767px) {
	
	#page .---tj-con-hero {
    	margin-top: 100px;
	}				
	.---tj-con-hero-text,
	.---tj-con-hero-img {
		width: 100%;
	}
	#page .---tj-con-hero .---tj-title h2 {
    	font-size: 48px;
    	line-height: 58px;
		margin-bottom: 12px;
	}
	.---tj-decoration {
		display: none;
	}
	#page .---tj-con-hero .---tj-con-date-inner h2 {
    	font-size: 47px;
	}
	.hfh-divider {		
		display: block;
    	width: 100%;
    	padding-top: 5px;
    	border-top: 4px solid #005A2D;
    	border-bottom: 1px solid #005A2D;
		margin-bottom: 6px;
	}
	.hfh-divider.bottom {
    	border-top: 1px solid #005A2D;
    	border-bottom: 4px solid #005A2D;
	}
	.---tj-con-date-outer {
		padding: 0 30px;
		margin-bottom: 0;
	}
	#page .---tj-con-hero .---tj-con-iron-outer {
		margin-top: -4px;
    	flex-wrap: nowrap !important;
	}
	#page .---tj-con-hero .---tj-con-iron-inner h2 {
		font-size: 31px;
	}
	.---tj-con-iron-inner {
		max-width: 275px;
	}
	.---tj-btn-register {
		margin-top: 7px !important;
		font-size: 24px !important;
	}
	.---tj-divisions {

		margin-bottom: 14px !important;
		font-size: 24px;
	}
	#page .---tj-con-hero-img {
		margin-top: 20px !important;
	}
	
}


/* * Video & About section 
 * -------------------------------------------------------------- */
.---tj-about {
	margin-top: 10px;
}
.---tj-con-video-inner .elementor-wrapper {
    border-radius: 20px;
    overflow: hidden;
    border: 8px solid #fff;
    width: 310px !important;
    height: 537px !important;
	background-color: #232323;
}
.---tj-con-video-inner iframe {
    width: 310px !important;
    height: 550px !important;
    border-radius: 0;
	margin-top: -13px;
}
.---tj-con-video {
		gap: 4px;
}
.---tj-con-thumbs {
	gap: 2px;
	direction: rtl;
	overflow-y: scroll;
    max-height: calc(4 * 130px);
    scrollbar-width: thin;
    scrollbar-color: #999999 #f0f0f0;
}

/* 1. Base settings for all thumbnails */
#page .---tj-thumb {
    cursor: pointer;
    border-radius: 8px;
    height: 122px;
    direction: ltr;
    
    /* Blends a black color layer over the background image to dim it */
    background-color: #000000 !important;
    background-blend-mode: multiply !important;
    opacity: 0.5 !important; /* Drops overall visibility */
    
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

/* 2. Brightens the thumbnail on hover or when it is marked active */
#page .---tj-thumb:hover,
#page .---tj-thumb.---tj-thumb-active {
    background-color: transparent !important; /* Removes the dark blend tint */
    background-blend-mode: normal !important;
    opacity: 1 !important;                     /* Returns to full brightness */
}


.---tj-con-thumbs::-webkit-scrollbar {
    width: 6px;
}
.---tj-con-thumbs::-webkit-scrollbar-track {
    background: #999999;
    border-radius: 3px;
}
.---tj-con-thumbs::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 3px;
}
.---tj-con-thumbs::-webkit-scrollbar-thumb:hover {
    background: #1a7030;
}
#page .---tj-thumb {
    cursor: pointer;
    border-radius: 8px;
	height: 122px;
	direction: ltr;
}
.---tj-thumb:hover,
.---tj-thumb-active {
    outline: 2px solid #fff;
    outline-offset: -2px;
}
.---tj-article {
	margin-top: -20px;
	line-height: 32px;
}
.---tj-thumb-nav {
    display: none;
}
.---tj-con-about-text {
	margin-top: 10px;
}

/* Video & About section  1024 -------------------------------------------------------------- */
@media (max-width: 1024px) {
	

	#page .---tj-about .e-con-inner {
		flex-direction: column-reverse !important;
	}
	.---tj-con-video-outer {
		margin: 0 auto;
	}
	.---tj-about,
	#page .---tj-con-about-text {
		width: 100%;
		margin-top: 0;
	}
}
	
/* Video & About section  767 -------------------------------------------------------------- */
@media (max-width: 767px) {
	
	 .---tj-con-thumbs {
        scrollbar-width: none; /* Firefox */
    }
    .---tj-con-thumbs::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }	
	.---tj-con-video-inner .elementor-open-inline {
		margin: 0 auto;
	}
    .---tj-con-thumbs {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow: visible !important;
        gap: 4px !important;
	    flex-direction: row-reverse !important;
    }
    .---tj-con-thumbs > * {
        flex: 1 1 0 !important;
        width: 0 !important;
        min-width: 0 !important;
    }
    .---tj-con-thumbs .---tj-thumb {
        width: 100% !important;
        height: auto !important;
    }
    .---tj-thumb-nav {
        display: none !important;
    }	
	.---tj-about {
		margin-top: 0;
	}	
	#page .---tj-about .e-con-inner {
		   flex-direction: column-reverse;
	}
	.---tj-con-green {
		display: none;
	}
	.---tj-con-video {
		margin: 0;
		flex-direction: column-reverse !important;
	}
	.---tj-con-video-inner .elementor-wrapper {
    	border: none;
    	width: 356px !important;
    	height: 620px !important;
	}
	.---tj-con-video-inner iframe {
	    width: 356px !important;
	    height: 633px !important;
		margin-top: -13px;
	}
	
}

/* * Donation section 
 * -------------------------------------------------------------- */
.---tj-con-title-desc i {
    color: #005a2d;
    font-size: 20px;
    margin-right: 2px;
}
ol.---tj-list-donate li {
    margin-bottom: 14px !important;
}
#page .---tj-con-text-outer a {
    padding: 14px 24px;
}
#page .---tj-con-text-outer a:hover {
    color: #fff;
}
#page .---tj-btn-make-donation a {
	background-color: #FC6701 !important;
}
#page .---tj-btn-make-donation a:hover {
	background-color: #e85e02 !important;
}
.---tj-img-form {
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}

/* Video & About section  1024 -------------------------------------------------------------- */
@media (max-width: 1024px) {
	
	#page .---tj-donate .---tj-con-title-desc {
		width: 75%;
	}
	.---tj-donate .---tj-con-img {
		display: none;
	}
	#page .---tj-donate .---tj-con-text-inner {
		width: 100%;
	}
	
}

/* Video & About section  767 -------------------------------------------------------------- */
@media (max-width: 767px) {
	
	#page .---tj-donate .---tj-con-title-desc {
		width: 100%
	}
	
}

/* * Location Venue section 
 * -------------------------------------------------------------- */
.---tj-con-venue-outer.---tj-section {
	padding-bottom: 0;
}
.---tj-con-map {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
/* Force Elementor's inner widget wrappers to round out */
.---tj-map,
.---tj-map .elementor-widget-container,
.---tj-map .elementor-custom-embed {
    overflow: hidden;
}
.fa-arrow-up-right-from-square {
	color: #1a56db;
	font-weight: 600;
	font-size: 16px;
}

/* Location Venue section  1024 -------------------------------------------------------------- */
@media (max-width: 1024px) {
	
	#page .---tj-con-venue-outer .---tj-con-text-inner {
		width: 60%;
	}
	.---tj-con-venue-inner .---tj-col-a {
		margin-bottom: 40px;
	}
	.---tj-con-map .---tj-map {
	    height: 250px !important;
	}
	.---tj-con-map .elementor-custom-embed,
	.---tj-con-map .elementor-custom-embed iframe {
	    height: 100% !important;
	}

}

/* Location Venue section  767 -------------------------------------------------------------- */
@media (max-width: 767px) {
	
	#page .---tj-con-venue-outer .---tj-con-text-inner {
		width: 100%;
	}
	#page .---tj-con-venue-inner {
		flex-direction: column;
		align-items: center;
	}
	.---tj-con-map {
	    aspect-ratio: 1 / 1;
		width: 320px;
	}	
	.---tj-con-map .---tj-map {
	    height: 100% !important;		
	}	
	#page .---tj-con-venue-inner .---tj-con-text {
		align-items: center !important;
	}
	
}

/* * Tournament Rules
 * ------------------------------------------------------------------------------------------------------------------------------- */
.---tj-donate {
	padding-bottom: 85px;
}
.---tj-download {
    margin-left: 34px;
}
.---tj-download .elementor-icon-list-text {
    color: #1a7030;
    font-size: 19px;
}
.---tj-download a {
    text-decoration-color: #005a2d;
}
#page .---tj-download ul {
    margin-bottom: 12px;
}
.rules-layout {
    display: grid;
    grid-template-columns: 740px 280px;
    gap: 50px;
    align-items: start;
}
#page .rules-content h2 {
    font-size: 30px;
}
.rules-content ol,
.rules-toc ol {
    padding-left: 24px;
}

#page .rules-toc h2 {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 10px;
}
.rules-toc li {
    margin-bottom: 8px;
}
#page .rules-toc li a:hover {
    color: #0069d9e0;
}
:target:not(#anchor-donate):not(#---tj-locations) {
    scroll-margin-top: 20px;
}
.---tj-toc-accordion {
	display: none;
}

/* Tournament Rules 1024 -------------------------------------------------------------- */
@media (max-width: 1024px) {
	
	.---tj-toc-screen {
		display: none;
	}
	.---tj-toc-accordion {
		display: block;
	}
    .rules-layout {
        display: block;
    }   
	/* Removes the focus outline when clicked */
	.css-accordion summary:focus,
	.css-accordion summary:active,
	.css-accordion details:focus {
	    outline: none !important;
	    -webkit-tap-highlight-color: transparent; /* Fixes blue flash on mobile tap */
	}
	.---tj-toc-accordion {
		border: 2px solid #ebebeb;
    	border-radius: 10px;
    	padding: 20px 24px;
		margin-bottom: 8px;
	}
	.---tj-toc-accordion summary {
		font-weight: 500;
		font-size: 23px;
	}
	.accordion-content {
		margin: 10px 23px;
	}
	
}

/* * Registration
 * ------------------------------------------------------------------------------------------------------------------------------- */
#page .---tj-con-registration h1 {
    margin-top: 0;
}
.elementor-975 .elementor-element.elementor-element-c1886ba .elementor-icon svg {
    margin-bottom: -12px;
    height: 73px;
}
#page .---tj-con-registration .elementor-button-text {
    color: #fff;
}
.---tj-con-registration .mb-3 p,
.---tj-con-registration .px-4,
.text-center {
    display: none !important;
}
.btn-primary {
    border-radius: 7px;
    border: none;
    min-height: 40px;
    padding-right: 30px;
    padding-left: 30px; 
    min-width: 200px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    width: auto; 
    margin-left: auto;
    margin-right: auto;
}
#page .---tj-powered p {
    line-height: 24px;
}
.col-12 .float-right {
    display: none;
}
.col-12.col-md-auto {
    margin-top: 14px;
}

/* * Contact
 * ------------------------------------------------------------------------------------------------------------------------------- */
/* * Contact Form
 * -------------------------------------------------------------- */
.---tj-con-contact-inner {
	gap: 30px;
}
#wpcf7-f2041-p2039-o1 .req,
.req {
    color: #d63637; /* Changes the asterisk color to red */
    font-weight: bold;
}
.---tj-con-contact-inner label {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}
.form-row {
    display: flex;
    gap: 20px; /* Controls the spacing between the two columns */
}
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    border: 1px solid #00000026;
    border-radius: 4px;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #1a56db80;
}
.fine-print {
	font-size: 16px;
	font-weight: 400;
	color: #2323238c;
	margin-top: -20px;
	margin-bottom: 12px !important;
}
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    width: 60%
}
.wpcf7 textarea {
    height: 120px;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:focus {
    background-color: #005a2d;
    color: #ffffff;
    border: none;
    border-radius: 7px;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}
.wpcf7 input[type="submit"]:hover {
    background-color: #008040;
}
.wpcf7 input:invalid,
.wpcf7 textarea:invalid {
    border-color: #d63637;
    box-shadow: none;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    display: none;
}
#page .xs {
	font-size: 14px;
	line-height: 23px;
	color: #2323238c;
	margin: -2px 0 0;
}
/* Hide reCaptcha tag */
.grecaptcha-badge {
    visibility: hidden;
}
/* * Contact Information
 * -------------------------------------------------------------- */
.---tj-con-contact-info {
	margin-top: 24px;
}
.---tj-con-contact-info h4 {
	font-size: 16px;
	margin-bottom: 8px;
}
.---tj-con-contact-info h2 {
    line-height: 26px; 
}
#page .---tj-con-contact-info .elementor-icon-list-text {
	font-size: 27px;
	font-weight: 600;
}
#page .---tj-con-contact-info ul.elementor-icon-list-items {
    margin-bottom: 0;
}
#page .---tj-con-contact-info .elementor-icon-list-icon svg {
    --e-icon-list-icon-size: 34px;
}
#page .---tj-location .elementor-icon-list-icon svg {
    margin-top: -5px;
}
#page .---tj-phone p {	
	margin-bottom: 0;
	margin-top: 6px;
}
#page .---tj-phone p a {
	color: #232323;
	text-decoration: none;
}
.---tj-con-venue-outer {
	margin-top: -10px;
}
.---tj-con-contact-info .---tj-con-map {
	    aspect-ratio: 1 / 1;
}	
.---tj-final-sentence {
	margin-top: 30px;
}


/* Contact 1024 -------------------------------------------------------------- */
@media (max-width: 1024px) {
	
	#page .---tj-con-map {
		width: 60%;
		aspect-ratio: auto;
	}
	#page .---tj-con-address {
		width: 40%;
	}
	.---tj-con-map .---tj-map {
	    height: 225px !important;
	}	
	#page .---tj-final-sentence p {
		font-size: 26px;
    	line-height: 40px !important;
	}
	#page div.---tj-contact div > .e-con-inner {
    	flex-direction: column;
	}		
	#page .---tj-con-contact-inner,
	#page .---tj-con-contact-info {
		width: 100%;
	}
	
}

/* Contact 767 -------------------------------------------------------------- */
@media (max-width: 767px) {
	
	.---tj-con-venue-outer {
    	margin-top: -10px;
	}
	#page .---tj-con-contact-inner,
	#page .---tj-con-contact-info {
		width: 100%;
	}
	#page .---tj-con-contact-inner {
		padding: 0;
		border: none;
	}
	.wpcf7 input[type="email"], 
	.wpcf7 input[type="tel"] {
    	width: 100%;
	}
	.---tj-con-contact-info h2 {
    	line-height: 16px;
    	font-size: 28px !important;
	}
	div.---tj-contact div > .e-con-inner {
    	gap: 42px;
	}
	#page .---tj-con-phone {
		gap: 0;
	}
	#page .---tj-phone p {	
		margin: 4px 0 0 42px;
	}
	#page .---tj-con-map-address {
	    flex-direction: column !important;
	    align-items: center !important;
	}
	#page .---tj-con-map {
        width: 300px !important;
        aspect-ratio: 1 / 1 !important;
    }
    .---tj-con-map .---tj-map {
        height: 100% !important;
    }
	#page .---tj-con-address {
		width: auto;
	}  
	#page .---tj-address {
		margin: 0;
	}  
	.---tj-final-sentence {
		margin-top: 4px;
	}
	
}