body.page-template-page-without-additional-footer .menu-opener-holder,
body.page-template-page-without-additional-footer #closer-wrapper {
	display: none;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

.woocommerce-checkout #editor-section form.woocommerce-checkout {
	text-align: left;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100%;
}

#order_review_heading {
	margin: 32px 15px 16px;
}

#order_review {
	margin: 0 15px 32px;
}

.woocommerce form .form-row {
	padding: 3px 0;
}

.woocommerce-billing-fields > h3 {
	margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
	.woocommerce form .form-row .input-checkbox {
		margin-right: -10px;
	}
}

body .greenfee-table {
	width: 100%;
	max-width: 650px;
}

.newsletter-box .checkbox-holder [type=checkbox]+.checkbox-label:after, .newsletter-box.form-styles span [type=checkbox]+label:after {
	left: -29px;
}
#mc_embed_signup .mc-field-group {
	margin-top: 15px;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
}
#mc_embed_signup input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    opacity: 0;
}
#mc_embed_signup input+label {
	display: inline-block;
}
#mc_embed_signup label:before {
	content: "";
			background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #ad9963;
    border-radius: 4px;
}
#mc_embed_signup [type=checkbox]+label:after {
    font-family: icomoon;
    content: "\e912";
    position: absolute;
	color: #ad9963;
    display: none;
    left: 1px;
    top: 0;
    font-size: 20px;
    width: auto;
    height: auto;
}
#mc_embed_signup [type=checkbox]:checked+label:after {
	display: block;
}
#mc-embedded-subscribe-form input[type=submit] {
	font-size: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	background-color: #ad9963 !important;
	    border-radius: 40px !important;
	color: #fff;
	transition: opacity .5s;

}
#mc-embedded-subscribe-form input[type=submit]:hover {
	color: #fff;
	opacity: .75;
}
#mc_embed_signup form input[type=email] {
	display: inline-block;
    border-radius: 4px!important;
    border: 2px solid #ad9963!important;
    height: 40px!important;
    padding: 8px 14px!important;
    margin-bottom: 16px!important;
	margin-top: 16px;
    color: #ad9963;
	width: 520px;
	max-width: 100%;
}
#mc_embed_signup ::-webkit-input-placeholder{color:#ad9963;opacity:1}.download-form :-ms-input-placeholder{color:#ad9963;opacity:1}.download-form ::placeholder{color:#ad9963;opacity:1}
#mc-embedded-subscribe-form {
	display: block;
	margin: 0 auto;
	max-width: 600px;
}
#mc-embedded-subscribe-form #mc_embed_signup a {
	color: #ad9963;
}
#mc_embed_signup form#mc-embedded-subscribe-form input[type=email] {
	margin-bottom: 8px !important;
}
#mce-responses > div {
	margin-bottom: 8px;
	color: #6B0505;
}
#mce-responses > div#mce-success-response {
	color: #ad9963;
}
#mc_embed_signup .mc-field-group {
	max-width: 100%;
}
.reg-form-custom .btn {
	border-radius: 40px;
	padding: 13px 37px;
}
table.greenfee-table.one-pricefield td:last-child {
	white-space: nowrap;
}
@media only screen and (max-width: 600px) {
	.schedule-title-holder.ls-textbox {
	padding: 0 20px;
}
}
html,body {
	min-width: 320px;
}
.single_partner.inside-data img {
	height: auto;
	max-width: 234px;
}
.page-id-1527 .video-card {
	height: auto;
}
.page-id-1527 .video-card:before,
.page-id-1527 .video-card:after,
.page-id-1527 .icon-info {
	display:none;
}
.ls-dropdown:hover {
	max-height: 570px !important;
}
.dropdown-list {
	list-style: none;
}

/* NEWSLETTER IN FOOTER */
/* Hide default checkbox visually but keep functionality */
.rm-form label.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Style label to create custom checkbox */
.rm-form label.checkbox-label {
    position: relative;
    cursor: pointer;
    user-select: none;
    padding-left: 30px; /* space for custom checkbox */
    display: inline-block;
}

/* Custom checkbox box created on the label (before) */
.rm-form label.checkbox-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 22px;
    height: 22px;
    background: #16253e;
    border: 2px solid #ad9963;
    border-radius: 4px;
    transition: background 0.2s ease;
}

/* Checkmark icon on label (after), initially hidden */
.rm-form label.checkbox-label:after {
    font-family: "icomoon";
    content: "\e912";
    position: absolute;
    left: 1px;
    top: -3px;
    font-size: 20px;
    color: #ad9963;
    opacity: 0; /* Initially invisible */
    transition: opacity 0.2s ease;
}

/* Show checkmark (label:after) when checkbox is checked */
.rm-form label.checkbox-label input[type="checkbox"]:checked ~ label:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + label:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + span:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked ~ span:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked ~ :after {
    opacity: 1; /* Not effective here due to structure */
}

/* Correct way to select label:after based on input:checked inside label */
.rm-form label.checkbox-label:has(input[type="checkbox"]:checked):after {
    opacity: 1;
}

/* If :has() is not supported, alternative solution */
.rm-form label.checkbox-label input[type="checkbox"]:checked + *:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + label:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + span:after {
    opacity: 1;
}

/* Final working solution for broader compatibility */
.rm-form label.checkbox-label input[type="checkbox"]:checked + label:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + span:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + :after {
    opacity: 1;
}

/* MOST reliable CSS for your exact structure */
.rm-form label.checkbox-label input[type="checkbox"]:checked ~ :after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + :after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/* The absolute correct CSS selector (your structure exactly): */
.rm-form label.checkbox-label input[type="checkbox"]:checked ~ label:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/* Your Exact HTML-compatible selector (final): */
.rm-form label.checkbox-label input[type="checkbox"]:checked ~ :after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + :after,
.rm-form label.checkbox-label input[type="checkbox"]:checked ~ label:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/* However, due to direct structure (label > input), best compatible approach: */
.rm-form label.checkbox-label input[type="checkbox"]:checked + label:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked ~ :after {
    opacity: 1;
}

/* Recommended and best-practice solution (fully compatible): */
.rm-form label.checkbox-label input[type="checkbox"]:checked + label:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked ~ :after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + span:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + :after {
    opacity: 1;
}

/* Using :checked pseudo-class with a direct sibling (label itself): */
.rm-form label.checkbox-label input[type="checkbox"]:checked + label:after,
.rm-form label.checkbox-label input[type="checkbox"]:checked ~ :after,
.rm-form label.checkbox-label input[type="checkbox"]:checked + span:after {
    opacity: 1;
}

/* HOWEVER, due to direct nesting, modern browser solution with :has(): (fully recommended) */
.rm-form label.checkbox-label:has(input[type="checkbox"]:checked):after {
    opacity: 1;
}

.navigation {
	padding-bottom: 80px !important;
}

.um a {
    text-decoration: none !important;
}
.um-form {
	width: 300px;
	margin: 0 auto;
}
.um-form #um-submit-btn {
	background-color: #ad9963;
  border-radius: 40px !important;
}
a:where(:not(.wp-element-button)) {
	text-decoration: none !important;
}

@media (max-width: 768px){
  .mobile-iframe iframe{
    height: 1400px !important;
    overflow: hidden !important;
  }
}
@media (max-width:768px){
  #iframe1{
    height:1400px!important;
		overflow: hidden !important;
  }
}

.nav-active .menu .navigation li {
	padding-left: 10px !important;
}