/* 
Theme Name: cgctheme
Theme URI: https://github.com/elementor/hello-theme/
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: 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
*/

/*
    Add your custom styles here
*/

b, strong {
    font-weight: bold;
}
a, button {
    outline: none !important;
}
.ehf-header header#masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	padding: 0;
}
.hdr-top, .hdr-main {
    background: transparent !important;
}
.hdr-lft-icon ul li:first-child svg {
    width: 8px;
    height: 8px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 5px;
}


/*** header bar ***/

.course-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}
.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}
.course-status.open .status-dot {
    background-color: #00d084;
}
.course-status.closed .status-dot {
    background-color: #ff0000;
}

.header-weather .elementor-shortcode {
    display: flex;
}
.header-weather .splw-lite-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    background: transparent !important;
}
.header-weather .splw-lite-templates-body {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Inter';
    text-transform: uppercase !important;
}
.header-weather .splw-lite-current-temp {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}
.header-weather .splw-cur-temp {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
	flex-direction: row !important;
    white-space: nowrap !important;
}
.header-weather .current-temperature,
.header-weather .temperature-scale {
    display: inline !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    color: #ffffff !important;
}
.header-weather .current-temperature {
    font-size: 12px !important;
    font-weight: 300 !important;
    background: url('https://cgc.vartesting.com/wp-content/uploads/2026/05/foot-2.svg');
    background-repeat: no-repeat;
    padding-left: 18px;
}
.header-weather .temperature-scale {
    font-size: 12px !important;
    font-weight: 300 !important;
    margin: 0;
}
.header-weather .splw-lite-current-temp,
.header-weather .splw-lite-current-temp .splw-cur-temp {
    display: flex !important;
    align-items: center !important;
}
.header-weather .splw-lite-desc {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    position: static !important;
    font-weight: 300;
    text-transform: uppercase !important;
}
.header-weather .splw-lite-daily-weather-details {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}
.header-weather .splw-weather-details {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}
.header-weather .splw-icon-wind {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 300;
    font-size: 12px;
}
.splw-main-wrapper .splw-weather-details .options-value {
    font-weight: 300 !important;
}
.header-weather .splw-icon-wind .details-icon {
    display: none !important;
}
.header-weather .splw-icon-wind i {
    font-size: 13px !important;
    line-height: 1 !important;
    color: #A68F5B !important;
}

.header-weather .splw-main-wrapper {
    margin: 0 !important;
}
.header-weather .splw-weather-icon, .header-weather .splw-main-wrapper .splw-weather-title {
    display: none !important;
}
.splw-lite-wrapper .splw-lite-current-temp span.cur-temp {
    line-height: normal !important;
    font-size: unset !important;
    display: flex;
    align-items: center;
}
.splw-icon-wind .options-title {
    background-image: url('https://cgc.vartesting.com/wp-content/uploads/2026/05/wind-2.svg');
    padding-left: 20px;
    background-repeat: no-repeat;
}



/*** sticky header ***/

#masthead {
    transition: all 0.3s ease;
}
header#masthead.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    background: rgba(10,38,23,0.8);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.logo-img img {
	transition: all 0.3s ease;
}
.sticky-header .logo-img img {
	width: 90px !important;
	height: 90px !important;
}

/***/

