/* 
 Theme Name:   SPACE Theme
 Theme URI:    
 Description:  
 Author:       Stellified Ltd
 Author URI:   https://stellified.co.uk
 Template:     hello-elementor
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html


/* Buttons
 ********************************************
 ********************************************/
.button {
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex-wrap: nowrap;
	white-space: nowrap;
	height: 80px;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 500;
	background: #ffa300;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
	.button {
		border-radius: 6px;
		height: 70px;
		padding: 10px 20px;
	}
}
@media (max-width: 767px) {
	.button {
		height: 60px;
		font-size: 16px;
	}
}


/* Site Header - Notices
 ********************************************
 ********************************************/
.header {
	position: relative;
	z-index: 99;
}
.notices_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 16px 30px;
	background: #f9007e;
}
.notices_wrapper p {
	font-size: 16px;
	color: #fff;
	margin: 0!important;
	font-weight: 500;
}
.notices_wrapper a {
	text-decoration: underline;
	color: #fff;
	transition: opacity 0.3s ease;
}
.notices_wrapper a:hover {
	opacity: 0.8;
	color: #fff;
}
@media (max-width: 767px) {
	.notices_wrapper {
		padding: 10px;
	}
	.notices_wrapper p {
		font-size: 14px;
		line-height: 1.4em;
	}
}


/* Site Header - Menu
 ********************************************
 ********************************************/
.menu_wrapper {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 40px 40px 0 40px;
}
.menu {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex: 1;
	background: #fff;
	padding: 0 40px 0 10px;
	border-radius: 8px;
	height: 80px;
}
.logo {
	display: block;
	width: 140px;
	line-height: 1em;
}
.logo img {
	width: 100%;
}
.nav {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
}
.nav > li > a,
.nav .submenu a {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #141414;
	padding: 10px 20px;
	border-radius: 30px;
	z-index: 1;
}
.nav > li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #141414;
	background: #f5f1e4;
	border-radius: 30px;
	z-index: -1;
	opacity: 0;
	transform: scale(1);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.nav li a:hover:after {
	opacity: 1;
	transform: scale(1.1);
}
.nav .nav_icon_wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}
.nav .nav_icon {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffa300;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 20px;
	color: #000;
	opacity: 1;
	cursor: pointer;
	transition: opacity 0.3s ease, transform 0.2s ease;
}
.nav .nav_icon_wrap:hover .nav_open,
.nav .nav_icon_wrap .nav_close {
	opacity: 0;
	transform: scale(0.4);
}
.nav .nav_icon_wrap:hover .nav_close {
	opacity: 1;
	transform: scale(1);
}
.nav .mega_menu {
	position: absolute;
	left: 0;
	top: calc(100% - 8px);
	display: flex;
	width: 100%;
	background: #fff;
}
.nav .mega_preview {
	width: 40%;
}
.nav .mega_items {
	width: 60%;
}
.nav .mega_subs {
	display: none;
}
.header_button_wrap {
	position: relative;
	z-index: 1;
	border-radius: 8px;
}
.header_button_wrap .header_button {
	font-size: 18px;
	color: #000!important;
	background: #ffa300;
	z-index: 1;
}
.header_button_wrap .join_submenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffa300;
	padding: 80px 0 0 0;
	border-radius: 8px;
	z-index: -1;
	list-style: none;
	max-height: 80px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.header_button_wrap:hover .join_submenu {
	max-height: 400px;
}
.header_button_wrap .join_submenu li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	color: #000!important;
	border-top: 1px rgba(0,0,0,0.1) solid;
}
.header_button_wrap .join_submenu li a i {
	transition: transform 0.3s ease;
}
.header_button_wrap .join_submenu li a:hover i {
	transform : translatex(4px);
}
@media (max-width: 1024px) {
	.header_button_wrap .button {
		height: 80px;
	}
}
@media (max-width: 767px) {
	.action_wrap {
		display: none;
	}
}


/* Site Header - Mobile Menu
 ********************************************
 ********************************************/
