/*!
Theme Name: aik
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: GroteskRegular !important;
	margin: 0;
	background-color: #FFFDF8;
}

/* 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, a:hover {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}

/**
 * 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: bolder;
}

/**
 * 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;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/aik/fonts/Roboto/RobotoMono-Regular.ttf") format("truetype");
}
.Roboto{
	font-family:Roboto;
}

@font-face {
    font-family: GroteskRegular;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/aik/fonts/Modern_Grotesk_CF_Regular/CFModGrotesk-Regular.woff2") format("opentype");
}
.GroteskRegular{
	font-family:GroteskRegular;
}

@font-face {
    font-family: GroteskSemiBold;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/aik/fonts/Modern_Grotesk_CF_SemiBold/CFModGrotesk-SemiBold.woff2") format("opentype");
}
.GroteskSemiBold{
	font-family:GroteskSemiBold;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.clearWhiteFontColor {
	color: #fff;
}

.clearWhiteBackgroundColor {
	background-color: #fff;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

.whiteFontColor {
	color: #FFFDF8;
}

.whiteBackgroundColor {
	background-color: #FFFDF8;
}

.grayFontColor {
	color: #A0A0A0;
}

.brownBackgroundColor {
	background-color: #3A2507;
}

.cielBackgroundColor {
	background-color: #C0DCF0;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

p {
	font-family: 'Roboto';
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #000000 !important;
}

.paragraph_wrapper {
	margin-bottom: 60px;
}

#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 30px;
    z-index: 100;
}

#colophon {
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 30px;
    margin-top: 72px;
    z-index: 99;
}

.desktop .error404 #colophon {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.desktop .error404 #page {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.desktop .error404 #content {
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.office #colophon, .contact #colophon {
    margin-top: 40px;
}

.desktop .office #colophon, .desktop .contact #colophon {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#content {
    margin-top: 30px;
}

.desktop a.mega-menu-link:hover, .desktop .mega-current_page_item a.mega-menu-link {
    color: #A0A0A0 !important;
}

.mobile a.mega-menu-link:hover {
    color: #A0A0A0 !important;
}

.croppedContent {
    max-width: 94.3%;
    margin: auto;
}

.desktop .croppedContent {
    max-width: 100%;
    margin: 0;
    padding-left: 55px;
    padding-right: 55px;
}

.error404 #primary, .error404 #content {
    margin-top: 0;
}

.error404 #main {
	height: calc(100vh - 137px);
}

.home_bg_bottom {
	padding-bottom: 6px;
}

.mobile .home_bg_bottom {
	padding-bottom: 3px;
}

.home #primary, .projects #primary, .contact #primary {
	margin-top: 0;
}

.home .motto_wrapper, .projects .motto_wrapper {
	padding-bottom: 0 !important;
}

.home #main, .projects #main {
    margin-top: -55px;
}

.desc_wrapper {
	max-width: 90%;
}

.photos_wrapper {
	display: flex;
	align-items: center;
}

.indexes_wrapper {
    position: fixed;
    left: 55px;
}

.mobile #masthead {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 60px;
	z-index: 999;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000;
	border-radius: 0;
}

.desktop #masthead .additions {
	display: none;
}

.motto_wrapper {
    z-index: 99;
    position: relative;
}

#mega-menu-wrap-menu-1 {
    background: transparent !important;
}

.indexes_wrapper {
	visibility: hidden;
}

#indexes_wrapper_1 {
	visibility: visible;
}

#logo, .logo_secondary {
    height: 32.33px;
}

a.mega-menu-link {
    padding: 0 !important;
    margin-right: 25px !important;
}

#mega-menu-menu-1 > *:nth-last-child(2) a {
    margin-right: 0 !important;
}

.office .paragraph_wrapper img {
    margin-top: 10px;
}

.desktop .office .paragraph_wrapper img {
    width: 49%;
    height: auto;
}

.office main#main, .contact main#main {
    /* height: calc(100vh - 165px); */
    display: flex;
    align-items: flex-end;
}

.mobile .projects .photos_wrapper {
	padding-left: 0;
	/* width: 33%; */
	width: 16.5vw;
    justify-content: flex-start;
}

