/*
font-family: 'Open Sans', sans-serif;

font-family: 'Source Serif Pro', serif;
*/
.col-sm-4 {
	width: 33.33333333% !important;
}
#wpsl-gmap{
	width:70% !important;
	float: right !important;
}
#wpsl-result-list{
	width:30% !important;
	float: left !important;
}
#wpsl-result-list a {
	color: #a49c75 !important;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
	min-width: 130px !important;
}
.fusion-column-wrapper a, body a, a{
	color:#a49c75;
	text-decoration: none !important;
}
body a:hover, a:hover, a:focus, a:active {
	text-decoration: none !important;
	box-shadow: none !important;
	outline: 0 !important;
	color:#a49c75 !important;
}

.header_top_bar {
	background: #1d2327;
	color: #c5c5c5;
	padding: 8px 0;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 40px;
}
.header_top_bar a{
	color:#fff !important;
	font-weight: 700;
}
.header_top_bar img{
	margin:0 10px;
}
.header_top_bar a .flag i{
	position: relative;
	top: -3px;
}
header{
	padding: 0 0 40px;
}
.menu_txt {
	position: relative;
	right: -50px;
	top: 10px;
}
.main-menu-wrapper {
	position: absolute;
	left: -100%;
	top: 0;
	width: 0;
	background: #242329;
	height: 100vh;
	padding: 50px 40px;
	display: block;
	z-index: -99999;
	opacity: 0;
	visibility: hidden;
	transition:0.4s;
}
.main-menu-wrapper.active{
	opacity: 1;
	visibility: visible;
	z-index: 99999;
	left: 0;
	width: 400px;
}
.menu_close_wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	height: 30px;
}
.menu_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	opacity: 1;
	cursor: pointer;
}
.menu_close:before, .menu_close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.menu_close:before {
	transform: rotate(45deg);
}
.menu_close:after {
	transform: rotate(-45deg);
}
.menu-bar{
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 35px;
	height: 40px
}
.bar::after {
	transform: translate3d(0, 9px, 0);
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	width: 25px;
	cursor: pointer;
	background: #a09777;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}
.bar::before {
	transform: translate3d(-50%, -10px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 35px;
	cursor: pointer;
	background: #a09777;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}
.bar {
	position: absolute;
	top: 50%;
	right: 0;
	height: 2px;
	width: 35px;
	cursor: pointer;
	background: #a09777;
	display: block;
	content: '';
	z-index: 99;
	transition: all 300ms ease-in-out;
}
/*.logo img {
	max-width: 130px;
}*/
body{
	position: relative;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, 0);
	visibility: hidden;
	transition:0.4s;
}
.overlay.active{
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	z-index: 99;
}
.main-menu-wrapper ul{
	margin: 0;
	padding:0;
	list-style: none;
}
.main-menu-wrapper ul li{transition:0.4s;}
.main-menu-wrapper ul li:hover{padding-left: 5px;}
.main-menu-wrapper ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	padding: 9px 0;
	display: block;
	position: relative;
	transition: 0.4s;
	border-bottom: 1px solid #3A3A3A;
}
.main-menu-wrapper ul li a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	opacity: 0;
	visibility: hidden;
	content: '';
	background: ;
	height: 2px;
	transition: 0.8s;
	background: #a09777;
}
.main-menu-wrapper ul li.current_page_item a,
.main-menu-wrapper ul li a:hover::after{
	opacity: 1;
	visibility: visible;
	width:100%;
}
.header-btn-outline {
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #444445;
	border: 1px solid #444445;
	min-width: 220px;
	display: inline-block;
	padding: 15px;
	transition: 0.4s;
}
.header-btn-outline:hover{
	border:1px solid #a09777;
	background:#a09777;
	color:#fff !important;
}
.header-btn {
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	border:1px solid #a09777;
	background:#a09777;
	color:#fff;
	min-width: 220px;
	display: inline-block;
	padding: 15px;
	transition: 0.4s;
}
.header-btn:hover{
	color:#fff !important;
}
.mr_30{
	margin-right: 30px;
}
.fa {
	font-family: fontAwesome !important;
}
.footer_item {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 50px;
}
.footer_item a{
	text-decoration: none;
}
.footer_item_ttl{
	font-weight: 700;
	margin-bottom: 15px;
}
.footer_partners_logo {
	margin-top: 25px;
	display: block;
	width: 100%;
}
.social_item a {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 19px;
	margin: 0 6px;
}

