/***************************************
Launchpad Child Stylesheet
*****************************************/
/*
Author: Hicaliber
Author URL: hicaliber.com.au
Description: Launchpad Platform Child stylesheet
*/
/***************************************
Table of Contents:

Typography
Custom CSS Variables

/*************************************
#TYPOGRAPHY - START
**************************************/
body {
	font-family: var(--lp--base-preset--body--font-family);
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--lp--base-preset--heading--font-family);
	font-weight: 500;
}
.hero .hero-banner-message h1 span, .hero .hero-banner-message h1 em, .section-title span, .hic-title span, 
.image-left-content .hic-title h3 span, .image-right-content .hic-title h3 span {
	font-family: var(--lp--base-preset--heading--font-family);
}

.error404 .hero, .error404 .hero label, .error404 .hero h1 {
    color: var(--lp--base-preset--body--color);
}
/*************************************
!TYPOGRAPHY - END
**************************************/

/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
/*Use format --lp--custom-preset--  */
:root{
  --lp--custom-preset--border-color: #eee;
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/


/* Addedd CSS */


/* Overrides =================================  */

.button {
	border-radius: 30px;
	-ms-border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	padding-left: 35px !important;
    padding-right: 35px !important;
	font-weight: 700;
	padding-top: 12px;
    padding-bottom: 12px;
	letter-spacing: 0px;
	line-height: 1.4;
}
header.header.custom-header-layout .top-bar-col-3 .button.header--login,
.gray-button.button {
	background: #707070 !important;
}
.hic-title h3 {
	font-weight: 400;
}

.image-left-content:not(.row-fluid) .hic-box .hic-content,
.image-right-content:not(.row-fluid) .hic-box .hic-content {
    padding: 100px 50px;

}
.image-left-content:not(.row-fluid) .hic-box {
	align-items: unset !important;
}

.image-left-content:not(.row-fluid) .hic-box .hic-media-container a {
    display: block;
    height: 100%;
}
.image-left-content:not(.row-fluid) .hic-box .hic-media-container .hic-image {
	height: 100%;
}
.content-box-element .has-image.has-video .hic-media-container .table-cell-mid {
	background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/play-icon.svg');
	width: 90px;
	height: 90px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: auto;
}
.content-box-element .has-image.has-video .hic-media-container .table-cell-mid img {
	opacity: 0;
}
/* End Overrides */



/* Helpers =================================  */


.remove-bg-overlay .section-background:before {
	opacity: 0;
	visibility: hidden;
}
.text-contact-indicator .contact-phone,
.text-contact-indicator .contact-email,
.text-contact-indicator .contact-address {
	padding-left: 0px !important;
}
.text-contact-indicator .contact-phone:before,
.text-contact-indicator .contact-email:before,
.text-contact-indicator .contact-address:before {
	position: relative !important;
	top: unset;
    left: unset;
	display: block;
	margin-bottom: 5px;
	font-family: var(--lp--base-preset--body--font-family);
	font-size: 14px;
}
.text-contact-indicator .contact-details > div:before {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.text-contact-indicator .contact-phone:before {
	content:"Telephone" !important;
}
.text-contact-indicator .contact-email:before {
	content:"Email" !important;
}

.text-contact-indicator .contact-address:before {
	content:"Address" !important;
}
.text-contact-indicator .contact-phone a,
.text-contact-indicator .contact-email,
.text-contact-indicator .contact-address {
	font-family: var(--lp--base-preset--body--font-family);
	font-size: 20px;
}
.aligned-contact-blocks .contact-details {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
}
.aligned-contact-blocks .contact-details > div {
	flex-grow: 1;
	position: relative;
	font-weight: 500;
}
.aligned-contact-blocks .contact-details > div:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 55px;
    background: #fff;
    opacity: 0.3;
    top: 0;
    right: 0;
}
.aligned-contact-blocks .contact-details > div:last-child:after {
	display: none;
}
.aligned-contact-blocks .contact-details > div:not(:first-child) {
	padding-left: 30px !important;
}
.aligned-contact-blocks .contact-details > div:not(:last-child) {
	padding-right: 30px !important;
}
.hide-pagination .section-pagination {
	display: none;
}

/* Headings */
.section-title-regular .section-title,
.box-title-regular .hic-title h2,
.box-title-regular .hic-title h3 {
	font-weight: 500 !important;
/* 	font-size: 45px !important; */
	line-height: 1.2;
	padding-bottom: 0px !important;
}
.section-title-regular .heading-and-subheading .sub-heading {
	font-size: 22px;
}
.box-title-regular .hic-title,
.hic-content .hic-title  {
	margin-bottom: 30px;
}
.box-title-small .hic-title h2,
.box-title-small .hic-title h3  {
	font-size: 22px;
	line-height: 1.3;
}
.box-title-small .hic-title {
	margin-bottom: 18px;
}
.box-title-transform-unset .hic-title h2,
.box-title-transform-unset .hic-title h3 {
	text-transform: unset !important;
}
.section-title, .split-50-50 .medium-12 .hic-title h3 {
	font-size: 2rem
}
@media (min-width: 1441px) {
	.section-title-regular .section-title,
	.box-title-regular .hic-title h2,
	.box-title-regular .hic-title h3 {
		font-size: 45px !important;
	}
}
.content-text-large .hic-blurb p {
	font-size: 20px;
}

.title-span-align .hic-title h2 span,
.title-span-align .hic-title h3 span {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
}
.title-align-left .section-title,
.title-align-left .sub-heading {
	text-align: left;
}
.title-align-right .section-title,
.title-align-right .sub-heading {
	text-align: right;
}

/* Text */


/* Colors */

.color-all-white h1,
.color-all-white h2,
.color-all-white h3,
.color-all-white h4,
.color-all-white h5,
.color-all-white li,
.color-all-white span,
.color-all-white p,
.color-all-white li,
.color-all-white div,
.color-all-white a {
	color:#fff;
}

.color-all-regular h1,
.color-all-regular h2,
.color-all-regular h3,
.color-all-regular h4,
.color-all-regular h5,
.color-all-regular li,
.color-all-regular span,
.color-all-regular p,
.color-all-regular li,
.color-all-regular div,
.color-all-regular a {
	color:var(--lp--base-preset--body--color) !important;
}

.paragraph-bold .hic-blurb p {
	font-weight: 600;
}

/* Boxes */

.curve-boxes .hic-box {
	border-radius: 45px;
	-ms-border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	overflow: hidden;
}
.overlap-margin-1 {
	margin-top: -130px;
}
.white-boxes .hic-box {
	background-color: #fff;
	color: initial;
}
.image-overlay-remove.has-bg-img .bg-image::before {
	display: none;
}
.box-content-transparent .hic-box .hic-content {
	background-color:transparent !important;
}
.box-content-spacec-none .hic-box .hic-content {
	padding-left: 0px;
	padding-right: 0px;
}
.box-bg-bg-dark .hic-box,
.box-bg-bg-dark .hic-box .hic-content {
	background-color: var(--lp--base-preset--brand-color--dark) !important;
}
.box-icon-small .hic-icon img {
	max-width: 40px;
}
.box-icon-small .hic-icon {
	margin-bottom: 15px;
}
.box-content-pt-0 .hic-content{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.box-cta-1 .inner-section {
	position: unset;
}
.box-cta-1 .hic-content {
	position: relative;
}

.body-content .box-cta-1 .hic-box {
	align-items: center !important;
	justify-content: center;
	justify-content: flex-end;
}
.floating-image-left .hic-media-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.floating-image-left .hic-content {

}
.box-cta-1 .hic-item .hic-media-container .hic-image {
	height: 100%;
	background-position: right;
	background-repeat: no-repeat;
}

.hic-item.box-space-right-1 .hic-box {
	padding-right: 30px;
}
.hic-item.box-space-right-2 .hic-box {
	padding-right: 50px;
}
.hic-item.box-space-right-3 .hic-box {
	padding-right: 60px;
}
.hic-item.box-space-right-4 .hic-box {
	padding-right: 100px;
}

.hic-item.box-space-left-1 .hic-box {
	padding-left: 30px;
}
.hic-item.box-space-left-2 .hic-box {
	padding-left: 50px;
}
.hic-item.box-space-left-3 .hic-box {
	padding-left: 60px;
}
.hic-item.box-space-left-4 .hic-box {
	padding-left: 100px;
}
.hic-item.box-space-all-1 .hic-box {
	padding: 30px;
}
.hic-item.box-space-all-2 .hic-box {
	padding: 50px;
}
.hic-item.box-space-all-3 .hic-box {
	padding: 60px;
}
.hic-item.box-space-all-4 .hic-box {
	padding: 100px;
}



section.page-element .block-width-45 {
	width: 45% ;
}
section.page-element .block-width-50 {
	width: 50% ;
}
section.page-element .block-width-55 {
	width: 55%;
}
section.page-element .block-width-60 {
	width: 60%;
}
section.page-element .block-width-65 {
	width: 65%;
}
section.page-element .block-width-100 {
	width: 100%;
}



/* Section */


section.section-bg-dark,
.section-container-dark .grid-container  {
	background-color: var(--lp--base-preset--brand-color--dark);
}
.section-container-dark-2 .grid-container,
.box-dark-2.hic-item .hic-box {
	background-color: #231F20;
}
.section-container-xy-1 .grid-container {
	padding: 30px;
}
.section-container-xy-2 .grid-container {
	padding: 40px;
}
.section-container-xy-3 .grid-container {
	padding: 50px;
}
.section-container-curve .grid-container,
.box-curve.hic-item .hic-box {
	border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.sticky-graphic-bg {
	clip-path: inset(0 0 0 0);
}
.sticky-graphic-bg .inner-section {
	position: relative;
	z-index: 1;
}
.sticky-graphic-bg:before,
.sticky-graphic-bg:after {
	content: "";
	width: 365px;
    height: 100vh;
    position: fixed;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.sticky-graphic-bg:before {
	left: 0;
	background-image: url('/wp-content/uploads/2024/11/BG-Left.png');
	background-position: bottom right;
}
.sticky-graphic-bg:after {
	right: 0;
	background-image: url('/wp-content/uploads/2024/11/BG-right.png');
	background-position: bottom left;
}


/* End Section */


/* Buttons */
	
.button-space-1 .hic-button-wrap {
	margin-top: 30px !important;
}
.button-space-2 .hic-button-wrap {
	margin-top: 40px !important;
}
.button-space-3 .hic-button-wrap {
	margin-top: 50px !important;
}
.home-hero-image {
	max-width: 600px;
	width: 100%;
}

/* End Buttons */


/* Form */

.gform_wrapper .gform_fields {
    grid-row-gap: 20px;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield textarea {
	background: #fff;
	padding: 15px 25px;
	border-radius: 25px;
	-ms-border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-bottom: 0px solid;
}
.gform_footer .button{
	padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 15px;
    padding-bottom: 15px;
	line-height: 1.4;
}
form .form-inline-consent {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
form .form-inline-consent .ginput_container_consent {
	/* display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center; */
	position: relative;
	padding-left: 30px;
}
.form-inline-consent .ginput_container_consent,
.form-inline-consent .gfield_description {
	display: inline-block;
	padding-top: 0px;
}
.form-inline-consent .gfield_description {
	max-width: 200px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
}
.form-inline-consent label,
.form-inline-consent a {
	color:var(--lp--base-preset--body--color) !important;
	font-family: var(--lp--base-preset--body--font-family);
	font-size: 14px;
}
.form-inline-consent a,
.form-inline-consent label {
	line-height: 1.2 !important;
}
.contact-us-form_wrapper .gfield--type-consent {
	margin-top: 15px;
    margin-bottom: 15px;
}


form .form-inline-consent .ginput_container_consent label {
	display: block;
}
.form-inline-consent a {
	font-weight: 700;
}
form .form-inline-consent .ginput_container_consent input {
	width: 20px;
    height: 20px;
    top: -2px;
    left: 0;
    position: absolute;
}

/* End Form */



/* Header =================================  */

header.header.custom-header-layout .top-header {
	background: var(--lp--base-preset--brand-color--primary);
	position: relative;
}
header.header.custom-header-layout .top-header .header-top-close {
	position: absolute;
    right: 20px;
    top: 13px;
	cursor: pointer;
}
header.header.custom-header-layout .top-header p {
	margin-bottom: 0px;
	color:#fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
header.header.custom-header-layout .top-header p img {
	width: 30px;
	margin-right: 12px;
}

header.header.custom-header-layout {
	color: #231F20;
}
header.header.custom-header-layout .top-bar:not(.one-column) .top-bar-body .top-bar-logo {
	margin-right: unset;
}
header.header.custom-header-layout .top-bar .top-bar-body {
	justify-content: space-between;
}
header.header.custom-header-layout .top-bar-col-3 .text p {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 0px;
}
header.header.custom-header-layout .top-bar-col-3 .text p br {
	display: none;
}
header.header.custom-header-layout .top-bar-col-3 .button {
	margin-left: 10px;
}
header.header.custom-header-layout .top-bar-col-3 .button.header--login {
	background: transparent;
}
header.header.custom-header-layout .menu li.menu-item a {
	color: #fff);
	font-weight: 700;
	font-size: 16px;
}
header.header.custom-header-layout.header-is-off-canvas .top-bar {
	background: var(--lp--base-preset--brand-color--dark);
}
.scrolled header.header.custom-header-layout .menu li.menu-item a {
	color:#fff;
}
header.header.custom-header-layout.header-is-off-canvas .logo.site-logo {
	display: none;
}
header.header.custom-header-layout.header-is-off-canvas .logo.alternative-logo {
	display: block;
}
body:not(.home) header.header.custom-header-layout .menu li.menu-item a{
	color:#fff !important;
}
body header.header.custom-header-layout .logo-wrap .site-logo {
	display: none;
}
body header.header.custom-header-layout .logo-wrap .alternative-logo {
	display: block;
}
/* body.home:not(.scrolled) header.header.custom-header-layout .menu-icon:after {
	background: var(--lp--base-preset--brand-color--dark);
	box-shadow: -16px 9px 0px var(--lp--base-preset--brand-color--dark), 0px 18px 0px var(--lp--base-preset--brand-color--dark);
} */


/* End Header */

/* Hero */

.hero-adjusted-background-image section.hero {
	background: var(--lp--base-preset--brand-color--dark);
}
/* .hero-adjusted-background-image section.hero .slick-track {
	background: #fff;
} */

.hero-adjusted-background-image .hero .hero-background .bg-image {
	background-size: contain !important;
	background-position: right;
}
.hero-inner-page .inner-hero {
	position: relative;
	clip-path: inset(0 0 0 0);
	min-height: 500px;
}
body.post-type-archive-tribe_events section.hero.page-banner .inner-hero:before,
body.post-type-archive-tribe_events section.hero.page-banner .inner-hero:after,
.hero-inner-page .inner-hero:before,
.hero-inner-page .inner-hero:after,
section.section-header-type:before,
section.section-header-type:after {
	content: "";
    width: 250px;
    height:540px;
    position: fixed;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
section.section-header-type:before,
body.post-type-archive-tribe_events section.hero.page-banner .inner-hero:before,
.hero-inner-page .inner-hero:before {
	left: 0;
	background-image: url('/wp-content/uploads/2024/11/graphic-1.png');
	background-position: bottom right;
}
section.section-header-type:after,
body.post-type-archive-tribe_events section.hero.page-banner .inner-hero:after,
.hero-inner-page .inner-hero:after {
	right: 0;
	background-image: url('/wp-content/uploads/2024/11/graphic-2.png');
	background-position: bottom left;
}
.single-tribe_events section.section-header-type:before {
	background-image: url('/wp-content/uploads/2025/01/single-event-left.png') !important;
	width: 400px;
    background-size: cover;
    background-position: top right;
    height: 608px !important;
    top: 200px;
}
.single-tribe_events section.section-header-type:after {
	background-image: url('/wp-content/uploads/2025/01/single-event-right.png');
	width: 400px;
    background-size: cover;
    background-position: top left;
    height: 608px !important;
    top: 200px;
	right: -70px;
}
section.section-bg-dark,
.hero-bg-dark section.hero .inner-hero {
	background-color:var(--lp--base-preset--brand-color--dark);
}
.hero-spaced-bottom section.hero .inner-hero {
	padding-bottom: 50px;
}
section.section-header-type:after,
section.section-header-type:before,
body.post-type-archive-tribe_events section.hero.page-banner .inner-hero:before,
body.post-type-archive-tribe_events section.hero.page-banner .inner-hero:after,
.hero-spaced-bottom .inner-hero:before, 
.hero-spaced-bottom .inner-hero:after {
    height: 590px;
	width: 270px;
}

/* CTA */

.customized-cta-box {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	/* margin-top: -115px; */
    margin-left: 20px;
    margin-right: 20px;
	background: transparent;
    z-index: 1;
}
.customized-cta-box .hic-title {
	margin-bottom: 20px !important;
}
.customized-cta-box .grid-container {
	background: var(--lp--base-preset--brand-color--dark);
	padding: 30px 40px;
	border-radius: 20px;
	-ms-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.customized-cta-box .section-body {
	padding-right:30px;
}
.customized-cta-box .section-footer .hic-button-wrap {
	margin-top: 0px !important;
}
.customized-cta-box h3,
.customized-cta-box h2,
.customized-cta-box p {
	color:#fff;
}
.customized-cta-box .hic-title h3 {
/* 	font-size: 36px !important; */
    line-height: 1.4;
	text-transform: unset !important;
}
@media (max-width: 640px) {
	.customized-cta-box {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 641px) {
	.customized-cta-box .hic-title h3 {
		font-size: 36px !important;
	}
}
.customized-cta-box .hic-item > .hic-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	
}
.customized-cta-box .hic-item > .hic-box .hic-content {
	margin-left: 30px;
	background-color: var(--lp--base-preset--brand-color--dark) !important;
}
.customized-cta-box .hic-box > .hic-media-container {
    width: 150px;
    height: 150px;
}
.customized-cta-box .hic-box > .hic-media-container .hic-image {
	height: 100%;
}
.customized-cta-box .hic-box > .hic-media-container .hic-image:before {
	padding:0px !important;
}

.error404.header-transparent .hero .hero-body{
	padding-top: 0;
	margin-top: calc( var(--lp--base-preset--header--min-height) * -1 );
}

/* Insta Feed */

section.customized-insta-feed {
	padding-top: 80px !important;
	position: relative;
}
section.customized-insta-feed:before,
section.customized-insta-feed:after {
	content: "";
	position: absolute;
	width: 300px;
	height: -webkit-calc(100% + 120px);
	height: -moz-calc(100% + 120px);
	height: -ms-calc(100% + 120px);
	height: -o-calc(100% + 120px);
	height: calc(100% + 120px);
    top: -120px;
	z-index: -1;
	background-size: cover;
}
section.customized-insta-feed:before {
	left: 0;
	background-image: url('/wp-content/uploads/2024/11/block-image-1.jpg');
	background-position: right;
}
section.customized-insta-feed:after {
	right: 0;
	background-image: url('/wp-content/uploads/2024/11/block-image-2.jpg');
	background-position: left;
}
.customized-insta-feed .hic-box .hic-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.customized-insta-feed .hic-box .hic-content .hic-icon {
	flex:0 0 100%;
	-ms-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	-moz-flex:0 0 100%;
	-o-flex:0 0 100%;
	max-width: 100%;
	margin-bottom: 15px;
}
.customized-insta-feed .hic-box .hic-title h3,
.customized-insta-feed .hic-box .hic-blurb p {
	font-size: 40px;
	line-height: 1.4;
	margin: 0px;
	text-transform: unset;
}
.customized-insta-feed .hic-box .hic-blurb p {
	color: var(--lp--base-preset--brand-color--primary);
}
.customized-insta-feed .hic-box .hic-title {
	padding: 0px 10px 20px;
}
/* .customized-insta-feed .hic-box .hic-blurb {
	padding: 0px 10px 20px;
} */
.customized-insta-feed .hic-content {
	background-color:transparent !important;
}

/* Button */

.button, .wp-block-button__link {
	font-size: 15px;
}

/* Slider */


.full-height-slider .slick-dots {
    bottom: 0px !important;
    margin-bottom: 50px;
	display: none;
}
.full-height-slider .slick-dots .hic-media-container {
	display: block;
}
.full-height-slider .hic-gallery .slick-prev {
	left: 20px !important;
	z-index: 1;
}
.full-height-slider .hic-gallery .slick-prev:before {
	background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/prev-arrow.svg');
}
.full-height-slider .hic-gallery .slick-next {
	right: 20px !important;
}
.full-height-slider .hic-gallery .slick-next:before {
	background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/next-arrow.svg');
}
.full-height-slider .hic-gallery .slick-arrow:before {
	background-color: #fff !important;
	opacity: 1;
}
.full-height-slider .hic-gallery .slick-arrow {
    width: 40px;
    height: 40px;
	background-color: #ffffff70;
    border-radius: 50%;
	cursor: pointer;
}
.full-height-slider .slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}
.full-height-slider .hic-image {

}
.slider-dots-white .slick-dots li button:before {
	color:#fff;
	opacity: 1;
}
.slider-dots-white .slick-dots li.slick-active button:before {
	color:var(--lp--base-preset--brand-color--primary);
}

.slider-has-gradiant .hic-gallery .slick-list:before {
    content: "";
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 46%, rgba(0,0,0,1) 100%);
    z-index: 1;
}


/* Events Archive */


body.post-type-archive-tribe_events section.hero.page-banner .bg-image {
	background-image: unset;
}
body.post-type-archive-tribe_events section.hero.page-banner .inner-hero {
    background-color: var(--lp--base-preset--brand-color--dark);
	position: relative;
    clip-path: inset(0 0 0 0);
}

.section-header-type .hic-blurb img,
body.post-type-archive-tribe_events section.hero.page-banner .hero-banner-message img {
    max-width: 350px;
    margin: auto;
}
body.post-type-archive-tribe_events section.hero.page-banner .hero-banner-message {
	padding-top: var(--lp--base-preset--header--min-height);
	padding-bottom: 70px;
}

body.post-type-archive-tribe_events section.hero.page-banner .inner-hero:before, 
body.post-type-archive-tribe_events section.hero.page-banner .inner-hero:after {
	height: 515px;
}
.client-for-life-events .tribe-events .tribe-events-c-events-bar__search-button:hover,
.client-for-life-events .tribe-events .tribe-events-c-events-bar__search-button:focus,
.client-for-life-events .tribe-events .tribe-events-c-events-bar__search-button:focus-within {
	outline: none;
}
.client-for-life-events .tribe-events button.tribe-events-c-top-bar__datepicker-button:focus {
	outline: none;
}
.client-for-life-events .tribe-events .tribe-events-l-container {
	padding-top: 0px !important;
	padding-bottom: 80px;
}
.client-for-life-events .tribe-events .tribe-events-c-search {
	padding-right: 10px;
	column-gap: 10px;
}
.client-for-life-events .tribe-events .tribe-events-c-events-bar--border {
    border-radius: 50px;
	padding: 10px;
}
.client-for-life-events .tribe-events .tribe-events-c-events-bar__search-container {
	background: transparent;
	align-items: unset;
}
.client-for-life-events .tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
	height: 100%;
}
.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button {
	background: var(--tec-color-accent-primary);
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:hover,
.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus,
.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus-within {
	background: var(--tec-color-accent-primary) !important;
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	opacity: 1 !important;
}
.client-for-life-events .tribe-events-c-view-selector__button-text {
	color:#fff !important;
	height: auto !important;
    width: auto !important;
    position: relative;
    overflow: unset;
    clip: unset;
    margin: unset;
}
.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-icon-caret-svg {
	color:#fff !important;
}
.client-for-life-events p,
.client-for-life-events a,
.client-for-life-events span,
.client-for-life-events div,
.client-for-life-events input {
    font-family: var(--lp--base-preset--heading--font-family) !important;
}
.client-for-life-events .tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
.client-for-life-events .tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover,
.client-for-life-events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
.client-for-life-events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover:hover
 {
	background: var(--tec-color-accent-primary) !important;
}
.client-for-life-events .tribe-events .tribe-events-c-subscribe-dropdown {
	position: relative;
}
.client-for-life-events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 11;
}
.client-for-life-events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text,
.client-for-life-events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover button.tribe-events-c-subscribe-dropdown__button-text {
	color:#fff !important;
}
.client-for-life-events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text:focus,
.client-for-life-events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text:focus-within {
	outline: unset;
}
.client-for-life-events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
	border-color:var(--tec-color-accent-primary);
}
.client-for-life-events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button svg {
	color:#fff !important;
	stroke:#fff !important;
}
.client-for-life-events .tribe-events .tribe-common-c-btn.tribe-events-c-search__button,
.client-for-life-events .tribe-events-c-view-selector__button-text {
	text-transform: uppercase;
	font-weight: 600 !important;
}

.client-for-life-events .tribe-events .tribe-common-c-btn.tribe-events-c-search__button:focus,
.client-for-life-events .tribe-events-c-view-selector__button-text:focus-within {
	outline: unset;
}
.client-for-life-events .tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
	text-transform: uppercase;
	padding-left: 50px !important;
}
.client-for-life-events .tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input:focus,
.client-for-life-events .tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input:focus-within,
.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus,
.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus-within {
	border: 0px solid;
	outline:unset;
}
.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button,
.client-for-life-events .tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    padding: 15px 25px !important;
	line-height: 1.2 !important;
    height: 100% !important;
}
.client-for-life-events .tribe-events .tribe-events-c-search__input-control {
	margin: 0px;
}
.client-for-life-events .tribe-events .tribe-events-c-view-selector {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: auto !important;
}
.client-for-life-events .tribe-common .tribe-common-c-svgicon--search {
	width: 22px;
}
.client-for-life-events .tribe-events .tribe-events-c-search__input-control-icon-svg {
	color:#c8c8c8;
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item {
	width: 155px;
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item:first-child {
	margin-right: 15px;
	border-right: 1px solid var(--lp--base-preset--body--color);
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item button.tribe-common-c-btn-icon {
	opacity: 0.5;
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item a.tribe-common-c-btn-icon {
	opacity: 1;
}

.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon svg path {
	fill: var(--lp--base-preset--body--color);
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item button.tribe-common-c-btn-icon svg path {
	opacity: 0.5;
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon:before,
.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon:after {
	position: relative;
    font-size: 16px;
    font-weight: 400;
	color: var(--lp--base-preset--body--color);
	top: 0px;
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon.tribe-events-c-top-bar__nav-link--prev:after {
	content: "PREV EVENTS";
	left: 3px;
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon.tribe-events-c-top-bar__nav-link--next:before {
	content: "NEXT EVENTS";
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon.tribe-events-c-top-bar__nav-link--prev svg {
	margin-right: 8px;
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__nav-list-item .tribe-common-c-btn-icon.tribe-events-c-top-bar__nav-link--next svg {
	margin-left: 8px;
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar.tribe-events-header__top-bar {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--tec-color-border-events-bar);
}
.client-for-life-events .tribe-events a.tribe-common-c-btn-border-small {
	background: var(--tec-color-border-events-bar) !important;
    /* color: var(--lp--base-preset--body--color) !important; */
    font-weight: 600 !important;
    text-transform: uppercase !important; 
    font-size: 14px !important;
}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__datepicker-time span {
    font-size: 22px;
    font-weight: 600;

}
.client-for-life-events .tribe-events .tribe-events-c-top-bar__datepicker {
    margin-left: 10px;
}
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event {
	position: relative;
	overflow: hidden;
/* 	margin-left: 12px !important;
	margin-right: 12px !important; */
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-radius: 20px;
        width: calc(33.333% - 24px) !important;
		width: -ms-calc(33.333% - 24px) !important;
		width: -webkit-calc(33.333% - 24px) !important;

}
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
    position: absolute;
    bottom: 0;
    z-index: 1;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 57%);	
    width: 100%;
	left: 0;
	width: 100%;
	right: 0;
	margin: auto;
    padding: 20px 18px 30px 18px;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-details {
	flex: unset;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	margin-top: 0px !important;
}
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-details > .tribe-events-pro-photo__event-title {
	order: -1;
	-ms-order: -1;
	-webkit-order: -1;
	margin-bottom: 8px;
}
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-details-wrapper h3,
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-details-wrapper a,
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-details-wrapper p,
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-details-wrapper span,
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-details-wrapper time {
	color:#fff;
	font-family: var(--lp--base-preset--heading--font-family);
}
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-datetime span,
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-datetime time {
	color: var(--lp--base-preset--body--color) !important;
}

.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
	margin-bottom: 0px;
	height:400px;
}
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper a {
	display: block;
	height: 100%;
}
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper a img {
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
}
.client-for-life-events .tribe-common .tribe-common-cta--thin-alt {
	border-bottom: 1px solid #fff;
}
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-datetime {
	background: #fff;
	border-radius: 20px;
	-ms-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 5px 15px;
	align-self: baseline;
}
/* .client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-datetime span,
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-datetime time {
	color: var(--lp--base-preset--body--color);
} */
.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event-date-tag-datetime {
    border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
    padding: 10px 10px 5px;
    min-width: 60px;
	background: var(--tec-color-accent-primary);
}
.client-for-life-events .tribe-events-pro-summary a.tribe-events-c-small-cta__text {
	border-bottom: 1px solid var(--tec-color-accent-primary);
}
.client-for-life-events .tribe-events-c-nav__list-item a,
.client-for-life-events .tribe-events-c-nav__list-item span,
.client-for-life-events .tribe-events button.tribe-events-c-top-bar__datepicker-button {
	color: var(--lp--base-preset--body--color);
}
.tribe-events-c-top-bar__nav,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
	display: none !important;
}
@media (min-width: 641px) {
	.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}
}
@media (max-width: 640px) {
	.client-for-life-events .section-header {
		margin: 0;
	}
	.client-for-life-events.image-above-content .hic-content {
		padding-top: 0;
	}
}
/* .tribe-events .tribe-events-c-events-bar__views {
	display: none !important;
} */


/* Events Single */

.event-element.tec-event-element {
	padding-bottom: 10px !important;
}
.event-hide-labels .tribe-tickets__form-field-label {
	display: none !important;
}
.single.single-tribe_events section.hero.page-banner {
	display: none;
}
section.section-header-type {
	text-align: center;
	position: relative;
	clip-path: inset(0 0 0 0);
}
section.section-header-type:before,
section.section-header-type:after {
	height: 515px;
	width: 270px;
}
.single.single-tribe_events .header-transparent.page-banner-hidden .header {
	background: transparent !important;
}
.header-transparent.page-banner-hidden .header .menu-icon:after {
	background: #ffffff !important;
    box-shadow: -16px 9px 0px #ffffff, 0px 18px 0px #ffffff !important;
}
.single.single-tribe_events .off-canvas-content {
	padding-top: 0px !important;
}
.single.single-tribe_events .body-content section.section-header-type {
	padding-top: calc(120px + var(--lp--base-preset--header--min-height));
}
.single.single-tribe_events .body-content section.section-header-type .inner-section {
    position: relative;
    z-index: 1;
}
section.page-element.cfl-event-hero:before,
section.page-element.cfl-event-hero:after {
	height: 600px;
}
section.page-element.cfl-event-hero .inner-section {
    margin-bottom: 150px;
}
section.event-element.tec-event-element.cfl-event-content .tribe-event-banner {
    margin-top: -350px;
}
.tribe-events-single .tribe-tickets__rsvp-description p,
.tribe-events-single .tribe-events-single-event-title {
	font-weight: 500 !important;
/*     font-size: 45px !important; */
    line-height: 1.2;
    padding-bottom: 0px !important;
	font-family: var(--lp--base-preset--body--font-family);
}
@media (min-width: 641px) {
	.tribe-events-single .tribe-tickets__rsvp-description p,
	.tribe-events-single .tribe-events-single-event-title {
		font-size: 45px !important;
	}
}
.tribe-events-single .tribe-events-single-event-title {
	margin-bottom: 30px;
}
.tribe-events-single .tribe-tickets__rsvp-description p {
	color: var(--tec-color-text-event-title) !important;
}
.tribe-events-single .tribe-events-back {
	margin-bottom: var(--tec-spacer-6);
}
.tribe-events-single .tribe-events-back a {
	font-family: var(--lp--base-preset--body--font-family);
	font-weight: 400;
}
.tribe-events-single h1,
.tribe-events-single h2,
.tribe-events-single h3,
.tribe-events-single h4,
.tribe-events-single p,
.tribe-events-single a,
.tribe-events-single li,
.tribe-events-single span {
	font-family: var(--lp--base-preset--body--font-family);
}
.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
	font-size: var(--tec-font-size-3);
}
.single.single-tribe_events .tribe-events-pg-template {
	max-width: calc(100% - 40px) !important;	
}
.tribe-events-single .tribe-event-banner .tribe-events-event-image {
    border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
    overflow: hidden;
	padding-top: 35%;
    position: relative;
}
.tribe-events-single .tribe-event-banner .tribe-events-event-image:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(15, 15, 15);
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.07886904761904767) 0%, rgba(0, 0, 0, 0.7091211484593838) 90%);
    top: 0;
    z-index: 1;
	opacity: 0;
	transition: 0.15s all linear;
	-ms-transition: 0.15s all linear;
	-webkit-transition: 0.15s all linear;
	-o-transition: 0.15s all linear;
	-moz-transition: 0.15s all linear;
}
.tribe-events-single .tribe-event-banner .tribe-events-event-image.has-video-link:hover:before {
	transition: 0.15s all linear;
	-ms-transition: 0.15s all linear;
	-webkit-transition: 0.15s all linear;
	-o-transition: 0.15s all linear;
	-moz-transition: 0.15s all linear;
	opacity: 1;
}
.tribe-events-single .tribe-events-content ul li {
	margin-bottom: 10px;
}
.tribe-events-single > .tribe-events-content-body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.tribe-events-single > .tribe-events-content-body > .tribe-events-main-content {
	flex:0 0 calc(100% - 400px);
	-ms-flex:0 0 calc(100% - 400px);
	-webkit-flex:0 0 calc(100% - 400px);
	-moz-flex:0 0 calc(100% - 400px);
	-o-flex:0 0 calc(100% - 400px);
	max-width: calc(100% - 400px);
	padding-right: 5rem;
}

.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content {
	flex:0 0 400px;
	-ms-flex:0 0 400px;
	-webkit-flex:0 0 400px;
	-moz-flex:0 0 400px;
	-o-flex:0 0 400px;
	max-width: 400px;
}
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content .tribe-events-event-url a {
	color:var(--tec-color-button-primary);
	font-size: var(--tec-font-size-4);
}
.tribe-events-single .tribe-events-event-meta:before, 
.tribe-events-single .tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
	display: none;
}
.tribe-events-single .tribe-events-meta-group {
	width: 100%;
	flex:0 0 100%;
	-ms-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	-moz-flex:0 0 100%;
	-o-flex:0 0 100%;
	max-width: 100%;
	padding-top: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #e4e4e438;
    padding-bottom: 0px;
    margin-bottom: 25px;
}
.tribe-events-single .tribe-events-meta-group:last-child {
	border-bottom: 0px solid;
	margin-bottom: 0px;
}
.tribe-events-single .tribe-events-meta-group.tribe-events-meta-group-gmap {
	border-top: 0px solid;
}
.tribe-events-single .tribe-events-event-meta .tribe-events-venue-map {
	margin-top: 0px;
	width: 100%;
}
.tribe-events-single .tribe-events-single-section-title {
	font-weight: 500;
    margin-bottom: var(--tec-spacer-2);
	text-transform: unset;
	font-size: var(--tec-font-size-5);
    font-weight: 400;
}
.tribe-events-single > .tribe-events-content-body {
	position: relative;
}

.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content .tribe-events-event-meta {
	background:var(--lp--base-preset--brand-color--dark);
	padding: 30px 35px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content li,
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content dt,
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content a,
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content p,
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content h2,
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content dd,
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content abbr {
	color:#fff;
	font-family: var(--lp--base-preset--body--font-family);
}
.tribe-events-single .event-tickets * {
	font-family: var(--lp--base-preset--body--font-family) !important;
}
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content dt {
	font-weight: 400;
    opacity: 0.6;
}
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content .tribe-events-meta-group dt,
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content .tribe-events-meta-group abbr{
	font-size: var(--tec-font-size-3);
}
.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content .tribe-events-meta-group dt {
	font-size: var(--tec-font-size-2);
}
.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper {
    max-width: 100%;
	border: 0px solid;
	background: transparent;
	position: relative;
	z-index: 1;
	margin-top: 0;
}
.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-banner,
.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-banner{
	border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-top: 30%;
}
.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-banner .tribe-events-ticket-image,
.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-banner .tribe-events-ticket-image{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
}
.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-banner .tribe-events-ticket-image img,
.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-banner .tribe-events-ticket-image img{
	object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	width: 100%;
	height: 100%;
}
.tribe-events-single .event-tickets .tribe-tickets__rsvp-ar .tribe-tickets__rsvp-ar-form-wrapper,
.tribe-events-single .event-tickets .tribe-tickets__rsvp .tribe-tickets__rsvp-details-wrapper,
.tribe-events-single .event-tickets .tribe-tickets__rsvp-attendees-wrapper .tec-tickets__attendees-list-wrapper,
.tribe-events-single .event-tickets .tribe-tickets__rsvp-message{
    max-width: 700px;
    margin: auto;
    margin-top: 30px;
}

.tribe-events-single .event-tickets .tribe-tickets__rsvp-message--order{
	padding: 0;
}

.tribe-events-single .event-tickets .tribe-tickets__rsvp-ar-form-wrapper,
.tribe-events-single .event-tickets .tribe-tickets__rsvp-details-wrapper,
.tribe-events-single .event-tickets .tec-tickets__attendees-list-wrapper{
	background: transparent;
}
.event-tickets .tribe-tickets__rsvp-ar-quantity {
	padding-top: 50px;
}
.event-tickets .tribe-tickets__rsvp-ar-quantity-input {
	margin-top: 15px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 25px;
}
.tribe-tickets__rsvp-ar-quantity input {
    width: 100%;
    max-width: 100% !important;
    text-align: left !important;
}
.event-tickets .tribe-tickets__rsvp-ar-quantity {
	margin-bottom: 20px;
}
.event-tickets .tribe-tickets__rsvp-ar-quantity > span {
	font-weight: 600;
}
.tribe-tickets__rsvp-ar-form .tribe-tickets__form input, 
.tribe-tickets__rsvp-ar-form .tribe-tickets__form select, 
.tribe-tickets__rsvp-ar-quantity input,
.tribe-events-single .tribe-tickets__rsvp-form-buttons button,
.tribe-events-single .tribe-submit-tickets-form button{
    padding: 10px 25px !important;
    height: auto !important;
    font-size: 14px !important;
	border: 1px solid #9E9E9E !important;
    border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -o-border-radius: 25px !important;
}
.tribe-events-single .tribe-tickets__rsvp-form-buttons button:active,
.tribe-events-single .tribe-tickets__rsvp-form-buttons button:focus,
.tribe-events-single .tribe-tickets__rsvp-form-buttons button:focus-within {
	outline:unset;
	color:#fff;
}
.tribe-events-single .tribe-tickets__rsvp-form-buttons button,
.tribe-events-single .tribe-submit-tickets-form button{
	border-color:var(--tec-color-button-primary) !important;
    width: auto;
    margin: auto;
    min-width: 200px;
	text-transform: uppercase;
	padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.tribe-events-single .tribe-tickets__rsvp-ar-form .tribe-tickets__form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
	row-gap: 8px;
}
.tribe-events-single .event-hide-labels .tribe-tickets__form-field label.tribe-tickets__form-field-label {
	display: none;
}
.tribe-events-single .tribe-tickets__rsvp-description,
.tribe-events-single .tribe-tickets__rsvp-ar-form-title,
.tribe-events-single .tribe-tickets__rsvp-title{
	text-align: center;
}
.tribe-events-single .tribe-tickets__rsvp-ar-form-title {

}
.tribe-events-single .tribe-tickets__rsvp-ar-form-title,
.tribe-events-single .tribe-tickets__rsvp-title{
    font-size: var(--tec-font-size-8) !important;
	font-weight: 400;
	color: var(--tec-color-text-event-title) !important;

}
.tribe-events-single .event-tickets .tribe-tickets__rsvp-ar-form-guest > header:not(:first-of-type) .tribe-tickets__rsvp-ar-form-title {
    text-align: left;
    font-size: var(--tec-font-size-5) !important;
    font-weight: 600;
}
.tribe-events-single .tribe-events-nav-pagination {
    margin-top: 50px;
    margin-bottom: 40px;
}
.tribe-events-single .tribe-events-nav-pagination .tribe-events-sub-nav > li {
	flex:0 0 50%;
	-ms-flex:0 0 50%;
	-webkit-flex:0 0 50%;
	-moz-flex:0 0 50%;
	-o-flex:0 0 50%;
	max-width: 50%;
}
.tribe-events-single .tribe-events-nav-pagination .tribe-events-sub-nav > li.tribe-events-nav-next {
	text-align: right;
}
.tribe-events-single .tribe-events-nav-pagination .tribe-events-sub-nav > li a {
	font-size: 14px;
}
.tribe-events-single .tribe-events-nav-pagination .tribe-events-sub-nav > li a {
	position: relative;
	display: block;
}
.tribe-events-single .tribe-events-nav-pagination .tribe-events-sub-nav > li.tribe-events-nav-previous a {
	padding-left: 25px;
}
.tribe-events-single .tribe-events-nav-pagination .tribe-events-sub-nav > li.tribe-events-nav-next a {
	padding-right: 25px;
}
.tribe-events-single .tribe-events-nav-pagination .tribe-events-sub-nav > li.tribe-events-nav-previous a:after {
    content: "\f053";
    font-family: 'fontAwesome';
    color: var(--lp--base-preset--body--color);
    font-style: normal;
	font-size: 15px;
	left: 0;
    position: absolute;
	top: 0;
}
.tribe-events-single .tribe-events-nav-pagination .tribe-events-sub-nav > li.tribe-events-nav-next a:after {
    content: "\f054";
    font-family: 'fontAwesome';
    color: var(--lp--base-preset--body--color);
    font-style: normal;
	background: unset !important;
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 3px;
}
.tribe-events-single .tribe-events-nav-pagination .tribe-events-sub-nav > li a:before {
	display: none;
}
.tribe-events-single .tribe-events-event-image.has-video-link a,
.tribe-events-single .tribe-events-event-image > img {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.tribe-events-single .tribe-events-event-image img {
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
}

.tribe-events-single .tribe-events-event-image.has-video-link a:after {
    font-family: fontAwesome;
    color: #fff;
    font-style: normal;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.15s all linear;
	-ms-transition: 0.15s all linear;
	-webkit-transition: 0.15s all linear;
	-o-transition: 0.15s all linear;
	-moz-transition: 0.15s all linear;
	z-index: 1;
	content: "\f04b";
    font-family: fontAwesome;
    font-style: normal;
    background: #ffffff66;
    width: 80px;
    height: 80px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.tribe-events-single .tribe-events-event-image.has-video-link a:hover:after {
	-webkit-transform: translateY(-50%) scale(1.1);
	-moz-transform: translateY(-50%)scale(1.1);
	-ms-transform: translateY(-50%)scale(1.1);
	-o-transform: translateY(-50%)scale(1.1);
	transform: translateY(-50%)scale(1.1);
	transition: 0.15s all linear;
	-ms-transition: 0.15s all linear;
	-webkit-transition: 0.15s all linear;
	-o-transition: 0.15s all linear;
	-moz-transition: 0.15s all linear;
}
.tribe-events-single .tribe-events-content-meta {
	position: relative;
	padding-top: 50px;
}
.tribe-events-single .tribe-events-content-meta .event-tickets {
	padding-bottom: 50px;
}
.tribe-events-single .tribe-events-content-meta .overflow-background-block {
	position: absolute;
    width: 200%;
    height: 100%;
	background: rgb(255,255,255);
    background: linear-gradient(152deg, rgba(255, 255, 255, 0.07886904761904767) 0%, rgba(210, 214, 233, 1) 120%);
    left: -50%;
    bottom: 0;
}
.tribe-events-single .event-tickets .tribe-tickets__rsvp-ar-quantity-input input[type=number],
.tribe-events-single .event-tickets .tribe-tickets__form .tribe-common-form-control-text__input {
	background: #fff;
	border-color: #fff !important;
}

.tribe-events-single .tribe-events-content-meta .event-tickets.ticket-has-banner-image .overflow-background-block{
	height: calc(100% - 18%);	
}
.cfl-event-content #tribe-events-pg-template {
	padding-top: 120px !important;
    padding-bottom: 0px !important;
}
.cfl-event-content #tribe-events-pg-template .tribe-events-single:not(.event-is-posts) {
	padding-bottom: 120px !important;
}
/* .cfl-event-content .event-tickets .tribe-tickets__form label {
	display: block !important;
} */
.cfl-event-content .tribe-common .tribe-common-c-btn-border, 
.cfl-event-content .tribe-common a.tribe-common-c-btn-border {
	color:var(--tec-color-accent-primary);
}
.cfl-event-content .tribe-common .tribe-common-c-btn-border:hover, 
.cfl-event-content .tribe-common a.tribe-common-c-btn-border:hover  {
	color:#fff;
}
@media (max-width: 640px) {
	.cfl-event-content #tribe-events-pg-template {
		padding: 0 !important;
	}
}

/* Events Notification */

.cfl-event-content .event-tickets .tribe-tickets__rsvp-attendance-number {
	font-size: var(--tec-font-size-10);
	line-height: 1.2;
	order: 2;
	-ms-order: 2;
	-webkit-order: 2;
}
.cfl-event-content .event-tickets .tribe-tickets__rsvp-attendance-going,
.cfl-event-content .event-tickets .tribe-tickets__rsvp-availability {
	font-size: var(--tec-font-size-4);
}
.cfl-event-content .event-tickets .tribe-tickets__rsvp-availability {
	font-size: 22px;
    line-height: 1.3;
}
.cfl-event-content .event-tickets .tribe-tickets__rsvp-attendance {
    text-align: center;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 10px 5px;
    min-width: 60px;
    background: var(--tec-color-accent-primary);
    max-width: 100px;
	margin: auto;
	margin-top: 50px;
	padding-top: 12px !important;
    padding-bottom: 12px;
}
.cfl-event-content .event-tickets .tribe-tickets__rsvp-attendance span {
	color:#fff;
}
.cfl-event-content .event-tickets .tribe-tickets__rsvp-attendance,
.cfl-event-content .event-tickets .tribe-tickets__rsvp-availability {
	text-align: center;
}

/* Events in Page */

.events-in-page .tribe-common-l-container {
	padding-top: 0px !important;
    padding-bottom: 0px !important;
	min-height: unset !important;
	max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.events-in-page .tribe-events-pro-photo__event {
	margin-bottom: 0px !important;
}
.events-in-page .tribe-events-pro-photo__event a,
.events-in-page .tribe-events-pro-photo__event span,
.events-in-page .tribe-events-pro-photo__event p,
.events-in-page button {
	color:#fff !important;
}
.events-in-page .tribe-events-header__events-bar,
.events-in-page .tribe-events-c-top-bar,
.events-in-page .tribe-events-pro-photo-nav,
.events-in-page .tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}
.events-in-page .cell.hic-button-wrap {
    margin-top: 30px !important;
}

/* User */
.hic-user-logged-in-block .hic-user-logged-in-details {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}
.hic-user-logged-in-block .hic-user-logged-in-icon {
    width: 30px;
    height: 30px;
}
.hic-user-logged-in-block .hic-user-logged-in-icon img {
    width: 100%;
	height: 100%;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;	
}
.hic-user-logged-in-block .hic-user-logged-in-name span,
.hic-user-logged-in-block .hic-user-logout-block a {
	color:#fff;
	text-transform:uppercase;
	font-weight: 600;
}
.hic-user-logged-in-block .hic-user-logout-block {
	border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 20px;
}

/* Popup */

/* I used ID because modal custom class wont work */

 .modal-membership-block.modal-element input,
 .modal-membership-block.modal-element select {
	border: 1px solid #9E9E9E !important;
	border-radius: 25px;
	-ms-border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}
.registration-form-cfl input::placeholder,
.registration-form-cfl select::placeholder,
.modal-membership-block.modal-element input::placeholder,
.modal-membership-block.modal-element select::placeholder {
	color: #9E9E9E;
	opacity: 1;
	font-size: 16px;
  }
 .registration-form-cfl input,
.hic-content .gform_wrapper.registration-form-cfl_wrapper .registration-form-cfl select {
	    padding: 10px 25px !important;
    height: auto !important;
    font-size: 14px;
	background:#fff !important;
	border: 1px solid #9E9E9E !important;
}
.registration-form-cfl .button {
	 padding-top: 15px !important;
    padding-bottom: 15px !important;
	font-size: 15px !important;
	    border: 1px solid #9E9E9E !important;
}

.modal-membership-block.modal-element {
    max-width: 900px !important;
    width: calc(100% - 40px) !important;
	width: -ms-calc(100% - 40px) !important;
	width: -webkit-calc(100% - 40px) !important;
	padding: 0px !important;
	border-radius: 12px;
	-ms-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	overflow: hidden;
	border: 0px solid !important;
	margin: auto;
}
.modal-membership-block.modal-element .cell.medium-6 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.modal-membership-block.modal-element .cell.medium-6:last-child {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	min-height: 500px;
}
.modal-membership-block.modal-element .cell.medium-6:last-child .modal-blurb {
	padding: 20px 40px;
	width: 100%;
}
.modal-membership-block.modal-element .cell.medium-6:last-child .modal-blurb > h2 {
    color: #231F20;
    font-size: 22px;
    font-weight: 600;
}
.modal-membership-block.modal-element .cell.medium-6:first-child .modal-blurb {
	height: 100%;
}
.modal-membership-block.modal-element .cell.medium-6:first-child .modal-blurb p {
	margin: 0px !important;
	height: 100%;
}
.modal-membership-block.modal-element .cell.medium-6:first-child .modal-blurb p img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
}
.registration-form-cfl .button,
.modal-membership-block.modal-element .button {
	width: 100%;
	border-color: var(--lp--base-preset--brand-color--primary) !important;
	background: var(--lp--base-preset--brand-color--primary) !important;
}
.modal-membership-block.modal-element .register-link {
	text-align: center;
}
.modal-membership-block.modal-element a {
	color:#747474;
	font-weight:600;
}
.modal-membership-block.modal-element #membership_login_form > a {
	color: #231F20;
    text-decoration: underline;
    text-underline-offset: 10px;
    margin-bottom: 15px;
    display: block;
}

.modal-membership-block.modal-element .cell.medium-6:first-child > h4 {
	color:#231F20;
	font-size: 22px;
}
.modal-membership-block.modal-element #membership_login_form {
	margin-top: 20px;
}
.registration-form-cfl .gfield--input-type-select,
.modal-membership-block.modal-element .gfield--input-type-select{
	position: relative;
}
.registration-form-cfl .gfield--input-type-select:after,
.modal-membership-block.modal-element .gfield--input-type-select:after{
	content:"";
	background-image: url('/wp-content/uploads/2025/01/arrow-down.svg');
    width: 12px;
    height: 12px;
    position: absolute;
    right: 22px;
    top: 18px;
    background-repeat: no-repeat;
}
.modal-membership-block.modal-membership-block-registration.modal-element {
    max-width: 1250px !important;
}
.registration-form-cfl .gfield_html,
.modal-membership-block.modal-element .gfield_html {
	margin-bottom: 0px;
	margin-top: 20px;
}
.registration-form-cfl .gfield_html h3,
.modal-membership-block.modal-element .gfield_html h3 {
	font-size: 18px;
    font-weight: 700;
	margin-bottom: 5px;
}
.registration-form-cfl .gform_wrapper .gform_fields,
.modal-membership-block.modal-membership-block-registration .gform_wrapper .gform_fields {
    grid-row-gap: 12px;
}
 .gform_wrapper .registration-form-cfl .gfield input,
 .gform_wrapper .registration-form-cfl .gfield select,
.modal-membership-block.modal-membership-block-registration .gform_wrapper .gfield input,
.modal-membership-block.modal-membership-block-registration .gform_wrapper .gfield select {
    padding: 10px 25px !important;
	height: auto !important;
	font-size: 14px;
}
.modal-membership-block.modal-membership-block-registration .cell.medium-6:last-child .modal-blurb {
	padding: 40px !important;
}
.form-title-small h1,
.form-title-small .hic-content .hic-title h3 {
	color: #231F20;
    font-size: 26px !important;
    font-weight: 600 !important;
}
/* Footer */

footer.footer.default-footer-layout .footer-body {
	justify-content: center;
	align-items: center;
	column-gap: 50px;
}
footer.footer.default-footer-layout .footer-body .footer-col {
	flex:unset;
	-ms-flex:unset;
	-webkit-flex:unset;
	-moz-flex:unset;
	-o-flex:unset;
}
footer.footer.default-footer-layout .footer-body .footer-col.footer-col-3 {
	flex:0 0 100%;
	-ms-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	-moz-flex:0 0 100%;
	-o-flex:0 0 100%;
	max-width: 100%;
	margin-top: 50px;
}
footer.footer.default-footer-layout .footer-body .logo-wrap {
	margin-bottom: 0px;
}
footer.footer.default-footer-layout .footer-body .footer-col.footer-col-3 .contact-details {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
    column-gap: 40px;
    justify-content: center;
}
footer.footer.default-footer-layout .footer-body .footer-col.footer-col-3 .contact-details div,
footer.footer.default-footer-layout .footer-body .footer-col.footer-col-3 .contact-details a {
	font-weight: 400;
}
footer.footer.default-footer-layout .footer-body .footer-col.footer-col-3 .contact-details .contact-phone {
	order: 2;
	-ms-order: 2;
	-webkit-order: 2;
}
.footer .logo-wrap {
	max-width: 270px;
}
.bottom-footer .grid-container {
	padding-top: 0px;
}
.bottom-footer .copyright p,
.bottom-footer .colophon-link a {
	font-size: 14px;
	font-weight: 400;
	color: #5B5B5B !important;
    text-transform: unset;
}
.bottom-footer.with-colophon-link .cell {
	justify-content: space-between;
}
.bottom-footer.with-colophon-link .copyright::after {
	display: none;
}

.tribe-link-view-attendee {
	margin: 0 auto 50px !important;
    padding: 15px !important;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    width: 100%;
    background-color: var(--tec-color-accent-primary-background);
	max-width: 700px;
}

.event-tickets .tribe-tickets__rsvp {
    padding-top: 0 !important;
    padding-bottom: 25px !important;
}

.tribe-tickets__rsvp + .tribe-link-view-attendee {
    margin-top: 25px !important;
	margin-bottom: 0 !important;
}

.tribe-tickets__rsvp-ar .tribe-link-view-attendee > a:not(.tribe-common-anchor--unstyle) {
	color: var(--lp--base-preset--link--color);
    transition: all 0.25s ease;
}

.event-tickets .tribe-tickets__rsvp {
    padding-top: 30px;
    padding-bottom: 0;
}
.tribe-tickets__rsvp-attendees-wrapper {
    padding-top: 60px !important;
}
.cfl-event-content .tribe-tickets__rsvp-attendees-wrapper {
	padding-top: 0px !important;
}

@media( min-width: 768px ) {
	.event-tickets .tribe-tickets__form input[type=color], .event-tickets .tribe-tickets__form input[type=date], .event-tickets .tribe-tickets__form input[type=datetime-local], .event-tickets .tribe-tickets__form input[type=datetime], .event-tickets .tribe-tickets__form input[type=email], .event-tickets .tribe-tickets__form input[type=month], .event-tickets .tribe-tickets__form input[type=number], .event-tickets .tribe-tickets__form input[type=password], .event-tickets .tribe-tickets__form input[type=range], .event-tickets .tribe-tickets__form input[type=search], .event-tickets .tribe-tickets__form input[type=tel], .event-tickets .tribe-tickets__form input[type=text], .event-tickets .tribe-tickets__form input[type=time], .event-tickets .tribe-tickets__form input[type=url], .event-tickets .tribe-tickets__form input[type=week], .event-tickets .tribe-tickets__form select, .event-tickets .tribe-tickets__form textarea {
        max-width: 100% !important;
    }
}

.white-boxes .gform_wrapper .gfield select {
	padding: 10px 25px !important;
    height: auto !important;
    font-size: 14px;
    border: 1px solid #F2F2F2 !important;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    background: #F2F2F2;
}
.white-boxes .gform_wrapper .gfield select:focus {
	box-shadow:unset;
}
.title-span-regular .hic-title h3 span {
	text-transform:unset !important;
}
.hero-min-height-unset section.hero {
	min-height: unset !important;
	padding-top:0px !important;
	padding-bottom: 0px !important;
}
#membership_login_form input:not([type="submit"]), 
#membership_login_form textarea {
	border: 1px solid #9E9E9E !important;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;	
}
#membership_login_form > a {
	 color: #231F20;
    text-decoration: underline;
    text-underline-offset: 10px;
    margin-bottom: 15px;
    display: block;
	font-weight: 600;
	font-size: 16px;
}
#membership_login_form .login-submit .button,
#modal-elem-restricted-content .modal-blurb .button {
	width: 100%;
    border-color: var(--lp--base-preset--brand-color--primary) !important;
    background: var(--lp--base-preset--brand-color--primary) !important;
}
#modal-elem-restricted-content .modal-blurb .button {
	display: block;
	margin-top: 20px;
    margin-bottom: 20px;
}
#modal-elem-restricted-content .modal-blurb {
	text-align: center;
	padding:20px;
}
#modal-elem-restricted-content .new-user-confirm-message, #modal-elem-restricted-content a {
    font-weight: 600;
    font-size: large;
}
#modal-elem-restricted-content .modal-blurb > h2 {
	margin-bottom: 20px;
}
.page-member-login .register-link {
	text-align:center;
	    font-size: 16px;
}
.page-member-login .register-link a {
	color: #747474;
    font-weight: 600;
}
.page-member-login #membership_login_form > p,
.page-member-login .login-remember {
	margin-bottom:20px;
}

