* {
outline: none !important;
text-decoration: none;
font-family: 'Poppins';
}
.fearh a {
color: black;
}
header {
position: fixed;
z-index: 2;
} p {
font-size: 1.125rem;
font-weight: 300;
}
.navbar-black {
padding: 0;
position: relative;
margin: 1vh;
}
.navbar-black:after {
position: absolute;
content: '';
width: 0;
height: 100%;
background-color: black;
z-index: -1;
left: 0;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
.navbar-black:hover:after {
width: 100%;
}
.navbar-black .navbar-toggler {
background-color: black;
padding: 1.25rem;
border-radius: 0;
border: 0;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-nav-main {
font-size: 0.875rem;
font-weight: 800;
padding-right: 2rem;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
.home .navbar-nav-main {
opacity: 0.4;
}
.navbar-black:hover .navbar-nav-main {
opacity: 1;
} .archive .navbar-black .navbar-nav .menu-item a,
.page-template-default .navbar-black .navbar-nav .menu-item a,
.page-template-page-contact .navbar-black .navbar-nav .menu-item a,
.navbar-nav-lang-item a {
color: #DDD;
}
.navbar-black:hover .navbar-nav .menu-item a {
color: white;
}
.navbar-black:hover .navbar-nav-lang-item a {
color: white;
}
.navbar-black .navbar-brand {
color: white;
font-weight: 800;
text-transform: uppercase;
background: black;
padding: 1.25rem 1.875rem;
}
.navbar-black .navbar-nav .menu-item a {
color: white;
padding: .5rem 1.2rem;
}
.navbar-nav-lang {
padding-right: 1.2rem;
}
.navbar-nav-lang-item a {
padding: .5rem 1.2rem;
}
.navbar-nav-lang-item--active {
display: none;
}
.navbar-nav-lang:before {
content: "|";
color: #D7D7D7;
padding: 0 1.2rem;
}
.home.page-template .navbar-black .navbar-nav .current-menu-item a {
color: white;
}
.tax-project-type .navbar-black .menu-item-67 a,
.navbar-black .navbar-nav .current-menu-item a {
color: black !important;
}
.tax-project-type .navbar-black:hover .menu-item-67 a,
.navbar-black:hover .navbar-nav .current-menu-item a {
color: white !important;
}
.page-template {
margin-bottom: 150px;
}
.home.page-template {
margin-bottom: 0;
}
.keen-slider__slide {
background-position: center center;
background-size: cover;
height: 100vh;
display: flex;
align-items: center;
}
.slide-text-wrapper {
width: 50vw;
margin: 0 15vh;
}
.keen-slider__slide h2 {
color: black;
font-size: 8vh;
font-weight: 700;
line-height: 1.7;
}
.keen-slider__slide h2 a {
color: black;
background-color: white;
line-height: 10vh;
box-shadow: 3vh 0 0 white, -3vh 0 0 white;
text-decoration: none;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-ms-transition: all .3s linear;
}
.keen-slider__slide h2 a:hover {
color: white;
background-color: black;
line-height: 10vh;
box-shadow: 3vh 0 0 black, -3vh 0 0 black;
text-decoration: none;
}
.keen-slider__slide p a {
color: white;
font-size: 2vh;
font-weight: 900;
background-color: black;
box-shadow: 5vh 0 0 black, -3vh 0 0 black;
padding: 2vh 0;
line-height: 8vh;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
.keen-slider__slide p a:hover {
color: black;
background-color: white;
box-shadow: 5vh 0 0 white, -3vh 0 0 white;
text-decoration: none;
} .navigation-wrapper {
position: relative;
height: 100vh;
}
.slide-content-wrapper {
position: absolute;
display: flex;
bottom: 0;
left: 0;
width: 100%;
box-sizing: border-box;
padding: 1vh;
}
.slide-info-wrapper {
display: flex;
align-items: flex-end;
padding: 0 1rem;
}
.slide-info {
position: relative;
z-index: 1;
padding: 1.5rem;
} .slide-info-social-link {
padding-right: 1.875rem;
}
.slide-info-data {
display: flex;
padding-top: 1.25rem;
}
.slide-info-data-item {
color: white;
font-size: 0.875rem;
font-weight: 800;
}
.slide-info-data-item:hover {
color: white;
}
.slide-info-data span:after {
content: '|';
padding: 0 0.9375rem;
}
.slide-info-data span:last-child:after {
display: none;
}
.arrows-wrapper {
background: black;
color: white;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
max-width: 25%;
}
.slide-arrow-container {
padding: 4vw;
cursor: pointer;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
.slide-arrow-container:hover {
background: #070707;
}
.arrow {
width: 1.25rem;
height: 1.25rem;
fill: #fff;
cursor: pointer;
}
.arrow--left {
left: 5px;
}
.arrow--right {
left: auto;
right: 5px;
}
.arrow--black {
fill: #000;
width: 24px;
height: 24px;
}
.project-grid-container {
margin-bottom: 3.4rem;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
.project-grid-img-container {
position: relative;
overflow: hidden;
height: 17.1875rem;
}
.project-grid-img { -webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
.project-grid-btn {
position: absolute;
left: 0;
bottom: 0;
color: white;
background: black;
padding: 0.625rem 1.25rem;
font-size: 1.125rem;
font-weight: 800;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
.project-grid-btn:before {
content: '+';
padding-right: 5px;
}
.btn-block-link:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.project-grid-title {
margin-top: 1rem;
font-weight: bold;
line-height: 1.2;
}
.project-grid-title a,
.project-grid-type a {
color: black;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
.project-grid-type { margin-bottom: 0; }
.project-grid-year {
color: #C0C0C0;
text-transform: uppercase;
font-size: 0.875rem;
}
.project-grid-container:hover .project-grid-title a {
text-decoration: underline;
}
.project-grid-container:hover .project-grid-img {
transform: scale(1.1);
}
.project-grid-container:hover .project-grid-btn {
color: black;
background: white;
}
.single-project-images {
padding: 0;
}
.info-box {
position: sticky;
top: 0;
padding: 8.2rem 0 0 3.1rem;
}
.info-box-title {
font-size: 3.375rem;
font-weight: bold;
margin-bottom: 4rem;
}
.info-box-title span {
font-size: 2.25rem;
font-weight: bold;
display: block;
}
.single-project-img-featured {
width: 100%;
padding-bottom: 10px;
}
.single-project-img {
width: 100%;
padding-bottom: 10px;
}
.single-project-social {
display: flex;
justify-content: flex-end;
}
.single-project-social-link {
margin: 1.875rem 1.25rem;
}
.single-project-social-icon {
fill: #000;
}
.info-box-item {
margin-top: 0.625rem;
}
.info-box-item span {
display: block;
}
.info-box-item-name {
font-size: 0.875rem;
line-height: 1.3;
text-transform: capitalize;
color: #C0C0C0;
}
.info-box-item-value {
font-weight: bold;
font-size: 1.3125rem;
line-height: 1.5;
}
a.info-box-item-value {
color: black;
}
.info-box-contact .info-box-title {
font-size: 2rem;
margin: 4rem 0 2rem 0;
}
.info-box-contact label {
width: 100%;
}
.info-box-contact input {
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px solid #D7D7D7;
padding-bottom: 10px;
width: 100%;
}
.info-box-contact textarea {
border: 1px solid #D7D7D7;
padding: 10px;
width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
background: black;
color: white;
border: 1px solid black;
padding: 10px 70px;
width: auto;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
input.wpcf7-form-control.wpcf7-submit:hover {
background: white;
color: black;
}
.page-template-page-contact header {
z-index: 1001;
}
.single-project-nav {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 65vw;
margin: 0 auto;
padding: 60px 15px;
}
.single-project-nav .arrow {
margin: 0;
}
.single-project-nav-list-icon {
fill: #000;
width: 24px;
height: 24px;
}
.single-header {
height: 8rem;
}
.about-page {
margin: 0 auto;
}
.about-page img {
width: 100%;
height: auto;
}
.about-page h2 {
font-weight: bold;
font-size: 1.5rem;
}
.page-title {
font-size: 3.375rem;
font-weight: bold;
}
.termlinks {
color: #ddd;
margin-bottom: 4rem;	
}
.termlinks a {
color: ##212529;
}
.termlinks a.active {
font-weight: bold;
}
@media (max-width: 1200px) {
.single-project-social-container {
display: none;
}
}
@media (max-width: 990px) {
header {
width: 100%;
}
.navbar-black .navbar-collapse {
background: black;
padding: 2rem 1rem;
}
.navbar-nav-main {
font-size: 1.5rem;
line-height: 2.5;
}
.navbar-black:after {
display: none;
}
.slide-text-wrapper {
width: 100%;
}
.slide-info-data {
flex-direction: column;
}
.slide-info-data-item:after {
display: none;
}
.arrows-wrapper {
max-width: 40%;
}
.slide-content-wrapper {
justify-content: space-between;
}
.keen-slider__slide h2 {
font-size: 6vh;
}
.navbar-nav-lang:before {
content: "-";
padding-left: 1.2rem;
}
}
@media (max-width: 768px) {
.arrows-wrapper {
max-width: 50%;
}
.project-grid-img-container {
height: 13rem;
}
.contact-content {
flex-direction: column-reverse;
}
}
@media (max-width: 576px) {
.info-box {
position: relative;
top: unset;
padding: 5rem 0 0 0;
}
.single-project-nav {
max-width: 100%;
}
.slide-info-wrapper {
display: none;
}
.slide-text-wrapper {
margin: 0 15vw;
}
.arrows-wrapper {
max-width: 60%;
padding: 1.5rem;
}
.page-title {
font-size: 2rem;
}
}