/******/
/*** GLOBAL ***/
/******/

a, a.button, .gform_footer input.gform_button, .gform_footer input.gform_button, input[type=password], form.post-password-form input[type=submit] {
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: all .2s ease-in-out, border .2s ease-in-out;
	-o-transition: all .2s ease-in-out, border .2s ease-in-out;
	transition: all .2s ease-in-out, border .2s ease-in-out;
}

ul, ol {
	padding-inline-start: 1.125rem;
	margin-block-start: 0;
}

.button-container {
	padding: 1.25rem 0 .875rem 0;
	gap: 1rem;
}

a.button {
	font-weight: 600;
	border-radius: .25rem;
	padding: .75rem 1.125rem .75rem 1.125rem;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: fit-content;
}

a.button:hover, nav a:hover, input[type=password]:hover, form.post-password-form input[type=submit]:hover, .gform_footer input.gform_button:hover, form.post-password-form input[type=submit]:hover {
	opacity: .6;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
	opacity: .6!important;
}

nav a {
	text-decoration: none;
}

nav ul, footer ul {
	padding-inline-start: 0!important;
	list-style-type: none;
	float: left;
	margin-block-end: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer ul {
	padding-inline-start: 0!important;
}

nav {
	margin-left: .75rem;
}

nav ul li, footer ul li {
	padding-right: 0;
	margin-block-start: 0;
}

.text-image img, .drinks img, .article__head img {
	border-radius: .5rem;
}

/* GRAVITY FORMS */

.ginput_container input[type=text], .ginput_container input[type=email], .ginput_container textarea.textarea {
	padding: .5rem!important;
	font-size: 1rem!important;
	min-height: 2rem!important;
}

.section-comments form textarea, .section-comments form input {
	padding: .5rem;!important;
	font-size: 1rem!important;
	border: none;
}

.gform_footer input.gform_button, input[type=password], form.post-password-form input[type=submit], .section-comments form input[type=submit] {
	font-size: 1rem!important;
	font-weight: 600!important;
	border-radius: .25rem!important;
	padding: .5rem!important;
}

.gform-theme--foundation .gfield textarea.medium, .section-comments form textarea {
	min-height: 8rem!important;
}

.section-comments form input:not(p.comment-form-cookies-consent input, .section-comments form input[type=submit]) {
	width: 100%;
}

.section-comments form textarea, .section-comments form input:not(p.comment-form-cookies-consent input) {
	max-width: calc(100% - 3rem);
	border-radius: .25rem;
}

.section-comments form label:not(p.comment-form-cookies-consent label, label.gform-field-label--type-inline) {
	width: 100%;
	float: left;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.page-id-91 .grecaptcha-badge {
    visibility: visible !important;
}

.gform-footer {
	display: flex;
    justify-content: center !important;
}

#gform_submit_button_2 {
	border: 2px solid var(--gray) !important;
	border-radius: 10px;
	padding: 1rem !important;
	background-color: var(--yellow)!important;
	color: var(--gray) !important;
}

.gform_button {
	font-family: "Unbounded", sans-serif !important;
}

/* BACKGROUND IMAGE TEXT */

.background-image-text {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: calc(100vh - 5rem);
}

.half-height {
	height: calc(50vh);
}

.background-image-text .grid-container-full {
	width: 100%!important;
	padding-left: 0;
	padding-right: 0;
	height: 90%;
	background: #000000;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.background-image-text .padding-equalize {
	height: 100%;
}

.background-image-text .padding-equalize > div {
	max-width: 64rem;
	text-align: center;
	padding-bottom: 5rem;
	left: auto !important;
	right: auto !important;
}

/* BLOG */

.truncate {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article__category {
	background-color: var(--yellow);
	color: var(--gray);
	font-weight: 700;
	width: fit-content;
	padding: .25rem .5rem;
}

.share-gap {
	gap: .5rem;
}

.blog-padding {
	padding-left: 1rem;
	padding-right: 1rem;
}

.page-numbers.current {
	color: var(--yellow);
}

.pagination a {
	text-decoration: none;
	color: inherit;
}

.pagination a:hover {
	color: var(--yellow);
}

.article__body {
	padding-top: 1rem;
}

.background-featured {
	position: relative;
	background-image: url('https://fer.tiltedchair.co/wp-content/uploads/2025/07/drinks-bg.webp');
	background-size: cover;
	background-position: center;
}

.background-featured::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.background-featured > * {
	position: relative;
	z-index: 2;
}


.article-gap {
	display: grid;
	gap: 0.5rem;
}

/* INSTA */

.sbi_feedtheme_header_text {
	color: var(--gray);
}

/* NEWSLETTER */

#gform_1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

/* TESTIMONIALS */

.testimonial {
	padding: 2rem;
	border-radius: 1rem;
}

.swiper-wrapper-container {
	position: relative;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.swiper-button-prev-custom {
	left: -0.5rem;
}

.swiper-button-next-custom {
	right: -0.5rem;
}

.swiper-pagination {
	padding-top: 1rem;
	position: static;
}

.swiper-pagination-bullet {
	background-color: var(--gray);
	opacity: 0.2;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

/* TEXT IMAGE */

.drink-info {
	font-family: "Unbounded", sans-serif;
	color: var(--yellow);
	font-weight: 700;
}

.image-auto img {
	width: auto;
}

@media screen and (max-width: 64rem) {
	.image-auto img {
		width: 100%;
	}
}

/* TEXT IMAGE INTRO */

.image-intro-padding {
	padding-left: 1.5rem;
}

/*TIK TOK */
.sb-feed-header-name, .sb-feed-header-username {
	color: var(--white) !important;
}

@media screen and (max-width: 47.9375rem) {
	
	.image-intro-padding {
		padding-right: 1.5rem;
	}
}


/* VIDEO */

.styleIt {
	width: 100%;
	margin: auto;
}

.lite-youtube-fallback, .styleIt > * {
	aspect-ratio: 16 / 9; /* matches YouTube player */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 1em;
	padding: 1em;
	background-color: black;
	color: var(--white);
	text-decoration: none;
	border-radius: .25rem;
	overflow: clip;
}

/* right-facing triangle "Play" icon */
.lite-youtube-fallback::before, .styleIt > *::before {
	display: block;
	content: '';
	border: solid transparent;
	border-width: 1rem 0 1rem 1.5rem;
}

.lite-youtube-fallback:hover::before, , .styleIt > *::before {
	border-left-color: var(--white);
}

.lite-youtube-fallback:focus, .styleIt > *:focus {
	outline: .125rem solid red;
}

@media screen and (min-width: 48rem) {
	
	
}

@media screen and (max-width: 47.9375rem) {
	
	.background-image-text .padding-equalize > div {
		padding-bottom: 1.5rem;
	}
	
	.text-image .text {
		margin-bottom: 1.5rem;
	}
	
}
