/* 
Theme Name: Stop Old Driftway Now
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: ITB
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-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
*/

/******Default vip css start*****/  
@font-face {
	font-family: 'Graphik';
	src: url('fonts/Graphik-Bold.eot');
	src: url('fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Graphik-Bold.woff2') format('woff2'),
		url('fonts/Graphik-Bold.woff') format('woff'),
		url('fonts/Graphik-Bold.ttf') format('truetype'),
		url('fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('fonts/Graphik-Regular.eot');
	src: url('fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Graphik-Regular.woff2') format('woff2'),
		url('fonts/Graphik-Regular.woff') format('woff'),
		url('fonts/Graphik-Regular.ttf') format('truetype'),
		url('fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('fonts/Graphik-Semibold.eot');
	src: url('fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Graphik-Semibold.woff2') format('woff2'),
		url('fonts/Graphik-Semibold.woff') format('woff'),
		url('fonts/Graphik-Semibold.ttf') format('truetype'),
		url('fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
} 
p, li, div, p.elementor-heading-title {
	color: #243257;
	font-size: 20px;
	font-family: 'Graphik';
	line-height: 35px;
	font-weight: normal;
	letter-spacing: 0;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #ed382d;
	font-family: 'Graphik';
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}
.bigheading > .elementor-widget-container {
	margin-bottom: 25px;
}
strong {
	font-weight: bold !important;
}  
.subheading h6 {
	color: #575757;
	font-size: 32px;
	letter-spacing: 1px;
	margin: 0 0 10px; 
	line-height: normal;
	text-transform: uppercase;
	font-weight: 700;
}
.smheading .elementor-widget-container {
	margin-bottom: 12px;
} 
.pl60{
	padding-left: 60px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
} 
.mt80{
	margin-top: 80px;
}   
.mt100{
	margin-top: 100px;
}  
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.defbtn .elementor-widget-container {
	margin-top: 40px;
}
body {
	position: relative;  
}  
/*** Header ***/  

@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}    
.hdactive .elementor-location-header {
	position: fixed;
	z-index: 100;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	background: #fff;
}
.hdactive .logomain img {
	max-width: 250px;
}
.hdactive .hd_menu nav > ul.elementor-nav-menu {
	margin: 0px auto;
	border: 0px;
}  
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #ed382d !important;
}
.hd_menu .elementor-nav-menu > li > a {
	padding: 13px 0px !important;
	color: #243257 !important;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.hd_menu .elementor-nav-menu > li {
	margin: 0 8px;
}
.hd_menu {
	display: flex;
	width: auto !important;
	justify-content: right;
	align-items: center;
} 
.hd_menu  .elementor-widget-container {
	width: 100%;
}  
.logomain img {
	max-width: 255px;
}
.elementor-location-header {
	padding: 0;
	background: #fff;
	position: absolute;
	z-index: 1;
	max-width: 1380px;
	width: calc(100% - 10px);
	margin: auto;
	right: 0;
	left: 0;
	top: 20px;
	border-radius: 7px;
}
.header_main {
	padding: 15px;
}
.header_main .elementor-widget-wrap {
	align-items: center;
	justify-content: space-between;
}
.hd_btn ,
.logomain {
	width: auto !important; 
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 17px !important;
	color:#243257 !important;
	border-bottom: 1px solid #6784862e;
	border-left: 0;
	white-space: normal;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0;
	background: transparent !important;
} 
body .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > ul {
	left: 0 !important;
}
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #fff;
	min-width: 230px !important;
	right: 0;
	border-radius: 5px;
	max-width: 230px !important;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-radius: 0px 0px 5px 5px;
}
.elementor-nav-menu > li > ul.sub-menu li:first-child a {
	border-radius: 5px 5px 0 0;
}
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.service-custom .sub-menu li a:hover {
	border-radius: 0px !important;
}
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #233253 !important;
	opacity: 1;
	border-bottom: 1px solid #5757573d;
	border-left: unset !important;
	color: #fff !important;
} 
/*** Header End***/  
.banner .elementor-container {
	min-height: calc(100vh);
	display: flex;
	align-items: center;
}
.banner {
	padding: 0 15px;
} 
.bigheading h2 {
	font-size: 45px;
	line-height: normal;
}
.defbtn a:hover {
	top: -5px;
}
.defbtn a {
	background-color: #ed382d;
	padding: 18px 50px 18px 25px !important;
	border-radius: 5px;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 15px;
	background-image: url("https://stopolddriftwaynow.org/wp-content/uploads/2023/09/arr.png");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 8px;
	border: 1px solid #ed382d;
	position: relative;
	z-index: 1;
	transition: all ease-in-out 0.5s;
	top: 0;
}
.img_radius {
	border-radius: 20px;
	overflow: hidden;
}
.list_block h3 {
	margin: 0;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-transform: none;
}
.list_block p {
	font-weight: 600;
	color: #fff;
	text-align: left;
	font-size: 24px;
}
.list_block {
	margin-bottom: 25px !important;
}
.btnsets .defbtn:nth-of-type(2) a {
	background-color: #243257;
	border-color: #cccccc70;
}
.btnsets .defbtn {
	width: auto !important;
	margin-right: 20px;
}

