/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


/*---GENERAL---*/
.mtsnb a.notificationBtn {
    color: #4e4e4e;
    font-weight: 400;
    text-decoration: underline;
    font-size: 14px;
}
.content {
    margin-top: -0px;
}
.title_holder {
    padding-top: 0px !important;
}
.title.title_size_large .title_holder h1 {
    text-shadow: 3px 3px 2px rgba(0,0,0,0.4);
}
.title_outer {
    /*margin-bottom: 80px;*/
}
.qbutton.large {
    line-height: 50px;
}
.qbutton.large:hover  {
	border: 1px solid #313131;
}
.textCenter {
	width: 700px;
    margin: 0 auto;
    text-align: center;
}
.textColumns {
	column-count: 2;
	text-align: left;
	column-gap: 40px;
}
.textColumns p {
	margin-top: 0px;
}
/*::selection {
	background: rgba(0,0,0,0) !important;
}*/


/*---HEADERTOP---*/
div.header_top p {
    line-height: 32px;
    padding: 0 15px;
    margin: 0px;
    font-size: 13px;
    color: #d4d4d4 !important;
	font-weight: 400;
}
.header_top .right {
    padding: 0px 0px;
    border-left: 1px solid #505050;
}
.header_top .left {
    padding: 0px 16px;
    border-right: 1px solid #505050;
}
.header_top a.qbutton.headerNews {
    border: none;
    background: none;
    font-size: 13px;
	font-weight:400;
	padding: 4px 30px;
	border-radius: 0px;
	transition: all 0.09s linear;
	display:none;
}
.header_top a.qbutton.headerNews:hover {
	background-color: #6b9f63;
	padding-right: 40px;
	transition: all 0.09s linear;
}
.header_top .qbutton .qode_button_icon_element, .qbutton i {
    vertical-align: middle;
}

/*---HEADER---*/
.q_logo a img {
    width: 90px !important;
    height: auto !important;
}
header.centered_logo .logo_wrapper, header.centered_logo .q_logo {
    height: 77px !important;
}
header.centered_logo .header_inner_left {
    margin: 20px 0 20px;
}
.header_bottom {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}
header.sticky div.header_bottom {
    background-color: rgba(255,255,255,0.94) !important;
    box-shadow: 0 3px 6px rgba(0,0,0,.4);
}
.q_social_icon_holder:hover a i.simple_social {
	color: #6b9f63 !important;
}
header.sticky nav.main_menu > ul > li#nav-menu-item-120:before {
    content: '|';
    position: relative;
    left: -2px;
    color: #dbdbdb;
    font-size: 15px;
    font-weight: 400;
}

/*---Dropdown---*/
.drop_down .second ul li.menu-item {
    border-bottom-width: 1px;
    border-bottom-color: #d9d9d9;
}
nav.drop_down .second .inner>ul, li.narrow .second .inner ul {
	background-color: #fcfcfc;
    border-color: #fafafa;
    border-radius: 0px 0px 2px 2px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.12), inset 0px 1px 2px rgba(0,0,0,0.14);
    top: -1px;
    border: 1px solid #fafafa;
    border-top: 0px;
}
.sticky nav.drop_down .second .inner>ul {
    top: 0px;
}
nav.drop_down .second .inner ul li a {
    color: #666666;
	transition: all 0.1s linear;
}
nav.drop_down .second ul li.menu-item:hover a {
	background-color: #6b9f63;
	transition: all 0.1s linear;
}

/*---HOME---*/
.homeSplit .split .vc_column-inner {
    height: 814px;
    border-left: 1px solid #ababab;
	padding: 0px;
	background-size: auto 116%;
	transition: all .3s ease-in-out;
}
.homeSplit .split .vc_column-inner:hover {
    background-size: auto 119%;
    transition: all .3s ease-in-out;
}
.homeSplit .split:first-child .vc_column-inner {
    border-left: 0px solid #ababab;
}
.homeSplit .split .vc_column-inner .wpb_wrapper {
    height: 100%;
	display: table;
    width: 100%;
}
.split a.qbutton.big_large_full_width {
    padding: 0px;
    height: 100%;
    background: none;
    border: none;
    font-size: 38px;
    font-weight: 900;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	vertical-align: middle;
    display: table-cell;
}
.split a.qbutton.big_large_full_width:hover {
    background: rgba(0,0,0,0.4);
}
.homeWelcome h3 {
    font-size: 32px;
    line-height: 54px;
}
.contactContainer .section_inner {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #ececec;
    box-shadow: 0px 0px 27px rgba(0,0,0,0.26);
	box-sizing: border-box;
}
.contactContainer h1 span.touch {
    color: #9c9c9c;
    font-weight: 400;
    font-size: 53px;
}
.contactContainer .section_inner .section_inner_margin {
    padding: 30px 50px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.contactContainer h1 {
    padding-right: 20px;
    font-size: 54px;
	line-height: 60px;
	/*margin-top: 92px;*/
}

/*---FORMS---*/
body .gform_wrapper form input[type=text], body .gform_wrapper form select, body .gform_wrapper form textarea {
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    padding: 8px 14px !important;
    margin: 0px;
    border-radius: 2px;
    font-size: 17px !important;
	font-weight: 500;
    color: #818181;
	font-family: 'nunito sans';
}
body div.gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}
body div.gform_wrapper .gform_fields .gfield {
    margin: 0 0 8px;
}
.gform_wrapper li {
	float: left;
    display: block;
    width: 50%;
}
.gform_wrapper .top_label li input[type=text], div.gform_wrapper .top_label li select.medium {
    width: 100% !important;
}
.gform_wrapper li#field_1_6 {
	float: right;
    display: block;
    position: absolute;
    width: 50%;
	right: 4px;
}
div.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 4px;
}
li#field_1_7 label {
    font-size: 15px !important;
    font-weight: 400;
    font-style: italic;
    line-height: 20px !important;
    display: table-cell;
    padding-left: 8px;
}
input#input_1_7_1 {
    display: table-cell;
	vertical-align: middle;
}
li#field_1_7 .ginput_container_consent{
	display: table;
}
body .gform_wrapper form textarea.medium {
    height: 238px;
}
input#gform_submit_button_1, input#gform_submit_button_2 {
    background-color: #6b9f63;
    color: #ffffff;
    border: 2px solid #6b9f63;
    padding: 8px 24px 6px;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    border-radius: 2px;
    margin: 0px;
    width: 160px;
    text-align: center;
}
input#gform_submit_button_1:hover, input#gform_submit_button_2:hover {
    background-color: rgba(0,0,0,0);
    color: #6b9f63;
    border: 2px solid #6b9f63;
}
.gform_footer.top_label {
    position: absolute;
    bottom: -4px;
    right: 8px;
    text-align: right;
}
li#field_1_7 {
    width: 100%;
    max-width: 370px;
}
.footer_top p {
    margin: 0px;
}
.footer_top .q_icon_with_title {
    padding: 4px 0px;
    border-bottom: 1px solid #4a4a4a;
    width: 334px;
}
.footer_top .qode_icon_with_text_widget:last-child .q_icon_with_title {
    border-bottom: 0px solid #4a4a4a;
}
i.qode_icon_font_awesome.qode_iwt_icon_element {
    /*padding-top: 10px;*/
}
.q_icon_with_title.tiny div.icon_text_holder {
    padding: 0 0 0 26px;
}
.q_icon_with_title div.icon_text_inner {
    padding: 3px 0 0px;
}
.footer_top .column1 img {
	margin-top: 4px;
    margin-right: 40px;
    width: 200px;
}
.gform_wrapper div.gform_footer.top_label {
    width: 160px;
}
.contactContainer .vc_column-inner {
    padding-left: 0px !important;
}
div.gform_wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
}
.footer_top a.icon_with_title_link {
    margin-top: 0px;
    color: #ffffff;
    text-decoration: none;
}

