/*
Theme Name: Kyiv Design Week
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.page-wraper {
	min-height: 100vh;
	display: flex;
    flex-direction: column;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */


.section-partners {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 15px;
}

.section-partners .partner-item {
	margin: 0 10px;
}

.section-partners .partner-item img {
	width: 75px;
	height: auto;
}

.team-holder {
	
}

.team-member {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	align-items: flex-start;
}

.team-member-photo {
	margin-right: 15px;
}

/* landing 2024 */
.intro {
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.intro-2024 {
	height: 100vh;
	background-image: url('/wp-content/themes/udiw/images/udw-2024_bg.png');
	background-size: cover;
}

.intro-logo-holder {
	height: 100vh;
	align-items: flex-end;
	justify-content: center;
    display: flex;
}

.intro-logo-holder img {
	width: 90%;
	height: auto;
}

.intro-text-holder {
	align-items: center;
	justify-content: flex-end;
    display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}

.intro-text-holder img {
	margin: 15px 0;
}

.intro-btns-holder {
	margin: 30px 0;
	display: flex;
	flex-direction: column;
}
.header-logo {
    display: flex;
}

.header-logo .img1 {
    width: 100px;
    height: auto;
	margin-right: 20px;
}

.header-logo .img2 {
    width: 120px;
    height: auto;
}
.menu-icon {
	height: 50px !important;
}

.logo-header {
    width: auto !important;
}
.is-fixed .logo-header {
	padding: 10px 0 !important;
}

.page-template-season .sticky-header:not(.is-fixed) .header-logo {
	display: none;
	transition: all 0.3s;
}
.page-template-season .sticky-header:not(.is-fixed) .logo-header {
	margin: 0;
	padding: 0;
	transition: all 0.3s;
	width: 0;
	overflow: hidden;
}

.cta-main-holder {
	justify-content: flex-end !important;
}

.full-sidenav .header-logo img {
    width: 80%;
}

.sticky-header.is-fixed .logo-header {
	width: 100px;
}

.baner-dark .banner-top-info {
	filter: invert(1);
}
.baner-dark .sticky-header:not(.is-fixed) .menu-icon {
	filter: invert(1);
}



/* Ditty News Ticker */
.ditty {
	position: absolute;
	width: 100%;
	z-index: 100;
	background-color: var(--bg-color);
	color: #fff;
	font-weight: 600;
}
.ditty p {
	margin: 0;
}
.ditty a {
	color: #fff;
	text-decoration: underline;
}
.ditty a:hover {
	color: #7b8082;
	text-decoration: none;
}

.side-bar .widget-about .about-info {
	position: static;
	margin: 0;
}
.side-bar .widget {
	margin-bottom: 30px !important;
}

.side-bar .widget .post-title {
	font-size: 14px;
	line-height: 1.2;
}
.side-bar .recent-posts-entry .dlab-post-info {
	padding-left: 15px;
}
.side-bar .recent-posts-entry .dlab-post-info .the-date,
.side-bar .widget-about .about-info .the-date {
	font-size: 11px;
	color: #9ca1a3;
	display: block;
	padding: 0;
	margin: 0;
}
span.the-date::before,
span.the-date::after {
	content: none !important;
}
.side-bar .recent-posts-entry .dlab-post-media {
	width: 90px;
    min-width: 90px;
}
.side-bar .widget-about h5 {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0;
}
.side-bar .widget-about .about-info {
	padding: 15px;
}

.field-error {
	outline: 1px solid red !important;
	color: red;
}
.error-message {
	color: red;
}

.btn:hover {
	transform: scale(1.05);
	/* outline: 4px solid rgba(255, 255, 255, 0.5); */
}
.btn.btn-outline {
	background-color: transparent;
	border: 1px solid #191919;
	color: #191919;
	padding: 10px 20px;
	border-radius: 5px;
}

.cfs_input .cfs_date input.date {
	cursor: pointer;
}

section {
	padding: 60px 0;
}
.dark-bg {
	background-color: #191919;
	color: #fff;
}
.dark-bg * {
	color: #fff;
}
.dark-bg a:hover {
	color: #7b8082;
}
.dark-bg .btn {
	background-color: #fff;
	color: #191919 !important;
}
.dark-bg .btn:hover {
	color: #fff !important;
}

.white-bg .dark-bg .btn {
	background-color: #191919;
	color: #fff !important;
}


.centered * {
	text-align: center;
}

section.registration-form {
	padding: 150px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.registration-form.first-form {
	margin-bottom: 20px;
}
.overlayed {
	position: relative;
}
.overlayed::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.overlayed .container {
	position: relative;
	z-index: 2;
}
.registration-form:hover::before {
	background-color: rgba(0, 0, 0, 0.6);
}

.kenburns {
overflow: hidden;
position: relative;
}

.kenburns > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: move 20s ease-in-out infinite alternate;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform:  translate(-50%, -50%);
  }
  
  @keyframes move {
	0% {
	  transform-origin: center center;
	  transform: translate(-50%, -50%) scale(1.0);
	}
	100% {
	  transform: translate(-50%, -50%) scale(1.2);
	}
  }




.news .trending-media img,
.photoreports .trending-media img {
	object-fit: cover;
	aspect-ratio: 4/3;
}
.speakers .trending-media img {
	object-fit: cover;
	aspect-ratio: 1/1;
}

.owl-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}