.mobile_menu_trigger {
	display: none;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #000;
}
.nav .mobmenu_icon,
.nav .mobile_menu_header {
	display: none;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	z-index: 10;
}
.overlay.active {
	display: block;	
}
.mobile_item_only {
	display: none;
}
@media (max-width: 1024px) {
	.mobile_item_only {
		display: block;
	}
	.nav .mobile_menu_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 20px;
		height: 80px;
		width: 100%;
		background: #f8f6f2;
	}
	.nav .mobile_logo {
		width: 100%;
		max-width: 120px;
	}
	.nav .mobile_logo img {
		transform: translatey(3px);
	}
	.nav .mobile_back {
		font-weight: 600;
	}
	.nav .mobile_close {
		font-size: 24px;
	}
	.mobile_menu_trigger {
		display: flex;
	}
	ul.nav {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		height: 100vh;
		width: 85vw;
		max-width: 360px;
		box-shadow: 0 0 20px rgba(0,0,0,0.5);
		flex-direction: column;
		justify-content: start;
		align-items: start;
		gap: 0;
		padding: 0;
		z-index: 11;
		transform: translatex(-360px);
		transition: translate 0.3s ease;
	}
	ul.nav.active {
		transform: translatex(0);
	}
	ul.nav li {
		width: 100%;
	}
	ul.nav li a,
	ul.nav .submenu a,
	ul.nav li > span,
	ul.nav .submenu > span {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		padding: 20px;
		border-bottom: 1px #E0DBCE solid;
		border-radius: 0;
		font-size: 20px;
		font-weight: 500;
	}
	ul.nav li .mobmenu_icon {
		display: inline-block;
	}
	ul.nav .submenu {
		position: fixed;
		top: 80px;
		left: 0;
		background: #fff;
		height: calc(100vh - 80px);
		width: 85vw;
		max-width: 360px;
		flex-direction: column;
		justify-content: start;
		align-items: start;
		list-style: none;
		gap: 0;
		padding: 0;
		z-index: 12;
		transform: translatex(-360px);
		transition: translate 0.3s ease;
	}
	ul.nav .submenu.active {
		transform: translatex(0);
	}
}
@media (max-width: 767px) {
	.menu_wrapper {
		padding: 0;
		gap: 0;
	}
	.menu {
		border-radius: 0;
		padding: 10px 20px;
		height: auto;
	}
	.logo {
		width: 120px;
	}
}


/* Site Footer - Footer Links / Menu
 ********************************************
 ********************************************/
.footer {
	background: #0E1C2F;
}
.footer_wrapper {
	margin: 0 auto;
	max-width: 1600px;
	padding: 120px 40px;
}
.footer_links {
	display: flex;
	gap: 40px;
}
.footer_col {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc(20% - 40px);
}
.footer_list {
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}
.footer_list:last-child {
	margin-bottom: 0;
}
.footer_list li {
	margin-bottom: 16px;
}
.footer_list li:last-child {
	margin-bottom: 0;
}
.footer_list li.title {
	color: #fff;
	font-weight: 600;
}
.footer_list li a {
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	transition: color 0.3s ease;
}
.footer_list li a:hover {
	color: #fff;
}
.footer_col.social .footer_list {
	flex: 1;
}
.footer_col .button {
	align-self: start;
}
.footer.events_closed .footer_col.social {
	flex: 1;
}
.footer.events_closed .footer_col.organisers,
.footer.events_closed .footer_col.social {
	flex-direction: row;
	gap: 40px;
	flex: 0 0 calc(40% - 40px);
}
.footer.events_closed .footer_col.organisers .footer_list,
.footer.events_closed .footer_col.social .footer_list {
	flex: 0 0 calc(50% - 20px);
}
.footer.events_closed .footer_col.social .footer_list h3 {
	color: #fff;
	margin: 0 0 40px 0;
}
.footer_col.subscribe {
	flex: 1;
	background: rgba(255,255,255,0.1);
	border-radius: 20px;
	max-width: 540px;
	padding: 30px;
}
@media (max-width: 767px) {
	.footer_wrapper {
		padding: 30px;
	}
	.footer_links {
		flex-wrap: wrap;
	}
	.footer_col {
		flex: 0 0 100%;
		flex-wrap: wrap;
		gap: 0!important;
	}
	.footer_col.info {
		display: none;
	}
	.footer.events_closed .footer_col.organisers,
	.footer.events_closed .footer_col.social,
	.footer.events_closed .footer_col.organisers .footer_list,
	.footer.events_closed .footer_col.social .footer_list {
		flex: 0 0 100%; 
	}
}



