/*!
Theme Name: oceannet
Author: compar
Version: 1.2.2
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: oceannet
*/

/* Fonts */

@font-face {
	font-family: 'Open Sans';
	src: url('inc/fonts/OpenSans/OpenSans-Regular.ttf')  format('truetype');
}

/* Main */

body {
	margin: 0;
	font-family: 'Open Sans';
    font-size: 18px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;
	font-weight: 500;
}
h1 {
	font-size: 50px;
	line-height: 1;
}
h3 {
	margin: 6px 0;
}
p {
	margin: .6em 0;
	line-height: 30px;
}
a {
	color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s ease;
}
a:hover {
    color: #385C72;
    text-decoration: underline;
}

img {
	height: auto;
}
img.alignright {
	float: right;
}

.page-wrapper {
	width: 100%;
	max-width: 1080px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

#primary {
	overflow: hidden;
}

/* Header */

header.site-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 70px;
    padding-top: 70px;
}
header.site-header .inner-header {
	display: flex;
	justify-content: space-between;
	background-color: #FFED00;
	position: relative;
	padding: 10px 55px;
	height: 50px;
}
header.site-header .site-branding {
	position: relative;
	top: -33px;
}
header.site-header .site-branding:after {
    content: "";
    position: absolute;
    right: -19px;
    top: -19px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    z-index: -1;
    background-color: #FFED00;
}

/* Navigation menu */

nav#site-navigation .menu {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 7px 0;
	list-style: none;
}
nav#site-navigation .menu a {
	color: #000;
/*	font-family: Lato;*/
	text-decoration: none;
	padding: 12px 20px;
	transition: all .3s ease;
}
nav#site-navigation .menu .wpml-ls-item a {
	padding: 12px 4px;
}
nav#site-navigation .menu a:hover {
	color: #fff;
}
nav#site-navigation .menu .menu-item-home a {
	font-size: 0;
	padding: 0;
}
nav#site-navigation .menu .menu-item-home a:before {
	content: url('images/home-bttn.png');
	transition: all .3s ease;
}
nav#site-navigation .menu .menu-item-home a:hover:before {
	filter: invert(1);
}

.mobile-button {
	display: none;
	width: 40px;
	cursor: pointer;
}
.mobile-button .one,
.mobile-button .two,
.mobile-button .three {
    width: 100%;
    height: 7px;
    background: #000;
    margin: 5px auto;
    border-radius: 10px;
}
.mobile-menu {
	position: absolute;
	top: 100%;
	right: 0;
	width: 175px;
	max-width: 100%;
	max-height: 0px;
	overflow: hidden;
	transition: all .6s ease;
	background-color: #ffed00;
	box-shadow: 0 15px 30px -30px #000 inset;
}
.mobile-menu .menu {
	list-style: none;
	padding: 0;
	padding-bottom: 20px;
	margin: 10px;
}
.mobile-menu .menu a {
	color: #000;
	padding: 2px 20px;
	display: inline-block;
	transition: all .3s ease;
}
.mobile-menu .menu a:hover {
	color: #fff;
}

/* Banner */

.banner {
    background-color: #efefef;
    position: relative;
    max-width: 100%;
    min-height: 140px;
    max-height: 80vh;
    overflow: hidden;
    margin-bottom: 60px;
}
.home .banner {
	max-height: 80vh;
}
.banner img {
    height: auto;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    display: block;
}

/* Layouts */

.title {
	margin-bottom: 30px;
}
.title h1 {
    margin: 0;
}