/*---CAREERS---*/
input#gform_submit_button_7, input#gform_submit_button_7 {
    background-color: #1f1f1f;
    color: #ffffff;
    border: 2px solid #1f1f1f;
    padding: 8px 24px 6px;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    border-radius: 2px;
    margin: 0px 0px 0px 10px;
    width: 160px;
    text-align: center;
}

input#gform_submit_button_7:hover, input#gform_submit_button_7:hover {
    background-color: #FCFCFC;
    color: #1f1f1f;
    border: 2px solid #1f1f1f;
}
.membershipformContainer .gform_legacy_markup_wrapper .gform_footer {
	padding:0px;
}
body .membershipformContainer .gform_wrapper form input[type=text], body .membershipformContainer .gform_wrapper form select, body .membershipformContainer .gform_wrapper form textarea {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 8px 14px !important;
    margin: 0px;
    border-radius: 2px;
    font-size: 17px !important;
    font-weight: 500;
    color: #323232;
    font-family: 'nunito sans';
}
.membershipformContainer .gform_wrapper li.hidden_label input {
    margin-top: 4px;
}
li.fnav-item.cmdToc {
    display: none !important;
}
.membershipformContainer .vc_column-inner {
    max-width: 700px;
    width:98%;
    margin: 0 auto;
}
.membershipformContainer .gform_wrapper.gravity-theme .gform_fileupload_rules {
    padding-top: 0px;
    margin-top: 4px;
    font-size: 11px;
    line-height: 15px;
}
.mvvCircle .vc_column-inner {
    background-color: #AFAFAF;
    border-radius: 300px;
    height: 400px;
    width: 400px;
    padding: 48px;
    display: flex;
    align-items: center;
    margin: 0px auto;
}
.membershipformContainer .gform_wrapper div.gform_footer.top_label {
    margin: 0 auto;
}
.vc_row.wpb_row.section.vc_row-fluid.mvvRow {
    z-index: 100;
}
.battleCry h3 {
    color: #ffffff;
    font-weight: 900;
    font-size: 27px;
    margin-bottom: 16px;
}
.battleCry p {
    font-weight: 700;
    color: #ffffff;
    line-height: 25px;
}
.careersTitle {
    	max-width: 600px;
    	margin: 0px auto;
	}
.membershipformContainer label.gfield_consent_label {
    font-size: 16px;
}
.gform_wrapper.gravity-theme #gform_7 .gform_fields {
    grid-row-gap: 0px;
}
#gform_7 .gform_footer.top_label {
    position: relative;
}
.membershipformContainer .gfield {
    text-align: left;
}


/*---COURSE---*/
.duesChart h2, .duesChart p {
	color: #fcfcfc;
}
.duesChart h2 {
	margin-bottom: -12px;
}
.frontNine h3, .backNine h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: -12px;
}
.frontNine, .backNine {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.frontNine img {
	border-radius: 0px 10px 10px 0px;
}
.backNine img {
	border-radius: 10px 0px 0px 10px;
}
.tourContainer p {
	max-width: 780px;
	margin: 0 auto;
}
.tourContainer h3 {
    color: #a7a7a7;
    margin: 10px auto 32px !important;
}
.frontNine  .section_inner div div div.vc_col-sm-6, .backNine .section_inner div div div.vc_col-sm-6, .frontNine .section_inner > .section_inner_margin > div > div, .backNine .section_inner .section_inner_margin > div > div  { 
	display: flex;	
}
.frontNine .vc_col-sm-6 .vc_column-inner, .backNine .vc_col-sm-6 .vc_column-inner {
	background-size: cover;
}
/*.frontNineContainer .section_inner {
    max-width: 88%;
}*/
.frontNine .vc_col-sm-6 .vc_column-inner {
    border-radius: 0px 10px 10px 0px;
}
.backNine .vc_col-sm-6 .vc_column-inner {
    border-radius: 10px 0px 0px 10px;
}

/*---Bikes---*/
.bikeList ul li {
    list-style-position: outside;
    margin-left: 32px;
    line-height: 19px;
    margin-bottom: 8px;
}


/*---TABLES---*/
div.qode-report-sheet {
    position: relative;
    padding: 0px 0px 0px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0);
}
div.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title, .ratesTable table td {
    font-size: 16px;
	line-height: 18px;
    font-weight: 400;
    color: #d3d3d3;
}
div.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column:first-child .qode-rs-table-column-title, .ratesTable table tr td:first-child, .ratesTable table tr th:first-child {
	padding-left:16px;
	text-align: left;
}
div.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row, .ratesTable table td {
    padding: 12px 0 11px;
    border-bottom: 1px dotted #545454;
}
.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row:last-child {
    border-bottom: 0px dotted #545454;
}
div.qode-report-sheet .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder .qode-rs-column-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #313131;
}
.qode-report-sheet .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder:first-child .qode-rs-column-title {
    padding-left:16px;
}
div.qode-report-sheet .qode-rs-table .qode-rs-table-header {
    padding: 10px 0 7px;
    border-bottom: 0px solid #545454;
}
div.qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, div.qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
    width: 40%;
}
div.qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, div.qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
    width: 40%;
}
div.qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:last-child, div.qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:last-child {
    width: 20%;
}
div.qode-report-sheet .qode-rs-title-holder {
    margin-bottom: 4px;
}
.duesChart .vc_col-sm-4 {
    padding-right: 20px;
}
.ratesTable table th {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #313131;
    background-color: #ffffff;
    line-height: 22px;
    padding: 10px 0px 8px;
}
.ratesTable table tr:nth-child(odd) {
    background-color: #484848;
}
.ratesTable table {
	width: 100%;
}
.ratesTable table td {
    border-right: 1px dotted #484848;
}
.ratesTable table td:last-child {
    border-right: 0px dotted #484848;
}
.ratesTable table tr:last-child td {
    border-bottom: 0px dotted #484848;
}
.duesChart .qode-rs-table {
	max-width: 780px;
    margin: 0 auto;
}

/*---MEMBERSHIP---*/
.q_price_table .price_table_inner ul li.pricing_table_content li {
    font-size: 20px;
    color: #313131;
    font-weight: 400;
    border-bottom: 1px dotted #eaeaea;
    padding: 9px 0px;
}

.q_price_table .price_in_table .price {
    font-size: 22px;
    line-height: 30px;
    padding: 0 3px;
    font-weight: 300;
    vertical-align: middle;
    color: #a7a7a7;
    text-transform: uppercase;
}
.price_in_table .value, .price_in_table .mark, .pricing_table_content p {
	display: none;
}
.q_price_table .price_button a.qbutton.white.large {
    background-color: #6b9f62;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border: none;
    font-size: 22px;
    letter-spacing: 1px;
	border-radius: 0 0 10px 10px;
	line-height: 51px;
	margin-top:14px;
}
.q_price_table .price_button a.qbutton.white.large:hover {
	background-color: #313131;	
}
div.q_price_table .price_table_inner {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	margin-bottom: 26px;
}
.q_price_table .price_table_inner .price_button {
    padding: 0 0 0px;
}
div.q_price_table {
    border-top: 0px solid #ebebeb;
}
.q_price_table .price_table_inner ul li.pricing_table_content li.price {
    font-weight: 800;
    font-size: 20px;
    border: none;
}
div.q_price_table .price_table_inner ul {
    min-height: 284px;
}


