/***********

Archive page

************/

/*search bar - archive*/
.sz-search-bar input[type="search"],
.widget_search input[type="search"]{
    border-color:#99b320;
    border-radius: 0px;
    font-size: 14px;
    padding: 10px 10px;
    display: inline-block;
    float: left;
    height: 42px;
    width: 80%;
    margin-right: 20px;
	color: #99b320;

}
.widget_search button{
    color: #99b320;
    display: inline-block;
    float: left;
    width: calc(20% - 20px);
	border: 1px solid #99b320;
	background: white;
	transition: all 200ms linear;
}
.widget_search button:hover{
	color: white;
	background-color: #99b320;
	border: 1px solid #99b320;
}
.sz-producten .fl-module-content .fl-post-column{
	padding-bottom: 0px;
}
.sz-producten .fl-module-content .fl-post-grid-image{
	overflow: hidden;
	width: 100%;
	padding: 50%;
}
.sz-producten .fl-module-content .fl-post-grid-image img{
	transition: all 200ms ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
}
.sz-producten .fl-module-content .fl-post-grid-image a:hover img{
	width: 115%!important;
	max-width: 115%;
	height: auto;
	top: -15px;
	left: -15px;
}
@media only screen and (max-width:768px){
	.widget_search button{
		width: 100%;
		max-width: 200px;
		margin-top: 20px;
	}
	.sz-search-bar input[type="search"], .widget_search input[type="search"]{
		width: 100%;
	}
}
@media only screen and (max-width:500px){
		.widget_search button{
			width: 100%;
			max-width: 100%;
	}
}
@media only screen and (max-width:450px){
	.sz-producten .fl-module-content .fl-post-column{
		max-width: 440px;
		max-height: 490px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.sz-producten .fl-module-content .fl-post-grid-image a:hover img{
		top: -30px;
		left: -30px;
	}
}
.sz-archive .fl-post-grid-content p{
	font-size: 18px;
}
.sz-archive a.fl-post-grid-more{
	font-size: 18px;
	color: #99b320;
	background: none;
	border: 1px solid #99b320;
	padding: 10px 20px;
	transition: all 200ms linear;
	margin-top: 20px;
	margin-left: 30%;
}
@media only screen and (max-width:500px){
	.sz-archive a.fl-post-grid-more{
		margin-left: 30%;
	}
}
.sz-archive a.fl-post-grid-more:hover{
	color: #fff;
	background: #99b320;
}