.owl-prev, .owl-next {
    cursor: pointer;
    padding: 0 !important;
}
.owl-nav .owl-prev, 
.owl-nav .owl-next {
	font-size: 2.8em !important;
}
.owl-navigation .btn {
	margin-left: 20px;
}

.owl-counter {
    font-size: 16px;
    margin: 0 10px;
	white-space: nowrap;
}

.social-link-bx {
	padding-top: 0 !important;
}

.single .social-link-bx {
	gap: 20px;
}
.single .social-link-bx .social-link span {
	display: none !important;
}
.single .social-link-bx .social-link i,
.single .social-link-bx .social-link {
	margin-bottom: 0;
}
.single .post-title {
	margin-bottom: 20px;
}

.blog-post.blog-single .dlab-post-text {
	line-height: normal !important;
}
a.back {
	display: inline-flex;
	align-items: center;
	margin-top: -30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 12px;
	color: inherit;
}
a.back i {
	font-size: 22px;
	padding-right: 6px;
	margin-top: -2px;
}

section.instafeed .section-head {
	margin-bottom: 10px;
}
#sb_instagram .sb_instagram_header .sbi_header_img, .sb_instagram_header .sbi_header_img {
	border-radius: 30%;
}
.sb_instagram_header .sbi_header_hashtag_icon {
	background: #d6249f;
   	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  	box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, #sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo {
	margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}
#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text {
	max-width: 280px;
    margin: 0 auto;
}
#sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a {
	background: #333 !important;
}

#ggbl_lightbox {
	z-index: 100000;
}


.photoreports .section-head {
	margin-bottom: 30px;
}

.photoreports .all-btn {
	margin: 20px auto;
	display: block !important;
    width: fit-content;
}

.photoreports .blog-slider-full.bg-dark {
	background-color: var(--background-color) !important;
}

.blog-slider-full .owl-nav .owl-next i {
	font-size: 32px;
	margin-left: 4px;
}
.blog-slider-full .owl-nav .owl-prev i {
	font-size: 32px;
	margin-right: 4px;
}

.single .dlab-post-info .post-date {
	margin-bottom: 20px;
}
.season-theme {
	text-align: center;
}
section.season-program {
	padding-top: 30px;
}
section.block-with-image {
	position: relative;
	padding: 50px 0;
}
.block-with-image .abs-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.left-image .content {
	padding-left: 4%;
}
.right-image .abs-image {
	right: 0;
	left: auto;
}
.right-image .content {
	padding-right: 4%;
}

.mission {
	margin-top: 50px;
}

.fixed-ditty {
	position: sticky;
	top: 62px;
	left: 0;
	width: 100%;
	z-index: 1000;
}