/*---RATES---*/
.specialsCards .qode-info-card {
    /*box-shadow: 0px 0px 10px rgba(0,0,0,.06);
    border: 1px solid #eeeeee;*/
	margin-bottom: 32px;
	border-radius: 8px;
}
.specialsCards .qode-info-card .qode-info-card-text-holder {
	background-color: #fcfcfc !important;
}
.specialsCards .qode-info-card .qode-info-card-text-holder {
	padding: 32px 38px 8px;
    border: 2px dotted #d0d0d0;
    border-top: 0px;
    border-radius: 0px 0px 8px 8px;
}
.specialsCards .qode-info-card-image img {
    border-radius: 8px 8px 0px 0px;
}
.specialsCards .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper h3 {
    color: #4a4a4a;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 4px auto -16px;
    text-align: center;
}
.specialsCards .qode-info-card .qode-info-card-text {
	margin-top: 18px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #696969;
}
.specialsCards.flip .qode-info-card .qode-info-card-text-holder {
    padding: 32px 50px 8px;
}
.specialsRow .full_section_inner {
    display: flex;
}
.specialsCards .vc_column-inner > .wpb_wrapper {
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    background: #ffffff;
    border-radius: 3px;
}
.specialsCards .vc_column-inner > .wpb_wrapper .wpb_single_image, .specialsCards .vc_column-inner > .wpb_wrapper .wpb_single_image img {
    border-radius: 3px 3px 0px 0px;
}
.specialsCards .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper {
    padding: 22px;
}
.specialsCards .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper p {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}
.specialsCards .vc_column-inner > .wpb_wrapper, .specialsCards .vc_column-inner {
    height: 100%;
}

/*---Member Events---*/
.leguesContainer h3 {
    color: #989898;
    margin: 10px auto 32px !important;
    text-transform: none;
    max-width: 800px;
}
.memberEventsBox {
    width: 800px;
    margin: 0 auto;
    float: none;
}
.memberEventsBox .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
    width: 35%;
}
.memberEventsBox .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
    width: 65%;
}
.memberEventsBox div.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title {
    padding: 0px 18px;
    line-height: 21px;
}
.memberEventsBox div.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column:first-child .qode-rs-table-column-title {
    padding-left: 16px;
    text-align: left;
    font-weight: 700;
}
	
/*---Restaurant---*/
.qode-workflow img {
    width: 212px;
    border: 2px solid #d6d6d6;
    border-radius: 200px;
    padding: 6px;
}
.qode-workflow h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 64px;
}
.qode-workflow .qode-workflow-item:nth-child(2) h3, .qode-workflow .qode-workflow-item:nth-child(3) h3  {
	margin-top:0px;
}
.qode-workflow p.text {
    color: #bdbdbd;
    margin: 10px 0px 0px !important;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text .circle {
    top: 44%;
}
.qode-workflow-text p, .qode-workflow-text li {
    color: #bdbdbd;
}
.qode-workflow-text ul {
    margin-left: 36px;
    list-style-position: outside;
}
.qode-workflow-text p {
    margin-bottom: 6px;
}
.qode-workflow-text p strong {
    color: #eeeeee;
}
.hoursLeft p:first-child {
    margin-top: 0px;
}
.hoursBlock p {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    line-height: 20px;
}
.leguesContainer .hoursBlock h3 {
    margin: 0px 0px 12px !important;
}
.hoursBlock p em {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #777777;
    display: block;
}
.hoursBlock {
    border: 1px solid #eeeeee;
    padding: 20px 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
}

/*---Leagues---*/
.leagueForm .gform_wrapper li {
	float: none;
	width: 100%;
}
.leaguesForm_wrapper.gform_wrapper .gform_footer.top_label {
    position: relative;
    bottom: 0px;
    right: 0px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    padding: 0px;
}
.leaguesForm_wrapper.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .leaguesForm_wrapper.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0px;
}
.leaguesForm_wrapper.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0px;	
}
body .gform_wrapper form select {
    padding: 8px 13px !important;
}

/*---EVENTS---*/
.qode-advanced-image-gallery .owl-dots {
	display: none;
}
.restrict p, .restrict h2, .restrict h4, .restrict h3, .restrict h1 {
	max-width: 900px;
	margin: 24px auto;
}
.restrict h1, .restrict h2 {
	margin-top: 0px;
}
.restrict h4 {
	margin-bottom: 2px;
    margin-top: 0px;
}
div.qode-advanced-image-gallery .owl-nav .qode-next-icon, div.qode-advanced-image-gallery .owl-nav .qode-prev-icon {
    border: 2px solid rgba(0,0,0,0);
	width: 40px;
    height: 40px;
    line-height: 40px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
div.qode-advanced-image-gallery .owl-nav .qode-next-icon:hover, div.qode-advanced-image-gallery .owl-nav .qode-prev-icon:hover {
    background-color: #ffffff;
	opacity: 0.9;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.0);
}
div.qode-advanced-image-gallery .owl-nav .owl-next {
    right: 16px;
}
div.qode-advanced-image-gallery .owl-nav .owl-prev {
    left: 16px;
}
.blockCentering .full_section_inner {
	display: flex;
  	justify-content: center;
  	align-items: center;
}
textarea#input_2_5 {
    height: 150px;
}
.blockCentering .qbutton.large:hover {
    background-color: #ffffff;
    color: #313131;
}
/*---CAREERS---*/
input#gform_submit_button_9, input#gform_submit_button_9 {
    background-color: #1f1f1f;
    color: #ffffff;
    border: 2px solid #1f1f1f;
    padding: 8px 24px 6px;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    border-radius: 2px;
    margin: 0px 0px 0px 10px;
    width: 160px;
    text-align: center;
}

input#gform_submit_button_9:hover, input#gform_submit_button_9:hover {
    background-color: #FCFCFC;
    color: #1f1f1f;
    border: 2px solid #1f1f1f;
}
.membershipformContainer .gform_legacy_markup_wrapper .gform_footer {
	padding:0px;
}
body .membershipformContainer .gform_wrapper form input[type=text], body .membershipformContainer .gform_wrapper form select, body .membershipformContainer .gform_wrapper form textarea {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 8px 14px !important;
    margin: 0px;
    border-radius: 2px;
    font-size: 17px !important;
    font-weight: 500;
    color: #323232;
    font-family: 'nunito sans';
}
.membershipformContainer .gform_wrapper li.hidden_label input {
    margin-top: 4px;
}
li.fnav-item.cmdToc {
    display: none !important;
}
.membershipformContainer .vc_column-inner {
    max-width: 700px;
    width:98%;
    margin: 0 auto;
}
.membershipformContainer .gform_wrapper.gravity-theme .gform_fileupload_rules {
    padding-top: 0px;
    margin-top: 4px;
    font-size: 11px;
    line-height: 15px;
}
.mvvCircle .vc_column-inner {
    background-color: #AFAFAF;
    border-radius: 300px;
    height: 400px;
    width: 400px;
    padding: 48px;
    display: flex;
    align-items: center;
    margin: 0px auto;
}
.membershipformContainer .gform_wrapper div.gform_footer.top_label {
    margin: 0 auto;
}
.vc_row.wpb_row.section.vc_row-fluid.mvvRow {
    z-index: 100;
}
.battleCry h3 {
    color: #ffffff;
    font-weight: 900;
    font-size: 27px;
    margin-bottom: 16px;
}
.battleCry p {
    font-weight: 700;
    color: #ffffff;
    line-height: 25px;
}
.careersTitle {
    	max-width: 600px;
    	margin: 0px auto;
	}