.main-slider .elementor-background-overlay {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #00000070 20%, #294d3952 100%);
}
.main-slider .slider-btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 0;
}
.main-slider .slider-btn .elementor-button {
	display: flex;
    background-color: #0A2617;
    color: #A68F5B;
    border-color: #0A2617;
    padding: 16px 33px;
    text-transform: uppercase;
    line-height: 20px;
	display: flex;
}
.main-slider .slider-btn .elementor-button:last-child {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}
.main-slider .slider-btn .elementor-button:hover {
    background-color: #ffffff;
    color: #A68F5B;
    border-color: #A68F5B;
}
.discover-link {
    left: 0 !important;
    right: 0;
}
.discover-link .elementor-button:after {
    content: '';
    width: 1px;
    height: 60px;
    display: inline-block;
    margin: 0 auto;
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #b9b9b9 0%, #99999900 100%);
    margin-top: 5px;
}
.discover-link .elementor-button:hover:after {
    background-image: linear-gradient(180deg, #A68F5B 0%, #99999900 100%);
}
.hom-sec2 .inr-col {
    overflow: hidden !important;
}
.hom-sec2 .object-cover:before {
    background-image: linear-gradient(180deg, #00000000 30%, #00000094 100%);
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.hom-sec2 .inr-col .inr-col-txt {
    transform: translateY(0);
    transition: transform 0.8s ease;
}
.hom-sec2 .inr-col:hover .inr-col-txt {
    transform: translateY(-30px);
}
.top-up-col {
	position: relative;
	top: -50px;
}

.object-cover img {
    object-fit: cover !important;
}
.hom-sec2 span.elementor-button-icon {
    rotate: -45deg;
}

.hom-sec3 .elementor-widget-image-box {
    border-left: 1px solid #e8ddd7;
}
.hom-sec3 .e-flex:first-child {
    border: none;
}
.hom-sec3 p.elementor-image-box-description b {
    color: #A68F5B;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 0 4px;
}

.cgc-latest-events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: normal;
}
.evt-grid {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.evt-grid-inr {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    gap: 90px;
	position: relative;
}
.evt-grid-inr:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.evt-grid-top, .evt-grid-txt {
	position: relative;
	z-index: 1;
}
.evt-grid-top {
    display: flex;
    justify-content: space-between;
	font-family: "Inter", Sans-serif;
}
.evt-date .day {
    display: block;
    font-size: 24px;
    font-family: "Georgia", sans-serif;
    font-weight: bold;
    line-height: 24px;
}
span.month {
    color: #A68F5B;
    text-transform: uppercase;
    font-weight: 600;
}
.evt-ctg span {
    background: #FAF4EA;
    color: #A68F5B;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 1px 6px;
    display: block;
}
.evt-grid-txt h3 {
    margin: 0;
}
.evt-grid-txt h3 a {
    font-size: 20px;
    font-family: "Georgia", sans-serif;
    color: #fff;
    display: block;
    line-height: 1.2em;
    margin: 0 0 5px;
}
.evt-grid-txt p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.hom-rev-sec .elementor-main-swiper.swiper {
    padding: 0 !important;
}
.hom-rev-sec .elementor-testimonial {
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
}
.hom-rev-sec .elementor-testimonial__text {
    text-align: center;
    padding: 10px 0 30px;
}
.hom-rev-sec .elementor-testimonial__header {
    border: none !important;
    position: relative;
    padding: 0 !important;
	text-align: center;
}
.hom-rev-sec .elementor-testimonial__header:before, .hom-rev-sec .elementor-testimonial__header:after {
    position: absolute;
    content: '';
    background: #A68F5B;
    width: 32px;
    left: -45px;
    margin: 0 auto;
    height: 1px;
    bottom: 50%;
}
.hom-rev-sec .elementor-testimonial__header:after {
    left: auto;
    right: -45px;
}
.social-icon li.elementor-inline-item a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #36413a;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}
.social-icon li.elementor-inline-item a:hover {
    border-color: #A68F5B;
}
ul.elementor-post-info a span time {
    color: #A68F5B;
    font-size: 12px;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
}
.blog-items h4.elementor-heading-title {
    border-width: 5px;
    position: relative;
    padding: 0 0 16px;
}
.blog-items h4.elementor-heading-title:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    background: #A68F5B;
    left: 0;
    bottom: 0;
}
.elementor-widget-theme-post-content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.blog-items a.elementor-button {
    background-image: url("/wp-content/uploads/2026/05/rgt-aro.png");
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 14px !important;
    background-size: 13px 13px;
    transition-duration: 0.5s;
}
.blog-items a.elementor-button:hover {
    padding-right: 18px !important;
}
.blog-items span.elementor-icon-list-icon {
    display: none;
}
.blog-items .elementor-post-info span {
    padding: 0 !important;
}

/***/



/* .legend-col:hover:before {
	opacity: 0.9 !important;
} */
/* .legend-col:hover .elementor-widget-heading {
    display: none;
} */
.lgd-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-weight: 300;
	padding: 0 15px;
	transition: all 0.8s ease;
	display: none;
}
/* .legend-col:hover .lgd-txt {
	display: flex;
	transition: all 0.8s ease;
} */
.lgd-txt b {
    color: #A68F5B;
    font-size: 12px;
    font-weight: 500;
}
.lgd-txt h5 {
    font-family: "Georgia", Sans-serif;
    font-size: 24px;
}
.lgd-txt span {
    font-size: 14px;
    font-weight: 400;
    color: #A68F5B;
    margin: 15px 0 10px;
}
.lgd-txt p {
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    padding: 0 0 15px;
}
.lgd-txt ul {
    text-align: left;
    padding-left: 20px;
    width: 100%;
}

/* .legend-col:hover .legend-btn, .legend-col:focus .legend-btn {
    display: none;
} */

/***/




.mc {
    width: calc((100% - 60px) / 4);
}
.mc {
	position:relative;
    overflow:hidden;
    cursor:pointer;
}
.mc .elementor-widget-image-box {
    border: none !important;
}
.mc figure.elementor-image-box-img {
    display: block !important;
}
.mc img {
    width: 100%;
}
.mc .elementor-widget-text-editor {
    position: absolute;
    left: 0;
    bottom: -250px;
    width: 100%;
    background: rgba(10, 38, 26, 0.9);
    padding: 20px;
    transition: bottom 0.8s ease-in-out;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.mc:hover .elementor-widget-text-editor {
    bottom: 0px;
}
.mc .elementor-widget-text-editor p {
    margin: 0;
}
.mc .elementor-widget-text-editor p strong {
    color: #a68f5b;
    font-size: 16px;
    font-weight: 600;
	color: #ffffff;
}
.mc .elementor-widget-text-editor ul {
    padding: 8px 0 0 22px;
}
.mc .elementor-widget-text-editor ul li {
    color: #ffffff;
}

/***/





/**** Rates ****/

.table-wrapper{
    width:100%;
    overflow-x:auto;
}
.responsive-table{
    width:100%;
    border-collapse:collapse;
    min-width:600px;
}
.responsive-table thead{
    background:#0A2617;
    color:#fff;
}
.responsive-table th,
.responsive-table td{
	background: transparent !important;
    border:1px solid #0A2617;
    padding:16px 20px;
    text-align:center;
    font-size:15px;
}
.responsive-table th {
    font-size:16px;
	font-weight: 600;
}

.fee-item {
    display: flex;
    justify-content: space-between;
	padding: 12px;
	line-height: 1.6;
}
.fee-item:nth-child(2n+2) {
	background: #f0f4f7;
}

/*** course ***/

.course-slide .elementor-background-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.80) 0%,
      transparent 80%
    ),
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.55) 0%,
      transparent 0%
    );
}

