html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html,
body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-size: 22px;
line-height: 1.6;
color: #222;
font-family: "Open Sans", sans-serif;
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
}
blockquote.wp-block-quote {
margin: 22px auto;
padding: 0 1em;
border-left: 4px solid;
max-width: 600px;
font-size: 0.9em;
word-break: break-word;
}
.wp-block-media-text__content ul li {
font-size: 16px;
}
.page-id-713 blockquote p {
font-size: 0.75em;
}
cite {
font-style: normal;
}
.hdmax {
max-width: 1260px;
position: relative;
margin-top: 2rem;
margin-bottom: 2rem;
margin-right: -10%;
margin-left: -10%;
}
#wrapper {
min-height: 100vh;
}
#header {
display: grid;
grid-template-columns: 300px 1fr;
padding: 1rem;
position: relative;
z-index: 99;
-webkit-transition: all 222ms ease-in-out;
-moz-transition: all 222ms ease-in-out;
-o-transition: all 222ms ease-in-out;
-ms-transition: all 222ms ease-in-out;
transition: all 222ms ease-in-out;
background: transparent;
}
#logo_white {
display: block;
max-height: 118px;
opacity: 0.8;
}
#header.open #logo_white,
#logo_black {
display: none;
max-height: 118px;
}
#header.open #logo_black {
display: block;
max-height: 118px;
}
#header.open {
background: white;
}
#navigation_wrapper {
justify-self: end;
}
#nav_icon {
display: none;
}
#navigation {
list-style: none;
padding: 0;
margin: 1rem 0 0 0;
display: flex;
justify-content: center;
}
.nav_li {
margin: 0 22px;
}
#header.open .sub_open .sub_menu .nav_li.active .nav_a,
.active_nav,
.nav_li {
font-weight: bold !important;
color: #000 !important;
}
.nav_a,
.nav_li {
text-decoration: none;
color: #000;
text-transform: uppercase;
font-size: 0.85rem;
font-weight: normal;
}
.home .nav_a {
color:#fff;
}
#header.open .nav_a {
color: #444;
font-weight: normal;
}
.home #header.open .nav_a,
.home #header.open .nav_li {
color: #fff !important;
}
#header.open .sub_open .nav_a {
color: #000;
font-weight: bold;
}
.home #header.open .sub_open .nav_a {
color: #fff;
}
.home #header.open .sub_open .sub_menu .nav_a {
color: #fff;
}
.sub_menu {
list-style: none;
padding: 0;
margin: 0 6px 0 0;
display: flex;
position: absolute;
width: auto;
right: 1rem;
display: none;
}
.sub_open .sub_menu {
display: flex;
}
#header.open .sub_open .sub_menu .nav_a {
font-size: 0.6rem;
color: #444;
}
#header.open .nav_a:hover {
color: #000 !important;
}
.home #header.open .nav_a:hover {
color: #fff !important;
}
#header.open .sub_open .sub_menu .nav_li {
margin: 0 12px;
}
#content {
position: absolute;
width: 100%;
}
.wrap {
width: 1000px;
max-width: 100%;
margin: 0 auto;
}
#projects_single {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 8px;
overflow: hidden;
margin-bottom: 8px;
}
.project_span_2 {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 8px;
overflow: hidden;
margin-bottom: 8px;
}
.project_span_3 {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 8px;
overflow: hidden;
margin-bottom: 8px;
}
.project {
position: relative;
overflow: hidden;
display: block;
}
.project a {
display: inline-flex;
width: 100%;
}
.project:hover a > .project_meta {
background: rgba(255, 255, 255, 0.8);
}
.project img {
-webkit-transition: all 555ms ease-in-out;
-moz-transition: all 555ms ease-in-out;
-o-transition: all 555ms ease-in-out;
-ms-transition: all 555ms ease-in-out;
transition: all 555ms ease-in-out;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
.project:hover a > img { }
.project_meta {
display: grid;
grid-template-columns: 1fr max-content;
font-size: 0.8rem;
padding: 8px 12px;
position: absolute;
bottom: 0;
width: 100%;
background: rgba(255, 255, 255, 0.6);
text-transform: uppercase;
color: #000;
-webkit-transition: all 222ms ease-in-out;
-moz-transition: all 222ms ease-in-out;
-o-transition: all 222ms ease-in-out;
-ms-transition: all 222ms ease-in-out;
transition: all 222ms ease-in-out;
}
.project_meta > div:last-child {
text-align: right;
}
#project {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 1rem 0;
}
#project_title {
margin-bottom: 1rem;
}
#project_title h1 {
font-size: 1.6rem;
text-transform: uppercase;
margin-bottom: 0;
line-height: 1.2;
}
#project_title h2 {
font-size: 1rem;
text-transform: uppercase;
margin: 0;
}
#projects_category_heading {
display: grid;
grid-template-columns: 1fr 1fr;
background: #fefefe;
border-top: 1px solid #aaa;
padding: 8px 1rem;
}
#projects_view_all {
text-align: right;
}
#projects_view_all a {
color: #222;
text-decoration: none;
}
#project_meta {
font-size: 0.8rem;
}
#slider {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
background: black;
}
#slider:hover > #slide_navigation {
display: grid;
grid-template-columns: 1fr 1fr;
}
#slide_navigation {
position: absolute;
top: calc(50% - 8em);
z-index: 9;
left: 0;
width: 100vw;
padding: 4em;
display: none;
}
#slide_next {
text-align: right;
justify-self: end;
}
#slide_prev,
#slide_next {
display: inline-block;
max-width: max-content;
padding: 8px;
color:#fff;
font-size: 4rem;
line-height: 1;
cursor: pointer;
}
@media (max-width: 1024px) {
#slide_navigation {
top: 45%;
padding: 0.4em;
}
#slide_prev,
#slide_next {
padding: 1em;
}
}
.single-project #slider {
height: 70vh;
position: relative;
}
.single-project #slider #slider_title {
display: none;
}
.single-project #slider_pagination {
justify-self: end;
}
.slide {
position: absolute;
width: 100%;
height: 100%;
background: no-repeat 50% 50%;
background-size: cover;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 12s;
animation-duration: 12s;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
z-index: -1;
}
.single .slide {
background-size: contain;
}
.home .slide_active {
-webkit-animation-name: kenburnsIn;
animation-name: kenburnsIn;
}
.slide_active {
-webkit-animation-name: fadeInFast;
animation-name: fadeInFast;
z-index: 1;
}
.home .slide_active {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
z-index: 1;
}
#slider_content {
position: absolute;
z-index: 2;
width: 100%;
left: 0;
bottom: 0;
padding: 1rem;
display: grid;
grid-template-columns: 1fr max-content;
}
#slider_video {
position: fixed;
bottom: 3rem;
right: 1rem;
background: #fff;
color: #222;
width: 160px;
background-position: center;
background-size: 182%;
}
.slide_video {
display: block;
padding: 1.4rem;
cursor: pointer;
opacity: 0.7;
}
.slide_video:hover {
opacity: 1;
}
#full_video {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.75);
z-index: 999;
}
#full_video.video_open {
display: grid;
place-items: center;
}
#close_video {
color: #ff7777;
position: fixed;
top: 1rem;
right: 1rem;
font-size: 44px;
cursor: pointer;
}
#slider_title {
font-size: 0.8rem;
color: #fff;
text-transform: uppercase;
font-weight: bold;
}
#slider_pagination {
display: flex;
align-items: center;
opacity: 0.4;
}
#slider_pagination:hover {
opacity: 1;
}
.slider_pagination {
width: 12px;
height: 12px;
background: #fff;
border-radius: 50%;
margin-left: 8px;
cursor: pointer;
}
.slider_pagination.paginate_active {
background: #222;
}
@keyframes fadeInFast {
0% {
opacity: 0;
}
10% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 0.3;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
1.5625% {
opacity: 0.3;
}
10% {
opacity: 0.6;
}
23.4375% {
opacity: 1;
}
80% {
opacity: 1;
}
100% {
opacity: 0.3;
}
}
@keyframes kenburnsIn {
0% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
1.5625% {
opacity: 0.3;
}
10% {
opacity: 0.6;
}
23.4375% {
opacity: 1;
}
80% {
opacity: 1;
}
100% {
opacity: 0.3;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
.pagination {
grid-column: 1 / -1;
justify-self: end;
}
.prev.page-numbers,
.next.page-numbers {
font-size: 1em;
line-height: 1;
border-radius: 0;
padding: 12px 22px;
background: #000;
color: #fff;
display: inline-block;
height: auto;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
background: #444;
}
.page-numbers {
padding: 8px 22px;
background: #efefef;
font-size: 1em;
margin: 0;
display: inline-block;
height: auto;
}
.page-numbers.current {
background: #ccc;
}
.pagination {
text-align: center;
margin: 1rem 0;
}
.nav-links a {
text-decoration: none;
}
.project_category {
display: none !important;
}
#project_meta {
grid-template-columns: 1fr !important;
}
@media (max-width: 1800px) and (min-width: 1024px) {
.sub_open {
position: relative;
}
.sub_open .sub_menu {
display: none;
right: -1rem;
background: rgba(255, 255, 255, 0.9);
text-align: right;
padding: 1em;
}
.sub_open:hover .sub_menu {
display: block;
}
.home .sub_open .sub_menu {
background: rgba(0, 0, 0, 0.2);
}
}
@media (max-width: 1024px) {
#header {
grid-template-columns: 60% 1fr;
}
#nav_icon {
display: block;
color: #222;
font-size: 2.2rem;
line-height: 1;
font-family: "Times New Roman";
}
.home #nav_icon {
color: #fff;
}
#header.open #nav_icon {
color: #222;
}
#navigation {
display: none;
}
#navigation_wrapper {
align-self: center;
}
#header.open #navigation {
display: block;
position: absolute;
width: 100vw;
height: 100vh;
background: #000;
left: 0;
margin-top: 10%;
padding: 2rem 0;
}
.nav_li {
text-align: center;
margin-bottom: 12px;
}
#header.open .nav_a,
#header.open .sub_open .nav_a {
color: #fff;
display: block;
}
#header.open .sub_open .sub_menu .nav_a {
color: #ddd;
margin: 12px 0;
}
.sub_open .sub_menu {
display: block;
position: initial;
margin: 0 6px;
padding: 1rem 0;
}
#header.open .nav_a:hover {
color: #fff !important;
}
#header.open #navigation .active_nav {
color: #fff !important;
}
.project_span_2,
.project_span_3,
.project_meta {
grid-template-columns: 1fr;
}
.project img {
max-height: 300px;
}
.project_meta {
font-size: 0.6rem;
}
.project_category {
display: none;
}
#content {
padding: 1rem;
}
.single-project #slider {
margin: -1rem;
}
#project {
grid-template-columns: 1fr;
}
#projects_category_heading {
font-size: 0.6rem;
}
#slider_title {
line-height: 1.2;
}
#slider_video {
right: 1rem;
width: 120px;
}
.pagination .page-numbers {
margin: 0.2rem;
}
#projects_single {
grid-template-columns: 1fr;
}
.hdmax {
margin: 0;
}
#header.open #logo_white,
#logo_black,
#logo_white {
width: initial;
opacity: 1;
}
}
.hdt_custom_list {
font-size: 0.8em;
}
.project_meta_no_image {
background: #efefef;
}