div[data-name="event_date"] input {
	width: 100% !important;
}
.posts-list .trending-post .trending-media {
	transition: transform 0.3s, box-shadow 0.2s;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
}
.posts-list .trending-post:hover .trending-media {
	transform: scale(1.05) rotate(1deg);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.trending-post-bx .owl-nav {
	display: none;
}

.events h1 {
	text-align: center;
}
.events h1 a {
	text-decoration: underline;
}
.events h1 a:hover {
	text-decoration: none;
}

.full-card {
	height: 100%;
}
.events .owl-carousel .owl-stage {
	display: flex;
}
.events .owl-item .item {
    height: 100%;
}


.filter-dates {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px 5px;
	list-style-type: none;
	margin: 0 0 40px;
}
.filter-dates li {
	padding: 5px 10px;
	line-height: 1;
	text-align: center;
	/* border: 1px dashed #999; */
    min-height: 46px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.filter-dates li:hover {
	background-color: #f1f1f1;
}
.filter-dates li strong {
	display: block;
	font-size: 1.1em;
}
.filter-dates li span {
	font-size: .9em;
}
.filter-dates li span.small {
	font-size: .7em;
}
.filter-dates li a {
	display: block;
	width: fit-content;
	color: #191919;
}
.filter-dates li.active {
	background-color: var(--bg-color);
	color: #fff;
}
.filter-dates li.active a {
	color: #fff;
}
.filter-dates li:not(.active) a:hover {
	text-decoration: underline;
}
.big-date-filter {
	font-size: 24px;
	font-weight: bold;
}

.footer-top .row {
	align-items: center;
}
.site-footer .footer-top .copyright {
	line-height: normal;
}
.agree-link {
	display: block;
	width: fit-content;
	margin: 10px 0 0 auto;
	color: #fff;
}
.agree-link:hover {
	color: inherit;
	text-decoration: underline;
}

.site-footer .footer-top .navbar-nav {
	flex-direction: row;
	gap: 5px;
}
.site-footer .footer-top .navbar-nav .menu-item {
	padding-right: 10px;
	margin-right: 5px;
	position: relative;
}
.site-footer .footer-top .navbar-nav .menu-item:not(:last-of-type)::after {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 4px;
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
}

/* .d-market {
	flex-basis: 100%;
} */

/* Account */
.filter-buttons {
    margin-bottom: 20px;
	display: flex;
	gap: 10px;
}
.filter-button {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

.filter-button.active {
    background-color: #191919;
    color: white;
}

[data-id="events-grid"]:empty {
	padding: 100px 0;
	background: #f1f1f1 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 150"><path fill="none" stroke="%23000000" stroke-width="15" stroke-linecap="round" stroke-dasharray="300 385" stroke-dashoffset="0" d="M275 75c0 31-27 50-50 50-58 0-92-100-150-100-28 0-50 22-50 50s23 50 50 50c58 0 92-100 150-100 24 0 50 19 50 50Z"><animate attributeName="stroke-dashoffset" calcMode="spline" dur="2" values="685;-685" keySplines="0 0 1 1" repeatCount="indefinite"></animate></path></svg>') no-repeat center / 100px;
}
.event-items {
	transition: opacity 0.3s;
}
.event-items:empty {
	opacity: 0;
}

.event-items > p {
	text-align: center;
	margin: 100px auto;
}

[data-name="_thumbnail_id"] .error {
	display: block !important;
}
/* Inner header */
.dlab-bnr-inr.dlab-bnr-inr-sm.no-image {
	height: auto;
}
.dlab-bnr-inr.no-image .text-white {
	color: var(--bg-color);
}
.dlab-bnr-inr.dlab-bnr-inr-sm.no-image .dlab-bnr-inr-entry {
	position: static;
}
.dlab-bnr-inr.no-image h1 {
	font-size: 45px;
	margin-top: 60px;
}

.header-account {
	color: #fff;
	font-size: 30px;
}

.event-header {
	background-color: var(--background-color);
	padding-bottom: 60px !important;
	position: relative;
}
.event-header * {
	color: var(--text-color);
}

.event-header a:hover {
	color: #fff;
	opacity: 0.8;
}
.single-event .event-header {
	padding-top: 20px;
}
.page-wraper:has( > div.fixed-ditty) .single-event .event-header {
	padding-top: 40px;
}

.dlab-post-meta a.btn {
	background-color: #fff;
	color: #191919;

}

.white-bg .event-header {
	background-color: #fff;
}
.white-bg .event-header * {
	color: #191919;
}
.white-bg .event-header a:hover {
	color: #191919;
}
.white-bg .event-header .dlab-post-meta i {
	color: #191919 !important;
}

.section-full.event-content {
	padding-top: 20px;
	position: relative;
	z-index: 2;
}
.lecture {
	padding-bottom: 40px;
}
.lecture .event-header {
	padding-top: 40px;
}
.editorial {
	display: block;
	width: 100%;
	height: 40px;
	max-height: 30px;
	margin: 0;
	z-index:5;
	bottom:100%;
	position:absolute;
	left:0px;
	float:left;
	display: none;
  }
.event-header .editorial {
	bottom: 0;
}
  .parallax1 > use {
	animation: move-forever1 10s linear infinite;
	fill: rgba(0, 0, 0, 1);
	/* fill: #FF4045; */
	&:nth-child(1) {
	  animation-delay: -2s;
	}
  }
  .parallax2 > use {
	animation: move-forever2 8s linear infinite;
	/* fill: rgba(0, 0, 0, 0.6); */
	fill: #ffb822;
	&:nth-child(1) {
	  animation-delay: -2s;
	}
  }
  .parallax3 > use {
	animation: move-forever3 6s linear infinite;
	/* fill: rgba(0, 0, 0, 0.6); */
	fill: #0100FE;
	&:nth-child(1) {
	  animation-delay: -2s;
	}
  }
  .parallax4 > use {
	animation: move-forever4 4s linear infinite;
	&:nth-child(1) {
	  animation-delay: -2s;
	}
  }
  @keyframes move-forever1 {
	0% {
	  transform: translate(85px, 0%);
	}
	100% {
	  transform: translate(-90px, 0%);
	}
  }
  @keyframes move-forever2 {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  @keyframes move-forever3 {
	0% {
	  transform: translate(85px, 0%);
	}
	100% {
	  transform: translate(-90px, 0%);
	}
  }
  @keyframes move-forever4 {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  

.is-draft {
	position: fixed !important;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	margin: 0 !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	z-index: 1100;
}
.buttons {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.menu {
	margin: 20px 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}
.menu .active {
	font-weight: 600;
}
.menu .logout a {
	color: red;
}

/* Forms */
.required label::after {
	content: "*";
	color: red;
	font-size: 24px;
	position: relative;
	left: 2px;
	top: 5px;
}
.errors {
	color: red;
}
.tml-links .tml-register-link {
	display: none;
	pointer-events: none;
}
.tml input[type="text"],
.tml input[type="email"],
.tml input[type="password"],
.tml select,
.tml textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.tml .tml-description {
	margin-top: -.8em;
	font-size: 1em;
}

#reg_passmail {
	font-weight: 600;
}

input[type="submit"],
button[type="submit"] {
	background-color: #191919;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

/* Events */
.blog-card,
.blog-card.bg-dark {
	--text-color: #fff;
	background-color: var(--background-color) !important;
	color: var(--text-color) !important;
}
.blog-card.bg-red {
	--text-color: #000;
}
.blog-card-media {
	overflow: hidden;
	flex-shrink: 0;
}
.blog-card-media img {
	transition: transform 0.3s;
	object-fit: cover;
	aspect-ratio: 1/1;
}
.blog-card:hover img {
	transform: scale(1.06);
}
.blog-card:hover .blog-slider-box img {
	transform: none;
}
.blog-card-media .blog-card-date {
	background-color: var(--background-color);
	color: var(--text-color);
}
.blog-card .blog-card-info {
	color: var(--text-color);
	height: 100%;
	display: flex;
    flex-direction: column;
}

.badges .blog-card-date {
	position: static !important;
	width: fit-content;
	margin-bottom: 20px;
	background-color: #fff;
	color: var(--background-color) !important;
}
.blog-card .blog-card-info .grow {
	flex-grow: 2;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}
.blog-card .blog-card-info .grow p {
	margin-bottom: 10px;
	line-height: 1.2;
}
.blog-card .blog-card-info .date {
	font-weight: 300;
}

.blog-card .blog-card-info ul,
.blog-card .blog-card-info p {
	opacity: 0.6;
	transition: opacity 0.3s;
}
/* .blog-card .blog-card-info h2 {
	opacity: 1;
} */

.blog-card:hover .blog-card-info ul,
.blog-card:hover .blog-card-info p {
	opacity: 1;
}

.blog-card-container {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.event-items .card-container {
	padding-right: 5px;
    padding-left: 5px;
	margin-bottom: 10px;
}
.row.event-items {
	margin-right: -5px;
    margin-left: -5px;
}

.single.single-location {
	padding-bottom: 0;
}
.section-full#location-map {
	padding: 0 !important;
	margin: 0 !important;
}
.section-full#location-map iframe {
	width: 100%;
	display: block;
}
.blog-card .blog-card-info {
	padding: 10px !important;
}

.blog-card-date.online {
	left: auto !important;
	right: 0;
	background-color: #498F2D !important;
	color: #fff !important;
}

.blog-slider-full .blog-slider-box img {
	object-fit: cover;
	aspect-ratio: 1/1;
}
.blog-slider-full .owl-nav .owl-prev, 
.blog-slider-full .owl-nav .owl-next {
	border-color: transparent !important;
	opacity: 0;
	mix-blend-mode: exclusion;
}
.blog-full-bx .blog-slider-full .owl-nav .owl-prev, 
.blog-full-bx .blog-slider-full .owl-nav .owl-next {
	opacity: 1;
}
.blog-card:hover .owl-nav .owl-prev,
.blog-card:hover .owl-nav .owl-next,
.event-images:hover .owl-nav .owl-prev,
.event-images:hover .owl-nav .owl-next {
	opacity: 1;
}
.blog-card .owl-nav .owl-prev {
	left: 0 !important;
}
.blog-card .owl-nav .owl-next {
	right: 0 !important;
}

.event-actions {
	padding: 5px;
	background-color: #f3f3f3;
}

.date-time {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.single-event h1 {
	margin-top: 0;
}
.single-event .section-full:last-child {
	margin-bottom: 0;
}
.event-images {
	position: relative;
}
.event-images .blog-card-date {
	left: 15px !important;
}
.event-images .blog-card-date.online {
	left: auto !important;
	right: 15px;
}

.event-header .wp-block-gallery img {
	object-fit: cover;
	aspect-ratio: 4/3;
}
.event-header .dlab-post-meta {
	color: #767676 !important;
}
.event-header .dlab-post-meta i {
	font-style: normal;
	color: var(--text-color) !important;
	opacity: 0.6;
	flex-shrink: 0;
}

.event-header .blog-card-media {
	background-color: transparent !important;
}
.single .dlab-post-text {
	padding-top: 30px;
}
.single .dlab-post-info .dlab-post-text {
	padding-top: 0;
}
.single .dlab-post-info {
	max-width: 700px;
}

.add-info.max-width {
	max-width: 80%;
	margin: 0 auto;
}
.add-info li {
	display: block !important;
	line-height: 1.1;
	margin-bottom: 5px;
}

.dlab-post-info {
	position: sticky !important;
	top: 70px;
}
.page-wraper:has( > div.fixed-ditty) .dlab-post-info,
.season-wrapper:has( > div.fixed-ditty) .dlab-post-info {
	top: 90px;
}
.thumb-col .wp-post-image,
.thumb-col .blog-slider-full {
	max-width: 700px;
	margin: 0 0 0 auto;
	display: block;
}
.pagination-bx {
	width: 100%;
}
.recent-events {
	padding-top: 50px !important;
}

/* Edit event */
/* .cfs_loop {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.cfs_loop .loop_wrapper {
	flex: 1 1 calc(33.333% - 10px);
} */
.edit-event .cfs_insert_field {
	display: none;
}

.edit-event form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.edit-event form .field {
	flex: 1 1 100%;
}
.edit-event form .field:not([data-type="loop"]):not(.cfs_file) {
	display: flex;
	flex-direction: column;
}
.edit-event form .field-extended_date,
.edit-event form .field-event_date,
.edit-event form .field-event_time_start,
.edit-event form .field-event_time_end {
	flex: 1 1 calc(50% - 20px);
}
.edit-event form .field .notes {
	order: 3;
}
.edit-event .btn-outline {
	color: #191919 !important;
	border: 2px solid #191919 !important;
	font-weight: 500;
	width: fit-content;
}
.edit-event .btn-outline:hover,
.edit-event .btn-outline:active {
	color: #fff !important;
	background-color: #191919 !important;
}
.edit-event .btn-outline.remove {
	color: #d9534f !important;
	border-color: #d9534f !important;
}
.edit-event .btn-outline.remove:hover {
	color: #fff !important;
	background-color: #d9534f !important;
}

.edit-event input[type="submit"] {
	margin-top: 30px;
}
.section-full {
	width: 100%;
}

.tml-action-dashboard .event-item {
	margin-bottom: 50px;
}

.partners {
	padding: 40px 0;
}
.partners h6 {
	border-bottom: 1px solid #ccc;
	margin: 20px 0 10px;
	font-size: 13px;
}
.partner-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.partner-item span {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.tml-description {
	font-size: .8em;
}

.extra-nav a {
	color: #b0b0b0;
}
.menu a {
	color: #191919;
}

.cta-main-holder {
	flex-grow: 2;
}
.cta-main-holder a.btn {
	background-color: #0100FE;
	font-weight: 700;
}
.page-template-page-full .wp-block-image {
	margin-bottom: 0;
}


.page-template-page-full .is-fixed .main-bar {
	position: relative;
}


/* Content */
.digits * {
	margin: 0 !important;
}
.digits p:first-child {
	position: relative;
	top: 10px;
}

.wp-block-file__embed {
	height: calc(100vh - 100px) !important;
	display: block !important;
}

.section-full.nopadding {
	padding: 0;
}

/* Responsive */
@media screen and (max-width: 992px) {
	.intro-logo-holder {
		height: 40vh;
	}
	.intro-text-holder {
		height: 60vh;
		justify-content: center;
	}
	.agree-link {
		margin: 10px auto 0;
	}
	.site-footer .footer-top .navbar-nav {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.block-with-image .abs-image {
		position: static;
		width: 100%;
		margin-top: -50px;
		margin-bottom: 30px;
		max-height: 40vh;
	}
	.page-template-season .banner-top-info {
		padding: 40px 0 20px !important;
	}
	.is-draft {
		flex-direction: column;
	}
	.thumb-col {
		padding: 0 0 20px 0 !important;
	}
	.thumb-col .wp-post-image, .thumb-col .blog-slider-full {
		max-width: 100%;
		margin: 0;
	}
	a.back {
		margin-top: -10px;
	}
	.page-wraper:has( > div.fixed-ditty) a.back {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.ditty {
		font-size: 13px;
	}
}

@media only screen and (max-width: 576px) {
	.page-template-season .banner-top-info {
		padding: 40px 0 20px !important;
	}
	h1 {
		font-size: 28px !important;
		line-height: normal !important;
	}
	.big-date-filter {
		font-size: 20px;
	}
	.filter-button {
		font-size: 14px;
	}
	.dlab-post-info.blog-card-media {
		padding-bottom: 40px;
	}
	.editorial {
		max-height: 15px;
	}
	.event-header {
		padding-bottom: 10px !important;
	}
}

@media only screen and (max-width: 480px) {
	.cta-main-holder a.btn {
		font-size: 10px;
		padding: 10px;
	}
}