.membershipformContainer label.gfield_consent_label {
    font-size: 16px;
}
.membershipformContainer h1 {
    	font-size: 41px;
    	line-height: 47px;
	}
.gform_wrapper.gravity-theme #gform_9 .gform_fields {
    grid-row-gap: 0px;
}


/*---RESTAURANT---*/
.farmBlock img {
	width: 250px;
    border: 2px solid #d6d6d6;
    border-radius: 200px;
    padding: 6px;
}
.farmBlock {
    border-bottom: 3px dotted rgba(107, 159, 99, .5);
    padding-bottom: 63px;
}

/*---FOOTER---*/
div.footer_bottom_holder {
    padding-bottom: 0;
}
div.footer_bottom {
    padding-top: 3px;
    padding-bottom: 0px;
	height: 40px;
}


/*---BLOG---*/
.blog_holder.blog_large_image_with_dividers article .post_text .post_text_inner {
    box-shadow: 0px 0px 12px rgba(0,0,0,0.08);
    border-radius: 4px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
article.post .post_text_holder h2 a {
    text-decoration: none;
    text-transform: none;
	letter-spacing: 0.1px;
}
.blog_holder article.post {
    margin: 0 0 22px;
}
.blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column1 {
    background-color: #6b9f63;
    padding: 30px 0px;
    border-radius: 4px 0px 0px 4px;
}
.blog_holder.blog_large_image_with_dividers article .post_text_holder .blog_column2 {
    display: table-cell;
    padding: 30px 30px 12px 20px;
}
.blog_holder.blog_large_image_with_dividers article .post_text_holder .blog_column1 .date {
    padding: 0 14px;
    border-right: 0px solid #ebebeb;
}
.blog_holder.blog_large_image_with_dividers article.post .post_text .post_text_inner {
    padding: 0px 0;
}
article.post p.post_excerpt {
    margin-top: 14px;
}
article .post_info span.blog_time {
    font-size: 13px;
    color: #696969;
    font-weight: 400;
}
article .post_info a {
    font-size: 13px;
    color: #696969;
    font-weight: 400;
	text-decoration: none;
}
.blog_holder.blog_large_image_with_dividers article.post .post_info {
    padding-top: 12px;
}
.blog_holder.blog_large_image_with_dividers article .post_text_holder .blog_column1 .date_day {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 2px;
}
.blog_holder.blog_large_image_with_dividers article .post_text_holder .blog_column1 .date_month {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.blog_holder.blog_large_image_with_dividers article.post .post_text_holder .blog_column2>h2 {
    margin-bottom: 14px;
}
.blog_single.blog_holder article .post_info {
    display: none;
}
.blog_single.blog_holder .post_text h2 span.date.entry_date {
    color: #6B9F63;
	font-weight: 800;
	text-transform: uppercase;
}
.blog_holder.blog_large_image_with_dividers article img {
    display: none;
}
.blog_holder.blog_single article h2.entry_title {
    letter-spacing: 0;
    margin-bottom: 22px;
	font-size: 34px;
    color: #313131;
    font-weight: 700;
	text-transform: capitalize;
}
.blog_single.blog_holder article .post_image img {
    margin-bottom: 42px;
}
.blog_single.blog_holder article .post_text .post_text_inner {
	padding-top:0px;
}
.sidebar .qode_latest_posts_widget h5 {
    color: #313131;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
	margin-bottom: 0px;
}
.latest_post_image {
    display: none;
}
.latest_post_holder.image_in_box div.latest_post_text {
    padding: 0 0 0 0px;
}
.sidebar .qode_latest_posts_widget h5.latest_post_title {
    border: none;
    padding-bottom: 0px;
}
.sidebar .qode_latest_posts_widget h5.latest_post_title a {
    color: #6B9F63;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: none;
    font-size: 17px;
}
.latest_post .post_infos span.date.entry_date.updated {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0px;
    color: #696969;
}
.latest_post span.post_infos {
    line-height: 13px;
}
.latest_post_holder ul li {
    border-bottom: 2px dotted #e9e9e9;
    padding-bottom: 22px;
    padding-top: 22px !important;
	transition: all 0.2s ease-in-out;
}
.latest_post_holder ul li:hover {
    background-color: #ffffff;
    padding-left: 18px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
}
.blog_single.blog_holder {
    border-right: 1px solid #e6e6e6;
    padding-right: 32px;
}
.blog_single .post_text h1 {
    font-size: 26px;
    text-transform: none;
	font-weight: 800;
}
.single-post .blog_single p {
    margin-top: 0px;
}
.blog_single .post_text h2 {
    font-size: 22px;
    color: #6B9F63;
    font-weight: 600;
}
.blog_single .post_text li {
    list-style-position: outside;
    margin-left: 38px;
    line-height: 24px;
    margin-bottom: 12px;
}
.blog_single .post_text ul {
    margin-bottom: 26px;
}


/*---VENUES---*/
.venueSelect .q_image_with_text_over img, .venueSelect .q_image_with_text_over .shader {
    border-radius: 2px;
}
.venueSelect .q_image_with_text_over .desc {
    opacity: 1;
	height: 100%;
    width: 100%;
    margin: 0 auto;
}
.venueSelect .q_image_with_text_over .desc a {
    color: #ffffff;
    text-decoration: none;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    display: block;
    padding: 94px 0px;
	transition: all .3s ease-in-out;
}
.venueSelect .q_image_with_text_over:hover .desc a {
    color: #ffffff;
    text-decoration: none;
    font-size: 34px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
    display: block;
    padding: 94px 0px;
	transition: all .3s ease-in-out;
}
.venueSelect .q_image_with_text_over .desc a span.venueInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*border: 2px solid #ffffff;*/
    padding: 12px;
    border-radius: 2px;
    /*background-color: rgba(0,0,0,0.3);*/
}
.venueSelect .q_image_with_text_over .shader {
    background: linear-gradient(-45deg, rgba(107,159,99,1) 5%, rgb(199, 239, 191) 97%);
    opacity: 0.8;
    transition: all .8s ease-in-out;
}
.venueSelect .q_image_with_text_over:hover .shader {
    background: linear-gradient(146deg, rgba(107,159,99,1) 5%, rgba(107,159,99,1) 97%);
	opacity:0.9;
    transition: all .8s ease-in-out;
}
.venueSelect .q_image_with_text_over {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.footer_top .two_columns_50_50>.column1 {
    width: 40%;
}
.footer_top .two_columns_50_50>.column2 {
    width: 60%;
}
.blockCentering h3{
	text-transform: none; 
	color: #eeeeee; 
	font-size: 24px; 
	line-height: 32px;
}


/*---NOTIFICATION BARS---*/
.mtsnb a.mtsnb-button {
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
    background: none;
    border: 1.5px solid #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px 4px;
    font-weight: 700;
    font-size: 11px;
    transition: all .1s linear;
}
.mtsnb a.mtsnb-button:hover {
	background-color: #ffffff;
	color: #c7494f !important;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	transition: all .1s linear;
}
div.mtsnb .mtsnb-text, div.mtsnb .mtsnb-button, div.mtsnb .mtsnb-text, div.mtsnb input {
    margin: .2em .5em 0px;
}
div.mtsnb .mtsnb-text {
    font-style: italic;
    font-weight: 600;
}
a.mtsnb-hide, .mtsnb-show {
	top: 41%;
    right: 26px;
    font-size: 28px!important;
}
a.mtsnb-hide, .mtsnb-show {
	top: 42%;
    right: 26px;
    font-size: 28px!important;
}


/*---SISTER CLUB BOOKING---*/
.gform_wrapper .sisterBooking li {
    float: none;
    width: 90%;
    max-width: 600px;
    margin: 0 auto 6px !important;
}
.sisterBooking .gform_footer.top_label {
    position: relative;
    margin: 0 auto;
    right: auto;
    bottom: 0px;
    text-align: center;
}
.sisterbookingContainer .wpb_text_column {
	max-width:600px;
	margin: 0 auto
}
.gform_wrapper .sisterBooking .gfield_required {
    display: none;
}
.sisterBooking label.gfield_label {
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 4px;
    margin-top: 10px;
}
.gform_wrapper .sisterBooking ul li.gfield.gsection, .gform_wrapper .sisterBooking li.gfield.field_description_below+li.gsection {
    border-bottom: 2px dotted #ccc;
    padding: 0px 16px 6px 0;
    margin: 40px auto 4px !important;
}
.gform_wrapper.gf_browser_chrome .sisterBooking .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .sisterBooking ul.gform_fields li.gfield input[type=radio] {
    margin-top: 0px;
	margin-right: -2px;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper .sisterBooking ul li.field_description_below div.ginput_container_radio {
    margin-top: -2px;
    margin-bottom: 0;
}
.sisterBooking ul.gfield_radio li {
    display: inline-block;
    width: auto;
    margin-right: 20px !important;
}
body .gform_wrapper form.sisterBooking input[type=text], body .gform_wrapper form.sisterBooking select, body .gform_wrapper form.sisterBooking textarea {
    background-color: #ffffff;
}
.gform_wrapper .sisterBooking .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .sisterBooking .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0px;
}
.sisterBooking div.ginput_container_name span {
    padding-right: 11px;
    margin-right: -9px;
}
.sisterBooking input#gform_submit_button_3 {
    background-color: #406F54;
    color: #ffffff;
    border: 2px solid #406F54;
    padding: 8px 24px 6px;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    border-radius: 2px;
    margin: -16px auto 38px;
    width: 160px;
    text-align: center;
}
.sisterBooking input#gform_submit_button_3:hover {
    background-color: #fcfcfc;
    color: #406F54;
    border: 2px solid #406F54;
}
.recipContact p {
	font-size:14px; 
	line-height:18px;
}
.recipContact strong {
	text-transform:uppercase;
	display: block;
	margin: 14px 0px 2px;
}
.recipDivider {
	width: 90%;
    max-width: 600px;
	margin: 0 auto;
}
.sisterbookingContainer table {
    max-width: 600px;
    margin: 50px auto;
}
.sisterbookingContainer table th {
    color: #fafafa;
    background-color: #484848;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    padding: 10px 0px 8px;
    width: 25%;
    vertical-align: middle;
    border: 1px dotted #dddddd;
}
.sisterbookingContainer table td {
    color: #636363;
    border: 1px dotted #dddddd;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding: 5px 10px 3px;
}
.sisterbookingContainer p {
    line-height: 23px;
}
.sisterbookingContainer a.qbutton {
    padding: 8px 14px 7px;
}
.sisterbookingContainer .section_inner .wpb_text_column .wpb_wrapper ul {
    margin-left: 38px;
    list-style-position: outside;
}
.sisterbookingContainer .section_inner .wpb_text_column .wpb_wrapper ul li {
    line-height: 22px;
    margin-bottom: 10px;
}
form.sisterBooking ul.gfield_radio {
    margin-bottom: 0px;
}
body .gform_wrapper form.sisterBooking .gform_body li#field_3_20 {
    margin-top: 26px !important;
}
.sisterbookingContainer ol {
    padding-left: 38px;
}
.sisterbookingContainer ol li {
    line-height: 22px;
    margin: 10px 0px;
}

