/*
Theme Name: BlankSlate - Child
Template: blankslate
Text Domain: blankslatechild
*/

body {
  font-family: "DM Sans", sans-serif;
  color:#474747;
  line-height: 1.5;
}

body p {
	margin: 0 0 24px 0;
}

a, button, input[type=submit], ul, li, header, a[role=button] {
  transition: all 0.25s ease !important;
}

.site-logo a img.fl-photo-img {
	width:auto !important;
	transition: all 0.5s ease !important;
}

.nomar p {
	margin: 0 !important;
}

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 100;
	background-color:rgb(255, 255, 255,0);
}

.z100 {
	position: relative;
	z-index: 100;
}

.z50 {
	position: relative;
	z-index: 50;
}

h1,
h1.fl-heading span {
	font-size: clamp(46px, 6vw, 60px) !important;
}

h1 {
	line-height: 1em !important;
}

.interior h1,
.interior h1.fl-heading span {
	font-size: clamp(46px, 6vw, 60px) !important;
}

h2,
h2.fl-heading span {
	font-size: clamp(22px, 5vw, 42px);
}

h2 {
	line-height: 1em !important;
}

.fl-rich-text h2 {
	font-size: clamp(20px, 5vw, 40px);
	margin-bottom:20px;
	font-weight: 600;
}

.fl-rich-text h3 {
	font-size: clamp(17px, 5vw, 24px);
	margin-bottom:6px;
	font-weight: 600;
}

.single-post .fl-rich-text h2 {
	color: #056e6c;
}

.latest-posts h2 {
	line-height: 1em !important;
}

span.swash {
	position: relative;
	white-space: nowrap;
	display: inline-block;
	z-index: 1;
}

.uabb-adv-accordion-item-active .uabb-adv-accordion-button {
	border-radius: 8px 8px 0 0 !important;
}

span.swash:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-image: url(/wp-content/uploads/2024/06/Swash-2.webp);
    display: block;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}

.greeny {
	color: #418B8C !important;
}

.yellowy {
	color: #E0A826 !important;
}

.italy {
	font-style: italic !important;
}

.fl-module-box .fl-photo-caption {
	font-size: clamp(26px, 3vw, 44px);
	position: relative;
	bottom:10%;
}

.fl-module-box a {
	display: block;
}


/* YOUR LOCATION FORM */
#postal-code-search {
    position: relative;
}

#postal-code-search input[type=search] {
	line-height: 3 !important;
	padding: 4px 16px 4px 50px;
	border-radius: 12px;
	border: 2px solid #d9d9d9;
	width: 100%;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}

#postal-code-search:before {
    content: "\f179";
    position: absolute;
    font-family: dashicons;
    left: 16px;
    top: 16px;
    z-index: 10;
    font-size: 25px;
}

#postal-code-search button {
    position: absolute;
    border-radius: 10px;
    border-width: 0;
    background-color: #F18933;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 80%;
    top: 10%;
    right: 6px;
    padding: 0 10px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}

/* Form on Location Page */
.my_form_holder .frm_forms {
    background: #ffffff;
    border-radius: 25px;
    padding: 20px 20px 10px 20px;
}

.my_form_holder .with_frm_style .frm_form_fields > fieldset {
    border: none;
}
/* Form on Location Page */






/* BOF: Headings, Paragraphs, etc. */
@media only screen and (min-width: 1260px)  {

}

@media only screen and (min-width: 992px)  {

}

@media only screen and (max-width: 991px)  {

}
/* EOF: Headings, Paragraphs, etc. */



@media only screen and (min-width: 1260px)  {
	.padding_left {
		padding-left: calc( (100% - 1260px)/2 );
	}
}

.menu_call a {
    background: #FF8300;
    color: #ffffff !important;
    border: 1px solid #FF8300;
    border-radius: 50px;
    margin-left: 15px;
}

.menu_call a:hover {
    background: #fff;
    color: #FF8300 !important;
    border: 1px solid #FF8300;
}

#full-screen-box .menu_call a {
	margin-left: 0px;
}



@media only screen and (max-width: 576px)  {
	#alert-bar {
		display:none;
	}
}



.topnav .fl-row-content .fl-col-group {
  width: 100%;
  justify-content: center;
}

header.this-is-stuck,
header.interior_header {
	background-color:rgb(0, 0, 0,.7);
}

.info-center .uabb-infobox-title-wrap {
	display: none !important;
}

.info-center .infobox-left .uabb-imgicon-wrap {
  margin: 10px !important;
}

.info-center .uabb-infobox-left-right-wrap {
	display: flex;
  justify-content: center;
  align-items: center;
}

.info-center .uabb-infobox-text, 
.info-center .uabb-infobox-text p {
	display:inline-block !important;
}

.uabb-infobox-content .uabb-infobox-text p:last-of-type {
  padding-bottom: 0;
}

.info-center .infobox-photo-left .uabb-infobox-content {
	width:auto !important;
}

/*
main#content strong, main#content b {
    font-weight: 800 !important;
    color: #000 !important;
}
*/

main#content ul {
    list-style: disc;
}


.z-high {
	z-index: 20 !important;
	position: relative;
}

.z-low {
	z-index: 0 !important;
	position: relative;
}

.z-low .fl-row-content-wrap {
	overflow: hidden;
}

.relative {
	position: relative;
}

.home_logo_row .slick-track {
	display: flex;
  align-items: center;
}

