/*
Theme Name:   Sorion
 Description:  Sorion template
 Author:       ob
 Author URI:   http://www.sorion.nl
 Theme URI:    http://www.sorion.nl
 Template:     twentytwelve
 Version:      1.0

*/

@import url("../twentytwelve/style.css");

.site-title {
	display:none;
}
body {
	color:#292468;
}

.entry-content img.pil {
	border-radius: 0px;
	box-shadow: none;
}
.col2 {
 float:left;width:50%;
}
. col2_last {
overflow:auto;
}
.gform_button.button {
	background: #ff9e00 !important;
    color: #fff !important;
}

.directaanvragen {
	display:none;
}

@media only screen and ( max-width: 479px ) {
.directaanvragen {
	display:block;
}
}