/** Vipe Studio CSS **/
/** I Top Bar  **/
/** II Header **/
body:not(.overlay-header) .primary-menu ul {
	background: #FFF;
}

header#site-header {
	z-index: 10;
}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
	color: #000;
}

header.entry-header.has-text-align-center.header-footer-group {
	display: none;
}

.wp-block-columns {
	max-width: 1200px !important;
	width: 1200px;
}

.header-inner {
	max-width: 1200px;
	padding: 16px 0;
}

.site-logo img {
	max-height: 72px;
	transition: none !important;
}

.primary-menu a {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #374A59 !important;
	border: 0;
	text-decoration: none !important;
}

.primary-menu a:hover {
	color: #E1795E !important;
}

.primary-menu .current-menu-item > a {
	color: inherit;
	font-weight: 700;
	border: 0;
}

.header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
	margin: 0;
}

.header-titles-wrapper {
	margin: 0 !important;
}

span.toggle-text {
	display: none;
}

/** III Menus **/
/** IV Page and Posts Content **/
.hero__container>div {
	flex: 0 0 100%;
	margin-bottom: 20px;
}

.hero__container {
	align-items: center;
}

.hero__container .right .d-flex {
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.ksp {
	flex-basis: 100%;
}

.ksp p {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #374A59;
}

.ksp h4 {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 41px;
	text-transform: uppercase;
	color: #374A59;
	margin: 12px 0 0;
}

.hero__container .left img {
	border-radius: 20px;
	z-index: 2;
	position: relative;
}

.hero__container .left {
	position: relative;
}

.hero__container .left img {
	box-shadow: 16px 16px 0 0 #226664;
}

.entry-content {
	position: relative;
}

.halfwidth__container {
	position: relative;
	flex-wrap: wrap;
}

.halfwidth__container > div {
	flex: 1 0 100%;
}

.halfwidth__container > .left {
	order: 2;
	position: relative;
	z-index: 2;
	display: flex;
	margin-top: 44px;
}

.halfwidth__container > .left img {
	width: 100%;
	box-shadow: 16px 16px 0 0 #226664;
}

.halfwidth__container > .right {
	order: 1;
}

.halfwidth__container .right h2 {
	margin-bottom: 13px !important;
}

.halfwidth__container img {
	position: relative;
	z-index: 3;
	object-fit: cover;
	border-radius: 20px;
	max-height: 470px;
}

.post .entry-content {
	max-width: 100% !important;
	width: auto !important;
}

.post .post-inner {
	padding: 32px;
}

.four__people {
	text-align: center;
}

.four__people__inner {
	gap: 30px;
	margin: 20px 0 30px;
}

.single__person h3 {
	margin-top: 12px !important;
}

.single__person img {
	border-radius: 12px;
	position: relative;
	z-index: 2;
	height: 279px;
	object-fit: cover;
}

.single__person:after {
	position: absolute;
	background: #226664;
	content: '';
	top: 18px;
	height: 100%;
	width: 100%;
	display: block;
	right: 0;
	border-radius: 10px;
	z-index: 1;
	height: 261px;
}

.single__person {
	position: relative;
}

.white__button {
	padding: 16px 24px;
	gap: 10px;
	width: 123px;
	border: 1.5px solid #000000;
	border-radius: 10px;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	display: block;
	width: max-content;
	text-align: center;
	margin: auto;
}

.white__button:hover {
	color: #FFF;
	background: #226664;
}

.session__row>div {
	flex: 0 0 48%;
	position: relative;
}

.session__row {
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.single__session {
	background: #FFFFFF;
	border: 2px solid #226664;
	border-radius: 10px;
	padding: 20px;
	margin-right: 17px;
	position: relative;
	z-index: 10;
	display: block;
}

.session__row .left:after, .session__row .right:after {
	position: absolute;
	background: #226664;
	content: '';
	color: #226664;
	height: 100%;
	width: calc(100% - 20px);
	left: 20px;
/* margin-right: -20px; */
	border-radius: 10px;
	z-index: 0;
	bottom: -17px;
}

.session__row h3 {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 41px;
	text-transform: uppercase;
	color: #374A59;
	margin: 20px 0 10px !important;
	margin-top: 20px;
}

div#sponsors {
	text-align: center;
}

.three__blocks__inner>div {
	flex: 0 0 31%;
}

.three__blocks__inner {
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.single__sponsor img {
	width: 371px;
	height: 371px;
	object-fit: contain;
}

.single__sponsor {
	border: 2px solid #226664;
	border-radius: 10px;
}

.four__blocks__inner {
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.four__blocks__inner>div {
	flex: 0 0 23%;
}

.four__blocks__inner .single__sponsor img {
	height: 150px;
}

#sponsors .orange__button {
	margin: 30px auto 0;
}

/** not home **/
body.page-id-401 .entry-content, body.page-id-453 .entry-content, body.page-id-455 .entry-content {
	width: 100% !important;
	max-width: 100% !important;
}

body:not(.home) .wp-block-heading {
	text-align: center;
	max-width: 58rem;
	width: calc(100% - 4rem);
	margin: auto !important;
}

/** V Archive Page **/
.blog__entries .wp-block-group.is-layout-flow {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 100% !important;
}

.blog__entries .wp-block-group.is-layout-flow h2 a {
	text-decoration: none !important;
}

.blog__entries .wp-block-post {
	border: 2px solid #226664;
	border-radius: 10px;
	position: relative;
	background: #FFF !important;
}

.wp-block-post-template.is-flex-container {
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-between;
}

.wp-block-post-template.is-flex-container > li {
	width: auto !important;
	max-width: none !important;
	flex-basis: 100%;
}

.wp-block-post-template.is-flex-container > li .wp-block-group__inner-container > * {
	max-width: none !important;
}

.wp-block-post-template h2 {
	font-size: 20px;
}

/** VI Product Pages **/
/** VII Product Archives **/
/** VIII Sidebars **/
/** IX Footer **/
.site-info a {
	color: #374A59;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

.footer-inner.section-inner {
	padding: 60px 0;
}

.footer-widgets-outer-wrapper {
	border: 0 !important;
	box-shadow: none;
}

.footer-widgets-wrapper {
	align-items: center;
}

.footer-widgets p {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 34px;
	line-height: 41px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
}

.footer-nav-widgets-wrapper.header-footer-group {
	background: #226664;
}

aside.footer-widgets-outer-wrapper {
	padding: 0;
}

.footer-widgets.column-one.grid-item {
	color: #FFF;
}

input#subscribe-field-1 {
	border: 2px solid #EBEBEB;
	border-radius: 10px;
	background: transparent;
	color: #FFF;
	border-radius: 10px !important;
}

p#subscribe-email {
	border-radius: 10px;
}

button.wp-block-button__link.no-border-radius {
	background: #FD7A5C;
	border: 1.5px solid #000000 !important;
	border-radius: 10px !important;
	color: #000 !important;
}

/** X Other **/
h1 {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 58px;
	text-transform: uppercase;
	color: #374A59;
}

h2 {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 34px;
	line-height: 41px;
	text-transform: uppercase;
	color: #374A59;
	margin: 0 !important;
}

h3 {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 41px;
	text-transform: uppercase;
	color: #374A59;
	margin: 0 !important;
}

p {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.476;
	color: #374A59;
}

.container-fluid {
	width: 100% !important;
	max-width: 100% !important;
}

.colored__bgr {
	background: #FFEDE9;
}

.container-fluid>.container {
	margin: auto;
	padding: 90px 0;
}

.container {
	width: auto !important;
	max-width: 1200px !important;
	padding: 0 32px;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.orange__button {
	padding: 16px 24px;
	gap: 10px;
	width: max-content;
	height: 52px;
	background: #FD7A5C;
	border: 1.5px solid #000000;
	border-radius: 10px;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	display: block;
}

.orange__button:hover {
	color: #FFF;
	background: #226664;
}

ul, li, label, input, select, text, textarea {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #374A59;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	padding: 16px 24px;
	gap: 10px;
	width: max-content;
	height: 52px;
	background: #FD7A5C;
	border: 1.5px solid #000000;
	border-radius: 10px;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	display: block;
}

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
	color: #374A59;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 100;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 100;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 100;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 100;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 200;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 200;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 200;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 200;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 300;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 300;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 300;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 300;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 500;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 500;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 500;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 500;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 600;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 600;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 600;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 600;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 800;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 800;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 800;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 800;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 900;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 900;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 900;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 900;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 100;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 100;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 100;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 100;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 200;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 200;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 200;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 200;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 500;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 500;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 500;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 500;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 800;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 800;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 800;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 800;
	src: format("woff2");
}

/* cyrillic-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 900;
	src: format("woff2");
}

/* cyrillic */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 900;
	src: format("woff2");
}

