.entry-title {font-size:15px;}
.vacancyHeader{background:#f2f2f2;padding:25px;margin-bottom:20px; float:left; width:100%;}
.vacancyApply { background: #ccc none repeat scroll 0 0; float: left; margin-top: 20px; padding: 25px; width: 100%;}
.vacancyHeader h1{border-bottom:1px solid #fff;padding-bottom:10px;margin-bottom:10px;color:#000;}
.vacancyDetails #submit{float:right;}
.single-vacancy h2{float:left;color:#000;margin:5px 0;padding-top:5px;font-weight:500;}
.clearfix{clear:both;}
.categorieList {  padding-left:0; }
.vacancyDetails p{margin:0px;padding: 0px 0px 10px;}
.type-vacancy{border-bottom:1px solid #bad80a; width:100%; padding:0 0 10px; margin-bottom:25px; }
.type-vacancy h4{margin:0px 0px 10px;}
.type-vacancy h2 a:hover{text-decoration:none !important;box-shadow:none;}
.type-vacancy h2{margin:0px;font-weight:500;}
.type-vacancy span{margin-bottom:10px;}
.vacancyApply label{float:left;width:50%;padding:3px  10px ; }
.vacancyApply label input{ padding: 0.3em; margin-top:7px;}
.vacancyApply label input[type="submit"]{ float:right}
.vacancyApply label textarea	{ height: 105px;  margin-top: 6px;}
.vacancyApply label:first-child{ float: left; width: 100%;}
.vacancyApply p{ float: left;padding: 0;width: 100%;}
.vacancyApply h2{ margin-left:10px;}
.vacancyApply label span{ font-weight:normal}
.vacancyApply div.wpcf7-validation-errors{ float:left; color:red;border:none;width:100%;margin:0px;   padding: 0 9px;}
.vacancyApply label{font-weight:normal;} 
.vacancyApply label:nth-child(8){ margin-top:-60px;}
.logo_opdrachtgever {max-width: 100%; margin: 20px 0px 20px 0px;}
.vacancyApply .wpcf7-form-control.wpcf7-submit {  float: right;
    margin-right: 10px;
    margin-top: 10px;}
div.wpcf7-mail-sent-ok{ border: medium none;
    color: green;
    float: left;
    font-weight: 500;
    margin: 0;
    padding: 0 9px;
    width: 100%;}
	.type-vacancy span,.vacancyHeader span{margin-right:15px;}
	
.prnt-btn {
    display: inline-block;
    float: right;
}
.vacancyDetails  ul {  margin:0 0 50px; }
.vacancyDetails ul li:before {  position:absolute; left:0; width:15px; height:15px; background:#bad80a; content:"";  top:5px; }
.vacancyDetails ul li { position:relative; padding-left:30px; margin-bottom:12px;  }
span.vno {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 15px;
}
.ajax-loader{display:none !important;}
/*.post-type-archive-vacancy h1{  background: #ccc none repeat scroll 0 0;
    float: left;
    margin-bottom: 10px;
    padding: 5px 20px;
    width: 100%;font-weight:500;}*/
	.wpcf7 {float:left;width:100%;}
.site-content-contain {display: inline-block;}
.categorieClass {  padding-right:20px; }
.categorieClass li {float:left;width:100%;margin-bottom:3px;}
.categorieClass li a{background:#091f3f; padding:8px 10px 8px 20px;border-radius:5px;float:left;width:100%;color:#fff;font-weight:700; font-size:15px; font-family:'Roboto Slab', serif; }
.categorieClass li a:hover{background:#bad80a;}
.categorieClass li.current-cat a{background:#bad80a;color:#091f3f;}
.sideData{margin:30px 0 0 0;padding:0px;}
.vacancy h4 {  font-size:28px; }

.navigation.pagination {
    margin-bottom: 33px;
    margin-top: 45px;
    padding-top: 0;
}
.navigation.pagination h2.screen-reader-text {  display:none; }
.nav-links .meta-nav.screen-reader-text {  display:none; }
.nav-links .page-numbers {
    border-radius: 0;
    color: #58585a;
    float: left;
    height: 26px;
	margin:0 2px;
    padding: 0;
    width: 26px;
	text-align: center;
}
    
.nav-links .page-numbers.current { background: transparent;color: #e7453a; border: #e7453a solid 1px; }
.nav-links .page-numbers.dots { background:transparent; color:#091f3f; border:0;}

.nav-links .next.page-numbers,
.nav-links .prev.page-numbers 
  {border:#e7453a solid 1px; background:#e7453a; }

  
  .nav-links .prev.page-numbers { background:#e7453a url(../img/arrow-left.png) center center no-repeat; width:26px; height:26px; font-size:0px;}
  .nav-links .next.page-numbers { background:#e7453a url(../img/arrow-right.png) center center no-repeat; width:26px; height:26px; font-size:0px;}
  
.sideBar .sideData { margin:30px 0; }
.sideBar .sideData ul {  margin-left:0; }
.sideBzar { padding-left:63px;  }
.sideBar .applyBtn { display:block; background:#091f3f; color:#fff; font-size:21px; font-family:'Roboto Slab', serif; font-weight:bold; padding:10px; text-align:center; border-radius:5px; margin:15px 0 30px;   }
.sideBar .applyBtn i { margin-left:8px; }
.vacancyApply {  background:none; padding:0; }
#tangram-frame {  border:0; min-height:300px; }
.vacancyApply hr { display:none; }
.vacancyApply h2 { padding:0; margin:0 0 30px;  }
.vacancyDetails  h2, .vacancyApply h2 { font-size:28px; font-weight:700; color:#091f3f;  }

a.applyBtn {
color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    border: solid;
    padding: 20px;
	transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
}
a:hover.applyBtn {
	background-color:#000;
	transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
}
.fancybox-iframe {
    padding: 30px;
}
.fancybox-content {
    max-width: 940px;
}
.vacancyDetail {  padding:1.5em 0; }
@media all and (min-width:993px)  and  (max-width:1024px) {
.categorieClass li a {  font-size:16px; }
}


@media all and (min-width:768px)  and  (max-width:992px) {
.categorieClass li a {  font-size:15px; }
.vacancy h4 { font-size:24px; }
}

@media all and (max-width:767px){ 
.categories {  overflow:hidden; margin-bottom:40px;  }
.categorieClass {  padding-right:0; }
.categorieList {  padding-left:15px; }
.type-vacancy {  padding:0 0 5px; margin-bottom:20px;  }
.sideBar {  clear:both; padding-left:15px;  }
#tangram-frame {  min-height:375px; }
.memberImg img { width:100%;   }
} 

@media all and (max-width:480px){ 
.categorieClass li a {  font-size:15px; }
.vacancy h4 { font-size:20px; }
.ourTeam .captionBox h6 {  font-size:20px; }
.type-vacancy img {
    display: none;
}
}

