/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* gebruik de map css voor custom css*/

.avia-desc-col {
	width: 30%;
    background-color: #0d461d;
    color: #ffffff;
    text-transform: none;
    letter-spacing: normal;
}

.avia-table th, .avia-table td {
	border-color:#F3D335;
}
.avia-table td {
	background-color: #ffffff;
}

#magazijn img.avia_image {
    height: 236px;
    width: 315px;
    object-fit: cover;
    object-position: center;
}

.av-magazine-thumbnail, .news-thumb {
	display:none;
}
.av-magazine .av-magazine-title {
	text-decoration: underline;
}
.av-magazine .av-magazine-content-wrap {
	border-color: #c3b099;
}

.archive.category-nieuws .post-meta-infos .text-sep-date,
.archive.category-nieuws .post-meta-infos .blog-categories,
.archive.category-nieuws .post-meta-infos .text-sep-cat,
.archive.category-nieuws .post-meta-infos .blog-author {
	display:none !important;	
}


@media only screen and (max-width:767px) {
	.kj-activiteit-pictogram img {
		width: 50%;
	    text-align: center;
	    margin: auto;
	}
	.kj-activiteit-pictogram {
		margin-top: -130px !important;
		margin-bottom: -40px !important;
	}
}