/*!
Theme Name: hff
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hff
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.

hff is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: 'PlusJakarta';
	src: url('fonts/PlusJakartaVariable/PlusJakartaSans[wght].woff2') format('woff2');
	font-weight: 200 900;
	font-style: normal;
	}

@font-face {
	font-family: 'PlusJakartaItalic';
	src: url('fonts/PlusJakartaVariable/PlusJakartaSans-Italic[wght].woff2') format('woff2');
	font-weight: 200 900;
	font-style: italic;
	}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'PlusJakarta', sans-serif;
	font-size: 0.875rem;
    font-weight: 360;
    letter-spacing: 0.03em;
    word-spacing: 0.1em;
	line-height: 1.5;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Blanchard Web', serif;
	clear: both;
	font-weight: 480;
    font-feature-settings: "ss03" 1;
}

h1.entry-title,
h2.title {
	font-family: 'PlusJakarta', sans-serif;
	font-weight: 480;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0.9rem 0 2.4rem 0.05rem;
    font-feature-settings: "ss03" 0;
}

h3.title {
	font-family: 'Blanchard Web', serif;
	font-weight: 515;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0.2rem 0 1.2rem;
}

.contact .contact_info h3 {
    font-weight: 470;
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    margin: -0.15rem 0 1rem;
}

.contact .contact_info,
.contact .phone,
.contact .email {
    font-family: 'Blanchard Web', serif;
    font-weight: 550;
    font-size: 0.85rem;
    line-height: 1.6;
}

.contact .contact_info {
    margin-bottom: 1rem;
}

.contact .email {
    margin-top: 1rem;
}

.contact .phone a {
    font-style: normal;
    letter-spacing: 0.03em;
    word-spacing: 0;
    font-weight: 550;
    font-size: 0.85rem;
    line-height: 1.6;
}

 .entry img {
	 display: block;
}

p {
    margin: 0 0 0.75rem 0;
}

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

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F8F8F8;
}

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;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a,
.link {
	color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    
    font-weight: 515;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    font-family: 'Blanchard Web', serif;
    font-style: italic;
    text-transform: lowercase;
    font-feature-settings: "ss03" 1;
} 

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #606060;
}

a:focus {
	outline: thin dotted;
}

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

p a,
p a:visited {
    font-family: inherit;
	font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    font-style: normal;
    text-transform: none;
    font-feature-settings: "ss03" 0;
    color: #606060;
}

p a:hover,
p a:focus,
p a:active {
	color: #000;
}

/* Forms
--------------------------------------------- */

.form .entry .container {
    padding: 2.2rem 2.2rem 3rem 2.2rem;
}

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

	.form .entry .container {
        padding: 1.5rem 1.5rem 2.25rem;
    }

}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: rgba(0,0,0,0.05);
	color: #000;
	line-height: 1;
	padding: 0.8rem 0.9rem 0.9rem 1rem;
    margin: 0 0 0 auto;
    float: right;
    font-family: 'PlusJakarta', sans-serif;
    font-size: 0.8rem;
    font-weight: 540;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    border: none;
    border-radius: 0;
    font-feature-settings: "ss03" 0;
    transition: all ease 0.2s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: rgba(0,0,0,0.80);
	color: #E8E8E8;
    cursor: pointer;
}

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 {
    background: rgba(0,0,0,0.90);
}

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 {
    font-family: 'Blanchard Web', serif;
    font-weight: 480;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    font-feature-settings: "ss03" 1;
    color: #121212;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
	padding: 0.25rem 0;
	width: 100%;
    background: rgba(255,255,255,0.00);
    resize: vertical;
    transition: all ease 0.2s;
}

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: #000;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
    background-color: rgba(255,255,255,0.20);
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(0,0,0,0.7);
}

select {
	border: none;
}

textarea {
	width: 100%;
}

form label {
    padding: 0;
    font-family: 'PlusJakarta', sans-serif;
    font-size: 0.75rem;
    font-weight: 520;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #121212;
}

