.admin-bar .fixed-header .sticky-header{
	top:32px !important;	
}

.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding:0px;
}
#tribe-events-pg-template {
    margin: 0 auto;
    max-width: inherit;
    padding: 0px !important;
}

/********* Pagination Style *************/
.pagination{
	position:relative;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}
.paginate-links{
	justify-content: flex-start;
}
.pagination li a, 
.pagination li > span, 
.paginate-links a, 
.paginate-links > span {
    position: relative;
	font-size: 18px;
    font-family: var(--title-font);
    color: var(--title-color);
	font-weight: 500;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
    width: 50px;
	background: #ffffff;
	text-align: center;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li:hover a, 
.pagination li.active a,
.pagination li > span{
    background-color: var(--theme-color);
	border-color: var(--theme-color);
    color: #ffffff;
}

.m-t30{
	margin-top: 30px;
}

/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
	margin-bottom: 50px;
}

.widget:last-child{
	margin-bottom: 0px;
}

.widget ul,
.widget ol{
	position:relative;
	display: block;
	padding: 0px;
	margin: 0px;
}

.widget ul li,
.widget ol li{
	position: relative;
	display:block;   
	font-weight: 500;
	font-size: 16px;
    color: var(--title-color);
    line-height: 26px;
	margin-bottom: 17px;
}
.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
}

.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	margin-top:17px;
	margin-left: 15px;
}

.widget ul li a,
.widget ol li a{
	position: relative;
	display:inline-block;
	color: var(--title-color);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--text-font);
    font-weight: 500;
    transition-delay: 0.1s;	
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: var(--theme-color);
}

/******** Tags ************/
/******** Tags ************/
/******** Tags ************/
.widget .tagcloud{
	position: relative;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.widget .tagcloud a{	
	position: relative;
	font-size: 15px !important;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 500;
	border-radius: 5px;
    padding: 6px 15px;
	border: 1px solid #E5E5E5;
    display: inline-block;
    transition: all 500ms ease;
    font-family: var(--text-font);	
}
.widget .tagcloud a:hover{
	color: #ffffff;
	border-color:  var(--theme-color);
    background-color:  var(--theme-color);
}
/***************** Service Sidebar Style*******************/
.service-sidebar-widget {
	position: relative;
    margin-bottom: 0px;
}
.service-sidebar-widget ul{
	position: relative;
	padding: 0px;
    margin: 0px;
}
.service-sidebar-widget ul li{
	position: relative;
    margin-bottom: 20px;
}
.service-sidebar-widget ul li:before{
    position: absolute;
	display: inline-block;
	top: 12px;
    right: 25px;
    bottom: 0;
    color: #fff;
    opacity: 0;
    transition: all 500ms ease;
	content: "\e923";
    font-size: 16px;
	font-family: 'icomoon' !important;
}

.service-sidebar-widget ul li:last-child{
    margin-bottom: 0px;
}
.service-sidebar-widget ul li a{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
    font-weight: 500;
    padding: 10px 25px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
	transition: all 500ms ease;
	font-family: var(--text-font);	
}
.service-sidebar-widget ul li:hover a,
.service-sidebar-widget ul li.current-menu-item a{
	color: #ffffff;
	background: var(--theme-color);
}
.service-sidebar-widget ul li:hover:before,
.service-sidebar-widget ul li.current-menu-item:before{
	opacity: 1;
	z-index: 1;
}
.service-sidebar-widget .contact-widget ul{
	padding: 0px;
}
.service-sidebar-widget .contact-widget ul li:before{
	display: none;
}
.service-sidebar-widget .contact-widget ul li{
	margin-bottom:0px;
}
.service-sidebar-widget .contact-widget ul li a{
	padding:0px;
	border: none;
	margin-bottom:0px;
}
.service-sidebar-widget .contact-widget ul li:hover a,
.service-sidebar-widget .contact-widget ul li a:hover{
	background: none !important;
}
/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
	margin-bottom: 30px;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    position: relative;  
	display: block;     
	font-size: 16px;
    color: var(--text-color);
    font-weight: 400;	
	line-height: 24px;
	margin-bottom: 8px;
    font-family: var(--text-font);    
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-top:8px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    font-family: var(--text-font);    
    transition: all 500ms;	
}
.dark-footer .footer-widget ul li a,
.dark-footer .footer-widget ol li a{
	color: var(--text-color);
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: var(--theme-color);
}
.main-footer.dark-footer .footer-widget ul li a{
	color: var(--text-color);
}
.main-footer.dark-footer .footer-widget ul li a:hover{
	color: var(--theme-color);
}
.main-footer .widget-section .contact-widget .widget-content ul li{
	margin-bottom: 0px;
}
.main-footer.dark-footer .footer-widget ul.social-links li a:hover{
	color: #ffffff;
}
/************ custom style *********************/
.left-sidebar .blog-standard-content,
.left-sidebar .blog-details-content{
	margin-left: 20px;
}
.right-sidebar .blog-standard-content,
.right-sidebar .blog-details-content{
	margin-right: 20px;
}
.course-block-one .inner-box .image-box img {
    max-height: 248px;
}
.news-block-one .inner-box .lower-content .category a,
.news-block-one .inner-box .lower-content .category a:hover{
	color: var(--theme-color);
}
.footer-widget ul.social-links li{
	margin-bottom: 0px;
}
.footer-widget ul.social-links li a:hover{
	color: #ffffff;
}
.sidebar-widget.widget_media_gallery .gallery{
	position: relative;
	flex-wrap: wrap;
    display: flex;
    gap: 10px;
    justify-content: start;
}
.sidebar-widget.widget_media_gallery .gallery .gallery-item{
	max-height: 96px;
	min-width: 96px;
}
.service-section .service-block-one .inner-box {
    padding-top: 25px;
}
.alternat-2 .course-block-one .inner-box .image-box img {
    max-height: 200px;
}
.about-style-four .image-box .image img {
    height: 400px;
}
.history-section .inner-box .image-box .image.style-two {
    border-radius: 30px 30px 30px 150px;
}
.history-section .inner-box.style-border .image-box:before {
    left: 0px;
    border-radius: 30px 30px 30px 150px;
}
.golfer-circle-style:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 6px;
    z-index: 1;
	background: var(--theme-color);
}
.golfer-circle-style.style-one:before {
    right: -152px;
}
.golfer-circle-style.style-two:before {
    left: -153px;
}
.golfer-circle-style:after {
    position: absolute;
    content: '';
    background: #D9D9D9;
    width: 190px;
    height: 1px;
    top: 13px;
}
.golfer-circle-style.style-one:after {
    right: -235px;
}
.golfer-circle-style.style-two:after {
    left: -235px;
}
.elementor-140 .elementor-element.elementor-element-1dfc593 .elementor-divider-separator {
    min-width: 110% !important;
}
.elementor-158 .elementor-element.elementor-element-03be45a .elementor-divider-separator {
    min-width: 110% !important;
}
.single-tribe_events .tribe-events-cal-links .tribe-events-button, 
.charitable-submit-field .button, 
.campaign-summary .campaign-donation .donate-button, 
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    color: #ffffff;
    padding: 10px 0px;
	background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.single-tribe_events .tribe-events-cal-links .tribe-events-button:hover, 
