/*
	Theme Name: Kokolakis Theme
	Author: FieldWrk
*/

/* WYSIWYG */

#tinymce {
	padding: 30px;
}

#tinymce h3,
#tinymce h4,
#tinymce h5 {
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}

/* Login Screen */

.login {
	background-color: #F2F2F2;
	background-image: url(/wp-content/themes/kokolakis/images/graphic-pattern.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#login {
	border: 0;
	margin: 0 auto;
	margin-top: 8%;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.login h1.admin-email__heading {
	font-size: 1.4em;
}

.login-action-confirm_admin_email #login {
	margin-top: 8%;
}

.login h1 a {
	background-image: url(/wp-content/themes/kokolakis/images/logo.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
	margin: 0;
	border: 0;
}

.login #login_error, .login .message, .login .success {
	background: transparent;
	color: #00121F;
	text-align: center;
	border: unset;
	padding: 0;
	font-style: italic;
	margin: 0;
	padding: 2em;
	padding-bottom: 0;
	font-size: 0.7em;
	box-shadow: unset;
}

.login form {
	background: transparent;
	box-shadow: unset;
	border: unset;
	margin-top: -1px;
	padding: 0;
	padding-top: 2em;
}

.login label {
	color: #00121F;
	text-transform: uppercase;
}

.login form .input, .login input[type=password], .login input[type=text] {
	font-size: 1em !important;
	padding: 0.5em 1em !important;
	-webkit-appearance: none;
	width: 100%;
	border: unset;
	border-radius: 0;
	margin-bottom: 1em;
	background: #E3E3E3;
	border-radius: 8px;
}

.login form .input:focus, .login input[type=password]:focus, .login input[type=text]:focus {
	outline: unset;
	box-shadow: unset;
}

.login .user-pass-wrap {
	margin-bottom: 1em;
}

#login form p.submit {
	text-align: center;
}

.wp-core-ui .button.button-large.button-primary, .wp-core-ui .button.button-large {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius:8px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	line-height: 1;
	letter-spacing: 0.1em;
	background: #F4371A;
	color: #ffffff;
	text-transform: uppercase;
	border: 1px solid #F4371A;
}

.wp-core-ui .button.button-large.button-primary:hover {
	background: #00121F;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #00121F;
}

.wp-core-ui .button.button-large {
    background: #ffffff;
    color: #21353c;
}

.login #backtoblog a, .login #nav a {
	color: #21353C;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #21353C;
}

.login form .forgetmenot {
	float: none;
}

.login #nav, .login #backtoblog {
	background: transparent;
	margin-top: -1px;
}

.login #backtoblog {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login .privacy-policy-page-link {
	display: none;
}

/* Font References */

@font-face {
  	font-family: 'Archivo';
  	src: url(library/fonts/Archivo-Regular.ttf);
}

@font-face {
  	font-family: 'Archivo';
  	font-style: italic;
  	src: url(library/fonts/Archivo-Italic.ttf);
}

@font-face {
  	font-family: 'Archivo';
  	font-weight: 600;
  	src: url(library/fonts/Archivo-Medium.ttf);
}

@font-face {
  	font-family: 'Archivo';
  	font-weight: 600;
  	font-style: italic;
  	src: url(library/fonts/Archivo-MediumItalic.ttf);
}

@font-face {
  	font-family: 'Archivo';
  	font-weight: 700;
  	src: url(library/fonts/Archivo-SemiBold.ttf);
}

@font-face {
  	font-family: 'Archivo';
  	font-weight: 700;
  	font-style: italic;
  	src: url(library/fonts/Archivo-SemiBoldItalic.ttf);
}

@font-face {
  	font-family: 'Archivo';
  	font-weight: 800;
  	src: url(library/fonts/Archivo-Bold.ttf);
}

@font-face {
  	font-family: 'Expose';
  	src: url(library/fonts/Expose-Variable.ttf);
}

/* Global */

* {
    box-sizing: border-box;
}

