/*
Theme Name: BlueStar 2017
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bluestar

This theme, like WordPress, is licensed under the GPL.
*/

::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}
textarea::placeholder {
  color: #999;
}

html, body, .block {
	height: 100%;
}

/*////////////////////////
	HEADER
///////////////////////*/

.top-bar {
	background-color: #f5f6f7;
	height: auto;
	font-size: 0.9375rem;
}

.top-bar .row {
	width: 95%;
	margin-bottom: 0;
}

.top-bar .social {
	padding: 10px;
}

.top-bar .social a {
	color: #979797;
}

.top-bar .social i,
.top-bar .social svg {
	font-size: 20px;
	line-height: 24px;
	margin-left: 16px;
}

.top-bar .social img {
	margin-left: 16px;
    margin-bottom: -5px;
}

.top-bar .social img.mtl-icon {
	margin-left: 16px;
    margin-bottom: -3px;
	height: auto;
	width: 44px;
}

.top-bar .social a.tb-button {
	color: #979797;
	background-color: transparent;
	border: 2px solid #979797;
	padding: 4px 10px;
	border-radius: 4px;
	transition: .2s ease-out;
}
.top-bar .social a.tb-button:hover,
.top-bar .social a.tb-button:focus,
.top-bar .social a.tb-button:active {
	color: #ffffff;
	background-color: #979797;
	border: 2px solid #979797;
}
.top-bar .social a.tb-button.text {
	border: 2px solid transparent;
}


#wp-admin-bar-comments,
#wp-admin-bar-new-content,
#wp-admin-bar-wpseo-menu,
#wp-admin-bar-wp-logo,
#wp-admin-bar-customize,
#wp-admin-bar-wpengine_adminbar,
#wp-admin-bar-edit,
#wp-admin-bar-duplicate-post,
#wp-admin-bar-search {
	display: none;
}


/*////////////////////////
  LOGO
///////////////////////*/
nav .brand-logo {
	padding: 18px 0;
	vertical-align: middle;
	position: inherit;
}

nav .brand-logo.left {
    padding: 20px 0;
}

.brand-logo img {
    display: block;
    max-width: 100%;
	max-height: 60px;
    height: auto;
    vertical-align: bottom;
    border: 0;	
}

@media (max-width: 1199px) {
.brand-logo img {
/*	max-width: 115px; */
}
nav .brand-logo.left {
}
}


/*////////////////////////
  NAVIGATION
///////////////////////*/

nav.nav-primary {
    height: 6.4em;
	line-height: 1.7;
	box-shadow: none;
}

nav .nav-wrapper {
    width: 95%;
    margin: 0 auto;
}

nav ul a {
    padding: 31px 20px 10px 20px;
    font-size: 1.25rem;
    color: #4a4a4a;
    font-weight: 500;
	border-bottom: 2px solid rgba(74,74,74,0);
	transition: .3s;
}

nav ul a:hover,
nav ul a:focus,
nav ul a:active,
nav ul a.active {
	background-color: transparent;
	border-bottom: 2px solid rgba(74,74,74,1);
}

nav ul li:last-child a {
	margin-right: -20px;
}

.current-menu-item a,
.current-menu-ancestor a,
.current_page_parent a,
.current-page-ancestor a {
    background-color: transparent;
	border-bottom: 2px solid rgba(74,74,74,1);
}

.navbar-fixed {
	z-index: 999;
}

.page-template-template-lifestyle .nav-jump,
.page-template-template-form .nav-jump,
.single-gravityview .nav-jump,
.single-rentals .nav-jump,
.page-template-template-reserve-home .nav-jump,
.single-post .nav-jump,
.archive.category .nav-jump,
.archive.tag .nav-jump,
.blog .nav-jump,
.search .nav-jump,
.page-template-template-thankyou .nav-jump,
.page-template-template-properties .nav-jump,
.single-properties .nav-jump,
.page-template-template-events-cal-php #wrapper.nav-jump,
.page-template-template-bsrg-landing .nav-jump,
.page-template-template-marketplace .nav-jump,
.page-template-template-sm-form .nav-jump,
.single-product .nav-jump {
	display: none !important;
}

/*////////////////////////
	PROMOTIONS
///////////////////////*/

.promo.slider {
/*    position: relative; */
    height: 69px;
    width: 100%;
}

.promo.slider .slides {
    background-color: #f5f6f7;
    margin: 0;
    height: 69px;
}
.promo.slider .slides li {
	padding: 0.5em 0;
	top: initial;
	left: initial;
	width: 80%;
}
.promo .row {
	margin-bottom: 0;
}
button.prev,
button.next {
	font-size: 1rem;
	color: rgba(74,74,74,1);
	background-color: transparent;
    cursor: pointer;
	transition: color.3s;
    border: none;
    border-radius: 0;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
button.prev:hover,
button.next:hover {
	color: rgba(74,74,74,0.5);
	background-color: transparent;
    border: none;
    border-radius: 0;
}
button.prev i,
button.prev svg,
button.next i,
button.next svg {
	line-height: 0.65;
	font-size: 2.5rem;
}
.promo-title {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 5px;
}

.promo-details {
	font-size: 1rem;
	margin: 0 5px;
}

.promo-text {
	font-weight: 600;
}

.promo-cta {
	font-size: 1rem;
	margin: 0 5px;
}
a.promo-cta {
	transition: .2s;
}
a.promo-cta:hover,
a.promo-cta:focus,
a.promo-cta:active {
	text-decoration: underline;
	cursor: pointer;
}

.promo .valign-wrapper {
    display: inline-flex;
}	


/*////////////////////////
	SPECIALS
///////////////////////*/

#specials button.prev,
#specials button.next {
    height: 250px;
    line-height: 250px;
	width: 100%;
}
#specials .row .col.slider-btn-left button.prev {
	text-align: right;
}
#specials .row .col.slider-btn-right button.next {
	text-align: left;
}

.specials .slider .slides li .special-content {
    height: 100%;
}
.specials .special-content .special-details {
	height: 65%;

}
.specials .special-content .special-action {

}


/*////////////////////////
	TESTIMONIALS
///////////////////////*/

#testimonials button.prev,
#testimonials button.next {
    height: 350px;
    line-height: 1;
    width: 100%;
}
#testimonials .row .col.slider-btn-left button.prev,
#testimonials .row .col.slider-btn-right button.next {
	text-align: center;
}
.testimonial-details {
	height: 80%;
}
.testimonial-author {
}
.testimonial-details p {
	width: 100%;
}
.testimonial-author p {
	width: 100%;
}


/*////////////////////////
	GOLF
///////////////////////*/
.golf-description {
	padding-right: 2rem !important;
}
.rating-slope {
    padding: 1rem 2rem 2rem !important;
    background-color: #f0f1f1;
	margin: 2.5em 0;
}
.rating-slope table {
}
.rating-slope thead {
	font-size: 1.375rem;
	font-weight: 700;
	text-transform: uppercase;
}
.rating-slope td {
	color: #979797;
	font-size: 1.125rem;
	font-weight: 500;
}


/*////////////////////////
	DINING
///////////////////////*/
.hours {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin: 1em;
}
#location .hours {
	display: block;
	margin: 0;
}

#location .tb-button,
#location .mtl-members {
	display: none;
}

#location .social {
	text-align: left !important;
	padding-left: 0;
}
#location .social svg {
	height: 1.75em;
	margin-right: 16px;
}

#location .social a i,
#location .social a svg {
    transition: .3s;
}

.other-spaces .card {
	border: 1px solid #eeeeee;
    box-shadow: none;
}

.other-spaces .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	margin-right: 0;
}

.other-spaces .card-height {
	min-height: 130px;
	margin-bottom: 0.5em;
}

.other-spaces .card-content {
	min-height: 300px;
	padding: 25px;
}

.other-spaces .card-content h4 {
	font-size: 1.75rem;
}

.other-spaces .card-content p {
	color: #979797;
	font-size: 1rem;
}

.other-spaces .card-content .hours {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0.5em 0.5em 0;
}

.other-spaces .card .card-image img {
}

.other-spaces .card .card-action {
    padding: 1.5rem 1.5rem 0;
    margin-top: 1.5rem;
}

.other-spaces .card .card-action a {
	font-size: 1.125rem;
}

.events {
	padding: 2em 4em;
}

.events .row .col.event {
	padding-left: 0;
	padding-right: 0;
}

.events .event {
	border-bottom: 2px solid #e6e6e6;
}