.social_item a::first-child {
	margin-left: 0 !important;
}
.social_item a::last-child{
	margin-right:0 !important;
}
.footer-item-wrapper {
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	padding: 60px 0 24px 0;
}
.footer_item_1, .footer_item_2 {
	width: 25%;
	float: left;
}
.footer_item_3 {
	width: 20%;
	float: left;
}
.footer_item_4 {
	width: 30%;
	float: left;
}
.footer_partners_logo img {
	max-width: 100%;
}
.copy_right_footer_text {
	font-weight: 300;
	font-size: 12px;
}
.footer_menu span a {
	font-size: 12px;
	text-decoration: none;
	font-weight: 300;
}
.footer_menu {
	display: inline-block;
}
.footer_menu span {
	padding: 0 5px;
}
.footer_flug {
	float: right;
}
.footer_flug img {
	max-width: 130px;
}
.footer_copy_right_section {
	padding: 24px 0 40px 0;
}
footer {
	padding-top: 100px;
}
.fusion-button-default-size{
	padding: 15px 17px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}
.guest-btn,
.order_submit_btn,
.booking-btn,
.cmn-btn,
.add-to-calendar-btn,
.cmn_btn {
	font-size: 16px;
	color: #fdfcfa;
	border: 1px solid #a09777;
	background: #a09777;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 17px;
	min-width: 235px;
	transition: 0.4s;
	cursor: pointer;
	border-radius: 0 !important;
}
.guest-btn:hover,
.booking-btn:hover,
.cmn-btn:hover,
.order_submit_btn:hover,
.add-to-calendar-btn:hover,
.cmn_btn:hover{
	color:#fff !important;
}
.cmn_btn.outline_btn{
	color: #a09777;
	background: transparent;
}
.cmn_btn.outline_btn:hover{
	color:#fff !important;
	background: #a09777;
}
.cmn_btn_group .outline_btn {
	margin-right: 30px;
}
.items_bg {
	display: block;
	width: 100%;
	position: relative;
	padding: 140px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.cmn_item_content_box {
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
	color: #fff;
	padding: 50px 90px 30px 50px;
}
.cmn_item_ttl {
	font-family: 'Source Serif Pro', serif;
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 30px;
	color:#1a474c;
}
.cmn_item_des {
	font-size: 16px;
	line-height: 30px;
	color: #424243;
	font-weight: 300;
	margin-bottom: 60px;
}
a.cmn_item_btm_style,
.cmn_item_btm_style {
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
	color: #1a474c !important;
	text-decoration: none;
}
a.cmn_item_btm_style:hover{
	color: #1a474c;
	text-decoration: none;
}
.cmn_item_btm_border {
	width: calc(100% + 150px);
	height: 4px;
	background: #a09777;
	margin-top: 15px;
}
.cmn_item_btm_dots{
	margin-top: 20px;
}
.cmn_item_btm_dots span{
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #a09777;
	border-radius: 50%;
	margin-right: 10px;
}
.gr_btm_price {
	text-align: center;
	color: #a49c77;
	font-size: 32px;
	font-weight: 700;
}
.dropdown_green_box .green_box{
	position: relative;
	cursor:pointer;
}
.green_box .green_box_deails_box .gr_ttl{
	min-height: auto;
	padding-top: 40px;
}

.dropdown_green_box .green_box_deails_box {
	background: #1a474c;
	text-align: center;
	position: relative;
	width: 464px;
	display: none;
	margin-top: 60px;
	padding-top: 40px;
}
.dropdown_green_box .single_gr_box.active .green_box_deails_box {
	display: block;
}

.dropdown_green_box .single_gr_box.active .green_box{
	padding-bottom: 0;
}
.green_box .green_box_deails_box .gr_btm_section {
	padding-left: 30px;
	text-align: left;
}
.green_box .green_box_deails_box .gr_btm_section .gr_btm_des_list {
	padding: 40px 0;
	display: block;
}
.green_box .green_box_deails_box .gr_btm_section .gr_btm_des_list ul {
	margin-left: -15px;
}
.green_box .green_box_deails_box .gr_btm_section .gr_btm_des_list ul li {
	font-weight: 300;
	margin-bottom: 20px;
}
.green_box .green_box_deails_box .green_tc_text{
	font-weight: 300;
	padding: 50px 0 30px;
}
.gr_btm_arrow {
	font-size: 14px;
	padding-top: 5px;
}
.gr_btm_arrow i {
	position: relative;
	right: -33px;
	display: inline-block;
	top: -2px;
	font-size: 23px;
}
.dropdown_green_box .single_gr_box:last-child .green_box_deails_box {
	right: 153%;
}
.form_inner_padding{
	padding: 50px 150px;
}
.country_group_top_ttl {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.country_group_selection {
	background: #f3f2ed;
	margin: 50px 0;
}
.form_inner_style label {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-align: left;
	display: block;
}
.form_inner_style .my-sqr-radio-btn label {
	display: inline-block;
}
.form_inner_style .my-sqr-check-btn label {
	display: inline-block;
}
.form_inner_style .inline_radio_btn_group label {
	display: inline-block;
	width: 20%;
}
.form_inner_style .form-control.form-control-2 {
	font-size: 16px !important;
	font-weight: 300 !important;
}
.form_inner_style .gender-label {
	font-weight: 300;
}
.form_inner_style .custom_gender_style {
	text-align: left;
	font-weight: 300;
}
.new_member_pack,
.member_details {
	color: #a49c77;
	font-family: 'Source Serif Pro', serif;
	font-size: 40px;
	line-height: 50px;
	padding: 60px 0;
}
.form_inner_style .my-sqr-radio-btn input[type="radio"] + label::before {
	top: 7px;
	border: 1px solid #a49c77;
	background: transparent;
}
.form_inner_style .my-sqr-radio-btn input[type="radio"] + label::after {
	top: 7px;
	border: 1px solid #a49c77;
}
.form_inner_style .my-sqr-radio-btn input[type="radio"]:checked + label::after {
	transform: scale(1);
	background: #a49c77;
}
.form_inner_style .my-sqr-check-btn input[type="checkbox"] + label::before {
	top: 7px;
	border: 1px solid #a49c77;
}
.form_inner_style .my-sqr-check-btn input[type="checkbox"] + label::after {
	top: 7px;
	border: 1px solid #a49c77;
}
.form_inner_style .my-sqr-check-btn input[type="checkbox"]:checked + label::after {
	transform: scale(1);
	background: #a49c77;
}
.form_inner_style .my-sqr-check-btn input[type="checkbox"]:checked + label::before {
	background: #a49c77;
}
.form_inner_style .form-control.form-control-2 {
	border: 1px solid #a49c77;
	border-radius: 4px;
}
.form_inner_style select.form-control-2 {
	background: #fff !important;
}
/* Reset Select */
.select-style {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
/* Custom Select */

.select-style::-ms-expand {
	display: none;
}

.select-wrapper{
	position: relative;
}
/* Arrow */
.select-wrapper::after {
	content: '\f0dc';
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 7px 11px;
	pointer-events: none;
}
/* Transition */
.select-wrapper:hover::after {
	color: #000;
}
.select-wrapper::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}
.no_padding{
	padding:0;
}
.select_green_box .single_gr_box {
	cursor: pointer;
}
.select_green_box .single_gr_box.active .green_box {
	background: #a49c77;
	color: #fff;
}
.select_green_box .single_gr_box.active .green_box .gr_btm_price,
.select_green_box .single_gr_box.active .green_box .per_month{
	color: #1a474c;
}
.green_box_with_select .single_gr_box.active .green_box .gr_btm_price,
.green_box_with_select .single_gr_box.active .green_box .per_month{
	color: #1a474c;
}
.member_details_des {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}
.member_details_sub_des {
	color: #000;
	font-size: 16px;
	padding: 50px 0;
}
.padding_top_none{
	padding-top: 0 !important;
}
.guest-btn {
	background: #a09777;
	border: 1px solid #a09777;
	border-radius: 0 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	margin: 100px 0 50px !important;
}
.sign-up-btn {
	background: #a09777;
	font-size: 16px;
	margin-bottom: 100px;
	font-weight: 300;
}
.bottom_100{
	padding-bottom: 100px;
}
.cff-shared-link,
.cff-post-links,
#cff .cff-author-img,
#cff .cff-author .cff-page-name.cff-author-date {
	display: none;
}
#cff.cff-default-styles .cff-author .cff-date {
	font-weight: normal;
	margin: 0 !important;
}
#cff.cff-default-styles .cff-author .cff-date {
	margin: 0 !important;
	font-style: italic;
	font-size: 20px;
	color: #424243;
}
#cff .cff-item {
	border: none !important;
}
.golden_template_wrapper .fusion-text h5 {
	color: #1a474c !important;
}
.new_member_img {
	margin-bottom: 50px;
}
.shirt_size_note {
	padding-top: 30px;
	margin-bottom: 15px;
}
.infusion-field-input-container select,
.custom_input_wrap .infusion-field-input {
	border: 1px solid #a49c77 !important;
	border-radius: 4px !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	height: 40px !important;
	margin-bottom: 20px;
}
.booking_click_btn {
	display: block;
	border-radius: 0px !important;
	margin-bottom: 15px;
	color: #a09777 !important;
	background: transparent;
}
.booking_click_btn:hover{
	color: #fff !important;
	background: #a09777;
}
.event-wrap th {
	background-color: rgba(41, 78, 81, 0.9) !important;
}
.home_testimonial_author_img img {
	border-radius: 50%;
}
.news_meta_items {
	color: #a09777;
	margin-top: 50px;
}
.news_meta_items span {
	color: #a09777;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	padding: 0 10px;
}
.post-content {
	background: #fff;
}
.full-width {
	background: #fff;
}