.hole-slider h4, .hole-slider p:last-child, .hole-slider .hole-table {
    display: none;
}

/*** hole detail ***/

.hole-detail span.hole-sub-hd {
    display: block;
    font-size: 24px;
    margin: 15px 0 0;
    color: #a68f5b;
}
.hole-detail .elementor-post-navigation {
    justify-content: space-between;
}
.hole-detail .elementor-post-navigation__link {
    width: auto !important
}
.hole-detail .elementor-post-navigation__link a {
    border: 1px solid #a68f5b;
    padding: 8px 20px;
}
.hole-detail .elementor-post-navigation__link a:hover {
    background-color: #a68f5b;
}
.hole-detail .elementor-post-navigation__link a:hover span {
    color: #ffffff !important;
	fill: #ffffff !important;
}
.hole-detail p.sub-txt {
    display: none;
}
.hole-detail h4.wp-block-heading {
    color: #0A2616;
    font-family: "Georgia", Sans-serif;
    position: relative;
    padding: 0 0 16px;
}
.hole-detail h4.wp-block-heading:after {
	content: '';
    position: absolute;
    background: #a68f5b;
    width: 40px;
    height: 1px;
    left: 0;
    bottom: 0;
}
.hole-detail table {
	font-family: "Inter", Sans-serif;
    text-align: center;
}
.hole-detail thead {
    background: #0A2617;
    border: none;
}
.hole-detail thead th:first-child {
    width: 80px;
}
.hole-detail thead th:nth-child(3) {
    width: 120px;
}
.hole-detail thead th:last-child {
    width: 140px;
}
.hole-detail thead th, .hole-detail tbody td {
    padding: .8em !important;
	font-size: 14px;
}
.hole-detail thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-color: #000000;
}
.hd-gallery .gallery {
    margin: 0 -15px !important;
}
.hd-gallery .gallery figure.gallery-item {
    padding: 0 15px !important;
}

.hole-slider-item {
    aspect-ratio: 1.50 / 1;
}
.hole-slider-item img {
	display: block;
    width: 100%;
    object-fit: cover;
}
.my-gallery-slider .swiper-button-prev:after, .my-gallery-slider .swiper-button-next:after {
    color: #fff;
    font-size: 30px;
}
.my-gallery-slider .swiper-pagination {
    display: none;
}

.hole-gallery-image {
	cursor: pointer;
}
#hole-gallery-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    padding: 60px 70px;
    box-sizing: border-box;
}
#hole-gallery-lightbox.active {
    display: flex;
}
#hole-gallery-lightbox-image {
    display: block;
    max-width: 90vw;
    max-height: 85vh;
    width: auto;
    height: auto;
    object-fit: contain;
    user-select: none;
    -webkit-user-select: none;
    animation: holeLightboxZoom 0.25s ease;
}

@keyframes holeLightboxZoom {
from {
    opacity: 0;
    transform: scale(0.92);
}
to {
	opacity: 1;
    transform: scale(1);
}
}