.events .event h3 {
	color: #4a4a4a !important;
	font-size: 1.5rem;
	font-weight: 700;
}

.events .event h4 {
	color: #979797 !important;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 1em;
}

.events .event p {
	color: #979797 !important;
	font-size: 1rem;
	font-weight: 500;
}

.event a {
	text-decoration: none;
	transition: .2s ease-in;
}

.event a:hover,
.event a:focus,
.event a:active {
	text-decoration: underline;
}


/*////////////////////////
  SPA
///////////////////////*/

.featured-treatment {
    background-color: #f5f6f7;
    border: 1px solid #eeeeee;
}
.featured-treatment .featured-treatment-details {
	padding: 1rem 1.5rem 1rem;	
}
.featured-treatment .featured-treatment-img {
	padding: 0;
	min-height: 230px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
#featured-treatment .featured-treatment h3 {
	color: #4a4a4a !important;
	font-size: 1.75rem;
	font-weight: 700;
}
#featured-treatment .featured-treatment p {
	color: #979797 !important;
}
.featured-treatment-cta {
	color: #4a4a4a;
	font-size: 1,125rem;
	text-transform: uppercase;
	border-top: 2px solid #e6e6e6;
	padding: 1rem 0 0;
	margin-bottom: 0;
	display: table;
	min-width: 270px;
}
#featured-treatment .featured-treatment-cta a {
	transition: .3s;
}
#featured-treatment .featured-treatment-cta a:hover,
#featured-treatment .featured-treatment-cta a:focus,
#featured-treatment .featured-treatment-cta a:active {
	color: #4a4a4a !important;
    cursor: pointer;
}


/*////////////////////////
  EVENTS & WEDDINGS
///////////////////////*/

.venues .card {
	border: 1px solid #eeeeee;
    box-shadow: none;
}

.venues .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	margin-right: 0;
}

.venues .card-height {
	min-height: 160px;
}

.venues .card-content h4 {
	font-size: 1.75rem;
}

.venues .card-content p {
	color: #979797;
	font-size: 1rem;
	margin-top: 20px;
}

.venues .card .card-image img {
}

.venues .card .card-action {
	color: #979797;
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: uppercase;
    padding: 24px 0 0;
	margin-top: 20px;
}

.awards-list {
	margin: 0 auto;
}
.awards img {
	margin: 1.5em 3em 1em;
	max-height: 160px;
	min-height: 160px;
}


/*////////////////////////
  LIFESTYLE
///////////////////////*/

.lifestyle-amenity {
    background-color: #f5f6f7;
    border: 1px solid #eeeeee;
}
.lifestyle-amenity .lifestyle-amenity-details {
	padding: 1rem 1.5rem 1rem;	
}
.lifestyle-amenity .lifestyle-amenity-img {
	padding: 0;
	min-height: 230px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
#lifestyle-amenities .lifestyle-amenity h3 {
	color: #4a4a4a !important;
	font-size: 1.75rem;
	font-weight: 700;
}
#lifestyle-amenities .lifestyle-amenity p {
	color: #4a4a4a !important;
}
.lifestyle-amenity-cta {
	color: #4a4a4a;
	font-size: 1.125rem;
	text-transform: uppercase;
	border-top: 2px solid #e6e6e6;
	padding: 1rem 0 0;
	margin-top: 1rem;
	margin-bottom: 0;
	display: table;
	min-width: 270px;
}
#lifestyle-amenities .lifestyle-amenity-cta a {
	transition: .3s;
}
#lifestyle-amenities .lifestyle-amenity-cta a:hover,
#lifestyle-amenities .lifestyle-amenity-cta a:focus,
#lifestyle-amenities .lifestyle-amenity-cta a:active {
	color: #4a4a4a !important;
    cursor: pointer;
}

.lifestyle-no-cta p {
	margin-bottom: 5px;
}

#lifestyle-amenities a .lifestyle-amenity-img:hover {
	cursor: pointer;
}

.thumb-wrapper .lifestyle-amenity-img {
	position:relative;
}

.icon::after {
	display: none;
}
.icon-play::after {
	font: var(--fa-font-solid);
    content: "\f04b";	
}

.thumb-wrapper .lifestyle-amenity-img svg {
	position: absolute;
	top: 28%;
	left: 41%;
	color: rgba(255,255,255,0.8);
	font-size: 6em;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	text-align: center;
	line-height: 2.85;
}


/*////////////////////////
	FA ICONS
////////////////////////*/


/* defining the right font-family/font-face and inherited weight for each style */
.icon-solid::before {
  font: var(--fa-font-solid);
}

.icon-regular::before {
  font: var(--fa-font-regular);
}

.icon-light::before {
  font: var(--fa-font-light);
}

.icon-thin::before {
  font: var(--fa-font-thin);
}

.icon-brand::before {
  font: var(--fa-font-brands);
}


/*////////////////////////
	MISC
///////////////////////*/

::placeholder {
	color:#b1b1b1;
}

.h200 {
	min-height:200px;
}
.w100 {width:100%;}
.center {
    text-align: center;
    vertical-align: middle;
}
.depthTile > div > p {
	background:#03a9f4;
	color:#03a9f4;
	min-height:100px;
}
.wp-caption, .wp-caption-text, .screen-reader-text,.gallery-caption,.bypostauthor,.sticky  {
	font-size: inherit;
}

#additional-content ul:not(.browser-default),
#form-pg ul:not(.browser-default) {
    padding-left: 15px;
    list-style-type: inherit;
}
#additional-content ul:not(.browser-default) li,
#form-pg ul:not(.browser-default) li {
    list-style-type: inherit;
}
#additional-content ul.collapsible:not(.browser-default),
#form-pg ul.collapsible:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

.amenity .card {
	box-shadow: none;
	border: 1px solid #eee;
	border-radius: 0;
}

.amenity .card:hover {
	box-shadow:
		0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
}

.card .card-image img {
    border-radius: 0;
}

.card .card-image a.modal-trigger img:hover {
	cursor: pointer;
}

.amenity h4 {
	font-size: 1.75rem;
	font-weight: 700;
}

#golf a,
#weddings a,
#closing a,
#additional-content a,
#form-pg a {
	text-decoration: underline;
	transition: .2s ease-out;
	font-weight: 600;
}
#golf a:hover,
#golf a:focus,
#golf a:active,
#weddings a:hover,
#weddings a:focus,
#weddings a:active,
#closing a:hover,
#closing a:focus,
#closing a:active,
#additional-content a:hover,
#additional-content a:focus,
#additional-content a:active,
#form-pg a:hover,
#form-pg a:focus,
#form-pg a:active {
	text-decoration: none;
}
#golf a.btn,
#weddings a.btn,
#closing a.btn,
#additional-content a.btn,
#form-pg a.btn {
	text-decoration: none;
}


.contact-card .card {
    transition: box-shadow .25s;
    padding: 1rem 2rem;
	border: 1px solid #eeeeee;
    box-shadow: none;
}

.contact-card .card a[href^="tel"] {
    color: #979797;
}

.contact-card .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	margin-right: 0;
}


.contact-card .card .card-action {
	min-height: 65px;
}

#contacts .row {
	margin-bottom: 0;
}


.parallax-container {
	height: auto;
    min-height: 300px;
}

.parallax-container h1,
.parallax-container h2, 
.parallax-container h3, 
.parallax-container h4, 
.parallax-container p, 
.parallax-container a {
	color: #fff !important;
}

.esg-entry-media {
    margin: 3px;
}

.esg-entry-cover .esg-overlay {
    margin: 3px;
}

.esg-grid .mainul li.eg-bestinclass-wrapper {
    background-color: transparent !important;
}

.bestinclass .esg-pagination {
	display: none !important;
}

.gform_wrapper label.gfield_label,
.field_sublabel_below div[class*=gfield_time_].ginput_container label {
	display: none !important;
}
.gform_wrapper .team label.gfield_label {
    display:inherit !important;
}
.gform_wrapper select {
	display: inherit;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none !important;
}


.gform_wrapper.gravity-theme label.gfield_label {
	display: inherit !important;
}
.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex.ginput_container label {
	display: inline-block !important;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	box-sizing: inherit;
	padding: 8px 4px !important;
}
body .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_select,
body .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_radio,
body .gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_multiselect {
    margin-bottom: auto !important;
}
.gform_wrapper.gravity-theme .gfield {
	margin-bottom: 1rem;
}
.gform_wrapper.gravity-theme .gfield.spacer {
	margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gfield.hidden {
	display: none !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
    position: relative;
}

#ui-datepicker-div.gravity-theme {
	background-color: #ffffff !important;
}

