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

body {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:rgba(0,0,0,0.9);
	line-height: 1.5em;
	background-color:#ffffff;
	letter-spacing:0.5px;
	font-size: 14px;
	font-size: clamp(11.2px, 1.1vw, 17px);
}

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

a, a:visited {
	color:#000000;
}

a:hover {
	color:#00C2D5;
}

b, strong {
	font-weight:700;
}

h1, h2, h3, h4, h5, h6 {
	color:#000000;
	font-family: "Manrope", sans-serif !important;
}
h1, h2, h3, h4 {
	font-weight: 500;
	text-transform: none;
}

h5, h6 {
	font-weight:700;
	text-transform: uppercase;
	letter-spacing:1px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
h1 {
	font-size: 52px;
	font-size: clamp(41.6px, 4.5vw, 62px);
}

h2 {
	font-size: 46px;
	font-size: clamp(36.8px, 4vw, 55px);
}
h3 {
	font-size: 30px;
	font-size: clamp(24px, 2.6vw, 36px);
}
h4 {
	font-size: 22px;
	font-size: clamp(17.6px, 1.8vw, 26px);
}
h5 {
	font-size: 20px;
	font-size: clamp(16px, 1.6vw, 24px);
}
h6 {
	font-size: 14px;
	font-size: clamp(11.2px, 1.1vw, 17px);
}

p, .uabb-infobox-content .uabb-infobox-text p {
	padding-bottom:1em;
}

/* 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 );
	}
}



/* Bullet Styles */

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

main#content ol {
	list-style-type: decimal;
		padding-left:1.5em;
}

main#content ul li::marker, main#content ol li::marker {
	color:#00C2D5;	
}

main#content ul.check-marks {
	list-style-image: url('/wp-content/uploads/2025/12/Check-Streamline-Ultimate-1.svg');
	font-weight:400;
	
	padding-left:1.5em;
	display: flex;
    flex-direction: column;
    gap: 5px;
}


.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(26, 54, 93, 0);
}

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

#menu-main-nav.fl-menu-horizontal, #menu-main-nav-1.fl-menu-horizontal, #menu-main-nav-2.fl-menu-horizontal {
	flex-direction:row;
}

#menu-main-nav, #menu-main-nav-1, #menu-main-nav-2 {
	font-size: 14px;
	font-size: clamp(11.2px, 1.1vw, 17px);	
	font-weight:600;
	text-transform: uppercase;
	letter-spacing:1px;
	gap:3em;
}

header.this-is-stuck,
header.interior_header {
	background-color:rgba(255, 255, 255, 0.95);
	z-index: 99999;
	/* backdrop-filter: blur(16px) !important; */
}

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

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

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

.menu_call a:hover {
    background: #1A365D;
    color: #fff !important;
}

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



.relative {
	position: relative;
}

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

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

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

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

    .padding_leftside {
        padding-left: calc( (100% - 1260px)/2 );
    }
    
    .padding_rightside {
        padding-right: calc( (100% - 1260px)/2 );
    }

}

/* ------- Global Button Styles ------- */

.fl-button-wrap {
	flex-shrink:0;
}

/* ------------------------------------------------------------Blue Btn------------------------------------------------------------ */

.uabb-creative-button-wrap a, 
.uabb-creative-button-wrap a:visited, 
button, 
.fl-button-group-buttons a.fl-button, 
a.fl-button {
	border:2px solid !important;
    border-color:#234781 !important;
	background-color: #234781 !important;
	
	border-radius:4px !important;
	
	text-align:center;
	
	line-height:1em !important;
	
	-webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}


.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited,
button, .fl-button-group-buttons a.fl-button,
.fl-builder-content a.fl-button {
	padding: 16px 38px 16px 38px !important;
}

@media only screen and (max-width: 576px) {
	.uabb-creative-button-wrap a,
	.uabb-creative-button-wrap a:visited,
	button, 
	.fl-button-group-buttons a.fl-button,
	a.fl-button {
		padding: 16px 38px 16px 38px !important;
		width:100% !important;
	}
	.fl-module-uabb-button {
		width:100% !important;
	}
}

