/*
Theme Name: Onu
Theme URI: https://onunails.nl
Author: Fleur Jordan
Author URI: http://fleurglansbeek.nl
Description: A minimalistic and clean Wordpress template
Version: 1.0

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.
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, ul, li,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #0A0B09;
}

* {
	margin: 0;
	padding: 0;
}

input, textarea {
	outline: 0;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}

/* --- FONTS --- */



/* --- BODY ELEMENTS --- */

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
	font-family: azo-sans-web, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 28px;
	color: #000;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* --- HEADER --- */

header {
	width: 100%;
	margin: 0 auto;
}

header .inner {
	padding: 55px 40px;
}

header h1 a {
	width: 100px;
	height: 41px;
	background: url(assets/images/onu_logo.svg) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
	display: block;
	margin: 0 auto;
}

header .topmenu {
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	float: right;
	margin-top: -34px;
}

header .topmenu ul li {
	float: left;
	margin: 0 0 0 60px;
}

header .topmenu ul li a,
footer .widget ul li a {
	transition: 0.3s all ease;
}

header .topmenu ul li a:hover,
footer .widget ul li a:hover,
header .topmenu ul li.current-menu-item a,
footer .topmenu ul li.current-menu-item a {
	color: #B374F3;
}

header .topmenu h5 {
	display: none;
}

/* --- HOME --- */

.page.home {
	width: 100%;
	height: calc(100vh - 258px);
}

.page.home .carousel,
.page.home .carousel ul,
.page.home .carousel ul li {
	height: 100%;
}

.page.home .carousel {
	margin-top: -10px;
	opacity: 0;
	transition: all ease 2s;
}

.page.home .carousel.move {
	margin-top: 0;
	opacity: 1;
}

.page.home .carousel .bx-viewport {
	height: calc(100vh - 258px);
}

.page .carousel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* --- ABOUT --- */

.page.about {
	flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
}