.cm_logo {
	padding-top: 100px;
	display: block;
}
.cm_wrapper {
	background: #1a474c;
	min-height: 100vh;
	color: #fff;
	margin-left: -30px;
	margin-right: -30px;
}
.cm_container {
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.cm_content {
	display: block;
	font-size: 35px;
	text-shadow: none;
	line-height: 40px;
	color: #fff;
	padding: 100px 0 150px 0;
	font-weight: 700;
}

.vip_guest_top_quote {
	padding: 30px 30px 0 30px;
}
.custom_container_width .fusion-builder-row.fusion-row {
	max-width: 100% !important;
}

.custom_absolute_bg{
	position: relative;
}

.page-template-default footer,
.page-template-template-100-width-custom-heading footer{
	padding-top: 0;
}
.page-template-default footer .footer-logo,
.page-template-template-100-width-custom-heading footer .footer-logo{
	margin-top: 100px;
}
.green_box.box_no_padding{
	padding:0;
}
.box_no_padding .green_box_inner{
	padding:36px 30px 25px 30px;
	background: #a49c77;
}

.dropdown_green_box.green_box_with_select .single_gr_box.active .green_box_deails_box {
	display: none;
}
.dropdown_green_box.green_box_with_select .single_gr_box.dropdown_show .green_box_deails_box {
	display: block;
}
.single_graphic {
	position: relative;
	margin-bottom: 30px;
	transition: 0.5s;
}
.single_graphic::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.4s;
	content: '';
	background: rgba(255, 255, 255, 0.6);
	display: block;
	opacity: 0;
	visibility: hidden;
	z-index: -9;
}
.single_graphic:hover::before{
	opacity: 0.6;
	visibility: visible;
	z-index: 9;
}
.single_graphic_btn_wrapper {
	position: absolute;
	width: 100%;
	height: auto;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%) scale(0.5);
	z-index: -99;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.single_graphic:hover .single_graphic_btn_wrapper {
	transform: translate(-50%, -50%) scale(1);
	z-index: 99;
	opacity: 1;
	visibility: visible;
}