.ui-datepicker-header,
.ui-datepicker-header .ui-datepicker-header {
	background-color: #f2f3f5 !important;
	text-shadow: none !important;
	vertical-align: middle !important;
	margin-bottom: 5px !important;
	padding-top: 5px !important;
}

#ui-datepicker-div.gravity-theme .ui-icon {
	margin-right: 0 !important;
}

#ui-datepicker-div .ui-icon {
	display: none;
}

.ui-datepicker-title {
	color: inherit;
	font-size: inherit;
	display: block;
	text-align: center;
	margin-bottom: inherit;
	font-weight: inherit;
	font-family: inherit;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar td {
	font-size: 1rem;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
	font-size: .8125rem;
}

#ui-datepicker-div.gravity-theme a:hover {
	color: #607382;
}
#ui-datepicker-div.gravity-theme a.ui-state-active {
	color: #ffffff;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
    -moz-text-align-last: center;
    text-align-last: center;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select {
	padding: 0 30px 0 0;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
	box-sizing: initial !important;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
	font-size: 13px !important;
}

.gform_wrapper.gravity-theme .field_description_above .description,
.gform_wrapper.gravity-theme .field_description_above .gfield_description,
.gform_wrapper.gravity-theme .field_description_above .gsection_description,
.gform_wrapper.gravity-theme .field_description_above .instruction {
    padding-top: 0px !important;
}

.gform_wrapper.gravity-theme .field_description_below .description,
.gform_wrapper.gravity-theme .field_description_below .gfield_description,
.gform_wrapper.gravity-theme .field_description_below .gsection_description,
.gform_wrapper.gravity-theme .field_description_below .instruction {
    padding-top: 9px !important;
}

.gform_wrapper.gravity-theme .gfield_html p:last-child {
    margin-bottom: 1em;
}

button.tingle-modal__close:focus {
	background-color: transparent;
}

@media (max-width: 559px) {
.gform_wrapper.gravity-theme .gfield.spacer {
	display: none;
}
.gform_wrapper.gravity-theme .gfield input.medium,
.gform_wrapper.gravity-theme .gfield select.medium,
.gform_wrapper.gravity-theme .gfield input.small,
.gform_wrapper.gravity-theme .gfield select.small {
	width: 100%;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
	height: auto;
}
}



.modal {
    background-color: #fff;
    max-height: 85%;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button.gform_next_button,
.gform_wrapper .gform_page_footer input.button.gform_previous_button,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit],
.post-password-form input[type=submit] {
	font-size: 1.125em !important;
	font-weight: 600 !important;
	margin: 0 0.5rem 0 0;
	height: 54px !important;
    line-height: 54px !important;
	color: #fff !important;
	letter-spacing: .5px !important;
	transition: .2s ease-out !important;
	cursor: pointer !important;
    border-radius: 2px !important;
    padding: 0 2rem !important;
    text-transform: uppercase !important;
}

.gform_wrapper button.gpnf-add-entry {
	background-color: transparent;
	text-transform: uppercase;
	transition: .2s ease-out;
	border-radius: 2px;
	padding: 6px 12px !important;
	box-shadow: none;
}
.gform_wrapper button.gpnf-add-entry:hover {
	color: #fff !important;
	box-shadow: none;
}
.gform_wrapper .gpnf-nested-entries-container {
	margin-bottom: 30px !important;
}

.gform_wrapper input.button.gform_button_select_files {
    background-color: transparent;
    border: 2px solid #9e9e9e;
	color: #9e9e9e;
    box-shadow: none;
}
.gform_wrapper input.button.gform_button_select_files:hover {
    background-color: #9e9e9e;
    border: 2px solid #9e9e9e;
	color: #fff;
    box-shadow: none;
}


.gform_wrapper select {
    border-bottom: 1px solid #a9a9a9;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

#field_1_7 .gfield_description {
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: #9e9e9e !important;
}

.gfield.captcha .gfield_description {
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: #9e9e9e !important;
	margin-top: 2rem;
}

.gform_wrapper span.gform_description {
    font-style: italic;
}

.modal h4 {
    font-weight: 600;
}

.modal .modal-footer {
    background-color: #f5f6f7;
}

.modal .modal-footer .btn-flat {
	font-weight: 600;
	background-color: #e0e0e0;
}
.modal .modal-footer .btn-flat:hover,
.modal .modal-footer .btn-flat:focus {
	background-color: #eeeeee;
}

.add-image-r img {
	float: right;
}

select {
    display: block;
}

#additional-content form {
	max-width: 650px;
}

.gform_wrapper .gfield_radio li label {
    padding-left: 30px !important;
    line-height: 25px !important;
	transition: .28s ease;
}

.gform_wrapper .gfield_checkbox li label {
    padding-left: 40px !important;
    line-height: 25px !important;
	transition: .28s ease;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_select,
body .gform_wrapper .top_label div.ginput_container.ginput_container_radio, 
body .gform_wrapper .top_label div.ginput_container.ginput_container_multiselect {
    margin-bottom: 30px !important;
}

.gform_wrapper select {
    background-color: #f7f7f7;
}

.gform_wrapper select option {
    padding: 7px 2px !important;
}

.gform_wrapper .show-label label.gfield_label {
    display: inherit !important;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 1px solid #9e9e9e;
    border-bottom: 0;
}

.btn-large i,
.btn-large svg {
	font-size: 1.3rem;
    line-height: 1.5rem;
    margin-left: 0.5rem;
}

.btn-wide {
	display: block;
	margin-top: 1rem;
}

.gform_wrapper h2.gsection_title {
	font-size: 1.75em !important;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	margin-left: 0 !important;
}
.gform_wrapper .gf_progressbar_wrapper {
	padding-top: 20px !important;	
}
.gform_wrapper .gf_progressbar {
    padding: 10px 0 !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.gform_wrapper .gf_progressbar_percentage {
    text-shadow: none !important;
	background: none !important;
    border-radius: 0 !important;
}
.gform_wrapper .gf_progressbar_percentage span {
    line-height: 1.7 !important;
    color: #ffffff;
    font-size: 0.9rem;
}
.gform_wrapper .gf_progressbar:after {
	box-shadow: none !important;
    border-radius: 0px !important;
}
.gform_wrapper .gsection {
    border-bottom: 0 solid #ccc !important;
}
.gform_wrapper .gform_page_footer {
    margin: 20px 0 !important;
    border-top: 0 solid #ccc !important;
    padding: 30px 0 0 !important;
}
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
	margin-bottom: 30px !important;
}
[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
	margin-left: 9px;
}

.faqs .collapsible .collapsible-body ul {
	padding-left: 1em;
	margin-bottom: 1em;
}

.faqs .collapsible .collapsible-body ul li {
    list-style-type: disc;
}

.gform_wrapper span.ginput_total {
    color: #4a4a4a !important;
    font-size: 1.5rem !important;
    font-weight: 600;
}
body .gform_wrapper ul li.gfield.gfield_total {
	margin-top: 0;
}

.gform_wrapper .ginput_container .ginput_product_price_label,
.gform_wrapper .ginput_container .ginput_product_price,
.gform_wrapper .ginput_container .ginput_quantity_label {
	display: inline-block !important;
}

.gform_wrapper span.ginput_quantity_label {
	margin-left: 1.5rem !important;
	font-weight: 600 !important;
}

.gform_wrapper span.ginput_product_price_label {
	font-weight: 600 !important;
}

.gform_wrapper span.ginput_product_price {
	color: #4a4a4a !important;
	font-size: 1.5rem !important;
}

.gform_wrapper input.ginput_quantity[type=text] {
	font-size: 1.5rem !important;
	text-align: center !important;
}

.gform_wrapper .gfield_price.field_description_below .gfield_description {
	padding-top: 0 !important;
    padding-bottom: 16px;
	color: #979797;
	font-style: italic;
}

.gform_wrapper .ginput_container_fileupload {
    padding-bottom: 1em;
}

.gform_wrapper div.charleft {
    margin-top: -14px !important;
    margin-bottom: 1em !important;
    padding-left: 4px !important;
}

.gform_wrapper textarea {
	margin-bottom: 14px;
}

.gform_wrapper .gform_page_fields ul li.gfield {
	margin-bottom: 10px;
	padding-top: 10px !important;
	margin-top: 0 !important;
}

.gform_wrapper .gfield_html p:last-child {
	margin-bottom: 3em;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 0 !important;
	padding-bottom: 16px !important;
}

/*
.gform_wrapper textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
	border-radius: 0;
	padding: 5px 4px !important;
}
*/

textarea {
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 5px 4px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type=file] {	
}

div.ginput_container_date:after {
    font-family: 'FontAwesome';
    font-size: 1.2em;
    position: relative;
    content: "\f073";
}

div.ginput_container_date svg {
	display: none;
}

.modal div.ginput_container_date:after,
.modal div.ginput_container_date svg {
	display: none;
}

.gpnf-nested-entries th {
	border-radius: 0;
}

.gpnf-row-actions li.edit,
.gpnf-row-actions li.delete {
    padding-right: 10px;
    padding-left: 10px;
}

.gform_wrapper ul li.gfield span.remaining {
    margin-top: -20px;
    margin-bottom: 35px;
    display: block;
}

.ginput_recaptcha,
.grecaptcha-badge {
    display: none !important;
}


article.post-password-required {
	margin: 0 auto;
}


form.post-password-form {
	margin: 4rem auto;
	width: 80%;
}
form.post-password-form p {
	text-align: center;
}

.gform_wrapper .gfield_html ul {
	margin-left: 1rem;
	padding-left: 1rem;
    list-style-type: disc;
}
.gform_wrapper .gfield_html ul > li {
	list-style-type: disc;
}


/*////////////////////////
	FORMS PAGE
///////////////////////*/
.parallax-container.form-hdr {
    min-height: 400px;
	width: 100%;
}

#form-pg {
	padding-top: 2.5rem;
	padding-bottom: 0;
}

