/*
 Theme Name:   Spreekbuis
 Theme URI:    https://spreekbuis.nl
 Description:  Spreekbuis thema
 Author:       CodeKitchen B.V.
 Author URI:   https://spreekbuis.eu
 Template:     mh-magazine
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  spreekbuis
*/

.text-center {
	text-align: center;
}

.button {
	display: inline-block;
	font-weight: 700;
	color: #fff;
	padding: 10px 15px;
	background: #e8655b;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border: 0;
	-webkit-appearance: none;
	vertical-align: middle;
	font-size: 12px;
}

.button:hover {
	background: #2a2a2a;
	color: #fff;
}

thead {
	background: #e8655b;
	color: #fFF;
	text-align: left;
}


.mh-copyright-wrap {
	line-height: 37px;
	padding: 20px 25px;
}
.mh-copyright {
	color: #FFF;
}
.mh-copyright-wrap nav > ul {
	margin: 0 auto;
	margin-right: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}

.mh-copyright-wrap nav > ul > li {
	display: inline-block;
	list-style: none;
	margin-left: 1.375rem;
}
.mh-copyright-wrap nav > ul > li:first-child {
	margin-left: 0;
}

.mh-copyright-wrap nav > ul a {
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
}

.mh-copyright-wrap nav > ul a:hover {
	text-decoration: underline;
}


.mh-container.mh-header-widget-1 .widget_media_image {
	text-align: center;
}

.widget_spreekbuis_quote blockquote {
	border: none;
	font-size: 14px;
	padding: 0 5px;
}

.widget_spreekbuis_quote footer {
	border-top: 1px solid #e8655b;
	display: inline-block;
	font-style: normal;
	margin-top: 10px;
	padding-top: 10px;
}
.widget_spreekbuis_quote cite {
	color: #000;
	font-weight: bold;
}

.widget_spreekbuis_vacatures li,
.widget_spreekbuis_mostread li {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #e5e5e5;
}

.widget_spreekbuis_vacatures li:first-child,
.widget_spreekbuis_mostread:first-child {
	padding-top: 0;
}

.agenda-day {
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.agenda-day h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.agenda-item {
	border-top: 1px solid #ccc;
	display: table;
	padding: 10px 0;
	width: 100%;
}
.agenda-item .time {
	display: table-cell;
	width: 5em;
	font-weight: bold;
	color: #999;
	letter-spacing: 2px;
	vertical-align: top;
}
.agenda-item .time span, .agenda-item .details strong {
	display: block;
}


@media screen and (max-width: 900px) {
	.widget_spreekbuis_partners [class*='mh-col-'] {
		float: left;
		width: 50%;
		margin: 0;
	}
}

@media screen and (max-width: 620px) {
	.mh-copyright-wrap img {
		margin: 10px 0;
	}

	.mh-copyright-wrap nav > ul {
		float: none;
		text-align: center;
	}
}


.darkmode {
	background: #000;
	color: #FFF;
}

.darkmode h1, .darkmode h2, .darkmode h3, .darkmode a {
	color: #FFF;
}

.first-col-item {
	clear: both;
	margin-left: 0;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mh-whatsapp span {
	background: #25D366;
}