.page-template-champion-template .home-golf-networking-section .item_img {
	text-align: center;
	margin-bottom: 30px;
}
.page-template-champion-template .guest_single_event_content {
	padding: 30px 20px 30px 20px;
}
.marketing_content_btn .marketing_flag_btn_wrapper .flag_btn:first{
	margin-left: 6px;
}
.marketing_content_btn .marketing_flag_btn_wrapper .flag_btn {
	display: inline-block;
	max-width: 60px;
	margin-right: 6px;
	line-height: 52px;
}
.about_all_began_section .flags{
	text-align: center;
}
.about_all_began_section .flags .flag_btn{
	display: inline-block;
	max-width: 90px;
	margin-right: 10px;
}
.social_share_btn_group {
	margin-top: 20px;
}
.social_share_btn_group .share_btn {
	font-size: 40px;
	line-height: 40px;
	margin: 0 10px;
}
.social_share_btn_group .share_btn i.fa-facebook{
	color: #4267B2;
}
.social_share_btn_group .share_btn i.fa-linkedin{
	color: #0076B3;
}
.allow_members_sign_up_form_wrapper {
	display: block;
	width: 100%;
	text-align: center;
	border-top: 9px solid #a09777;
	border-radius: 5px 5px 0 0;
	padding: 16px 20px 20px;
	margin-bottom: 30px;
	background: #f4f3f3;
}
.new_input_style {
	border: 1px solid #a49c77 !important;
	display: inline-block;
	max-width: 350px !important;
	border-radius: 4px !important;
	background: transparent !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #000 !important;
	height: 40px !important;
	margin-bottom: 15px;
}
.new_input_style::placeholder{
	color: #000 !important;
}
.sign_up_btn1 {
	border: 1px solid #a09777;
	background: #a09777;
	padding: 7px 30px;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	position: relative;
	top: -5px;
}

.single_photo_wrapper {
	position: relative;
	margin-bottom: 30px;
}
.member_photo_wrapper .members_club_name {
	font-size: 46px;
	color: #a49c75;
	line-height: 54px;
	font-family: 'Source Serif Pro', serif;
	padding: 40px 0;
	text-align: center;
}
.photo_auth_name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(41, 78, 81, 0.9);
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	transition: 0.4s;
	transform: scaleY(1);
	transform-origin: bottom;
}

.single_photo_wrapper:hover .photo_auth_name {
	transform: scaleY(0);
}


.page-template-guest-area .guest_area_hide {
	display: none;
}

/*
font-family: 'Open Sans', sans-serif;

font-family: 'Source Serif Pro', serif;
*/
.col-sm-4 {
	width: 33.33333333% !important;
}
#wpsl-gmap{
	width:70% !important;
	float: right !important;
}
#wpsl-result-list{
	width:30% !important;
	float: left !important;
}
#wpsl-result-list a {
	color: #a49c75 !important;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
	min-width: 130px !important;
}
.fusion-column-wrapper a, body a, a{
	color:#a49c75;
	text-decoration: none !important;
}
body a:hover, a:hover, a:focus, a:active {
	text-decoration: none !important;
	box-shadow: none !important;
	outline: 0 !important;
	color:#a49c75 !important;
}