.hole-lightbox-close {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    color: #ffffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 10;
    padding: 0;
}
.hole-lightbox-close:hover {
	opacity: 0.7;
}
.hole-lightbox-prev, .hole-lightbox-next {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    padding: 0;
}
.hole-lightbox-prev {
	left: 20px;
}
.hole-lightbox-next {
	right: 20px;
}
.hole-lightbox-prev:hover, .hole-lightbox-next:hover {
	background: rgba(255,255,255,0.30);
}
.hole-lightbox-counter {
	position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    z-index: 10;
}
.elementor-lightbox .elementor-lightbox-image {
    box-shadow: none !important;
}

/*** Slope and Course section ***/

#slope-course table th, #slope-course table td {
    vertical-align: middle;
}
#slope-course table th {
    font-weight: 600;
    font-size: 18px;
	border-color: #364b40;
}
#slope-course table td {
    font-size: 16px;
    font-weight: 500;
    border-color: #dbdbdb;
    background-color: #fffefe !important;
}
#slope-course table tbody tr:nth-child(even) td {
    background-color: #f6f6f6 !important;
}
#slope-course table button {
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
}
#slope-course table button:hover, #slope-course table button:focus {
    color: #a68f5b;
}




/*** contact us ***/

.contact-sec4 li a {
    gap: 6px;
}
.contact-sec4 span.elementor-icon-list-icon {
    min-width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border: 1px solid #A68F5B;
}
.contact-sec4 span.elementor-icon-list-icon svg {
    margin: 0 !important;
}
.contact-sec4 span.elementor-icon-list-text {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: break-word;
}
.contact-sec4 .elementor-icon-box-icon {
    min-width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border: 1px solid #A68F5B;
    display: flex !important;
}
.contact-sec4 h3.elementor-icon-box-title {
    margin: 0;
}

.contact-form .elementor-field {
    padding: .5rem 0;
}
.contact-sec1 h3.elementor-image-box-title {
    position: relative;
    padding: 0 0 16px;
}
.contact-sec1 h3.elementor-image-box-title:after {
    content: '';
    width: 49px;
    height: 1px;
    background: #a68f5b;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
}
.contact-form input, .contact-form select, .contact-form textarea {
    outline: none !important;
    box-shadow: none !important;
    padding-left: 0;
}


/***/
.cgc-sec1 li a {
    color: #a68f5b;
    text-decoration: underline;
}
/***/


.ofc-sec2 button.e-n-tab-title {
    flex: 1;
}
.ofc-sec2 button.e-n-tab-title span.e-n-tab-icon, .full-list span.elementor-icon {
    background: #a68f5b;
    padding: 10px;
    border-radius: 6px;
}
.ofc-sec2 button.e-n-tab-title[aria-selected="true"] span.e-n-tab-icon, .ofc-sec2 button.e-n-tab-title:hover span.e-n-tab-icon {
    background: #ffffff;
}
.ofc-sec2 button.e-n-tab-title[aria-selected="true"] span.e-n-tab-icon svg, .ofc-sec2 button.e-n-tab-title:hover span.e-n-tab-icon svg {
    color: #a68f5b !important;
}

.ofc-sec2 button.e-n-tab-title svg, .full-list span.elementor-icon svg {
    color: #fff !important;
}
.president-list ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: normal;
}
.president-list li {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    border: 1px solid #A68F5B;
    padding: 10px;
    border-radius: 15px;
    background: #fff;
    font-family: "Inter", Sans-serif;
}
.president-list li label {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #a68f5b;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 500;
}
.president-list li h4 {
    font-family: "Georgia", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.president-list li span {
    margin-left: auto;
    border: 1px solid #a68f5b;
    border-radius: 4px;
    padding: 2px 6px 2px 20px;
    font-size: 12px;
    font-weight: 500;
	position: relative;
    /* background-image: url("/wp-content/uploads/2026/06/treasurers.svg");
    background-repeat: no-repeat;
    background-position: left 4px center;
    background-size: 14px;
	filter: brightness(0) saturate(100%) invert(66%) sepia(29%) saturate(699%) hue-rotate(8deg) brightness(93%) contrast(89%); */
}
.president-list li span:before {
    position: absolute;
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    font-size: 12px;
    top: 2px;
}
.practice-sec3 span.elementor-icon {
    background: #efe4c9;
    padding: 10px;
    border-radius: 100%;
    margin: 8px 0 0;
}
.practice-sec3 span.elementor-icon svg {
    color: #a68f5b;
}

/*** clubhouse ***/

.menu-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mn-item {
    display: flex;
    justify-content: space-between;
    gap: 0;
    border-bottom: 1px solid #3b4e44;
    padding: 0 0 23px;
}
.menu-list .mn-item:last-child {
    border: none;
}
.mn-item h4 {
    font-family: "Georgia", Sans-serif;
    color: #fff;
    font-size: 16px;
    margin: 0 0 0;
}
.mn-item span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.2em;
    display: inline-block;
    margin: 8px 0 0;
}
.mn-item-price {
    color: #A68F5B;
    font-weight: 600;
}