.project_third_col_info {
	display: flex;
}

.mobile .project_third_col_info {
	/* width: 29%; */
	width: 49.5vw;
    justify-content: flex-end;
}

.projects .photos_wrapper_sm {
	padding-left: 20px;
}

.title_project {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.mobile .pt94 {
	padding-top: 140px;
}

.mobile .quarter_width {
	width: 25vw;
	margin: 0;
}

.project_info {
	max-width: 170px;
}

.projects_navigation a {
	text-decoration: none;
}

.single-projects .desc_wrapper p {
    margin-top: 15px;
}

.desktop .ms-3-sm {
	margin-left: 6px;
}

.single_project_row {
	margin-bottom: 6px;
}

.mobile .single_project_row {
	margin-bottom: 3px;
}

.slider_images_wrapper {
    position: relative;
	margin-bottom: 6px;
}

.mobile .slider_images_wrapper {
	margin-bottom: 3px;
}

.paginator-center li {
	cursor: pointer;
}

.paginator-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
	cursor: pointer;
}

.prev_arrow {
	margin-left: 20px;
	transform: rotate(-180deg)
}

.next_arrow {
	margin-right: 20px;
}

.prev_arrow, .next_arrow {
	background-image: url(/wp-content/themes/aik/images/arr_r.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 56px;
	height: 36px;
}

.projects_navigation {
	margin-top: 87px;
}

.single_project_info {
	margin-bottom: 142px;
}

.single_project_info_ms {
	margin-left: 90px;
}

.single_project_info_mb {
	margin-bottom: 30px;
}

.single_project_info_wrapper_mb .single_project_info_mb:last-child {
	margin-bottom: 0;
}

.desktop .single-projects li#mega-menu-item-32 a {
    color: #A0A0A0 !important;
}

.contact {
	background-color: #C0DCF0;
}

.address_mb {
	margin-bottom: 128px;
}

.address_mb_sm {
	margin-bottom: 98px;
}

.mobile #colophon img {
	max-width: 239.92px !important;
	margin: auto;
    display: block;;
}

.mobile #colophon {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.mobile .office main#main, .mobile .contact main#main {
	height: 100%;
	display: flex;
	align-items: flex-start;
}

.mobile .motto_wrapper img {
    display: none;
}

.mobile .office .paragraph_wrapper img {
    margin-bottom: 14px;
}

.mobile .padding_row {
	padding: 0;
	--bs-gutter-x: 0;
}

.mobile #content {
    margin-top: 0;
}

.mobile #masthead {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 16px;
}

.mobile .office #main {
    margin-top: 140px;
}

.mobile #primary {
    margin-top: 140px;
}

.mobile .privacy-policy .paragraph_wrapper {
    margin-bottom: 30px;
}

.mobile .error404 #primary {
	margin-top: 0;
}

.mobile .error404 #colophon img {
    max-width: 104px !important;
    margin: auto;
    display: block;
}

.mobile .tc_mbl {
	text-align: center;
}

.mobile .tc_mbl img {
	width: 47px !important;
}

.mobile .error404 #main {
    height: calc(100vh - 66px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile .error404 #main img.display-mobile {
    margin: auto;
    display: block;
}

.mobile #masthead .additions a {
    font-family: 'GroteskSemiBold';
    text-decoration: none;
    font-size: 17px;
}

.mobile .address_mb, .mobile .address_mb_sm {
	margin-bottom: 0;
}

.mobile .contact main#main {
    height: calc(100vh - 30px - 97px - 95.2px);
}

.mobile .privacy-policy #primary {
    margin-top: 100px;
}

.mobile .socials_link {
	font-size: 12px;
}

.mobile .contact .socials_link:first-child {
	margin-bottom: 11px;	
}

.mobile .single-projects .single_project_row img {
	/* height: max-content; */
	height: auto;
}

.mobile .slick-slide, .mobile .slick-list {
	height: auto !important;
}

.mobile .single-projects .slider_images img {
	/* height: auto !important; */
}

.motto_line {
    padding: 0 !important;
    height: 40px;
}

.mobile .col_text_mbl {
	max-width: 95%;
	margin: auto;
}