html {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

html.fixed {
	height: 100%;
	overflow: hidden;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Archivo', sans-serif;
	color: rgba(0,18,31,0.6);
	position: relative;
	background: #F2F2F2;
}

.container {
	width: 90%;
	max-width: 1440px;
}

.container.full-width {
	width: 100%;
	max-width: 1700px;
}

.container-fluid {
	position: relative;
}

.container-fluid {
	z-index: 2;
}

.row {
	padding-top: 6em;
	padding-bottom: 6em;
}

.py-small {
	padding-top: 3em;
	padding-bottom: 3em;
}

.pt-small {
	padding-top: 3em;
}

.pb-small {
	padding-bottom: 3em;
}

.pt-double {
	padding-top: 12em;
}

.py-double {
	padding-top: 12em;
	padding-bottom: 12em;
}

.row .row {
	padding-top: 0;
	padding-bottom: 0;
}

/* Typography */

h1, .h1 {
	font-family: 'Expose', sans-serif;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -3.36px;
	font-size: 6.3em;
}

h1.h3 {
	font-size: 4em;
}

h2, .h2 {
	font-family: 'Archivo', sans-serif;
	text-transform: uppercase;
	color: #F4371A;
	font-size: 0.9em;
	position: relative;
	margin-bottom: 1em;
}

h2:before, .h2:before {
	content: '';
	height: 12px;
	width: 12px;
	background-image: url(/wp-content/themes/kokolakis/images/graphic-red-triangle.svg);
	position: relative;
	margin-right: 0.5em;
	display: inline-block;
}

h3, .h3 {
	font-family: 'Archivo', sans-serif;
	color: #00121F;
	font-size: 3.1em;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: -1.12px;
	text-transform: unset;
}

.h3.larger {
	font-size: 4.5em;
	font-weight: 600;
	line-height: 115%;
	letter-spacing: -1.6px;
}

h4, .h4 {
	font-family: 'Archivo', sans-serif;
	color: #00121F;
	font-weight: 500;
	line-height: 115%;
	letter-spacing: -1.32px;
	font-size: 2.5em;
}

h5, .h5 {
	font-family: 'Archivo', sans-serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0.64px;
}

h6, .h6 {
	font-family: 'Archivo', sans-serif;
	font-size: 1.4em;
	letter-spacing: unset;
}

a {
	color: #000000;
	transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

p:last-of-type {
	margin-bottom: 0;
}

hr {
	border-top: 1px solid #E7EBED;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 100%;
}

b, strong {
	font-weight: 900;
}

.number {
	color: #00121F;
	font-family: 'Expose';
	font-weight: 500;
	font-size: 5em;
	line-height: 1.2;
}

.bg-blue .number {
	color: #f2f2f2;
}

.large {
	font-size: 1.8em;
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #000000;
}

.color-blue {
	color: #00121F;
}

.color-red {
	color: #F4371A;
}

.text-shadow {
	text-shadow: 00px 4px 4px rgba(0, 0, 0, 0.1);
}

.small {
	font-size: 0.7em;
}

.btn-primary, .btn-secondary {
	padding: 16px 28px;
	font-size: 1em;
	transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-primary {
	background: #F4371A;
	color: #F2F2F2;
	border: 1px solid #F4371A;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle {
	background: rgba(244,55,26,0.15);
	text-decoration: none;
	color: #00121F;
	border: 1px solid rgba(244,55,26,0.4);
}

.btn-primary.focus, .btn-primary:focus,
.btn-secondary:focus {
	outline: unset;
	box-shadow: unset;
}

.cta-section .btn-primary:hover, .cta-section .btn-primary:not(:disabled):not(.disabled):active {
	background: #f2f2f2;
	color: #06192E;
	border: 1px solid #f2f2f2;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus-visible, .btn-primary:not(:disabled):not(.disabled):active:focus-visible, .show>.btn-primary.dropdown-toggle:focus-visible,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus-visible, .btn-secondary:not(:disabled):not(.disabled):active:focus-visible, .show>.btn-secondary.dropdown-toggle:focus-visible {
	outline: unset;
	box-shadow: unset;
}

.btn-primary:focus-visible,
.btn-secondary:focus-visible {
	outline: unset;
	box-shadow: unset;
}

.btn-primary.disabled, .btn-primary:disabled {
	background: #E3E3E3;
	border: 1px solid rgba(0,18,31,0.3);
	color: #00121F;
	pointer-events: none;
}

.btn-secondary {
	background: #333333;
	color: #ffffff;
}

.btn-secondary:hover {
	background: #000000;
	text-decoration: none;
	color: #ffffff;
	border: 0;
}

.btn-text {
	font-family: 'Archivo', sans-serif;
	text-transform: uppercase;
	color: #F4371A;
	font-size: 0.9em;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	width: auto;
	display: inline-block;
}

.btn-text:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #F4371A;
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-text:hover {
	text-decoration: none;
}

.btn-text:hover:after {
	width: 0;
}

/* Helpers */

.fancybox-bg {
	background: rgba(6,25,46,0.97);
	opacity: 1 !important;
}

.fancybox-content {
	background: transparent;
	width: 100%;
	height: 100%;
	padding: 0;
	color: rgba(242,242,242,0.6);
	overflow: hidden;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 0;
	top: 5em;
	right: 5em;
	height: 44px;
	width: 44px;
}

.fancybox-button svg {
	color: #F2F2F2;
}

.fancybox-content .container,
.fancybox-content .row {
	height: 100%;
}

.fancybox-content .h2 {
	color: #F2F2F2;
}

.fancybox-content .h2:before {
	display: none;
}

.fancybox-content .h4 {
	color: #F2F2F2;
}

.fancybox-content a {
	color: rgba(242,242,242,0.6);
}

.vertical-separator {
	height: 100%;
	background: #00121F;
	width: 1px;
	opacity: 0.3;
}

.bg-blue .vertical-separator {
	background: rgba(242,242,242,0.5);
}

.separator-1 {
	height: 1em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-2 {
	height: 2em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-3 {
	height: 3em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-4 {
	height: 4em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-6 {
	height: 6em;
	display: block;
	clear: both;
	width: 100%;
}

.bg-white {
	background-color: #ffffff;
}

.bg-black {
	background-color: #000000;
}

.bg-blue {
	background-color: #06192E;
	color: rgba(242,242,242,0.6);
}

.bg-blue h3, 
.bg-blue .h3,
.bg-blue .large,
.bg-blue h5,
.bg-blue .h5 {
	color: #ffffff;
}

.bg-light-gray {
	background-color: #F2F2F2;
}

.bg-medium-gray {
	background-color: #E3E3E3;
	color: #00121F;
}

.bg-medium-gray.text-columns {
	color: rgba(0,18,31,0.6);
}

.bg-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 500px;
}

.bg-image.h-auto {
	height: auto;
	overflow: visible;
}

.bg-image.h-auto .row {
	position: relative;
}

.bg-image.h-full, .h-full {
	height: 100vh;
}

.bg-image.parallax {
	background-attachment: fixed;
}

.bg-image .container, .h-full .container {
	position: relative;
	z-index: 2;
	height: 100%;
}

.bg-image .row, .h-full .row {
	height: 100%;
}

.bg-image .bg-image {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.bg-video {
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.bg-video .bg-image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s all;
}

.bg-video .bg-image.in {
	opacity: 1;
}

.bg-video .container {
	z-index: 4;
	position: relative;
}

.bg-video .container, .bg-video .row {
	height: 100%;
}

.bg-video .video {
    height: 100%;
    width: calc(100% + 12px);
    position: absolute;
    top: 0;
    left: -12px;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    box-shadow: unset;
    opacity: 0;
    transition: 0.3s all;
}

.bg-video .video.in {
	opacity: 1;
}

.bg-video .video video {
    width: 100vw;
	height: 100vh;
 	object-fit: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.bg-video .overlay {
	z-index: 2;
}

.bg-video {
	z-index: 1;
}

.bg-video + .row {
	position: relative;
	z-index: 2;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,18,31,0.8);
	pointer-events: none;
}

/* Popup Video */

.video {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video .icon {
	position: absolute;
	z-index: 4;
	transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
}

.video:hover .icon {
	transform: scale(1.1);
}

/* YouTube Embeds */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0;
	overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* Images */

img {
	max-width: 100%;
}

.social {
	background: #F2F2F2;
	border-radius: 50%;
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form .social {
	background: #F4371A;
}

.social img {
	height: 20px;
	width: 20px;
}

.form .social img {
	filter: brightness(0) saturate(100%) invert(93%) sepia(4%) saturate(3%) hue-rotate(14deg) brightness(115%) contrast(90%);
}

.form .social:hover {
	background: #00121F;
}

#signature {
	width: 150px;
}

/* Google Maps */

#map {
	height: 600px;
	width: 100%;
	overflow: hidden;
}

.gm-style .gm-style-iw-d {
	padding: 1.5em;
	border-radius: 0px;
	padding-right: 3em;
	overflow: unset !important;
	max-width: 100% !important;
}

.gm-style .gm-style-iw-t::after {
	border: 1px solid #F4371A;
	z-index: 1;
    border-right: 0;
    border-top: 0;
}

.gm-style .gm-style-iw-c {
	padding: 0;
	box-shadow: unset;
	background: #F2F2F2;
	border-radius: 0;
	top: 0;
}

.gm-style .gm-style-iw-tc {
	display: none;
}

.gm-style .gm-style-iw-c a {
	color: rgba(0,18,31,0.6);
	text-decoration: none;
}

.gm-style .gm-style-iw-c a:hover {
	color: #00121F;
	text-decoration: none;
}

.gm-style-mtc,
.gm-svpc,
.gm-fullscreen-control {
	display: none !important;
}

.gmnoprint {
	bottom: 50px !important;
}

.gmnoprint.gm-style-cc {
	display: none !important;
}

.gm-style-iw-chr {
	position: absolute; 
	right: 0;
}

.gm-style-iw-chr button:focus {
	outline: unset !important;
}

.gm-ui-hover-effect>span {
	background-color: #00121F !important;
	margin: 6px !important;
	height: 16px !important;
	width: 16px !important;
	position: absolute;
    top: 0;
    right: 0;
}

.location .h2,
.gm-style-iw-d .h2 {
	color: #00121F;
}

.location .h2:before,
.gm-style-iw-d .h2:before {
	display: none;
}

.gm-style-iw-d .h2 {
	margin-bottom: 0.25em;
	margin-top: 1.5em;
}

.gm-style-iw-d .h6 {
	color: #00121F;
}

.location hr {
	border-color: rgba(0,18,31,0.3);
}

.location a {
	color: rgba(0,18,31,0.6);
}

/* Header */

header.container-fluid {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	height: 77px;
	background: #F2F2F2;
	transition: 0.5s background;
	border-bottom: 1px solid rgba(0,18,31,0.3);
}

.logged-in header.container-fluid {
	top: 32px;
}

header .container {
	height: 100%;
}

header .row {
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}

#logo {
	position: relative;
	z-index: 3;
	transition: 0s all;
	height: 100%;
}

#logo img {
	width: 100%;
	margin: 0;
	height: auto;
}

#header-contact {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 180px;
	padding: 0;
}

#header-contact .btn-primary {
	border-radius: 0;
	font-weight: 800;
	height: 100%;
	width: 100%;
}

#header-contact .btn-primary:hover, #header-contact .btn-primary:active, #header-contact .btn-primary:focus {
	background: #00121F;
	color: #F2F2F2;
	border: 1px solid #00121F;
}

/* Header Navigation */

#navigation {
	position: relative;
	z-index: 2;
	height: 100%;
}

#menu-primary-navigation {
	margin: 0;
	padding: 0;
	display: flex;
	height: 100%;
}