.time-slot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #e3d9c9;
}
.time-slot h4 {
    font-size: 16px;
    margin: 0;
}
.ch-sec6 .elementor-icon-box-icon {
    border: 1px solid #999999;
    padding: 7px;
    margin: 6px 0 0;
}

/*** event list ***/

.event-list .cgc-latest-events:first-child {
    grid-template-columns: repeat(1, 1fr);
}
.event-list .cgc-latest-events:first-child .evt-grid-inr {
    padding: 25px;
}
.event-list .cgc-latest-events:first-child h3 a {
    font-size: 38px;
}
.event-list .cgc-latest-events:first-child p {
    font-size: 16px;
    line-height: 1.6em;
    margin: 8px 0 0;
}

.event-list .evt-grid {
    border-radius: 8px;
    overflow: hidden;
}
.cgc-latest-events.grid-rep {
    margin-top: 40px;
	gap: 30px;
}
.cgc-latest-events img {
    width: 100%; display: block;
}
.grid-rep img {
    height: 250px;
    object-fit: cover;
}
.grid-rep .list-grid-inr {
    border: 1px solid #dcd3c4;
    background: #f2eade;
    border-radius: 8px;
    overflow: hidden;
	transition-duration: .2s;
}
.grid-rep .list-grid-inr:hover {
    box-shadow: 0 0 15px #c7c2b9;
}
.grid-rep .list-grid-txt {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.grid-rep .list-date {
    font-size: 12px;
    font-weight: 500;
}
.grid-rep .list-grid-txt h3 {
    margin: 7px 0 2px;
}
.grid-rep .list-grid-txt h3 a {
    font-size: 18px;
    font-family: "Georgia", sans-serif;
    color: #0A2617;
    display: block;
    line-height: 1.3em;
}
.grid-rep .list-grid-txt p {
    font-size: 14px;
    margin: 0;
}
.grid-rep .list-grid-txt .btn {
    color: #a68f5b;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin: 13px 0 0;
    letter-spacing: 0.5px;
}

/*** event detail ***/

/* .event-detail .elementor-widget-theme-post-featured-image img {
    height: 550px;
    object-fit: cover;
} */

.event-detail .elementor-widget-theme-post-featured-image img {
    width: 1000px !important;
    max-width: 100% !important;
}

.slick-list {
    margin: 0 -10px !important;
}
.slick-initialized .slick-slide {
    padding: 0 10px;
}
.eo-gallery-item img {
    height: 200px;
    object-fit: cover;
    width: 100%;
	border-radius: 8px;
}

/***** membership ****/

.notes-sec ul {
    padding-left: 25px;
}
.mbr-sec4 .elementor-widget-image-box {
    overflow: hidden !important;
}
.mbr-sec4 .elementor-image-box-content {
    padding: 10px 25px 25px;
}
.mbr-sec4 .elementor-image-box-content h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 0 10px;
}
#wc-facilities figure.elementor-image-box-img img {
    width: 100%;
}


/*** heritage ****/

.hrt-link a {
    padding: 15px 0;
    position: relative;
    border-bottom: 4px solid transparent;
    transition-duration: 0.8s;
}
.hrt-link .elementor-inline-item:first-child a, .hrt-link a:hover, .hrt-link a:focus {
    border-color: #A68F5B;
}
.liner-devider span.elementor-divider-separator {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(166 143 91) 50%, rgba(0, 0, 0, 0) 100%) !important;
    border: none !important;
    height: 1px;
}

/*** Junior - golf ****/

.junior-lft-info .elementor-widget-heading h3 {
    width: 48px;
    height: 48px;
    border: 1px solid #a68f5b;
    text-align: center;
    line-height: 44px;
}
.junior-lft-info .e-con {
    position: relative;
}
.junior-lft-info .e-con:before {
    content: '';
    width: 1px;
    height: calc(100% - 64px);
    left: 33px;
    top: 66px;
    background: #DCD3C5;
    right: auto;
}
.junior-lft-info .e-con:last-child:before {
    content: none;
}
.junior-col .elementor-widget-image {
    overflow: hidden;
}
.junior-adrs .elementor-icon-box-icon {
    border-color: #a68f5b;
}

/*** club-champions ***/

