/*
    Theme Name: Citra Lock - Bootstrap
    Theme URI: http://www.eenpotcreatief.nl
    Description: Custom Theme op basis van Bootstrap wireframe
    Version: 1.0
    Author: Jos Brocks
    Author URI: http://www.eenpotcreatief.nl/
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,700,700i');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
}
::-moz-selection { 
	background: #fbbc24; 
	color: #fff;
}  
::selection { 
	background: #fbbc24; 
	color: #fff;
}
body, html {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #444;  
}
main {
	padding-top: 170px;
	background-color: #fff;
	margin-bottom: 460px;
	box-shadow: 0px 10px 20px rgba(0,0,0, 0.3);
}
h2 {
	color: #444;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}
h3 {
	color: #444;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}
p {
	margin-bottom: 15px;
}
a:link {
	text-decoration: none;
	color: #fbbc24;
	transition:  all ease-in-out 0.3s;
}
a:hover {
	text-decoration: none;
	color: #d7a120;
	transition:  all ease-in-out 0.3s;
}
.container-fluid {
	padding: 0px;
}

/* === Viewport === */

.viewport_bt {
	opacity: 0;
	position: relative;
	bottom: -200px;
}
.viewport_bt.visible {
	opacity: 1;
	bottom: 0px;
	transition:  all ease-in-out 0.8s;
}
.viewport_lr {
	opacity: 0;
	position: relative;
	left: -200px;
}
.viewport_lr.visible {
	opacity: 1;
	left: 0px;
	transition:  all ease-in-out 0.8s;
}
.viewport_rl {
	opacity: 0;
	position: relative;
	right: -200px;
}
.viewport_rl.visible {
	opacity: 1;
	right: 0px;
	transition:  all ease-in-out 0.8s;
}

/* === Buttons === */

input[type="button"],
.btn {
    transition: all ease-in-out 0.3s;
	font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 15px 30px;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, .15) !important;
    border: none;
}
input[type="button"]:hover,
.btn:hover {
    transition:  all ease-in-out 0.3s;
    color: #fff;
    background-color: rgba(0, 0, 0, .35) !important;
}