/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 900;
	src: format("woff2");
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 900;
	src: format("woff2");
}

/** Responsive elements **/
/** iPad  - 768px **/
@media screen and (max-width: 900px) and (min-width: 608px) {
	.session__row>div {
		flex: 0 0 47%;
	}
}

/** Phone  - 607px **/
@media screen and (max-width: 607px) {
	.blog__entries [class*="__inner-container"] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		max-width: 100%;
	}
	
	table.tix_tickets_table.tix-tickets-list {
		max-width: 100% !important;
	}
	
	.wp-block-spacer {
		height: 20px !important;
	}
	
	.single__person img {
		width: 95%;
	}
	
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.session__row>div {
		margin-bottom: 40px;
	}
	
	.single__sponsor {
		margin-bottom: 30px;
	}
	
	.blog__entries {
		margin-bottom: 70px !important;
	}
}

/** Vipe Studio CSS **/
/* Random fixes */
/* Buttons */
input[type="submit"],
button[type="submit"],
.orange__button {
	border-width: 2px;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	color: #FFF;
	background: #226664;
	text-decoration: none;
	transition: all .15s linear;
}

.footer-nav-widgets-wrapper button[type="submit"]:hover {
	color: #226664 !important;
	background: #FFF !important;
}

.wp-block-button__link.no-border-radius[name="jetpack_subscriptions_widget"] {
	border-width: 2px !important;
}