#menu-primary-navigation li {
	list-style-type: none;
	text-transform: none;
	margin: 0;
	display: block;
	font-size: 1em;
	width: auto;
}

#menu-primary-navigation li {
	position: relative;
}

#menu-primary-navigation li:before {
	display: none;
}

#menu-primary-navigation a {
	color: #00121F;
	font-size: 1em;
	text-decoration: none;
	z-index: 2;
	position: relative;
	margin-left: 1em;
	margin-right: 1em;
	justify-content: center;
	display: flex;
	align-items: center;
	height: 100%;
	overflow: hidden;
}

#menu-primary-navigation .menu-item-has-children > a:after {
	content: '';
	background-size: cover;
	background-image: url(/wp-content/themes/kokolakis/images/icon-caret-down-blue.svg);
	height: 6px;
	width: 12px;
	display: inline-block;
	margin-left: 0.5em;
	top: -1px;
	position: relative;
}

#menu-primary-navigation .menu-item-has-children > a {
	cursor: default;
}

#menu-primary-navigation > li > a:before {
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	background: #F4371A;
	bottom: 25px;
	left: -100%;
	transition: 0.5s left;
}

#menu-primary-navigation > li:hover > a:before,
#menu-primary-navigation > li.current-menu-parent > a:before,
#menu-primary-navigation > li.current-menu-item > a:before {
	left: 0;
}

#menu-primary-navigation .sub-menu {
	position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s opacity;
    z-index: 1;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 250%;
    left: -80%;
    border-right: 1.5px solid rgba(0, 18, 31, 0.30);
	border-bottom: 1.5px solid rgba(0, 18, 31, 0.30);
	border-left: 1.5px solid rgba(0, 18, 31, 0.30);
	background: #F2F2F2;
    overflow: hidden;
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
	border-top: 1px solid rgba(0,18,31,0.3);
}

#menu-primary-navigation .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
}

#menu-primary-navigation .sub-menu li {
	display: block;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    border: none;
	white-space: nowrap;
	width: 100%;
	text-align: left;
	line-height: 1;
}

#menu-primary-navigation .sub-menu li a {
	padding: 0;
	color: #00121F;
	justify-content: flex-start;
	transition: 0.5s left, 0.5s opacity;
	left: 0;
	display: block;
}

#menu-primary-navigation .sub-menu li:not(.current-menu-item) a:hover,
#menu-primary-navigation .sub-menu li.current-menu-item {
	text-decoration: none;
	left: 15px;
}

#nav-icon {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}

.nav-icon {
  	width: 40px;
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  	background-color: #00121F;
  	content: '';
  	display: block;
  	height: 1px;
  	margin: 10px 0;
  	border-radius: 0px;
  	transition: all .2s ease-in-out;
}

.nav-icon:before {
	width: 100%;
}

.nav-icon div {
	width: 100%;
}

.nav-icon:after {
	width: 100%;
}

.nav-icon.close {
	margin-right: -5px;
}

.nav-icon.close:before {
  	transform: translateY(11px) rotate(135deg);
  	width: 100%;
}

.nav-icon.close:after {
  	transform: translateY(-11px) rotate(-135deg);
}

.nav-icon.close div {
  	transform: scale(0);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .nav-icon.close {
	opacity: 1;
}

/* Special Layouts */

#header {
	margin-top: 77px;
	height: calc(90vh - 77px);
}

.page-template-home #header {
	height: calc(100vh - 77px);
}

#header .row {
	padding-bottom: 3em;
	padding-top: 3em;
}

.single #header .row {
	padding-top: 6em;
}

#header img {
	height: 170px;
	width: 170px;
	bottom: -1px;
	right: 0;
	position: absolute;
	z-index: 4;
}

.page-template-home #header img,
.tagline img {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 4;
	height: auto;
}

.page-template-home #header img.out {
	opacity: 0;
	transition: 3s opacity 3s;
}

#header .h6 {
	color: #F2F2F2;;
}

#header .overlay {
	background: linear-gradient(180deg, rgba(0, 18, 31, 0.00) 16.65%, var(--dark-900, rgba(0, 18, 31, 0.65)) 83.3%);
}

.page-template-home #header .overlay {
	background: linear-gradient(to bottom, transparent 50%, rgba(0,18,31,1));
}

.stats {
	border-bottom: 10px solid #F4371A;
}

.accordion-section > img,
.text-rows img {
	position: absolute;
	top: 6em;
	right: 0;
	opacity: 0.9;
	background-attachment: fixed;
	max-height: 100%;
}

.text-rows img {
	top: unset;
	bottom: 0;
	height: 90%;
}

.text-rows .row .row {
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(0,18,31,0.3);
}

.standout-quote h2 {
	color: rgba(242,242,242,0.6);
}

.standout-quote h2:before {
	display: none;
}

.accordion-section .accordion ul li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0;
}

.accordion-section .accordion ul li ul li {
	line-height: 1.2;
}

.text-columns .icon {
	height: 45px;
	width: 45px;
	margin-bottom: 1em;
}

.cta-section .container {
	position: relative;
	height: 70vh;
}

.cta-section .bg-image {
	height: 100%;
	position: absolute;
	width: calc(100% - 30px);
}