.play_text  h4 {
	text-align: left;
	margin: 0 0 10px !important;
	font-size: 18px;
	text-transform: none;
	color: #fff;
}
.play_text p {
	color: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
}
.play_text {
	margin-top: 40px;
}
.btnsets .defbtn .elementor-widget-container {
	margin-top: 10px;
}
.banner_caption {
	background: #243257;
	border-top: 4px solid #ed382d;
	border-radius: 8px;
	padding: 30px;
	margin-top: -280px;
}
.banner_caption h1 {
	font-size: 46px;
}
.banner_caption p {
	color: #fff;
	font-size: 21px;
	margin: 20px 0;
}

.fundraising_block .elementor-image-box-img {
	position: absolute;
	left: 0;
	width: auto !important;
	max-width: 80px;
	top: 5px;
}
.fundraising_block h3 {
	margin: 0 !important;
	text-align: left;
	font-size: 23px;
	color: #243257;
}
.fundraising_block p {
	text-align: left;
	font-size: 15px;
	color: #696969;
	position: relative;
	padding-bottom: 18px;
}

.fundraising_block p:after {
	content: "";
	width: 100%;
	height: 8px;
	background: #e9e9e9;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px;
}
.fundraising_block p::before {
	content: "";
	width: 30%;
	height: 8px;
	background: #243257;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px;
	z-index: 1;
}
.fundraising_block p i {
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	color: #ed382d;
}
.fundraising_block  .elementor-image-box-wrapper {
	padding-left: 120px;
}
.full_img, .full_img * {
	height: 100% !important;
	object-fit: cover;
}
.copyright_text .elementor-widget-container {
	color: #fff;
	font-size: 16px;
}
.ft_menu li a {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 16px;
}
.ft_menu ul {
	background: rgb(255,255,255);
	background: linear-gradient(102deg, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.03) 20%, rgba(255, 255, 255, 0.06) 80%, rgba(255,255,255,0) 100%);
	margin: 40px 0px 30px;
}
.social_ft {
	margin: 30px auto;
}
.copyright_text a {
	color: #fff;
}
.ft_menu li a:hover {
	color: #ed382d;
}
.social_ft i {
	border: 1px solid #fff;
	color: #fff;
	width: 40px !important;
	height: 40px;
	display: flex;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	font-size: 17px !important;
}
.social_ft i:hover {
	background: #fff;
	color: #0d2355;
}
.social_ft .elementor-icon-list-text {
	display: none;
} 
.fundraising_block {
	margin-top: 40px;
} 
.footer_main {
	background: #233253;
}
.elementor-slideshow__title {
	display: none;
}
.slider-gallery img {
	display: block;
	width: 100%;
}
.pad80{
	padding:80px 15px;
} 
.inr-hd h1 {
	font-size: 55px;
	line-height: 55px;
} 
.inr-hd .elementor-widget-container {
	margin-bottom: 20px;
} 
.img_radius img {
	border-radius: 20px;
	display: block;
} 
.mt30{
	margin-top:30px;
} 
.main-hd h3 {
	font-size: 39px;
	line-height: 43px;
} 
.main-hd .elementor-widget-container {
	margin-bottom: 20px;
} 
.site-list li {
	font-size: 18px;
	line-height: 32px;
	list-style: none;
	background-image: url(https://stopolddriftwaynow.org/wp-content/uploads/2023/09/right-arrow.png);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: left 5px top 9px;
	padding-left: 25px;
} 
.footer_main::before {
	position: absolute;
	content: "";
	background-image: url(https://stopolddriftwaynow.org/wp-content/uploads/2023/12/grey-ptrn.png);
	width: 100%;
	height: 110px;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	top: 0;
	background-size: 100% 100%;
	filter: brightness(100);
}




.gform_wrapper .gform_validation_errors {
	display: none;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important;
}
.gform_wrapper .gfield_required{
	display: none !important;
} 
.custom-contact label, .custom-contact .gfield_label{
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 25px !important;
	padding: 0px !important;
	color: #000 !important;
	display: block !important;
	margin-bottom: 6px !important;
} 
.custom-contact input, .custom-contact .textarea, select{
	background: #fff !important;
	border: 1px solid #000 !important;
	height: 60px;
	margin-bottom: 0px !important;
	border-radius: 10px !important;
	padding: 8px 15px !important;
	color: #000 !important;
} 
.custom-contact .textarea { 
	height:160px !important;
}	  
.custom-contact .gform_footer {
	margin:30px 0px 0px !important;
	padding: 0px !important;
} 
.custom-contact form {
	background: #fff;
	margin-top: 20px;
	/* 	z-index: 2; */
	position: relative;
}  
.half-col {
	grid-column: span 6 !important;
	margin-bottom: 20px;
} 
.three-col{
	grid-column: span 4 !important;
	margin-bottom: 20px;
} 
.full-col{
	margin-bottom: 25px !important;
}
.custom-contact .button {
	margin: 0 auto !important;
	background-color: #ed382d !important;
	padding: 18px 60px 18px 25px !important;
	border-radius: 5px !important;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1px;
	background-image: url("https://stopolddriftwaynow.org/wp-content/uploads/2023/09/arr.png") !important;
	background-repeat: no-repeat !important;
	background-position: center right 20px !important;
	background-size: 8px !important;
	border: 1px solid #ed382d !important;
	position: relative;
	z-index: 1;
	transition: all ease-in-out 0.5s;
	top: 0;
}  

.custom-contact .button:hover {
	top: -5px;
}
.gform_wrapper .gform_validation_errors > h2 {
	font-size: 17px !important;
	font-weight: 500;
	line-height: normal !important;
} 
.golf-inr .list_block p {
	color: #000;
	font-size: 22px;
} 
.golf-inr .list_block h3 {
	color: #000;
} 

body .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > ul {
	left: 0 !important;
}
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.highlft-txt p {
	font-size: 19px;
	line-height: normal;
	background: rgb(255,255,255);
	background: linear-gradient(278deg, rgba(255,255,255,1) 6%, rgba(237,237,237,1) 50%, rgba(255,255,255,1) 100%);
	padding: 25px 0px;
	margin: 22px 0px 0px;
} 
.link-txt a {
	color: #1c2949 !important;
	font-weight: 600 !important;
	transition: all ease-in-out 0.5s;
} 
.link-txt a:hover{
	opacity:0.6;
} 
.thank-row p{
	font-size:21px;
	line-height:normal;
} 
.name-col {
	margin-bottom: 25px !important;
} 
/* .name-col .ginput_complex {
display: flex;
flex-wrap: wrap;
} 
.name-col .ginput_complex .gform-grid-col {
width: 100% !important;
} */ 
/* .custom-contact input {
width: 100% !important;
}  */
.name-col.gfield {
	grid-column: 1/-5 !important;
} 
.three-col input, #input_2_31 {
	width: 100% !important;
} 

.footer_main .sub-menu, .footer_main .sub-arrow{
	display: none !important;
} 

input[type="checkbox"] {
	accent-color:#233253 !important;
}  
.check-col .gfield-choice-input {
	height: auto !important;
	display: block !important;
	margin-top: 6px !important;
	margin-right: 5px;
}
.check-col .gchoice {
	display: flex;
	align-items: start;
	margin-top: 12px;
	flex-wrap: wrap;
} 
.check-col b {
	font-weight: 600;
}
.check-col label {
	font-weight: normal !important;
} 
#input_2_41_3, #input_6_41_3 {
	max-width: 100% !important;
	width: 100% !important;
} 