@media only screen and (max-width: 600px) {
.sisterbookingContainer table th {
    	font-size: 9px;
    	line-height: 13px;
    	padding: 10px 3px 8px;
	}
	.sisterbookingContainer p {
    	line-height: 20px;
	}
	.gform_wrapper .sisterBooking li {
    	float: none;
    	width: 98%;
	}
}
.mtsnb-content .mtsnb-custom-content {
    font-weight: 600;
}

/*---TESTIMONIALS---*/
div.testimonials_c_holder .testimonial_content_inner {
    padding: 32px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 8%);
    margin: 14px;
    border-radius: 3px;
    width: 100%;
    display: flex;
    align-items: center;
	box-sizing: border-box;
}
div.testimonials_c_holder .testimonial_content {
    box-sizing: border-box;
    display: flex !important;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_author {
    text-transform: uppercase;
}
.testimonials_c p {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
	margin-top: 0px;
}
.testimonials_c p.testimonial_author {
    margin-bottom: 0px;
}
.testimonials_c ul.slides {
    display: flex;
}
.featureQuote .testimonials_c p {
	color: #ffffff;
}
.featureQuote div.testimonials_c_holder .testimonial_content_inner {
	background-color: #6b9f63;
}
.featureQuote .testimonials_c_holder .testimonial_content_inner .testimonial_author {
	color: #ffffff !important;
}
div.testimonials_c_holder .flex-control-nav {
	margin-top:16px;
}
.featureQuote div.testimonials_c_holder .testimonial_content_inner:before {
    content: '“';
    color: #ffffff;
    font-family: 'times new roman';
    font-size: 247px;
    top: 100px;
    left: 18px;
    position: absolute;
    opacity: 0.04;
    font-weight: 800;
}
div.testimonials_c_holder .flex-control-nav li a.flex-active {
    background-color: #6b9f63;
}


/*---Responsive---*/
@media only screen and (max-width: 1000px) {
	.header_top .left {
		float:left;
	}
	.header_top .right {
		float: right;
	}
	div.header_bottom {
    	padding: 0px;
	}
	.header_bottom nav.mobile_menu ul {
    	margin: 0px;
    	width: 100%;
	}
	.header_bottom nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    	text-align: center;
    	text-decoration: none;
    	font-weight: 500;
    	padding: 12px 0px 10px;
	}
	div.header_bottom {
    	background-color: #fcfcfc !important;
	}
	nav.mobile_menu {
    	box-shadow: inset 0px 1px 5px rgba(0,0,0,0.15);
	}
	nav.mobile_menu ul li.active > a, nav.mobile_menu ul li:hover > a, nav.mobile_menu ul li:hover > h3 {
    	background-color: #6b9f63;
	}
		nav.mobile_menu ul li.active .mobile_arrow i, nav.mobile_menu ul li:hover .mobile_arrow i, nav.mobile_menu ul li:hover > h3, nav.mobile_menu ul li:hover > span {
    	color: #ffffff;
	}
	.header_bottom nav.mobile_menu ul li ul li a {
    	font-size: 13px;
    	padding: 6px 0px 4px;
	}
	nav.mobile_menu ul li ul li.menu-item {
    	margin: 0 0 0 0px;
		border-bottom: 1px dotted #d9d9d9;
		background-color: #efefef;
	}
	div.mobile_menu_button {
    	float: left;
    	height: 118px;
    	margin: -20px 20px 0 30px;
	}
	div.mobile_menu_button span i {
    	color: #6b9f63;
    	font-size: 26px;
    	margin-top: 12px;
	}
	div.header_top {
    	height: 33px;
	}
	.title.has_background, .title.has_fixed_background {
		height: 150px !important;
    	background-image: url(/wp-content/uploads/2020/01/title_bg.jpg) !important;
    	background-size: cover !important;
    	background-position-x: -240px !important;
	}
	.title img {
    	background-size: 0 0!important;
    	height: auto !important;
    	background-size: cover !important;
		display:none;
	}
	.specialsCards .qode-info-card .qode-info-card-text-holder {
    	padding: 32px 22px 8px;
	}
	.membershipIntro .wpb_column.vc_column_container.vc_col-sm-2 {
    	width: 0px;
	}
	.membershipIntro .wpb_column.vc_column_container.vc_col-sm-4 {
		width:50%;
	}
	.membershipIntro.wpb_column.vc_column_container.vc_col-sm-8 {
    	width: 100%;
	}
}


