/* Extended CSS Styles */

/* Text */

body, p {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
  font-optical-sizing: auto;
	color: #232C3B;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
	font-style: normal;
	color: #232C3B;
}

body, p {
	font-size: 1rem;
	line-height: calc(1em + 0.4rem);
}

h1 {
	font-weight: 900;
  font-size: 2.25rem;
	margin: 0;
	line-height: calc(1em + .5rem);
}

h2 {
	font-weight: 900;
  font-size: 2rem;
	margin: 0;
	line-height: calc(1em + .5rem);
}

h2.increase {
	font-size: 2.2rem;
}

h3 {
	font-weight: 900;
	font-size: 1.8rem;
	line-height: calc(1em + .5rem);
	margin: 0;
}

h4 {
	font-weight: 900;
	font-size: 1.4rem;
	line-height: calc(1em + .5rem);
	margin: 0;
}

h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: calc(1em + .5rem);
	margin: 0;
}

h6 {
	font-weight: 700;
	font-size: 14px;
	line-height: calc(1em + .5rem);
	margin: 0;
}

.accent {
	color: #E6007E;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

a {
	color: #E6007E;
}

a:hover {
	color: #A1055B;
}

a:focus,
button:focus,
.slick-slide:focus {
	outline: none;
	cursor: pointer;
}

table {
	table-layout: fixed;
}

.grecaptcha-badge {
	display: none!important;
}

a.back {
	color: #E6007E;
	font-weight: 700;
	float: left;
	width: 100%;
}

/* Animation */

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* Layout */

body {
	background: #FFFFFF;
	overflow-x: hidden;
}

.grid-container {
	max-width: 85rem;
	position: relative;
}

.grid-container.full {
	padding: 0 50px;
}

.height-100 {
	float: left;
	height: 100%;
}

.section-container {
	float: left;
	width: 100%;
	padding-top: 90px;
}

.section {
	float: left;
	width: 100vw;
	padding: 60px 0;
	position: relative;
}

.section.reduced {
	padding: 40px 0;
}

.section.no-padding {
	padding: 0;
}

.section.increase {
	padding: 100px 0;
}

.section.lightgrey {
	background-color: #f5f5f5;
}

.centralise-content {
	display: flex;
  justify-content: center;
  align-items: center;
}

.centralise-content.flex-start {
	justify-content: flex-start;
}

.centralise-content.flex-end {
	justify-content: flex-end;
}

.vertical-content {
	align-items: center;
	display: flex;
}

.section-heading {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.align-center {
	display: table;
	margin: auto;
}

.banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.banner-overlay.dark {
	background: rgba(0, 0, 0, 0.5);
}

.banner-overlay.darker {
	background: rgba(0, 0, 0, 0.8);
}

.banner-overlay.darkerblue {
	background: rgba(17, 29, 51, 0.9);
}

.banner-overlay.light {
	background: rgba(0, 0, 0, 0.5);
}

.z-index {
	position: relative;
	z-index: 1;
}

.divide {
	float: left;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 40px 0;
}

/* Slick (Global) */

.slick-arrow {
    background: #F9F9F9;
    height: 30px;
    width: 30px;
    color: #232C3B;
    margin: 0 10px;
    font-size: 14px;
    border-radius: 100%;
}

.slick-arrow.slick-disabled {
	display: none!important;
}

/* Breadcrumbs */

.breadcrumbs {
	float: left;
	width: 100%;
	margin: 0;
}

.breadcrumbs #breadcrumbs {
	border-bottom: 1px solid #000000;
	padding: 20px 0 20px 0;
	margin: 0;
}

.breadcrumbs #breadcrumbs span, 
.breadcrumbs #breadcrumbs span > a {
	color: #C4C4C4;
	font-weight: 500;
}

/* Buttons & Links */

.button,
.button.primary,
.wpcf7-submit {
	background: #E6007E;
	color: #FFFFFF;
  text-align: center;
  padding: 15px 40px 13px 40px;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: none;
  min-width: 240px;
}

.button.secondary {
	background: #A1055B;
	color: #FFFFFF;
}

.wpcf7-submit {
	border: none!important;
}

.button:hover,
.button.primary:hover,
.button.secondary:hover,
.button.tertiary:hover {
	background-color: #A1055B;
}

.button.full {
	width: 100%;
}

.button:focus,
.button.primary:focus,
.button.secondary:focus,
.button.tertiary:focus {
	background-color: #A1055B;
}

.button-block .button {
	min-width: 240px;
}

/* Forms */

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=password] {
	height: 47px;
	margin: 0;
}

textarea,
textarea[rows] {
	height: 186px;
	min-height: 186px;
}

select {
	height: 47px;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	color: #cbcbcb;
}

input[type="file"] {
	height: 47px;
	color: #FFFFFF;
}

.wpcf7-checkbox .wpcf7-list-item {
	width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
	font-weight: 900;
	color: #02B140;
	font-size: 18px;
}

.wpcf7-submit {
	float: right;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
  color: white;
  background-color: #e6007e;
  text-align: center;
  padding: 10px;
  margin: 0;
  width: 95%;
}

/* Header */

header.header {
	position: fixed;
  width: 100%;
  z-index: 100;
  transition: transform 0.4s;
}

.scroll-down header.header {
  transform: translate3d(0, -100%, 0);
}

.scroll-up header.header {
  transform: none;
}