.champ-sec1 .e-con-full {
    overflow: hidden;
}
.champ-sec1 .elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.champion-table {
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
}
.champion-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DCD3C5;
}
.champion-table table thead {
	background: #0A2617;
}
.champion-table table th, .champion-table table td {
    border-width: 0px !important;
    font-family: 'Inter';
    font-weight: 400;
}
.champion-table tr {
    border-bottom: 1px solid #DCD3C5;
}
.champion-table thead th {
    padding: 16px 18px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd1bd;
}
.champion-table tbody td {
    padding: 20px 18px;
    font-size: 14px;
    color: #222;
    font-weight: 500;
}
.champion-table table tbody>tr:nth-child(odd)>td, .champion-table table tbody>tr:nth-child(odd)>th {
    background: transparent;
}
.champion-table .year {
    width: 90px;
    font-weight: 600;
    color: #a68f5b;
	min-width: 130px;
}
.champion-table .star{
    color:#d89a23;
    margin-right:8px;
    font-size:13px;
}
.champion-table tbody td:nth-child(3){
    color:#555;
    font-family:monospace;
}
.champion-table tbody td:last-child{
    color:#666;
    font-size:13px;
}
.champion-table tbody tr:hover{
    background:#efe6d8;
    transition:.25s;
}

.mw-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 20px 20px;
}
.mw-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 33px;
}
.mw-item num {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: #a68f5b;
	background: rgba(201, 168, 76, 0.4);
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    line-height: 22px;
}
.mw-item:nth-child(2) num {
	background: rgba(201, 168, 76, 0.8);
}
.mw-item:first-child num {
    background: #a68f5b;
}
.mw-item h5 {
    font-size: 14px;
    margin: 0;
}
.mw-item span {
    color: #666666;
    font-size: 14px;
}

/*** dress code ***/

.drs-tab .hdr {
    display: flex;
    justify-content: space-between;
    background: #E1D3B6;
    border-radius: 10px 10px 0px 0px;
    padding: 20px 30px;
    align-items: center;
}
.drs-tab .e-con-full {
    overflow: hidden;
}
.hdr-1 {
	display: flex;
	align-items: center;
	gap: 10px;  
}
.hdr-1-img {
	width: 18px;
	display: block;	 
}
.hdr-1-1 {
	padding: 10px;
	background: #f9f9f9;
	border-radius: 9px;
}
.hdr-1-2 h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: Georgia, sans-serif;
    margin: 7px 0;
}
.hdr-1-2 p {
	line-height: 0px;
    font-size: 12px;
}
.hdr-2 button {
    font-weight: 600;
    border-radius: 20px;
    color: #ffffff;
    margin: 0;
    font-size: 9px;
    letter-spacing: 2px;
    background: #A68F5B;
    padding: 7px 15px;
    text-transform: uppercase;
}
.list-em em {
    font-size: 11px;
    letter-spacing: 0;
}
.list-em .elementor-icon-list-icon svg {
    border-radius: 100px;
    background: #e1d3b6;
    padding: 8px;
    display: block;
    width: 26px;
    height: 26px;
}
.warning .elementor-widget-icon.elementor-view-default .elementor-icon svg {
	stroke: #A68F5B
}
.clo {
	overflow:hidden;
}
.list-clo .elementor-icon-list-icon svg {
    border-radius: 100px;
    background: #e9decb;
    padding: 7px;
    display: block;
    color: #a68f5b;
    width: 27px;
    height: 27px;
}
.drs-tab span.e-n-tab-title-text span {
    font-size: 11px;
    display: inline-flex;
    margin-left: 7px;
    /* color: #fff4db; */
}
.zoom-img .elementor-widget-image {
    overflow: hidden;
}

/*** Tournament ***/

.tournament-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.tournament-item {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid #d4d4d4;
    padding: 25px 0;
    align-items: center;
}
.tournament-item h3, .tournament-item p {
    margin: 0;
}
.tournament-item h3 {
    font-family: "Georgia", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0a2616;
}
.tournament-item p {
    color: #A68F5B;
}
.tournament-buttons {
    display: flex;
    gap: 10px;
}
.tournament-buttons .elementor-button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

/*** aces page ***/

.aces-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}
.ace-item {
    border: 1px solid #eeeeee;
    border-radius: 12px;
    overflow: hidden;
    transition-duration: .3s;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.ace-image {
    position: relative;
}
.ace-image img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.ace-heading {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
	gap: 1px;
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: 700;
}
.ace-heading span.ace-date {
    font-size: 12px;
    font-weight: 600;
}
.ace-content {
    padding: 10px;
}
.ace-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    font-size: 12px;
}
.ace-box {
    display: flex;
    gap: 6px;
    border-radius: 6px;
    background: #faf4ea;
    padding: 8px;
    align-items: center;
}
.ace-icon {
    min-width: 15px;
}
.ace-icon img {
    width: 18px;
    filter: brightness(0) saturate(100%)
            invert(63%) sepia(16%)
            saturate(650%) hue-rotate(5deg)
            brightness(91%) contrast(88%);
}
.ace-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.ace-text label, .ace-text span {
    line-height: normal;
    min-width: 0;
    font-family: "Inter", Sans-serif;
}
.ace-text label {
    font-size: 11px;
    font-weight: 500;
    color: #A68F5B;
}
.ace-text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #444444;
    font-size: 14px;
}