.header_top_bar {
	background: #1d2327;
	color: #c5c5c5;
	padding: 8px 0;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 40px;
}
.header_top_bar a{
	color:#fff !important;
	font-weight: 700;
}
.header_top_bar img{
	margin:0 10px;
}
.header_top_bar a .flag i{
	position: relative;
	top: -3px;
}
header{
	padding: 0 0 40px;
}
.menu_txt {
	position: relative;
	right: -50px;
	top: 10px;
}
.main-menu-wrapper {
	position: absolute;
	left: -100%;
	top: 0;
	width: 0;
	background: #242329;
	height: 100vh;
	padding: 50px 40px;
	display: block;
	z-index: -99999;
	opacity: 0;
	visibility: hidden;
	transition:0.4s;
}
.main-menu-wrapper.active{
	opacity: 1;
	visibility: visible;
	z-index: 99999;
	left: 0;
	width: 400px;
}
.menu_close_wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	height: 30px;
}
.menu_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	opacity: 1;
	cursor: pointer;
}
.menu_close:before, .menu_close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.menu_close:before {
	transform: rotate(45deg);
}
.menu_close:after {
	transform: rotate(-45deg);
}
.menu-bar{
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 35px;
	height: 40px
}
.bar::after {
	transform: translate3d(0, 9px, 0);
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	width: 25px;
	cursor: pointer;
	background: #a09777;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}
.bar::before {
	transform: translate3d(-50%, -10px, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 35px;
	cursor: pointer;
	background: #a09777;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}
.bar {
	position: absolute;
	top: 50%;
	right: 0;
	height: 2px;
	width: 35px;
	cursor: pointer;
	background: #a09777;
	display: block;
	content: '';
	z-index: 99;
	transition: all 300ms ease-in-out;
}

body{
	position: relative;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, 0);
	visibility: hidden;
	transition:0.4s;
}
.overlay.active{
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	z-index: 99;
}
.main-menu-wrapper ul{
	margin: 0;
	padding:0;
	list-style: none;
}
.main-menu-wrapper ul li{transition:0.4s;}
.main-menu-wrapper ul li:hover{padding-left: 5px;}
.main-menu-wrapper ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	padding: 9px 0;
	display: block;
	position: relative;
	transition: 0.4s;
	border-bottom: 1px solid #3A3A3A;
}
.main-menu-wrapper ul li a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	opacity: 0;
	visibility: hidden;
	content: '';
	background: ;
	height: 2px;
	transition: 0.8s;
	background: #a09777;
}
.main-menu-wrapper ul li.current_page_item a,
.main-menu-wrapper ul li a:hover::after{
	opacity: 1;
	visibility: visible;
	width:100%;
}
.header-btn-outline {
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #444445;
	border: 1px solid #444445;
	min-width: 220px;
	display: inline-block;
	padding: 15px;
	transition: 0.4s;
}
.header-btn-outline:hover{
	border:1px solid #a09777;
	background:#a09777;
	color:#fff !important;
}
.header-btn {
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	border:1px solid #a09777;
	background:#a09777;
	color:#fff;
	min-width: 220px;
	display: inline-block;
	padding: 15px;
	transition: 0.4s;
}
.header-btn:hover{
	color:#fff !important;
}
.mr_30{
	margin-right: 30px;
}
.fa {
	font-family: fontAwesome !important;
}
.footer_item {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 50px;
}
.footer_item a{
	text-decoration: none;
}
.footer_item_ttl{
	font-weight: 700;
	margin-bottom: 15px;
}
.footer_partners_logo {
	margin-top: 25px;
	display: block;
	width: 100%;
}
.social_item a {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 19px;
	margin: 0 6px;
}

.social_item a::first-child {
	margin-left: 0 !important;
}
.social_item a::last-child{
	margin-right:0 !important;
}
.footer-item-wrapper {
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	padding: 60px 0 24px 0;
}
.footer_item_1, .footer_item_2 {
	width: 25%;
	float: left;
}
.footer_item_3 {
	width: 20%;
	float: left;
}
.footer_item_4 {
	width: 30%;
	float: left;
}
.footer_partners_logo img {
	max-width: 100%;
}
.copy_right_footer_text {
	font-weight: 300;
	font-size: 12px;
}
.footer_menu span a {
	font-size: 12px;
	text-decoration: none;
	font-weight: 300;
}
.footer_menu {
	display: inline-block;
}
.footer_menu span {
	padding: 0 5px;
}
.footer_flug {
	float: right;
}
.footer_flug img {
	max-width: 160px;
}
.footer_copy_right_section {
	padding: 24px 0 40px 0;
}
footer {
	padding-top: 100px;
}
.fusion-button-default-size{
	padding: 15px 17px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}
