/*
REAL COOKIE BANNER | https://devowl.io/...
================================================== */

a[href^="https://devowl.io"] { 
	display: none;
}


/*
BRT Font
================================================== */

@font-face {
	font-family:"brt";
    src: url('./fonts/brt-webfont.eot');
	src: url('./fonts/brt-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/brt-webfont.woff') format("woff"),
	url('./fonts/brt-webfont.ttf') format("truetype");
	font-weight:bold;
	font-style:condensed;
}


/* Define custom Font for Special Headline H1 */
.av-special-heading-tag, .avia-caption-title, div .slideshow_caption h2 {
	font-family:"brt";
	letter-spacing: 0.2em;
	text-transform:none;
	text-shadow: 2px 2px 5px rgba(0,0,0, 0.3);
	color:#c9d1c5;
}

.av-special-heading-tag, .avia-caption-title, div .slideshow_caption h2 {
	letter-spacing: 0.2em;
	text-transform:none;
	font-weight: bold;
	text-shadow: 2px 2px 5px rgba(0,0,0, 0.3);
	color:#c9d1c5;
}

/* Overwrite Text Transform Uppercase */
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
}


/*
FRONT Page (Coming Soon)
================================================== */

.avia-section.av-minimum-height .container .content {
    vertical-align: bottom;
}


/* COUNTER */

.av-countdown-time {
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
}

.main_color .av-default-style .av-countdown-cell-inner .av-countdown-time {
	color: #dc3b03;
}

/* FOOTER */

#socket .copyright {
	float: none;
}

#socket .container {
    text-align: center;
}

/*
FRONT Page 
================================================== */

/* Message Box */
.avia_message_box {
	margin: 0 0 70px 0;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #888888;
} 

div .avia_message_box .avia_message_box_title {    
	text-transform: uppercase;
}

.avia_message_box_content {
    text-transform: none;
}



/*
LATEST NEWS WIDGET 
================================================== */

.news-time { 
	display: none;
}

.image_size_widget .tweet-thumb img, .image_size_widget .news-thumb img {
	width: 36px;
	height: 36px;
}

.news-thumb { 
	padding: 0;
	min-width: 38px;
	min-height: 38px;
}


/*
MAGAZINE ELEMENT (Remove Date, Termine)
================================================== */

#top .av-magazine-time{ 
	display: none;
}


/*
LAYERSLIDER
================================================== */

html * div .avia-layerslider .ls-wp-container .ls-layer > *, body * div .avia-layerslider .ls-wp-container .ls-layer > *, #ls-global * div .avia-layerslider .ls-wp-container .ls-layer > * {
    line-height: 1.5em;
}



/*
All Mobile Sizes (devices and browser) 
================================================== */

@media only screen and (max-width: 767px) {

	
	/* Cart Show Quantity Fix | doesn't work yet !!! */
	.responsive table.shop_table .product-thumbnail{
		/*display: inherit;*/
	}
	
	.responsive .shop_table .product-quantity{
		display: inherit;
	}


}

@media only screen and (max-width: 1024px) {
	
	/* iOS Background Fix */
	.av-parallax {
		height: 100% !important;
	}
	
	/* iOS Menu 2 Mobile Fix */
	#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
	nav.main_menu { display: none; }
}