/* Site Footer - Newsletter WS Form Adjustments
 ********************************************
 ********************************************/
.subscribe h3 {
	margin: 0 0 30px 0!important;
	color: #fff;
}
.subscribe .wsf-bottom {
	margin: 0!important;
}
.subscribe label {
	font-size: 16px!important;
	color: rgba(255,255,255,0.8)!important;
}
.subscribe label a {
	color: rgba(255,255,255,0.8)!important;
	text-decoration: underline;
}


/* Site Footer - Terms & Copyright
 ********************************************
 ********************************************/
.footer_terms {
	background: #050910;
}
.terms_wrapper {
	margin: 0 auto;
	max-width: 1600px;
	padding: 20px 40px;
}
.terms_list {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 14px;
}
.terms_list li {
	color: rgba(255,255,255,0.6);
}
.terms_list li.copyright:after {
	display: inline-block;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255,255,255,0.6);
	margin-left: 20px;
	vertical-align: middle;
}
.terms_list li.agency {
	flex: 1;
	text-align: right;
}
.terms_list li a {
	color: rgba(255,255,255,0.6);
	transition: color 0.3s ease;
}
.terms_list li a:hover {
	color: #fff;
}
@media (max-width: 767px) {
	.terms_wrapper {
		margin: 0;
		padding: 30px;
	}
	.terms_list {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.terms_list li.copyright {
		width: 100%;
		flex: 0 0 100%;
	}
	.terms_list li.copyright::after {
		display: none;
	}
	.terms_list li.agency {
		width: 100%;
		flex: 0 0 100%;
		text-align: center;
	}
}



/* Search & Filter - Search Bar
 ********************************************
 ********************************************/
.search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	background: #fff;
	height: 80px;
	border-radius: 8px;
	padding: 0;
	line-height: 1em;
	width: 100%;
}
.search li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 80px;
	width: calc(20% - 1px);
	padding: 10px 20px;
	transition: background 0.3s ease;
}
.search li:first-child {
	border-radius: 8px 0 0 8px;
}
.search li:last-child {
	border-radius: 0 8px 8px 0;
}
.search li.divider {
	width: 2px;
	background: #f5f1e4;
	border-radius: 0;
	padding: 0;
}
.search li:has(.fs-wrap.multiple.fs-open) {
    background: #f5f1e4;
}
.search li .search_label {
	font-size: 0.8rem;
	font-weight: 500;
	color: #6d6d6d;
	padding-top: 8px;
}
.search .facetwp-facet {
	margin: 0;
	font-size: 16px!important;
	font-weight: 500!important;
}
.search .fs-wrap {
	width: 100%!important;
}
.search li .fs-label-wrap {
	border: none!important;
	background: none!important;
}
.search li .fs-label {
	padding: 8px 0!important;
	color: #141414!important;
	transition: color 0.3s ease;
}
.search li .fs-open .fs-label {
	color: #009ee8!important;
}
.search li .fs-dropdown {
	border: none!important;
	width: calc(100% + 40px)!important;
	top: 60px;
	left: -20px;
	border-radius: 8px;
	overflow: hidden;
}
.search li .fs-search {
	padding: 20px!important;
	background: #f5f1e4!important;
}
.search li .fs-search input {
	font-size: 16px!important;
}
.search li .fs-option {
	padding: 16px 20px!important;
	border-bottom: 1px #f5f1e4 solid;
	color: #141414!important;
}
.search li .fs-option.selected {
	background: #ebfff9!important;
}
.search li .fs-option.selected:after {
	content: '✔';
	position: absolute;
	right: 20px;
	top: 17px;
	color: #007c57;
}
.search li .fs-option .fs-checkbox {
	visibility: hidden;
}
.search .fwp-submit {
	width: 100%;
	height: 50px;
	border: none;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	background: #ffa300;
	border-radius: 8px;
	padding: 6px!important;
	cursor: pointer;
}


