/*
Theme Name: Geometry
Description: A theme by Geometry - Brussels - Visit us at http://www.geometry.be
Author: Geometry
Version: 1.0
*/

/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/* END CSS RESET */

@font-face {
 font-family: Arial;
 src: url("fonts/Arial.eot")
}
@font-face {
 font-family: Arial;
 src: url("fonts/Arial.ttf")
}

/* TYPO */

body {
	font-family: Arial, sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	background: #ffffff;
}

a {
	color: #000000;
	text-decoration: none;
}

nav a {
	text-transform: lowercase;
}

.single-project #menu-item-8 a,
#news a,
th,
.page-template-template-projects-list #mainmenu ul li:nth-child(1) a,
h1,
a:hover,
nav li.current_page_item a {
	text-decoration: underline;
}

th span {
	cursor: pointer;
}

#projects-list a:visited,
#selected-projects a:visited {
    color: #9a9a9a;
}

#selected-projects ul li {
	font-size: 22px;
}

.small {
	font-size: 19px;
	line-height: 24px;
}



/* END TYPO */

header {
	display: block;
	background: #ffffff;
	position: fixed;
	width: 100%;
	padding-bottom: 29px;
	max-width: 1600px;
	z-index: 10000;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
}

section {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.logo {
	fill: #000000;
}

#logo_big svg,
#logo svg {
	width: 100%;
	height: auto;
}

#logo {
	width: 90px;
	display: block;
	margin: 45px 0 0 45px;
	margin-bottom: 0;
	float: left;
}

nav {
	display: block;
	margin: 45px;
	margin-bottom: 0;
	float: right;
}

nav ul,
nav ul li {
	display: block;
	float: left;
} 

#mainmenu {
	width: 33%;
	margin: 0;
}

#mainmenu div {
	margin: 45px 45px 45px 22.5px;
}

#mainmenu ul {
	width: 100%;
}

#mainmenu ul li:nth-child(1) {
	width: 39%;
	text-align: left;
}

#mainmenu ul li:nth-child(2) {
	width: 30.5%;
	text-align: center;
}

#mainmenu ul li:nth-child(3) {
	width: 30.5%;
	text-align: right;
}

#submenu ul {
	width: 100%;
}

#submenu ul li {
	padding-left: 5%;
}

#submenu ul li:first-child,
nav ul li:first-child {
	padding: 0;
}

#submenu {
	clear: both;
	float: left;
	height: 25px;
	width: 75%;
	margin-top: 37px;
}

.home #logo {
	display: none;
}

#index {
	height: 100vh;
	position: relative;
}

#logo_big {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 50vh;
	max-width: 500px;
	z-index: 15000;
	margin: 0 auto;
}

section > div {
	margin: 45px;
	margin-top: 177px;
	overflow: hidden;
}

#projects-list > div,
#selected-projects > div {
	margin-top: 239px;
	margin-left: 22.5px;
	margin-right: 22.5px;
}

#projects-list > div {
	margin-left: 45px;
	margin-right: 45px;
}

#selected-projects ul li {
	width: 25%;
	float: left;
}

#selected-projects ul li:nth-child(4n+1) {
	clear: both;
}

#selected-projects ul li a {
	display: block;
	margin: 0 22.5px 45px 22.5px;
	text-align: center;
}

#selected-projects ul li img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
}

#office > div {
    margin-left: 0;
    margin-right: 0;
}

#office #right {
	width: 33%;
	float: right;
}

#office #right > div {
	margin: 0 45px 0 22.5px;
}

#office #left {
	width: 50%;
	max-width: 800px;
	float: left;
	position: fixed;
}

#office #left > div {
	margin: 0 0 0 45px;
}

td span:after {
content: "m²";
}

table th:first-child,
table td:first-child {
	display: none;
}

table {
	width: 100%;
}

th {
	text-align: left;
}

td {
    border-bottom: 2px solid #000000;
}

td, 
th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

table th:nth-child(2),
table td:nth-child(2) {
    padding-left: 0;
}

table th:last-child,
table td:last-child {
    padding-right: 0;
}

#news img {
    margin-bottom: 50px;
}

#projects-list .arrows {
    height: 16px;
    padding-left: 10px;
    padding-top: 2px;
    cursor: pointer;
}

.carousel-cell img.mobile,
#news-mobile,
#logo img,
.h-close,
.hamburger, 
.arrows-mobile {
    display: none;
}







/* SLIDER */

#slider {
	position: relative;
	padding-bottom: 138px;
}

#news #slider {
	padding-bottom: 0;
}

.main-carousel {
}

.carousel-cell {
	width: 100%;
	min-height: 50vh;
	height: auto;
	text-align: center;
}

.carousel-cell img {
	height: 50vh;
	display: block;
	margin: 0 auto;
}

.carousel-cell-image {
	display: block;
	max-height: 100%;
	margin: 0 auto;
	max-width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.carousel-status {
  display: inline-block;
  padding-left: 50px;
}

.flickity-enabled {
    position: relative;
}

.flickity-prev-next-button svg {
    display: none;
}

.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
    width: 50%;
    height: 50vh;
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    transform: none;
    top: 0;
    z-index: 100;
}