/* === Footer === */

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.footer {
	background-image: url(images/footer-ak.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 20px;
	line-height: 34px;
}
.footer a:link {
	color: #fff;
}
.footer a:hover {
	color: #b8d6f1;
}
.footer .logo {
	background-image: url(images/logo-dirinco.svg);
	height: 200px;
	width: 100%;
	max-width: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.footer p {
	color: #fff;
}
.footer .dev {
	text-align: right;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .social {
	padding-top: 15px;
	padding-bottom: 30px;
}
.footer .social ul {
	list-style-type: none;
	float: left;
}
.footer .social ul li {
	float: left;
}
.footer .social ul li span {
	transition:  all ease-in-out 0.3s;
	display: inline-block;
	background-position: center center;
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-color: #003773;
	border-radius: 3px;
	height: 40px;
	width: 40px;
	margin-right: 10px;
	opacity: 0.3;
}
.footer .social ul li span:hover {
	transition:  all ease-in-out 0.3s;
	opacity: 1;
}
.social .facebook {
	background-image: url(images/ico-facebook.svg);
}
.social .linkedin {
	background-image: url(images/ico-linkedin.svg);
}
.social .twitter {
	background-image: url(images/ico-twitter.svg);
}
.social .youtube {
	background-image: url(images/ico-youtube.svg);
}

/* --- Header --- */

header {
	height: 170px;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0, 0.08);
    z-index: 999;
    background: #fff;
}
header.smaller {
	height: 100px;
}
header .logo {
	background-image: url(images/logo.svg);
    height: 200px;
    width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 97%;
    position: relative;
}
header.smaller .logo {
	height: 120px;
	background-size: auto 100%;
}

	/* --- Language select --- */

	.wpml-ls-legacy-dropdown {
		width: 200px;
		padding:  15px;
		position: relative;
		z-index: 9999;
		margin-top: 9px;
		float: right;
	}
	.wpml-ls-legacy-dropdown ul {
		background-color: #fff !important;
		border-radius: 5px;
	}
	.wpml-ls-legacy-dropdown ul li {
		padding:  0px !important;
	}

	.wpml-ls-legacy-dropdown ul li a {
		padding:  13px 15px !important;
		background-color: transparent;
		border:  none;
		color: #024289;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		border-top: none;
	}
	.wpml-ls-legacy-dropdown ul li.wpml-ls-current-language,
	.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
	.wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
		background: #f5f5f5;
	}
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
		content: "";
		display: inline-block;
		width: 15px;
		height: 15px;
		background-image: url(images/arrow-down-blue.svg);
		background-position: center center;
		background-size: 100% auto;
		background-repeat: no-repeat;
		border: none !important;
		top: 15px;
	}
	

	/* --- Mainmenu --- */

	.nav>li>a:focus, .nav>li>a:hover {
		background: none;
	}

	.mainmenu {
		transition: all ease-in-out 0.3s;
		display: inline-block;
		float: right;
		margin-top: 20px;
	}
	.mainmenu ul {
		list-style-type: none;
		float: right;
	}
	.mainmenu ul li {
		float: left;
	}
	.mainmenu ul li a {
		font-size: 19px;
		font-weight: 600;
		color: #024289;
		text-decoration: none;
		transition:  all ease-in-out 0.3s;
	}
	.mainmenu .current-menu-item a,
	.mainmenu ul li:hover a,
	.mainmenu ul li.active a {
		color: #fbbc24;
		background-color: transparent;
		cursor: pointer;
	}
	.mainmenu ul li.menu-item-has-children {
		position: relative;
	}
	.mainmenu ul li.menu-item-has-children:after {
		content: "";
		display: inline-block;
		width: 15px;
		height: 15px;
		background-image: url(images/arrow-down-white.svg);
		background-position: center center;
		background-size: 100% auto;
		background-repeat: no-repeat;
		top: 0px;
		right: 20px;
		float: right;
		position: absolute;
	}

	/* --- Submenu --- */


	.nav > li:hover .sub-menu  {
		display: block;
	}
	ul.sub-menu {
		transition: all ease-in-out 0.3s;
		background: #fff;
		list-style-type: none;
		display: none;
		min-width: 260px;
		position: absolute;
		z-index: 999;
		margin-top: 0px;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0px 0px 20px rgba(0,0,0, 0.08);
	}
	ul.sub-menu li {
		transition: all ease-in-out 0.2s;
		padding: 0;
		width: 100%;
	}
	ul.sub-menu li a {
		transition: all ease-in-out 0.2s;
		display: block;
		width: 100%;
		height: inherit;
		padding: 0 0 10px;
		float: left;
		font-weight: 400;
		color: #024289 !important;
	}
	.current_page_parent a,
	ul.sub-menu li.current-menu-item a,
	ul.sub-menu li a:hover {
		transition: all ease-in-out 0.2s;
		color: #fbbc24 !important;
		cursor: pointer;
	}



/* --- Offcanvas --- */

.navbar-toggle .icon-bar {
	background-color: #024289;
}

/* --- Swiper --- */