/* Flip Clock Countdown
 ********************************************
 ********************************************/
.countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.flip-clock {
    text-align: center;
    perspective: 400px;
    margin: 0 auto;
}
.flip-clock *,
.flip-clock *:before,
.flip-clock *:after {
    box-sizing: border-box;
}
.flip-clock__piece {
    display: inline-block;
    margin: 0 3px;
}
.flip-clock__slot {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.card {
    display: block;
    position: relative;
    padding-bottom: 0.72em;
    font-size: 1.8em;
    line-height: 0.95;
}
.card__top,
.card__bottom,
.card__back::before,
.card__back::after {
    display: block;
    height: 0.72em;
    color: #ccc;
    background: #222;
    padding: 0.25em 0.25em;
    border-radius: 0.15em 0.15em 0 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    width: 1.8em;
    transform: translateZ(0);
}
.card__bottom {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: solid 1px #000;
    background: #393939;
    border-radius: 0 0 0.15em 0.15em;
    pointer-events: none;
    overflow: hidden;
}
.card__bottom::after {
    display: block;
    margin-top: -0.72em;
}
.card__back::before,
.card__bottom::after {
    content: attr(data-value);
}
.card__back {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
}
.card__back::before {
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.flip .card__back::before {
    animation: flipTop 0.3s cubic-bezier(.37, .01, .94, .35);
    animation-fill-mode: both;
    transform-origin: center bottom;
}

.flip .card__back .card__bottom {
    transform-origin: center top;
    animation-fill-mode: both;
    animation: flipBottom 0.6s cubic-bezier(.15, .45, .28, 1);
}
@keyframes flipTop {
    0% {
        transform: rotateX(0deg);
        z-index: 2;
    }
    0%, 99% {
        opacity: 0.99;
    }
    100% {
        transform: rotateX(-90deg);
        opacity: 0;
    }
}
@keyframes flipBottom {
    0%, 50% {
        z-index: -1;
        transform: rotateX(90deg);
        opacity: 0;
    }
    51% {
        opacity: 0.99;
    }
    100% {
        opacity: 0.99;
        transform: rotateX(0deg);
        z-index: 5;
    }
}
.launch-message {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    text-align: center;
    padding: 20px;
}
@media (max-width: 768px) {
    .card {
        font-size: 1.5em;
    }
    .flip-clock__slot {
        font-size: 9px;
    }
}
@media (max-width: 480px) {
    .card {
        font-size: 1.3em;
    }
    .flip-clock__slot {
        font-size: 8px;
    }
    .flip-clock__piece {
        margin: 0 2px;
    }
}


/* Event Loops
 ********************************************
 ********************************************/
.event_item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 8px;
	padding: 10px;
}
.event_item .evt_cal {
	flex: 0 0 100px;
}
.event_item .evt_date {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 22px;
	background: #f8f6f2;
	color: #BFB59B;
	border-radius: 8px;
	font-weight: 700;
	min-height: 100px;
	padding: 10px;
}
.event_item .evt_date .day {
	font-size: 46px;
	font-weight: 300;
	line-height: 1em;
}
.event_item .evt_info {
	flex: 1;
	padding: 10px 10px 10px 20px;
}
.event_item .evt_series {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px 0;
	font-size: 22px;
}
.event_item .evt_series a {
	color: #050910;
}
.event_item .evt_series .status {
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	padding: 4px 8px;
	border-radius: 10px;
	background: #f8f6f2;
	color: #BFB59B;
}
.event_item .evt_spec {
	display: flex;
	align-items: center;
	gap: 20px;
	list-style: none;
	font-size: 16px;
	color: #0E1C2F;
}
.event_item .evt_spec li a {
	color: #0E1C2F;
}
.event_item .evt_actions {
	display: flex;
	gap: 10px;
	flex: 0 0 190px;
	padding: 10px;
}
.event_item .evt_actions a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	border: 2px #009ee8 solid;
	color: #009ee8;
	border-radius: 8px;
	gap: 10px;
	flex: 0 0 80px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	transition: color 0.3s ease, background 0.3s ease;
}
.event_item .evt_actions a:hover {
	background: #009ee8;
	color: #fff;
}
.event_item .evt_actions a i {
	font-size: 20px;
}
.event_item .evt_footer {
	display: none;
	flex: 0 0 100%;
}
.event_item .label {
	display: none;
}