.wpcf7-not-valid-tip {
    color: rgba(0,140,152,0.80);
    color: rgba(152,0,26,0.80);
    font-size: 0.75rem;
    font-weight: 520;
    display: block;
    padding: 0.25rem 0 0 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    margin: 0.3rem 0 0 0;
    padding: 0;
}

/* checkbox */

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7 .wpcf7-list-item {
    display: flex;
    margin-bottom: 10px;
}

.wpcf7-checkbox label,
.wpcf7-acceptance label {
    position: relative;
    cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
}

.wpcf7-checkbox input[type=checkbox] + span,
.wpcf7-acceptance input[type=checkbox] + span {
    /* border: 3px solid red; */
}

.wpcf7-checkbox input[type=checkbox] + span:before,
.wpcf7-acceptance input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 1rem;
    width: 1rem;
    top: 0.09rem;
    left: 0;
    border: 2px solid rgba(0,140,152,0.30);
    border: 0.1rem solid rgba(0,0,0,0.15);
	background: rgba(255,255,255,0);
}
.wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-acceptance input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "×";
    height: 1rem;
    width: 1rem;
    top: -0.09rem;
    left: 0.035rem;
    visibility: hidden;
    font-size: 1rem;
    text-align: center;
    line-height: 1rem;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before,
.wpcf7-acceptance input[type=checkbox]:checked + span:before {
    background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-acceptance input[type=checkbox]:checked + span:after{
    visibility: visible;
}
.wpcf7-list-item-label {
    margin-left: 1.5rem;
    display: inline-block;
}

.entry-content .wpcf7-list-item-label a,
.entry-content .wpcf7-list-item-label a:visited {
    color: #606060;
    text-transform: uppercase;
}

.entry-content .wpcf7-list-item-label a:hover,
.entry-content .wpcf7-list-item-label a:active {
    color: #000;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.site-header .container,
.site-main .container,
.site-footer .container {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 7%;
}

.site-header .container {
    padding: 6% 7%;
}

.site-branding .site-title {
	display: none;
}

@media screen and (max-width: 1200px) {
	.site-header .container,
    .site-main .container,
    .site-footer .container {
        padding: 0 5%;
    }

    .site-header .container {
        padding: 6% 5%;
    }
}

@media screen and (max-width: 780px) {
	.site-header .container {
        padding: 8% 5%;
    }
}
	

/* -- sticky footer -- */

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.logged-in .site {
    min-height: calc( 100vh - 32px );
}

.site-main {
    flex: 1 0 auto;
}

.site-footer {
    flex-shrink: 0;
    margin-top: 7%;
}

.site-info {
    border-top: solid 1px #000;
    padding: 3% 0 8%;
    font-family: 'Blanchard Web', serif;
    font-weight: 550;
    font-size: 0.85rem;
    font-feature-settings: "ss03" 1;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 700px) {
	.site-footer {
        margin-top: 10%;
	}
    
    .site-info {
        padding: 10% 0 20%;
    }
}


/* -- footer-navigation -- */

.site-footer .copy,
.footer_navigation {
	display: inline-block;
    font-size: 0.9rem;
    font-weight: 515;
}

.site-footer ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
    font-size: 0;
}

.footer_navigation ul li {
	display: inline-block;
	margin: 0 0 0 1rem;
	padding: 0;
    font-size: 0.9rem;
    font-weight: 515;
    letter-spacing: 0.08em;
}

.footer_navigation ul li::before {
	content: '|';
	margin: 0 1rem 0 0;
}

.site-footer .site-info,
.site-footer .site-info a,
.footer_navigation a {
	
}



/* language-switch */

.site-info .language-switch {
    margin-top: -0.3rem;
}

@media screen and (max-width: 1024px) {
    .site-info .language-switch {
        margin-top: 1rem;
    }
}
    

.site-info .language-switch ul li {
    background-color: #121212;
    border-radius: 50%;
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-content: center;
    justify-content: center;
	transition: all 0.2s ease-in-out;
}

.site-info .language-switch ul li:hover {
    background-color: rgba(18,18,18,0.1);
}

.site-info .language-switch a {
    color: #FFF;
	text-transform: uppercase;
    font-style: normal;
    font-family: 'PlusJakarta', sans-serif;
    font-size: 0.75rem;
    font-weight: 580;
    letter-spacing: 0.1em;
}

.site-info .language-switch ul li:hover a {
    color: #000;
}


@media screen and (max-width: 1024px) {
	.site-info,
	.site-footer .copy,
	.footer_navigation,
	.site-footer ul,
	.footer_navigation ul li {
		display: block;
	}
	
	.footer_navigation ul {
		margin: 2rem 0;
	}
	
	.footer_navigation ul li {
		margin: 0;
        line-height: 2;
	}
    
	.footer_navigation ul li::before {
        content: '';
        margin: 0 0 0 0;
	}

}



/* -- start page -- */

.home .columns {
	display: flex;
	justify-content: space-between;
}

.home .columns {
	display: flex;
	justify-content: space-between;
}

.page-template:not(.home) .entry-header,
.page-template-default .entry-header,
.home .column {
    border-top: solid 1px #000;
}

.entry .container {
    background-color: #FFF;
    padding: 1.5rem;
    margin-bottom: 2.4rem;
}

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

	.entry .container {
        margin-bottom: 5%;
    }

}