/* General */
.container.hero__container h1 {
	word-break: normal;
	font-size: 42px;
}

/* Header */
@media (max-width: 1000px) {
	.header-titles-wrapper {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	
	.header-titles-wrapper > .search-toggle,
	    .header-titles-wrapper > .nav-toggle {
		position: static;
	}
}

.header-titles {
	margin: 0;
}

.primary-menu a {
	padding: 8px 0;
}

.header-toggles {
	margin-right: 0 !important;
}

.header-toggles .toggle {
	padding: 0 0 0 4rem;
}

/* Footer */
#subscribe-field-1 {
	line-height: 1;
	padding: 13px 23px !important;
	border-width: 2px !important;
}

/* Comments */
.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
	margin: 1rem 0 2rem;
}

/* Tickets */
.tix_tickets_table th,
.tix_tickets_table td {
	padding: 2rem;
}

.tix-column-price,
.tix-column-remaining,
.tix-column-quantity {
	white-space: nowrap;
}

.tix-column-quantity select {
	min-width: 100%;
	padding: .5rem 1rem;
}

/* Tickets mobile table hack */
@media (max-width: 768px) {
	.tix_tickets_table {
		border: 0;
	}
	
	.tix_tickets_table thead tr {
		display: none;
	}
	
	.tix_tickets_table tbody tr {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	
	.tix_tickets_table tbody tr + tr .tix-column-description {
		margin-top: 32px;
	}
	
	.tix_tickets_table tbody .tix-column-description {
		flex: 1 0 100%;
	}
	
	.tix_tickets_table tbody .tix-column-price,
	    .tix_tickets_table tbody .tix-column-quantity,
	    .tix_tickets_table tbody .tix-column-remaining {
		flex: 1 0 0;
		display: flex;
		align-items: center;
	}
}

/* Mobile-first breakpoints */
@media (min-width: 640px) {
	
}

@media (min-width: 768px) {
	.d-flex {
		flex-wrap: nowrap;
	}
	
	.halfwidth__container.d-flex {
		gap: 96px;
	}
	
	.halfwidth__container>div {
		flex-basis: 0;
	}
	
	.halfwidth__container:after {
		position: absolute;
		background: #FFEDE9;
		content: '';
		font-size: #FFEDE9;
		height: 650px;
		max-height: 110%;
		z-index: 1;
		width: 50%;
		display: block;
		left: 0;
		top: 0;
		bottom: -32px;
		border-radius: 0 10px 10px 0;
	}
	
	.halfwidth__container .left {
		order: 1;
		margin-top: 68px;
	}
	
	.halfwidth__container .right {
		order: 2;
		margin-top: 0;
	}
	
	.halfwidth__container .right h2 {
		margin-top: 100px !important;
	}
	
	.hero__container > div {
		margin-bottom: 0;
		flex-basis: 50%;
	}
	
	.container.hero__container .right:first-child {
		padding-right: 40px;
	}
}

@media (min-width: 1024px) {
	.wp-block-post-template.is-flex-container {
		justify-content: flex-start;
		gap: calc(10%/2);
	}
	
	.wp-block-post-template.is-flex-container > li {
		width: auto !important;
		flex: 0 0 30%;
		margin-bottom: 4rem;
	}
}

@media (min-width: 1280px) {
	.container {
		padding: 0;
	}
	
	.halfwidth__container .left {
		margin-left: 100px;
	}
	
	.halfwidth__container.d-flex {
		gap: 96px;
	}
	
	.ksp {
		border-right: 1px solid #374A59;
		padding-right: 20px;
		flex-basis: auto;
	}
	
	.ksp:last-child {
		border-right: 0;
		padding-right: 0;
	}
}