.guest-btn,
.order_submit_btn,
.booking-btn,
.cmn-btn,
.add-to-calendar-btn,
.cmn_btn {
	font-size: 16px;
	color: #fdfcfa;
	border: 1px solid #a09777;
	background: #a09777;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 17px;
	min-width: 235px;
	transition: 0.4s;
	cursor: pointer;
	border-radius: 0 !important;
}
.guest-btn:hover,
.booking-btn:hover,
.cmn-btn:hover,
.order_submit_btn:hover,
.add-to-calendar-btn:hover,
.cmn_btn:hover{
	color:#fff !important;
}
.cmn_btn.outline_btn{
	color: #a09777;
	background: transparent;
}
.cmn_btn.outline_btn:hover{
	color:#fff !important;
	background: #a09777;
}
.cmn_btn_group .outline_btn {
	margin-right: 30px;
}
.cmn_btn.full_width_btn{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.items_bg {
	display: block;
	width: 100%;
	position: relative;
	padding: 140px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.cmn_item_content_box {
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
	color: #fff;
	padding: 50px 90px 30px 50px;
}
.cmn_item_ttl {
	font-family: 'Source Serif Pro', serif;
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 30px;
	color:#1a474c;
}
.cmn_item_des {
	font-size: 16px;
	line-height: 30px;
	color: #424243;
	font-weight: 300;
	margin-bottom: 60px;
}
a.cmn_item_btm_style,
.cmn_item_btm_style {
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
	color: #1a474c !important;
	text-decoration: none;
}
a.cmn_item_btm_style:hover{
	color: #1a474c;
	text-decoration: none;
}
.cmn_item_btm_border {
	width: calc(100% + 150px);
	height: 4px;
	background: #a09777;
	margin-top: 15px;
}
.cmn_item_btm_dots{
	margin-top: 20px;
}
.cmn_item_btm_dots span{
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #a09777;
	border-radius: 50%;
	margin-right: 10px;
}
.gr_btm_price {
	text-align: center;
	color: #a49c77;
	font-size: 32px;
	font-weight: 700;
}
.dropdown_green_box .green_box{
	position: relative;
	cursor:pointer;
}
.green_box .green_box_deails_box .gr_ttl{
	min-height: auto;
	padding-top: 40px;
}

.dropdown_green_box .green_box_deails_box {
	background: #1a474c;
	text-align: center;
	position: relative;
	width: 464px;
	display: none;
	margin-top: 60px;
	padding-top: 40px;
}
.dropdown_green_box .single_gr_box.active .green_box_deails_box {
	display: block;
}

.dropdown_green_box .single_gr_box.active .green_box{
	padding-bottom: 0;
}
.green_box .green_box_deails_box .gr_btm_section {
	padding-left: 30px;
	text-align: left;
}
.green_box .green_box_deails_box .gr_btm_section .gr_btm_des_list {
	padding: 40px 0;
	display: block;
}
.green_box .green_box_deails_box .gr_btm_section .gr_btm_des_list ul {
	margin-left: -15px;
}
.green_box .green_box_deails_box .gr_btm_section .gr_btm_des_list ul li {
	font-weight: 300;
	margin-bottom: 20px;
}
.green_box .green_box_deails_box .green_tc_text{
	font-weight: 300;
	padding: 50px 0 30px;
}
.gr_btm_arrow {
	font-size: 14px;
	padding-top: 5px;
}
.gr_btm_arrow i {
	position: relative;
	right: -33px;
	display: inline-block;
	top: -2px;
	font-size: 23px;
}
.dropdown_green_box .single_gr_box:last-child .green_box_deails_box {
	right: 153%;
}
.form_inner_padding{
	padding: 50px 150px;
}
.country_group_top_ttl {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.country_group_selection {
	background: #f3f2ed;
	margin: 50px 0;
}
.form_inner_style label {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-align: left;
	display: block;
}
.form_inner_style .my-sqr-radio-btn label {
	display: inline-block;
}
.form_inner_style .my-sqr-check-btn label {
	display: inline-block;
}
.form_inner_style .inline_radio_btn_group label {
	display: inline-block;
	width: 20%;
}
.form_inner_style .form-control.form-control-2 {
	font-size: 16px !important;
	font-weight: 300 !important;
}
.form_inner_style .gender-label {
	font-weight: 300;
}
.form_inner_style .custom_gender_style {
	text-align: left;
	font-weight: 300;
}
.new_member_pack,
.member_details {
	color: #a49c77;
	font-family: 'Source Serif Pro', serif;
	font-size: 40px;
	line-height: 50px;
	padding: 60px 0;
}
.form_inner_style .my-sqr-radio-btn input[type="radio"] + label::before {
	top: 7px;
	border: 1px solid #a49c77;
	background: transparent;
}
.form_inner_style .my-sqr-radio-btn input[type="radio"] + label::after {
	top: 7px;
	border: 1px solid #a49c77;
}
.form_inner_style .my-sqr-radio-btn input[type="radio"]:checked + label::after {
	transform: scale(1);
	background: #a49c77;
}
.form_inner_style .my-sqr-check-btn input[type="checkbox"] + label::before {
	top: 7px;
	border: 1px solid #a49c77;
}
.form_inner_style .my-sqr-check-btn input[type="checkbox"] + label::after {
	top: 7px;
	border: 1px solid #a49c77;
}
.form_inner_style .my-sqr-check-btn input[type="checkbox"]:checked + label::after {
	transform: scale(1);
	background: #a49c77;
}
.form_inner_style .my-sqr-check-btn input[type="checkbox"]:checked + label::before {
	background: #a49c77;
}
.form_inner_style .form-control.form-control-2 {
	border: 1px solid #a49c77;
	border-radius: 4px;
}
.form_inner_style select.form-control-2 {
	background: #fff !important;
}
/* Reset Select */
.select-style {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
/* Custom Select */

.select-style::-ms-expand {
	display: none;
}

.select-wrapper{
	position: relative;
}
/* Arrow */
.select-wrapper::after {
	content: '\f0dc';
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 7px 11px;
	pointer-events: none;
}
/* Transition */
.select-wrapper:hover::after {
	color: #000;
}
.select-wrapper::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}
.no_padding{
	padding:0;
}
.select_green_box .single_gr_box {
	cursor: pointer;
}
.select_green_box .single_gr_box.active .green_box {
	background: #a49c77;
	color: #fff;
}
.select_green_box .single_gr_box.active .green_box .gr_btm_price,
.select_green_box .single_gr_box.active .green_box .per_month{
	color: #1a474c;
}
.green_box_with_select .single_gr_box.active .green_box .gr_btm_price,
.green_box_with_select .single_gr_box.active .green_box .per_month{
	color: #1a474c;
}
.member_details_des {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}
.member_details_sub_des {
	color: #000;
	font-size: 16px;
	padding: 50px 0;
}
.padding_top_none{
	padding-top: 0 !important;
}
.guest-btn {
	background: #a09777;
	border: 1px solid #a09777;
	border-radius: 0 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	margin: 100px 0 50px !important;
}
.sign-up-btn {
	background: #a09777;
	font-size: 16px;
	margin-bottom: 100px;
	font-weight: 300;
}
.bottom_100{
	padding-bottom: 100px;
}
.cff-shared-link,
.cff-post-links,
#cff .cff-author-img,
#cff .cff-author .cff-page-name.cff-author-date {
	display: none;
}
#cff.cff-default-styles .cff-author .cff-date {
	font-weight: normal;
	margin: 0 !important;
}
#cff.cff-default-styles .cff-author .cff-date {
	margin: 0 !important;
	font-style: italic;
	font-size: 20px;
	color: #424243;
}
#cff .cff-item {
	border: none !important;
}
.golden_template_wrapper .fusion-text h5 {
	color: #1a474c !important;
}
.new_member_img {
	margin-bottom: 50px;
}
.shirt_size_note {
	padding-top: 30px;
	margin-bottom: 15px;
}
.infusion-field-input-container select,
.custom_input_wrap .infusion-field-input {
	border: 1px solid #a49c77 !important;
	border-radius: 4px !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	height: 40px !important;
	margin-bottom: 20px;
}
.booking_click_btn {
	display: block;
	border-radius: 0px !important;
	margin-bottom: 15px;
	color: #a09777 !important;
	background: transparent;
}
.booking_click_btn:hover{
	color: #fff !important;
	background: #a09777;
}
.event-wrap th {
	background-color: rgba(41, 78, 81, 0.9) !important;
}
.home_testimonial_author_img img {
	border-radius: 50%;
}
.news_meta_items {
	color: #a09777;
	margin-top: 50px;
}
.news_meta_items span {
	color: #a09777;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	padding: 0 10px;
}
.post-content {
	background: #fff;
}
.full-width {
	background: #fff;
}

