@font-face {
	font-family: 'BLACKHAWK';
	src: url('./BLACKHAWK.ttf') format('truetype');
}

.blackhawk {
	font-family: 'BLACKHAWK';
}

a {
	text-decoration: none
}

.container-fluid {
	padding: 0px 80px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    transition: z-index 0.3s, box-shadow 0.3s;
}

header.scrolled {
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-row {
	padding: 20px 0px;
}

.logo img {
	width: 200px;
}

.header-headline {
	font-size: 24px;
	font-weight: bold;
}

.social-icons li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
    height: 50px;
	border: 2px solid #000;
	margin-top: 10px;
}

.social-icons li a i {
	font-size: 24px;
}

.hero {
	background: #bf5700;
	color: #FFF;
	text-align: center;
	margin-top: 120px;
	margin-bottom: -20px;
	position: relative;
	z-index: 100;
	padding: 30px 0px 60px;
}

.hero_image {
	margin-bottom: 50px;
}

.hero-sec-col {
	margin-top: -40px;
}

.hero_text {
	font-size: 1.2rem;
}

.hero_img_3 {
	width: 150px;
}

.hero-bottom {
	padding: 38px 0px;
	background: #000;
	color: #FFF;
	mask-image: url('/wp-content/uploads/2024/11/mask-group1.png');
	mask-size: contain;
	mask-position: bottom;
	mask-repeat: repeat-x;
	position: relative;
	z-index: 1;
}

.hero-bottom-text {
	font-size: 50px;
	font-weight: bold;
}

.hero-bottom img {
	width: 60px;
}

.media-player {
	padding: 20px 0px;
}

.media-player-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about-tto {
	padding: 38px 0px;
	/*
	mask-image: url('./images/Group 1.png');
	mask-size: cover;
	mask-position: top;
	mask-repeat: repeat-x;
	position: relative;
	z-index: 100;
	*/
	background-color: #000;
	color: #FFF;
}

.about-tto h1 {
	color: #bf5700;
}

.about-tto .responsive-iframe {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.65);
}

.other-pods h1 {
	margin-bottom: 20px;
}

.other-pods .primary {
	color: #bf5700;
}

.podcasts img {
	width: 200px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.65);
}

.btn-footer {
	border: 2px solid #C25F18;
	border-radius: 20px;
	color: #000000;
	padding: 6px 20px;
}

.btn-footer img {
	width: 25px;
}

.footer-menu li {
    position: relative;
}

.footer-menu li a {
    text-decoration: none;
    color: #333;
}

.footer-menu li.me-3 {
    margin-right: 15px;
}

.footer-links, .footer-links li a {
	font-size: 13px;
	color: #BEBEBE;
	text-transform: uppercase;
}

#teconsent {
	display: flex !important;
	align-items: center;
	gap: 8px;
}

#teconsent > *:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    font-size: 18px !important;
}

.modal {
	backdrop-filter: blur(10px);
}

.modal-title {
	flex-grow: 1;
	font-size: 26px;
}

.modal-header {
	height: 100px;
	background-color: #C25F18;
	text-align: center;
	color: #FFF;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
	background: none;
	border: 2px solid #C25F18;
	border-radius: 20px;
	color: #C25F18;
	padding: 8px 30px;
	text-transform: uppercase;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	background: #000;
	border-color: #000;
	color: #FFF;
}

input[type=button] {
	outline: none;
}

@media (max-width: 1200px) {
	.hero-sec-col {
		margin-top: -25px;
	}
	
	.hero_text {
		font-size: 1.1rem;
	}
	
	.hero_img_3 {
		width: 125px;
	}
}

@media (max-width: 1111px) {
	.hero {
		margin-top: 120px;
		margin-bottom: -15px;
	}
	
	.hero-sec-col {
		margin-top: -20px;
	}
	
	.hero_text {
		font-size: 1rem;
	}
	
	.hero_img_3 {
		width: 100px;
	}

	.hero-bottom {
		padding-top: 10px;
		padding-bottom: 10px;
		mask-size: cover;
	}

	.hero-bottom-row {
		padding: 24px 0px;
	}
	
	.hero-bottom-text {
    	font-size: 40px;
	}

	.hero-bottom img {
		width: 40px;
	}

	.about-tto {
		mask-size: cover;
	}
}

@media (max-width: 980px) {
	.hero-sec-col {
		margin-top: -15px;
	}
	
	.hero-text {
		font-size: .8rem;
	}
	
	.about-tto h1 {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 768px) {
	.header-row {
		gap: 14px;
	}

	.header-headline {
		font-size: 20px;
		margin-top: 10px;
	}

	.social-icons li a {
		width: 45px;
		height: 45px;
	}
	
	.hero {
		margin-top: 200px;
		padding: 0px 0px 20px;
	}
	
	.hero-sec-col {
		margin-top: -30px;
	}
	
	.hero_img_2 {
		margin-top: -50px;
	}
	
	.hero_text {
		font-size: 1.2rem;
	}
	
	.hero_img_3 {
		width: 150px;
	}
	
	.btn-footer {
		margin-bottom: 20px;
	}

}

@media (max-width: 601px) {
	header.scrolled {
		margin-top: 0;
	}
	
	.hero_text {
        font-size: .9rem;
    }
	
	.hero_img_3 {
		width: 125px;
	}
}

@media (max-width: 525px) {
	.container-fluid {
    	padding: 0px 45px;
	}

	.header-row {
		gap: 10px;
		padding: 20px 0px 10px;
	}

	.header-headline {
        font-size: 18px;
    }
	
	.hero-sec-col {
		margin-top: -20px;
	}
	
	.hero_text {
        font-size: .75rem;
    }

	.hero_img_3 {
		width: 100px;
	}

	.hero-bottom-row {
        padding: 30px 0px;
    }

    .hero-bottom-text {
	    font-size: 26px;
	}

	.hero-bottom-row ul li {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.hero-bottom img {
        width: 35px;
    }
}