.two_column_layout {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.two_column_layout .col {
    flex: 1 1 50%;
    box-sizing: border-box;
    min-width: 250px;
    padding: 0 20px;
}
.two_column_layout .col.left {
	flex: 1 1 60%;
	padding-left: 0;
}
.two_column_layout .col.right {
	flex: 1 1 40%;
	padding-right: 0;
}

.single_column_layout {
	margin-bottom: 60px;
}
.single_column_layout p a,
.two_column_layout p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	transition: all .3s ease;
}
.single_column_layout a:hover,
.two_column_layout a:hover {
	color: #385C72;
	text-decoration: underline;
}
.single_column_layout p a.btn,
.two_column_layout p a.btn {
	display: inline-block;
	color: #000;
	font-size: 18px;
	padding: 8px 30px;
	margin: 10px 0;
	background-color: #FFED00;
	border-radius: 8px;
	text-decoration: none;
	transition: all .3s ease;
}
.single_column_layout p a.btn:hover,
.two_column_layout p a.btn:hover {
	color: #fff;
}

.banner_layout {
	width: 100%;
	margin-bottom: 60px;
}
.banner_layout .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    align-items: center;
    justify-content: center;
}
.banner_layout .left {
	flex: 1 1 33.333%;
	min-width: 300px;
	margin: 10px 0;
}
.banner_layout .right {
	flex: 1 1 66.666%;
	min-width: 250px;
    font-size: 0;
}
.banner_layout img {
	max-width: 100%;
	height: auto;
}

.image_banner_layout {
    background-color: #efefef;
    width: 100%;
    height: 500px;
    max-height: 80vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	margin-bottom: 60px;
}

.folding_text_layout {
	position: relative;
	padding-bottom: 80px;
}
.folding_text_layout:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 150px;
    left: 55%;
    width: 707px;
    height: 707px;
    max-width: 80vw;
    max-height: 80vw;
    background-image: url("images/pijltjes.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}
.folding_text_layout.alt:after {
	top: 250px;
}
.folding_text_layout .title-wrapper {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: #FFED00;
}
.folding_text_layout .title {
	display: flex;
	align-items: flex-end;
    margin-top: 0;
}
.folding_text_layout .title h1 {
	margin-top: 10px;
	margin-left: 30px;
}
.folding_text_layout .content {
	position: relative;
	margin: 0 30px;
	max-height: 390px;
	max-width: 750px;
	overflow: hidden;
	transition: all .6s ease;
	z-index: 0;
}
.folding_text_layout .content:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
	width: 100%;
	height: 220px;
	opacity: 1;
	transition: all .6s ease;
}
.folding_text_layout .content.open {
	max-height: 2000px;
}
.folding_text_layout .content.open:after {
	opacity: 0;
}
.folding_text_layout .toggle-button button {
    margin-left: 66.666%;
    display: block;
    background: none;
    outline: none;
    border: 1px solid #000;
    min-width: 150px;
    text-align: left;
    padding: 8px 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease;
}
.folding_text_layout .toggle-button button:hover {
	background-color: #e5e5e5;
}

.team_layout {
	margin-bottom: 60px;
}
.team_layout .medewerkers {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.team_layout .medewerkers .medewerker {
    width: 25%;
    min-width: 175px;
    flex: 0 0 25%;
	margin-bottom: 50px;
}
.team_layout .medewerkers .medewerker img {
	border: solid 2px #FFED00;
}
.team_layout .medewerkers .medewerker .name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 4px 0;
}
.team_layout .medewerkers .medewerker p {
    font-size: 13px;
    margin: 0 0 4px 0;
    line-height: 1.5;
}
.team_layout .medewerkers .medewerker p.function {
    margin-bottom: 20px;
}
.team_layout .medewerkers .medewerker p strong {
	display: inline-block;
	min-width: 15px;
}
.team_layout .medewerkers .medewerker a {
	color: #000;
	text-decoration: none;
}
.team_layout .medewerkers .medewerker a:hover {
	text-decoration: underline;
}

/* Gallery */

