/*
Welkom bij aangepast CSS.

Om te zien hoe CSS in elkaar steekt, ga je naar http://wp.me/PEmnE-Bt
*/

body.layout-boxed #body-core, body.custom-background #body-core {
    max-width: 1170px;
    display: block;
    margin: 0 auto;
    border: 1px solid #bdbdbb;
}

body {
	background: rgba(0,0,0,0.5);
}
#hugeit-contact-wrapper_8 {
    width: 100%;
    background: rgba(209,183,43, 0.1);
}

/* Headings */
h1, h3 {
	color: #fff;
}

.services-builder.style1 .iconimage i.fa-inverse {
    color: #d22027;
    background: #d1b72b;
}


#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
	float: left;
	position: absolute;
	z-index: 9999;
	background: linear-gradient(-90deg,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.7) 100%);

	border-top: 1px solid #333;
	border-bottom: 1px solid #fff;
}

#intro .page-title {
	position: relative;
	color: #000000;
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

.site-title {
	color: #e5e5e5;
}

.site-description {
	color: #e5e5e5;
	font-size: 12px;
	line-height: 12px;
}

#sub-footer {
	background: linear-gradient(0deg,rgba(161,161,161,0.2) 40%,rgba(161,161,161,0.8) 100%);
	border-top: 1px solid #bdbdbb;
}

#footer {
	background: linear-gradient(0deg,rgba(161,161,161,0.8) 0%,rgba(34,34,34,0.2) 100%);
	border-top: 1px solid #bdbdbb;
	font-size: 12px;
	font-weight: 300;
	padding: 65px 10px 40px;
}

.blog-article {
	position: relative;
	background: rgba(0,0,0,0.3);
	background: rgba(0,0,0,0.3);
	margin-bottom: 50px;
}

#header .header-links > ul > li a,
#header-sticky .header-links > ul > li a {
	color: #fff;
	font-size: 15px;
	padding: 39px 20px;
}

#header {
	background: linear-gradient(-90deg,rgba(0,0,0,0.4) 60%,rgba(255,255,255,1) 100%);
}

#intro {
	padding: 25px 10px;
	border-top: 1px solid #bdbdbb;
	border-bottom: 1px solid #bdbdbb;
	background: linear-gradient(-90deg,rgba(0,0,0,0.4) 60%,rgba(255,255,255,1) 100%);
}

#section-home-inner {
    max-width: 1140px;
    margin: 30px auto 0;
	font-size: 14px;
}


#body-core {
	background: rgba(0,0,0,0.5);
	min-width: 320px;
}

body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: Raleway, Helvetica, Arial;
	font-size: 14px;
	line-height: 1.6;
	word-wrap: break-word;
}

#slider .featured-link a,
.thinkupslider-sc .featured-link a {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	padding: 4px 15px;
	background: none;
	border: 2px solid #FFF;
}

.blog-article .blog-title a {
    color: #fff;
}

.nav-previous a, .nav-next a {
    display: block;
    color: #FFF;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background: rgba(209,183,43,0.3);
}

.blog-article .entry-meta::after {
    content: '';
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    height: 0;
    width: 100px;
    border-bottom: 2px solid #d1b72b;
}

.column-1, .column-2, .column-3, .column-4, .column-5, .column-6 {
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	border-top: #fff;
}

.widget {
		padding: 10px;
	  font-size: 13px;
		background: rgba(189,189,187,0.2);
    line-height: 1.6;
}

.blog-style2 #content {
    background: rgba(0,0,0,0.1)
}