header .top-header .top-links {
	float: right;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

header .top-header .top-links .button {
	border-radius: 0;
	margin: 0;
	min-width: 180px;
	padding: 15px 10px 13px 10px;
}

header .top-header .top-links .button.primary {
	margin-left: -5px;
}

header .main-header {
	float: left;
	width: 100%;
	background-color: #232C3B;
	padding: 15px 0;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

header .main-header .logo > img {
	width: 150px;
	height: auto;
}

header .menu-header-main-navigation-container {
	display: flex;
  align-items: center;
  height: 100%;
}

header #menu-header-main-navigation {
	display: table;
	margin: auto;
}

header #menu-header-main-navigation li {
	display: inline-block;
	position: relative;
	padding: 0 35px 10px 25px;
}

header #menu-header-main-navigation li.menu-item-has-children > a::after {
	font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f078";
  font-size: 10px;
  margin-right: 20px;
  position: absolute;
  right: 0;
}

header #menu-header-main-navigation li > a {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	padding: 0;
	color: #FFFFFF;
}

header #menu-header-main-navigation li > a:hover {
	color: #E6007E!important;
}

header #menu-header-main-navigation li > ul,
header #menu-header-right li > ul {
	position: absolute;
  top: 100%;
  left: 50%;
  background: #232C3B;
  width: 100%;
  z-index: 20;
  padding: 20px;
  text-align: center;
  display: none;
  min-width: 260px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

header #menu-header-right li > ul {
	left: 18%;
}

header #menu-header-main-navigation li:hover > ul,
header #menu-header-right li:hover > ul {
	display: block;
	list-style: none;
	margin: 0;
}

.sub-menu::before {
	width: 0;
  height: 0;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: none;
  visibility: visible;
}

header #menu-header-main-navigation li > ul > li,
header #menu-header-right li > ul > li {
	margin: 0;
	width: 100%;
}

header #menu-header-main-navigation li > ul > li a,
header #menu-header-right li > ul > li a {
	color: #FFFFFF;
	padding: 5px 0;
}

header #menu-header-main-navigation li > ul > li:hover a,
header #menu-header-right li > ul > li:hover a {
	color: #FFFFFF;
	opacity: 1;
  text-decoration: none;
}

header #menu-header-main-navigation li .sub-menu li,
header #menu-header-right li .sub-menu li {
	border: none;
  padding: 5px 0px;
  border-bottom: 1px solid #ffffff0f;
}

header #menu-header-main-navigation li .sub-menu li:last-child,
header #menu-header-right li .sub-menu li:last-child {
	border: none;
}

header #menu-header-right {
	float: right;
}

header #menu-header-right li > a {
	color: #FFFFFF;
	padding: 20px 16px;
}

/* Mobile Menu */

.hamburger {
	z-index: 11;
  position: relative;
	float: right;
}

.hamburger-inner,
.hamburger-inner:after, 
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner, 
.hamburger.is-active .hamburger-inner:after, 
.hamburger.is-active .hamburger-inner:before {
	background-color: #FFFFFF;
}

.header__nav {
	position: absolute;
  display: flex;
  flex-direction: column;
  right: -100%;
  top: 0;
  transition: .3s all;
  visibility: hidden;
  z-index: 10;
  background-color: #232C3B;
  height: 100vh;
  width: 300px;
  max-width: calc(100vw - 60px);
}

.header__nav.mobile-nav-active {
	right: 0;
  visibility: visible;
}

.header__nav.mobile-nav-active ul.menu {
	display: list-item;
	padding: 0 20px;
}

.header__nav.mobile-nav-active ul.menu > li > a {
	color: #FFFFFF;
	font-size: 1.25rem;
}

.header__nav.mobile-nav-active ul.menu > li .sub-menu {
	list-style: none;
	padding: 10px 0;
	display: none;
}

.header__nav.mobile-nav-active ul.menu > li.down .sub-menu {
	display: block;
}

.header__nav.mobile-nav-active ul.menu > li .sub-menu > li > a {
	color: #FFFFFF;
} 

/* Footer */

footer {
	float: left;
	width: 100%;
	background-color: #111D33;
	position: relative;
}

footer .main-footer {
	padding: 60px 0 60px 0;
}

footer .main-footer .middle .social {
	display: table;
  margin: auto;
  float: none;
  width: auto;
}

footer .lower-footer .copy {
	font-size: 11px;
	color: #FFFFFF;
}

/* Social */

.social {
	float: left; 
	width: 100%;
}

.social ul {
	list-style: none;
  margin: 0;
}

.social ul > li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.social ul > li a {
	width: 35px;
  height: 35px;
  display: block;
  font-size: 16px;
  background-color: #FFFFFF;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: #000000;
}

.social ul > li a:hover {
	background: #E6007E;
	color: #FFFFFF;
}

/* Home */

#global-hero {
	position: relative;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#global-hero.has-graphic::after {
	content: '';
	background: url('/wp-content/uploads/2025/01/HBW-Icon-bg2.png');
	background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#global-hero .hero-slick {
	display: none;
}

#global-hero .hero-slick .slick-prev {
	position: absolute;
	top: 30%;
	left: 0;
}

#global-hero .hero-slick .slick-next {
	position: absolute;
	top: 30%;
	right: 0;
}

#global-hero .hero--content {
	width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 15vh 0;
}

#global-hero .hero--content .content h1 {
	margin-bottom: 20px;
	color: #ffffff;
}

#global-hero .hero--content .content h4 {
	color: #ffffff;
	margin-bottom: 10px;
}

#global-hero .hero--content .content p {
	color: #ffffff;
}

#global-hero .hero--content .content p > a {
	color: #FFFFFF;
  font-weight: 700;
  text-decoration: underline;
}

#global-hero .hero--content .content .banner-buttons {
	margin-top: 30px;
}

#global-hero .hero--content .content .banner-buttons .button {
	margin-right: 20px;
}

#global-hero .hero--content .content .meta p {
	font-size: 14px;
}