.uabb-creative-button-wrap a span, 
.uabb-creative-button-wrap a:visited span, 
button *, 
button, 
.fl-button-group-buttons a.fl-button span, 
a.fl-button span {
	font-family: "Manrope", sans-serif;
	font-size: 14px !important;
	font-weight:500 !important;
}

.uabb-creative-button-wrap a *, 
.uabb-creative-button-wrap a:visited *, 
button *, 
button, 
.fl-button-group-buttons a.fl-button *, 
a.fl-button *, 
a.fl-button span {
	color: #ffffff !important;
	letter-spacing: 1px !important;
	text-transform: none !important;
	line-height:1em !important;
	
		-webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}

.uabb-creative-button-wrap a:hover, 
button:hover, 
.fl-button-group-buttons a.fl-button:hover, 
a.fl-button:hover {
	background-color: #ffffff !important;
	border-color:#ffffff !important;
}

.uabb-creative-button-wrap a:hover *, 
.uabb-creative-button-wrap a:hover *, 
button:hover *, 
button:hover, 
.fl-button-group-buttons a.fl-button:hover *, 
a.fl-button:hover *, 
a.fl-button:hover span {
	color: #234781 !important;
}

/* ------------------------------------------------------------White Btn------------------------------------------------------------ */
.white-btn .uabb-creative-button-wrap a *, 
.white-btn .uabb-creative-button-wrap a:visited *, 
.white-btn button *, 
.white-btn a *, 
.white-btn .fl-button-group-buttons a.fl-button * , 
.white-btn a.fl-button *, 
.white-btn a.fl-button span {
	color: #234781 !important;
}

.white-btn .uabb-creative-button-wrap a, 
.white-btn .uabb-creative-button-wrap a:visited, 
.white-btn button, 
.white-btn a, 
.white-btn .fl-button-group-buttons a.fl-button, 
.white-btn a.fl-button {
	border-color: #ffffff !important;
	background-color: #ffffff !important;
}

.white-btn .uabb-creative-button-wrap a:hover, 
.white-btn button:hover, 
.white-btn .fl-button-group-buttons a.fl-button:hover, 
.white-btn a.fl-button:hover {
	border-color: #ffffff !important;
	background-color: #234781 !important;
}

.white-btn .uabb-creative-button-wrap a:hover *, 
.white-btn .uabb-creative-button-wrap a:hover *, 
.white-btn button:hover *, 
.white-btn button:hover, 
.white-btn .fl-button-group-buttons a.fl-button:hover *, 
.white-btn a.fl-button:hover *, 
.white-btn a.fl-button:hover span {
	color: #ffffff !important;
}


/* ------------------------------------------------------------Reverse Blue Btn------------------------------------------------------------ */
.reverse-btn .uabb-creative-button-wrap a *, 
.reverse-btn .uabb-creative-button-wrap a:visited *, 
.reverse-btn button *, 
.reverse-btn a *, 
.reverse-btn .fl-button-group-buttons a.fl-button * , 
.reverse-btn a.fl-button *, 
.reverse-btn a.fl-button span {
	color: #ffffff !important;
}

.reverse-btn .uabb-creative-button-wrap a, 
.reverse-btn .uabb-creative-button-wrap a:visited, 
.reverse-btn button, 
.reverse-btn a, 
.reverse-btn .fl-button-group-buttons a.fl-button, 
.reverse-btn a.fl-button {
	border-color:rgba(255,255,255,0.3) !important;
	background-color: transparent !important;
}

.reverse-btn .uabb-creative-button-wrap a:hover, 
.reverse-btn button:hover, 
.reverse-btn .fl-button-group-buttons a.fl-button:hover, 
.reverse-btn a.fl-button:hover {
	border-color: #ffffff !important;
	background-color: #ffffff !important;
}