.project_list_more .entry .container {
    margin-bottom: 3%;
}

.form .entry .container,
.project_list_more .entry:last-of-type .container {
    margin-bottom: 0;
}

/* .home .column.contact .entry .container {
    background-color: #C9E3E9;
    color: #215570;
}

.home .column.contact .entry .container a {
    color: #215570;
}

.home .column.contact .entry .container a:hover {
    color: #000;
} */

.home .column.contact div.about_us {
	margin-bottom: 5.2rem;
}

@media screen and (max-width: 780px) {
	
    .home .column.contact div.about_us {
	    margin-bottom: 4.6rem;
	}
}

.home .column.contact div.about_us .image img {
	opacity: 1;
}

.home .column.contact div.about_us .image:hover img {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.home .column.contact div.about_us .entry .container {
    background-color: #FFF;
    color: #000;
	padding: 0;
}

.about_us .entry h3.title {
	padding: 1.5rem 1.5rem 0 1.5rem;
}

.about_us .entry h3.title.acc_title {
    color: #000;
	padding: 1.5rem 1.5rem 0.3rem 1.5rem;
    transition: padding 0.4s ease-in-out, color 0.2s ease-in-out;
}

.about_us .entry h3.title.acc_title.active {
	padding: 1.5rem 1.5rem 0 1.5rem;
}

.about_us .entry:hover h3.title.acc_title {
    color: #606060;
}

.about_us .entry .text {
	padding: 0 1.5rem 2rem 1.5rem;
}

.home .column .entry::after,
.page-template-page-contact .column .entry::after {
    display: block;
    content: "";
    height: 1px;
    width: 12%;
    background-color: #B4B4B4;
    margin: 0 auto 2.4rem;
}

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

	.home .column .entry::after,
	.page-template-page-contact .column .entry::after {
        margin-bottom: 5%;
    }

}

.home .column .entry:last-of-type::after,
.page-template-page-contact .column .entry:last-of-type::after {
    display: none;
}

.map.entry div.container {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.map.entry a img {
    border-radius: 50%;
    transform: scale(1);
    transition: all ease 0.4s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.map.entry a:hover img {
    transform: scale(1.05);
}

.map.entry a:focus {
    outline: 0;
}

.map.entry a:focus-visible img {
    outline: 1px dotted #232323;
    border-radius: 50%;
}


/* -- contact page -- */

.page-template-page-contact .columns {
	display: flex;
	justify-content: space-between;
}

.page-template-page-contact .columns .contact {
	flex: 0 0 35%;
}

.page-template-page-contact .columns .form {
	flex: 0 0 60%;
}

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

	.page-template-page-contact .columns {
		display: block;
	}

}


/* project lists */

.projects .entry h3.title {
    padding: 0 1.5rem;
	font-weight: 515;
    text-transform: none;
    margin: 1.5rem auto 1rem;
    text-align: center;
}

.home .projects .entry .container,
.projects .entry .container {
    padding: 0;
}

.home .projects .entry .content,
.projects .entry .content {
    padding: 0 1.5rem 1.4rem;
}


/* project lists more */

.project_list_more .container .acc_title > *  {
	display: inline;
}

.projects .project_list_more .entry h3.title,
.projects .project_list_more .entry h3.title a {
	text-transform: none;
}

.projects .project_list_more .entry h3.title {
    margin: 0;
    padding: 0 0.8rem 0 0;
}

.projects .project_list_more .entry .container {
	padding: 1.4rem 1.5rem 1.6rem 1.5rem;
    margin-left: 0;
    margin-right: auto;
    width: 65%;
}

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

	.projects .project_list_more .entry .container {
		width: 100%;
	}
}