#form-pg .row {
	margin-bottom: 0;
}

tr.alt {
	background-color: #f7f7f7;
}
span.gv-field-label {
	color: #4a4a4a;
	font-weight: bold;
}
.gv-table-view th, .gv-table-view td {
    padding: .5em 1em;
}

.gv-section {
	background-color: #f7f7f7;
	text-transform: uppercase;
}

.gv-table-view tfoot {
    display: none;
}

.gv-back-link a {
	text-transform: uppercase;
	font-weight: 600;
	transition: .3s;
}

.gv-back-link a:hover {
	color: #4a4a4a;
}

.gv-table-view-content tr {
    border-bottom: 1px solid #eee;
}

.gv-widgets-footer {
    margin-top: 2em;
    margin-bottom: 4em;
}

body .gv-widget-page-links li .page-numbers {
	padding: .4em 1em !important;
	background-color: #ffffff;
	border: 1px solid #ffffff;
    border-radius: 0.25em;
}

body .gv-widget-page-links li .page-numbers:hover {
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
    border-radius: 0.25em;
    font-weight: 600;
}

body .gv-widget-page-links li .page-numbers.current {
	border: 1px solid #d0d0d0;
    border-radius: 0.25em;
    font-weight: 600;
}
body .gv-widget-page-links li .page-numbers.current {
	background-color: #ffffff;
}

.gv-search label {
/*    display: none; */
    margin-right: 10px;
}
.gv-search-box label {
	font-size: 1rem;
	color: #4a4a4a;
	margin-right: 10px;
}
.gv-widget-search p {
    display: inline-block;
}

/*
.gv-widget-search .gv-search-box.gv-search-box-submit {
    display: inline-block !important;
    width: auto !important;
}
*/

.gv-search,
.gv-widget-search-general-search {
	text-align: right;
}

input[name="gv_search"] {
	display: block;
	text-shadow: none !important;
	min-width: 300px;
}

.gv-search-field-select select {
	min-width: 300px;
	border: 1px solid #d0d0d0;
}

.gv-widget-search .gv-search-box {
	margin-left:0;
	float: right;
}

.gv-widget-search .gv-search-box.gv-search-box-submit {
	width: 93%;
}

.gv-search-box-submit .button {
	font-size: 1.125em;
	font-weight: 600;
	margin: 0 0.5rem 0 0;
	height: 50px;
	line-height: 50px;
	color: #fff;
	letter-spacing: .5px;
	transition: .2s ease-out;
	cursor: pointer;
	border-radius: 2px;
	padding: 0 2rem;
	text-transform: uppercase;
	background-color: #d0d0d0;
	border: 2px solid #d0d0d0;
	box-shadow: none;
}

.gv-search-box-submit .button:hover {
	background-color: transparent;
	color: #d0d0d0;
	border: 2px solid #d0d0d0;
}

.gv-table-single-container {
	margin-bottom: 4em;
}


.itsec-recaptcha-opt-in {
	max-width: 650px;
	margin: 1em auto;
}

.g-recaptcha div {
	margin: 0 auto;
}

#tripleseat_embed_form input, #tripleseat_embed_form button, #tripleseat_embed_form textarea {
	padding: 5px 4px;
	border-bottom: 1px solid #9e9e9e !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}
#tripleseat_embed_form .row_first_name input {
	width: 98%;
}

#tripleseat_embed_form input.timeselect_input,
#tripleseat_embed_form input.hasDatepicker{
	width: 50%;
	background-image: none;
}
#tripleseat_embed_form .ui-datepicker select.ui-datepicker-month,
#tripleseat_embed_form .ui-datepicker select.ui-datepicker-year {
	width: 98%;
	margin-bottom: 5px;
}
#tripleseat_embed_form #lead_phone_number {
	width: 98% !important;
}
#tripleseat_embed_form #lead_phone_number_extension {
	width: 25% !important;
	margin-top: 5px;
}
#tripleseat_embed_form select {
	width: 50%;
	margin-bottom: 20px;
}
#tripleseat_embed_form .g-recaptcha div {
	float: left;
	margin-bottom: 20px;
}

#tripleseat_embed_form input.button,
#tripleseat_embed_form input[type=submit] {
	color: #fff;
	font-size: 1.125em;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
	line-height: 54px;
	height: 54px;
	transition: .2s ease-out;
	cursor: pointer;
	border-radius: 2px;
	padding: 0 2rem;
	margin-bottom: 2rem;
}

.gv-widget-search.gv-search-vertical {
    align-content: flex-end;
    align-items: normal;
}
.gv-search-box.gv-search-field-select {
    margin-bottom: 1em;
}
.gv-widget-search.gv-search-vertical label {
    font-size: 1rem;
	color: #4a4a4a;
	margin-right: 10px;
}
.gv-widget-search.gv-search-vertical .gv-search label {
	display: inline;
}
.gv-widget-search.gv-search-vertical select {
    min-width: 250px;
    border: 1px solid #d0d0d0;
}

.gv-table-view a {
	font-weight: 600;
	transition: .3s;
	padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
.gv-table-view a:hover {
	border-bottom: 2px solid #4a4a4a;
}

.gv-widget-search.gv-search-vertical .gv-search-box-submit .button {
	margin-right: 0;
}
.inline-edit-enable {
	margin-right: 10px;
	padding-right: 8px;
	margin-top: 0.5em;
	margin-bottom: 0 !important;
}
.logged-in .login.modal-trigger {
	display: none;
}

.post-password-form input[type=password] {
	width: 20%;
}

.gv-table-view .edit-button a {
	background-color: #4a4a4a;
    border: 2px solid #4a4a4a;
    box-shadow: none;
	font-size: 1.125em;
	font-weight: 600;
	margin: 1rem 0.5rem 8px 0;
	height: 54px;
    line-height: 54px;
	color: #fff;
	letter-spacing: .5px;
	transition: .2s ease-out;
	cursor: pointer;
    border-radius: 2px;
    padding: 0 2rem;
    text-transform: uppercase;
	display: inline-block;
}
.gv-table-view .edit-button a:hover {
	background-color: transparent;
    border: 2px solid #4a4a4a;
	color: #4a4a4a;
}

.gv-table-view-content tr.edit-button {
	border-bottom: 0;
}

.btn.gv-button-cancel,
.btn.gv-button-delete {
	background-color: transparent;
    border: 2px solid #4a4a4a;
    box-shadow: none;
	font-size: 1.125em;
	font-weight: 600;
	margin: 0 0.5rem 8px 0;
	height: 54px;
    line-height: 54px;
	color: #4a4a4a;
	letter-spacing: .5px;
	transition: .2s ease-out;
	cursor: pointer;
    border-radius: 2px;
    padding: 0 2rem;
    text-transform: uppercase;
}
.btn.gv-button-cancel:hover,
.btn.gv-button-delete:hover {
	background-color: #4a4a4a;
    border: 2px solid #4a4a4a;
	color: #fff;
}

.btn.gv-button-cancel {
	margin-left: 1rem;
}

.gv-widgets-footer .btn.download {
    margin-top: 50px;
}


/*////////////////////////
		ANIMATIONS
///////////////////////*/
.fx-hidden{
     opacity:0;
}
.fx-visible{
     opacity:1;
}
.rotate, .scale, .scale-md, .scale-lg {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow:hidden;
    }  
.rotate:hover {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
} 
.scale:hover {
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);	
}
.scale-md:hover {
	-ms-transform: scale(1.2,1.2) translateY(-15px); /* IE 9 */
    -webkit-transform: scale(1.2,1.2) translateY(-15px); /* Safari */
    transform: scale(1.2,1.2) translateY(-15px);
}
.scale-lg:hover {
	-ms-transform: scale(10,10); /* IE 9 */
    -webkit-transform: scale(10,10); /* Safari */
    transform: scale(10,10);
}