.reverse-btn .uabb-creative-button-wrap a:hover *, 
.reverse-btn .uabb-creative-button-wrap a:hover *, 
.reverse-btn button:hover *, 
.reverse-btn button:hover, 
.reverse-btn .fl-button-group-buttons a.fl-button:hover *, 
.reverse-btn a.fl-button:hover *, 
.reverse-btn a.fl-button:hover span {
	color: #234781 !important;
}


/* ------- End Global Button Styles ------- */


/* ------- Image Carousel Styles ------- */

.uabb-image-carousel ul.slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    margin-top: 20px;
    padding: 0px !important;
	
	display: flex !important;
    justify-content: center;
	gap: 10px;
	flex-direction:row !important;
}

.uabb-image-carousel ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
	opacity:0.2;
}

.uabb-image-carousel ul.slick-dots li button {
    font-size: 0 !important;
    line-height: 0 !important;
    display: block;
    width: 45px;
    height: 6px;
    padding: 0px !important;
    cursor: pointer;
    color: transparent;
    border: 0 !important;
    outline: none;
    background: #0A2139 !important;
	border-radius: 0 !important;
}

.uabb-image-carousel ul.slick-dots li button:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\f111';
    text-align: center;
    opacity: .25;
    color: #D79D8C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:none !important;
}

.uabb-image-carousel ul.slick-dots li.slick-active {
    opacity:1;
}

/*About Section Image Carousel Styles*/

.about-section-image-carousel .uabb-image-carousel ul.slick-dots {
    transform: translate(0, -150%);	
}

.about-section-image-carousel .uabb-image-carousel ul.slick-dots li button {
	background:#ffffff !important;
}
/* ------- End Image Carousel Styles ------- */



/* ------- Post/Event Styles ------- */

.uabb-post-wrapper, 
.uabb-post-wrapper .uabb-post-thumbnail, 
.uabb-post-wrapper > div .uabb-post-thumbnail img {
	-webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
	
}

/* .uabb-post-wrapper:hover {
    top:-10px !important;
} */

.uabb-post-wrapper .uabb-post-thumbnail {
    aspect-ratio: 3/2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
    position: relative;
	top:0;
}

/* .uabb-post-wrapper:hover .uabb-post-thumbnail {
	top:-10px !important
} */

.uabb-post-wrapper > div .uabb-post-thumbnail img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    scale: 1.0;
}

.uabb-post-wrapper:hover > div .uabb-post-thumbnail img {
    scale: 1.1;
}

.uabb-blog-posts ul.slick-dots {
display: flex;
    flex-direction: row;
justify-content: center;
    gap: 10px;
}

.uabb-blog-posts ul.slick-dots li {
height: 5px;
    width: 40px;
}

.uabb-blog-posts ul.slick-dots li button {
    background: none !important;
    border: none !important;
height: 100%;
    width: 100%;
}

.uabb-blog-posts ul.slick-dots li button:before {
font-family: none;
    font-size: 0px;
background: black;
height: 100%;
    width: 100%;
}

.uabb-blog-posts ul.slick-dots li button {
    font-size: 0px !important; 
}
/* ------- End Post/Event Styles ------- */


body .tribe-events-single-section h2.tribe-events-single-section-title {
    font-size: 20px;
}

.tribe_events img.attachment-full.size-full.wp-post-image {
    max-width: 100% !important;
    max-height: none !important;
}


@media (min-width: 768px) {
    body .tribe-events-venue-map {
        margin-top:var(--tec-spacer-7);
        order: 1;
        width: 100%;
    }
}



.tribe-common-b2.tribe-tickets__tickets-footer-back-link {
    display: none !important;
}

body.single-tribe_events .tribe-events-event-image {
	display: none;
}



div.tribe-events-meta-group {
    width: auto;
}

div.tribe-events-meta-group h2 {
    font-size: 28px;
    font-weight: bold;
}