/* Mobile Widths Homepage */
.mobile .width428 {
	width: 126px;
}

.mobile .width616 {
	width: 200px;
}

.mobile .width766 {
	width: 264px;
}

.mobile .width1064 {
	width: 326px;
}

/* Mobile Widths Projects */
.mobile .width373_pr {
	width: 180px;
}

.mobile .width616_pr {
	width: 200px;
}

.mobile .width766_pr {
	width: 220px;
}

.mobile .width1064_pr {
	width: 303px;
}

/* Mobile Widths Single Project */
.mobile .width428_spr {
	width: 100%;
	max-width: 126px;
}

.mobile .width766_spr {
	width: 100%;
	max-width: 240px;
}

.mobile .width1064_spr {
	width: 100%;
	max-width: 303px;
}

.mobile .width1568_spr {
	width: 100%;
	max-width: 366px;
}

.mobile .home #primary {
    margin-top: 92px;
}

.mobile .home .indexes_wrapper {
    position: fixed;
    left: 0;
    padding-left: 12px;
    padding-right: 12px;
    top: 140px;
    width: 100%;
}

.mobile .home .indexes_wrapper .d-flex {
    justify-content: space-between;
}

.mobile .home .photos_wrapper {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.mobile .home .indexes_wrapper h3 {
    max-width: 150px;
    text-align: left;
}

.mobile .projects .indexes_wrapper {
    position: fixed;
    left: 0;
    padding-left: 11px;
    padding-right: 11px;
	padding-bottom: 10px;
    top: 0;
    background-color: #FFFDF8;
	width: 100%;
    min-height: 136px;
    display: flex;
    align-items: flex-end;
	z-index: 10;
}

.mobile .projects #primary {
    margin-top: 240px;
}

.mobile .projects .photos_wrapper_sm {
    padding-left: 14px;
}

.mobile .single-projects .text_wrapper, .mobile .single-projects .text_wrapper > * {
    background: transparent;
    color: #000 !important;
	max-width: 100%;
    padding: 0;
    padding: 0;
}

.mobile .single-projects .text_wrapper {
    padding-top: 6px;
    padding-bottom: 0;
}

.mobile .single-projects .content_text_wrapper h1 {
	margin-bottom: 15px;
}

.mobile .projects_navigation a {
	font-size: 15px;
}

.mobile .projects_navigation {
    margin-top: 30px;
}

.mobile .single_project_info {
    position: fixed;
    background-color: #FFFDF8;
    top: 0;
    padding-bottom: 10px;
    left: 0;
    padding-left: 11px;
    padding-right: 11px;
    height: max-content;
    padding-top: 140px;
    display: flex;
    margin-bottom: 0;
    width: 100%;
	z-index: 9;
}

.mobile #calc_height_mobile .single_project_info_ms {
    width: calc(100vw - 25.5vw - 49.5vw);
}

.mobile .single_project_info_ms {
    margin-left: 0;
    /* min-width: max-content; */
	width: calc(100vw - 34vw - 49.5vw);
}

.mobile .single_project_info .d-flex .single_project_info_ms:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
	width: 34vw;
}

.visibility-hidden {
	visibility: hidden !important;
}

.mobile .single_project_info_mb {
    margin-bottom: 15px;
}

.mobile .extra_info_wrapper .single_project_info_wrapper_mb {
    min-width: max-content;
	margin-top: 10px;
}

.mobile .single-projects .motto_line {
    display: none !important;
}

.mobile .single-projects #primary {
    margin-top: 0;
}

.mobile .single-projects .images_counter_wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
}

video {
	margin-bottom: -8px;
}

.contact .motto_wrapper, .office .motto_wrapper {
    display: none !important;
}

.desktop .contact, .desktop .office {
    overflow: hidden;
}

.mobile .contact {
	overflow-x: hidden;
}

.desktop .fi_quarter_width {
	width: 200px;
}

.desktop .si_quarter_width {
	width: 180px;
}

.desktop .ti_quarter_width {
	width: 180px;
}

.mobile .projects .project_third_col_info .photos_wrapper:first-child {
	width: 15px;
}