.charitable-submit-field .button:hover, 
.campaign-summary .campaign-donation .donate-button:hover, 
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    color: #ffffff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.event-details-content .tribe-events-c-subscribe-dropdown{
	margin-top: 0px !important;
}
.event-details-content .tribe-events-venue-map {
	width: 100%;
	margin-bottom: 0px;
}
.event-details-content .tribe-events-venue-map iframe{
	min-height: 350px;
	height: 100%;
    border-radius: 20px;
}
.event-details .event-sidebar .tribe-events-meta-group{
	width: 100%;
	padding: 0px;
}
.event-details .event-sidebar .tribe-events-meta-group h2{
	position: relative;
    display: block;
	font-size: 24px;
    line-height: 34px;
	font-family: var(--title-font);
    font-weight: 400;
    color: var(--title-color);
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 32px;
}
.event-details .event-sidebar .tribe-events-meta-group .tribe-events-address,
.event-details .event-sidebar .tribe-events-meta-group dl{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.event-details .event-sidebar .tribe-events-meta-group a,
.event-details .event-sidebar .tribe-events-meta-group a:hover{
	color: var(--text-color);
}

/*** 

====================================================================
			Comment Style
====================================================================

***/
.blog-details-content .comment-box{
	margin-top: 80px;
}
.blog-details-content .comment-box .golfer-comment-item .comment{
    position: relative;
    display: flex;
	flex-wrap: wrap;
	gap: 30px;
    margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 30px;
}
.blog-details-content .comment-box .comment-inner > .golfer-comment-item:last-child .comment{
    margin-bottom: 0px;
	padding-bottom: 0;
	border-bottom: none;
}
.blog-details-content .comment-box .comment .thumb-box{
    position: relative;
    width: 80px;
    height: 80px;
	flex-shrink: 0;
}  
.blog-details-content .comment-box .comment .thumb-box img{
    width: 100%;
	border-radius: 10px;
}  
.comment-content__wrap{
	flex: 1;
	width: 100%;
}
.blog-details-content .comment-box .comment h4.c-title{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #111111;  
    margin-bottom: 8px;
}  
.blog-details-content .comment-box .comment h4 span{
    font-size: 15px;
    color: var(--theme-color);
    font-weight: 400;
}    
.blog-details-content .comment-box .comment .reply-btn{
    position: relative;
    display: inline-block;    
    font-size: 17px;
    line-height: 26px;
    color: #111111;
    font-weight: 600;
    transition: all .5s;
	margin-top: 15px;
}  
.blog-details-content .comment-box .comment .reply-btn:hover{
    color: var(--theme-color);
}
.blog-details-content  small a{
	position: relative;
	display: inline-block;
	font-size: 80%;
    line-height: 36px;
	text-transform: capitalize;
	font-family: var(--title-font);
	color: #111111;
	margin-bottom:0px;
}
.blog-details-content .comment{
	margin-bottom: 20px;
}
.golfer-comment-item .golfer-comment-item{
	margin-left:80px;
	margin-bottom:27px;	
}
.blog-details-content .golfer-comment-item .comment-form-box{
	margin-top:50px;
	margin-bottom:50px;	
}
/*** 

====================================================================
			Team-details-Page
====================================================================

***/
.team-details{
	position: relative;
	padding: 100px 0px 100px 0px;
}

.team-details .image-box{
	position: relative;
	display: block;
	padding-right: 40px;
}

.team-details .image-box img{
	width: 100%;
	height:100%;
}

.team-details .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 66px;
}