.cm_logo {
	padding-top: 100px;
	display: block;
}
.cm_wrapper {
	background: #1a474c;
	min-height: 100vh;
	color: #fff;
	margin-left: -30px;
	margin-right: -30px;
}
.cm_container {
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.cm_content {
	display: block;
	font-size: 35px;
	text-shadow: none;
	line-height: 40px;
	color: #fff;
	padding: 100px 0 150px 0;
	font-weight: 700;
}

.vip_guest_top_quote {
	padding: 30px 30px 0 30px;
}
.custom_container_width .fusion-builder-row.fusion-row {
	max-width: 100% !important;
}

.custom_absolute_bg{
	position: relative;
}

.page-template-default footer,
.page-template-template-100-width-custom-heading footer{
	padding-top: 0;
}
.page-template-default footer .footer-logo,
.page-template-template-100-width-custom-heading footer .footer-logo{
	margin-top: 100px;
}
.green_box.box_no_padding{
	padding:0;
}
.box_no_padding .green_box_inner{
	padding:36px 30px 25px 30px;
	background: #a49c77;
}

.dropdown_green_box.green_box_with_select .single_gr_box.active .green_box_deails_box {
	display: none;
}
.dropdown_green_box.green_box_with_select .single_gr_box.dropdown_show .green_box_deails_box {
	display: block;
}
.single_graphic {
	position: relative;
	margin-bottom: 30px;
	transition: 0.5s;
}
.single_graphic::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.4s;
	content: '';
	background: rgba(255, 255, 255, 0.6);
	display: block;
	opacity: 0;
	visibility: hidden;
	z-index: -9;
}
.single_graphic:hover::before{
	opacity: 0.6;
	visibility: visible;
	z-index: 9;
}
.single_graphic_btn_wrapper {
	position: absolute;
	width: 100%;
	height: auto;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%) scale(0.5);
	z-index: -99;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.single_graphic:hover .single_graphic_btn_wrapper {
	transform: translate(-50%, -50%) scale(1);
	z-index: 99;
	opacity: 1;
	visibility: visible;
}