.cta-section .overlay {
	background: linear-gradient(180deg, rgba(6, 25, 46, 0.30) 0%, var(--dark-800, #06192E) 100%);
	left: 15px;
}

.cta-section .row {
	position: relative;
	z-index: 4;
	height: 100%;
}

.cta-section .col-12 {
	padding-left: 30px;
	padding-right: 30px;
}

.cta-section h2:before {
	display: none;
}

.form h2:before {
	display: none;
}

.page-template-projects h2:before,
.page-template-news h2:before {
	display: none;
}

.single h2 {
	color: #00121F;
}

.single h2:before {
	display: none;
}

.single hr {
	border-color: rgba(0,18,31,0.3);
}

.breadcrumb {
	background: transparent;
	border: 0;
	padding: 0;
	font-weight: 600;
}

.breadcrumb:before {
	display: none;
}

.breadcrumb:hover {
	color: #F4371A;
	text-decoration: underline;
}

.single-project .breadcrumb,
.single-project .breadcrumb:hover {
	color: #ffffff;
}

.single .image-carousel .row {
	padding-top: 0;
}

.single .d-flex h2 {
	flex-basis: 30%;
}

.text-html h3 {
	margin-top: 1em;
}

.text-html h4 {
	margin-top: 1em;
}

.text-html h5 {
	margin-top: 1em;
}

.bg-light-gray.locations + .bg-light-gray.form > .container > .row {
	padding-top: 3em;
}

/* Cards */

.card {
	justify-content: center;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
}

a.card:hover {
	text-decoration: none;
}

.cards .card.content {
	max-height: calc(90vh - 70px);
	background-size: cover;
	background-position: center;
}

.card.content .overlay {
	background: rgba(6,25,46,0.5);
	transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
}

.card.content:hover .overlay,
.projects-swiper .swiper-slide-active .overlay {
	background: rgba(6,25,46,0.75);
}

.card.content .card-img img {
  object-fit: cover;
  height: 100%;
  width: calc(100% + 5px);
  transition: transform 0.5s ease;
}

.card.content:hover .card-img img {
	transform: scale(1.1);
}

.card.content .card-body {
	position: absolute;
	bottom: 0;
	padding: 2em;
	z-index: 2;
 	width: 90%;	
}

.card.content .card-body h3 {
	color: #ffffff;
}

.card.content .card-text {
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  color: #ffffff;
  font-size: 1.2em;
  margin-top: 0.5em;
}

.card.content:hover .card-text {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 2em;
}

.card .icon,
.card .hover-icon {
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	height: 32px;
	width: 32px;
	z-index: 2;
}

.cards .card .icon,
.cards .card .hover-icon {
	height: 48px;
	width: 48px;
}

.card .hover-icon {
	opacity: 0;
	z-index: 2;
}

.card:hover .hover-icon,
.projects-swiper .swiper-slide-active .hover-icon {
	opacity: 1;
}

.two .col-md:nth-of-type(odd) {
	padding-right: 5px;
}

.two .col-md:nth-of-type(even) {
	padding-left: 5px;
}

.card.border {
	border: 1px solid rgba(0,18,31,0.3) !important;
	padding: 1em;
}

.card.border:hover {
	border: 1px solid #F4371A !important;
	text-decoration: none;
}

.card.border .card-body {
	width: 90%;
	color: rgba(0,18,31,0.6);
}

.card.border .card-img {
	overflow: hidden;
}

.card.border .card-img img {
	transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
}

.card.border:hover .card-img img {
	transform: scale(1.1);
}

.card.border .h2:before {
	display: none;
}

.card.team:hover {
	text-decoration: none;
}

.card.team .overlay {
	opacity: 0;
	transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
}

.card.team:hover .overlay {
	opacity: 0.6;
}

.card.team .card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.card.team .year {
	position: absolute;
	top: 1em;
	right: 1em;
	background: #00121F;
	border-radius: 1000px;
	padding: 0.5em 1em;
	color: #ffffff;
	line-height: 1;
	font-size: 0.8em;
	z-index: 4;
	font-weight: 600;
	opacity: 0;
	transition: 0.5s all;
}

.card.team:hover .year {
	opacity: 1;
}

.card.team .card-body {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 1em;
	padding-bottom: 0;
}

.card.team .h2:before {
	display: none;
}

.card.team:hover .btn-text {
	text-decoration: none;
}

/* Swiper */

button[aria-label="1 of 1"] {
	display: none !important;
}

.testimonials-swiper {
	overflow: hidden;
}

.testimonials-swiper .quote {
	height: calc(100% - 2em - 44px);
}

.testimonials-swiper .swiper-navigation {
	justify-content: flex-end;
	margin-top: -44px;
}

.projects-swiper .swiper-navigation,
.images-swiper .swiper-navigation {
	justify-content: flex-end;
}

.images-swiper .swiper-navigation {
	margin-top: 2em;
}

.quote {
	color: #00121F;
}

.quote .large {
	font-size: 1.4em;
}

.author {
	color: #00121F;
	font-size: 1.8em;
}

.role:before {
	display: none;
}

.projects-swiper .market {
	position: absolute;
	z-index: 3;
	top: 2em;
	left: 2em;
	color: rgba(242,242,242,0.6);
}

.projects-swiper
.projects-swiper .market:before {
	display: none;
}

.projects-swiper .card,
.images-swiper .card {
	transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
	transform: scale(0.7);
	transform-origin: top right;
	pointer-events: none;
	opacity: 0.3;
}

.images-swiper .card {
	transform-origin: bottom right;
}

.projects-swiper .swiper-slide-active .card,
.images-swiper .swiper-slide-active .card {
	transform: scale(1);
	pointer-events: auto;
	opacity: 1;
}

.projects-swiper .swiper-slide-active + .swiper-slide .card {
	transform-origin: top left;
}

.images-swiper .swiper-slide-active + .swiper-slide .card {
	transform-origin: bottom left;
}

.swiper-navigation {
	display: flex;
	align-items: center;
}

.projects-swiper .swiper-navigation {
	margin-top: 2em;
}

.swiper-button-next, .swiper-button-prev {
	height: 44px;
	width: 44px;
	background-color: transparent;
	background-image: url(/wp-content/themes/kokolakis/images/icon-arrow-right.svg);
	border-radius: unset;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	left: unset;
	right: unset;
	top: unset;
	margin-top: unset;
}

.bg-blue .swiper-button-next, .bg-blue .swiper-button-prev {
	background-image: url(/wp-content/themes/kokolakis/images/icon-arrow-right-white.svg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:active,
.swiper-button-prev:active,
.swiper-button-next:focus,
.swiper-button-prev:focus{
	background-size: contain !important;
}

.swiper-button-prev {
	background-image: url(/wp-content/themes/kokolakis/images/icon-arrow-left.svg);
	margin-right: 1em;
}

.bg-blue .swiper-button-prev {
	background-image: url(/wp-content/themes/kokolakis/images/icon-arrow-left-white.svg);
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.swiper-button-next {
	margin-left: 5px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	background-color: transparent;
	background-image: url(/wp-content/themes/kokolakis/images/icon-arrow-right.svg);
	opacity: 0.3;
	background-size: contain !important;
}

.bg-blue .swiper-button-next.swiper-button-disabled {
	background-image: url(/wp-content/themes/kokolakis/images/icon-arrow-right-white.svg);
}

.swiper-button-prev.swiper-button-disabled {
	background-image: url(/wp-content/themes/kokolakis/images/icon-arrow-left.svg);
}

.bg-blue .swiper-button-prev.swiper-button-disabled {
	background-image: url(/wp-content/themes/kokolakis/images/icon-arrow-left-white.svg);
}

.swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-button-prev:not(.swiper-button-disabled):hover {
	background-color: transparent;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
	height: 1px;
	width: 100%;
	position: relative;
	opacity: 1;
	margin-top: 2em;
}

.testimonials-swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
	left: -15px;
	width: calc(15px + 100%);
}

.swiper-pagination-progressbar {
	background: rgba(0,18,31,0.3);
}

.bg-blue .swiper-pagination-progressbar {
	background: rgba(242,242,242,0.3);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #00121F;
}

.bg-blue .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #f2f2f2;
}

/* Filter */

[data-filter] .label {
	opacity: 0.3;
	transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
	border-bottom: 2px solid transparent;
	cursor: pointer;
	color: #00121F;
}

[data-filter]:hover .label {
	opacity: 0.7;
}

[data-filter].active .label {
	border-bottom: 2px solid #00121F;
	opacity: 1;
}

.filter {
	position: relative;
}

.filter .current,
.filter-group .label {
	background: #00121F;
	width: 100%;
	color: #f2f2f2;
	border-radius: 1000px;
	padding: 0.5em 1em;
	background-image: url(/wp-content/themes/kokolakis/images/icon-caret-down-white.svg);
	background-position: 95% center;
	position: relative;
	z-index: 999;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

.filter-group .label .number {
	font-size: 0.7em;
	font-family: 'Archivo';
	color: #f2f2f2;
	position: relative;
    top: -8px;
    left: 4px;
}

.filter .dropdown {
	background: #00121F;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 9px;
	position: absolute;
	z-index: 998;
	display: none;
	width: 100%;
	padding-top: 1.25em;
	padding-bottom: 0.5em;
	top: 20px;
	padding-left: 1em;
	padding-right: 1em;
	box-shadow: 0px 30px 20px rgba(0,0,0,0.2);
}

.filter .dropdown .option {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #f2f2f2;
	text-transform: uppercase;
}

.filter .dropdown .option:hover {
	background: #DDDEE1;
	color: #394053;
}

.filter.checkbox {	
	cursor: pointer;
	margin-top: 1em;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	color: #f2f2f2;
	text-transform: uppercase;
}

.filter.checkbox span {
	pointer-events: none;
}

.filter.checkbox img {
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-right: 0.5em;
}

.filter.checkbox:before {
	content: '';
	height: 24px;
	width: 24px;
	border: 1.5px solid rgba(255,255,255,0.2);
	display: inline-block;
	position: relative;
	margin-right: 0.5em;
	flex-shrink: 0;
	flex-grow: 0;
}

.filter.checkbox.checked:before {
	background-image: url(/wp-content/themes/kokolakis/images/icon-checked.svg);
	background-size: cover;
	background-position: center;
	border: 0;
}

.filter.dropdown {
	margin-right: 2em;
	cursor: pointer;
}

.filter.dropdown select {
	-webkit-appearance: none;
	background-color: #113859;
	color: #F0F3F7;
	padding: 16px;
	padding-right: 2em;
	padding-right: 0;
	border-radius: 8px;
	outline: unset;
	box-shadow: unset;
	position: relative;
	width: 100%;
	cursor: pointer;
	font-size: 1em;
	border: 0;
}

.filter.dropdown:after {
	content: '';
	background-color: #113859;
	background-image: url(/wp-content/themes/essc/images/icon-arrow-down-white.svg);
	background-position: center;
	background-size: 15px;
	background-repeat: no-repeat;
	height: 100%;
	padding-right: 2.5em;
	position: absolute;
	right: 0px;
	top: 0px;
	pointer-events: none;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.filter-group span {
	pointer-events: none;
}

.filter-group [data-filter-group] {
	background: #00121F;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 9px;
	position: absolute;
	z-index: 998;
	padding-top: 0.75em;
	padding-bottom: 0.5em;
	top: 20px;
	padding-left: 1em;
	padding-right: 1em;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
	opacity: 0;
	pointer-events: none;
	transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
	width: calc(100% - 20px);
}

.filter-group .label.open + [data-filter-group] {
	opacity: 1;
	pointer-events: auto;
}

[data-filter-group] .checkbox:before {
	top: -1px;
}

.clear-search.hidden {
	display: none;
	pointer-events: none;
}

#filters .h2:before {
	display: none;
}

#filters .h2 {
	color: #00121F;
}

/* Isotope */

.hidden-item {
	display: none !important;
}

.grid-item {
	margin-bottom: 4em;
	display: flex;
	flex-direction: column;
}

.grid-item .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.grid-item .card-body {
    flex-grow: 1;
}

/* Table */

table {
	width: 100%;
	font-size: 1em;
	line-height: 1;
}

thead {
	background: #F4F4F4;
}

th {
	padding: 1em;
}

th:last-of-type {
	padding-right: 4em;
}

td {
	border: 0;
	padding: 1em;
}

/* Accordion */

.accordion {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.accordion > li {
	margin: 0;
	padding-top: 1.5em;
	display: block;
	font-size: 1em;
}

.accordion > li:before {
	display: none;
}

.accordion > li.open {
	padding-bottom: 1em;
}

.accordion h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	margin-top: 0;
	transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
	line-height: 1.2;
	padding-bottom: 0.5em;
	border-bottom: 1px solid rgba(0,18,31,0.3);
	opacity: 0.4;
}

.accordion > li:not(.open) h4:hover {
	opacity: 0.6;
}

.accordion > li.open h4 {
	border-bottom: 1px solid rgba(0,18,31,1);
	opacity: 1;
}

.accordion h4 span {
	width: 80%;
}

.accordion .answer {
	display: none;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
	width: 50%;
	padding-top: 1.5em;
}

.accordion .answer.full-width {
	width: 100%;
}

.accordion > li h4 .icon {
	background-image: url(/wp-content/themes/kokolakis/images/icon-caret-down-red.svg);
	width: 18px;
	height: 9px;
}

.accordion > li.open h4 .icon {
	transform: rotate(180deg);
}

/* Lists */

ul {
	padding: 0;
	margin-left: 2em;
}

ul li:before {
	content: '—';
	display: inline-block;
	position: absolute;
	left: -1.8em;
}

ul li {
	list-style-type: none;
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
}

ul.two-col {
	display: flex;
	flex-wrap: wrap;
}

ul.two-col li {
	width: 50%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Gravity Forms */

.gform_heading {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-size: 0.9em !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	color: #00121F;
	padding-left: 0.5em !important;
}

.gform_wrapper textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select {
	padding: 16px 16px !important;
	border-radius: 8px;
	-webkit-appearance: none;
	width: 100% !important;
	background: #E3E3E3;
	box-shadow: none;
	margin-top: 0.5em !important;
	margin-bottom: 1em !important;
	font-size: 1em !important;
	transition: 0.5s all;
	border: 1px solid transparent;
	color: #212529;
}

.gform_wrapper textarea:hover, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, .gform_wrapper select:hover {
	border: 1px solid rgba(0,18,31,0.3);
}

.gform_wrapper textarea:focus, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper select:focus {
	outline: none;
	border: 1px solid #00121F;
}

.gform_wrapper select {
	background-image: url(/wp-content/themes/kokolakis/images/icon-caret-down-blue.svg);
	background-size: 12px;
	background-position: 97% center;
	background-repeat: no-repeat;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 200px !important;
	resize: vertical !important;
  	overflow: auto;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: 1px solid #F4371A !important;
}

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true] {
	color: #00121F !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).invalid, .gform_wrapper select.invalid, .gform_wrapper textarea.invalid {
	border: 1px solid #F4371A;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	background: transparent !important;
	border: 0 !important;
	padding: 1em !important;
	color: #F4371A !important;
	font-size: 0.8em !important;
	margin-top: -1.5em !important;
}

.gform_wrapper.gravity-theme .ginput_container_textarea + .gfield_validation_message,.gform_wrapper.gravity-theme .ginput_container_textarea + .validation_message {
	margin-top: -2em !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none !important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	padding: 0 !important;
	margin: 0 !important;
	justify-content: flex-end;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9D9D9D;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #9D9D9D;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #9D9D9D;
}

:-moz-placeholder { /* Firefox 18- */
  color: #9D9D9D;
}

/* Footer */

footer {
	color: rgba(242,242,242,0.6);
}

footer .text-center {
	font-size: 0.8em;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

#menu-footer-navigation {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between
}

#menu-footer-navigation li {
	list-style-type: none;
	margin: 0;
    position: relative;
    width: auto;
	margin-left: 1em;
	margin-right: 1em;
}

#menu-footer-navigation li:before,
#menu-footer-secondary-navigation li:before,
#menu-footer-secondary-navigation-1 li:before {
	display: none;
}

#menu-footer-navigation li:first-child {
	margin-left: 0;
}