@media only screen and (max-width: 768px) {
	.footer_top .column1 img {
    	margin: 0 auto !important;
	}
	.footer_top .column1 .widget, .footer_top .column2 .widget  {
		text-align: center;
	}
	.footer_top .q_icon_with_title {
    	margin: 0 auto;
    	text-align: left;
	}
	.footer_responsive_adv div.footer_top .two_columns_50_50 .column2 {
		margin-bottom: 0px;
	}
	.header_top .left {
    	border-right: 0px solid #505050;
	}
	.header_top .right {
    	border-left: 0px solid #505050;
	}
	.header_top a.qbutton.headerNews {
    	padding-right: 25px;
		padding-left:25px;
	}
	.header_top a.qbutton.headerNews:hover {
    	padding-right: 25px;
		padding-left:25px;
	}
	.farmBlock img {
    	float: none;
    	text-align: center;
    	margin: 0 auto;
	}
	.farmBlock h2 {
		text-align:center !important;
	}
}


@media only screen and (max-width: 1200px) {
	.split a.qbutton.big_large_full_width {
    	font-size: 28px;
	}
	.homeSplit .split .vc_column-inner {
    	height: 560px;
	}
	.homeWelcome h1 {
    	font-size: 38px;
    	line-height: 46px;
	}
	.homeWelcome h3 {
    	font-size: 28px;
    	line-height: 38px;
	}
	input#gform_submit_button_1, input#gform_submit_button_2 {
    	width: 140px;
	}
	.q_price_table .price_table_inner ul li.pricing_table_content li {
    	font-size: 17px;
	}
	.qode_pricing_tables h1.qode_title_content_new {
    	font-size: 38px;
    	line-height: 46px;
	}
	.q_price_table .price_table_inner ul li.pricing_table_content li {
    	font-size: 15px;
    	line-height: 20px;
    	padding: 8px 0px;
	}
	div.q_price_table .price_table_inner ul {
    	min-height: 242px;
	}
	.membershipformContainer h1 {
    	font-size: 41px;
    	line-height: 47px;
	}
}


@media only screen and (max-width: 1000px) {
	.split a.qbutton.big_large_full_width {
    	font-size: 24px;
	}
	.homeSplit .split .vc_column-inner {
    	height: 450px;
	}
	.homeWelcome h1 {
    	font-size: 28px;
    	line-height: 38px;
	}
	.homeWelcome h3 {
    	font-size: 20px;
    	line-height: 30px;
	}
	div.homeIntro {
    	background-position-x: -440px !important;
    	padding-top: 80px !important;
    	padding-bottom: 270px !important;
	}
	li#field_1_7 {
    	max-width: 310px;
	}
	.gform_wrapper li.hidden_label input {
    	margin-top: 1px;
	}
	.gform_footer.top_label {
    	bottom: 15px;
	}
	.specialsCards.flip .qode-info-card .qode-info-card-text-holder {
    	padding: 32px 22px 8px;
	}
	.qode_pricing_tables h1.qode_title_content_new {
    	font-size: 32px;
    	line-height: 40px;
	}
	.q_price_table .price_in_table .price {
    	font-size: 18px;
    	line-height: 24px;
	}
	.price_table_inner ul li.table_title {
    	padding: 25px 12px 0px;
	}
	.q_price_table .price_table_inner ul li.pricing_table_content li.price {
    	font-size: 17px;
		padding-top: 14px;
	}
	.q_price_table .price_button a.qbutton.white.large {
		font-size: 18px;
		line-height: 50px;
	}
	div.title_subtitle_holder {
    	background-size: 230px !important;
	}
	.leguesContainer h1 {
		font-size: 38px;
    	line-height: 48px;
	}
	.venueSelect .q_image_with_text_over .desc a {
    	font-size: 26px;
    	padding: 74px 0px;
	}
	.venueSelect .q_image_with_text_over:hover .desc a {
    	font-size: 29px;
    	padding: 74px 0px;
	}
	.q_image_with_text_over .text:hover div.desc {
    	display: block;
	}
	.blockCentering h3 {
		font-size: 20px;
    	line-height: 24px;
	}
	.blockCentering .wpb_column:last-child .vc_column-inner {
    	padding: 0px 18px !important;
	}
	.blockCentering a.qbutton {
    	font-size: 14px;
    	letter-spacing: 0;
    	padding: 0px 22px;
    	height: 42px;
    	line-height: 45px;
	}

}
	
