.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.container {
max-width: 1400px;
padding: 0 100px;
margin: 0 auto;
position: relative;
}
@media (max-width: 800px) {
.container {
padding: 0 25px;
}
}
.column {
float: left;
position: relative;
min-height: 1px;
padding: 0 50px;
}
.column.col-1 {
width: 8.333%;
}
.column.col-2 {
width: 16.666%;
}
.column.col-3 {
width: 24.999%;
}
.column.col-4 {
width: 33.332%;
}
.column.col-5 {
width: 41.665%;
}
.column.col-6 {
width: 49.998%;
}
.column.col-7 {
width: 58.331%;
}
.column.col-8 {
width: 66.664%;
}
.column.col-9 {
width: 74.997%;
}
.column.col-10 {
width: 83.33%;
}
.column.col-11 {
width: 91.663%;
}
.column.col-12 {
width: 100%;
}
.column.offset-1 {
margin-left: 8.333%;
}
.column.offset-2 {
margin-left: 16.666%;
}
.column.offset-3 {
margin-left: 24.999%;
}
.column.offset-4 {
margin-left: 33.332%;
}
.column.offset-5 {
margin-left: 41.665%;
}
.column.offset-6 {
margin-left: 49.998%;
}
.column.offset-7 {
margin-left: 58.331%;
}
.column.offset-8 {
margin-left: 66.664%;
}
.column.offset-9 {
margin-left: 74.997%;
}
.column.offset-10 {
margin-left: 83.33%;
}
.column.offset-11 {
margin-left: 91.663%;
}
@media (max-width: 800px) {
.column {
float: none;
width: 100% !important;
padding: 0 !important;
margin-left: 0 !important;
}
.column:not(:last-child) {
margin-bottom: 50px;
}
}
.row {
display: block;
position: relative;
margin: 0 -50px;
}
@media (max-width: 800px) {
.row {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
.container::after,
.row::after,
.clearfix::after {
content: '';
display: table;
clear: both;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
outline: 0;
border: 0;
vertical-align: baseline;
box-sizing: border-box;
}
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: 'Work Sans';
font-size: 16px;
line-height: 1.7;
overflow-y: scroll;
overflow-x: hidden;
background: #ffffff;
}
@media (max-width: 600px) {
body {
font-size: 14px;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Staatliches';
font-weight: 400;
font-style: normal;
}
.big-title {
font-size: 50px;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
text-transform: uppercase;
font-family: 'Work Sans';
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
}
p.lead {
font-size: 21px;
}
@media (max-width: 600px) {
.big-title {
font-size: 36px;
}
h1 {
font-size: 30px;
}
p.lead {
font-size: 19px;
}
}
a {
text-decoration: none;
color: inherit;
cursor: pointer;
}
a.link, .comment-reply-link {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
img,
video {
max-width: 100%;
height: auto;
vertical-align: middle;
}
img.responsive,
video.responsive {
display: block;
width: 100%;
}
ul,
ol {
list-style: none;
}
blockquote {
position: relative;
font-size: 20px;
padding: 25px 50px;
}
blockquote:not(:last-child) {
margin-bottom: 25px;
}
@media (max-width: 600px) {
blockquote {
font-size: 16px;
padding: 25px;
}
}
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
position: relative;
height: 50px;
line-height: 48px;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
padding: 0 50px;
letter-spacing: 2px;
background: transparent;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
.form-group:not(:last-child) {
margin-bottom: 25px;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
width: 100%;
font-family: inherit;
font-size: 15px;
font-weight: 700;
padding: 20px 0;
border: none;
border-bottom: 2px solid #111111;
background: transparent;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
textarea {
width: 100%;
min-width: 100%;
max-width: 100%;
min-height: 150px;
line-height: inherit;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
label {
display: block;
font-size: 14px;
margin-bottom: 5px;
cursor: pointer;
}
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
text-transform: uppercase;
}
input[type]::-moz-input-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder {
text-transform: uppercase;
}
input[type]:-moz-input-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder {
text-transform: uppercase;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
text-transform: uppercase;
}
.text-center [name="s"] {
text-align: center;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
div[class*='gap-'] {
display: block;
}
.gap-10 {
height: 10px;
}
.gap-25 {
height: 25px;
}
.gap-50 {
height: 50px;
}
.gap-100 {
height: 100px;
}
.gap-150 {
height: 150px;
}
.pad-100 {
padding: 100px;
}
.va {
width: 100%;
height: 100%;
display: table;
position: relative;
}
.va .vc {
display: table-cell;
vertical-align: middle;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child) {
margin-bottom: 25px;
}
.loader-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
background: #ffffff;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.loader-mask img {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.loader-mask.hide {
opacity: 0;
visibility: hidden;
}
.loader-mask .loader {
width: 30px;
height: 30px;
position: absolute;
top: 50%;
left: 50%;
margin: -15px 0 0 -15px;
border: 2px solid #ffffff;
border-radius: 50%;
animation: rotate 1s infinite;
}
@keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.reveal {
position: relative;
opacity: 0;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.reveal.reveal-in {
opacity: 1;
}
.d-none {
display: none !important;
}
.hide-overflow {
overflow: hidden;
} .header {
width: 100%;
height: 150px;
position: relative;
z-index: 100;
}
.header .main-logo {
display: inline-block;
text-transform: uppercase;
font-size: 22px;
font-weight: 700;
line-height: 40px;
letter-spacing: 10px;
margin-top: 55px;
}
@media all and (min-width: 1201px) {
.header .main-logo.text-center {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.header .main-logo.text-center .float-left {
float: none;
}
.header .column.left {
padding-right: 0;
}
.header .column.right {
padding-left: 0;
}
}
@media all and (max-width: 1200px) {
.header .column {
width: auto !important;
padding: 0;
float: left;
}
}
.header .menu {
list-style: none;
}
.header .menu li {
display: inline-block;
position: relative;
line-height: 150px;
}
.header .menu li a {
display: block;
font-size: 15px;
font-weight: 500;
position: relative;
padding: 0 25px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
@media all and (min-width: 801px) and (max-width: 1000px) {
.header .menu li a {
padding: 0 12px 0 0;
font-size: 13px;
}
}
@media all and (min-width: 1001px) and (max-width: 2000px) {
.header .menu li a {
padding: 0 20px 0 0;
font-size: 14px;
}
}
@media all and (min-width: 2001px) {
.header .menu li a {
padding: 0 25px 0 0;
}
}
.header .menu li a.parent:after {
display: inline-block;
vertical-align: middle;
content: '';
width: 3px;
height: 3px;
border-radius: 50%;
margin-left: 10px;
}
.header .menu li:last-child > a {
padding-right: 0;
}
.header .menu li .sub-menu {
min-width: 200px;
position: absolute;
top: 100%;
right: 0;
text-align: right;
white-space: nowrap;
margin-top: 10px;
padding: 25px 0;
opacity: 0;
visibility: hidden;
background: #ffffff;
box-shadow: 0 0 25px rgba(17, 17, 17, 0.1);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.header .menu li .sub-menu.visible {
margin-top: 0;
display: block;
opacity: 1;
visibility: visible;
}
.header .menu li .sub-menu li {
display: block;
line-height: 35px;
}
.header .menu li .sub-menu li:not(:last-child) {
margin-right: 0;
}
.header .menu li .sub-menu li a {
display: block;
font-size: 13px;
font-weight: normal;
}
.header .menu li .sub-menu li:last-child a {
padding-right: 20px;
}
.header .menu li .sub-menu li .sub-menu {
top: -25px;
left: 100%;
}
.header .trigger__subnav {
width: 8px;
height: 20px;
position: relative;
cursor: pointer;
margin-top: 65px;
}
.header .trigger__subnav span {
width: 4px;
height: 4px;
border-radius: 50%;
position: absolute;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.header .trigger__subnav span:nth-child(1) {
top: 0;
}
.header .trigger__subnav span:nth-child(2) {
top: 50%;
margin-top: -2px;
}
.header .trigger__subnav span:nth-child(3) {
bottom: 0;
}
.header .mobile-nav {
width: 100%;
position: absolute;
top: 100%;
left: 0;
margin-top: 15px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.header .mobile-nav.visible {
margin-top: 0;
opacity: 1;
visibility: visible;
}
.header .mobile-nav .menu {
margin-bottom: 0;
}
.header .mobile-nav .menu li {
display: block;
position: relative;
line-height: normal;
}
.header .mobile-nav .menu li:not(:last-child) {
margin: 0;
border-bottom: 0 !important;
}
.header .mobile-nav .menu li a {
display: block;
font-size: 12px;
font-weight: 500;
padding: 15px 5vw;
}
.header .mobile-nav .menu li a.parent::before {
content: '';
width: 0;
height: 0;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
position: absolute;
top: 50%;
right: 5vw;
margin-top: -2px;
}
.header .mobile-nav .menu li .sub-menu {
width: 100%;
position: relative;
top: 0;
text-align: left;
margin-top: 0;
opacity: 1;
visibility: visible;
padding: 0;
-webkit-transition: none;
transition: none;
}
.header .mobile-nav .menu li .sub-menu li a {
font-size: 12px;
padding: 0 10vw;
}
.header .mobile-nav .menu li .sub-menu .sub-menu {
position: relative;
top: 0;
right: 0;
left: 0;
}
.header .mobile-nav .menu li .sub-menu .sub-menu li a {
padding: 0 10vw 0 15vw;
}
.header .trigger {
width: 22px;
height: 18px;
position: relative;
margin-top: 66px;
cursor: pointer;
}
.header .trigger .icon-bar {
width: 100%;
height: 2px;
position: absolute;
left: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.header .trigger .icon-bar.top {
top: 0;
}
.header .trigger .icon-bar.middle {
top: 50%;
margin-top: -1px;
}
.header .trigger .icon-bar.bottom {
bottom: 0;
}
.header .trigger.active .icon-bar.top {
top: 50%;
margin-top: -1px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.header .trigger.active .icon-bar.middle {
width: 0;
}
.header .trigger.active .icon-bar.bottom {
bottom: 50%;
margin-bottom: -1px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
} .footer {
text-align: center;
padding: 100px 0;
}
.footer .copy {
margin-bottom: 50px;
}
.footer .copy:before {
display: block;
content: '';
width: 2px;
height: 30px;
margin: 0 auto 50px;
background: #111111;
}
.footer .social {
margin-bottom: 0;
}
.footer .back2top {
min-width: 100px;
position: fixed;
bottom: 40px;
right: 0;
z-index: 10;
font-family: 'Staatliches';
font-size: 14px;
font-style: italic;
cursor: pointer;
opacity: 0;
visibility: hidden;
line-height: 100px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.footer .back2top.visible {
bottom: 50px;
opacity: 1;
visibility: visible;
}
@media (max-width: 800px) {
.footer {
text-align: center;
}
.footer .social {
margin: 50px 0;
}
.footer .back2top {
position: relative;
line-height: 1;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.footer .back2top.visible {
bottom: 0;
}
}
.entry .entry__image,
.entry .entry__overlay,
.entry a {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.entry .entry__overlay {
display: table;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.entry .entry__overlay .entry__overlay__content {
display: table-cell;
padding: 50px;
}
.entry .entry__overlay .entry__overlay__content[data-pos="center"] {
vertical-align: middle;
}
.entry .entry__overlay .entry__overlay__content[data-pos="top"] {
vertical-align: top;
}
.entry .entry__overlay .entry__overlay__content[data-pos="bottom"] {
vertical-align: bottom;
}
.entry .entry__overlay .entry__overlay__content .title {
display: block;
position: relative;
font-size: 22px;
font-weight: 700;
top: 10px;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.entry .entry__overlay .entry__overlay__content .subtitle {
display: block;
position: relative;
font-size: 14px;
color: rgba(255, 255, 255, 0.4);
margin-bottom: 10px;
top: 10px;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.entry .entry__overlay .entry__overlay__content .subtitle span {
padding-bottom: 2px;
}
.entry:hover .entry__overlay {
opacity: 1;
visibility: visible;
}
.entry:hover .entry__overlay .entry__overlay__content .title,
.entry:hover .entry__overlay .entry__overlay__content .subtitle {
top: 0;
opacity: 1;
}
@media (max-width: 600px) {
.entry .entry__overlay {
display: none;
}
}
.filters {
list-style: none;
padding-top: 50px;
margin-bottom: 50px !important;
}
.filters li {
display: inline-block;
position: relative;
cursor: pointer;
font-style: italic;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.filters li:not(:last-child) {
margin-right: 50px;
}
.filters li.active {
cursor: default;
}
.details__list:not(:last-child) {
margin-bottom: 25px;
}
.details__list .details__item {
width: 100%;
position: relative;
font-size: 14px;
}
.details__list .details__item:not(:last-child) {
margin-bottom: 15px;
}
.details__list .details__item .details__item__title {
display: block;
font-size: 14px;
}
.project-navigation {
margin-top: 100px;
position: relative;
}
.project-navigation .nav {
width: 50%;
position: relative;
}
.project-navigation .nav.next {
text-align: right;
}
.project-navigation .nav a {
display: block;
position: relative;
}
.project-navigation .nav.prev {
padding-right: 25px;
}
.project-navigation .nav.next {
padding-left: 25px;
}
.project-navigation .nav .title {
display: block;
font-size: 24px;
font-weight: 700;
}
.project-navigation .nav .title span {
display: block;
font-size: 14px;
font-weight: normal;
line-height: 14px;
margin-bottom: 15px;
}
@media (max-width: 600px) {
.project-navigation {
margin-top: 50px;
}
.project-navigation .nav {
float: none;
width: 100%;
text-align: left !important;
}
.project-navigation .nav.prev {
padding-right: 0;
}
.project-navigation .nav.next {
padding-left: 0;
}
.project-navigation .nav:not(:last-child) {
margin-bottom: 25px;
}
} .hero {
position: relative;
}
.hero .hero__content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
.heading {
padding: 100px 0 0;
position: relative;
}
.heading:after {
display: block;
content: '';
width: 2px;
height: 50px;
background: #111111;
margin: 50px auto 100px;
}
@media (max-width: 600px) {
.heading {
padding: 25px 0 0;
}
.heading:after {
margin-bottom: 50px;
}
}
.imageblock {
position: relative;
}
.imageblock .imageblock__content {
width: 50%;
padding: 100px;
position: relative;
}
.imageblock .imageblock__holder {
width: 50%;
position: absolute;
top: 0;
bottom: 0;
}
.imageblock.left .imageblock__content {
left: 50%;
}
.imageblock.left .imageblock__holder {
left: 0;
}
.imageblock.right .imageblock__holder {
right: 0;
}
@media (max-width: 800px) {
.imageblock .imageblock__content {
width: 100%;
left: 0 !important;
padding: 100px 50px;
}
.imageblock .imageblock__holder {
width: 100%;
height: 50vh;
position: relative;
}
}
.skills {
position: relative;
}
.skills .skill {
position: relative;
}
.skills .skill:not(:last-child) {
margin-bottom: 25px;
}
.skills .skill .skill__title {
font-size: 14px;
font-weight: 700;
margin-bottom: 10px;
}
.skills .skill .skill__bar {
width: 100%;
height: 6px;
background: #e6e6e6;
position: relative;
}
.skills .skill .skill__bar .skill__bar__percent {
width: 10px;
height: 100%;
background: #111111;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.posts__list .post {
text-align: center;
}
.posts__list .post:not(:last-child) {
margin-bottom: 100px;
}
.posts__list .post .date {
text-transform: uppercase;
font-size: 10px;
letter-spacing: 1px;
margin-bottom: 10px;
}
.posts__list .post .post__title {
font-weight: 700;
}
@media (max-width: 600px) {
.posts__list .post:not(:last-child) {
margin-bottom: 50px;
}
}
.posts__list__nav {
text-align: center;
margin-top: 100px;
}
.posts__list__nav a {
display: inline-block;
width: 40px;
height: 40px;
font-size: 22px;
line-height: 40px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.posts__list .posts__thumbs {
position: fixed;
top: 0;
left: 0;
z-index: -1;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
transition: opacity 0.2s ease, visibility 0.2s ease;
}
.posts__list .posts__thumbs.visible {
opacity: 1;
visibility: visible;
}
@media (max-width: 600px) {
.posts__list .posts__thumbs {
display: none;
}
}
.single__post .single__post__image {
margin-bottom: 100px;
}
.single__post .single__post__left-column {
float: left;
width: 240px;
}
.single__post .post__content {
padding-left: 300px;
}
@media (max-width: 800px) {
.single__post .single__post__image {
margin-bottom: 50px;
}
.single__post .single__post__left-column {
width: 100%;
float: none;
overflow: hidden;
}
.single__post .post__content {
padding-left: 0;
}
}
.comments-list {
list-style: none;
}
.comments-list .comment {
padding: 25px;
background: #ffffff;
}
.comments-list .comment:not(:last-child) {
margin-bottom: 25px;
}
@media all and (min-width: 1001px) and (max-width: 1200px) {
.single__post .single__post__left-column {
width: 180px;
}
.single__post .post__content {
padding-left: 220px;
}
.single__post .column.col-8 {
width: 80%;
padding: 0; 
}
}
@media all and (min-width: 801px) and (max-width: 1000px) {
.single__post .single__post__left-column {
float: none;
width: 100%;
float: none;
margin-bottom: 50px;
}
.single__post .post__content {
padding-left: 0;
}
}
@media all and (min-width: 1400px) {
.comments-list .comment .children {
list-style: none;
margin: 25px 0 0 50px;
} 
}
@media all and (min-width: 1001px) {
.hidden-1001-up {
display: none !important;
}
}
@media all and (max-width: 1000px) {
.hidden-1000-down {
display: none !important;
}
}
.comments-list .comment .children .comment:last-child {
padding-bottom: 0;
}
.comments-list .comment .comment-user {
float: left;
width: 100px;
position: relative;
}
.comments-list .comment .comment-user img {
border-radius: 50%;
}
.comments-list .comment:not(.pingback) .comment-content {
margin-left: 120px;
}
.comments-list .comment .comment-content .date {
font-size: 14px;
}
.comments-list .comment .comment-content .comment-text {
margin-top: 15px;
}
.comments-list .comment .comment-content .comment-reply-link {
font-size: 14px;
}
.form__send {
margin-top: 25px;
}
@media all and (min-width: 601px) and (max-width: 991px) {
.comments-list .children .comment {
padding: 25px 0;
}
}
@media (max-width: 600px) {
.comments-list .comment:not(:last-child) {
margin-bottom: 25px;
}
.comments-list .comment .comment-user {
width: 40px;
}
.comments-list .comment .comment-content {
margin-left: 60px;
}
.comments-list .comment .children {
margin: 25px 0 0 0;
}
.comments-list .comment .children .comment {
padding: 0;
}
} .slider {
position: relative;
}
.slider .owl-dots {
display: block;
width: 100%;
height: 10px;
position: relative;
margin-top: 25px;
z-index: 99;
text-align: center;
}
.slider .owl-dots .owl-dot {
display: inline-block;
margin: 0 5px;
overflow: hidden;
}
.slider .owl-dots .owl-dot span {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background: transparent;
border: 2px solid #111111;
box-shadow: none;
margin: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slider .owl-dots .owl-dot:hover span,
.slider .owl-dots .owl-dot.active span {
background: #111111;
}
.slider .owl-nav {
z-index: 100;
}
.slider .owl-nav div {
position: absolute;
top: 50%;
width: 40px;
height: 80px;
margin-top: -40px;
background: rgba(17, 17, 17, 0.5);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slider .owl-nav div:hover {
background: rgba(17, 17, 17, 0.7);
}
.slider .owl-nav div.owl-prev {
left: 0;
}
.slider .owl-nav div.owl-next {
right: 0;
}
.slider .owl-nav div.owl-prev::before,
.slider .owl-nav div.owl-next::before {
content: '';
width: 10px;
height: 10px;
position: absolute;
top: 50%;
left: 50%;
margin: -5px 0 0 -5px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.slider .owl-nav div.owl-prev::before {
border-bottom: 2px solid #ffffff;
border-left: 2px solid #ffffff;
}
.slider .owl-nav div.owl-next::before {
border-top: 2px solid #ffffff;
border-right: 2px solid #ffffff;
}
.social {
list-style: none;
}
.social li {
display: inline-block;
position: relative;
}
.social li a {
font-size: 16px;
padding: 0 15px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.social li:first-child a {
padding-left: 0;
}
.social li:last-child a {
padding-right: 0;
} .post__title, .posts__list li .title {
word-break: break-word;
}
.widget {
margin-bottom: 50px;
}
.widget:last-child:not(:first-of-type) {
margin-bottom: 0;
}
.widget-title {
font-weight: 700;
font-size: 20px;
}
.sticky {
padding: 30px 30px;
border: 1px solid #eee;
}
.bypostauthor img.avatar {
border-color: #fff;
}
.screen-reader-text,
p:empty {
display: none;
}
select {
max-width: 100%;
width: 100%;
}
.alignleft,
.aligncenter,
.alignright,
.alignnone {
margin-bottom: 25px;
}
.alignnone {
display: block;
}
.alignleft { 
float: left; 
margin: 0 30px 30px 0 !important;
}
.alignright { 
float: right; 
margin: 0 0 30px 30px !important;
}
.aligncenter { 
display: block; 
margin-right: auto; 
margin-left: auto; 
text-align: center; 
}
figure.aligncenter a {
display: inline-block;
overflow: hidden;
position: relative;
}
.wp-caption { 
max-width: 100%; 
text-align: center; 
}
.wp-caption img {
margin-bottom: 10px;
}
.gallery .gallery-icon {
width: 100%;
padding: 0 10px;
text-align: center;
}
.gallery .gallery-icon img {
border: none !important;
}
.gallery-caption { 
margin: 20px 0; 
max-width: 100%; 
text-align: center; 
z-index: 999; 
}
.wp-caption-text, 
.gallery-caption-text { 
margin: 6px 0;
font-style: italic;
font-size: 90%;
line-height: 120%;
padding-left: 0;
width: 100%;
}
.post__content .gallery {
overflow: hidden;
margin-bottom: 0 -10px 30px !important;
}
.aligncenter { 
text-align: center;
}
table#wp-calendar {
border: 1px solid #cccccc
}
table#wp-calendar>tbody>tr>td>a {
text-decoration: underline
}
table#wp-calendar thead>tr>th { 
width: 35px;
height: 20px;
text-align: center;
border: 1px solid #cccccc;
}
table#wp-calendar tbody>tr>td {
width: 35px;
height: 20px;
text-align: center;
border: 1px solid #cccccc;
}
table#wp-calendar tfoot>tr>td>a, 
tfoot>tr>td>a:link, 
tfoot>tr>td>a:visited, 
tfoot>tr>td>a:hover, 
tfoot>tr>td>a:active {
text-decoration: underline;
height: 23px;
margin-left: 10px;
padding-bottom: 3px;
}
table#wp-calendar tfoot>tr>td#prev {
width: 58px;
height: 20px;
text-align: left;
}
table#wp-calendar tfoot>tr>td#next {
width: 58px;
height: 20px;
text-align: right;
}
.widget_rss li {
margin-bottom: 25px;
}
.widget_rss .rsswidget {
clear: both;
}
.rssSummary {
margin: 10px 0;
}
.widget_rss cite {
font-size: 12px;
}
.post__content ul, .desc ul {
list-style: square;
list-style-position: inside;
margin-left: 20px;
margin-bottom: 40px;
}
.post__content ol, .desc ol {
list-style: decimal;
list-style-position: inside;
margin-left: 20px;
margin-bottom: 40px;
}
.post__content ul ul, 
.post__content ol ol, 
.desc ul ul, 
.desc ol ol,
.post__content ul ol, 
.post__content ol ul {
margin-bottom: 0;
}
.post__content > p:last-of-type {
margin: 50px 0;
}
.post__header + .post__content {
margin-top: 50px;
}
.post__content table, .post__content dl {
margin-bottom: 30px;
}
.post__content pre, .comment-content pre {
background: #fcfcfc;
padding: 30px;
border: 1px solid #eee;
color: #666;
page-break-inside: avoid;
font-family: monospace;
font-size: 15px;
line-height: 1.6;
margin: 30px 0 20px;
max-width: 100%;
overflow: auto;
display: block;
word-wrap: normal;
white-space: pre-wrap;
}
blockquote code, .post__content code {  
background: #f3f4f5;
border-radius: 2px;
color: #23282d;
font-family: Menlo,Consolas,monaco,monospace;
font-size: 14px;
padding: 2px;
}
pre {
word-wrap: break-word;
}
dd {
padding:.5em 0;
}
dl {
width:100%;
}
dt, dd {
display:inline-block;
width:30%;
}
dt {
text-align:right;
font-weight:bold;
clear:left;
float:left;
}
dd {
width:70%;
padding-left:1em;
clear:right;
}
dd + dd {
float:right;
clear:both;
}
dt:first-child {
padding-top:.5em;
}
dd + dt {
clear:both;
padding-top:.5em;
}
dt + dt {
width: 100%;
float: none;
padding: 0 70% 0 0;
}
dt + dt + dd {
margin-top: -2em;
}
dt + dt + dd + dt {
margin-top: 2em;
}
table {
border-collapse: collapse;
}
th, td {
border: 1px solid #eeeeee;
padding: 8px;
}
tr:nth-child(even) {
background: #fcfcfc;
}
iframe {
max-width: 100%;
}
hr {
clear: both;
}
.post__content table {
margin-bottom: 30px;
}
.post-password-form label {
width: calc(100% - 165px);
display: inline-block;
float: left;
}
.post-password-form input[type="submit"] {
margin-top: 33px;
margin-left: 10px;
} .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1200px;
}
.nf-form-fields-required {
display: none !important;
}
.elementor-widget-text-editor {
font-size: 16px;
line-height: 1.7;
}
.elementor-widget-progress .elementor-title {
font-size: 14px;
font-weight: 700;
margin-bottom: 10px;
font-family: inherit;
display: block;
}
.elementor-progress-wrapper {
height: 6px;
-webkit-border-radius: 0px;
border-radius: 0px;
} .nf-error .ninja-forms-field {
border: none !important;
border-bottom: 2px solid red !important;
} .wp-block-cover.aligncenter {
clear: both;
}
.post__content .wp-block-gallery {
margin-left: 0;
display: flex;
margin: 30px 0;
}
.wp-block-image, .wp-block-pullquote, .wp-block-embed, .wp-block-cover, .wp-block-cover-image {
margin-bottom: 30px;
margin-top: 30px;
}
iframe {
max-width: 100%;
}
.wp-block-latest-posts.is-grid {
margin-left: 0;
}
.wp-block-button .wp-block-button__link {
position: relative;
height: 50px;
line-height: 48px !important;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
padding: 0 50px;
letter-spacing: 2px;
border-radius: 0;
}
.wp-block-pullquote {
border-bottom: none;
border-top: none;
padding: 20px 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
border-left: none;
max-width: 90%;
} a#search-trigger {
width: 13px;
text-align: center;
}
#search-banner {
padding: 0;
opacity: 0;
height: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
#search-banner.visible { 
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; 
padding: 25px 0;
opacity: 1;
height: 110px;
} .post-password-form {
clear: both;
padding: 180px 80px;
}
.post-password-form label {
width: calc(100% - 180px);
}
.wp-video {
width: 100% !important;
}
[data-bg] > img {
display: none;
}
@media all and ( max-width: 799px ) {
.post-password-form {
padding: 0;
}
.post-password-form input[type="submit"],
.post-password-form label{
width: 100%;
max-width: none;
margin: 0 0 20px;
}
[data-bg].has-image {
background-image: none !important;
position: static
}
[data-bg] > img,
.entry .entry__overlay {
display: block;
}
.gallery > div { }
}.container {
max-width: 2000px;
padding: 0 100px;
margin: 0 auto;
position: relative;
}
body {
color: #fff;
} .grecaptcha-badge { visibility: hidden; }
.header .main-logo {
margin-top: 35px!important;
}
.main-logo img{
max-width:500px!important;	
}
div.main-logo { float:right!important;
}
.custom-logo{
float:right!important;
}
.menu-item, .menu-item a{
font-family: 'Staatliches';
}
.header .menu li a{
font-size: 1.6em!important;
}
.footer .copy:before {
display: block;
content: '';
width: 30px;
height: 30px;
margin: 0 auto 50px;
background: url(https://marvinsaid.com/wp-content/themes/omio-child/Eject.svg) center center;
background-size: cover;
}
.subtitle{
display:none!important;
}
.entry .entry__overlay{
background-color: rgba(0, 0, 0, .5)!important;
}
.entry:hover .entry__overlay {
opacity: 1;
visibility: visible;
}
.entry .entry__overlay .entry__overlay__content .title{
font-family: 'Staatliches'!important;
font-size:2em!important;
font-weight: 300!important;
}
h4{
font-family: 'Staatliches'!important;
font-size:1.5em!important;
}
.project-navigation{
background-color:rgb(37 36 36)!important;
}
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
font-family: "Staatliches"!important;
}
h6 {
font-size: 19px!important;
font-weight: 400!important;
}
@media (max-width: 600px) {
.custom-logo, .main-logo {
width:90%!important;
margin-top:.5em;
}
}
@media (max-width: 380px) {
.elementor-76 .elementor-container .contactblock .elementor-widget-wrap .elementor-widget > .elementor-widget-container{
padding: 0px 25px 0px 25px!important;
} 
}
@media (min-width: 380px) {
.elementor-76 .elementor-container .contactblock .elementor-widget-wrap .elementor-widget > .elementor-widget-container{
padding: 0px 50px 0px 50px!important;
}    
}
.header .trigger{
float:left!important;
position: absolute;
top:0px!important;
left:25px!important;
z-index: 9999;
}
.contactme{
font-family: 'Staatliches'!important;
font-size:1.4em!important;
}
@media all and (min-width: 1201px) {
.header .main-logo.text-center {
padding-left: 0;
padding-right: 0;
text-align: center;
width: 58%;
}
}
.header .container .main-nav{
float:left!important;
} 
.elementor-76 .elementor-element.contactblock > .elementor-element-populated{
padding: 0px 0px 0px 0px!important;
}
.project .row h2{
font-family: 'Staatliches'!important;
}
.text-mute{
vertical-align: top;
}
.adresss{
vertical-align: middle!important;
display: inline-block!important;
}