/*
	Theme Name: Zubřan.cz
	Version: 1.0.0
	Description: Child theme pro Smart Mag vytvořil <a href="https://www.pavelkovar.cz/">Pavel Kovář</a>
	Author: Pavel Kovář
	Author URI: https://www.pavelkovar.cz
	Template: smart-mag
	Text Domain: bunyad
*/

@media (min-width: 1200px) {
	.wrap {
		width: 1170px;
	}
}

.tribe-events-list-widget .tribe-event-duration {
	margin-bottom: 10px;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
	margin-bottom: 10px;
}

.tribe-events-list-widget .tribe-events-widget-link {
	text-align: center;
}

.featured-grid .wp-post-image {
	width: 100%;
}

.post-content a.button {
	color: white;
}

.lower-foot .textwidget.custom-html-widget {
	width: 100%;
}

.footer-bottom-right {
	display: block;
}

@media (min-width: 768px) {
	.footer-bottom-right {
		float: right;
	}
}

@media (max-width: 799px) {
	.main-head .a-widget {
		text-align: center;
	}

	.has-mobile-head .main-head header.tech {
		display: block;
	}
}

.main-head .a-widget {
	width: 468px;
}

@media (min-width: 800px) and (max-width: 950px) {
	.main-head .title {
		max-width: 255px;
	}
}

input,
textarea,
select {
	background: #ececec;
	border-color: #ccc !important;
}

input[type="submit"] {
	background: #19232d;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding: 7px 21px;
}

@media only screen and (max-width: 799px) {
	.has-mobile-head .top-bar {
		display: block !important;
	}

	.top-bar .menu {
		margin-bottom: 0 !important;
	}

	.top-bar .wrap {
		padding: 0 !important;
	}
}

.top-bar .search .query {
	border-right: none !important;
}