.slider_images img {
	object-fit: cover;
}

.desktop .single-projects .dsk_logo {
	display: none;
}

.logo_secondary {
	opacity: 0;
}

.mobile .logo_secondary {
	opacity: 1;
}

.single-projects .logo_secondary {
    opacity: 1;
}

.mobile .single-projects .logo_secondary {
	opacity: 0;
}

.single-projects .logo_secondary {
	display: block;
}

.homepage_logo {
	display: none;
}

.mobile .home .homepage_logo, .mobile .home .homepage_logo img {
	display: block;
}

.mobile .home .mbl_logo {
	display: none;
}

.mobile .home .homepage_logo {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    width: max-content;
}

.mobile .projects .project_third_col_info .photos_wrapper_sm {
	width: 30px;
}

.mobile .projects .project_third_col_info .photos_wrapper_sm:nth-child(2) {
	width: 47px;
}

.mobile .projects .title_project_href .title_project {
    max-width: 85%;
}

.mobile .title_project_href {
	width: 49.5vw;
}

.mobile .extra_info_wrapper .single_project_info_wrapper_mb h3 {
    line-height: 18px !important;
}

.mobile .single_text, .mobile .single_text p {
	font-size: 14px;
	line-height: 20px !important;
}

.mobile .home .single_text, .mobile .home .single_text p {
	font-size: 11px;
	line-height: 16px !important;
}

.desktop .single-projects .motto_line {
    max-width: 50vw;
    margin-left: 55px;
    z-index: 999;
}

.desktop .single-projects .motto_line .col-lg-1 {
    width: 148px;
}

.r_col_align {
	display: flex;
	justify-content: flex-end;
}

.mobile .paginator-center .prev_arrow {
	display: none !important;
}

.mobile .paginator-center .prev_arrow,
.mobile .paginator-center .next_arrow {
	width: 20px;
    height: 12.86px;
}

.mobile .paginator-center .next_arrow {
    position: absolute;
    right: 0;
    top: 50%;
}

.mobile .paginator-center {
    width: 20px;
    right: -10px;
}

.single_project_row img {
    height: max-content;
}

.desktop .contact img {
    max-height: 498px;
}

.max-h-img {
	max-height: 1140px;
	object-fit: cover;
}

.mobile .home .text_wrapper {
    padding-top: 10px;
}

.mobile .col_text_mbl {
    margin-top: -1px;
}

.mobile .contact .mbl_contact_img_wrapper {
	overflow-x: hidden;
}

.mobile .slider_images_wrapper_1064px {
	max-width: 303px;
}

.desktop .single-projects #mega-menu-wrap-menu-1 {
    width: max-content;
    margin-left: auto;
}

.desktop .custom_col_wrapper_6_lg {
	padding-right: 0;
	display: flex;
	justify-content: flex-end;
}

.desktop .dekstop_flex_row_contact {
    display: flex;
    justify-content: space-between;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media only screen and (max-width: 992px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-family: 'GroteskSemiBold';
		margin: auto !important;
	}

    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        width: 100vw !important;
    }

	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		right: -100vw;
	}

    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        width: 100vw;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        z-index: 99;
    }

    .mega-menu-menu-1-off-canvas-open #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        top: 0 !important;
        text-align: center;
        display: flex;
		justify-content: space-between;
		padding-top: 190px;
    }

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {
		z-index: 999;
	}

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
        content: "";
        z-index: 9;
        display: none !important
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        background: 0 0 !important
    }

    .mobile #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        height: 100%;
        max-height: 100vh;
        overflow: auto;
    }

    .mobile #mega-menu-menu-1 {
        display: flex !important;
        justify-content: space-between !important;
        padding-bottom: 20px !important
    }

    .mobile .mega-wpml-ls-item a.mega-menu-link {
        flex-direction: row !important
    }

    .mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        height: auto
    }
}

