/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 00:16:37 */
@import url("https://use.typekit.net/mhe1vkg.css");

@font-face {
	font-family: 'Butler';
	src: url('/wp-content/themes/tcclub/assets/fonts/butler/Butler-ExtraBold.woff2') format('woff2'),
		url('/wp-content/themes/tcclub/assets/fonts/butler/Butler-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

p,li, body{
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Butler', serif;
	font-weight: 800;
}
h1 {
	font-size: 140px;
	line-height: 100%;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 35px;
}
a{
	outline: none;
}
header nav a{
	text-transform: uppercase;
	color: #3c3950 !important;
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-size: 17px;
}
header nav li:hover a{
	color: #7bb5bf !important;
	text-decoration: none;
}
p.large{
	font-size: 35px;
}
.site-container{
	margin-top:0;
	margin-bottom:0;
}
.btn{
	border-radius: 50px;
	border-style: solid;
	border-width:1px;
	cursor: pointer;
	min-width: 170px;
}
.btn a{
	padding: 5px 20px;
	background: none;
}
.white-btn, .white-btn:hover{
	border-color: white;
}
.dark-btn a{
	color: #666;
}
.dark-btn, .dark-btn:hover{
	border-color: #666;
}
.full-bg-hero{
	min-height: 90vh;
	background-size: cover;
	background-repeat: no-repeat;
}
.short-hero{
	min-height: 35vh;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
.full-bg-hero.home{
	background-image: url(/wp-content/uploads/2026/01/Terminal-City-Club-homepage.jpg);
	background-position: center;
}
.full-bg-hero.escape{
	background-image: url(/wp-content/uploads/2026/01/TCC_Home15.jpg);
	background-position: center;
	min-height: 70vh;
}
.full-bg-hero.do-it-here{
	background-image: url(/wp-content/uploads/2026/01/TCC_Benefits2.jpg);
	background-position: left bottom;
}
.full-bg-hero.host{
	background-image: url(/wp-content/uploads/2026/01/TCC_Host-scaled.jpg);
	background-position: right;
	min-height: 70vh;
}
.short-hero.benefits{
	background-image: url(/wp-content/uploads/2026/01/TCC_Benefits01.jpg);
	background-position: bottom;
}
.content-box{
	padding: 5em 2em;
	position: relative;
}
.w-100 img{
	width: 100%;
}
.content-box h1{
	position: absolute;
	top:-70px;
}
.content-box h1.pos-left-out{
	left:-30px;
}
.content-box h1.pos-left-in {
	left: 30px;
}
.content-box h1.pos-center {
	width: 100%;
	text-align: center;
}
}
.content-box h1.pos-right-in {
	right: 30px;
}
.content-box h1.pos-right-out {
	right: -30px;
}
.section{
	padding-top: 70px;
	padding-bottom: 70px;
}
.shift-content-up-5{
	margin-top: -150px;
}
.shift-content-up-6{
	margin-top: -200px;
}
.shift-content-up-2{
	margin-top: -40px;
}
.flex-col-between {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}



footer{
	margin-top:0;
}
footer .social-icon-wrapper .icon{
	background: white;
	display: inline-flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	margin-right: 7px;
	margin-top:0;
}
footer .social-icon-wrapper .icon a{
	color: black;
	padding-top:2px;
}
ul.no-style{
	list-style-type: none;
	padding-left: 0;
	margin:0;
}
.hover-card {
	position: relative;
	overflow: hidden;
}
/* Outer card */
.flip-card {
	position: relative;
	overflow: hidden;
	max-width: 400px;
	margin:0;
}

/* Inner wrapper */
.flip-card-inner {
	position: relative;
	min-height: 300px; /* adjust to match design */
}

/* Front side (default visible) */
.flip-card-front {
	position: relative;
	z-index: 2;
	background: white;
	padding: 1.5em;
}

/* Back side (hidden by default) */
.flip-card-back {
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	padding: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flip-card-back  figure{
	position: absolute;
	z-index: -1;
}
/* Hover behavior */
.flip-card--hover:hover .flip-card-back {
	opacity: 1;
	pointer-events: auto;
	margin:0;
}
.flip-card--hover:hover .flip-card-back > div{
	margin:0;
}
.flip-card--hover:hover .flip-card-front {
	opacity: 0;
	pointer-events: none;
}
.flip-card-inner,
.flip-card-front,
.flip-card-back {
	height: 100%;
}
.row-3-col{
	  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 120px;
	}
	.content-box h1 {
		top: -50px;
	}
	p.large{
		font-size: 27px;
	}
}
@media only screen and (max-width: 781px) {
	.row-3-col{
  grid-template-columns: repeat(1, 1fr);
}
	p.large{
		font-size: 20px;
	}
	.site-container{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.content-box{
		padding: 3em 1.5em;
	}
	.content-box h1 {
		top: -20px;
	}
	h1 {
		font-size: 50px;
	}
	h3 {
		font-size: 24px;
	}
	.content-box h1.pos-left-out {
		left: 0;
	}
	.hide-mobile{
		display: none !important;
	}
	.shift-content-up-5, .shift-content-up-6 {
		margin-top: -50px;
	}
	.mobile-left{
		text-align: left !important;
	}	
	.home-socialize-image img{
		min-height: 250px;
		object-fit: cover;
	}
	.full-bg-hero.host {
		background-image: none;
	}
	.full-bg-hero.home {
		background-position: top;
		background-size: contain;
	}
	.btn{
		min-width: 130px;
	}
	.btn a{
		padding: 5px;
	}
	/* Disable hover swap */
	.flip-card-front {
		opacity: 1 !important;
	}

	.flip-card-back {
		position: relative;
		opacity: 1;
		pointer-events: auto;
	}

}