/*////////////////////////
		BUTTONS
///////////////////////*/
.button {
	padding: 5px 20px 6px;
	text-transform:uppercase;
	font-weight:bold;
	transition:all .5s;
	color:#333;
	background:#EEE;
	text-align:center;
	border-radius:3px;
}
.btn-blue {
	background:blue;
	color:#fff;
}
.btn-grey {
	background:#333;
	color:#fff;
}
.button:hover,.button:focus,.button:active{
	background:#000;
	color:#fff;
}


/*////////////////////////
	MEMBERS ONLY
///////////////////////*/

nav#members-only ul a {
	color: #fff;
	margin-right: 0;
}

nav#members-only ul ul a {
	color: #4a4a4a;
}
nav li.menu-item-has-children i,
nav li.menu-item-has-children svg {
	line-height: 1.3;
	height: auto;
}

nav#members-only ul a:hover,
nav#members-only ul a:focus,
nav#members-only ul a:active,
nav#members-only ul a.active,
nav#members-only ul li.current-menu-item a,
nav#members-only ul li.current-menu-parent a {
    background-color: rgba(0,0,0,0.2);
    border-bottom: 0;
}

nav#members-only ul ul.dropdown-content > li a {
    background-color: rgba(255,255,255,1);
    border-bottom: 0;
}
nav#members-only ul ul.dropdown-content > li a:hover,
nav#members-only ul ul.dropdown-content > li a:focus {
    background-color: rgba(0,0,0,0.2);
    border-bottom: 0;
}

nav#members-only ul li li.current-menu-item a {
    background-color: rgba(0,0,0,0.2);
    border-bottom: 0;
}

nav#members-only ul.dropdown-content li {
	float: left;
}

nav#members-only ul.dropdown-content li a[target="_blank"]:after {
	content: "\f08e";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	margin-left: 15px;
}

.tribe-events-before-html h1 {
    font-size: 3.5rem;
    margin: 0.5em 0;
	text-align: center;
}

#member-pg #tribe-bar-views ul.tribe-bar-views-list {
	padding-left: 0;
	list-style-type: none;
}
#tribe-bar-form #tribe-bar-views {
	padding: 0;
}
#tribe-events .tribe-events-ical.tribe-events-button,
#tribe-events .tribe-events-gcal.tribe-events-button,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
	display: none;
}
.single-tribe_events .tribe-events-single-event-title {
	font-weight: 600;
}
.tribe-event-duration {
	font-weight: 600;
}
.tribe-events-calendar th {
	background-color: #666;
	color: #fff;
	border-radius: 0;
}
.tribe-events-schedule h2 span {
	font-size: 1.2rem;
	font-weight: 600;
}
.event-is-recurring {
    font-size: 1.2rem;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider,
.single-tribe_events .tribe-events-schedule .recurringinfo,
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
	margin-left: 0.15em;
	margin-right: 0.15em;
}

.tribe-events-list .tribe-events-list-event-title a {
	font-weight: 600;
}
.tribe-event-schedule-details span,
.tribe-event-schedule-details .event-is-recurring {
	font-size: 1rem;
}

.tribe-event-schedule-details .event-is-recurring .tribe-events-divider {
	margin-left: 0.25em;
    margin-right: 0.25em;
}
.tribe-events-loop a.tribe-events-read-more {
	font-weight: 600;
}

#member-pg ul.tribe-events-sub-nav a {
	text-decoration: none;
}
#member-pg ul.tribe-events-sub-nav a:hover {
	text-decoration: underline;
}


/* Event Category - Golf */
.tribe-events-category-golf h3.tribe-events-month-event-title a {
	color: #5b1300;
}
.tribe-events-category-golf .tribe-events-tooltip h4 {
	background-color: #5b1300 !important;
}
.cat_golf h1.tribe-events-single-event-title {
	color: #5b1300;	
}
.cat_golf .tribe-events-event-categories a {
	background-color: #5b1300;
	padding: 3px 10px;
    margin-top: 5px;
    display: inline-block;
    color: #ffffff;
	border: 2px solid #5b1300;
	border-radius: 4px;
    transition: .2s ease-out;
}
.cat_golf .tribe-events-event-categories a:hover {
	background-color: transparent;
	border: 2px solid #5b1300;
	color: #5b1300;
	text-decoration: none !important;
}
.tribe-events-category-golf h2.tribe-events-list-event-title a {
	color: #5b1300;
}

/* Event Category - Social & Sport */
.tribe-events-category-social-sport h3.tribe-events-month-event-title a {
	color: #b79e79;
}
.tribe-events-category-social-sport .tribe-events-tooltip h4 {
	background-color: #b79e79 !important;
}
.cat_social-sport h1.tribe-events-single-event-title {
	color: #b79e79;	
}
.cat_social-sport .tribe-events-event-categories a {
	background-color: #b79e79;
	padding: 3px 10px;
    margin-top: 5px;
    display: inline-block;
    color: #ffffff;
	border: 2px solid #b79e79;
	border-radius: 4px;
    transition: .2s ease-out;
}
.cat_social-sport .tribe-events-event-categories a:hover {
	background-color: transparent;
	border: 2px solid #b79e79;
	color: #b79e79;
	text-decoration: none !important;
}
.tribe-events-category-social-sport h2.tribe-events-list-event-title a {
	color: #b79e79;
}



#member-pg #tribe-events-content .tribe-events-tooltip h4 {
	color: #fff;
}

#tribe-events-content .tribe-events-calendar td {
    border: 1px solid #d2d2d2;
    border-top: 0;
    transition: all .2s cubic-bezier(.550, .085, .680, .530);
}

#tribe-events-content .tribe-events-calendar td:hover {
    background: #f7f7f7;
    box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
}


.tribe-events-single #tribe-events-header .tribe-events-sub-nav {
	display: none;
}

.tribe-events-meta-group.tribe-events-meta-group-other {
	width: 100%;
}


#member-pg #tribe-events-content a,
#member-pg .tribe-events-event-meta a {
    text-decoration: none;
}

#member-pg #tribe-events-content a:hover,
#member-pg .tribe-events-event-meta a:hover {
    text-decoration: underline;
}

.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
    max-height: inherit;
    max-width: 100%;
}

nav.tribe-events-nav-pagination {
	background-color: transparent;
	box-shadow: none;
    height: auto;
}

nav.tribe-events-nav-pagination ul a {
	font-size: 1rem;
	padding: 10px;
	border-bottom: 0;
}
nav.tribe-events-nav-pagination ul li:last-child a {
    margin-right: 0;
}

h5.widgettitle {
	font-weight: 500;
}

#member-pg {
	padding-top: 2.5rem;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}

#member-pg .row {
/*	margin-bottom: 0; */
}

#member-pg p a {
    text-decoration: underline;
    transition: .2s ease-out;
    font-weight: 600;
}
#member-pg p a:hover {
    text-decoration: none;
}

.news-loop {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}

.news-loop .news-loop-article {
    padding: 1rem 1.5rem 1rem;
}

.news-loop.news-card {
    background-color: transparent;
    border: 0;
}
.news-loop.news-card .news-loop-article {
    padding: 0;
}

.news-card .card.horizontal .card-image img {
	border-radius: 0;
}
.news-card .card.horizontal .card-image {
	max-width: 25%;
}

.row .col.news-loop-img-bg {
	padding: 0;
	height: 100%;
}

