/*
Theme Name: Ice Box Skating Rink Theme
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: admin (cdivine@ibsinternet.com)
*/

/* Woohoo! Let's customize! */

:root {
  --icebox-header-height: 78px;
}



#header {
	padding: 0;
	width: 100%;
}
.header-icebox-wrapper {
	height: var(--icebox-header-height);
	padding: 0 30px;
	margin: 0 auto;

}

#header-icebox-bar {
	background: #1d3664;
	height: 50px;
}
#headerwrap {
	position: absolute;
	max-width: 90%;
	margin: 0 auto;
	border-radius: 0 0 20px 20px;
	background: white;
	color: black;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

#site-logo {
	position: absolute;
	margin: 0;
}

.navbar-wrapper {
	height: var(--icebox-header-height);
}

#main-nav li  {
	position: relative;
}
#main-nav li > .sub-menu {
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
}
#main-nav li > .sub-menu > li {
	border-bottom: 1px solid #1d3664;
}
#main-nav li > .sub-menu > li:last-child {
	border-bottom: 0px;
}
#main-nav li.menu-item-has-children {
	margin-right: 30px;
}
#main-nav li.menu-item-has-children::after {
	display: block;
	content: " ";
	background: url(/wp-content/uploads/2025/12/arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	width: 30px;
	height: 40px;
	right: -20px;
	top: 10%;
	font-size: 20pt;
	transition: color 0.2s ease-in-out;
	color: #1d3664;
	font-weight: bold;
}

.header-start-menu {
	float: right;
	margin: 0 30px 0 0;
	padding: 0;
}
.header-start-menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: white;
	text-align: right;
	vertical-align: middle;
}
.header-start-menu li a {
	color: white;
	font-weight: 900;
	font-family: Roboto;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 50px;
	line-height: 29px;
	text-decoration: none;
	padding-top: 10px;
	vertical-align: bottom;
}
#main-nav > li:last-child a {
	padding-right: 0px;
}

.row_inner {
	width: min(1360px,100%);
}


#footerwrap h1, 
#footerwrap h2, 
#footerwrap h3, 
#footerwrap h4, 
#footerwrap h5 {
  color: white
}


#header-icebox-bar {
	color:white;
	padding-left: 2em;
	display: flex;
}
#header-icebox-bar > span {
	line-height: 2.5em;
	flex: 8;
}
#header-icebox-bar ul {
	
}

@font-face {
    font-family: 'Alpha Flight';
    src: url('/wp-content/uploads/AFL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
}


.module-slider.slider-overlay .slide-content {
	background: none;
}
.module-slider.slider-overlay .slide-content .blackbox { 
	background: rgba(29, 54, 100, 0.77);
	padding: 10px;
	width: auto;
	min-width: 500px;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 100px;
}
.module-slider.slider-overlay .slide-content .blackbox h3 { 
	font-size: 30pt !important;
	color: white;
	font-style: italic;
}
.module-slider.slider-overlay .slide-content span {
	font-size: 18pt;
	display: block;
	color: white;
	font-style: italic;
}
.module-slider.slider-overlay .slide-content span.subtext {
	font-size: 0.9em;
	text-transform: uppercase;
	padding-top: 20px;
	font-style: normal;
}





.module-slider.slider-overlay .slide-content .bluebox { 
	background: rgba(0, 99, 175, 0.77);
	padding: 10px;
	width: auto;
	min-width: 500px;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 100px;
	position: relative;
	padding-bottom: 30px;
}
.module-slider.slider-overlay .slide-content .bluebox h3 { 
	font-size: 30pt !important;
	color: white;
	font-style: italic;
}
.module-slider.slider-overlay .slide-content span {
	font-size: 18pt;
	display: block;
	color: white;
	font-style: italic;
}
.module-slider.slider-overlay .slide-content span.subtext {
	font-size: 0.9em;
	text-transform: uppercase;
	padding-top: 20px;
	font-style: normal;
}

.module-slider.slider-overlay .slide-content span.button {
	display: inline-block;
	background: white;
	color: rgba(0, 99, 175, 1);
	position: absolute;
	bottom: -30px;
	padding: 10px;
  left: 50%;
  transform: translateX(-50%);
}


.social-icons {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1100px) {
	#headerwrap {
		position: static;
		max-width: 100%;
		width: 100%;
		left: 0;
		top: 0;
		transform: none;
	
	}
	body #header {
		padding: 0 !important;
		margin: 0 !important;
		max-width: 100%;

	}
	#header-icebox-bar {
		display: block;
		overflow: hidden;
		height: auto;
	}
	#header-icebox-bar span {
		display: block;
	}
	.header-start-menu {
		text-align: center;
		float: none;
	}
	.header-bar {
		text-align: center;
		width: 100%;
	}
	.module-slider.slider-overlay .slide-content .bluebox {
		margin-bottom: 0px;
		min-width: 100%;
	}
	.slide-content {
		position: static !important;
		padding: 0 !important;
		box-sizing: border-box;
	}
	.sidemenu-active {
		left: 0 !important;
	}
	body #menu-icon-close {
		display: none !important;
	}
	body.sidemenu-right #menu-icon-close {
		display: block !important;
		z-index: 9999999;
	}
	#main-nav li.menu-item-has-children::after {
		display: none;
	}
.header-start-menu li {
	border-left: none !important;
	display: inline-block !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	padding: 5px 20px !important;
}
.module-slider.slider-overlay .slide-content .bluebox h3 {
	font-size: 20pt !important;
}
.module-slider.slider-overlay .slide-content .bluebox  {
	padding: 10px 0 15px 0 !important;
}
.module-slider.slider-overlay .slide-content .bluebox span {
	line-height: 1.2em;
}
.module-slider.slider-overlay .slide-content span.button {
	position: static;
	transform: none;
	left: 0;
	margin-top: 20px;
}

.module-slider.slider-overlay .slide-content span.subtext {
	font-size: 12pt;
}

.menu-icon-inner {
color: white;
}
.header-icons {
	right: 10px !important;
}
}


#main-nav > li > ul {
  width: auto !important;
  white-space: nowrap;
  
}

#footerwrap {
  padding-bottom: 10px;
}