.page-template-champion-template .home-golf-networking-section .item_img {
	text-align: center;
	margin-bottom: 30px;
}
.page-template-champion-template .guest_single_event_content {
	padding: 30px 20px 30px 20px;
}
.marketing_content_btn .marketing_flag_btn_wrapper .flag_btn:first{
	margin-left: 6px;
}
.marketing_content_btn .marketing_flag_btn_wrapper .flag_btn {
	display: inline-block;
	max-width: 60px;
	margin-right: 6px;
	line-height: 52px;
}
.about_all_began_section .flags{
	text-align: center;
}
.about_all_began_section .flags .flag_btn{
	display: inline-block;
	max-width: 90px;
	margin-right: 10px;
}
.social_share_btn_group {
	margin-top: 20px;
}
.social_share_btn_group .share_btn {
	font-size: 40px;
	line-height: 40px;
	margin: 0 10px;
}
.social_share_btn_group .share_btn i.fa-facebook{
	color: #4267B2;
}
.social_share_btn_group .share_btn i.fa-linkedin{
	color: #0076B3;
}
.allow_members_sign_up_form_wrapper {
	display: block;
	width: 100%;
	text-align: center;
	border-top: 9px solid #a09777;
	border-radius: 5px 5px 0 0;
	padding: 16px 20px 20px;
	margin-bottom: 30px;
	background: #f4f3f3;
}
.new_input_style {
	border: 1px solid #a49c77 !important;
	display: inline-block;
	max-width: 350px !important;
	border-radius: 4px !important;
	background: transparent !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #000 !important;
	height: 40px !important;
	margin-bottom: 15px;
}
.new_input_style::placeholder{
	color: #000 !important;
}
.sign_up_btn1 {
	border: 1px solid #a09777;
	background: #a09777;
	padding: 7px 30px;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	position: relative;
	top: -5px;
}

.single_photo_wrapper {
	position: relative;
	margin-bottom: 30px;
}
.member_photo_wrapper .members_club_name {
	font-size: 46px;
	color: #a49c75;
	line-height: 54px;
	font-family: 'Source Serif Pro', serif;
	padding: 40px 0;
	text-align: center;
}
.photo_auth_name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(41, 78, 81, 0.9);
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	transition: 0.4s;
	transform: scaleY(1);
	transform-origin: bottom;
}

.single_photo_wrapper:hover .photo_auth_name {
	transform: scaleY(0);
}


.page-template-guest-area .guest_area_hide {
	display: none;
}

.national_event_comming_soon {
	text-align: center;
	display: block;
	font-size: 56px;
	line-height: 80px;
	font-weight: 700;
	color: transparent;
	text-transform: uppercase;
	background: url('../png/animated-text-fill.png') repeat-y;
	-webkit-background-clip: text;
	background-clip: text;	
	animation: aitf 50s linear infinite;
	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 50s linear infinite;
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
}
@keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}


.loading_overlay {
	display: none;
	background: #ffffff;
	color: #666666;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 25%;
	opacity: .80;
}
.loading_overlay.active {
	display: block;
}

.spinner {
	margin: 0 auto;
	height: 64px;
	width: 64px;
	animation: rotate 0.8s infinite linear;
	border: 5px solid #ff0000;
	border-right-color: transparent;
	border-radius: 50%;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.color_white .ambs_mail_phone a, 
.color_white .ambs_name, 
.color_white .ambs_design, 
.color_white .ambs_web, 
.color_white .ambs_description, 
.color_white .ambs_offer,
.color_white .ambs_offer span{
	color:#fff;
}