/*
 Theme Name:   Enfold Child Theme
 Theme URI:    
 Description:  
 Author:       
 Author URI:   http://trittsicher.ch
 Template:     enfold
 Version:      0.1.0
 Text Domain:  enfold-child
*/

/* admin bar */
#wpadminbar #wp-admin-bar-wp-logo,
#wpadminbar #wp-admin-bar-comments,
#wpadminbar #wp-admin-bar-new-content,
#wpadminbar #adminbarsearch {
	display: none;
}

/* navigation */
.page-item-165 ul {
}

/* headline */
h2.av-special-heading-tag {
	margin-bottom: 23px !important;
}
h2 + .special-heading-border {
	display: none;
}
h6.av-special-heading-tag {
	line-height: 1.4em;	
}
.av-special-heading-h6 + * {
	margin-top: -5px !important;
}



/* gallery */
#top div .avia-gallery img {
    border-width: 0;
    padding: 0 7px 7px 0;
}

/* slideshow */
@media only screen and (max-width: 767px)
{
	.avia-slideshow-dots {
		display: none;
	}
	.avia-caption-title {
		font-size: 15px !important;
		padding-left: 5px;	
	}
}
.slideshow_container.slide_container_small {
max-height: 216px !important;
overflow: hidden;
}

/* lightbox */
.mfp-title {
	display: none;	
}


/* accordion */
.togglecontainer section:last-child > div {
	margin-bottom: 30px;
	clear: both;	
}

/* icon list */
.avia-icon-list-container {
    margin-bottom: -10px;
}

/* tabs */
@media only screen and (min-width: 767px) {
.js_active .top_tab .tab {
    font-size: inherit;
    margin-top: -1px;
    border-bottom: 1px #e1e1e1 solid;
}
}

/* sponsors */
img.sponsors.gws {
    width: 200px;
    height: auto;
}
img.sponsors.ivbv {
    width: 80px;
    height: auto;
}