#menu-footer-navigation li:last-child {
	margin-right: 0;
}

#menu-footer-navigation li a {
	color: #F2F2F2;
}

.menu-footer-secondary-navigation-container {
	display: inline-block;
}

#menu-footer-secondary-navigation,
#menu-footer-secondary-navigation-1 {
	display: flex;
	margin: 0;
}

#menu-footer-secondary-navigation li,
#menu-footer-secondary-navigation-1 li {
	white-space: nowrap;
	margin-right: 0.25em;
}

#menu-footer-secondary-navigation a,
#menu-footer-secondary-navigation-1 a {
	color: rgba(242,242,242,0.6);
}

#menu-footer-secondary-navigation a:hover,
#menu-footer-secondary-navigation-1 a:hover {
	color: #F2F2F2;
	text-decoration: none;
}

footer .social {
	opacity: 0.6;
	transition: 0.5s all;
}

footer .social:hover {
	opacity: 1;
}

#fieldwrk-logo img {
	width: 100px;
	opacity: 0.4;
	transition: 0.5s all;
}

#fieldwrk-logo:hover img {
	opacity: 1;
}

footer .logo {
	width: 100%;
	position: relative;
	bottom: -2px;
}

/* Animations */

.fade-in {
	opacity: 0;
	top: 100px;
	transition: 0.6s opacity ease-in-out 0.2s, 0.6s top ease-in-out 0.2s;
	position: relative;
}