.name_first {
	padding-right: 2.3% !important;
} 

/* .custom-contact .gform_wrapper.gravity-theme .gform_fields {
grid-column-gap: 2.5% !important;
} */ 
.ginput_product_price_label {
	font-size: 17px !important;
	font-weight: bold;
} 
.ginput_product_price {
	font-size: 20px !important;
	color: #ed382d !important;
} 
.credit-col .gform-field-label--type-sub {
	font-size: 14px !important;
	font-weight: normal !important;
	display: block !important;
	padding-top: 0px !important;
} 
.address-col label {
	font-size: 14px !important;
	font-weight: normal !important;
	margin-bottom: 15px !important;
} 
.sign-form form {
	box-shadow: 0px 0px 3px #d3d1d1;
	padding: 30px;
	border-radius: 20px;
} 
.sign-form .gform_footer {
	margin: 15px 0px 0px !important;
} 
.ginput_cardinfo_right .gform-field-label {
	max-width: max-content !important;
} 
.credit-col .gform_card_icon_container {
	margin: 2px 0 12px !important;
} 
#input_5_41_3 {
	max-width: 100% !important;
	width: 100%;
} 
#input_5_31 {
	width: 100% !important;
}
.fw-col .three-col, .fw-col .half-col {
	grid-column: span 12 !important;
	margin-bottom: 15px;
}
.fw-col .custom-contact form {
	margin-top: 0px;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
.sponsor-logo  .swiper-slide a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
}
.sponsor-logo img {
	max-width: 123px;
}
.dev_img img {
	border-radius: 10px;
}
.list_dev  li {
	margin-bottom: 23px !important;
	line-height: 26px;
}
.list_dev li:last-child {
	margin-bottom: 0 !important;
}
.list_dev li span { 
	background-image: url("https://stopolddriftwaynow.org/wp-content/uploads/2023/12/tick.png");
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: top 4px left;
	padding-left: 34px;
}
.mission_list li span {
	background-image: url("https://stopolddriftwaynow.org/wp-content/uploads/2023/12/list_line.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	padding: 7px 27px;
	font-size: 18px;
	width: 100%;
	margin-top: 22px;
}
.ft_list a {
	color: #fff;
	font-size: 18px !important;
	line-height: normal;
	margin-top: 10px;
}
.ft_list h5 {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	margin-bottom: 10px;
}
.ft_list h3 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 15px;
}
.ft_list .elementor-widget-wrap {
	padding: 30px 35px !important;
} 	
.ft_top {
	border-radius: 7px;
	overflow: hidden;
	max-width: 1150px;
	margin: auto auto 70px;
}
.govt_agency .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.govt_agency li {
	border: 1px solid #243257;
	border-radius: 50px;
	margin: 8px !important;
	padding: 4px 20px !important;
	transition: all ease-in-out 0.5s;
}
.govt_agency li:hover {
	background: #243257;
	color: #fff;
}
.govt_agency li span {
	font-size: 18px;
}
/* responsive-start */
@media(max-width: 1400px) {
	.swiper-wrapper {
		z-index: 1 !important;
	}
	.golf-inr {
		margin: 0 15px;
	}
	.abt-main {
		margin: 0 15px;
	}
	.club-sec .bigheading h2 {
		max-width: 940px;
		margin: 0 auto;
	}
	.footer_main img {
		max-width: 310px !important;
	}
	.footer_main .elementor-container {
		margin: 0 15px;
	}
	.defbtn a {
		padding: 16px 40px 16px 20px !important;
	}
	.bigheading h2 {
		font-size: 40px;
	}
	.fund-col {
		padding-right: 15px;
	}
	.banner_caption h1 {
		font-size: 49px;
	}
	.banner_caption {
		margin-left: 15px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin: 0 12px;
	}
	.logomain img {
		max-width: 175px !important;
	}
}
@media(max-width: 1199px) {
	.creek-sec img {
		width: 200px;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.inr-hd h1 {
		font-size: 49px;
		line-height: 49px;
	}

	.footer_main img {
		max-width: 230px !important;
	}
	.pl60 {
		padding-left: 50px;
	}
	.detail-lft-col,
	.detail-ryt-col {
		width: 50% !important;
	}
	.list_block p {
		font-size: 21px;
	}
	.club-sec .bigheading h2 {
		max-width: 800px;
	}
	.bigheading h2 {
		font-size: 34px;
	}
	.club-sec img {
		width: 230px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.fundraising_block .elementor-image-box-wrapper {
		padding-left: 90px;
	}
	.fundraising_block .elementor-image-box-img {
		max-width: 65px;
	}
	.banner_caption {
		width: 60% !important;
	}
	.banner_caption h1 {
		font-size: 40px;
		max-width: 520px;
	}
	.banner_caption {
		padding: 40px 30px;
		margin-top: -180px;
	}
	.logomain img {
		max-width: 140px !important;
	}
	.defbtn a {
		padding: 14px 35px 13px 15px !important;
		font-size: 14px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin: 0 10px;
	}
	.hd_menu .elementor-nav-menu > li > a {
		font-size: 14px;
	}

}
@media(max-width: 1024px) {
	.hd_menu .elementor-nav-menu > li {
		margin: 0 0px;
	}
	.elementor-nav-menu > li > ul.sub-menu {
		min-width: 100% !important;
		max-width: 100% !important;
	}
	.hd_btn {
		position: absolute;
		right: 60px;
	}
	.hd_menu {
		order: 2;
	}
	.header_main .elementor-menu-toggle {
		background-color: #233455;
		color: #fff;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #213253;
		overflow: auto;
		z-index: 5;
	}
	.header_main .elementor-nav-menu>li>a {
		color: #fff;
	}
	.header_main .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		color: #213355;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 38px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
	.header_main .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
		width: 100% !important;
	}
	.header_main .sub-arrow {
		position: absolute;
		right: 30px;
	}
	.header_main .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.header_main .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.header_main .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 20px 20px 20px 35px !important;
		color: #fff !important;
		font-size: 17px !important;
		background-color: #1c2a46a3 !important;
		text-transform: uppercase;
		width: 100% !important;
	}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}
