@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: local(''),
url(//filmgraphik.com/wp-content/themes/filmgraphik/library/fonts/poppins-v20-latin-regular.woff2) format('woff2'), url(//filmgraphik.com/wp-content/themes/filmgraphik/library/fonts/poppins-v20-latin-regular.woff) format('woff'); } @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: local(''),
url(//filmgraphik.com/wp-content/themes/filmgraphik/library/fonts/poppins-v20-latin-600.woff2) format('woff2'), url(//filmgraphik.com/wp-content/themes/filmgraphik/library/fonts/poppins-v20-latin-600.woff) format('woff'); } @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: local(''),
url(//filmgraphik.com/wp-content/themes/filmgraphik/library/fonts/poppins-v20-latin-800.woff2) format('woff2'), url(//filmgraphik.com/wp-content/themes/filmgraphik/library/fonts/poppins-v20-latin-800.woff) format('woff'); } * {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
line-height: 1.5;
font: inherit;
vertical-align: baseline;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
}
*, *::before, *::after {
box-sizing: border-box;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
position: relative;
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
a {
color: inherit;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input, button, textarea, select {
font: inherit;
}
input {
-webkit-appearance: none;
}
audio, canvas, iframe, img, svg, video {
display: block;
max-width: 100%;
} img:not([src]) {
visibility: hidden;
}
.clearfix {
overflow: auto;
}
.clearfix::after {
content: "";
clear: both;
display: table;
} :root {
--black: #141618;
--white: #fff;
--light: #777;
--indigo: #0cb4ce;
--yellow: #ffc42e;
--main-color: var(--black);
}
body {
font-family: "Poppins", "Helvetica", sans-serif;
font-weight: 400;
background-color: var(--main-color);
color: var(--white);
line-height: 1.618em;
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizelegibility;
font-size: 100%;
font-weight: 400;
}
body {
opacity: 1;
transition: .6s opacity;
}
body.fade {
opacity: 0;
transition: none;
}
body.no-overflow {
overflow: hidden !important;
}
main, section, header, footer {
position: relative;
}
.mobile-only {
display: none;
}
@media screen 
and (max-width: 768px)  {
.mobile-only {
display: block;
}
.desktop-only {
display: none;
}
} audio, canvas, iframe, img, svg, video {
vertical-align: middle;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.portfolio-video {
position: relative;
width: 100%;
height:0;
padding-bottom:56.43%;
}
.portfolio-video iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}  h1, h2, h3, h4, h5, h6 {
font-weight: normal;
margin-bottom: 1em;
}
p {
line-height: 1.75em;
}
a {
color: inherit;
text-decoration: none;
}
strong, b {
font-weight: 600;
}
.style-light {
color: var(--light);
} .white {
background-color: var(--white);
color: var(--main-color);
}
.container {
margin: 0 auto;
width: 90%;
max-width: 1200px;
}
.flex {
display: flex;
}
.col-left {
width: 25%;
}
.col-right {
width: 75%;
}
.text-column {
display: flex;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
@media screen 
and (max-width: 768px)  {
.col-left,
.col-right,
.col-lg-8,
.col-lg-4 {
width: 100%;
}
}
.text-center {
text-align: center;
} .top-slider .slick-slider {
max-height: 700px;
overflow: hidden;
} .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
max-height: 700px;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
max-height: 700px;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
width: 100%;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 14px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
mix-blend-mode: difference;
z-index: 1;
}
.slick-prev svg path,
.slick-next svg path {
fill: #fff;
}
@media screen 
and (max-width: 768px) {
.slick-prev,
.slick-next {
display: none !important;
}
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
color: transparent;
outline: none;
background: transparent;
}
.slick-prev {
left: 25px;
}
[dir='rtl'] .slick-prev {
right: 25px;
left: auto;
}
.slick-next {
right: 25px;
}
[dir='rtl'] .slick-next {
right: auto;
left: 25px;
}
.slick-dots {
position: absolute;
bottom: 25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
@media screen 
and (max-width: 768px) {
.slick-dots {
bottom: 8px;
}
}
.slick-dots li {
position: relative;
display: inline-block;
width: 4px;
height: 4px;
margin: 0 10px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 4px;
height: 4px;
padding: 3px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: var(--main-color);
border-radius: 100%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li.slick-active button {
opacity: 1;
background: var(--white);
}  .mobile-nav {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
padding: 15px 20px;
}
.toggle-menu {
position: relative;
background-color: transparent;
border: none;
cursor: pointer;
display: inline-block;
outline: none;
padding: 0;
pointer-events: initial;
vertical-align: middle;
width: 26px;
height: 25px;
z-index: 1000000;
}
.toggle-menu span {
background-color: #111;
content: "";
display: block;
height: 2px;
left: calc(50% - 13px );
position: absolute;
top: calc(50% - 1px );
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
width: 26px;
}
.toggle-menu span:before, .toggle-menu span:after {
background-color: #111;
content: "";
display: block;
height: 2px;
position: absolute;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
width: 26px;
}
.toggle-menu span:before {
top: 7px;
}
.toggle-menu span:after {
top: -7px;
}
.toggle-menu.active span {
background-color: transparent;
-webkit-transition: background 0.2s ease-out;
transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
background-color: #fff;
-webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
top: 0;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
top: 0;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
} #mobile-nav-wrapper {
left: 0;
right: 0;
opacity: 0;
overflow: hidden;
position: fixed;
top: 0;
bottom: 0;
-webkit-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
visibility: hidden;
font-size: 9.75vw;
font-weight: 700;
line-height: 1.45em;
}
#mobile-nav-wrapper.open {
opacity: 1;
visibility: visible;
}
#mobile-nav {
background: var(--main-color);
width: 100%;
min-width: 250px;
position: fixed;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 1;
-webkit-transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
-moz-transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
-ms-transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
-o-transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
-o-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
#mobile-nav.open {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
#mobile-nav-container {
position: absolute;
top: 130px;
right: 30px;
bottom: 30px;
left: 30px;
font-size: 2em;
text-transform: uppercase;
letter-spacing: .05em;
font-weight: 600;
line-height: 2em;
}
#mobile-nav li a {
color: #fff;
}
#mobile-nav li {
list-style: none;
opacity: 0;
visibility: hidden;
-moz-transform: translateX(40px);
-webkit-transform: translateX(40px);
-o-transform: translateX(40px);
-ms-transform: translateX(40px);
transform: translateX(40px);
-webkit-transition: all 0.9s ease 0ms;
-moz-transition: all 0.9s ease 0ms;
-ms-transition: all 0.9s ease 0ms;
-o-transition: all 0.9s ease 0ms;
transition: all 0.9s ease 0ms;
}
#mobile-nav li.anim {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
visibility: visible;
}
.mobile-view #mobile-nav li {
opacity: 1;
visibility: visible;
}
.navigation.anim  .navigation-list li:nth-child(1) {
-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#mobile-nav li.anim {
opacity: 1;
visibility: visible;
}
.desktop-toggle-nav {
display: none;
}
@media screen 
and (max-width: 560px)  {
.desktop-toggle-nav {
display: block;
mix-blend-mode: difference;
}
}
.desktop-toggle-nav .toggle-menu span,
.desktop-toggle-nav .toggle-menu span:before, 
.desktop-toggle-nav .toggle-menu span:after {
background-color: #fff;  
}
.desktop-toggle-nav .toggle-menu.active span {
background: transparent;
} header .menu {
position: sticky;
top: -50px;
bottom: calc(100% - 50px);
height: 50px;
pointer-events: all;
background: #fff;
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 36px;
border-bottom: 1px solid rgba(0,0,0,0.1);
z-index: 1000;
transition: background .2s ease-in-out 0s, border-bottom .2s ease-in-out 0s,  height .2s ease-in-out 0s;
}
header.high .menu {
position: sticky;
top: -70px;
bottom: calc(100% - 70px);
height: 70px;
pointer-events: all;
background: transparent;
display: flex;
justify-content: space-between;
align-items: center;
padding: 26px 36px;
border-bottom: 1px solid rgba(234,234,234,0.25);
z-index: 1000;
}
.wrap {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
background: transparent;
pointer-events: none;
}
.wrap:before {
content: '';
display: block;
height: var(--offset-top);
}
header nav {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
@media screen 
and (max-width: 560px)  {
header .menu .top-nav {
display: none;
}
}
header nav ul {
display: flex;
font-size: .85em;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .05em;
}
header nav ul li {
margin: 0 15px;
}
header nav ul li a {
color: var(--white);
transition: opacity .2s ease-in-out 0s;
}
header nav ul li a:hover,
header nav ul li.current-menu-item a {
opacity: .65;
}
.search-btn {
cursor: pointer;
}
.search-btn svg {
width: 20px;
height: 20px;
}
.search-modal {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
inset: 0;
vertical-align: middle;
background: rgba(20, 22, 24, 0.95);
font-size: 3.5vh;
z-index: 1000;
transition: opacity .2s ease-in-out 0s, visibility .2s ease-in-out 0s;
}
@media screen 
and (max-width: 768px)  {
.search-modal {
display: none;
}
}
.search-modal form {
position: relative;
transition: opacity .2s ease-in-out .5s, visibility .2s ease-in-out .5s;
}
.search-modal,
.search-modal form {
opacity: 0;
visibility: hidden;
}
.search-modal.is-open,
.search-modal.is-open form {
opacity: 1;
visibility: visible;
}
.mobile-search input,
.search-modal input {
display: inline-block;
margin: 0px;
font-size: 28px;
font-size: 3.5vh;
padding: 0.8em 3em 0.8em 1.5em;
background: transparent;
color: #fff;
border: 1px solid rgba(255, 255, 255, .25);
border-radius: .1em;
}
input:focus, textarea:focus, select:focus {
outline: 0;
border-style: solid;
}
.mobile-search input:focus, 
.search-modal input:focus {
border-color: #0cb4ce;
}
.mobile-search ::placeholder,
.search-modal ::placeholder {
color: #fff;
opacity: 1; }
.mobile-search:-ms-input-placeholder,
.search-modal:-ms-input-placeholder { color: #fff;
opacity: 1;
}
.mobile-search ::-ms-input-placeholder,
.search-modal ::-ms-input-placeholder { color: #fff;
opacity: .1;
}
.mobile-search input:focus::placeholder,
.search-modal input:focus::placeholder {
opacity: 0;
}
.mobile-search input:focus::-ms-input-placeholder,
.search-modal input:focus::-ms-input-placeholder {
opacity: 0;
}
.search-modal button {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 40px;
width: 38px;
height: 38px;
background: transparent;
cursor: pointer;
} input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; } input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.close-modal {
position: absolute;
top: 24px;
right: 40px;
width: 16px;
height: 16px;
cursor: pointer;
}
#logo, .search-btn, header nav{
mix-blend-mode: difference;
} .mobile-search {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.mobile-search form,
.mobile-search input {
position: relative;
width: 100%;
}
.mobile-search input {
font-size: .75em;
padding: 0.1em 1.5em 0.1em .5em;
background: transparent;
}
.mobile-search button {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
width: 20px;
height: 20px;
background: transparent;
cursor: pointer;
} footer {
background-color: var(--main-color);
color: var(--white);
}
footer a:hover {
color: var(--indigo);
}
footer .footer-contact {
background-color: #1b1d1f;
padding: 70px 0;
font-size: .85em;
}
.single footer .footer-contact {
display: none;
}
footer .footer-contact h3 {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 2em;
}
.footer-nav {
display: flex;
justify-content: space-between;
padding: 25px 0;
font-size: .75em;
}
@media screen 
and (max-width: 768px)  {
.footer-nav {
display: block;
text-align: center;
}
}
.footer-nav .social {
display: flex;
align-items: center;
}
@media screen 
and (max-width: 768px)  {
.footer-nav .social {
justify-content: center;
margin-top: 20px;
}
}
.footer-nav .social a {
margin-left: 15px;
}
.cookies-settings {
cursor: pointer;
}  #slider {
text-align: center;
}
#slider h2 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
color: var(--yellow);
font-weight: 800;
font-size: 10vw;
text-transform: uppercase;
letter-spacing: -0.035em;
line-height: 1.1em;
}
@media screen 
and (max-width: 768px)  {
#slider h2 {
font-size: 12vw;
}
}
#slider h2 > span {
display: block;
overflow: hidden;
line-height: 1.1em;
}
#slider h2 > span > span {
display: block;
transform: translateY(100%);
transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) .5s;
}
#slider h2 > span:first-of-type > span {
transition-delay: .5s;
}
#slider h2 > span:last-of-type  > span{
transition-delay: .6s;
}
#slider .slick-active h2 > span > span {
transform: translateY(0%);
} #page-header {
display: block;
width: 100%;
height: 100vh;
max-height: 600px;
background: #141618;
position: relative;
overflow: hidden;
}
@media screen 
and (max-width: 768px)  {
#page-header {
max-height: 360px;
}
}
#page-header.showreel-header {
height: 0;
padding-bottom: 56.25%;
max-height: none;
}
.header-bg {
width: 100%;
height: 100%;
position: absolute; 
top: -50%;
left: -50%;
transform: translate(50%, 50%);
background-size: cover;
background-position: center center;
} #projects-filter {
text-align: center;
padding: 26px 36px;
}
@media screen 
and (max-width: 768px) {
#projects-filter {
display: none;
}
}
#projects-filter button {
margin: 0 15px;
text-transform: uppercase;
font-size: .75em;
letter-spacing: .05em;
font-weight: 600;
transition: opacity .2s ease-in-out 0s;
padding: 0;
background: transparent;
color: var(--white);
cursor: pointer;
}
#projects-filter button:hover {
opacity: .75;
}
#projects-filter .filter-show-all,
#projects-filter .is-checked {
color: rgba(255,255,255,.5);
}
@media screen 
and (max-width: 768px) {
.isotope-container {
margin-top: 60px;
}
}
.grid {
overflow: hidden !important;
-ms-overflow-style: none; scrollbar-width: none; }
.grid::-webkit-scrollbar {
display: none;
}
.grid-item {
float: left;
position: relative;
width: 33.33333%;
height: 0;
padding-bottom: 18.5%;
overflow: hidden;
}
@media screen 
and (max-width: 768px)  {
.grid-item {
width: 100%;
padding-bottom: 56.25%;
}
}
.grid-item .item-details {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 11;
}
.grid-item .item-details > div {
display: inline-block;
margin: 0 auto;
opacity: 0;
transform: scale(0.9);
transition: opacity 0.2s ease-in-out .2s, transform .3s cubic-bezier(0.57, 0.21, 0.69, 1) .2s;
padding: 36px;
font-size: .85em;
}
.grid-item:hover .item-details > div {
transform: scale(1);
opacity: 1;
}
.grid-item .item-details h3 {
text-transform: uppercase;
font-weight: 600;
line-height: 1.1em;
margin-bottom: 0;
}
.grid-item .item-details span {
line-height: 1.1em;
display: inherit;
}
.grid-item .item-gradient {   
position: absolute;
top:  25%;
right: 0;
bottom: 0;
left: 0; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); transition: opacity 0.2s ease-in-out;
opacity: 0;
z-index: 1;
}
.grid-item:hover .item-gradient {
opacity: 1;
}
.grid-item .item-img {
position: absolute;
inset: 0;
transition: transform .3s cubic-bezier(0.57, 0.21, 0.69, 1) 0.1s;
}
.grid-item .item-img img {
width: 100%;
}
.grid-item:hover .item-img {
transform: scale(1.1);
}
.grid-item:first-of-type .item-img,
.grid-item:nth-child(2) .item-img {
opacity: 1 !important;
} #about-content section.about-us {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#about-content section.about-us,
#about-content section.references {
padding: 70px 0;
}
#about-content .text-column {
width: 50%;
}
@media screen 
and (max-width: 768px)  {
.about-us .flex,
.references .flex {
display: block;
}
#about-content section.about-us,
#about-content section.references {
padding: 50px 0;
}
#about-content .text-column {
width: 100%;
}
}
#about-content h2 {
font-size: 1.1em;
font-weight: 600;
letter-spacing: -.025em;
}
#about-content p,
#about-content li {
font-size: .875em;
}
#about-content .references strong {
color: var(--main-color);
font-weight: 600;
} .single-project {
background-color: #000;
}
.single-project .container {
max-width: 1130px;
}
.portfolio-wrapper {
padding: 70px 0;
}
@media screen 
and (max-width: 768px) {
.portfolio-wrapper {
padding: 35px 0;
}
}
.info-details {
display: flex;
margin-bottom: 90px;
}
@media screen 
and (max-width: 768px)  {
.info-details {
display: block;
margin-bottom: 70px;
}
}
.portfolio-info h1 {
text-transform: uppercase;
font-size: 1.5em;
font-weight: 600;
margin-bottom: 1.5em;
}
.portfolio-info p {
font-size: .85em;
line-height: 1.75em;
margin: 0 0 2em;
}
.info-content  {
padding-left: 54px;
}
@media screen 
and (max-width: 768px)  {
.info-content  {
padding-left: 0;
margin: 2em 0;
}
}
.info-content ul li {
display: flex;
justify-content: space-between;
font-size: .85em;
}
.detail-label {
font-weight: 600;
width: 33.3333%;
min-width: 80px;
}
.detail-value,
.share-buttons {
width: 66.6666%;
}
.project-share {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 25px;
margin-top: 25px;
border-top: 1px solid rgba(255, 255, 255, .25);
font-size: .85em;
}
.share-buttons ul {
justify-content: space-between;
}
.portfolio-video,
.portfolio-img {
width: 100%;
margin-bottom: 40px;
}
.portfolio-img img {
width: 100%;
}
@media screen 
and (max-width: 768px)  {
.portfolio-video,
.portfolio-img {
width: 100%;
margin-bottom: 20px;
}
}
.portfolio-navigation {
padding: 35px 0;
background-color: #191b1e;
}
.portfolio-navigation ul {
display: flex;
justify-content: space-between;
font-size: .85em;
font-weight: 600;
text-transform: uppercase;
line-height: 1em;
letter-spacing: .05em;
}
.page-prev a, .page-next a {
display: flex;
align-items: flex-start;
}
.page-prev a.disabled, .page-next a.disabled {
opacity: .5;
cursor: default;
pointer-events: none;
}
.portfolio-navigation svg {
width: 8px;
}
.page-prev svg {
margin-right: 8px;
}
.page-next svg {
margin-left: 8px;
}
.page-prev a:hover, 
.page-next a:hover,
.nav-back a:hover {
color: var(--indigo);
}
.page-prev a:hover svg path, 
.page-next a:hover svg path {
fill: var(--indigo);
} .contact-us {
padding: 70px;
}
.contact-us h5,
.contact-us strong {
color: var(--main-color);
font-weight: 600;
}
.contact-us p {
font-size: .85em;
}
.contact-us .flex {
justify-content: space-between;
}
@media screen 
and (max-width: 768px)  {
.contact-us .flex {
display: block;
}
.contact-us .flex > div {
margin-bottom: 60px;
}
.contact-us .flex > div:last-of-type {
margin-bottom: 0;
}
}
.ico-contact {
display: flex;
flex-direction: column;
justify-content: center;
width: 110px;
height: 110px;
border-radius: 100%;
background-color: var(--black);
align-items: center;
text-align: center;
margin: 0 auto 25px;
}
.ico-contact svg {
width: 30px;
}
#google-map {
display: block;
width: 100%;
height: 500px;
background: #eaeded url(//filmgraphik.com/wp-content/themes/filmgraphik/library/images/map.png) no-repeat center;
} .entry-content {
font-size: 90%;
padding: 140px 0 70px;
}
.entry-content h1 {
font-size: 3em;
margin-bottom: 1.5em;
}
.entry-content h2 {
font-size: 2.5em;
margin-top: 1.5em;
margin-bottom: .5em;
}
.entry-content h3 {
font-size: 1.75em;
margin-top: 1.5em;
margin-bottom: .5em;
}
.entry-content p {
margin-bottom: 1em;
} main .search-results a {
display: block;
margin: 1em 0;
padding: 2em 0;
border-bottom: 1px solid rgba(255, 255, 255, .15);
transition: border .2s ease-in-out 0s;
}
main .search-results a:hover {
border-bottom: 1px solid rgba(255, 255, 255, .25);
}
main .search-results h2 {
font-size: 1.25em;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .05em;
margin-top: 0;
} .error-page {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100vh;
background-position: center center;
background-size: cover;
}
.error-page h1 {
font-weight: 800;
font-size: 20vw;
color: var(--yellow);
margin: 0;
line-height: 1em;
letter-spacing: -0.05em;
}
@media screen 
and (max-width: 768px)  {
.error-page h1 {
font-size: 40vw;
}
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
border-top: none !important;
}