/*
	Theme Name:   Bazuef
	Theme URI:    http://bazuef.1daywebsite.ch
	Description:  Child theme of Event
	Author:       Andrew F. Burton
	Author URI:   http://swissredesign.ch
	Template:     event
	Version:      1.0.0
	License:      GNU General Public License v2 or later
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html
	Tags:         user generated content, sticky headerbar, child theme, fukasawa
	Text Domain:  event
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	1.	General HTML elements
	2.	Nav Bar
	3.  Header (including text logo)
	4.  Allgemeine Styling-Anpassungen (Frontpage)
	5.	News & Single Post
	6.	Glossary
	7.	Form Styling CF7
	8.  Produktseite Basispaket - Booking Calendar
	9.  Salon Booking (Demoseiten)
	10.	Simply Schedule Appointments (Demo)
	11. Enfold-Beispiele
	12. WooCommerce
	13. Mobile Menu WP Responsive Menu
	14. Mediaqueries

----------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- */
/*	1. General HTML elements
/* -------------------------------------------------------------------------------- */
.slider-sub-title {
	display: none;
}
.slider-content .slider-title, .slider-content .slider-title a {
	color: #FFF;
}
.slider-buttons a:last-child {
	display: none;
}
.new-event-background {
    background-color: #268bcc;
}
.list-bg-box {
    background-color: #268bcc;
}
.is-sticky #sticky-header {
	background-color: rgba(255, 255, 255, 1);
}
.main-navigation a {
    color: #333 !important;
	font-size: 16px;
	line-height: 5;
}
/*.vp-filter__item:first-child {
	display: none;
}*/
.event-img img {
    min-height: 194px;
}
.portfolio-box {
    background-color: #268bcc;
}
.bazuef-gallery-title {
	color: #FFF;
	text-align: center;
	padding-bottom: 20px;
}
.box-title {
		text-align: center;
}
/*.list-nav li:hover button, .list-nav li.current button {
    background-color: #dc143c;
}*/
/* -------------------------------------------------------------------------------- */
/*	2. Nav Bar
/* -------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.schedule-list li p {
		display: block;
	}
	.list-nav {
		display: block;
		text-align: left;
	}	
	.list-bg-box {
		padding: 5px;
	}
}	
@media only screen and (max-width: 1024px) {
	.four-column {
		width: 50%;
	}
	.event-img img {
		min-height: 100px;
	}
	#sticky-header-sticky-wrapper {
		display: none;
	}
}	