.page-title {
	padding: 40px 0 40px 0;
	background-color: #232C3B;
}

.page-title h1 {
	color: #FFFFFF;
	margin-bottom: 10px;
}

.page-title .grid-container {
	width: 100%;
}

.title-placeholder {
	float: left;
  width: 100%;
  height: 140px;
  background: transparent linear-gradient(180deg, #051138 0%, #132545 20%, #2B495D 37%, #090F13 100%) 0% 0% no-repeat padding-box;
  opacity: 0.92;
}

.home .title-placeholder {
	display: none;
}

/* Page Blocks */

#page-blocks {
	float: left;
	max-width: 100%;
	overflow: hidden;
}

#page-blocks #image-text-side {
	background-color: #111D33;
}

#page-blocks #image-text-side.has-bg {
	background-size: cover;
	background-position: center;
}

#page-blocks #image-text-side .floating-img,
#page-blocks #image-text-side .content-container {
	position: relative;
	z-index: 1;
}

#page-blocks #image-text-side .content-container .content h3,
#page-blocks #image-text-side .content-container .content p {
	color: #FFFFFF;
}

#page-blocks #image-text-side .floating-img {
	margin-bottom: 0;
	overflow: hidden;
}

#page-blocks #image-text-side .floating-img .image {
	overflow: hidden;
}

#page-blocks #image-text-side .floating-img .image img {
	transition: .3s;
}

#page-blocks #image-text-side .floating-img:hover .image img {
	transform: scale(1.1);
}

#page-blocks #image-text-side .right .content-container {
	padding-right: 20px;
}

#page-blocks #image-text-side .content-container .content .content-padding p > a,
#page-blocks #image-text-side .content-container .content .content-padding li > a {
	color: #30A943;
}

#page-blocks #image-text-side .content-container .content h4 {
	color: #08ac95;
	margin-bottom: 10px;
}

#page-blocks #image-text-side .content-container .content h3 {
	margin-bottom: 20px;
}

#page-blocks #image-text-side .content-container .content h3.increase {
	font-size: 2.2rem;
}

#page-blocks #image-text-side .content-container .content .button {
	margin-top: 20px 0 0 0;
}

#page-blocks #full-text {
	position: relative;
}

#page-blocks #full-text.has-bg {
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}

#page-blocks #full-text .half {
	float: left;
	width: 50%;
	padding-right: 40px;
}

#page-blocks #full-text .content {
	z-index: 1;
}

#page-blocks #full-text .content h2 {
	margin-bottom: 30px;
}

#page-blocks #full-text .content h4 {
	margin-bottom: 10px;
}

#page-blocks #full-text.has-bg .content h4,
#page-blocks #full-text.has-bg .content h2,
#page-blocks #full-text.has-bg .content p,
#page-blocks #full-text.has-bg .content ul  > li {
	color: #FFFFFF;
}

#page-blocks #full-text .content p > a,
#page-blocks #full-text.has-bg .content p > a {
	color: #30A943;
	font-weight: 500;
}

#page-blocks #full-text.has-bg .content h4 {
	margin-bottom: 10px;
}

#page-blocks #full-text .content ul {
	margin-bottom: 0;
}

#page-blocks #full-text .content ul br {
	display: none;
}

#page-blocks #full-text .content .button {
	margin-top: 20px;
}

#page-blocks #text-slider {
	padding: 80px 0;
}

#page-blocks #text-slider .full {
	padding: 0;
}

#page-blocks #text-slider .text-slider {
	z-index: 1;
}

#page-blocks #text-slider .text-slider .slide .content {
	padding: 0 20%;
}

#page-blocks #text-slider .text-slider .slide .content h3,
#page-blocks #text-slider .text-slider .slide .content p {
	color: #FFFFFF;
}

#page-blocks #text-slider .text-slider .slick-arrow {
	position: absolute;
	top: 40%;
}

#page-blocks #text-slider .text-slider .slick-arrow.slick-prev {
	left: 0;
}

#page-blocks #text-slider .text-slider .slick-arrow.slick-next {
	right: 0;
}

#page-blocks #icon-blocks::before {
	content: '';
	background: url('/wp-content/uploads/2025/01/HBW-Icon-bg2.png');
	background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
}

#page-blocks #icon-blocks::after {
	content: '';
	background: url('/wp-content/uploads/2025/01/HBW-Icon-bg.png');
	background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#page-blocks #icon-blocks .section-introduction {
	float: left;
	max-width: 50%;
	margin-bottom: 60px;
}

#page-blocks #icon-blocks .section-introduction > span {
	position: absolute;
  right: 0;
  width: 40%;
  background: #00B140;
  height: 2px;
  margin-top: -20px;
}

#page-blocks #icon-blocks .blocks {
	float: left;
}

#page-blocks #icon-blocks .icon-box .image-container {
	margin-bottom: 20px;
}

#page-blocks #icon-blocks .icon-box .content h4 {
	margin-bottom: 10px;
}

#page-blocks #icon-blocks .icon-box .content p,
#page-blocks #icon-blocks .icon-box .content ul > li {
	padding: 0 20px;
}

#page-blocks #info-blocks .info-box {
	margin-bottom: 30px;
}

#page-blocks #info-blocks .info-box .content {
	border: 1px solid #B9B9B9;
	border-radius: 10px;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#page-blocks #info-blocks .info-box .content .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  overflow: hidden;
}

#page-blocks #info-blocks .info-box .content .image .background-img {
	background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  transition: .3s;
}

#page-blocks #info-blocks .info-box:hover .content .image .background-img {
	transform: scale(1.1);
}

#page-blocks #info-blocks .info-box .content .text {
	float: right;
	width: 70%;
	padding: 40px;
}