/***/
.single-hole .elementor-widget-theme-post-content h4, .single-hole .elementor-widget-theme-post-content p {
    display: none;
}

.post-inr-bnr ul.elementor-post-info a span time {
    color: #ffffff;
}

.ladies-sec-3 figure.elementor-image-box-img img {
    border-radius: 12px 12px 0 0 !important;
}
.ladies-sec-3 .elementor-image-box-content {
    padding-left: 15px;
}

.post-inr-bnr li.elementor-icon-list-item a {
    pointer-events: none !important;
}



/***/


/*** media ***/

@media (min-width: 768px) {
.event-list .cgc-latest-events:first-child .evt-grid-inr {gap: 200px;}
button.lgd-close {display: none;}
}

@media (min-width: 1025px) {
.contact-form .elementor-form-fields-wrapper {display: flex; flex-wrap: wrap;}
.contact-form .elementor-field-group {width: calc(50% - 15px) !important; flex: 0 0 calc(50% - 15px) !important;}
.contact-form .elementor-field-group-name, .contact-form .elementor-field-group-message, .contact-form .elementor-field-type-submit {width: calc(100% - 15px) !important; flex: 0 0 calc(100% - 15px) !important;}
.contact-form .elementor-field-group-name {margin-right: 30px;}
.event-list .cgc-latest-events:first-child .evt-grid-inr {gap: 300px;}

.legend-col:hover:before {
	opacity: 0.9 !important;
}
.legend-col:hover .elementor-widget-heading {
    display: none;
}
.legend-col:hover .lgd-txt {
	display: flex;
	transition: all 0.8s ease;
}
.legend-col:hover .legend-btn, .legend-col:focus .legend-btn {
    display: none;
}

}

@media (min-width: 1200px) {
header#masthead .hdr-top, header#masthead .hdr-main {padding-left: 30px; padding-right: 30px;}
.hfe-nav-menu__layout-horizontal {width: 100% !important;}
.event-list .cgc-latest-events:first-child .evt-grid-inr {gap: 500px;}
}

@media (min-width: 1280px) {
.e-con>.e-con-inner {max-width: 1240px !important;}
}

@media (min-width: 1440px) {
.legend-col {min-height: 615px !important; padding: 35px;}
}

@media (min-width: 1600px) {
body:not(.rtl) .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {margin-right: 25px !important;}
.member-btn {margin-left: 25px;}
header nav ul.hfe-nav-menu li a.hfe-menu-item, .member-btn a.elementor-button, .book-btn a.elementor-button {font-size: 14px !important;}

header#masthead .hdr-top, header#masthead .hdr-main {padding-left: 50px; padding-right: 50px;}
.e-con>.e-con-inner {max-width: 1440px !important;}
.hom-sec2 .inr-col img {height: 703px !important;}
body:not(.rtl) .hfe-nav-menu__layout-horizontal .hfe-nav-menu > li.menu-item:not(:last-child) {margin-right: 25px !important;}
.practice-full-bg {padding-top: 400px !important}
.practice-half-bg {padding-top: 250px !important}
.legend-col {min-height: 690px !important; padding: 35px;}
#wc-facilities figure.elementor-image-box-img img {height: 270px;}
}

@media (min-width: 1800px) {
header#masthead .hdr-top, header#masthead .hdr-main {padding-left: 80px; padding-right: 80px;}
.e-con>.e-con-inner {max-width: 1600px !important;}
.hom-sec2 .inr-col img {height: 785px !important;}
.practice-sec3 img {height: 800px !important;}
.legend-col {min-height: 790px !important; padding: 45px;}
}