/* Event Loops - Colour Adjustments
 ********************************************
 ********************************************/
.event_item.available .evt_date,
.event_item.available .evt_series .status {
	background: #EBFFF9;
	color: #007c57;
}
.event_item.limited .evt_date,
.event_item.limited .evt_series .status {
	background: #FFF8EB;
	color: #FFA300;
}
.event_item.full .evt_date,
.event_item.cancelled .evt_date,
.event_item.full .evt_series .status,
.event_item.cancelled .evt_series .status {
	background: #FFEBF5;
	color: #F8007E;
}
.event_item.available .evt_actions a.view {
	border-color: #007c57;
	color: #007c57;
}
.event_item.available .evt_actions a.view:hover {
	background: #007c57;
	color: #fff;
}
.event_item.limited .evt_actions a.view {
	border-color: #FFA300;
	color: #FFA300;
}
.event_item.limited .evt_actions a.view:hover {
	background: #FFA300;
	color: #fff;
}
.event_item.full .evt_actions a.view,
.event_item.cancelled .evt_actions a.view {
	border-color: #F8007E;
	color: #F8007E;
}
.event_item.full .evt_actions a.view:hover,
.event_item.cancelled .evt_actions a.view:hover {
	background: #F8007E;
	color: #fff;
}



/* FacetWP - General Fields
 ********************************************
 ********************************************/
.facetwp-facet {
	margin: 0!important;
}


/* FacetWP - Search Fields
 ********************************************
 ********************************************/
.facetwp-type-search .facetwp-input-wrap {
	width: 100%!important;
}
.facetwp-type-search .facetwp-search {
	padding: 10px 80px 10px 30px!important;
	height: 80px!important;
	border-radius: 8px!important;
	border: 2px #e0dbce solid!important;
	font-size: 18px!important;
	font-weight: 500!important;
}
.facetwp-type-search .facetwp-icon {
	top: 10px!important;
	right: 10px!important;
	display: flex!important;
	justify-content: center;
	align-items: center;
	height: 60px!important;
	width: 60px!important;
	opacity: 1!important;
	background: #007c57;
	border-radius: 8px;
}
.facetwp-type-search .facetwp-icon:before {
	filter: invert(1);
}
@media (max-width: 768px) {
	.facetwp-type-search .facetwp-search {
		padding: 10px 60px 10px 20px!important;
		height: 60px!important;
		font-size: 16px!important;
	}
	.facetwp-type-search .facetwp-icon {
		height: 40px!important;
		width: 40px!important;
	}
}


/* Nothing Found Messages
 ********************************************
 ********************************************/
.nothing_found {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	padding: 60px 30px;
}
.nothing_found i {
	font-size: 60px;
}


/* WS Forms
 ********************************************
 ********************************************/