#page-blocks #info-blocks .info-box .content .text h3 {
	min-height: 75px;
	margin-bottom: 10px;
}

#page-blocks #info-blocks .info-box .content .text p {
	min-height: 200px;
	margin: 0;
}

#page-blocks #info-blocks .info-box:nth-child(2n) .image {
	right: 0;
	left: auto;
}

#page-blocks #info-blocks .info-box:nth-child(2n) .content .text {
	float: left;
}

#page-blocks #team::before {
	content: '';
	background: url('/wp-content/uploads/2025/01/HBW-Icon-bg2.png');
	background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
}

#page-blocks #team::after {
	content: '';
	background: url('/wp-content/uploads/2025/01/HBW-Icon-bg2.png');
	background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#page-blocks #team .team-member {
	margin: 0 40px 30px 40px;
  width: calc(33.33333% - 80px);
}

#page-blocks #team .team-member .image {
	overflow: hidden;
}

#page-blocks #team .team-member .image > img {
	transition: .3s;
}

#page-blocks #team .team-member:hover .image > img {
	transform: scale(1.1);
}

#page-blocks #team .team-member .content {
	float: left;
	width: 100%;
	min-height: 240px;
	max-height: 240px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

#page-blocks #team .team-member .content p {
	color: #000000;
}

#page-blocks #team .team-member .details {
	float: left;
	width: 100%;
	padding: 20px 0;
}

#page-blocks #team .team-member .details h4 {
	float: left;
	width: 100%;
	min-height: 60px;
}

#page-blocks #team .team-member ul.contact {
	float: right;
	margin: 0;
	list-style: none;
}

#page-blocks #team .team-member ul.contact > li {
	display: inline-block;
	margin-left: 5px;
}

#page-blocks #team .team-member ul.contact > li > a {
	width: 25px;
  height: 25px;
  display: block;
  font-size: 12px;
  border: 2px solid #E6007E;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  color: #E6007E!important;
}

#page-blocks #resources {
	background-color: #111D33;
}

#page-blocks #resources::before {
	content: '';
	background: url('/wp-content/uploads/2025/01/HBW-Icon-bg2.png');
	background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#page-blocks #resources .resources--container {
	padding-left: 40px;
	max-height: 800px;
	overflow-y: scroll;
	scrollbar-color: #3E95D1 #3E95D1;
  scrollbar-width: thin;
  direction: rtl;
}

#page-blocks #resources .resources--container .single-resource {
	position: relative;
	margin-bottom: 30px;
	direction: ltr;
}

#page-blocks #resources .resources--container .single-resource .post-content {
	float: left;
	width: 100%;
}

#page-blocks #resources .resources--container .single-resource h4,
#page-blocks #resources .resources--container .single-resource p {
	color: #FFFFFF;
}

#page-blocks #resources .resources--container .single-resource p {
	padding: 20px 0;
}

#page-blocks #resources .resources--container .single-resource .button {
	margin-right: 20%;
}

#page-blocks #resources .resources--container .single-resource .blog-image {
	max-height: 280px;
	overflow: hidden;
}

#page-blocks #resources .resources--container .single-resource::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 25%;
	background-color: rgba(255, 255, 255, 0.13);
}

#page-blocks #venues {
	background: transparent linear-gradient(180deg, #111D33 0%, #232C3B 100%) 0% 0% no-repeat padding-box;
}

#page-blocks #venues .section-heading {
	margin-bottom: 20px;
}

#page-blocks #venues .section-introduction {
	float: left;
    width: 100%;
    color: #FFFFFF;
    margin-bottom: 40px;
}

#page-blocks #venues .section-introduction > p {
	color: inherit;
}

#page-blocks #venues .post {
	padding: 0 10px;
	position: relative;
}

#page-blocks #venues .post .post-content {
	padding: 30px 0 90px;
}

#page-blocks #venues .post .post-content h4 {
	color: #FFFFFF;
	min-height: 60px;
}

#page-blocks #venues .post .post-content p {
	color: #FFFFFF;
	padding: 0;
}

#page-blocks #venues .post .post-content .button {
	position: absolute;
	bottom: 20px;
	left: 10px;
}

#page-blocks #venues .venue-slider {
	float: left;
	width: 100%;
}

#page-blocks #venues .slick-arrow {
	position: absolute;
    z-index: 1;
    top: 20%;
}

#page-blocks #venues .slick-arrow.slick-prev {
	left: -15px;
}

#page-blocks #venues .slick-arrow.slick-next {
	right: -15px;
}

#page-blocks #accordion {
	background: #232C3B;
}

#page-blocks #accordion::after {
	content: '';
	background: url('/wp-content/uploads/2025/01/HBW-Icon-bg2.png');
	background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#page-blocks #venues .section-heading,
#page-blocks #accordion .section-heading,
#page-blocks #resources .section-heading {
	color: #FFFFFF;
}

#page-blocks #accordion .accordion--container {
	padding: 0 20px;
}

#page-blocks #accordion button.accordion {
	background: none;
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.13);
	padding: 10px;
	width: 100%;
  margin-bottom: 10px;
}

#page-blocks #accordion button.accordion p {
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#page-blocks #accordion .panel .content p {
	color: #FFFFFF;
	padding: 0 10px;
}

#page-blocks #accordion .accordion--contact {
	padding-top: 40px;
}

#page-blocks #accordion .accordion--contact p,
#page-blocks #accordion .accordion--contact p > a {
	color: #FFFFFF;
}

#page-blocks #follow {
	background-color: #232C3B;
	border-bottom: 33px solid #FFC300;
	background-image: url('/wp-content/uploads/2025/01/HBW-Newsletter-bg.png');
	background-size: auto 80%;
  background-repeat: no-repeat;
}