@media (min-width: 320px) {
	h1, h1 p {
		font-size: 10px;
	}
	
	h2, h2 p {
		font-size: 10px;
	}
	
	h3, h3 p {
		font-size: 14px;
	}
	
	h4, h4 p {
		font-size: 16px;
	}
	
	h5, h5 p {
		font-size: 18px;
	}
	
	p, .desc_wrapper {
		font-size: 11px;
	}

	.counter_font {
		font-size: 200px;
		line-height: 0.88;
		height: 150px;
	}

	#logo, .logo_secondary {
		width: 52.83px !important;
	}

	.text_wrapper {
		width: 100%;
		height: max-content;
		min-height: 230px;
		padding-top: 76px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.slider_images_wrapper_1064px {
		width: 100% !important;
	}
	
	.slider_images_wrapper_1568px {
		width: 100% !important;
	}

	.mobile h3 {
		line-height: 16px !important;
	}

	.mobile .office h3 {
		line-height: 17px !important;
	}
	
	h4.GroteskSemiBold {
		line-height: 18px !important;
	}
	
	.contact h5, .contact h5 > * {
		line-height: 22px;
	}

	.custom_inside_col {
		flex: 0 0 auto;
		width: 240px;
	}
}

@media (min-width: 495px) and (max-width: 650px) {
	.mbl_contact_img_wrapper img {
		max-width: 80%;
	}
}

@media (min-width: 992px) {
	h1, h1 p {
		font-size: 1.302vw;
	}
	
	h2, h2 p {
		font-size: 1.302vw;
	}
	
	h3, h3 p, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 1.042vw;
	}
	
	h4, h4 p {
		font-size: 1.146vw;
	}
	
	h5, h5 p {
		font-size: 1.563vw;
	}
	
	p, .socials_c_wrapper a, .desc_wrapper {
		font-size: 0.833vw;
	}

	.next_arrow h2, .prev_arrow h2 {
		font-size: 0.781vw;
	}

	.counter_font {
		font-size: 31.250vw;
		height: 23.438vw;
	}

	#logo, .logo_secondary {
		width: 4.75vw !important;
		max-width: max-content;
	}

	.logo_secondary {
		width: 4.75vw !important;
		max-width: max-content;
	}

	/* Desktop Widths Homepage */
	.width428 {
		width: 22.292vw;
	}

	.width616 {
		width: 32.083vw;
	}

	.width766 {
		width: 39.896vw;
	}

	.width1064 {
		width: 55.417vw;
	}

	/* Desktop Widths Projects */
	.width373_pr {
		width: 19.427vw;
	}

	.width616_pr {
		width: 32.083vw;
	}

	.width766_pr {
		width: 39.896vw;
	}

	.width1064_pr {
		width: 55.417vw;
	}

	/* Desktop Widths Single Project */
	.width428_spr {
		width: 22.292vw;
	}

	.width766_spr {
		width: 39.896vw;
	}

	.width1064_spr {
		width: 55.417vw;
	}

	.width1568_spr {
		width: 81.667vw;
	}

	.text_wrapper {
		width: 55.417vw;
		height: max-content;
		min-height: 32.135vw;
		padding-top: 4.531vw;
		padding-bottom: 1.042vw;
		padding-left: 1.406vw;
		padding-right: 1.406vw;
	}

	.slider_images_wrapper_1064px {
		width: 55.417vw !important;
	}

	.slider_images_wrapper_1568px {
		width: 81.667vw !important;
	}

	h3 {
		line-height: 1.146vw !important;
	}
	
	h4.GroteskSemiBold {
		line-height: 1.250vw !important;
	}
	
	.contact h5, .contact h5 > * {
		line-height: 1.667vw;
	}

	.margin_top_calc {
		height: calc(100vh - 8.594vw - 28.267vw);
		max-height: 19.688vw;
	}

	.office .margin_top_calc, .contact .margin_top_calc {
		height: 0;
		max-height: max-content;
	}

	.desktop .home .indexes_wrapper h3 {
		width: 7.813vw;
		text-align: left;
	}

	.desktop .title_project_href {
		width: 6.771vw;
	}

	.desktop .projects .location_info_wrapper {
		width: 11.771vw;
	}

	.projects .project_third_col_info .photos_wrapper_sm {
		width: 1.979vw;
	}
	
	.projects .project_third_col_info .photos_wrapper_sm:nth-child(2) {
		width: 3.281vw;
	}
	
	.projects .project_third_col_info .photos_wrapper:first-child {
		width: 4.323vw;
	}

	.desktop .projects .photos_wrapper {
		padding-left: 3.125vw;
	}

	.photos_wrapper {
		padding-left: 2.005vw;
	}

	.projects .indexes_wrapper, .single-projects .indexes_wrapper, .home .indexes_wrapper {
		top: 16.667vw;
	}

	#primary {
		/* margin-top: 31vh; */
		margin-top: calc(16.667vw - 70px);
	}

	.office #primary, .contact #primary {
		margin-top: 16.667vw;
	}

	.col-lg-5custom {
		flex: 0 0 auto;
		width: 39.896vw;
	}

	.col-lg-7custom {
		flex: 0 0 auto;
		width: calc(100% - 39.896vw - 6px);
	}

	.single-projects .col-lg-6custom_l {
		flex: 0 0 auto;
	}

	.single-projects .col-lg-6custom_r {
		flex: 0 0 auto;
	}

	.single-projects .single_projects_custom_col_auto {
		flex: 0 0 auto;
		width: auto !important;
		padding-right: 0;
	}

	.motto_line img {
		margin-left: 3.906vw;
	}

	.motto_line img {
		height: 32.33px;
	}

	.single-projects .motto_line img {
		height: 32.33px;
		margin-left: 3.906vw;
	}

	.motto_line .single_projects_custom_col_auto img {
		margin-left: 55px;
	}

	.single-projects .motto_line .single_projects_custom_col_auto img {
		margin-left: 55px;
	}

	.single-projects .motto_line {
		align-items: flex-end !important;
	}

	.single-projects .col-lg-6custom_l {
		padding-left: 0;
		padding-right: 4.375vw;
    	margin-right: -15px;
	}
}

