/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

.html_header_top #top .av_header_stretch .container {
	width: 1210px !important; 
}

.av-main-nav > li {
	width: 16.66%;
}

div .logo {
	z-index: 9999 !important;
}

.avia-button {
	background: #fdae37 !important;
	border-bottom-width: 0px !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	box-shadow: 0px 1px 1px 0px rgba(35,35,35,0.4);
}

#top .avia-button.avia-color-light {
	border: 3px solid #fdae37 !important;
}

.container_wrap {
	border-top-width: 0px !important;
}

#header .av-main-nav > li > a {
	background-color: #f5f5f5 !important;
}

#header_main_alternate {
	background-color: #f5f5f5 !important;
}

#iconbox-hide .iconbox_top .iconbox_icon {
	display: none !important;
}

#iconbox-hide .iconbox_top .iconbox_content {
	padding: 35px 35px 25px 35px !important;
	text-align: left !important;
}

.slideshow_align_caption br {
	display: none !important;
}

#header .widget {
  width: 1210px;
  left: 50%;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-50%);
  z-index: 999;
}

.avia_transform .av_slideshow_full .avia-caption-title {
	text-shadow: 1px 2px 15px #232323;
}

 .slideshow_caption {
	 width: 100% !important;
 }
 
.sticky_placeholder {
	display: none;
}
 
#sub_menu1 {
	display: none;
}

.opening-hours td{
	border: none !important;
	padding: 0;
	margin: 0;
	font-size: 1.25em !important;
}

@media (max-width: 1210px) { 
	#header .widget {
	  display: none;
	}
	
	div .logo {
		padding-left: 25px;
	}
}

@media (max-width: 768px) { 
	#sub_menu1 {
		display: block;
	}
	
	.sticky_placeholder {
		display: block;
	}
}