#page-blocks #follow h3 {
	color: #FFFFFF;
	margin-bottom: 40px;
}

#page-blocks #follow .form-group {
	margin: 0;
	list-style: none;
}

#page-blocks #follow .form-group > li {
	display: inline-block;
	width: 30%!important;
	margin-right: 2%;
}

#page-blocks #follow .form-group > li > p {
	float: left;
	width: 100%;
}

#page-blocks #follow .form-group > li label {
	color: #FFFFFF;
	font-weight: 700;
}

#page-blocks #follow .form-group > li label input {
	height: 40px;
	background-color: #D9D9D9;
	box-shadow: none;
}

#page-blocks #follow .form-group > li .wpcf7-spinner {
	position: absolute;
}

#page-blocks #follow .form-group > li .button {
	min-width: auto;
	width: 100%;
	margin: 20px 0 0 0;
	height: 40px;
	padding: 0;
}

#page-blocks #follow .social {
	padding: 25px 0;
}

#page-blocks #partners .partners--supporters ul {
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
}

#page-blocks #partners .partners--supporters ul .slick-track {
	display: flex !important;
}

#page-blocks #partners .partners--supporters ul li {
	display: flex;
	align-items: center;
	height: inherit !important;
	opacity: 1!important;
}

#page-blocks #partners .partners--key {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#page-blocks #partners .partners--key p {
	padding: 20px 0 10px 0;
}

#page-blocks #partners .partners--key .partners--key-left {
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 30px;
	align-content: center;
}

#page-blocks #partners .partners--key .partners--key-left .logo > img {
	display: table;
	margin: auto;
}

#page-blocks #partners .partners--key .partners--key-right {
	padding-bottom: 20px;
} 

#page-blocks #partners.expanded .partners--key {
	padding-bottom: 60px;
}

#page-blocks #partners.expanded .partners--key p {
	padding: 0;
}

#page-blocks #partners.expanded .partners--key-left .logo {
	background-color: #FFFFFF;
	border-radius: 10px;
}

#page-blocks #partners.expanded .partners--key-right {
	max-height: 300px;
	overflow-y: scroll;
	padding-right: 60px;
	border-right: 5px solid #D9D9D9;
	scrollbar-color: #E6017E #E6017E;
  scrollbar-width: thin;
}

#page-blocks #partners.expanded .partners--key-right h2,
#page-blocks #partners.expanded .partners--key-right h4 {
	margin-bottom: 20px;
}

#page-blocks #partners.expanded::before {
	content: '';
	background: url('/wp-content/uploads/2025/01/HBW-Icon-bg2.png');
	background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#page-blocks #partners.expanded::after {
	content: '';
	background: url('/wp-content/uploads/2025/01/HBW-Icon-bg2.png');
	background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#page-blocks #countdown {
	background-color: #111D33;
	padding: 15px 0;
}

#page-blocks #countdown ul {
	display: table;
	margin: auto;
	list-style: none;
}

#page-blocks #countdown ul > li {
	display: inline-block;
	margin: 0 15px;
}

#page-blocks #countdown ul > li h4,
#page-blocks #countdown ul > li p,
#page-blocks #countdown ul > li span {
	color: #FFFFFF;
}

#page-blocks #countdown ul > li > .countdown .counter {
	display: inline-block;
	width: 70px;
}

#page-blocks #countdown ul > li > .countdown .counter.reduced {
	width: auto;
}

#page-blocks #countdown ul > li > .countdown .days,
#page-blocks #countdown ul > li > .countdown .hours,
#page-blocks #countdown ul > li > .countdown .minutes,
#page-blocks #countdown ul > li > .countdown .seconds {
	border: 1px solid #E6007E;
	border-radius: 15px;
  display: table;
  margin: auto;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 11px 0 5px 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#page-blocks #countdown ul > li > .countdown .timeRefDays,
#page-blocks #countdown ul > li > .countdown .timeRefHours,
#page-blocks #countdown ul > li > .countdown .timeRefMinutes,
#page-blocks #countdown ul > li > .countdown .timeRefSeconds {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 0.75rem;
	margin-top: 3px;
}

#page-blocks #countdown ul > li h4 {
  margin-top: -60px;
  float: left;
}

#page-blocks #countdown ul > li > .countdown .digit {
	color: #e6007e;
  font-size: 32px;
  margin-top: -70px;
  float: left;
}

/* Events */

.single-event #global-hero {
	background-size: contain;
	background-position: center;
	overflow: hidden;
}

.single-event #global-hero .hero--content {
	padding: 30vh 0;
}

.single-event #global-hero .blur-bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    background-position: center;
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    z-index: -1;
}

.single-event #subheading {
	float: left;
	width: 100%;
	padding: 60px;
	margin-top: 60px;
	background: #111D33;
	background-image: url('/wp-content/uploads/2025/01/HBW-Icon-bg2.png');
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
}

.single-event #subheading::before {
	content: '';
  width: 40%;
  height: 30px;
  background-color: #E6007E;
  display: block;
  position: absolute;
  top: -15px;
  right: 10%;
}

.single-event #subheading h4 {
	color: #FFFFFF;
}

.single-event #maincontent {
	padding: 60px;
}

.single-event #maincontent h1 {
	margin-bottom: 40px;
}

.single-event #maincontent .company-logo {
	margin-bottom: 40px;
}

.postid-980.single-event #maincontent .company-logo {
	width: 100%;
}

.single-event #maincontent .details h4 {
	margin-bottom: 10px;
}

.single-event #maincontent .details .button {
	margin-top: 20px;
}

.single-event #gallery {
	float: left;
	width: 100%;
}