.team-details .image-box .image-shape{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 271px;
	height: 231px;
	background-repeat: no-repeat;
	z-index: -1;
}
.team-details .content-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.team-details .content-box{
	position: relative;
	display: block;
	margin-top: 0px;
}

.team-details .content-box h2{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 44px;
	font-weight: 700;
	margin-bottom: 14px;
}

.team-details .content-box .text h3{
	font-size: 25px;
}

.team-details .content-box h2 span{
	font-size: 30px;
	display: block;
}

.team-details .content-box .designation{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.team-details .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.team-details .content-box .text h3,
.team-details .content-box .text p{
	margin-bottom: 20px;
}

.team-details .content-box .text h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.team-details .content-box .text .list-item li{
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 13px;
}

.team-details .content-box .text .list-item li:last-child{
	margin-bottom: 0px;
}

.team-details .content-box .text .list-item li:before{
	position: absolute;
	content: '';
	width: 14px;
	height: 16px;
	left: 0px;
	top: 6px;
	background-color:#ff2c3b;
}

.team-details .content-box .contact-inner h6 a{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #1f1f1f;
	margin-bottom: 30px;
}

.team-details .content-box .contact-inner h4{
	display: block;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

.team-details .content-box .contact-inner h4 a{
	display: inline-block;
	color: #1f1f1f;
}

.team-details .content-box .contact-inner h4 a:hover{
	color: #a9774e;
}

.team-details .content-box .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 8px;
}

.team-details .content-box .social-links li:last-child{
	margin: 0px !important;
}

.team-details .content-box .social-links li a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #ff2c3b;
	border-radius: 50%;
	font-size: 16px;
	color: #ff2c3b;
}

.team-details .content-box .social-links li a:hover{
	background:#ff2c3b;
	color: #fff;
}

.mb_15{
	margin-bottom: 15px !important;
}

.logged-in-as a{
	color: var(--theme-color);
}

.mb-30{
	margin-bottom: 30px;
}

.widget .nice-select,
.footer-widget .nice-select{
	float:none;
	border: 1px solid #e5e5e5;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	color: #6A6A6A;
	border-radius: 10px;
}

.footer-widget .nice-select{
	background-color: #fff;
}

.widget .nice-select::before,
.footer-widget .nice-select::before{
	display: none;
}

.widget .nice-select::after,
.footer-widget .nice-select::after{
	position: absolute;
	content: '\f078';
    font-family: 'Font Awesome 5 Pro';
	color: #7b7b7b;
	font-size: 13px;
	top: 0px;
	right: 20px;
	bottom: 0;
	margin: 0px;
	font-weight: 900;
	display:flex;
	align-items:center;
}

.widget .nice-select ul.list,
.footer-widget .nice-select ul.list{
	min-width:100%;
	border-radius:0;
	padding-top: 0;
	padding-bottom: 0;
}

.widget .nice-select ul li,
.footer-widget .nice-select ul li{
	padding-bottom:5px;
	padding-top: 5px;
	margin-bottom:0px;
}

.widget .nice-select ul li:before,
.footer-widget .nice-select ul li:before{
	display:none;
}

.footer-widget .nice-select ul li{
	color: #003B5A;
}

.blog-sidebar .widget-title h3 a,
.main-footer .widget-title h3 a{
	color: inherit;
}

.widget .wp-block-group,
.footer-widget .wp-block-group{
	margin-bottom: 0;
}

.error-title{
	font-size: 6vw;
	line-height: 1;
	margin-bottom: 10px;
}