@media(max-width: 999px) {
	.mt50 {
		margin-top: 40px;
	}
	.custom-contact .button:hover {
		top: 0px;
	}
	.golf-inr img {
		width: 100% !important;
	}
	.golf-inr .elementor-widget-wrap {
		justify-content: center;
	}
	.tournment-col {
		margin-bottom: 20px;
	}
	.golf-inr .pl60 {
		padding-left: 0px;
	}
	.golf-inr .elementor-column-gap-no {
		flex-wrap: wrap-reverse !important;
	}
	.golf-inr .bigheading h2 {
		text-align: center;
	}
	.t-full-col {
		width: 100% !important;
	}
	.creek-sec img {
		width: 180px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.inr-hd .elementor-widget-container {
		margin-bottom: 16px;
	}
	p, li {
		margin-bottom: 13px;
	}
	.inr-hd h1 {
		font-size: 44px;
		line-height: 42px;
	}
	.pad80 {
		padding: 60px 15px;
	}
	.social_ft i:hover {
		background: #233253;
		color: #fff;
	}
	.ft_menu li a:hover {
		color: #fff;
	}
	.ft_menu li a {
		padding: 13px 13px !important;
	}
	.footer_main img {
		max-width: 200px !important;
	}
	.defbtn .elementor-widget-container {
		margin-top: 26px;
	}
	.defbtn a {
		background-size: 5px;
	}
	.bigheading > .elementor-widget-container {
		margin-bottom: 15px;
	}
	.list_block {
		background-color: #8080801c;
		padding: 20px;
		margin-bottom: 10px !important;
	}
	.defbtn a:hover {
		top: 0px;
	}
	.detail-ryt-col {
		margin-top: 20px;
	}
	.detal-btn-set.btnsets .elementor-widget-wrap {
		justify-content: center;
	}
	.list_block p {
		font-size: 20px;
		text-align: center;
	}
	.play_text p,
	.play_text h4,
	.list_block h3 {
		text-align: center;
	}
	.detail-lft-col, .detail-ryt-col {
		width: 100% !important;
		text-align: center;
	}
	p, li, div, p.elementor-heading-title {
		line-height: 27px;
		font-size: 16px;
	}
	.club-sec .bigheading h2 {
		max-width: 640px;
	}
	.bigheading h2 {
		font-size: 28px;
	}
	.club-sec img {
		width: 190px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.fundraising_block .elementor-image-box-img {
		max-width: 54px;
	}
	.fundraising_block h3 {
		font-size: 19px;
	}
	.fundraising_block .elementor-image-box-wrapper {
		padding-left: 69px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.banner_caption {
		margin-top: -80px;
	}
	.banner_caption p {
		color: #fff;
		font-size: 17px;
		margin: 10px 0;
	}
	.banner_caption h1 {
		font-size: 31px;
		max-width: 410px;
	}
	.banner .elementor-container {
		min-height: 70vh;
	}
}
@media(max-width: 767px) {
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 17px 135px 15px 15px !important;
	}
	.inr-bnr img {
		height: 40vh;
		object-fit: cover;
	}
	.mt50 {
		margin-top: 20px;
	}
	.golf-apportunities h3 {
		font-size: 22px;
	}
	.custom-contact .button {
		line-height: 12px !important;
	}
	.name-col.gfield {
		grid-column: 1/-1 !important;
	}
	.half-col {
		grid-column: span 12 !important;
	}
	.three-col {
		grid-column: span 12 !important;
	}
	.custom-contact input, .custom-contact .textarea, select {
		height: 50px;
	}
	.sign-form form {
		padding: 30px 15px;
	}
	.site-list li {
		font-size: 16px;
		line-height: 27px;
		text-align: center;
		border: 1px solid #8080802b;
		padding: 15px;
		background-image: unset !important;
	}
	.golf-inr .list_block p {
		font-size: 18px;
	}
	.creek-sec img {
		width: 160px;
	}
	.abt-main img {
		width: 100% !important;
	}
	.pb100 {
		padding-bottom: 40px;
	}
	.abt-us {
		background-color: #80808021;
		margin: 40px 15px;
	}
	.inr-hd .elementor-widget-container {
		margin-bottom: 10px;
	}
	.inr-hd h1 {
		font-size: 38px;
		line-height: 38px;
	}
	.pad80 {
		padding: 40px 15px;
	}
	.hd_btn.defbtn a {
		background-image: unset;
		padding: 14px 15px 13px 15px !important;
	}
	.footer_main img {
		max-width: 170px !important;
	}
	.club-sec .bigheading h2 {
		max-width: 500px;
	}
	.bigheading h2 {
		font-size: 26px;
	}
	.fundraising_block h3,
	.fundraising_block p {
		text-align: center;
	}
	.fund-col {
		padding-right: 0px;
		width: 50%;
		margin: 0 auto;
	}
	.fundraising_block .elementor-image-box-wrapper {
		padding-left: 0px;
	}
	.fundraising_block .elementor-image-box-img {
		position: static;
	}
	.header_main .elementor-menu-toggle {
		padding: 9px;
	}
	.banner_caption h1 {
		font-size: 28px;
		max-width: 410px;
		margin: 0 auto;
	}
	.btnsets .defbtn {
		margin-right: 10px;
	}
	.btnsets .elementor-widget-wrap {
		justify-content: center;
	}
	.banner_caption {
		width: 100% !important;
		margin-right: 15px;
	}
	.pl60 {
		padding-left: 0px;
	}
	.copyright_text {
		order: 2;
		margin-top: 20px;
	}
	.footer_main .elementor-container {
		padding: 40px 15px 70px;
	}
	.hd_btn.defbtn a {
		width: 100%;
		border-radius: 0;
	}
	.hd_btn {
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.banner_caption {
		margin-top: 40px;
	}
}
@media(max-width: 640px) {
	.gform_wrapper.gravity-theme .ginput_complex span:first-child {
		margin-bottom: 30px;
	}
	.name-col {
		margin-bottom: 10px !important;
	}
	.name_first {
		padding-right: 0 !important;
	}
}
@media(max-width: 600px) {
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 18px !important;
		padding: 17px 75px 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 340px;
	}
	.golf-apportunities h3 {
		font-size: 20px;
		max-width: 350px;
		margin: 0 auto;
		line-height: 26px;
	}
	.inr-hd h1 {
		font-size: 30px;
		line-height: 31px;
	}
	.banner .elementor-container {
		min-height: 50vh;
	}
	.footer_main .elementor-container {
		padding: 40px 15px 60px;
	}
	.gallery-sec .gallery-item {
		max-width: 50% !important;
	}
	.club-sec .bigheading h2 {
		max-width: 360px;
	}
	.bigheading h2 {
		font-size: 24px;
	}
	.club-sec img {
		width: 160px;
	}
	.fund-col {
		width: 70%;
	}
	.fundraising_block .elementor-image-box-img {
		max-width: 48px;
	}
	.btnsets .defbtn {
		margin-right: 6px;
	}
	.defbtn a {
		font-size: 12px;
	}
	.header_main .elementor-menu-toggle {
		padding: 8px;
	}
	.logomain img {
		max-width: 120px !important;
	}
	.banner_caption p {
		max-width: 290px;
		margin: 10px auto;
	}
	.banner_caption h1 {
		font-size: 26px;
		max-width: 340px;
	}
	.banner_caption {
		padding: 40px 15px;
	}
	.copyright_text .elementor-widget-container {
		max-width: 440px;
		margin: 0 auto;
	}

}
@media(max-width: 400px) {
	.banner_caption p {
		max-width: 340px;
	}
	.club-sec .bigheading h2 {
		max-width: 340px;
	}
	.bigheading h2 {
		font-size: 23px;
	}
	.banner_caption h1 {
		font-size: 24px;
		max-width: 330px;
	}
} 