@media screen and (max-width:1740px) {
	
}
@media screen and (max-width:1550px) {
	.box-cta-1 .hic-item .hic-media-container .hic-image {
		background-position: right;
	}
	.home-hero-image {
		max-width: 400px;
	}
}
@media screen and (max-width: 1440px) {
	.hero-adjusted-background-image .hero .hero-background .bg-image {
        width: 100% !important;
        float: right;
		background-size: 70% !important;
    	background-position: right;
		background-position: 150% 0%;
	}
	.hero-adjusted-background-image .hero-background .hero-slider {
		position: relative;
	}
/* 	.hero-adjusted-background-image .hero-background .hero-slider:before {
		content:"";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #fff;
        opacity: 0.8;
        z-index: 1;
	} */
}
@media (max-width: 1440px) and (min-width: 641px) {
	.section-title-regular .section-title, 
	.box-title-regular .hic-title h2, 
	.box-title-regular .hic-title h3,
	.customized-insta-feed .hic-box .hic-title h3, 
	.customized-insta-feed .hic-box .hic-blurb p,
	.tribe-events-single .tribe-tickets__rsvp-description p, 
	.tribe-events-single .tribe-events-single-event-title {
		font-size: 40px !important;
	}
}
@media screen and (max-width:1280px) {
	.hero-adjusted-background-image .hero .hero-background .bg-image {
		width: 73% !important;
		background-size: cover !important;
		background-position: left;
	}
	form .form-inline-consent {
		flex-direction: column;
		
	}
	.form-inline-consent .gfield_description {
		margin-top: 15px;
	}
	.hic-item.box-space-right-1 .hic-box,
	.hic-item.box-space-right-2 .hic-box,
	.hic-item.box-space-right-3 .hic-box,
	.hic-item.box-space-right-4 .hic-box {
		padding-right: 0px;
	}

	
	.hic-item.box-space-left-1 .hic-box,
	.hic-item.box-space-left-2 .hic-box,
	.hic-item.box-space-left-3 .hic-box,
	.hic-item.box-space-left-4 .hic-box {
		padding-left: 30px;
	}
	.box-title-regular .hic-title, 
	.hic-content .hic-title {
		margin-bottom: 20px;
	}
	.tribe-events-single > .tribe-events-content-body > .tribe-events-main-content {
		padding-right: 40px;
	}
	.tribe-events-single .tribe-events-nav-pagination {
		margin-top: 50px;
	}

}
@media screen and (min-width:1024px) {
	.page-element, .sidebar-element {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.full-height-slider .hic-gallery,
	.full-height-slider .image-slider,
	.full-height-slider .slick-list,
	.full-height-slider .slick-track,
	.full-height-slider .hic-image {
		height: 100% !important;
	}
	.full-height-slider .hic-media-container {
		height: inherit;
	}
}
@media (max-width: 640px) {
	.full-height-slider .hic-item .hic-content {
        padding: 60px 20px 80px !important;
	}
}
@media (max-width: 1023px) and (min-width: 641px) {
	.full-height-slider .hic-item .hic-content {
        padding: 60px 40px 80px !important;
	}
}
@media screen and (max-width:1023px) {
	.full-height-slider .hic-item .hic-box > .hic-media-container {
		width: 100% !important;
	}
	.full-height-slider .hic-item .hic-content {
/*         padding: 60px 40px 80px !important; */
		width: 100% !important;
	}
	.page-element, .sidebar-element, .footer {
        padding: 80px 0;
    }
	.floating-image-left .hic-media-container {
        width: 50% !important;
		overflow: unset;
    }

	.overlay-bg-white-mobile .hic-box > .hic-media-container .overlay {
        position: absolute;
        height: 100%;
        width: 200%;
        background: #000;
        opacity: 0.4;
        left: 0;
        top: 0;
        z-index: 1;
	}
	.overlay-bg-white-mobile .hic-box > .hic-content {
		position: relative;
		z-index: 1;
	}
	.customized-cta-box .hic-item > .hic-box,
	.customized-cta-box .grid-container {
		flex-direction: column;
		align-items: flex-start;
	}
	.customized-cta-box .hic-item > .hic-box .hic-content {
		margin-left: 0px;
	}
	.customized-cta-box .grid-container {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.customized-cta-box .hic-item > .hic-box .hic-content {
		padding-left: 0px;
		padding-right: 0px;
	}
	.customized-cta-box .section-body{
		padding-right: 0px;
	}
	.aligned-contact-blocks .contact-details {
		flex-direction: column;
	}
	#body .aligned-contact-blocks .contact-details > div {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.aligned-contact-blocks .contact-details > div:after {
		display: none;
	}
	.content-text-large .hic-blurb p {
		font-size: 18px;
	}
	.tribe-events-single .tribe-event-banner .tribe-events-event-image,
	.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-banner,
	.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-banner{
		padding-top: 45%;
	}
	section.page-element.cfl-event-hero .inner-section {
		margin-bottom: 220px;
	}
	.cfl-event-content #tribe-events-pg-template {
		padding-top: 80px !important;
		padding-bottom: 0px !important;
	}
	.cfl-event-content #tribe-events-pg-template .tribe-events-single:not(.event-is-posts) {
		padding-bottom: 80px !important;
	}
	.single.single-tribe_events .body-content section.section-header-type {
		padding-bottom: 30px;
	}
	section.event-element.tec-event-element.cfl-event-content .tribe-event-banner {
		margin-top: -300px;
	}
	form .form-inline-consent .ginput_container_consent input {
		top:0px !important;
	}
}
@media screen and (max-width: 1023px) {
	body .header .top-bar {
		padding-top:10px !important;
		padding-bottom: 10px !important;
	}
}
@media screen and (max-width:980px) {
	.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event {
        width: calc(50% - 24px) !important;
		width: -ms-calc(50% - 24px) !important;
		width: -webkit-calc(50% - 24px) !important;
	}
	.tribe-events-single > .tribe-events-content-body > .tribe-events-main-content {
		padding-right: 0px;
		padding-bottom: 40px;
	}
	.tribe-events-single > .tribe-events-content-body > .tribe-events-main-content,
	.tribe-events-single > .tribe-events-content-body > .tribe-events-side-content {
		flex:0 0 100%;
		-ms-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		-moz-flex:0 0 100%;
		-o-flex:0 0 100%;
		max-width: 100%;
	}
	.single-tribe_events section.section-header-type:before,
	.single-tribe_events section.section-header-type:after {
		width: 200px;
	}
	.header .top-bar {
		min-height: unset !important;
	}
}