.fade-in.in {
	opacity: 1; 
	top: 0;
}

.fade-in.count-1 {
	transition: 0.6s opacity ease-in-out 0.3s, 0.6s top ease-in-out 0.3s;
}

.fade-in.count-2 {
	transition: 0.6s opacity ease-in-out 0.4s, 0.6s top ease-in-out 0.4s;
}

.fade-in.count-3 {
	transition: 0.6s opacity ease-in-out 0.5s, 0.6s top ease-in-out 0.5s;
}

.fade-in.count-4 {
	transition: 0.6s opacity ease-in-out 0.6s, 0.6s top ease-in-out 0.6s;
}

.fade-in.count-5 {
	transition: 0.6s opacity ease-in-out 0.7s, 0.6s top ease-in-out 0.7s;
}

.fade-in.count-6 {
	transition: 0.6s opacity ease-in-out 0.8s, 0.6s top ease-in-out 0.8s;
}

.fade-in.count-7 {
	transition: 0.6s opacity ease-in-out 0.9s, 0.6s top ease-in-out 0.9s;
}

.fade-in.count-8 {
	transition: 0.6s opacity ease-in-out 1s, 1s top ease-in-out 1s;
}

.fade-in.count-9 {
	transition: 0.6s opacity ease-in-out 2s, 1.1s top ease-in-out 1.1s;
}

.fade-in.count-10 {
	transition: 0.6s opacity ease-in-out 1.2s, 0.6s top ease-in-out 1.2s;
}

.fade-in.count-11 {
	transition: 0.6s opacity ease-in-out 1.3s, 0.6s top ease-in-out 1.3s;
}

.fade-in.count-12 {
	transition: 0.6s opacity ease-in-out 1.4s, 0.6s top ease-in-out 1.4s;
}

.fade-in.count-13 {
	transition: 0.6s opacity ease-in-out 1.5s, 0.6s top ease-in-out 1.5s;
}

.fade-in.count-14 {
	transition: 0.6s opacity ease-in-out 1.6s, 0.6s top ease-in-out 1.6s;
}

@media only screen and (min-width: 2000px) {
	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	.page-template-home #header {
		max-height: unset;
	}
}

@media only screen and (max-width: 1700px) {


@media only screen and (max-width: 1600px) {
	/* Special Layouts */
}

@media only screen and (max-width: 1500px) {
	
}

@media only screen and (max-width: 1440px) {
	/* Global */

	.container {
		width: 95%;
	}

	/* Helpers */

	.fancybox-slide--html .fancybox-close-small {
		top: 2em;
		right: 2em;
	}

	/* Special Layouts */

	#header .col-md-4 {
		max-width: 45%;
		flex: 0 0 45%;
	}

	/* Cards */

	.card.content .card-body {
		padding: 1em;
	}

	.card.content:hover .card-text {
		padding-bottom: 1em;
	}

	.card.content .card-text {
		font-size: 0.9em;
	}

}

@media only screen and (max-width: 1300px) {
	/* Global */

	.pt-double {
		padding-top: 8em;
	}

	/* Typography */

	h1, .h1 {
		font-size: 5.4em;
	}

	h1.h3 {
		font-size: 3.4em;
	}

	h3, .h3 {
		font-size: 2.7em;
	}

	h4, .h4 {
		font-size: 2.3em;
	}

	h5, .h5 {
		font-size: 1.7em;
	}

	/* Header */

	/* Header Navigation */

	/* Helpers */

	/* Special Layouts */

	#header .col-md-4 {
		max-width: 40%;
		flex: 0 0 40%;
	}

	.author {
		font-size: 1.6em;
	}

}

@media only screen and (max-width: 1200px) {
	/* Global */
	
	.container {
		width: 100%;
	}

	.row {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.pt-small {
		padding-top: 2em;
	}

	.pb-small {
		padding-bottom: 2em;
	}

	.py-small {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	/* Typography */

	.h3.larger {
		font-size: 3.5em;
	}

	h4, .h4 {
		font-size: 1.8em;
	}

	/* Header */


	#header-contact {
		width: 150px;
	}

	#header-contact .btn-primary {
		font-size: 0.9em;
	}

	/* Header Navigation */

	#menu-primary-navigation a {
		margin-left: 0.75em;
		margin-right: 0.75em;
		font-size: 0.9em;
	}

	#menu-primary-navigation .menu-item-has-children > a:after {
		margin-left: 0.25em;
	}

	#menu-primary-navigation .sub-menu {
		left: -75%;
	}

	/* Helpers */

	.fancybox-slide--html .fancybox-close-small {
		top: 1em;
		right: 1em;
	}

	/* Special Layouts */

	#header .col-md-4 {
		max-width: 50%;
		flex: 0 0 50%;
	} 

	.grid-item {
		margin-bottom: 2em;
	}

	/* Filters */ 

	.filter .current, .filter-group .label {
		background-position: 90% center;
	}
}