.inline_form .wsf-field-wrapper {
	margin-bottom: 0!important;
}
.wsf-form .inline_field,
.wsf-form .inline_field > div > div {
	margin: 0!important;
}
.wsf-form .form_page_count {
	text-align: center;
}
.wsf-form .form_nav_button {
	margin: 0!important;
}
.wsf-form .form_divider {
	margin: 30px 0!important;
}
.wsf-form .form_section {
	margin-bottom: 40px!important;
}
.wsf-form .form_section_heading {
	margin-bottom: 20px!important;
}
.wsf-form .form_section_heading h3 {
	margin: 20px 0;
	font-size: 20px;
	color: #009ee8!important;
}
.wsf-form .form_section_heading h3 span {
	display: inline-block;
	background: #EBF9FF;
	padding: 4px;
	border-radius: 4px;
	min-width: 60px;
	text-align: center;
	margin-right: 4px;
}
.wsf-form .resize_4.wsf-small-9 {
	flex: 0 0 50% !important;
	max-width: 50% !important;
}
@media (max-width: 767px) {
	.inline_form .wsf-field-wrapper {
		margin-bottom: 10px!important;
	}
	.form_section_heading h3 > span {
		display: none!important;
	}
	.form_page_count {
		display: none!important;
	}
	button.wsf-button {
		font-size: 16px!important;
	}
}

/* WS Forms - Icon Grid Field
 ********************************************
 ********************************************/
.wsf-form .icon_grid_field .wsf-grid label {
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%!important;
	padding: 30px 10px!important;
	transition: border 0.3s ease;
}
.wsf-form .icon_grid_field .wsf-grid label:hover {
	border-color: #BFB59B!important;
}
.wsf-form .icon_grid_field .wsf-grid label:hover {
	background: #BFB59B!important;
	border-color: #BFB59B!important;
}
.wsf-form .icon_grid_field .wsf-small-6 label {
	padding: 30px!important;
}
.wsf-form .icon_grid_field .wsf-grid label i {
	font-size: 40px;
}
.wsf-form .icon_grid_field .wsf-grid label h3 {
	margin: 0 0 -10px 0;
}
.wsf-form .icon_grid_field .wsf-grid label h4 {
	font-weight: 500;
	margin: 0;
}
.wsf-form .icon_grid_field .wsf-grid label span {
	margin-top: -10px;
}


/* WS Forms - Icon Grid Field
 ********************************************
 ********************************************/
.wsf-form .inline_full_radio_field > div:not(.wsf-invalid-feedback) {
	display: flex!important;
	justify-content: space-between;
}
.wsf-form .inline_full_radio_field .wsf-inline {
	width: 100%!important;
}
.wsf-form .inline_full_radio_field .wsf-inline:last-child {
	margin-right: 0!important;
}
.wsf-form .inline_full_radio_field .wsf-inline label {
	width: 100%!important;
	font-weight: 500!important;
	font-size: 18px!important;
}


/* WS Forms - Custom Rating Field
 ********************************************
 ********************************************/
.wsf-form .rating_key {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	width: 340px;
	padding: 0;
	float: right;
	font-weight: 600;
	margin-bottom: 10px;
}
.wsf-form .rating_key li {
	width: 60px;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
}
.wsf-form .radio_rating_field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #e0dbce solid;
	padding: 20px 0!important;
	margin: 0 10px!important;
	width: calc(100% - 20px)!important;
	max-width: calc(100% - 20px)!important;
}
.wsf-form .radio_rating_field label {
	font-size: 18px!important;
	margin: 0!important;
}
.wsf-form .radio_rating_field .wsf-inline {
	margin: 0 0 0 10px!important;
}
.wsf-form .radio_rating_field .wsf-inline label {
	display: flex!important;
	justify-content: center;
	align-items: center;
	padding: 0!important;
	width: 60px;
	height: 60px!important;
	font-size: 32px!important;
	border: 4px #f8f6f2 solid!important;
	background: #f8f6f2!important;
	transition: border 0.3s ease, background 0.3s ease, color 0.3s ease!important;
}
.wsf-form .radio_rating_field .wsf-inline label:hover {
	border-color: #e0dbce!important;
}
.wsf-form .radio_rating_field .wsf-inline:nth-child(1) label {
	color: #ea1d23!important;
}
.wsf-form .radio_rating_field .wsf-inline:nth-child(2) label {
	color: #f69222!important;
}
.wsf-form .radio_rating_field .wsf-inline:nth-child(3) label {
	color: #fdd118!important;
}
.wsf-form .radio_rating_field .wsf-inline:nth-child(4) label {
	color: #a7cd3a!important;
}
.wsf-form .radio_rating_field .wsf-inline:nth-child(5) label {
	color: #3ab54a!important;
}
.wsf-form .radio_rating_field input[type="radio"]:checked + label {
	color: #fff!important;
}
.wsf-form .radio_rating_field .wsf-inline:nth-child(1) input[type="radio"]:checked + label {
	background: #ea1d23!important;
	border-color: #ea1d23!important;
}
.wsf-form .radio_rating_field .wsf-inline:nth-child(2) input[type="radio"]:checked + label {
	background: #f69222!important;
	border-color: #f69222!important;
}
.wsf-form .radio_rating_field .wsf-inline:nth-child(3) input[type="radio"]:checked + label {
	background: #fdd118!important;
	border-color: #fdd118!important;
}
.wsf-form .radio_rating_field .wsf-inline:nth-child(4) input[type="radio"]:checked + label {
	background: #a7cd3a!important;
	border-color: #a7cd3a!important;
}
.wsf-form .radio_rating_field .wsf-inline:nth-child(5) input[type="radio"]:checked + label {
	background: #3ab54a!important;
	border-color: #3ab54a!important;
}