@media (min-width: 1028px) and (max-width: 1106px) {
	.single-projects .col-lg-6custom_l {
		padding-left: 0;
		padding-right: 3.79vw;
		margin-right: -15px;
	}
}

@media (min-width: 320px) and (max-width: 600px) {
	.mobile .projects .photos_wrapper {
		width: 35.5vw;
	}
}

@media (min-width: 992px) and (max-width: 1450px) {
	.single-projects .motto_line .col-lg-5 img {
		margin-left: 0;
		height: 100%;
	}

	.single-projects .motto_line .col-lg-5 {
		height: 32.33px;
	}
}

@media (min-width: 1451px) {
	.single-projects .motto_line .single_projects_custom_col_auto img {
		margin-left: 0;
	}

	.single-projects .motto_line .col-lg-5 img {
		margin-left: 0;
		height: 100%;
	}

	.single-projects .motto_line .col-lg-5 {
		height: 32.33px;
	}
}

@media (min-width: 1920px) {
	h1, h1 p {
		font-size: 25px;
	}
	
	h2, h2 p {
		font-size: 25px;
	}
	
	h3, h3 p, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 20px;
	}
	
	h4, h4 p {
		font-size: 22px;
	}
	
	h5, h5 p {
		font-size: 30px;
	}
	
	p, .socials_c_wrapper a, .desc_wrapper {
		font-size: 16px;
	}

	.next_arrow h2, .prev_arrow h2 {
		font-size: 15px;
	}

	.counter_font {
		font-size: 600px;
		line-height: 0.88;
		height: 450px;
	}

	#logo, .logo_secondary {
		width: 72px !important;
	}

	.text_wrapper {
		width: 1064px;
		height: max-content;
		min-height: 617.72px;
		padding-top: 87px;
		padding-bottom: 20px;
		padding-left: 27px;
		padding-right: 27px;
	}
	
	/* Desktop Widths Homepage */
	.width428 {
		width: 428px;
	}

	.width616 {
		width: 616px;
	}

	.width766 {
		width: 766px;
	}

	.width1064 {
		width: 1064px;
	}

	/* Desktop Widths Projects */
	.width373_pr {
		width: 373px;
	}

	.width616_pr {
		width: 616px;
	}

	.width766_pr {
		width: 766px;
	}

	.width1064_pr {
		width: 1064px;
	}

	/* Desktop Widths Single Project */
	.width428_spr {
		width: 428px;
	}

	.width766_spr {
		width: 766px;
	}

	.width1064_spr {
		width: 1064px;
	}

	.width1568_spr {
		width: 1568px;
	}

	.slider_images_wrapper_1064px {
		width: 1064px !important;
	}

	.slider_images_wrapper_1568px {
		width: 1568px !important;
	}

	.desktop_mtop_wrapper {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.margin_top_calc {
		height: calc(100vh - 165px - 542.73px);
		max-height: 378px;
	}

	.office .margin_top_calc, .contact .margin_top_calc {
		height: 0;
		max-height: max-content;
	}

	h3 {
		line-height: 22px !important;
	}
	
	h4.GroteskSemiBold {
		line-height: 24px !important;
	}
	
	.contact h5, .contact h5 > * {
		line-height: 32px;
	}

	.desktop .home .indexes_wrapper h3 {
		width: 150px;
		text-align: left;
	}

	.desktop .title_project_href {
		width: 130px;
	}

	.desktop .projects .location_info_wrapper {
		width: 226px;
	}

	.projects .project_third_col_info .photos_wrapper_sm {
		width: 38px;
	}
	
	.projects .project_third_col_info .photos_wrapper_sm:nth-child(2) {
		width: 63px;
	}
	
	.projects .project_third_col_info .photos_wrapper:first-child {
		width: 83px;
	}
	
	.mobile .projects .project_third_col_info .photos_wrapper:first-child {
		width: 43px;
	}

	.desktop .projects .photos_wrapper {
		padding-left: 60px;
	}

	.photos_wrapper {
		padding-left: 38.5px;
	}

	.projects .indexes_wrapper, .single-projects .indexes_wrapper, .home .indexes_wrapper {
		top: 320px;
	}

	#primary {
		/* margin-top: 31vh; */
		margin-top: 251px;
	}

	.office #primary, .contact #primary {
		margin-top: 321px;
	}

	.col-lg-5custom {
		flex: 0 0 auto;
		width: 766px;
	}

	.col-lg-7custom {
		flex: 0 0 auto;
		width: calc(100% - 766px - 6px);
	}

	.single-projects .motto_line {
		align-items: center !important;
	}

	.motto_line img {
		height: inherit;
	}
	
	.single-projects .motto_line img {
		height: inherit;
		margin-left: 3.906vw;
	}

	.single-projects .col-lg-6custom_l {
		padding-right: 84px;
    	margin-right: -15px;
	}
}