.swiper-container {
    width: 100%;
    height: 690px;
    background-image: url(images/swiper-ak.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide .images,
.swiper-slide .text {
	position: relative;
}
.swiper-slide .first_img {
	position: absolute;
}
.swiper-slide .first_img,
.swiper-slide .second_img {
	text-align: center;
}
.swiper-slide h1 {
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
    margin-bottom: 30px;
}
.swiper-slide p {
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	font-weight: 200;
	margin-bottom: 30px;
}
.swiper-slide .second_img img {
	max-height: 500px;
}

/* --- Home products --- */

.home_products {
	position: relative;
	top: -100px;
	background-color: #fff;
	z-index: 2;
	margin-bottom: -100px;
	padding: 30px;
}
.home_products .product {
	background-color: #fff;
	color: #444444;
	transition:  all ease-in-out 0.3s;
}
.home_products .product:hover {
	background-color: #fbbc24;
	color: #fff;
	transition:  all ease-in-out 0.3s;
}
.home_products .product .image_placeholder {
	transition:  all ease-in-out 0.3s;
	background-color: #f8f8f8;
	height: 255px;
	text-align: center;
	background-size: auto 80%;
	background-position: center center;
	background-repeat: no-repeat;
}
.home_products .product:hover .image_placeholder {
	transition:  all ease-in-out 0.5s;
	background-size: auto 90%;
}
.home_products .product .text {
	padding: 30px 30px 15px;
	display: inline-block;
}
.home_products .product h3 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #fbbc24;
	transition:  all ease-in-out 0.3s;
}
.home_products .product p {
	font-size: 18px;
	line-height: 23px;
	transition: all ease-in-out 0.3s;
    color: #999;
}
.home_products .product:hover h3,
.home_products .product:hover p {
	color: #fff;
}

/* --- Home : news --- */

.news {
	background-image: url(images/news-ak.jpg);
	background-position: center center;
	background-size: cover;
	padding: 60px 0 160px;
}
.news .info h2 {
	color: #fff;
}
.news .info p {
	font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 30px;
}
.news .news_item {
	margin-top: 75px;
}
.news .news_item h3,
.news .news_item h3 a {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 600;
	text-decoration: none;
	transition:  all ease-in-out 0.3s;
}
.news .news_item p {
	font-size: 20px;
	color: #fff;
}
.news .news_item .placeholder_colour {
	background-color: #99b4cc;
}
.news .news_item .image_placeholder {
	background-color: #fff;
	opacity: 1;
    height: 255px;
    text-align: center;
    background-size: auto 80%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.3s;
    margin-bottom: 30px;
}
.news .news_item .placeholder_colour:hover .image_placeholder {
	opacity: 0.6;
}
.news .news_item h3 a:hover {
	color: #99b4cc;
	transition:  all ease-in-out 0.3s;
}

/* --- News overview --- */

.news_overview .news-item {
	border-bottom: solid 1px #7caedb;
	padding: 30px 0;
}
.news_overview .news-item:nth-child(1) {
	padding-top: 0px;
}
.news_overview .news-item  h3 {
	color: #444;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

/* --- Dirinco footer --- */

.nf-form-fields-required {
	display: none;
}
.dirinco_footer {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	background-color: #fff;
	padding: 60px;
}

/* --- Formulieren --- */

.nf-field-element textarea,
.nf-field-element input {
	color: #444;
    background-color: #f5f5f5;
    border-radius: 30px;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 30px;
    max-width: 100%;
}
.nf-field-element  input[type="button"],
.nf-field-element  input[type="submit"] {
	width: auto;
	font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 40px;
    transition: all ease-in-out 0.3s;
    background-color: #7caedb;
    color: #fff;
}
.nf-field-element  input[type="submit"]:hover {
	background-color: #6f9bc3;
}
.nf-field-element ul li input {
	position: relative;
    bottom: -27px;
}
.nf-field-element ul li label {
	font-weight: 300;
    margin-left: 30px !important;
}
.label-above .nf-field-label {
	margin: 40px 0 -20px;
	font-size: 30px;
}

/* --- Single --- */

.page_banner {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 100px;
	background-image: url(images/news-ak.jpg);
}
.page_banner .image {
	text-align: center;
}
.page_banner .afb {
	position: relative;
	bottom: -100px;
	max-width: 100%;
	height: inherit;
}
.page_banner .text {
	padding-top: 100px;
	padding-bottom: 100px;
}
.page_banner h1 {
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}
.page_banner .sub_title {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}
.default .content .text {
	position: relative;
}
.default .content .text ul,
.default .content .text ol {
	margin-left: 30px;
	margin-bottom: 30px;
}
.default .content {
	margin-bottom: 100px;
}
.default .content p {
	font-size: 20px;
	font-weight: 300;
}

/* --- Sidebar --- */

.widget {
	background-color: #ffffff;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.widget > div,
.widget h3 {
	padding: 20px 30px;
}
.widget h3 {
	background-color: #7caedb;
	color: #fff;
	margin-bottom: 0px;
}
.widget ul,
.widget ol {
	list-style-type: none;
}
.widget ul li a:link,
.widget ul li a:visited {
	transition: all ease-in-out 0.3s;
	color: #024289;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 15px;
	display: inline-block;
}
.widget ul li.current-menu-item a,
.widget ul li a:hover {
	transition: all ease-in-out 0.3s;
	color: #fbbc24;
}

/* --- Submission form --- */

.nf-breadcrumbs {}
.nf-breadcrumbs li {
	display: inline-block;
	border: solid 1px #ededed;
}
.nf-breadcrumbs li a {
	display: inline-block;
	padding: 15px;
	margin: 0px !important;
	color: #333;
}
.nf-breadcrumbs li.active {
	border-bottom: solid 1px #fff;
}

/* --- Home : content above slider -- */

section.content {
	background-color: #fab824;
	padding: 15px 0;
}
section.content .col-12 {
	padding: 0 15px;
}
section.content p {
	margin-bottom: 0px;
}
section.content p a,
section.content p a:visited {
	color: #024289;
}