.news-loop .news-loop-img {
	padding: 0;
    height: 100%;
	min-height: 155px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.news-loop-article h5 {
	color: #4a4a4a !important;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}

.news-loop-pg .news-loop-article h5 {
	font-size: 1.5rem;
}

.news-loop-article time {
	font-size: 0.85rem;
}
.news-loop-article p {
	color: #979797 !important;
    margin: 0.75em 0;
	font-size: 0.85rem;
}
.news-loop-article-cta {
	color: #4a4a4a;
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 0;
}
.news-loop-article-cta a {
	transition: .3s;
}
.news-loop-article-cta a:hover,
.news-loop-article-cta a:focus,
.news-loop-article-cta a:active {
/*	color: #4a4a4a !important; */
    cursor: pointer;
}
.news-details p {
	margin-top: 0;
}

#member-pg .news-details a.btn,
#member-pg p a.btn {
	text-decoration: none;
    margin-bottom: 0;
	margin-top: 1rem;
	margin-right: 0;
}
.news-single img {
}


ul.page-numbers {
	margin-top: 2em;
	margin-bottom: 2em;
}
ul.page-numbers:not(.browser-default)>li {
    list-style-type: none;
}
.page-numbers li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px;
}
.page-numbers li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
}
.page-numbers li .current {
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
}
.page-numbers li i,
.page-numbers li svg {
    font-size: 2rem;
}

form[name="loginform"] {
	margin-top: 1em;
}

.login-remember {
	display: none;
}

.submit_button {
	margin-top: 1em;
}

.lost {
	margin-top: 1em;
	margin-bottom: 1em;
    float: right;
}
a.lost {
	transition: .2s ease-out;
}
a.lost:hover {
	text-decoration: underline;
}

#member-pg ul:not(.browser-default) {
    padding-left: 15px;
    list-style-type: inherit;
}
#member-pg ul:not(.browser-default) li {
    list-style-type: inherit;
}

#member-pg ul li a {
    text-decoration: underline;
    transition: .2s ease-out;
    font-weight: 600;
}

#member-pg ul li a:hover {
    text-decoration: none;
}

#member-pg #wppb-edit-user ul {
	padding-left: 0;
	list-style-type: none;
}

.wppb-user-forms ul {
	max-width: 100%;
}

p.form-submit,
p.login-submit {
	text-align: center;
}

p.login-submit {
	padding-top: 1.5rem;
}

p.form-submit input[type="submit"],
p.login-submit input[type="submit"] {
	font-size: 1.125em;
	font-weight: 600;
	margin: 0 0.5rem 0 0;
	height: 50px;
	line-height: 50px;
	color: #fff;
	letter-spacing: .5px;
	transition: .2s ease-out;
	cursor: pointer;
	border-radius: 2px;
	padding: 0 2rem;
	text-transform: uppercase;
	background-color: #d0d0d0;
	border: 2px solid #d0d0d0;
	box-shadow: none;
}

.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="number"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"],
.wppb-user-forms textarea {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label {
    text-align: right;
    padding-right: 20px;
    height: 3rem;
    line-height: 3rem;
	color: #4a4a4a;
    font-size: 1rem;
	font-weight: 600;
}

.wppb-select div {
	line-height: 3rem;
}

.wppb-default-contact-info-heading,
.wppb-default-name-heading,
.wppb-heading {
	text-align: center;
    padding-top: 20px;
}

.wppb-default-contact-info-heading h4,
.wppb-default-name-heading h4,
.wppb-heading h4 {
	font-weight: 600;
}

.wppb-form-field input,
.wppb-form-field input[type="text"],
.wppb-form-field input[type="number"],
.wppb-form-field input[type="email"],
.wppb-form-field input[type="url"],
.wppb-form-field input[type="password"],
.wppb-form-field input[type="search"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-checkboxes,
.wppb-radios,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input {
    width: 45%;
}

#member-pg ul.wppb-profile,
#member-pg ul.wppb-faceted-list,
#member-pg .wppb-register-user ul,
#member-pg #wppb-recover-password ul {
	padding-left: 0;
	list-style-type: none;
}

ul.wppb-profile li label {
	text-align: right;
    padding-right: 20px;
    height: 3rem;
    line-height: 3rem;
	color: #4a4a4a;
    font-size: 1rem;
}

ul.wppb-profile li {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.wppb-profile li span {
    height: 3rem;
    line-height: 3rem;
	color: #4a4a4a;
    font-size: 1rem;
	width: 50%;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
}

ul.wppb-profile h5 {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}

.wppb-userlisting-container .wppb-faceted-list li h5 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}
#wppb-search-fields {
	margin-bottom: 10px;
}

.wppb-user-forms input[type="text"]#wppb-search-fields {
	color: #ccc;
}

::-webkit-input-placeholder {
	color:#d1d1d1;
}
::-moz-placeholder {
	color:#d1d1d1;
}
:-ms-input-placeholder {
	color:#d1d1d1;
}
::placeholder {
	color:#d1d1d1;
}

.wppb-user-forms [type="checkbox"]:not(:checked),
.wppb-user-forms [type="checkbox"]:checked {
	opacity: inherit;
}

.wppb-user-forms [type="checkbox"] {
	content: '';
    position: inherit;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}

.wppb-send-credentials-checkbox label {
	width: 60%;
}
#wppb_register_pre_form_message {
	display: none;
}

#member-pg #wppb-recover-password p {
	text-align: center;
}

#tribe-events .btn {
	margin: 1rem 0.5rem 1rem 0;
}

#tribe-events a.btn:hover {
	text-decoration: none;
}
#member-pg #tribe-events-content a.btn:hover {
	text-decoration: none;
}

#menu-main-menu .current_page_parent a {
	border-bottom: 0;
}

#menu-main-menu .current-menu-item a,
#menu-main-menu .current_page_parent a:hover {
	border-bottom: 2px solid rgba(74,74,74,1);
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.acf-gmap {
	width: 100%;
	line-height: 0;
}


/*////////////////////////
	RENTALS
///////////////////////*/

.rental-sec {
	margin-bottom: 3rem;
}

.rental-sec .btn {
	display: block;
	margin-bottom: 3rem;
}

.rental-sec i,
.rental-sec svg,
.rental-sec .icon {
	margin-right: 1rem;
}

div.popup-gallery {
    text-align: center;
    margin-bottom: 40px;
}

div.image-wrap {
    width: 18%; /* Change this value to have your thumbnails laid out differently */
    margin-bottom: 4px;
    display: inline-block;
}

div.image-wrap img {
    width: 100%;
}

a.lightbox-link {
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

a.lightbox-link:hover {
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.image-wrap figcaption {
    display: none;
}

.mfp-bg figcaption {
    display: block;
    position: absolute;
}

.lb-title {
    margin: 0.5em 0 0.5em 0.5em;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
}

.lb-description {
    margin-left: 0.6em;
    width: 100%;
	color: #fff;
	font-size: 0.9rem;
}

.grid-sizer {
	width: 20%;
}

.grid-item img {
	width: 20%;
    height: 185px;
	margin-bottom: 5px;
}
.grid-item--width2 img {
	width: 40%;
}


.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

#filters-group {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 3rem;
}

#rental-homes,
#properties {
	padding-top: 2rem;
}

#property .card .card-image img {
	height: auto;
}
#property .card-title {
	margin-bottom: 10px;
}
#property .card-title h6 {
	font-size: 1.25rem;
}
#property .property-type {
	margin-bottom: 0.5em;
}
#property .property-type h7 {
	font-size: 1rem;
	font-weight: 600;
	text-transform: none;
}
#property .property-details span.sqft {
	font-weight: 600;
}

#property i,
#property svg,
#property .icon {
	margin-right: 5px;
}

#property .rental-details,
#property .property-details {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-bottom: 0.5rem;
}

#property .row {
	margin-bottom: 0;
	margin-top: 15px;
	margin-left: auto;
    margin-right: auto;
}

.rental h5.header {
	margin: 1.5em 0;
}

.button-filters {
	margin-bottom: 0;
}

.filters .button-group h5 {
    font-size: 0.8rem;
	font-weight: 600;
	display: block;
	margin-top: 10px;
	color: #fff;
	letter-spacing: 1px;
}
.filters .button-group button {
	transition: background-color .3s;
	background: transparent;
    color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 4px solid transparent;
	border-radius: 0;
	padding: 0.75em 1.5em;
}
.filters .button-group button:hover {
    background-color: rgba(0,0,0,0.3);
	border-bottom: 4px solid #fff;
}
.filters .button-group button.is-checked {
	border-bottom: 4px solid #fff;
}
.button-group button {
	margin-left: 0;
	margin-right: 0;
}

#filters-group .tabs {
	background-color: transparent;
}