.home_logo_row .uabb-image-carousel img {
    height: auto!important;
    max-width: 100%;
    max-height: 70px;
    width: auto !important;
    object-fit: contain;
    object-position: center;
}

.feature_holder {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.feature {
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.feature img {
	width:57px;
	height: auto;
	display: inline-block;
}

.whitetext .fl-photo-caption,
.feature-caption {
	color:#ffffff;
	font-family: Mulish, sans-serif;
	font-weight: 700;
	font-size:16px;
}

@media only screen and (min-width: 992px)  {
	.uabb-testimonial {
		padding-right:60px;
		padding-left:60px;
	}
}

.logoed_bg .fl-row-content-wrap {
	position: relative;
}

.logoed_bg .fl-row-content-wrap:after {
	content:" ";
	position: absolute;
	z-index: 1;
	top:0;left:0;right:0;bottom:0;
	background-image: url(/wp-content/uploads/2023/04/Mark@2x.png);
	background-position: right bottom;
	background-size: 55%;
	background-repeat: no-repeat;
}

.logoed_bg .fl-row-content-wrap .fl-row-content {
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 991px)  {
	.logoed_bg .fl-row-content-wrap:after {
		background-size: contain;
	}
}

.bottom_aligned {
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.bottom_aligned .fl-module:last-child {
	margin-top: auto !important;
}


.services .uabb-module-content img {
	aspect-ratio: 387 / 211;
}

/* .services .uabb-module-content img:after { */
.services .uabb-module-content .uabb-ultb3-info:before,
.readthings .uabb-module-content .uabb-ultb3-info:before {
	content:" ";
	display:block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 75%);
	z-index: 0;
}

.services .uabb-ultb3-info .uabb-ultb3-title,
.readthings .uabb-ultb3-info .uabb-ultb3-title {
	position: relative;
	z-index: 2;
}

.readthings .uabb-module-content {
	aspect-ratio: 6 / 5;
}

.readthings .uabb-button {
	border:1px solid #E0A826 !important;
}


.desktop-only {
	display:none;
}

@media only screen and (min-width: 992px)  {
	.desktop-only {
		display:inline;
	}
}





form div .frm_submit {
    display: flex;
    justify-content: start;
}

form div .frm_submit button {
    text-transform: uppercase;
}

.fl-button .fl-button-icon {
	color: #E0A826 !important;
}


/* CLUB CONTACT FORM */
@media only screen and (min-width: 768px)  {
	.myform .frm_fields_container .frm_form_field:nth-of-type(1),
	.myform .frm_fields_container .frm_form_field:nth-of-type(2) {
	    grid-column: span 6 !important;
	}
}

.myform .frm_fields_container textarea {
	height: 90px;
}

.with_frm_style .frm_message, .frm_success_style {
    background-color: transparent;
    border-width: 0;
}

.with_frm_style .frm_message p, .frm_success_style p {
    color: #000 !important;
    font-size: 16px;
    text-align: center;
}


/* Resources */

.f_img_holder {
    position: relative;
    display: flex;
    justify-content: center;
}

.terms_holder {
    position: absolute;
    top: 2px;
    left: 5px;
}

.terms_holder span {
    font-size: 9px;
    background-color: #E0A826;
    border-radius: 3px;
    line-height: 1;
    margin: 0;
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
    color: #fff;
}


.f_img_holder a {
	display: block;
}

.resource-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    background-color: RGB(0, 0, 0, .05);
    display: block;
}

h3.gallery_title {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    text-align: center;
    background: RGB(0, 0, 0, .5);
    color: #fff;
    padding: 8px 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h5.uabb-post-meta {
    font-size: 12px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
}

h5.uabb-post-meta span:first-child {
	text-align:left;
}

h5.uabb-post-meta span:last-child {
	text-align:right;
}


.posts_link a,
.posts_link a:hover {
	background: #086d68;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 6px 10px 6px 10px;
    line-height: 1;
    letter-spacing: 1px;
    font-family: 'Outfit';
    display: inline-block;
}

footer strong.yellowy {
	margin:0 0 10px 0;
	display: inline-block;
}

/* Login Form Styles */
form#loginform {
    background-color: rgba(255,255,255, 0.7)!important;
}



/* For modern browsers */
body .ss-content .ss-list .ss-option.ss-disabled {
    color: black;
    font-weight: bold;
    background: RGB(0, 0, 0, .03);
}

body .ss-option:not(.ss-disabled) {
	padding-left:20px !important;
}

body .frm_slimselect .ss-search {
	display: none !important;
}


/* LOCAL BOATING */
.local_boating .fl-col-content .fl-module {
	position: revert !important;
}

.local_boating h3.fl-heading {
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .25s ease;
}

.local_boating .fl-col-content:hover h3.fl-heading {
	font-size: 26px;
}

.local_boating h3.fl-heading a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.local_boating .fl-col-content {
	transition: all .25s ease;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	padding: 80px 10px !important;
}

.local_boating .fl-col-content:hover {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}




/* FORM TERMS */
form .frm_fields_container .frm_form_field .frm_description {
    color: #000 !important;
    line-height: 1.25rem;
}



/* CLUB SOCIALS */
.top_bar_icons a i {
    color: #053341;
    font-size: 23px;
    margin: 10px 0;
}

.top_bar_icons a:hover i {
	color: #FF8300;
}



/* fix timeline */
.uabb-timeline__line {
    overflow: hidden !important;
}