.single-event #gallery .image-gallery {
	margin: 0;
	list-style: none;
}

.single-event #gallery .image-gallery .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 40%;
}

.single-event #gallery .image-gallery .slick-arrow.slick-prev {
	left: -25px;
}

.single-event #gallery .image-gallery .slick-arrow.slick-next {
	right: -25px;
}

.single-event #gallery .image-gallery img {
	width: 100%;
}

#events {
	background-color: #111D33;
}

#events h2,
#events h4,
#events p {
	color: #FFFFFF;
} 

#events .event-slider {
	float: left;
	width: 100%;
}

#events .event-slider .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 40%;
}

#events .event-slider .slick-arrow.slick-prev {
	left: -25px;
}

#events .event-slider .slick-arrow.slick-next {
	right: -25px;
}

#events .slick-slide {
   margin: 0 15px;
}

#events .slick-list {
  margin: 0 -15px;
}

#events .grid-event .event-image {
	width: 100%;
  	padding-top: 62%;
  	position: relative;
	overflow: hidden;
}

#events .grid-event .event-image img {
	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
}

#events .grid-event .blog-image {
	min-height: 260px;
  background-size: cover;
  background-position: center;
}

#events .grid-event .post-content {
	float: left;
	width: 100%;
	position: relative;
}

#events .grid-event .post-content h4 {
	padding: 40px 0 20px 0;
	min-height: 155px;
}

#events .grid-event .post-content p {
	margin-bottom: 25px;
}

#events .grid-event .post-content p.date {
	margin: 0;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0.875rem;
  font-weight: 700;
}

#events.grid .grid-event {
	margin-bottom: 30px;
}

#select-events {
	background-color: #232C3B;
	background-image: url('/wp-content/uploads/2025/01/HBW-Featured-events-min-scaled.jpg');
	background-size: cover;
  background-repeat: no-repeat;
}

#select-events .content {
	padding: 25px 60px 25px 30px;
}

#select-events .content h3,
#select-events .content p {
	color: #FFFFFF;
}

#select-events .content p {
	padding: 20px 0;
}

#select-events .content p.date {
	padding: 0;
}

#select-events .content .button {
	margin: 0;
}

#select-events .image > img {
	width: 100%;
}

#select-events .slick-arrow {
	position: absolute;
	top: 45%;
	z-index: 1;
}

#select-events .slick-arrow.slick-prev {
	left: -25px;
}

#select-events .slick-arrow.slick-next {
	right: -25px;
}

#select-events .links {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

#select-events .links .button {
	min-width: 0;
}

#page-blocks .event-grid {
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}

#page-blocks .event-grid > div {
	width: 33.333%;
	padding: 0 10px;
    position: relative;
}


/* Form Shortcode */

#form-block {
	background: transparent linear-gradient(180deg, #111D33 0%, #232C3B 100%) 0% 0% no-repeat padding-box;
  border-bottom: 30px solid #FFC300;
}

#form-block::before {
	content: '';
	background: url('/wp-content/uploads/2025/01/HBW-Icon-bg2.png');
	background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#form-block::after {
	content: '';
  width: 75%;
  height: 30px;
  background-color: #E6007E;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

#form-block h2,
#form-block p {
	color: #FFFFFF;
}

#form-block .wpcf7-form h2 {
	margin: 20px 0;
}

/* News */

#news .post {
	padding: 0 15px;
}

#news .post .image {
	min-height: 190px;
	max-height: 190px;
	overflow: hidden;
}

#news .post .post-content {
	padding: 20px 0 40px 0;
}

#news .post .post-content a.card-body-category,
#latest-news .post .post-content a.card-body-category {
  color: #30a943;
  font-weight: 700;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

#news .post .post-content h4 {
	margin-bottom: 10px;
	min-height: 92px;
}

#news .pagination .nav-links {
	display: table;
	margin: auto;
}

#news .pagination .nav-links span,
#news .pagination .nav-links a {
	display: inline-block;
}

#news .pagination .current {
	background: #30A943;
	border-radius: 5px;
}

/* Contact */

#page-blocks #contact {
	background-color: #232C3B;
	background-image: url('/wp-content/uploads/2025/01/HBW-Contact-bg.png');
	background-size: contain;
	background-position: 5% 50%;
	background-repeat: no-repeat;
}

#page-blocks #contact h2,
#page-blocks #contact p {
	color: #FFFFFF;
}

#page-blocks #contact h2 {
	margin-bottom: 40px;
}

#page-blocks #contact p > a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Blog */

.blog #news .post a:hover {
	text-decoration: none;
}

.blog #news .post p {
	font-size: 1rem;
	min-height: 115px;
}

.blog #news .post .date {
	margin-bottom: 10px;
}

.blog #news .post h3 {
	margin-bottom: 10px;
	color: #000000;
}

/* Single Post */

.single-post #global-hero .grid-container.full {
	padding: 0;
}

.single-post #global-hero .hero--content {
	padding: 0;
}

.single-post #global-hero .hero--content .thumbnail-view {
	position: absolute;
  right: 0;
  top: 0;
  background: #E6007E;
  height: 100%;
  width: 40%;
  background-image: url('/wp-content/uploads/2025/01/BG-Post.png');
  background-size: 100px;
}

.single-post #global-hero .hero--content .thumbnail-view .content,
.single-post #global-hero .hero--content .thumbnail-view .content > img {
	width: 100%;
}

.single-post #global-hero .hero--content .thumbnail-view .content {
	max-height: 300px;
	overflow: hidden;
}

.single-post #global-hero .hero--content .post-title .content {
	padding: 15vh 0.975em;
	margin-left: 3rem;
}