.tab .button {
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    text-align: center;
    border-radius: 0;
}

#filters-group .tabs .tab a.active {
    background-color: transparent;
    color: rgba(255,255,255,0.7);
}
#filters-group .tabs .indicator {
    height: 4px;
    background-color: #fff;
}
#filters-group .tabs .tab a {
    color: rgba(255,255,255,0.7);
}
.page-template-template-properties #filters-group .tabs .tab a {
	padding: 0 24px;
}
#filters-group .tabs .tab a:hover,
#filters-group .tabs .tab a.is-checked {
    background-color: transparent;
    color: rgba(255,255,255,1);
}

/*////////////////////////
 BLOG
///////////////////////*/
.entry-date {
	font-weight: 600;
}
.meta-sep {
	margin-right: 15px;
	margin-left: 15px;
}
.entry-meta {
	margin-bottom: 2rem;
}
.search-form {
    position: relative;
}
.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    height: 50px;
    background-color: transparent;
    border: 0;
    color: #c3c3c3;
}
.widget-area {
	margin-top: 2rem;
}
.widget {
	margin-bottom: 2rem;
}
.post-date {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
}
.widget_recent_entries ul li {
	margin-bottom: 10px;
    line-height: 1.3;
}
.blog-roll {
	margin-top: 2rem;
}
#form-pg .blog-roll .news-loop {
	margin-bottom: 1rem;
}
.blog-roll .news-loop .news-loop-img {
    min-height: 195px;
}

#form-pg .page-numbers li a,
#form-pg .page-numbers li.current {
	text-decoration: none;
	border: 2px solid #fff;
}

#form-pg .page-numbers li a.next,
#form-pg .page-numbers li a.prev {
	border: 2px solid #fff;
}
#form-pg .page-numbers li a.next:hover,
#form-pg .page-numbers li a.prev:hover {
	border: 2px solid #fff;
}
#form-pg .page-numbers li a.next:hover {
	margin-left: 5px;
}
#form-pg .page-numbers li a.prev:hover {
	margin-left: -5px;
	margin-right: 5px;
}

.tagcloud {
	margin-top: 1em;
}
.tagcloud a.tag-cloud-link {
	font-size: 0.8rem !important;
	text-decoration: none !important;
	display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
	border: 1px solid #eeeeee;
    border-radius: 16px;
    background-color: #eeeeee;
    margin-bottom: 7px;
    margin-right: 5px;
}
.tagcloud a.tag-cloud-link:hover {
	background-color: transparent;
	border: 1px solid #eeeeee;
}

ul.social-share {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #eeeeee;
}
ul.social-share li.share {
	font-weight: 600;
	text-transform: uppercase;
	
}
#form-pg .social-share ul {
	padding-left: 0;
}
#form-pg .blog {
	margin-bottom: 1rem;
}
.post-tags {
	margin-bottom: 2rem;
}

.modal .video-container {
	margin-top: 1em;
}

.ie-div-position-customer-chat {
    z-index: 9999;
}


/*////////////////////////
	SHOP
///////////////////////*/
.woocommerce .woocommerce-message a.button {
	text-decoration: none !important;
}
.woocommerce-cart table.cart img {
	width: 85px !important;
}
.woocommerce-cart table.cart .product-thumbnail {
	max-width: 100px;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto;
    height: 2.25rem;
}
nav .nav-wrapper .wpmenucart-contents i,
nav .nav-wrapper .wpmenucart-contents svg,
.wpmenucart-contents i,
.wpmenucart-contents svg {
	display: inline-block;
    height: auto;
    line-height: initial;
}
ul#nav-topbar {
	margin: 0 0 0 1em;
	float: right;
}
.nav-topbar li {
	display: inline-block;
}
.nav-topbar li a {
}
.price span.woocommerce-Price-amount,
.price span.woocommerce-Price-currencySymbol {
	font-size: 1.5rem;
}

input#pwgc-balance-button {
	padding: 12px 20px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .5s;
    color: #fff;
    background: #EEE;
    text-align: center;
    border-radius: 3px;
}
input#pwgc-balance-button:hover {
	background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	text-decoration: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.indicator {
	display: none !important;
}

#tab-description h2 {
	font-size: 1.75rem;
}

#noteefy-widget-header span {
	color: #ffffff;
}


/*////////////////////////
MATERIAL DESIGN ELEMENTS
///////////////////////*/
.demo-card-square.mdl-card {
  width: 320px;
  height: 320px;
}
.demo-card-square > .mdl-card__title {
  color: #fff;
  background:rgb(83, 109, 254);
}


/*//////////////////////
	FOOTER
//////////////////////*/
footer.page-footer {
    background-color: #fff;
	padding-top: 40px;
}
ul.nav-footer li {
    display: inline-block;
}
ul.nav-footer li a {
	font-size: 1.25rem;
	padding: 20px 20px 10px 20px;
	line-height: 1.7;
	border-bottom: 2px solid rgba(74,74,74,0);
	transition: .3s;
}
ul.nav-footer a:hover,
ul.nav-footer a:focus,
ul.nav-footer a:active,
ul.nav-footer a.active {
	text-decoration: none;
	background-color: transparent;
	border-bottom: 2px solid rgba(74,74,74,1);
}
.page-template-template-form footer.page-footer {
	padding-top: 5rem;
	margin-top: 2rem;
}

.video-container.inline-right {
	padding-bottom: 0;
	width: 400px;
	height: 225px;
	float: right;
    margin-left: 1em;
}
.video-container.inline-left {
	padding-bottom: 0;
	width: 400px;
	height: 225px;
	float: left;
    margin-right: 1em;
}
.video-container.inline-center {
	padding-bottom: 0;
	width: 400px;
	height: 225px;
	float: none;
    margin: 0 auto;
}

.video-container.inline-right.lrg,
.video-container.inline-left.lrg,
.video-container.inline-center.lrg {
	width: 600px;
	height: 338px;
}