@media only screen and (max-width: 1024px) {
	/* Global */


	/* Typography */

	h1, .h1 {
		font-size: 4.7em;
	}

	h3, .h3 {
		font-size: 2.5em;
	}

	h4, .h4 {
		font-size: 1.8em;
	}

	h5, .h5 {
		font-size: 1.4em;
	}

	.number {
		font-size: 4em;
	}

	.btn-primary, .btn-secondary {
		padding: 10px 18px;
		font-size: 0.8em;
	}

	.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle,
	.cta-section .btn-primary:hover, .cta-section .btn-primary:not(:disabled):not(.disabled):active {
		background: #F4371A;
   	 	color: #F2F2F2;
    	border: 1px solid #F4371A;
	}

	/* Header Navigation */


	/* Helpers */

	.bg-image.parallax {
		background-attachment: unset;
	}

	/* Special Layouts */

	.cards + .testimonials > .container > .row:first-of-type {
		padding-top: 0;
	}

	.author {
		font-size: 1.3em;
	}

	/* Google Maps */

	#map {
		height: 500px;
	}

	/* Swiper */

	.quote .large {
		font-size: 1.2em;
	}

	/* Cards */

	.cards .card.content {
		max-height: unset;
		height: 100%;
	}

	.cards .card.content .card-body {
		padding: 1em;
		position: relative;
		display: flex;
		flex-direction: column;
		padding-top: 1em;
		padding-bottom: 0;
		color: #00121F;
		width: 100%;
		bottom: unset;
		padding-left: 0;
		padding-right: 0;
	}

	.cards .card.content .card-body h3 {
		color: #00121F;
	}

	.cards .card.content .overlay {
		display: none;
	}

	.cards .card.content .card-text {
		max-height: unset;
	    opacity: 1;
	    margin-top: 0.5em;
	    padding-bottom: 1em;
	    color: #00121F;
	}

	.card.content:hover .card-img img {
		transform: unset;
	}

	.card.content .card-body {
		padding: 1em;
	}

	.projects-swiper .market {
		left: 1em;
		top: 1em;
	}

	.card:hover .hover-icon, .projects-swiper .swiper-slide-active .hover-icon {
		display: none;
	}

	/* Isotope */

	.isotope .grid-item {
		margin-bottom: 45px;
	}
}

@media only screen and (min-width: 1200px) and (max-height: 750px) {
	/* Header Navigation */


	/* Special Layouts */
	
}

@media only screen and (max-width: 992px) {
	/* Global */

	.row {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	.py-small {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.pt-small {
		padding-top: 2em;
	}

	.pb-small {
		padding-bottom: 2em;
	}

	.pt-double {
		padding-top: 4em;
	}

	/* Typography */

	h1, .h1 {
		font-size: 4em;
	}

	h3, .h3 {
		font-size: 2em;
	}

	h4, .h4 {
		font-size: 1.7em;
	}

	h6, .h6 {
		font-size: 1.1em;
	}

	.number {
		font-size: 3em;
	}

	/* Header */

	header.container-fluid {
		height: 70px;
	}

	/* Header Navigation */

	.nav-icon.close:after {
		width: 100%;
	}

	#navigation {
		margin: inherit;
		margin-right: 0
	}

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		background: #E3E3E3;
	    height: calc(100vh - 70px);
	    width: 100%;
	    left: 0;
	    position: fixed;
	    top: calc(-100vh - 70px);
	    display: flex;
	    align-items: flex-start;
	    justify-content: center;
	    overflow-y: scroll;
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 70px - 32px);
	}

	.menu-primary-navigation-container.visible {
		top: 69px;
	}

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(69px + 32px);
	}

	#menu-primary-navigation {
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		padding: 0;
		width: 100%;
		padding-top: 2em;
	}

	#menu-primary-navigation li {
		border-bottom: 1px solid rgba(0,18,31,0.3);
		margin-left: 30px;
		margin-right: 30px;
		width: calc(100% - 60px);
	}

	#menu-primary-navigation a {
		font-size: 1.3em;
		padding-top: 0.75em;
		padding-bottom: 0.75em;
		height: auto;
		justify-content: space-between;
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}

	#menu-primary-navigation > li > a:before {
		height: 1px;
		background: #00121F;
		bottom: 0;
		transition: 0s all
	}

	#menu-primary-navigation > li:hover > a:before {
		left: -100%;
	}

	#menu-primary-navigation > li.open > a:before {
		left: 0;
	}

	#menu-primary-navigation li.btn-primary {
		border-radius: 0;
		border: 0;
		margin-top: 4em;
	}

	#menu-primary-navigation li.btn-primary:hover, #menu-primary-navigation li.btn-primary:active, #menu-primary-navigation li.btn-primary:focus {
		background: #F4371A;
	}

	#menu-primary-navigation li.btn-primary a {
		color: #f2f2f2;
		justify-content: center;
		text-transform: uppercase;
		font-weight: 800;
	}

	#menu-primary-navigation > li.btn-primary > a:before {
		display: none;
	}

	#menu-primary-navigation .sub-menu {
		display: none;
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
		border: 0;
		left: 0px;
		width: calc(100vw - 60px);
		padding: 1em 2em;
		opacity: 1;
	}

	#menu-primary-navigation .sub-menu li {
		padding: 0;
		margin: 0;
	}

	#menu-primary-navigation .sub-menu li a {
		font-size: 1.3em;
		display: flex;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	#menu-primary-navigation .sub-menu a:after {
		display: none;
	}

	#menu-primary-navigation .menu-item-has-children > a:after {
		height: 10px;
		width: 15px;
	}

	#menu-primary-navigation .sub-menu a:before {
		display: none;
	}

	#menu-primary-navigation .sub-menu li:last-child a {
		padding-bottom: 0;
	}

	/* Helpers */

	.bg-image {
		height: 400px;
	}

	.bg-image.h-full {
		height: 70vh;
	}

	.accordion-section > img,
	.text-rows img {
		top: 4em;
	}

	/* Google Maps */

	.location {
		font-size: 0.8em;
	}

	.location h5 {
		font-size: 2em;
	}

	/* Special Layouts */

	#header {
		margin-top: 70px;
		height: calc(90vh - 70px);
	}

	.single #header .row {
		padding-top: 4em;
	}

	.cta-section .container {
		height: 500px;
	}

	/* Cards */

	.cards .card.content {
		min-height: 300px;
	}

	/* Accordion */

	.accordion .answer {
		width: 70%;
	}

	/* Swiper */

	.quote .large {
		font-size: 1em;
	}

	.testimonials-swiper .swiper-navigation {
		margin-top: 0;
	}

	/* Gravity Forms */

	.gform_wrapper div.validation_error {
		position: relative;
		top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.gform_wrapper .gform_footer {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.gform_wrapper li:nth-of-type(even) {
		padding-left: 15px;
	}

	.gform_wrapper textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select {
		margin-bottom: 1em;
	}

	/* Footer */

	footer .text-center {
		font-size: 0.6em;
	}

	#menu-footer-navigation li a {
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 782px) {
	/* Header */

	.logged-in header.container-fluid {
		top: 46px;
	}

	/* Header Navigation */

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(69px + 46px);
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 70px - 46px);
	}
}