.single-post .post-content {
	background-color: #232C3B;
}

.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6,
.single-post .post-content p {
	color: #FFFFFF;
}

.single-post .post-content .post-content--cropped {
	/*max-height: 50vh;
	overflow: scroll;*/
	padding-right: 40px;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.7);
  max-height: 800px;
  overflow-y: scroll;
}

.single-post .related-articles .section-heading {
	margin-bottom: 20px;
}

.single-post .related-articles .post {
	margin-bottom: 20px;
}

.single-post .related-articles .post .post-content h4 {
	margin: 20px 0;
	font-size: 1.125rem;
}

/* Account */

#account-block .wpuf-user-loggedin .wpuf-user-avatar {
	display: none;
}

#account-block .wpuf-user-loggedin h3 {
	margin-bottom: 10px;
}

#account-block .register-content {
	float: left;
  width: 100%;
  padding: 40px 40px 30px 40px;
  background: #111D33;
  margin: 20px 0 0 0;
}

#account-block .register-content h3 {
	color: #FFFFFF;
	margin-bottom: 20px;
}

#wpuf-login-form form > p > input#wp-submit,
#wpuf-registration-form form > ul > li > input#wp-submit,
.wpuf-submit-button,
#wpuf-account-update-profile,
#wpuf-login-form form > p > input#wp-submit, #wpuf-registration-form form > ul > li > input#wp-submit, 
.wpuf-submit-button, #wpuf-account-update-profile {
	background-color: #e6007e!important;
  	border: none!important;
  	color: #FFFFFF!important;
  	min-width: 180px!important;
  	padding: 15px 10px 13px 10px!important;
	border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

#account-block .wpuf-form-add > ul > li {
	margin: 0;
	padding: 5px 0;
}

#wpuf-registration-form form > ul {
	margin: 0;
	list-style: none;
}

#wpuf-registration-form form > ul > li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#wpuf-registration-form form label.wpuf-form-sub-label,
.wpuf-help {
	color: #bcbcbc;
  font-style: italic;
  font-size: 0.75rem;
}

#wpuf-registration-form form .wpuf-name-field-wrap .wpuf-name-field-first-name {
	float: left;
	width: 49%;
	margin-right: 2%;
}

#wpuf-registration-form form .wpuf-name-field-wrap .wpuf-name-field-last-name {
	float: left;
	width: 49%;
}

.wpuf-eye {
	display: none;
}

.wpuf-dashboard-container .wpuf-dashboard-navigation {
	float: left;
	width: 25%;
}

.wpuf-dashboard-container .wpuf-dashboard-navigation > ul,
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-form > ul,
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-form-add > ul,
#account-block .wpuf-form-add > ul {
	list-style: none;
	margin: 0;
}

.wpuf-dashboard-container .wpuf-dashboard-navigation > ul > li.wpuf-menu-item {
	float: left;
	width: 100%;
	padding: 15px 10px 13px 10px;
  margin: 0 0 10px 0;
  background-color: #E6007E;
  text-align: center;
  cursor: pointer;
}

.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-form-add > ul > li,
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-form > ul > li,
#account-block .wpuf-form-add > ul > li  {
	margin: 0 0 10px 0;
}

.wpuf-dashboard-container .wpuf-dashboard-navigation > ul > li.wpuf-menu-item.post {
	display: none;
}

.wpuf-dashboard-container .wpuf-dashboard-navigation > ul > li.wpuf-menu-item:hover,
.wpuf-dashboard-container .wpuf-dashboard-navigation > ul > li.wpuf-menu-item.active {
	background-color: #A1055B;
}

.wpuf-dashboard-container .wpuf-dashboard-navigation > ul > li.wpuf-menu-item > a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
}

.wpuf-dashboard-container .wpuf-dashboard-navigation > ul > li.wpuf-menu-item.active > a {
	color: #FFFFFF!important;
}

.wpuf-dashboard-container .wpuf-dashboard-content {
	padding-left: 40px;
}

.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-form-add,
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-form {
	width: 100%;
}

.wpuf-dashboard-container .wpuf-dashboard-content p:last-child {
	display: none;
}

.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-posts-edit:hover,
.wpuf-dashboard-container .wpuf-dashboard-content .wpuf-posts-delete:hover {
	background: none!important;
}

.wpuf-dashboard-container .wpuf-posts-edit svg path,
.wpuf-dashboard-container .wpuf-posts-delete svg path {
	fill: #232C3B;
}

.wpuf-dashboard-container .wpuf-posts-edit svg:hover path,
.wpuf-dashboard-container .wpuf-posts-delete svg:hover path {
	fill: #e6007e;
}

.wpuf-dashboard-container table.items-table a:hover {
	color: #e6007e!important;
}

.wpuf-dashboard-container .wpuf-form-add .section_break .wpuf-section-wrap {
	border: none;
	margin: 0;
}

.wpuf-dashboard-container .wpuf-form-add .section_break .wpuf-section-wrap .wpuf-section-details {
	font-size: 14px;
    text-align: left;
    padding: 0;
}

.page-id-555 .wpuf-form {
	margin-top: 40px!important;
}

.page-id-555 .wpuf-form .field-size-large {
	padding: 0 10px;
}

/* Venue Directory */

#page-blocks .venues__header,
#page-blocks .events-section__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}

#page-blocks .events-section__header .section-heading {
	margin-bottom: 0;
}

#page-blocks .venues__header__main,
#page-blocks .events-section_header__main {

}

#page-blocks #venues .venues__header__main .section-introduction {
	margin-bottom: 0;
}

#page-blocks .venues__header__aside,
#page-blocks .events-section__header__aside {

}