.projects .project_list_more .entry .content {
	padding: 0;
}

.projects .project_list_more .entry .content::before {
    content: "//";
    letter-spacing: 0.1em;
    padding-right: 0.8rem;
    color: rgba(0,0,0,0.30);
}

.projects .project_list_more .entry .acc_body {
	margin: 0;
	padding: 0;
    transition: all 0.3s ease-in-out;
}

.projects .project_list_more .entry .acc_title.active + .acc_body {
	margin: 1.3rem 0 0 0;
}

.projects .project_list_more .entry .acc_body .link,
.single-project .entry-content .link {
    margin-top: 1rem;
}



/* contact */


.home .column.projects {
	order: 1;
	flex: 35% 0 0;
}

.home .right_column {
	order: 2;
	flex: 60% 0 0;
	display: flex;
	justify-content: space-between;
}

.home .column.contact {
	order: 3;
	flex: 40% 0 0;
}

.home .column.services {
	order: 2;
	flex: 52.5% 0 1;
	margin: 0 7.5% 0 0;
}

@media screen and (max-width: 1024px) {
	.home .right_column {
		display: block;
		flex: 40% 0 0;
	}
	
	.home .column.projects {
		order: 1;
		flex: 55% 0 0;
	}

	.home .column.services {
		margin: 0 0 0 0;
	}

}

@media screen and (max-width: 780px) {
	.home .columns {
		display: block;
	}
	
	.home .column.services {
		margin-bottom: 4.6rem;
	}
}


.home .column .entry .text b,
.home .column .entry .text strong {
    font-family: 'Blanchard Web', serif;
    font-feature-settings: "ss03" 1;
    font-weight: 510;
    font-size: 0.975rem;
    line-height: 1.5;
}

.home .column.projects .button {
	flex: 35% 0 0;
    background-color: #FFF;
    padding: 1.4rem 1.5rem 1.55rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 515;
    letter-spacing: 0.08em;
    font-feature-settings: "ss03" 1;
    text-align: center;
}

/* page-template-page-projects
--------------------------------------------- */

.page-template-page-projects .project_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	/* align-items: flex-start; */
}

.page-template-page-projects .entry .container {
	height: 100%;
}

.page-template-page-projects .project_list .entry {
	flex: 0 0 30%;
	margin: 0 5% 5% 0;
}

.page-template-page-projects .project_list .entry:nth-of-type(3n) {
	margin: 0 0 5% 0;
}

.page-template-page-projects .project_list .entry .container {
	margin: 0;
}


@media screen and (max-width: 1200px) {
	
	.page-template-page-projects .project_list .entry {
		flex: 0 0 47.5%;
		margin: 0 5% 5% 0;
	}

	.page-template-page-projects .project_list .entry:nth-of-type(3n) {
		margin: 0 5% 5% 0;
	}

	.page-template-page-projects .project_list .entry:nth-of-type(2n) {
		margin: 0 0 5% 0;
	}

}

