/*!
Theme Name: Vision Investment
Theme URI: http://underscores.me/
Author: BROER & BROERS
Author URI: http://broerenbroers.nl
Description: Thema gemaakt voor Vision Investment Partners.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visioninvestment
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Vision Investment is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.inner{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 20px;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	color: #1d3361;
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #1d3361;
}
h1{
	font-size: 36px;
	text-transform: uppercase;
}

img {
	border: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.wpb_wrapper td{
	padding: 7px 10px;

}
.wpb_wrapper tr:nth-child(odd){
	background-color: #edeef3;

}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #7e7f80;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin: 0;
	padding: 0;
	line-height: 24px;
}

dfn, cite, em, i {
	font-style: italic;
	color: #1d3361;
}
p.playfair{
	font-family: 'Playfair Display', serif;
	color: #1d3361;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 3px;
	background: #1d3361;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #a6b1c7;
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 8px 10px;
	outline: none;
	background: none;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 150px;
}

span.your-name input, span.your-email input, span.tel-851 input, span.your-subject input{
	width: 49%;
}
span.your-name input, span.tel-851 input{
	float: left;
}
span.your-email input, span.your-subject input{
	float: right;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-area{
	height: 250px;
	background-image: url('http://visioninvestments.nl/wp-content/uploads/2017/09/vision-home-header2.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.site-branding{
	height: 70px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
}
.custom-logo{
	padding-top: 22px;
}
.language{
	float: right;
	padding-top: 19px;
}
.mltlngg-lang-switch-names > li > a, .mltlngg-lang-switch-names > li > a:active, .mltlngg-lang-switch-names > li > a:hover{
	color: #ffffff !important;
}
.mltlngg-lang-switch-names li, .mltlngg-lang-switch-names li > ul li{
	background: none!important;
	border: none !important;
}
body:not(.rtl) .mltlngg-lang-switch > li:after{
	border-color: #ffffff transparent !important;
}
.mltlngg_switcher ul ul{
	border: none !important;
	background: none !important;
}
.mltlngg-lang-switch-names li button{
	color: #ffffff;
}
h1.header-title{
	font-size: 26px;
	padding-top: 80px;
	color: #ffffff;
	letter-spacing: 2px;
	opacity: 0;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1d3361;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #1d3361;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
	color: #1d3361;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	margin-right: 25px;
}
.main-navigation a:hover, .current-menu-item a {
	border-bottom: 2px solid white;
	padding-bottom: 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#mySidenav .main-navigation a:hover, #mySidenav .current-menu-item a{
	border: none;
}

/*--------------------------------------------------------------
# SIDENAV
--------------------------------------------------------------*/
ul#Sidenav{
	margin: 0;
	padding: 0;
}
#sidenav-menu {
	float: left;
	display: none;
	height: 22px;
	cursor: pointer;
}
#sidenav-menu span
{
	display: block;
	width: 33px;
	height: 3px;
	margin-bottom: 6px;
	position: relative;

	background: #ffffff;
	border-radius: 3px;

	z-index: 1;

	transform-origin: 4px 0px;

	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,0.4),
	background 0.5s cubic-bezier(0.77,0.2,0.05,0.4),
	opacity 0.4s ease;
}

#sidenav-menu span:first-child
{
	transform-origin: 0% 0%;
}
#sidenav-menu span:nth-last-child(2)
{
	transform-origin: 0% 100%;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #1d3361;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 20px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 20px;
	box-shadow: rgba(0,0,0,0.3) 0 0 20px;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus, .sidenav li.current_page_item a{
	font-weight: 700;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 44px;
	margin-left: 50px;
}
.socialbuttonsidenav{
	position: absolute;
	bottom: 20px;
}
#mySidenav .fa-linkedin-square{
	left: 66px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 33px;}
	.sidenav a {font-size: 20px;}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

section.error-404{
	text-align: center;
	padding: 150px 0px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area{
	background-color: #1d3361;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	bottom: 0px;
	width: 100%;
}
.footer-left-area{
	float: left;
	width: 50%;
}
.footer-right-area{
	float: right;
	width: 50%;
}
footer ul li, footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
footer a{
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 768px){
	.centertext p, .centertext h2{
		text-align: center;
	}
}
@media (max-width: 768px){
	.header-area{
		height: 200px;
	}
	h1.header-title {
		font-size: 22px;
		padding-top: 45px;
	}
	.main-navigation{
		display: none;
	}
	#sidenav-menu{
		display: block;
	}
	.centertext p, .centertext h2{
		text-align: left;
	}
	.footer-left-area img{
		padding-top: 6px;
	}
}
@media (max-width: 500px){
	.custom-logo{
		width: 210px;
	}
	.site-branding{
		height: 60px;
	}
	#sidenav-menu{
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.language{
		position: absolute;
	}
	h1.header-title{
		padding-top: 75px;
	}
}