@media only screen and (max-width: 767px) {
	/* Global */

	#wpadminbar {
		position: fixed !important;
	}

	.container {
		width: 100%;
	}

	.row {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	.py-small {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	.pt-small {
		padding-top: 1.5em;
	}

	.pb-small {
		padding-bottom: 1.5em;
	}

	.pt-double {
		padding-top: 5em;
	}

	footer .pt-double {
		padding-top: 3em;
	}

	/* Typography */

	h1, .h1 {
		font-size: 3.5em;
		letter-spacing: -2px;
	}

	h1.h3 {
		font-size: 2.5em;
	}

	.single-project h1 {
		font-size: 2.7em;
	}

	.h3.larger {
		font-size: 2em;
	}

	.card.content .h4 {
		font-size: 1.3em;
	}

	.accordion h4 {
		font-size: 1.5em;
	}

	h5, .h5, .author {
		font-size: 1.2em;
	}
	
	.number {
		font-size: 4em;
	}

	/* Header */


	/* Header Navigation */

	#menu-primary-navigation a,
	#menu-primary-navigation .sub-menu li a {
		font-size: 1.1em;
	}

	#menu-primary-navigation .sub-menu {
		padding: 1em;
	}

	/* Images */

	.social {
		height: 36px;
		width: 36px;
	}

	.social img {
	    height: 12px;
	    width: 12px;
	}

	/* Google Maps */

	.location {
		font-size: 1em;
	}

	.location h5 {
		font-size: 1.4em;
	}

	/* Helpers */

	.bg-image {
		height: 300px;
	}
	
	.fancybox-content .row {
		padding-top: 2em;
	}

	.fancybox-slide--html .fancybox-close-small {
		right: 5px;
		top: 0.5em;
	}

	/* Special Layouts */

	#header {
		height: 45vh;
	}

	.single-project #header {
		height: auto;
	}

	#header img {
		height: 80px;
		width: 80px;
	}

	#header .overlay {
	    background: linear-gradient(180deg, rgba(0, 18, 31, 0.00) -7.35%, var(--dark-900, rgba(0, 18, 31, 0.65)) 81.3%);
	}

	.page-template-home #header img {
		height: auto;
		width: 100%;
	}

	.single #header .row {
		padding-top: 3em;
	}

	.accordion-section > img,
	.text-rows img {
		right: -50%;
	}

	.bg-light-gray.locations + .bg-light-gray.form > .container > .row {
		padding-top: 1em;
	}

	.accordion-section .row.pb-small {
		padding-bottom: 0 !important;
	}

	.location .h2 {
		margin-bottom: 0.5em;
	}
	
	.fancybox-content {
		overflow: auto;
		margin-bottom: 3em;
	}

	.projects-swiper .market {
		font-size: 0.8em;
	}

	.cta-section .container {
		height: 400px;
	}

	/* HTML Video */



	/* Cards */

	.cards .card.content {
		min-height: unset;
	}
	
	/* Accordion */

	.accordion .answer {
		width: 100%;
	}

	/* Tables */

	table {
		display: block;
		overflow: scroll;
	}

	th, td {
		font-size: 0.7em;
	}

	td {
		line-height: 1.2;
	}
	
	th:last-of-type {
		padding-right: 2em;
	}

	td:last-of-type {
		padding-right: 2em;
	}

	/* Filters */

	#projects .overlay {
		pointer-events: none;
		opacity: 0;
		z-index: 994;
		transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
		position: fixed;
		top: 0;
	}

	#projects .overlay.visible {
		opacity: 0.9;
	}

	.filter.checkbox {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.filter.search:before {
		height: 30px;
		width: 30px;
	}

	[data-filter-group] .checkbox:hover {
		background: unset;
	}

	#show-filters {
		background: #00121F;
		color: #f2f2f2;
		text-transform: uppercase;
		display: inline-flex;
		align-items: center;
		padding: 8px 24px;
		padding-left: 20px;
		border-radius: 1000px;
	}

	#show-filters.active {
		border: 3px solid #F4371A;
	}

	#filters {
		position: fixed;
		bottom: 0;
		background: #00121F;
		border-top-left-radius: 24px;
		border-top-right-radius: 24px;
		z-index: 995;
		padding-top: 2em;
		padding-bottom: 2em;
		width: 100%;
		height: 70vh;
		margin-left: -30px;
	    display: block;
	    transform: translateY(100%);
	    transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
	}

	#filters.open {
		overflow-y: auto;
		overflow-x: hidden;
	}

	#filters.show {
		transform: translateY(0%);
	}

	#close-filters {
		height: 50px;
		width: 50px;
		position: fixed;
		bottom: calc(70vh + 10px);
		right: 15px;
		background-image: url(/wp-content/themes/kokolakis/images/icon-close.svg);
		background-size: 48px;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 996;
		opacity: 0;
		pointer-events: none;
		transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
	}

	#close-filters.show {
		opacity: 1;
		pointer-events: auto;
	}

	.filter-group {
		margin-bottom: 2em;
	}

	.filter-group .label {
		border-radius: 0;
		height: auto;
		font-size: 1.2em;
		color: #F0F3F7;
		border: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		padding-left: 0;
		padding-right: 0;
		background-position: 100% 13px;
		padding-bottom: 0.5em;
		background-color: #00121F;
		background-image: url(/wp-content/themes/kokolakis/images/icon-caret-down-white.svg);
		background-position: 95% center;
	}

	.filter-group .label:hover, .filter-group .label.active {
		border: unset;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.page-template-news .filter-group .label + [data-filter-group] {
		opacity: 1;
		margin-top: 2em;
		pointer-events: auto;
	}

	.page-template-projects .filter-group [data-filter-group] {
		transition: 0s all;
	}
	
	.page-template-projects .filter-group .label.open + [data-filter-group] {
		position: relative;
		top: unset;
		box-shadow: unset;
		padding-left: 0;
		padding-right: 0;
	}

	.page-template-projects .filter-group .label.open + [data-filter-group="market"] {
		padding-bottom: 5em;
	}

	[data-filter-group] .checkbox {
		padding-left: 0;
	}

	.page-template-news .filter-group .label {
		background-image: unset;
	}

	 #apply-clear {
		padding-top: 1em;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		position: fixed;
        bottom: 0;
        background: #00121F;
        z-index: 996;
        padding-bottom: 4em;
        width: 100%;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        opacity: 0;
        pointer-events: none;
        transition: 350ms all cubic-bezier(0.22, 1, 0.36, 1);
	}

	#apply-clear.visible {
		opacity: 1;
		pointer-events: auto;
	}

	#apply-clear .btn-primary {
		width: calc(100% - 100px);
		pointer-events: none;
		opacity: 0.7;
	}

	#apply-clear .btn-primary.active {
		background: #F4371A;
		color: #F2F2F2;
		pointer-events: auto;
		opacity: 1;
	}

	#apply-clear .btn-text {
		width: auto;
		display: block;
	}

	#apply-clear .btn-text.hidden {
		display: none;
	}

	/* Isotope */

	.grid-item {
		margin-bottom: 2em;
	}

	.grid-item .card {
		height: auto !important;
	}

	/* Lists */

	ul.two-col li {
		width: 100%;
		padding-right: 0;
	}

	/* Gravity Forms */
	
	/* Form */

	.gform_wrapper.gravity-theme .gfield_label {
		font-size: 0.8em !important;
	}

	/* Footer */

	#menu-footer-navigation {
		flex-direction: column;
	}

	#menu-footer-navigation li {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0.25em;
		margin-bottom: 0.25em;
	}
}

@media only screen and (max-width: 400px) {
	h1, .h1 {
		font-size: 2.7em;
	}
}