/*

Theme Name: CZK - X Child Theme
Author: Daniel Bobbert
Description: Extensions to the X theme (renew stack) for CZK.
Version: 1.0.0
Template: x

*/

/* Teaser image in the upper left */
.entry-ctc {
	width: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
    position: relative;
    border: 2px solid #e5e5e5;
    padding: 6px;
    background-color: #fff;
    float: left;
}

/* make icons in lists fixed width and centered */
li > i.x-icon {
	width: 1.5em;
    text-align: center;
}

/* Make search form overlay recognizable */
.x-searchform-overlay-inner {
	/*background-color: rgba(67, 79, 92, 0.5);*/
	background-color: rgba(228, 225, 207, 0.5);
}

.x-searchform-overlay-inner .form-search input.search-query {
	background-color: white !important;
}

/* remove top margin if featured image is in a column */
.x-column .entry-featured {
	margin-top: 0;
}

@media (max-width: 767px) {
	.x-column.x-sm:not(:last-child) {
		margin-bottom: 20px;
	}
}

/* Improve mini button padding */
.x-btn.x-btn-mini.x-btn-flat {
	padding: 0.538em 0.923em;
}

ul.p-meta.unstyled li {
	margin: 5px 0;
}

.ctfw-google-map {
    height: 300px;
}

.x-btn.x-btn-mini.x-btn-flat {
	font-weight: bold
}

.x-btn-blue {
	background-color: #215d99 !important;
	border-color: #0c3356 !important;
	color: white !important;
}

.x-btn-darkgray {
	background-color: #434f5b !important;
	border-color: #434f5b !important;
	color: white !important;
}

.x-btn-beige {
	background-color: #e4e1d0 !important;
	border-color: #e4e1d0 !important;
	color: #434f5b !important;
}

.x-btn > i.x-icon:only-child {
	margin: 0 !important;
	width: 1em;
}