@media screen and (max-width: 700px) {
    
    .page-template-page-projects .project_list {
        align-items: flex-start;
    }

	.page-template-page-projects .project_list .entry {
		flex: 0 0 100%;
		margin: 0 0 5% 0;
	}

	.page-template-page-projects .project_list .entry:nth-of-type(3n) {
		margin: 0 0 5% 0;
	}

	.page-template-page-projects .project_list .entry:nth-of-type(2n) {
		margin: 0 0 5% 0;
	}
    
    .page-template-page-projects .column .entry::after {
        display: block;
        content: "";
        height: 1px;
        width: 12%;
        background-color: #B4B4B4;
        margin: 5% auto 0;
    }
    
    .page-template-page-projects .column .project_list_more .entry::after {
        display: block;
        content: "";
        height: 1px;
        width: 6%;
        background-color: #C0C0C0;
        margin: 0 auto 3%;
    }

    .page-template-page-projects .column .project_list_more .entry:last-of-type::after {
        display: none;
    }
	
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0;
}

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

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

.site-main {
	margin: 0 0 0 0;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
    width: 35%;
}

a.custom-logo-link img {
	display: block;
}

@media screen and (max-width: 980px) {
	.custom-logo-link {
		display: inline-block;
		width: 55%;
	}
}

@media screen and (max-width: 780px) {
	.custom-logo-link {
		display: inline-block;
		width: 100%;
	}
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/*--------------------------------------------------------------
# Photoswipe
--------------------------------------------------------------*/


.slideshow .image .details {
	display: none;
}

figure {
    margin: 0;
}

button {
    border-radius: 0;
} 

.pswp__bg {
    background: rgb(255, 255, 255, 1)!important;
}

.pswp__caption {
    background-color: rgba(255, 255, 255, 0)!important;
    padding-left: 3rem;
}

@media screen and (max-width: 840px) {
	
    .pswp__caption {
        padding-left: 0;
    }
	
}

.pswp__caption .pswp__caption__center {
    display: table;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
    background-color: rgba(255, 255, 255, 1);
	text-align: left;
    min-height: 3.2rem;
}

@media screen and (max-width: 840px) {
	
    .pswp__caption .pswp__caption__center {
        text-align:center;
        margin-left: auto;
        margin-right: auto;
    }
	
}

.pswp__caption .pswp__caption__center div {
	margin: 0 0 0 0;
}

.pswp__caption .pswp__caption__center div:last-of-type {
	margin: 0 0 0 0;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: rgba(255,255,255,0);
}


.pswp--svg .pswp__top-bar .pswp__button,
.pswp--svg .pswp__button--arrow--left::before, .pswp--svg .pswp__button--arrow--right::before {
    background-image: url(/wp-content/themes/hff/js/photoswipe/hws-skin/skin.svg);
		
}
.pswp__button, 
.pswp__button--arrow--left::before, 
.pswp__button--arrow--right::before,
.pswp--svg button.pswp__button--arrow--left::before,
.pswp--svg button.pswp__button--arrow--right::before
{
    background: url(/wp-content/themes/hff/js/photoswipe/hws-skin/skin.svg) 0 0 no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0px;
        background-position-y: 0px;
    background-image: url(/wp-content/themes/hff/js/photoswipe/hws-skin/skin.svg);
        background-size: auto;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

.pswp--svg button.pswp__button--arrow--right::before {
	right: 0;
}

.pswp__button--close,
.pswp__button--fs {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
    content: '';
    top: 35px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 44px;
    width: 44px;
    position: absolute;
	overflow: hidden;
}

.pswp__button.pswp__button--fs {
    float: left;
}

button.pswp__button--arrow--left::before {
    left: 0px;
    background-position: -134px -36px !important;
}

button.pswp__button--arrow--right::before {
    right: 0px;
    background-position: -88px -36px !important;
}

/* debugging */
.pswp__caption.pswp__ui--idle, .pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1;
}

.pswp__caption {
    background-color: rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.3);
}

.pswp__top-bar {
    background-color: rgba(0,0,0,0);
}

.pswp__caption .img_container .caption {
	height: auto;
}

.pswp__caption .tecrec div {
/*	white-space: nowrap; */
}

.img_container figcaption {
	display: none;
}

.pswp__caption__center {
    display: table;
    max-width: none;
    width: auto;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__button--close,
.pswp__ui--idle .pswp__button--fs,
.pswp__ui--idle .pswp__button {
    opacity: 0;
}