@media only screen and (max-width: 768px) {
.homeSplit .split .vc_column-inner {
    	height: 290px;
	}
	.homeSplit .split .vc_column-inner {
		background-size: 100% auto;
    	background-position-y: -160px;
	}
	.homeSplit .split .vc_column-inner:hover {
    	background-size: 103% auto;
	}
	.split {
    	width: 50%;
    	display: inline-block;
		margin-bottom: -8px;
	}
	.split a.qbutton.big_large_full_width {
    	font-size: 30px;
    	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	}
	.split:first-child, .split:nth-child(2) {
    	border-bottom: 2px solid #fcfcfc;
	}
	.homeSplit .split .vc_column-inner {
    	border-left: 2px solid #fcfcfc;
	}
		.homeSplit .split .vc_column-inner {
    	border-left: 2px solid #fcfcfc;
	}
	.homeWelcome .vc_col-sm-8 {
    	width: 60%;
    	float: right;
	}
	.homeWelcome h1 {
    	font-size: 30px;
    	line-height: 38px;
	}
	.homeWelcome p {
    	font-size: 17px;
    	line-height: 23px;
	}
	div.homeIntro {
    	background-position-x: -560px !important;
    	padding-top: 80px !important;
    	padding-bottom: 270px !important;
		border-top: 2px solid #fcfcfc !important;
	}
	li#field_1_7 {
    	max-width: 70%;
	}
	.contactContainer h1 {
		margin-top: 0px;
    	margin-bottom: 20px !important;
	}
	.ratesTable table th {
    	font-size: 10px;
    	line-height: 16px;
    	padding: 8px 0px 6px;
	}
	div.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title, .ratesTable table td {
    	font-size: 14px;
    	line-height: 18px;
	}
	.specialsCards {
    	max-width: 450px;
    	margin: 6px auto 32px;
	}
	.specialsCards h3 {
    	font-size: 26px;
    	line-height: 32px;
    	max-width: 300px !important;
    	margin: 0 auto;
	}
	.specialsCards .qode-info-card .qode-info-card-text {
    	font-size: 20px;
    	line-height: 30px;
    }
	.title.title_size_large h1 {
    	font-size: 36px!important;
    	line-height: 44px!important;
	}
	.frontNine .section_inner div div div.vc_col-sm-6, .backNine .section_inner div div div.vc_col-sm-6, .frontNine .section_inner > .section_inner_margin > div > div, .backNine .section_inner .section_inner_margin > div > div {
    display: block;
	}
	.frontNine .vc_col-sm-6:nth-child(2) .vc_column-inner {
    	border-radius: 0px 0px 10px 10px;
    	height: 300px;
	}
	.backNine .vc_col-sm-6:first-child .vc_column-inner {
    	border-radius: 10px 10px 0px 0px;
    	height: 300px;
	}
	.tourContainer h1, .leguesContainer h1 {
		font-size: 34px;
	    line-height: 38px;
	}
	.tourContainer h3 {
    	margin: 6px auto 32px !important;
    	font-size: 16px;
    	line-height: 22px;
	}
	div.qode_pricing_tables.three_columns .q_price_table {
    	width: 100%;
    	max-width: 460px;
    	margin: 0 auto;
    	float: none;
	}
	.qode_pricing_tables h1.qode_title_content_new {
    	font-size: 38px;
    	line-height: 48px;
	}
	.q_price_table .price_table_inner ul li.pricing_table_content li {
    	font-size: 20px;
    	line-height: 26px;
    	padding: 12px 0px 10px;
	}
	.q_price_table .price_table_inner ul li.pricing_table_content li.price {
		font-size: 20px;
		padding-top: 16px;
	}
	.q_price_table .price_button a.qbutton.white.large {
		font-size: 22px;
    	padding: 12px 0px 10px;
    	line-height: 44px;
    	margin-top: 14px;
	}
	.textCenter {
    	width: 100%;
    	padding: 0px 40px;
		box-sizing: border-box;
	}
	.memberEventsBox {
    	max-width: 600px;
	}
	a.qbutton.large {
    	height: 46px;
	}
	.memberEventsBox .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
    	width: 100%;
	}
		.memberEventsBox .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child h4 {
    	text-align:left;
	}
	.leagueForm {
    	margin-top: 32px;
	}
	.qode-workflow h3 {
    	font-size: 18px;
    	line-height: 26px;
	}
	.leguesContainer h3 {
		max-width: 100%;
    	padding: 0px 30px;
    	font-size: 18px;
    	line-height: 26px;
	}
	.venueSelect {
	    max-width: 400px;
	    margin: 8px auto;
	}
	.venueSelect .q_image_with_text_over .desc a {
    	font-size: 38px;
    	padding: 116px 0px;
	}
	.venueSelect .q_image_with_text_over:hover .desc a {
		font-size: 40px;
    	padding: 116px 0px;
	}
	.blockCentering .full_section_inner {
    	display: block;
	}
	div.blockCentering .wpb_column:last-child .vc_column-inner {
    	padding: 40px !important;
    	text-align: center;
	}
	nav.mobile_menu ul li.current-menu-item ul li.current-menu-item a {
    color: #6B9F63;
	}
	div.hoursBlock p, div.hoursBlock h3 {
    	text-align: center !important;
	}
	.hoursBlock {
    	margin-top: 24px;
	}
		.mission .vc_column-inner {
    	padding-top: 175px !important;
	}
	.vision .vc_column-inner {
    	padding-top: 60px !important;
    	margin-top: 0px !important;
	}
	.membershipformContainer h1 {
    	font-size: 35px;
    	line-height: 41px;
	}
	.specialsRow .full_section_inner {
    	display: block;
	}
}

@media only screen and (max-width: 600px) {
	div.homeIntro {
    	background-position-x: right !important;
	}
	.homeWelcome .vc_col-sm-8 {
    	width: 100%;
    	float: none;
	}
	.gform_wrapper li {
    	float: none;
    	display: block;
    	width: 100%;
		padding-right: 0px !important;
	}
	.contactContainer .vc_column-inner {
    	padding-left: 0px !important;
    	padding-right: 0px;
	}
	.gform_wrapper li#field_1_6 {
    	float: none;
    	display: block;
    	position: relative;
    	width: 100%;
    	right: 0px;
	}
	.gform_footer.top_label {
    	position: relative;
    	bottom: 0px;
    	right: 0px;
   		text-align: center;
    	margin: 0 auto !important;
	}
	li#field_1_7 label {
    	font-size: 14px !important;
    	font-weight: 400;
    	font-style: italic;
    	line-height: 18px !important;
    	display: table-cell;
    	padding-left: 8px;
	}
	.gform_wrapper li.hidden_label input {
    	margin-top: 4px;
	}
	body .gform_wrapper form input[type=text], body .gform_wrapper form select, body .gform_wrapper form textarea {
    	padding: 4px 14px !important;
    	font-size: 15px !important;
	}
	body .gform_wrapper form textarea.medium {
    	height: 200px;
    	padding-top: 14px !important;
	}
	li#field_1_7 {
    	max-width: 100%;
	}
	.contactContainer .section_inner .section_inner_margin {
    	padding: 30px 40px;
	}
	.ratesTable table th {
    	text-transform: uppercase;
    	font-size: 8px;
	}
	div.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title, .ratesTable table td {
    	font-size: 10px;
    	line-height: 14px;
		text-align: center;
	}
	.title.title_size_large h1 {
    	font-size: 34px!important;
    	line-height: 42px!important;
	}
	.tourContainer h1, .leguesContainer h1 {
    	margin: 8px auto 16px !important;
    	font-size: 26px;
    	line-height: 30px;
	}
	.tourContainer h3 {
    	margin: 10px auto 32px !important;
    	font-size: 20px;
    	line-height: 26px;
	}
	.frontNine .vc_col-sm-6:nth-child(2) .vc_column-inner {
    	height: 240px;
	}
	.backNine .vc_col-sm-6:first-child .vc_column-inner {
    	height: 240px;
	}
	.textCenter {
    	width: 100%;
    	padding: 0px 20px;
	}
	.duesChart .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, .duesChart .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column, .duesChart .qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title-header {
    	float: left;
    	/*display: block;*/
	}
	.duesChart .qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title-header {
	    width: 0% !important;
    	margin: 0;
    	display: none;
	}
	.duesChart .qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-inner {
    	float: right;
    	width: 100%;
	}
	.qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder {
    	display: block;
	}
	
	div.qode-report-sheet .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder .qode-rs-column-title {
    	font-size: 12px;
		text-align: center;
	}
	div.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column:first-child .qode-rs-table-column-title, .ratesTable table tr td:first-child, .ratesTable table tr th:first-child {
    	padding-left: 0px;
    	text-align: center;
	}
	div.qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, div.qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
    	width: 38%;
	}
	.memberEventsBox {
    	max-width: 95%;
	}
	.memberEventsBox .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
    	display: inline-block;
	}
	.memberEventsBox .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
    	width: 32%;
    	display: inline-block;
		float: left;
	}
	.memberEventsBox div.qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title {
		text-align: left;
    	vertical-align: middle;
		    line-height: 18px;
	}
	.textColumns {
    	column-count: 1;
	}
	.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image.right {
    	text-align: center;
	}
	.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image.left {
    	text-align: center;
	}
	.qode-workflow h3 {
    	font-size: 22px;
    	line-height: 26px;
    	margin-top: 0px;
    	text-align: center;
	}
	.qode-workflow p.text {
		max-width: 80%;
    	margin: 14px auto !important;
    	text-align: center;
	}
	h2 {
    	font-size: 24px;
    	line-height: 29px;
	}
	h4 {
    	font-size: 17px;
    	line-height: 24px;
    	margin-bottom: 6px;
	}
	.blog_single.blog_holder {
    	border-right: 0px solid #e6e6e6;
    	padding-right: 0px;
	}
	.latest_post_holder>ul>li {
    	margin: 0 0 0px!important;
	}
	article.post .post_text_holder h2 a {
    	font-size: 26px;
    	letter-spacing: 0px;
    	line-height: 29px;
	}
	article.post p.post_excerpt {
    	font-size: 16px;
    	line-height: 22px;
	}
	div.mtsnb .mtsnb-text {
    	font-size: 12px;
	}
	.mtsnb a.mtsnb-button {
    	padding: 4px 7px 3px;
    	margin-right: 0px !important;
    	font-size: 10px;
    }
	.mtsnb div.mtsnb-container {
    	padding: 10px 42px 10px 0px;
	}
	.mtsnb .mtsnb-content {
		text-align: left;
    	margin-left: 10px;
	}
	.contactContainer .section_inner .section_inner_margin {
    	padding: 30px 50px;
		display: block;
    	justify-content: center;
    	align-items: center;
	}
	.qode-workflow div.qode-workflow-text {
    	width: 100%!important;
    	padding: 0 25px !important;
	}
	.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text p {
    	line-height: 23px;
	}
	.testimonials_c p {
    	font-style: italic;
    	font-size: 14px;
    	line-height: 18px;
    	margin-top: 0px;
	}
	div.testimonials_c_holder .testimonial_content_inner {
    	padding: 28px;
    	border: 1px solid #eeeeee;
    	box-shadow: 0px 0px 6px rgb(0 0 0 / 8%);
    	margin: 6px;
	}
	.featureQuote div.testimonials_c_holder .testimonial_content_inner:before {
    	top: 90px;
    	left: 10px;
	}
		.membershipformContainer h1 {
    	font-size: 25px;
    	line-height: 31px;
	}
	.battleCry p {
    	line-height: 19px;
    	font-size: 14px;
	}
	.battleCry h3 {
    	font-size: 18px !important;
    	margin-bottom: 16px;
	}
	.mvvCircle .vc_column-inner {
    	height: 300px;
    	width: 300px;
    	padding: 40px;
	}
}