.flickity-prev-next-button.previous {
    left: 0;
    cursor: url("img/previous.png"), pointer;
}

.flickity-prev-next-button.next {
    right: 0;
    cursor: url("img/next.png"), pointer;
}

.flickity-prev-next-button:disabled {
    cursor: auto;
}

.carousel-cell > div {
	display: inline-block;
}

#project {
    text-align: center;
}

#project .close img,
#project .more img {
    width: 24px;
    height: 24px;
}

#project .close {
    display: none;
}

.info {
	text-align: center;
	background: #ffffff;
	width: 70%;
	padding: 10px 15% 0 15%;
	position: absolute;
	bottom: 0;
}

.info div {
	display: none;
}

#news p {
	width: 70%;
	padding: 0 15% 0 15%;
}



/* END SLIDER */














/* MODIFS 03/04 */

#project .mc {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 55px;
}

#project .more,
#project .close {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    display: block;
    top: 3px;
}

#project .more img {
    width: 24px;
    height: 24px;
    transition: transform 0.5s linear 0s, opacity 0s linear 0.5s;
    display: block;
}

#project .close img {
    width: 24px;
    height: 24px;
    transition: transform 0.5s linear 0s, opacity 0s linear 0.5s;
    display: block;
    transform: rotate(45deg);
    opacity: 0;
}

#project .more.now img {
    transform: rotate(45deg);
    opacity: 0;
}

#project .close.now img {
    transform: rotate(90deg);
    opacity: 1;
}

#project .close.now,
#project .more {
    z-index: 500;
}

#project .more.now,
#project .close {
    z-index: 250;
}

.info {
    z-index: 999999999999999999;
}

/* END MODIFS 03/04 */

/* MODIFS 27/06 */

.single-project .carousel-cell {
    min-height: calc(100vh - 354px);
}

.single-project .carousel-cell img {
    height: calc(100vh - 354px);
}

.single-project .flickity-prev-next-button.previous, 
.single-project .flickity-prev-next-button.next {
    height: calc(100vh - 354px);
}

.page-template-template-news .carousel-cell {
    min-height: calc(100vh - 361px);
}

.page-template-template-news .carousel-cell img {
    height: calc(100vh - 361px);
}

.page-template-template-news .flickity-prev-next-button.previous, 
.page-template-template-news .flickity-prev-next-button.next {
    height: calc(100vh - 361px);
}

#project .mc.mini {
    display: none;
}

#slider {
    padding-bottom: 131px;
}

/* END MODIFS 27/06 */

/* MODIFS 12/10/2023 */

#mainmenu ul li:nth-child(1),
#mainmenu ul li:nth-child(2) {
	text-align: right;
	width: 50%;
}

#mainmenu {
	width: 28%;
}

/* END MODIFS 12/10/2023 */























/* RESPONSIVE */


@media (max-height: 800px) {

#office #left {
    position: static;
}

}
























@media (max-width: 1000px) {
	
#selected-projects ul li {
	width: 33.333%;
	float: left;
}

#selected-projects ul li:nth-child(4n+1) {
	clear: none;
}

#selected-projects ul li:nth-child(3n+1) {
	clear: both;
}

#mainmenu {
    width: 40%;
}

#office #right {
    width: 40%;
}

#office #left {
    position: static;
}


table th:nth-child(4),
table td:nth-child(4),
table th:nth-child(6),
table td:nth-child(6) {
    display: none;
}

}








@media (max-width: 800px) {

.page-template-template-news .carousel-cell,
.single-project .carousel-cell {
    min-height: 50vh;
}

.single-project .carousel-cell img,
.page-template-template-news .carousel-cell img {
    height: 50vh;
}

.single-project .flickity-prev-next-button.previous, 
.single-project .flickity-prev-next-button.next,
.page-template-template-news .flickity-prev-next-button.previous, 
.page-template-template-news .flickity-prev-next-button.next {
    height: 50vh;
}

table th:nth-child(5),
table td:nth-child(5) {
    display: none;
}

#selected-projects ul li {
	width: 50%;
	float: left;
}

#selected-projects ul li:nth-child(3n+1) {
	clear: none;
}

#selected-projects ul li:nth-child(2n+1) {
	clear: both;
}

}













@media (max-width: 750px) {
	
#project .mc {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 0 auto;
}

#project .more,
#project .close {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top; 0;
    display: block;
}

#selected-projects ul li,
body {
	font-size: 18px;
	line-height: 23px;
}

.small {
	font-size: 14px;
	line-height: 20px;
}

header {
    padding-bottom: 0;
}

header.mobile {
    background: none;
}

section > div {
    margin: 22.5px;
    margin-top: 104px;
}

#submenu {
    margin-top: 0;
}

nav {
    margin: 22.5px;
}

#mainmenu div {
    margin: 22.5px 22.5px 22.5px 22.5px;
}

