/*
Theme Name: Child Minimal Grid
Theme URI: https://thememattic.com/theme/minimal-grid
Author: Thememattic
Author URI: https://thememattic.com
Description: Child minimal grid is een child theme voor de Mediabank van Ercon
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: minimal-grid
Text Domain: child-minimal-grid
Tags: media,uploads,downloads

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------- */
a {
    color: #3d9b35
}
.log-out{
	max-width:200px;
	position:absolute;
	top:10px;
	right:30px;
	float:right;
}
.log-out a{
	font-size:13px;
	padding-top:5px;
	text-transform: uppercase;
	color:#000;
}
.log-out img{
	margin-top: -3px;
}
.site-content {
    padding-top: 5px;
}
.thememattic-breadcrumb{
	padding-left:15px;
}
.site-title a, .site-description {
    color: #FFF!important;
}
.site-title{
	text-align: center!important;
}
ul#primary-menu li.current-menu-item{
    background: #8bb18c!important;
	background-image:url(images/left-arrow.png)!important;
	background-position: right center!important;
    background-repeat: no-repeat!important;
	}
ul#primary-menu li {
    background: #bbd4bb;
}
ul#primary-menu li a{
    color: #FFF;
}
.menu-panel {
    background: #efffee;

}
.popup-search {
    background: rgb(220,239,217, 0.9);
}
.wpfd-content {
    position: relative;
    float: left;
    max-width:100%!important;
}
body.extended-menu .menu-panel{
	background: rgb(186,211,185);
background: linear-gradient(144deg, rgba(186,211,185,1) 0%, rgba(220,239,217,1) 100%);
}
.site-content{
	padding-left:0px;
	padding-right:0px;
}
.container,.entry-title,.site-copyright,.footer-widget-area, .content-inner-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 100%!important;
	}
@media only screen and (max-width: 991px){
.container {
    width: 100%!important;
	}
}