@media only screen and (max-width: 500px) {
	div.header_top p {
    	padding: 0 6px;
    	font-size: 11px;
	}
	.header_top a.qbutton.headerNews {
    	font-size: 11px;
    	padding: 4px 9px 3px !important;
	} 
	.header_top .left {
    	padding: 0px 4px;
	}
	.footer_top .column_inner>div:not(.qode_separator_widget) {
    	margin: 0px 0 0px!important;
	}
	.footer_top a.icon_with_title_link, .footer_top h1, .footer_top p {
    	font-size: 12px;
	}
	.footer_top .q_icon_with_title {
    	width: 310px;
	}
	.footer_top .q_icon_with_title.tiny div.icon_text_holder {
    	padding: 0 0 0 20px;
	}
	.homeSplit .split .vc_column-inner {
    	height: 190px;
	}
	.homeSplit .split .vc_column-inner {
		background-size: cover;
    	background-position-y: -70px;
	}
	.split {
    	width: 50%;
    	display: inline-block;
		margin-bottom: -8px;
	}
	.split a.qbutton.big_large_full_width {
    	font-size: 18px;
    	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	}
	.split:first-child, .split:nth-child(2) {
    	border-bottom: 2px solid #fcfcfc;
	}
	.homeSplit .split .vc_column-inner {
    	border-left: 2px solid #fcfcfc;
	}
	div.vc_row.wpb_row.section.homeIntro {
		border-top:2px solid #fcfcfc !important;
		padding-top: 60px !important;
		padding-bottom: 240px !important;
	}
	h1 {
    	font-size: 29px;
    	line-height: 35px;
	}
	.homeWelcome h3 {
    	font-size: 20px;
    	line-height: 36px;
	}
	.contactContainer h1 {
    	padding-right: 0px;
    	font-size: 48px;
    	line-height: 54px;
    	margin-top: 0px;
    	margin-bottom: 20px !important;
	}
	.gform_wrapper li {
    	float: none;
    	display: block;
    	width: 100%;
		padding-right: 0px !important;
	}
	.contactContainer .vc_column-inner {
    	padding-left: 0px !important;
    	padding-right: 0px;
	}
	.gform_wrapper li#field_1_6 {
    	float: none;
    	display: block;
    	position: relative;
    	width: 100%;
    	right: 0px;
	}
	.gform_footer.top_label {
    	position: relative;
    	bottom: 0px;
    	right: 0px;
   		text-align: center;
    	margin: 0 auto !important;
	}
	li#field_1_7 label {
    	font-size: 13px !important;
    	font-weight: 400;
    	font-style: italic;
    	line-height: 16px !important;
    	display: table-cell;
    	padding-left: 8px;
	}
	.gform_wrapper li.hidden_label input {
    	margin-top: 4px;
	}
	body .gform_wrapper form input[type=text], body .gform_wrapper form select, body .gform_wrapper form textarea {
    	padding: 4px 14px !important;
    	font-size: 15px !important;
	}
	body .gform_wrapper form textarea.medium {
    	height: 200px;
    	padding-top: 14px !important;
	}
	.contactContainer h1 span.touch {
 		font-size: 46px;
	}
	.frontNine .vc_col-sm-6:nth-child(2) .vc_column-inner {
    	height: 200px;
	}
	.backNine .vc_col-sm-6:first-child .vc_column-inner {
    	height: 200px;
	}
	.tourContainer h1, .leguesContainer h1 {
    	font-size: 28px;
   		line-height: 32px;
    	margin-bottom: 16px;
	}
	.leguesContainer h3 {
    	padding: 0px 12px;
    	font-size: 16px;
    	line-height: 20px;
	}
		.venueSelect {
	    max-width: 300px;
	    margin: 8px auto;
	}
	.venueSelect .q_image_with_text_over .desc a {
		font-size: 32px;
   	 padding: 93px 0px;
	}
	.venueSelect .q_image_with_text_over:hover .desc a {
		font-size: 35px;
    	padding: 93px 0px;
	}
	div.mtsnb .mtsnb-text {
    	font-size: 13px;
    	line-height: 24px;
	}
	.hoursBlock p {
    	margin: 0px 0px 8px 0px;
    	font-size: 13px;
    	line-height: 16px;
	}
	.leguesContainer .hoursBlock h3 {
    	margin: 0px 0px 16px !important;
    	font-size: 23px;
	}
	.hoursBlock p em {
    	font-size: 11px;
    	line-height: 15px;
    	max-width: 80%;
    	margin: 0 auto;
	}
	.specialsCards .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper p {
    	font-size: 14px;
    	line-height: 18px;
	}
}