@media (max-width: 1024px) {
.hdr-top .elementor-icon-list-item {margin-inline: 6px !important;}
.hdr-top span.elementor-icon-list-text {padding-inline-start: 0 !important;}
.main-slider .elementor-slide-description br {display: none;}
.hfe-submenu-icon-arrow {position: absolute; right: 0; /* top: -59px; */}
.hom-sec3 .elementor-counter-title {text-align: center;}
.evt-grid-inr {gap: 25px;}
.evt-grid-txt h3 a {font-size: 18px;}
.evt-grid-txt p {font-size: 12px; line-height: 16px;}
.mc {width: calc((100% - 60px) / 3);}
.president-list li label {width: 24px; height: 24px; line-height: 24px; font-size: 12px;}
.president-list li h4 {font-size: 12px;}
.president-list li span {padding: 2px 4px 2px 15px; font-size: 10px; min-width: max-content;}
.president-list li span:before {left: 3px; font-size: 10px;}
/* .event-detail .elementor-widget-theme-post-featured-image img {height: 400px;} */
.eo-gallery-item img {height: 150px;}
.hole-detail thead th:first-child, .hole-detail thead th:nth-child(3), .hole-detail thead th:last-child {width: auto;}
.time-slot {font-size: 12px;}
.time-slot h4 {font-size: 14px;}
.hours-box table td, .hours-box table th, .hours-box2 table td, .hours-box2 table th {padding: 8px;}
.tournament-item {align-items: flex-start; flex-direction: column;}
.tournament-buttons {margin: 15px 0 0;}
.tournament-buttons .elementor-button {font-size: 12px;}
.aces-wrapper {grid-template-columns: repeat(3, minmax(0, 1fr));}

.legend-col.hide-before:before {opacity: 0.9 !important;}
.lgd-txt button.lgd-close {padding: 2px 10px 4px; font-size: 24px; line-height: normal;}
}


@media (max-width: 991px) {
.aces-wrapper {grid-template-columns: repeat(2, minmax(0, 1fr));}
}


@media (max-width: 767px) {
br {display: none;}
.course-status {gap: 4px; font-size: 10px;}
.header-weather .current-temperature, .header-weather .temperature-scale, .header-weather .splw-lite-desc, .header-weather .splw-icon-wind {font-size: 10px !important;}
/* .hfe-submenu-icon-arrow {top: -53px;} */
.hfe-submenu-icon-arrow .hfe-nav-menu-icon {padding: 6px 8px !important;}
.hdr-top .elementor-icon-list-item {margin-inline: 0px !important;}
.main-slider .elementor-slide-heading {margin-top: 100px;}
.main-slider .slider-btn {flex-direction: column; gap: 7px; margin: 30px 0 0;}
.main-slider .slider-btn .elementor-button {padding: 12px 24px; font-size: 12px;}
.top-up-col {top: 0;}
.hom-sec3 .e-con-inner {display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 0; align-items: self-start;}
.home .hom-sec3 .e-con-inner .e-con-full:last-child {grid-column: 1 / -1; justify-self: center;}
.hom-sec3 .e-flex {border: none !important;}
.hom-sec3 .elementor-counter-title {line-height: 18px;}
.cgc-latest-events {grid-template-columns: repeat(1, 1fr); gap: 20px;}
.evt-grid-inr {gap: 65px;}
.footer-sec .ftr-link ul li.elementor-icon-list-item a {line-height: 30px !important;}
.mc {width: 100%;}
.responsive-table th, .responsive-table td { padding:12px 10px; font-size:13px;}
.president-list ul {grid-template-columns: repeat(1, 1fr); gap: 10px;}
.mn-item {gap: 15px;}
.mn-item-price {width: 70px;}
.event-list .cgc-latest-events:first-child h3 a {font-size: 30px;}
.event-list .cgc-latest-events:first-child p {font-size: 14px; line-height: 1.4em;}
/* .event-detail .elementor-widget-theme-post-featured-image img {height: 270px;} */
.eo-gallery-item img {height: 125px;}
figure.hole-table {overflow-x: auto;}
.hole-detail thead th, .hole-detail tbody td {vertical-align: middle;}
.hd-gallery .gallery {margin: 0 !important;}
.hd-gallery .gallery figure.gallery-item {padding: 15px !important;}
.col-reverse {flex-direction: column-reverse !important;}
.time-slot {align-items: start; flex-direction: column; gap: 4px;}
.drs-tab .hdr {padding: 15px;}
.mw-item h5, .mw-item span {font-size: 12px;}
#slope-course table th {font-size: 16px;}
#slope-course table td {font-size: 14px; min-width: 100px;}
#slope-course table button {font-size: 12px; padding: 6px 14px;}

.hrt-link a {padding: 0 0 6px; margin: 10px 0;}
.champion-table .year {min-width: 80px;}
.champion-table tbody td:nth-child(2) {min-width: 173px;}
.hole-lightbox-prev, .hole-lightbox-next {width: 34px; height: 36px; line-height: 32px;}

.e-n-tabs-heading {display: flex !important; justify-content: center !important; gap: 10px !important; margin-bottom: 20px;}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {order: 0; margin: 0 !important;}
}


@media (max-width: 575px) {
.aces-wrapper {grid-template-columns: repeat(1, minmax(0, 1fr));}
}