.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery .gallery-item {
	flex: 1 1;
	min-width: 158px;
}
.gallery .gallery-item .gallery-icon img {
	display: block;
	border: 2px solid #ddd;
	padding: 1px;
}
.gallery-columns-9 .gallery-item {
	flex: 1 1 11.111%;
}
.gallery-columns-8 .gallery-item {
	flex: 1 1 12.5%;
}
.gallery-columns-7 .gallery-item {
	flex: 1 1 14.285%;
}
.gallery-columns-6 .gallery-item {
	flex: 1 1 16.666%;
}
.gallery-columns-5 .gallery-item {
	flex: 1 1 20%;
}
.gallery-columns-4 .gallery-item {
	flex: 1 1 25%;
}
.gallery-columns-3 .gallery-item {
	flex: 1 1 33.333%;
}
.gallery-columns-2 .gallery-item {
	flex: 1 1 50%;
}
.gallery-columns-1 .gallery-item {
	flex: 1 1 100%;
}

/* Contact */

.wpcf7-form-control {
	font-family: 'Open Sans';
    padding: 10px 25px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}

.wpcf7-form-control.wpcf7-submit {
	max-width: 150px;
	border: none;
	background-color: #FFED00;
}

/* Default */

.default {
	position: relative;
}
.default:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 150px;
	left: 50%;
	width: 707px;
	height: 707px;
    max-width: 80vw;
    max-height: 80vw;
	background-image: url("images/pijltjes.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events: none;
} 
.default .title {
	display: flex;
	align-items: flex-start;
    margin-top: 0;
}
.default .title h1 {
	margin-top: 0;
}
.default .title > div {
	margin-top: 10px;
	margin-left: 30px;
}

/* Footer */

.site-footer {
	font-size: 14px;
}
.site-footer .gradient {
	padding: 20px 0;
	background: rgb(248,170,0);
	background: -moz-linear-gradient(0deg, rgba(248,170,0,1) 0%, rgba(255,237,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(248,170,0,1) 0%, rgba(255,237,0,1) 100%);
	background: linear-gradient(0deg, rgba(248,170,0,1) 0%, rgba(255,237,0,1) 100%);
}
.site-footer .footer-cols {
	display: flex;
	flex-wrap: wrap;
}
.site-footer .footer-cols .footer-col {
    flex: 1 1 25%;
    box-sizing: border-box;
    min-width: 250px;
    padding: 10px;
}
.site-footer .site-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding: 30px 0;
}
.site-footer .site-info .info {
	display: flex;
}
.site-footer .site-info p {
	margin: 0 5px 0 0;
}



/* Responsive */

@media screen and (max-width: 1000px) {
	nav#site-navigation {
		display: none;
	}
	.mobile-button {
		display: block;
		padding: 5px 0;
	}
	.mobile-menu.open {
		max-height: 500px;
		transition: all 1s linear;
	}
	header.site-header {
		position: relative;
	}
	.banner {
		min-height: unset;
	}
}
@media screen and (max-width: 600px) {
	.mobile-button {
		display: block;
		padding: 0;
	}
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 35px;
	}
	.page-wrapper {
		padding: 0 24px;
	}
	header.site-header {
		height: 60px;
		padding-top: 50px;
	}
	header.site-header .inner-header {
		height: 40px;
		padding: 10px 25px;
	}
	header.site-header .site-branding:after {
		height: 100px;
	}
	.banner {
		margin-bottom: 40px;
	}
	.single_column_layout,
	.two_column_layout,
	.image_banner_layout,
	.banner_layout {
		margin-bottom: 40px;
	}
	.title {
		margin: 0px 0px 10px 0px;
	}
	.title img {
		width: 56px;
		height: 56px;
	}
	.two_column_layout .col {
		padding: 0;
	}
	.folding_text_layout:after {
		left: unset;
		right: 24px;
	}
	.default:after {
		left: unset;
		right: 24px;
	}
	.folding_text_layout .title h1 {
		margin-left: 15px;
	}
	.folding_text_layout .content {
		margin: 0;
	}
	.folding_text_layout .toggle-button button {
		margin-left: 0;
		float: right;
	}
	.site-footer .site-info {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}