@media screen and (max-width:797px) {
	.client-for-life-events .tribe-events-c-view-selector__button-text {
		display: none;
	}
	.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:hover,
	.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus,
	.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus-within {
		background: transparent !important;
	}
	.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button {
		padding: 0px !important;
		background: transparent !important;
	}
	.client-for-life-events .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:before {
		background-color: var(--tec-color-accent-primary) !important;
	}
	.client-for-life-events .tribe-events .tribe-events-c-events-bar__search-container {
		background: #fff;
		border: 1px solid var(--tec-color-border-default);
		padding-left: 10px;
        padding-right: 10px;
	}
	.client-for-life-events .tribe-events .tribe-events-c-search {
		padding-right: 0px;
	}
	.client-for-life-events .tribe-events .tribe-events-c-nav__list-item {
		align-items: center;
	}
	.client-for-life-events .tribe-events .tribe-events-c-nav__list-item a,
	.client-for-life-events .tribe-events .tribe-events-c-nav__list-item span {
		font-size: 16px;
	}
	.client-for-life-events .tribe-events .tribe-events-l-container {
		padding-bottom: 60px;
	}
	.client-for-life-events .tribe-events .tribe-events-c-top-bar.tribe-events-header__top-bar {
		padding-bottom: 0px;
		border-bottom: 0px solid var(--lp--base-preset--body--color);
		margin-bottom: 0px;
	}
	.client-for-life-events .tribe-events .tribe-events-header {
		border-bottom: 1px solid var(--tec-color-border-default);
		margin-bottom: 30px;
		padding-left: 0;
        padding-right: 0;
	}
	.single.single-tribe_events .tribe-events-pg-template {
		max-width: calc(100% - 0px) !important;
		padding-top: 80px !important;
	}

	.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-banner .tribe-events-ticket-image,
	.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-banner .tribe-events-ticket-image{
		height: auto;
	}
	section.event-element.tec-event-element.cfl-event-content .grid-container {
		margin-top: 0px;
	}
	section.page-element.cfl-event-hero .inner-section {
		margin-bottom: 0px;
	}

	.event-tickets .tribe-tickets__rsvp-ar-quantity {
		display: block !important;
	}
	.event-tickets .tribe-tickets__rsvp-ar-quantity-input {
		margin-left: 0px !important;
	}
	.single.single-tribe_events .body-content section.section-header-type {
		padding-bottom: 150px;
	}
	section.event-element.tec-event-element.cfl-event-content .tribe-event-banner {
		margin-top: -230px;
	}
}