#page-blocks .venues__header__aside .button,
#page-blocks .events-section__header__aside .button {
	margin: 0;
	margin: 0;
}

#page-blocks .venues__grid {
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0 30px;
}

#page-blocks .venues__grid > div {
	width: 33.333%;
}

/* Payments */

.wpuf-payment-gateway-wrap { padding: 40px 0;float: left; }

/* RESPONSIVE */

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

	#global-hero {
		min-height: 60vh;
	}

	.home #global-hero {
		min-height: 60vh;
	}

	header #menu-header-main-navigation li {
		padding: 0 80px 0 80px;
	}

	header #menu-header-main-navigation li.menu-item-has-children > a:after {
		margin-left: 40px;
	}

}

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

	header #menu-header-main-navigation li {
		padding: 0 40px 10px 25px;
	}

}

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

	header #menu-header-main-navigation li.current-menu-item:after {
		display: none;
	}

}

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

	header .top-header .top-links {
		width: 100%;
	}

	header .top-header .top-links .button {
		width: 50%;
		min-width: auto;
		font-size: 0.75rem;
	}

	header .main-header .logo > img {
		margin: 0;
	}

	#mega-menu-wrap-mobile .mega-menu-toggle.mega-menu-open+#mega-menu-mobile {
		margin-top: 20px;
	}

	#mega-menu-wrap-mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	#mega-menu-wrap-mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	#mega-menu-wrap-mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background-color: #FFFFFF;
	}

	.grid-container {
		padding: 0 50px;
	}

	.section-container {
		padding-top: 130px;
	}

	footer .main-footer {
		padding: 30px 0 30px 0;
	}

	footer .main-footer .middle h4 {
		margin-top: 20px;
	}

	#global-hero {
  	min-height: 50vh;
    padding: 20px 0;
    max-height: 700px;
  }

  #page-blocks #follow .form-group {
		margin-bottom: 30px;
	}

	#page-blocks #follow h3 {
		margin-bottom: 20px;
	}

	#page-blocks #follow .social {
		padding: 0;
	}

	#page-blocks #partners .partners--key .partners--key-right,
	#page-blocks #partners .partners--key .partners--key-left::after {
		display: none;
	}

	#page-blocks #partners .partners--key .partners--key-left {
		border: none;
	}

	.single-post #global-hero .hero--content .thumbnail-view {
		display: none;
	}

	.single-post #global-hero .hero--content .post-title .content {
		margin: 0;
		padding: 15vh 30px;
	}

	#page-blocks #resources .resources--container {
		padding: 0 40px 0 0;
		max-height: 100%;
		overflow: visible;
	}

	#page-blocks #resources .resources--container .single-resource .post-content,
	#page-blocks #venues .post {
 		/* margin-bottom: 30px; */
 	}

	#page-blocks .venues__header {
		flex-wrap: wrap;
		gap: 30px;
	}

	#page-blocks .venues__grid > div,
	#page-blocks .event-grid > div {
		width: 50%;
	}

}

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

	#select-events .slick-arrow {
		top: 20%;
	}

}

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

	.grid-container,
	.grid-container.full {
		padding: 0 30px;
	}

	.section.increase {
		padding: 60px 0;
	}

	#page-blocks #full-text .content h2, h3 {
		font-size: 1.4rem!important;
	}

  .button, .button.primary, .wpcf7-submit {
  	min-width: auto;
  }

  header .logo {
  	max-width: 200px;
  }

  #page-blocks #follow {
  	background-size: 200%;
  }

}

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

	#page-blocks #icon-blocks::before,
	#page-blocks #icon-blocks::after {
		width: 300%;
	}

	#page-blocks #image-text-side .content-container {
		margin-top: 30px;
	}

	#page-blocks #team .team-member {
		width: 100%;
		margin: 0 0 30px 0;
	}

	#page-blocks #icon-blocks .blocks .icon-box {
		margin: 0 0 20px 0;
	}

	footer .lower-footer .copy {
		padding: 0 40px 20px 40px;
		font-size: 0.625rem!important;
	}

}

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

	#page-blocks #countdown ul > li {
		display: block;
	}

	#page-blocks #countdown ul > li h4 {
		margin: 20px 0;    
		float: left;
    width: 100%;
    text-align: center;
	}

	.single-post .related-articles {
		margin-top: 40px;
	}

	#select-events .content {
		padding: 30px 0 0 0;
	}

	#page-blocks #countdown {
		padding: 15px 0 30px 0;
	}
	
	.slick-arrow {
		background: #e6007e;
		color: #FFFFFF;
	}
	
	#events .event-slider .slick-arrow {
		top: 20%;
	}

	#page-blocks .venues__grid > div,
	#page-blocks .event-grid > div {
		width: 100%;
	}

	#page-blocks #venues {
		padding: 30px 0;
	}

	#events .grid-event .post-content h4 {
		min-height: 0;
	}
}

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

	.wpuf-dashboard-container .wpuf-dashboard-content {
		padding-left: 0;
	}

	body .wpuf-dashboard-container .wpuf-dashboard-navigation ul {
		box-shadow: none;
		border: none;
		background: none;
	}

	.wpuf-dashboard-container .wpuf-dashboard-navigation > ul > li.wpuf-menu-item {
		display: block;
		background-color: #E6007E;
		margin: 0 0 5px 0!important;
	}

	body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li:first-child {
		display: block;
		border: none;
		background-color: #E6007E;
	}

	body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li:first-child::after {
		display: none;
	}

}

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

	#page-blocks #follow .form-group > li {
		width: 100%!important;
	}

	#page-blocks #follow .form-group > li > p {
		margin: 0;
	}

	.single-event #maincontent {
		padding: 30px 0;
	}

}