/*
Theme Name: icefyre
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.col-inner a {
	color: #aaddff;
}

.nav-uppercase > li > a {
	letter-spacing: .02em;
	text-transform: uppercase;
	font-weight: 400;
}

h1, h2, h3, h4, h5 { 
	font-weight: 400;
}

h2 {
	line-height: 1.2em;
}

/*h3 {
	text-transform: uppercase;
}*/

.dark h3 {
	color: #b52cc9;
	margin-top: -8px;
	margin-bottom: 20px;
	line-height: 1em;
}

.banner {
	background-color: #2c2c2c !important;
}

.header-bg-image, .header-bg-color {
	background-position: 50% -115px;
	transition: background .4s;
	background-size: 100%;
}

.bg-fill {
	background-size: auto !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50%;
}

.if_bg-fill .bg-fill {
	background-size: cover !important;
}

	@media only screen and (max-width: 768px) {
		.bg-fill {
			background-size: cover !important;
			background-repeat: no-repeat !important;
			background-position: 50% 50%;
		}

		.header-bg-image, .header-bg-color {
			background-position: top left;
			transition: background .4s;
			background-size: cover;
		}
	}


.if_footer {
	font-size: .7rem;
}

	.if_footer h5 {
		font-size: .9rem;
		color: #eee;
	}

	.if_footer li,
	.if_footer p {
		margin-bottom: 0;
	}

.hyphenate {
	text-align: justify;
}

	/* .hyphenate::first-letter {
		font-size: 25px;
		font-weight: 600;
		line-height: 1px;
		margin-right: 1px;
	} */

.bg-repeat {
	background-size: 100%;
	background-repeat: repeat;
}

h2 i {
	color: #b52cc9 !important;
}

.if_headline-icon {
	margin-top: -5px;
}

.foogallery .fg-caption {
	font-family: "Unica One", sans-serif;
}

.if_mitmachen-table td {
	font-size: 1em;
}

.if_number {
	font-family: "Abril Fatface", sans-serif;
	color: #ddd;
	font-size: 2em;
	position: relative;
	top: -4px;
}

.button {
	font-family: "Abril Fatface", sans-serif;
}


/* --- COUNTDOWN ---------- */

.shailan_CountdownWidget {
	margin-bottom: 0 !important;
}

.countdown_amount {
	font-family: "Unica One", sans-serif;
	font-size: 3.0em;
}

.countdown_section {
	border-right: 1px dotted #ddd;
	font-size: 1.5em;
}

	.countdown_section:last-child {
		border: none;
	}

.countdown_infolink {
	display: none !important;
}

b, strong {
    font-weight: inherit;
    font-weight: 600;
}


/* --- Buttons ---------- */

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #b52cc9;
}

input[type="image"] {
	opacity: .8;
	transition: all .4s ease-in-out;
}

	input[type="image"]:hover {
		opacity: 1;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
	}



h3 a {
	color: inherit !important;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}