/*
Theme Name:     Apples & Snakes
Theme URI:      n/a
Template:       kadence
Author:         The Digital Depot
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.kt-btn-has-svg-true {
	justify-content: space-between;
}

.footer-fullwidth img {
	width: 100vw;
}

.site-bottom-footer-wrap .site-container {
	padding: 0;
}

.hero-container {
	/* margin-left: 0px;
	padding: 1rem 2rem; */
}

.entry-hero-container-inner, .entry-hero-container-inner .hero-section-overlay {
	border-radius: 16px;
}

.entry-hero-container-inner .entry-header {
	/* justify-content: end; */
}

.block-event-meta .tickets_link {
	font-size: 17px !important;
	font-family: var(--global-heading-font-family);
	background-color: var(--global-palette2)
}

/* Large Display */
@media (min-width: 1025px) {
	.popup-drawer .drawer-inner {
		max-width: 650px;
	}
}

/* Mobile Display */
@media (max-width: 767px) {
	.mobile-header-button2 {
		display: none;
	}
}