.page.about .container {
	width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.page.about .container .inner,
.page.contact .container .inner {
	width: 100%;
	display: flex;
}

.page.about .container div.column,
.page.contact .container div.column {
	width: 50%;
	flex-direction: row;
}

.page.about div.column img {
	width: 100%;
	height: auto;
	display: none;
}

.page.about div.column.right .row {
	display: none;
	opacity: 0;
	transition: all ease 2s;
	padding: 0 30px 0 70px;
}

.page.about div.column.right .row.move {
	opacity: 1;
	padding: 0 50px;
}


.page.about div.column h3,
.page.contact div.column h3 {
	font-weight: 300;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.page.about div.column h4 {
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1.4px;
}

.page.about div.column p,
.page.about div.column ul {
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1.4px;
	margin-bottom: 30px;
}

.page.about div.column p a,
.page.contact div.column p a {
	text-decoration: underline;
	transition: 0.3s all ease;
}

.page.about div.column p a:hover, 
.page.contact div.column p a:hover {
	color: #B374F3;
}

.page.about div.column p a.btn {
	text-transform: uppercase;
}

.page.about div.column ul li::before {
	content: '';
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
	float: left;
	margin: 11px 10px 0 10px;
	display: inline-block;
}

/* --- CONTACT --- */

.page.contact {
	flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
}

.page.contact .container {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	margin-top: -10px;
	opacity: 0;
	transition: all ease 2s;
}

.page.contact .container.move {
	opacity: 1;
	margin-top: 0;
}

.page.contact div.column.left {
	border-right: 1px solid #000;
}

.page.contact div.column.left .row {
	display: table;
	float: right;
	padding-right: 50px;
}

.page.contact div.column.right .row {
	padding-left: 50px;
}

.page.contact div.column p {
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1.4px;
}

/* --- CALENDLY --- */

.page.appointment {
	background: rgba(0,0,0,0.03);
	flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
}

.calendly-inline-widget {
	height: 1010px;
}

/* --- FOOTER --- */

footer {
	padding: 50px 0 40px 0;
	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

footer .widget {	
	display: table;
	margin: 0 auto;
	font-weight: 300;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}

footer .widget ul {
	display: inline-block;
}

footer .widget ul li {
	float: left;
	margin: 0 0 0 40px;
}

footer .widget ul li::before {
	content: "";
	width: 1px;
	height: 14px;
	background: #000;
	display: inline-block;
	margin: 0 40px -2px 0;
}

footer .widget ul li:first-child {
	margin: 0;
}

footer .widget ul li:first-child::before {
	display: none;
}

@media (max-width: 1440px) {

	header .inner {
		padding: 35px 40px;
	}

	header .topmenu ul li {
		margin: 0 0 0 40px;
	}

	.page.home,
	.page.home .carousel .bx-viewport {
		height: calc(100vh - 178px);
	}
	
	.page.about .container {
		width: 800px;
	}

	.page.about div.column h3, .page.contact div.column h3 {
		font-size: 16px;
		line-height: 32px;
	}

	.page.about div.column p, 
	.page.about div.column ul, 
	.page.about div.column h4, 
	.page.contact div.column p {
		font-size: 12px;
		line-height: 24px;
	}

	footer {
		padding: 30px 0 20px 0;
	}

}

@media (max-width: 1300px) {

	.topmenu .widget_nav_menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 100%;
		background: #B374F3;
	}

	.topmenu .widget_nav_menu ul {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}

	.topmenu .widget_nav_menu ul li {
		float: none;
		margin: 20px 0;
		text-align: center;
	}

	.topmenu .widget_nav_menu ul li a {
		color: #fff;
	}

	header .topmenu ul li a:hover,
	header .topmenu ul li.current-menu-item a {
		color: #000;
	}

	header .topmenu h5.open {
		display: block;
		width: 40px;
		height: 24px;
		background: url(assets/images/menu.svg) no-repeat;
		background-size: 100% auto;
		text-indent: -99999px;
		display: block;
		cursor: pointer;
	}

	header .topmenu h5.exit {
		display: block;
		width: 30px;
		height: 30px;
		background: url(assets/images/exit.svg) no-repeat;
		background-size: 100% auto;
		text-indent: -99999px;
		display: block;
		position: absolute;
		top: 40px;
		right: 46px;
		cursor: pointer;
	}

	.calendly-inline-widget {
		height: 1060px;
	}

}

@media (max-width: 1024px) {

	header .topmenu {
		font-size: 16px;
	}

	.page.home, .page.home .carousel .bx-viewport {
		height: calc(100vh - 178px) !important; 
	}

	footer .widget ul li {
		margin: 0 0 0 15px;
	}

	footer .widget ul li::before {
		margin: 0 15px -2px 0;
	}

	.calendly-inline-widget {
		height: 1080px;
	}

}

@media (max-width: 768px) {

	.page.home, .page.home .carousel .bx-viewport {
		height: calc(100vh - 210px) !important;
	}

	.page.about .container {
		width: calc(100% - 80px);
	}

	.page.about div.column.right .row {
		padding: 0 0 0 40px;
	}

	footer .widget {
		width: calc(100% - 80px);
		text-align: center;
	}

	footer .widget ul li {
		display: inline-block;
		float: none;
		margin: 5px 0 5px 15px;
	}

}

@media (max-width: 736px) {

	.page.home, .page.home .carousel .bx-viewport {
		height: 400px !important;
	} 

}

@media (max-width: 500px) {

	header .inner {
		padding: 35px 20px;
	}

	header .topmenu {
		margin-top: -30px;
	}

	header .topmenu h5.open {
		width: 30px;
		height: 18px;
	}

	header .topmenu h5.exit {
		width: 24px;
		height: 24px;
		top: 44px;
		right: 24px;
	}

	.page.home, .page.home .carousel .bx-viewport {
		height: calc(100vh - 261px) !important;
	} 

	footer {
		padding: 20px 0;
	}

	footer .widget {
		width: calc(100% - 40px);
	}

	footer .widget ul li {
		margin: 0;
		display: block;
		line-height: 22px;
	}

	footer .widget ul li::before {
		display: none;
	}

	.page.about .container {
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0,0);
	}

	.page.about .container .inner {
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.page.contact .container .inner {
		width: calc(100% - 40px);
		display: block;
		margin: 0 auto;
	}

	.page.about div.column.left {
		margin-bottom: 40px;
	}

	.page.about div.column.right .row {
		padding: 0 40px 20px 40px;
	}

	.page.about .container div.column, .page.contact .container div.column {
		width: 100%;
		flex-direction: inherit;
	}

	.page.contact div.column.left {
		border-right: 0;
		border-bottom: 1px solid #000;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}

	.page.contact div.column.left .row {
		width: 100%;
		float: none;
		padding: 0;
	}

	.page.contact div.column.right .row {
		padding-left: 0;
	}

	.calendly-inline-widget {
		width: 90%;
		height: 560px;
		margin: 20px auto;
	}

}