/*
Theme Name: Salarisadministratie Emmen
Theme URI: https://www.steemersict.nl
Template: twentytwelve
Author: Steemers ICT
Author URI: https://www.steemersict.nl
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Tags: light,gray,white,one-column,two-columns,right-sidebar,fluid-layout,responsive-layout,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready
Version: 1.9.1481233899
Updated: 2016-12-08 21:51:39

*/

header#masthead, .entry-header {
    display: none;
}
img.vc_single_image-img.attachment-full {
    box-shadow: none;
}
.se-header {
    height: 75px;
}
.header-belons {
    height: 100%;
}
/*Email & Tel Hyperlinks*/
a[href^="mailto:"]:before{  
    content: "\f0e0";
    margin-right: 10px;
    font-family: FontAwesome;
    font-weight: 100;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    text-align: center;
}

a[href^="tel:"]:before{
    content: "\f095";
    margin-right: 10px;
    font-family: FontAwesome;
    font-weight: 100;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    text-align: center;
}
.no-icon:before{
    content:''!important;
}
a.bel-schippers {
    background-image: url(../../uploads/2016/12/Asset-1.png);
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    height: 100px;
    width: 254px;
    max-width:100%;
    position: relative;
    margin-top: -10px;
    margin-right: 0;
    margin-left: auto;
}
a.bel-schippers span {
    position: absolute;
    left: 43%;
    top: 55px;
    font-size: 18px;
    font-family: "Open Sans";
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 51%;
}
.se-recaptcha .g-recaptcha div {
    max-width: 100%!important;
}
.footer-copyright a {
    text-decoration: none;
}

@media screen and (max-width: 850px) {
	a.bel-schippers span{
		top: 45px;
	}
}
@media screen and (max-width: 768px) {
	.se-header {
	    height: auto;
	    text-align: center;
	    display: inline-block;
	    width: 100%;
	    margin: auto!important;
	}
	.se-header div {
	    margin-bottom: 5px;
	}
	.se-header .vc_single_image-wrapper{
		width:100%;
		text-align: center;
	}
	.se-header .vc_single_image-wrapper>img{
		margin: 0 -80px 0 auto;
	}

	.se-header>div:nth-child(2) {
	    display: none;
	}
	.se-header vc_single_image-wrapper{
		width: 100%;
    	text-align: center;
    	padding-left: 65px;
	}
	.bel-schippers {
		margin: 0 auto!important;
	}
	a.bel-schippers span{
		top: 55px;
	}
	.slider{
		display: none;
	}
}