@media screen and (max-width:767px) {
	section.customized-insta-feed:before, 
	section.customized-insta-feed:after {
		width: 40%;
	}
	.box-cta-1 .hic-content {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.bottom-footer.with-colophon-link .cell {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.bottom-footer.with-colophon-link .copyright {
		margin-bottom: 15px;
	}
	section.page-element .block-width-45,
	section.page-element .block-width-50,
	section.page-element .block-width-55,
	section.page-element .block-width-60,
	section.page-element .block-width-65,
	section.page-element .block-width-100 {
		width: 100% ;
	}

	.page-element.grid .section-body .hic-item {
		margin-bottom: 30px;
	}
	footer.footer.default-footer-layout .footer-body .footer-col.footer-col-3 .contact-details {
		flex-direction: column;
	}
	.tribe-events-single .event-tickets .tribe-tickets__rsvp-ar .tribe-tickets__rsvp-ar-form-wrapper,
	.tribe-events-single .event-tickets .tribe-tickets__rsvp .tribe-tickets__rsvp-details-wrapper,
	.tribe-events-single .event-tickets .tribe-tickets__rsvp-attendees-wrapper .tec-tickets__attendees-list-wrapper{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.tribe-events-single .tribe-event-banner .tribe-events-event-image {
		margin-bottom: 32px;
	}
	.cfl-event-content .tribe-common .tec-tickets__attendees-list {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.cfl-event-content .tribe-common .tec-tickets__attendees-list-item {
		gap: 15px;
	}
	.cfl-event-content .tribe-tickets__rsvp-attendees-wrappe {
		padding-top: 0px !important;
	}
	.cfl-event-content .tribe-events-content-meta {
		padding-top: 0px;
	}
	
}
@media screen and (min-width:641px) and (max-width:1023px) {
	.header-transparent .header .top-bar {
		padding-top:10px !important;
		padding-bottom: 10px !important;
	}
}
@media screen and (max-width:640px) {
	.header-transparent .hero:not(.page-banner).default-height {
		min-height: unset !important;
		padding-top: 150px;
        padding-bottom: 100px;
	}
	section.section-header-type:after,
	section.section-header-type:before,
	.hero-inner-page .inner-hero:before,
	.hero-inner-page .inner-hero:after,
	.sticky-graphic-bg:before,
	.sticky-graphic-bg:after,
	body.post-type-archive-tribe_events section.hero.page-banner .inner-hero:before,
	body.post-type-archive-tribe_events section.hero.page-banner .inner-hero:after {
		width: 40%;
	}
	footer.footer.default-footer-layout .footer-body .footer-col.footer-col-1 {
		margin-bottom: 30px;
	}
	#body .aligned-contact-blocks .contact-details .contact-email {
		word-break: break-all;
	}
}
@media screen and (max-width:639px) {
	.modal-membership-block.modal-element {
		height: auto !important;
		min-height: unset !important;
	}
	.modal-membership-block.modal-element .cell.medium-6:first-child .modal-blurb p img {
		display: none !important;
	}
	.modal-membership-block.modal-element .cell.medium-6:last-child .modal-blurb {
		padding: 40px 40px;
	}
	section.page-element.cfl-event-hero:before, section.page-element.cfl-event-hero:after {
		height: 520px;
	}
	.full-height-slider .slick-dots {
		margin-bottom: 25px;
	}
}
@media screen and (max-width:600px) {
	.client-for-life-events .tribe-events-pro .tribe-events-pro-photo__event {
        width: 100% !important;
    }
	.tribe-events-single .tribe-tickets__rsvp-ar-form .tribe-tickets__form .tribe-tickets__form-field {
		flex:0 0 100%;
		-ms-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		-moz-flex:0 0 100%;
		-o-flex:0 0 100%;
		max-width: 100%;
	}
	.single-tribe_events section.section-header-type:before,
	.single-tribe_events section.section-header-type:after {
		width: 150px;
	}
	.tribe-events-single .tribe-event-banner .tribe-events-event-image, 
	.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-banner, 
	.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-banner {
/*         padding-top: 65%; */
    }
}
@media screen and (max-width:420px) {
	.customized-cta-box .grid-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.tribe-events-single .tribe-event-banner .tribe-events-event-image, 
	.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-ar-banner, 
	.tribe-events-single .event-tickets .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-banner {
        padding-top: 80%;
    }
	
}
.remove-overlay-block .hic-gallery .slick-list:before {
	display: none;
}
.ig-feed-element {
	padding-top: 80px !important;
}

.ig-feed-element .section-title img {
	display: block;
	margin: 15px auto;
}
.ig-feed-element .section-title {
	font-weight: 400;
}
.ig-feed-element .section-title a {
	font-weight: 700;
}
.ig-feed-element #sb_instagram img {
	border-radius: 20px;
}
@media (max-width: 640px) {
	.ig-feed-element .section-title {
		font-size: 2rem;
	}
}
#menu-mobile-menu li a {
	text-transform: uppercase;
}

/* Customizer */
/*************************************
#HEADER - START
**************************************/
.header-transparent.page-banner-hidden .header {background-color: var(--lp--base-preset--brand-color--dark) !important;
}
/*************************************
!HEADER - END
**************************************/

/*************************************
#PAGE ELEMENT COUNTER - START
**************************************/
body.layouts {
	counter-reset: section;
}
body.layouts .page-element .grid-container {
	position: relative;
}
body.layouts .page-element .grid-container::after {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	font-weight: 700;
}
/*************************************
!PAGE ELEMENT COUNTER - END
**************************************/

/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
/*Use format --lp--custom-preset--  */
:root {
  --lp--custom-preset--border-color: #eee;
  --lp--custom-preset--accordion-background-color: #3f1904;
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/

.client-logo .hic-image::before {
    padding-top: 55%;
}

/*************************************
#MEMBERSHIP - START
**************************************/ 
#membership_login_form input:not([type="submit"]), #membership_login_form textarea {
    padding: 15px 25px;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-bottom: 0px solid;
}
#membership_login_form .login-username label, #membership_login_form .login-password label {
    display: none;
}

#membership_login_form {
    margin: 50px 0;
}
/*************************************
#MEMBERSHIP - END
**************************************/

/*************************************
#HELPER - START
**************************************/
.white-boxes input:not([type="submit"]) {
    background-color: #F2F2F2;
}

@media (max-width: 1023px){
	.show-box-media-on-large .hic-media-container {
		display: none;
	}
}
/*************************************
#HELPER - END
**************************************/
/* Customizer */