.learn-more {
    margin-top: 2em;
}
.learn-more p {
	color:#ffffff;
	line-height: 1.5;
}
.learn-more a[href^="tel"] {
	color:#ffffff !important;
	text-decoration: none;
}
.learn-more a {
	color:#ffffff;
	text-decoration: underline;
	transition: .3s;
}
.learn-more a:hover,
.learn-more a:focus,
.learn-more a:active {
	text-decoration: none;
}
.learn-more p.intro {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.learn-more p.cta {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

.faqs .collapsible-header.faq-land i,
.faqs .collapsible-header.faq-land svg {
    color: #bfbfbf;
    font-size: inherit;
    margin-top: 0;
    float: right;
    margin-right: 0;
}
.collapsible li.active i.faq {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
	transition: transform 200ms;
}

#location .directions {
	padding-bottom: 0.5rem;
	margin-top: -0.75rem;
}

footer.page-footer.widgets {
	padding-top: 20px;
}
.page-template-template-form footer.page-footer.widgets {
	padding-top: 5rem;
}

.footer-widgets {
	padding-bottom: 20px;
}

.widget_nav_menu a {
	color: #4a4a4a;
	text-transform: uppercase;
	font-weight: 600;
}

.widget p a {
	color: #4a4a4a;
}

.widget .widget {
	margin-bottom: 0;
}

footer .tb-button,
footer .mtl-members {
	display: none;
}

footer .social {
	text-align: left !important;
	padding-left: 0 !important;
	width: 100% !important;
}
footer .social svg {
	height: 1.5em;
	margin-right: 1em;
}

footer .social a i,
footer .social a svg {
    transition: .3s;
}

.brand-logo-ftr {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.brand-logo-ftr img {
	max-width: 200px;
}


.footer.copyright-bar {
	min-height: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.footer.copyright-bar .row {
	margin-bottom: 0;
}

.copyright {
	font-size: 1rem;
	text-transform: uppercase;
}

.page-template-template-form footer.page-footer.widgets {
	background-color: #f5f6f7;
}


/*////////////////////////
MEDIA QUERIES BELOW HERE
- default widths are set here
- use the following to add specific CSS for the various widths
///////////////////////*/
@media only screen and (min-width: 1371px) and (max-width: 1441px) {
.specials h3 {
	font-size: 145%;
}
.specials .special-content p {
	font-size: 95%;	
}
}

@media (max-width: 1370px) {
.specials .slider {
	height: 350px !important;
}
.specials .slider .slides {
	height: 300px !important;
}
.specials .special-content .special-details {
    height: 72%;
}
}


@media (max-width: 1199px) {
nav ul a {
	font-size: inherit;
}

.nav-jump {
	display: none !important;
}

.amenity h4 {
    font-size: 1.35rem;
}
.testimonial-details p {
    font-size: 2.5rem;
}

.contact-card h4.card-title {
    font-size: 1.35rem;
}
.contact-card .card {
    padding: 1rem;
}
.golf-description {
    padding-right: 0.75rem !important;
}
	
.parallax-container.form-hdr {
    min-height: 300px;
}

}


@media (max-width: 991px) {
.brand-logo img {
    max-width: 80%;
    max-height: 60px;
}
nav.nav-primary {
    height: 5em;
}
nav .brand-logo.left {
    padding: 14px 0;
    left: 1rem;
}
nav .button-collapse {
	float: right;
	height: 75px;
}
nav a.button-collapse {
	color: #4a4a4a;
}
nav .button-collapse i,
nav .button-collapse svg {
    height: 75px;
    line-height: 75px;
}
nav, nav .nav-wrapper i,
nav, nav .nav-wrapper svg,
nav a.button-collapse,
nav a.button-collapse i,
nav a.button-collapse svg {
    height: 75px;
    line-height: 75px;
}
.side-nav {
	padding-top: 1.5rem;
}

nav ul a:hover,
nav ul a:focus,
nav ul a:active,
nav ul a.active {
	background-color: #f5f6f7;
	border-bottom: 0;
	border-left: 5px solid;
}
.current-menu-item a,
.current-menu-ancestor a,
.current_page_parent a {
    background-color: #f5f6f7;
	border-bottom: 0;
	border-left: 5px solid;
}
	
h1,
.tribe-events-before-html h1 {
    font-size: 3rem;
}

.other-spaces .card-content .hours {
    margin: 0.5em 0 0;
}	

.testimonial-details {
	height: 85%;
}

.hours {
    margin: 0.5em;
}
.other-spaces .card-content {
    min-height: 100%;
    padding: 1rem;
}
.other-spaces .card-content h4 {
    font-size: 1.35rem;
}

.specials .slider .slides {
    height: auto !important;
}
	
button.prev, button.next {
    padding: 0 0.5em;
}

	
.video-container.inline-right,
.video-container.inline-right.lrg {
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	float: none;
	margin-left: 0;
}
	
.video-container.inline-left,
.video-container.inline-left.lrg {
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	float: none;
	margin-right: 0;
}
	
.video-container.inline-center,
.video-container.inline-center.lrg {
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

nav a.button-collapse.mo-nav {
	color: #ffffff;
}

#mo-nav-mobile.side-nav li {
	display: block;
}
	
#mo-nav-mobile.side-nav li a {
	font-weight: 400;
	font-size: 1rem;
	color: #4a4a4a;
	text-transform: capitalize;
	height: auto;
    line-height: 2;
}
	
nav#mo-nav-mobile li.current-menu-parent a {
    background-color: rgba(0,0,0,0);
    border-bottom: 0;
}	
	
#member-pg nav.tribe-events-nav-pagination ul {
	padding-left: 0;
}
	
.tribe-events-sub-nav .tribe-events-nav-left a span,
.tribe-events-sub-nav .tribe-events-nav-right a span {
	color: #ffffff;
}
nav.tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-left a,
nav.tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-right a {
	color: #ffffff !important;
}
nav.tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-left a {
	padding-left: 25px;
}
nav.tribe-events-nav-pagination ul.tribe-events-sub-nav .tribe-events-nav-right a {
	padding-right: 25px;
}

}


@media (max-width: 767px) {
.other-spaces .card-height {
    min-height: 100%;
}
.other-spaces .card .card-action {
	padding: 1rem 1.5rem 0;
}
.parallax-container.form-hdr {
    min-height: 200px;
}

nav.tribe-events-nav-pagination ul a {	
}

}


@media (max-width: 559px) {
.top-bar {
    height: auto;
}
.top-bar .social {
    text-align: center;
}
.promo.slider {
    height: auto !important;
}
.promo.slider .slides {
    height: 150px !important;
}
.promo.slider .slides li {
    width: 60%;
}
.promo-title,
.promo-details,
.promo-cta {
    display: block;
}

.promo .valign-wrapper {
    display: grid;
    height: 100%;
}
button.prev i,
button.prev svg,
button.next i,
button.next svg {
	font-size: 3rem;
}

.center .btn, .center .btn-large {
    margin-left: 0;
}
	
.amenity h4 {
    font-size: 1.75rem;
}

.contact-card h4.card-title {
    font-size: 1.75rem;
}
	
.location {
	text-align: center;
}
.location .btn {
    margin-top: 30px;
}
	
button.prev, button.next {
    padding: 0;
	height: 150px;
}
	
.rating-slope thead {
    font-size: 1rem;
}
	
.rating-slope {
    padding: 0 !important;
}
	
.rating-slope td {
    font-size: 1rem;
}
	
.btn, .btn-large {
	margin: 0.25rem 0.5rem 0.5rem 0;
    display: block;
	width: 100%;
}

.awards img {
	margin: 1em;
}

.testimonial-details p {
	font-size: 1.8rem;
}	

#specials {
	min-height: 400px;
}
.specials .slider {
    min-height: 420px !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
    width: 96% !important;
}
.specials .slider .slides li {
    min-height: auto;
}	
.specials .special-content .special-details {
    height: 80%;
}

.add-image-r img {
	float: none;
}
	
.padTop2x {
    padding-top: 1.5em !important;
}

.other-spaces .card-content h4 {
    font-size: 1.75rem;
}
.other-spaces .card-content .hours {
    margin: 0.5em 1em 0;
}
.events {
    padding: 2em 2.5em;
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button {
	margin-bottom: 1em !important;
}
	
.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label {
	width: 100%;
	padding-right: 0;
    text-align: center;
}

.wppb-form-field input,
.wppb-form-field input[type="text"],
.wppb-form-field input[type="number"],
.wppb-form-field input[type="email"],
.wppb-form-field input[type="url"],
.wppb-form-field input[type="password"],
.wppb-form-field input[type="search"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-checkboxes,
.wppb-radios,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input {
    width: 100%;
	text-align: center;
}
	
.wppb-form-field > span {
	text-align: center;
}

ul.wppb-profile li label {
	text-align: center;
	padding-right: 0;
}
	
ul.wppb-profile li span {
	padding-left: 0;
	text-align: center;
	width: 100%;
}

.tribe-events-event-meta .location {
	text-align: left;
}

#member-pg #tribe-events-header .tribe-events-sub-nav,
#member-pg #tribe-events-footer .tribe-events-sub-nav {
    padding-left: 0;	
}
	
.tribe-events-list .tribe-events-list-event-title {
	margin-bottom: 15px;
}
.tribe-events-list .tribe-events-venue-details {
    margin: 15px 0 0;
}

.page-template-template-properties #filters-group .tabs .tab a {
	padding: 0 15px;
}	
	
.grid-sizer {
	width: 100%;
}

.grid-item img {
	width: 100%;
    height: auto;
}
	
.modal .modal-video h4 {
	font-size: 1.25rem;
}

div.ginput_container_date:after {
	display: none;
}	

#tripleseat_embed_form h2 {
	font-size: 1.75rem;
}
#tripleseat_embed_form input.timeselect_input,
#tripleseat_embed_form input.hasDatepicker{
	width: 100%;
}
#tripleseat_embed_form #lead_phone_number_extension {
	width: 100% !important;
}
#tripleseat_embed_form select {
	width: 100%;
}
#tripleseat_embed_form input[type=submit] {
    margin-bottom: 5rem;
}
	
.post-password-form input[type=password] {
	width: 100%;
}
	
footer .social {
	text-align: center !important;
	padding-left: 0.75rem !important;
}
	
footer .widget_nav_menu,
footer .widget_text {
	text-align: center;
}
	
.brand-logo-ftr {
	margin-top: 2rem;
}
	
#additional-content .valign-wrapper {
	display: block;
}
	
}


@media (max-width: 479px) {

.specials .slider {
    min-height: 450px !important;
}

#filters-group .tabs .tab.all {
	display: none;
}	
	
}

@media (max-width: 321px) {
.specials .slider {
    min-height: 500px !important;
}
}



.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%
}

@media only screen and (min-width: 601px) {
    .container {
        width:90%
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width:80%
    }
}



/*
@media (min-width: 320px) {
  
}
@media (min-width: 480px) {
 
}
@media (min-width: 560px) {
  
}
@media (min-width: 768px) {
 
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
*/