#logo {
    margin: 22.5px;
    margin-bottom: 22.5px;
}

#projects-list > div {
    margin-left: 22.5px;
    margin-right: 22.5px;
}

#projects-list > div, 
#selected-projects > div {
    margin-top: 151px;
}

#office #right,
#office #left {
    width: 100%;
}

#office #right {
    padding-top: 30px;
}

#office #left > div,
#office #right > div {
    margin-left: 22.5px;
    margin-right: 22.5px;
}

#selected-projects > div {
    margin-left: 0;
    margin-right: 0;
}

table th:nth-child(3),
table td:nth-child(3) {
    display: none;
}

table th:nth-child(7),
table td:nth-child(7) {
    text-align: right;
}

#selected-projects ul li {
	width: 100%;
	float: left;
}

#selected-projects ul li:nth-child(3n+1) {
	clear: none;
}

#selected-projects ul li:nth-child(2n+1) {
	clear: both;
}

#selected-projects ul li a {
    margin-bottom: 22.5px;
}

#submenu {
    width: 100%;
    margin: 0 0 22.5px 0;
}

#submenu > div {
    margin-left: 22.5px;
    margin-right: 22.5px;
}

#submenu ul li:nth-child(2) {
    padding-left: 5%;
    float: right;
}

.carousel-cell img {
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 45vh;
}

.carousel-cell {
	min-height: auto;
}

#project .flickity-prev-next-button {
    display: none;
}

#project .mc {
    position: fixed;
    bottom: 0;
    width: 24px;
    background: #ffffff;
    left:0;
    right: 0;
    padding-bottom: 22.5px;
    padding-top: 11.25px;
}

.info {
    text-align: center;
    background: #ffffff;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    bottom: 0;
    padding-top: 0;
}

.info {
    bottom: auto;
}

.info.mobile {
    height: auto;
    width: 90vw;
    left: 0;
    padding: 0;
    top: 50%;
	transform: translateY(-50%);
	padding-top: 105px;
	padding-bottom: 30px;
	padding-left: 5vw;
	padding-right: 5vw;
}

#slider.mobile {
    position: static;
}

#slider .spaces {
    display: none;
}

.main-carousel.mobile {
    opacity: 0;
    filter: alpha(opacity=0);
}

#news img {
    margin-bottom: 40px;
}

#news .flickity-enabled,
#news #slider {
    position: static;
}

#news .flickity-prev-next-button.previous,
#news .flickity-prev-next-button.next {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 45%;
    height: 60px;
    cursor: pointer;
    border-top: 11.25px solid #ffffff;
}

#news .flickity-prev-next-button.previous {
	background: #ffffff url("img/previous.png") no-repeat;
	background-position: top right; 
	background-size: 50px;
	display: none;
}

#news .flickity-prev-next-button.next {
	background: #ffffff url("img/next.png") no-repeat;
	background-position: top left; 
	background-size: 50px;
	display: none;
}

#news .flickity-prev-next-button:disabled {
    display: none;
}

#news .carousel-cell {
    padding-bottom: 65px;
}

.arrows-mobile {
	display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: #ffffff;
    display: none;
}

#logo_big {
    width: 60vw;
    z-index: 150;
}

#news p {
    width: 90%;
    padding: 0 5% 0 5%;
}

.h-close,
.hamburger {
    display: block;
    position: fixed;
	right: 24px;
	top: 26px;
	width: 36px;
}

.h-close img,
.hamburger img {
    width: 100%;
}

#mainmenu {
	display: block;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
}

#mainmenu,
.h-close {
    display: none;
}

#mainmenu div {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

#mainmenu ul {
	position: absolute;
	top: 50%; 
	transform: translateY(-50%);
	height: auto;
	z-index: 150000;
}

#mainmenu ul li:nth-child(1),
#mainmenu ul li:nth-child(2),
#mainmenu ul li:nth-child(3) {
    width: 100%;
    text-align: center;
}

nav#mainmenu a {
	font-size: 28px;
	line-height: 58px;
}

#logo svg {
	display: none;
}

#logo img {
	display: block;
    width: 100%;
}

#logo {
	width: 55px;
}

.carousel-status {
    padding-left: 15px;

}

#news #slider {
	display: none;
}

#news-mobile {
	display: block;
}

#news img {
    margin-bottom: 22.5px;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
}

#news-mobile li {
	text-align: center;
	padding-bottom: 45px;
}

#news p {
    width: 100%;
    padding: 0;
}

.carousel-cell img {
    display: none;
}

.carousel-cell img.mobile {
    display: block;
}

/* MODIFS 27/06 */

#project .mc {
    padding-top: 0;
}

.info {
    z-index: 1;
}

#project p.mc {
    display: none;
}

#project .mc.mini {
    display: block;
    z-index: 2;
}

/* END MODIFS 27/06 */

/* MODIFS 25/05/20 */
	
.carousel-cell img.mobile {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
}	
	
/* END MODIFS 25/05/20 */	
	
}


































































