/*
	Theme Name: Advifox
	Theme URI: http://advifox.nl
	Description: Advifox Theme
	Version: 1.1.0
	Author: Peter van Welzen
	Author URI: http://petervanwelzen.nl
	Tags: Blank, HTML5, CSS3

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

html {
	
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #686868;
	font-size: 15px;
	line-height: 24px;
}

ul {
	margin: 0;
	padding: 0;
}

#diensten ul {
    list-style-type: none;
    margin-left: 20px;
    padding: 0;
}

#diensten ul li {
	line-height: 30px;
}

#diensten ul li:before {
    color: #821c1c;
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 10px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.page_title h1 {
	color: #444444;
	font-family: "Open Sans";
	font-size: 36px;
    font-weight: 300;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

.page_title h1 {
	color: #444444;
	font-family: "Open Sans";
	font-size: 36px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.page_title h1:after {
    background: #bc0001 none repeat scroll 0 0;
}

.page_title h1:after {
    content: "";
    display: block;
    height: 1px;
    margin: 15px auto 20px;
    position: relative;
    width: 120px;
}

h2 {
    color: #444444;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    font-style: italic;
}

h2 strong {
	font-weight: 800;
	color: #323232;
	text-transform: uppercase;
}

h6 {
	color: #800000;
	font-weight: 600;
	font-size: 15px;
}

/*------------------------------------*\
    MAIN MENU
\*------------------------------------*/

.main_menu ul {
	display: block;
    float: right;
    padding-top: 10px;
    position: relative;
    z-index: 1001;
}

.main_menu ul li {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1000;
}

.main_menu ul li a:link, .main_menu ul li a:visited {
    color: #404040;
    display: inline-block;
    font: 700 14px/25px "Open Sans",Open Sans,Helvetica,Arial,sans-serif;
    height: 25px;
    margin: 0 10px;
    padding: 0 15px;
    position: relative;
    transition: all 0.2s linear 0s;
    z-index: 100;
    text-transform: uppercase;
    text-decoration: none;
}

.main_menu ul li a:hover span {
	border-bottom: 1px solid #bc0001;
    color: #bc0001;
    padding-bottom: 2px;
}

.main_menu ul > li.current > a span {
	border-bottom: 1px solid #bc0001;
    color: #bc0001;
    padding-bottom: 2px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.header_wrapper {
	background: rgba(255, 255, 255, 1);
	position: fixed;
    top: 0;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 4000;
    border-bottom: 3px solid #bc0001;
}

.header {
	padding-bottom: 15px;
    padding-top: 30px;
}

.logo {
	height: 70px;
}

.logo img {
	height: 100%;
	width: auto;
}

.main_menu .nav {
	position: relative;
	top: 35px;
}

.slideshow {
	margin-top: 115px;
	height: 500px;
	width: 100%;
}

.slideshow span {
	
}

.slideshow .caption {
	position: relative;
	top: 150px;
}

.slideshow h1 {
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	margin: 0;
	text-shadow: 1px 1px 5px #000;
}

.slideshow h2 {
	color: #fff;
	font-weight: 300;
	margin: 0;
	text-shadow: 1px 1px 5px #000;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.single_page {
	padding-top: 75px;
	padding-bottom: 75px;
}

.single_page a:link, .single_page a:visited {
	color: #800000;
	text-decoration: none;
}

.single_page ul {
	margin-left: 15px;
}

#diensten {
	background: #FBFBFB;
}

#opdrachtgevers {
	padding-bottom: 0;
}

#opdrachtgevers .splitter {
	border-bottom: 1px solid #EBEBEB;
	width: 50%;
	margin: 0px auto;
	margin-top: 75px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.logos {
	
}

.logos ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.logos ul li {
	display: inline-block;
	height: 100px;
	padding: 15px;
	text-align: center;
}

.logos ul li img {
	width: auto;
	height: 100%;
}

/*------------------------------------*\
	FORM
\*------------------------------------*/

.form-control {
	box-shadow: none;
	border: none;
	background: rgba(104, 104, 104, 0.5);
}

input[type="submit"] {
	background: #800000;
	color: #fff;
	border: none;
	padding: 5px 10px;
}

.form-control::-webkit-input-placeholder {
   color: #fff;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.form-control:-ms-input-placeholder {  
   color: #fff;  
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