@media (min-width: 2100px) {
	.office main#main, .contact main#main {
		height: calc(100vh - 185px);
		display: flex;
		align-items: flex-end;
	}
}

@media (min-width: 3800px) {
	.office main#main, .contact main#main {
		height: calc(100vh - 225px);
		display: flex;
		align-items: flex-end;
	}
}

@media (min-width: 320px) {
	.safari .counter_font {
		font-size: 200px;
		line-height: 150px;
		height: 150px;
		text-align: center;
		display: block;
		margin: auto;
	}
}

@media (min-width: 992px) {
	.safari .counter_font {
		font-size: 31.250vw;
		line-height: 23.438vw;
		height: 23.438vw;
		text-align: center;
		display: block;
		margin: auto;
	}
}

@media (min-width: 1920px) {
	.safari .counter_font {
		font-size: 600px;
		line-height: 450px;
		height: 450px;
		text-align: center;
		display: block;
		margin: auto;
	}
}

@media (max-width: 330px) and (max-height: 480px) {
	.projects, .home {
		padding-bottom: 25em !important;
	}
}

@media (max-width: 1024px) and (max-height: 600px) {
	.projects, .home {
		padding-bottom: 0 !important;
	}
}

@media (max-width: 1140px) and (max-height: 1024px) {
	.projects, .home {
		padding-bottom: 44em;
	}
}

@media (max-width: 992px) and (max-height: 896px) {
	.projects, .home {
		padding-bottom: 27em !important;
	}
}

@media (min-width: 992px) and (max-width: 1450px) {
	.desktop .single-projects .motto_line {
		max-width: 50vw;
		margin-left: 0;
		z-index: 999;
	}
}

/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/