/*!
Theme Name: BTM
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: btm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BTM is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.case {
	padding-bottom: 8rem;
}

.case .connect__fltr2 {
	display: none;
}

.prog-embed .prog-list > * {
	margin-bottom: 0.625rem;
}

.facetwp-facet {
	margin-bottom: 0 !important;
}

.events__pagin .facetwp-load-more {
	margin-top: 3rem !important;
}

.facetwp-hidden {
	display: none !important;
}

.events__pagin {
	margin: 0 !important;
}

.stages__list li:nth-child(3n) .stages__vec {
	display: none;
}

.keys__list li .txt-def {
	overflow: visible !important;
	text-overflow: unset !important;
	height: auto !important;
	-webkit-line-clamp: unset !important;
}

.commit__box {
	cursor: pointer;
}

.hideBtn {
	display: none !important;
}

.thank__container {
	position: relative;
	z-index: 5;
}

.thank__body {
	position: relative;
	z-index: 22;
}

.thank__body * {
	position: relative;
	z-index: 2;
}

.thank__body:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(0.25rem);
	backdrop-filter: blur(0.25rem);
	border-radius: 4.375rem;
	z-index: 0;
}

.summit__tesis {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.summit__tesis ul {
	padding-left: 0.5rem;
}

.summit__tesis ul li {
	list-style: "◆";
	padding-left: 1rem;
}

.summit__tesis ul li::marker {
	color: var(--cl);
}

.summit__tesis ol {
	padding-left: 1rem;
}

.summit__tesis ol li {
	list-style: decimal;
	padding-left: 0.5rem;
}

.tickets__cards {
	justify-content: center;
}

.summit__tesis ul {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem 0px;
}

.evidence__desc ul li,
.evidence__desc ol li {
	margin-bottom: 0 !important;
}

.tickets__body.moreItems {
	gap: 2rem;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: inherit;
}

.tickets__body.moreItems .tickets__heading {
	padding-top: 0;
	text-align: center;
	width: 100%;
}

.tickets__body.moreItems .card-tickets {
	padding-top: 3rem;
	border-color: rgba(255, 255, 255, 0.1);
}

.tickets__body.moreItems .card-tickets:last-child {
	padding-top: 3rem;
	border-color: var(--cy);
}

.card-tickets {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tformat {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}

.footer-trnspr .footer {
	background-color: #FED0D5;
}

.thank__tl {
	line-height: 1 !important;
}

.isRequire input {
	border-color: red !important;
}

@media screen and (min-width: 961px) {
	.hideDesc {
		display: none !important;
	}
	.thank__body {
		margin-top: 3rem;
	}
	.moreItemsDesc {
		top: 2rem !important;
	}
}

@media screen and (max-width: 960px) {
	.events__pagin .facetwp-load-more {
		margin-top: 1.875rem !important;
	}
	.signup__form .tl3 {
		line-height: 1.2 !important;
	}
	.thank__body:before {
		display: none;
	}
	.program__info ul {
		display: flex;
		flex-direction: column;
		gap: 0.9375rem 0px;
	}
	.commit .commit__item:nth-child(5) {
		display: block !important;
		opacity: 1;
		visibility: visible;
	}
	.tickets__body.moreItems .card-tickets {
		padding-top: 1.25rem !important;
		border-color: var(--cy);
	}
	.tformat {
		font-size: 1.75rem;
		margin-bottom: 0;
	}
	.card-tickets__btns {
		margin-top: 1.5rem;
	}
}