/* WS Forms - Custom True / False Radio Field (needs to be paired with 'radio_rating_field' class)
 ********************************************
 ********************************************/
.wsf-form .yn_key {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	width: 130px;
	padding: 0;
	float: right;
	font-weight: 600;
	margin-bottom: 10px;
}
.wsf-form .yn_key li {
	width: 60px;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
}
.wsf-form .radio_yn_field .wsf-inline:nth-child(1) label {
	color: #3ab54a!important;
}
.wsf-form .radio_yn_field .wsf-inline:nth-child(2) label {
	color: #ea1d23!important;
}
.wsf-form .radio_yn_field .wsf-inline:nth-child(1) input[type="radio"]:checked + label {
	background: #3ab54a!important;
	border-color: #3ab54a!important;
}
.wsf-form .radio_yn_field .wsf-inline:nth-child(2) input[type="radio"]:checked + label {
	background: #ea1d23!important;
	border-color: #ea1d23!important;
}


/* WS Form - General Summary Fields
 ********************************************
 ********************************************/
.wsf-form .wsf_summary {
	margin-bottom: 40px;
	line-height: 1.6em!important;
}
.wsf-form .wsf_summary h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 0!important;
	color: #481c7e;
}
.wsf-form .wsf_summary .summary_item {
	margin-bottom: 6px;
}
.wsf-form .wsf_summary ul {
	padding: 0!important;
	list-style: none!important;
}
.wsf-form .wsf_summary.summary_audience .summary_item {
	display: flex!important;
	gap: 6px;
}
.wsf-form .wsf_summary.summary_audience ul {
	display: flex!important;
	flex-wrap: wrap;
	gap: 6px;
}
.wsf-form .wsf_summary.summary_audience ul li {
	flex-wrap: nowrap;
	padding: 2px 6px;
	border-radius: 2px;
	background: #F4EEFB;
}
.wsf-form .wsf_summary th {
	padding: 6px!important;
	background: #4b2080!important;
	color: #fff!important;
}
.wsf-form .wsf_summary td {
	padding: 6px!important;
	background: #F4EEFB!important;
}


/* WS Form - Custom Toggles
 ********************************************
 ********************************************/
.wsf-form .form_toggle {
	margin: 0 10px!important;
	padding: 0!important;
	border-bottom: 1px #c3c4c7 solid;
	overflow: hidden;
}
.wsf-form .form_toggle > .wsf-label {
    user-select: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0!important;
	font-size: 18px;
	padding: 20px 0;
}
.wsf-form .form_toggle > div {
	padding-bottom: 20px;
}
.wsf-form .wsf-field-wrapper .toggle-icon {
    transition: transform 0.3s ease;
    font-size: 0.8em;
    margin-left: 5px;
}


/* WS Form - Subscribe
 ********************************************
 ********************************************/
.search_form {
	padding: 0 20px!important;
	height: 94px!important;
}
.search_form .wsf-field-wrapper {
	margin: 0!important;
}