html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap"); .spacer-5 {
height: 5rem !important; } .spacer-3 {
height: 3rem !important; } .spacer-1 {
height: 1rem !important; } .bg-lightgray {
background-color: #F7F7F7; } .full-width {
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%); } .wp-block-group__inner-container {
max-width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
padding-top: 3.25rem;
padding-bottom: 1.75rem;
margin-left: auto;
margin-right: auto; }
@media (min-width: 576px) { .wp-block-group__inner-container {
max-width: 540px; } }
@media (min-width: 768px) { .wp-block-group__inner-container {
max-width: 720px; } }
@media (min-width: 992px) { .wp-block-group__inner-container {
max-width: 960px; } }
@media (min-width: 1200px) { .wp-block-group__inner-container {
max-width: 1140px; } }
@media (min-width: 1400px) { .wp-block-group__inner-container {
max-width: 1320px; } } html,
body {
font-family: "Inter", sans-serif;
font-size: 14px;
line-height: 1;
font-weight: lighter;
color: black; } body:not(.single) .entry-title {
display: none; } h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: lighter;
line-height: 1.125; } h1,
h2 {
font-size: 2em; }
@media (max-width: 576px) { h1,
h2 {
font-size: 1.5em; } } h1 {
margin: .75rem 0;
margin-bottom: 1.25rem; } h3 {
font-size: 1.5em; }
@media (max-width: 576px) { h3.has-margin-top {
margin-top: 1.5em; } } p {
line-height: 1.5;
margin-bottom: 1rem;
text-align: justify; }
@media (min-width: 1025px) and (max-width: 1400px) { p {
word-wrap: break-word;
overflow-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto; } } p.has-inner-txt-small em {
font-size: .75rem; } p, a {
font-size: .85rem; } .cit-cont p {
text-align: right;
font-size: 1rem; }
@media (max-width: 576px) { .cit-cont p {
font-size: .85rem; } } .cit-cont p:not(:last-of-type) {
margin-bottom: 0; } .cit-cont p strong {
font-size: smaller; } a {
color: black;
text-decoration: none;
transition: all ease-in-out .25s; } a:visited {
color: black; } a:hover {
color: #B21F17; } .link-cat {
font-weight: bold;
margin-bottom: 0; } ul,
li {
text-decoration: none;
list-style: none; } .btn-cta,
.btn-primary {
background-color: unset;
color: black;
padding: 0;
margin-top: auto;
border: 0;
font-size: 1rem;
font-weight: bold; } .btn-cta:hover,
.btn-primary:hover {
background-color: unset;
color: #B21F17; } .img-crop, .img-16-9-hor,
.img-4-3-ver,
.img-1-3-hor,
.img-1-4-hor,
.img-1-1 {
position: relative;
overflow: hidden;
height: 0; } .img, .img-16-9-hor img,
.img-4-3-ver img,
.img-1-3-hor img,
.img-1-4-hor img,
.img-1-1 img {
min-width: 100%;
min-height: 100%;
object-fit: cover;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: all ease-in-out .3s; } .img-16-9-hor {
padding-top: calc(9 / 16 * 100%); } .img-16-9-hor.has-margin-top {
margin-top: 1.25em; } .img-4-3-ver {
padding-top: calc(3 / 4 * 100%); } .img-4-3-ver {
padding-top: calc(4 / 3 * 100%); } .img-1-3-hor {
padding-top: calc(1 / 3 * 100%); } .img-1-4-hor {
padding-top: calc(1 / 4 * 100%); } .img-1-6-hor {
padding-top: calc(1 / 6 * 100%); } .img-1-1 {
padding-top: 100%; } #slb_viewer_wrap .slb_theme_slb_default .slb_container {
box-shadow: unset !important;
padding: 0 !important;
border-radius: 0 !important; } #slb_viewer_wrap .slb_theme_slb_default .slb_container .inner {
display: none !important; } #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag,
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
background-image: unset !important;
top: 50% !important;
border: solid white;
border-width: 0 1px 1px 0;
display: inline-block;
padding: .5rem;
min-width: unset !important;
min-height: unset !important;
width: 1.5rem !important;
height: 1.5rem !important;
font-size: 0px;
opacity: .75 !important; } #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag:hover,
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag:hover {
opacity: 1 !important; }
@media (max-width: 576px) { #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag,
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
width: .75rem !important;
height: .75rem !important; } } #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
transform: rotate(-45deg);
right: -2.75rem !important; }
@media (max-width: 576px) { #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
right: 1rem !important;
transform: scale(0.75) rotate(-45deg) translate(1rem, 0); } } #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
transform: rotate(135deg);
left: -2.75rem !important; }
@media (max-width: 576px) { #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
left: 1rem !important;
transform: scale(0.75) rotate(135deg) translate(-1rem, 0); } } #slb_viewer_wrap .slb_theme_slb_default.slideshow_active .slb_controls .slb_slideshow .slb_template_tag {
display: none !important; } #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow .slb_template_tag {
display: none !important; } #slb_viewer_wrap .slb_theme_slb_baseline {
top: 50% !important; } #slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout {
left: 50%;
top: 50% !important;
transform: translate(-50%, -50%);
width: auto !important;
max-width: 85vw;
max-height: 85vh; } #slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout .slb_container {
width: 100% !important;
height: auto !important;
display: flex;
background-color: transparent; } #slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout .slb_container .slb_details {
width: 0 !important;
height: 0 !important;
overflow: hidden; } #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
background: none !important;
position: relative;
display: flex;
flex-direction: column;
justify-content: center; }
@media (max-width: 576px) { #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
transform: scale(0.75); } } #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag:before, #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag:after {
content: "";
width: 100%;
height: 1px; background-color: white;
transform-origin: center center; } #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag:before {
transform: rotate(45deg) translate(7px, 5px); } #slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag:after {
transform: rotate(-45deg) translate(7px, -5px); } .img-bim {
max-width: 300px; }
@media (max-width: 576px) { .img-bim {
max-width: 100%; } } .swiper-container {
width: 100%;
height: 100%;
overflow: hidden;
position: absolute; } .swiper-container .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff; display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
height: 100%;
overflow: hidden; } .swiper-container .swiper-slide .thumbnail-crop {
display: block;
position: relative;
width: inherit;
height: inherit; } .swiper-container .swiper-slide .thumbnail-crop img {
min-width: 100%;
min-height: 100%;
object-fit: cover;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%); } .single-portfolio .blocks-gallery-grid {
display: block;
max-width: 100vw;
height: auto;
overflow: hidden; } .single-portfolio .blocks-gallery-grid .blocks-gallery-item {
display: inline-block;
width: auto;
margin: unset; } .single-portfolio .blocks-gallery-grid .blocks-gallery-item figure,
.single-portfolio .blocks-gallery-grid .blocks-gallery-item a {
display: block; } .single-portfolio .blocks-gallery-grid .blocks-gallery-item figure img,
.single-portfolio .blocks-gallery-grid .blocks-gallery-item a img {
object-fit: cover;
min-width: 100%;
min-height: 100%; } .single-portfolio .blocks-gallery-grid .blocks-gallery-item a img {
width: auto;
margin: 0 auto; } .slick-track {
overflow: hidden;
display: flex; } .slick-slider {
position: relative;
margin-bottom: 2.5rem; } .slick-slider .slick-arrow {
font-size: 2em;
position: absolute;
z-index: 10;
top: 50%;
display: flex;
align-items: center;
opacity: .75;
mix-blend-mode: screen;
transition: all ease-in-out .25s; } .slick-slider .slick-arrow:hover {
cursor: pointer;
opacity: 1; } .slick-slider .slick-arrow.arrow {
border: solid white;
border-width: 0 1px 1px 0;
display: inline-block;
padding: .5rem; } .slick-slider .slick-arrow.arrow.right {
right: 1.75rem;
transform: rotate(-45deg); }
@media (max-width: 576px) { .slick-slider .slick-arrow.arrow.right {
right: .5rem;
transform: rotate(-45deg) scale(0.85); } } .slick-slider .slick-arrow.arrow.left {
left: 1.75rem;
transform: rotate(135deg); }
@media (max-width: 576px) { .slick-slider .slick-arrow.arrow.left {
left: .5rem;
transform: rotate(135deg) scale(0.85); } } .slick-dots {
position: absolute;
bottom: 0;
display: flex;
left: 50%;
transform: translateX(-50%);
margin-left: 0;
padding-left: 0; } .slick-dots li.slick-active button {
opacity: 1; } .slick-dots li button {
color: white;
background-color: white;
font-size: 0;
width: .5rem;
height: .5rem;
border: 0;
border-radius: 100%;
margin: 0 .25rem .5rem .25rem;
opacity: .5;
transition: all ease-in-out .25s; } .slick-dots li button:hover {
opacity: 1; } form {
margin-bottom: 1.5rem; } form p {
display: block;
width: auto; } form p:nth-of-type(1), form p:nth-of-type(2) {
float: left;
width: calc(50% - (1.75rem / 2)); } form p:nth-of-type(1) {
margin-right: 1.75rem; } form p label {
width: 100%; } form p label span input,
form p label span textarea {
width: 100%;
border: 0 !important;
border-bottom: 1px solid black !important;
border-radius: 0 !important; } form .wpcf7-submit {
color: white;
background-color: black;
border: 0;
padding: .5rem 2.5rem;
transition: all ease-in-out .25s; } form .wpcf7-submit:hover {
background-color: #B21F17; } iframe {
margin-top: 1em;
width: 100%; } .site-header {
position: fixed;
z-index: 999;
left: 0;
top: 0;
bottom: 0;
display: flex;
flex-direction: column;
background-color: white;
width: 225px;
padding: 1.75rem; }
@media (min-width: 2560px) { .site-header {
left: calc((100vw - 2560px) / 2 + 225px);
transform: translateX(-100%); } }
@media (max-width: 768px) { .site-header {
bottom: unset;
width: 100%;
height: 6rem;
padding: 1.25rem; } } .site-header > * {
transition: all ease-in-out .3s; } .site-header .header-wrap {
flex-grow: 1;
display: flex;
flex-direction: column;
border-right: 1.5px solid #B21F17; }
@media (max-width: 768px) { .site-header .header-wrap {
display: flex;
justify-content: center;
border: 0;
position: relative;
height: 100%; } } .site-header:before, .site-header:after {
content: "";
width: 100%;
height: 2.5rem;
border-right: 1.5px dashed #B21F17; }
@media (max-width: 768px) { .site-header:before, .site-header:after {
content: none; } } .site-header:before, .site-header:after,
.site-header .header-wrap {
padding-right: 1.75rem; }
@media (max-width: 768px) { .site-header:before, .site-header:after,
.site-header .header-wrap {
padding: 0; } } .site-header .site-branding {
margin-top: 1.75rem;
order: 2; }
@media (max-width: 768px) { .site-header .site-branding {
display: inline-block;
width: auto;
margin: 0;
transform: none; } } .site-header .site-branding .custom-logo-link {
width: 100%; }
@media (max-width: 768px) { .site-header .site-branding .custom-logo-link {
width: auto; } } .site-header .site-branding .custom-logo-link img {
width: 100%;
max-width: 125px;
float: right; }
@media (max-width: 768px) { .site-header .site-branding .custom-logo-link img {
width: auto;
max-width: unset;
height: 3rem;
float: none; } } .site-header .site-branding .site-title {
display: none; } .site-header .site-branding .site-description {
margin-bottom: 0;
font-size: 25.5vw;
display: none; } .site-header .burger {
display: none; } .site-header .burger .top-bun {
width: calc(35px * 0.75);
margin-left: auto; } .site-header .burger.toggled .top-bun {
width: 35px;
margin-left: unset;
transform: rotate(45deg);
background-color: black; } .site-header .burger.toggled .meat {
opacity: 0; } .site-header .burger.toggled .bottom-bun {
transform: translate(-2.5px, -7px) rotate(-45deg);
background-color: black; }
@media (max-width: 768px) { .site-header .burger {
display: flex;
flex-direction: column;
justify-content: space-between;
position: absolute;
height: 10px;
top: 50%;
right: 0;
transform: translateY(-50%);
z-index: 20;
opacity: 1; } .site-header .burger > * {
width: 35px;
height: 3px;
background-color: black;
transition: 0.25s;
margin-left: 2px; } .site-header .burger .meat {
display: none; } } .site-header .main-navigation {
width: 100%;
height: 100%;
order: 1; } .site-header .main-navigation.toggled {
transform: translateX(0); }
@media (max-width: 768px) { .site-header .main-navigation {
position: absolute;
top: 4rem;
right: -1rem;
bottom: 0;
z-index: 30; } } .site-header .main-navigation .menu-header-menu-container {
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end; } .site-header .main-navigation .menu-header-menu-container .menu {
display: flex !important;
flex-direction: row;
justify-content: flex-end;
flex-wrap: wrap;
height: auto;
transition: all 450ms ease, -webkit-all 450ms ease; }
@media (max-width: 768px) { .site-header .main-navigation .menu-header-menu-container .menu {
position: absolute;
z-index: 10;
top: 50vh;
right: 0;
transform: translateY(-50%);
width: 50%;
padding: 1rem;
justify-content: center;
opacity: 0;
pointer-events: none; } } .site-header .main-navigation .menu-header-menu-container .menu.open {
opacity: 1;
pointer-events: auto; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item {
width: 100%;
padding: .5rem 0;
font-size: 14px;
text-align: right; }
@media (max-width: 768px) { .site-header .main-navigation .menu-header-menu-container .menu .menu-item {
font-size: 1.25rem;
padding: .5rem 0;
text-transform: uppercase;
text-align: right;
line-height: 1em;
display: flex;
flex-direction: column; } } .site-header .main-navigation .menu-header-menu-container .menu .menu-item.portfolio .sub-menu {
display: none; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item a {
color: gray;
font-size: 14px; }
@media (max-width: 768px) { .site-header .main-navigation .menu-header-menu-container .menu .menu-item a {
font-size: 1.25rem; } } .site-header .main-navigation .menu-header-menu-container .menu .menu-item a:hover {
color: #B21F17; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item.current-menu-item {
font-weight: bold; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item.current-menu-item a {
color: #B21F17; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item.no-hover, .site-header .main-navigation .menu-header-menu-container .menu .menu-item.fab {
order: 2; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item.fab {
width: 1rem;
max-width: 1rem;
position: relative;
margin-right: .5rem; }
@media (max-width: 768px) { .site-header .main-navigation .menu-header-menu-container .menu .menu-item.fab {
margin: 0 1rem 0 auto;
font-size: 1rem;
height: 1.75rem; } } .site-header .main-navigation .menu-header-menu-container .menu .menu-item.fab:hover:before {
color: #B21F17; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item.fab.fa-linkedin-in {
margin-right: 0; }
@media (max-width: 768px) { .site-header .main-navigation .menu-header-menu-container .menu .menu-item.fab.fa-linkedin-in {
margin: 0; } } .site-header .main-navigation .menu-header-menu-container .menu .menu-item.fab:before {
font-size: 1rem;
color: gray;
transition: all ease-in-out .25s; }
@media (max-width: 768px) { .site-header .main-navigation .menu-header-menu-container .menu .menu-item.fab:before {
font-size: 1.25rem; } } .site-header .main-navigation .menu-header-menu-container .menu .menu-item.fab a {
opacity: 0;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item.no-hover {
pointer-events: none; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item.no-hover:hover {
color: gray;
cursor: unset; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item .sub-menu {
display: flex;
flex-direction: column;
width: 100%;
padding-top: .25rem;
padding-bottom: 0;
position: unset;
box-shadow: unset; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item .sub-menu li {
width: 100%;
padding: .125rem 0; }
@media (max-width: 768px) { .site-header .main-navigation .menu-header-menu-container .menu .menu-item .sub-menu li {
padding: .25rem 0;
font-size: 1.125rem;
text-transform: none; } } .site-header .main-navigation .menu-header-menu-container .menu .menu-item .sub-menu li.current-menu-item a {
color: #B21F17;
font-weight: bold; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item .sub-menu li a {
display: block;
width: 100%;
color: gray;
font-weight: normal;
font-size: smaller; } .site-header .main-navigation .menu-header-menu-container .menu .menu-item .sub-menu li a:hover {
color: #B21F17; } .archive.post-type-archive-portfolio .header-wrap .main-navigation .menu .portfolio .sub-menu, .archive.tax-cat_portfolio .header-wrap .main-navigation .menu .portfolio .sub-menu {
display: block; } body.page.home .site-main {
padding: 0; } body.page.home .site-main:before, body.page.home .site-main:after {
content: none; } body.page.home .site-main .entry-content {
margin: 0; }  .card-wrap:first-of-type {
margin-top: 2.5rem; } .card-wrap .card {
max-width: calc(75% - 225px);
margin-left: auto;
border: 0; }
@media (max-width: 1024px) { .card-wrap .card {
width: auto;
max-width: calc(95% - 225px); } }
@media (max-width: 576px) { .card-wrap .card {
max-width: unset;
width: 100%; } } .card-wrap.portfolio-page {
padding-top: 0;
padding-bottom: 1.75rem; } .card-wrap.portfolio-page .card .thumbnail-crop {
background-color: black; } .card-wrap.portfolio-page .card .thumbnail-crop img {
transition: all ease .4s; } .card-wrap.portfolio-page .card .card-body {
padding: 0;
position: absolute;
top: calc(50% + .25rem);
transform: translate(calc(-100% - 1.75rem), -50%);
width: 40%; }
@media (max-width: 1024px) { .card-wrap.portfolio-page .card .card-body {
width: auto;
max-width: 45%; } }
@media (max-width: 768px) { .card-wrap.portfolio-page .card .card-body {
max-width: 50%; } }
@media (max-width: 576px) { .card-wrap.portfolio-page .card .card-body {
width: 100%;
max-width: unset;
position: relative;
top: unset;
transform: none;
margin-top: .75rem; } } .card-wrap.portfolio-page .card .card-body .card-title {
font-size: 1.25rem;
font-weight: lighter;
opacity: 0;
transition: all ease-in-out .5s;
text-align: right;
margin-bottom: 0;
max-width: 275px;
margin-left: auto; }
@media (max-width: 1024px) { .card-wrap.portfolio-page .card .card-body .card-title {
opacity: 1;
font-size: 1rem;
max-width: unset; } }
@media (max-width: 576px) { .card-wrap.portfolio-page .card .card-body .card-title {
text-align: center;
font-size: 1rem; } }
@media (max-width: 576px) { .card-wrap.portfolio-page .card .card-body .card-title br {
display: none; } } .card-wrap.portfolio-page .card:hover img {
opacity: .75;
transform: translate(-50%, -50%) scale(1.025); } .card-wrap.portfolio-page .card:hover .card-title {
opacity: 1;
transform: translateY(-0.25rem);
cursor: pointer; }
@media (max-width: 1024px) { .card-wrap.portfolio-page .card:hover .card-title {
transform: none; } } .card-wrap.portfolio-page .card:nth-of-type(even) {
margin: 1.75rem 0;
margin-left: auto; }
@media (max-width: 576px) { .card-wrap.portfolio-page .card:nth-of-type(even) {
margin: 1.65rem 0; } } .post-type-archive-portfolio .pagination-cont {
text-align: right; } .post-type-archive-portfolio .pagination-cont span,
.post-type-archive-portfolio .pagination-cont a {
margin-right: calc(1.75rem / 2); } .post-type-archive-portfolio .pagination-cont .current {
font-size: .95rem;
font-weight: bold;
color: #B21F17; } .post-type-archive-portfolio.paged .pagination-cont {
max-width: unset;
margin-left: unset; }
@media (max-width: 768px) { .paged.post-type-archive-portfolio .entry-content > .wp-block-separator {
margin-bottom: 1rem; } } .paged.post-type-archive-portfolio .card {
width: 100%;
max-width: unset;
border: 0;
border-top: 1px solid black;
border-radius: 0;
padding-top: 1rem; } .paged.post-type-archive-portfolio .card:first-of-type {
border-top: 0;
padding-top: 0; } .paged.post-type-archive-portfolio .card:nth-of-type(even) {
margin: calc(1.75rem / 2) 0; } .paged.post-type-archive-portfolio .card:hover .card-title {
transform: none; } .paged.post-type-archive-portfolio .card .thumbnail-crop,
.paged.post-type-archive-portfolio .card img {
display: none; } .paged.post-type-archive-portfolio .card .card-body {
width: inherit;
position: unset;
transform: none; } .paged.post-type-archive-portfolio .card .card-body .card-title {
opacity: 1;
text-align: left;
font-size: 1.25rem;
max-width: unset;
margin-left: unset;
margin-bottom: .5rem;
transition: all ease-in-out .25s; }
@media screen and (min-width: 2047px) and (-webkit-device-pixel-ratio: 1.25) { body.archive:not(.page-id-148) .site-main, body.page:not(.page-id-148) .site-main, body:not(.home):not(.page-id-148) .site-main {
padding-left: calc(225px + .6rem) !important; } } .single {
margin-bottom: 0; } .single .site-main {
padding-left: 225px;
padding-top: 2.5rem;
padding-right: 2.5rem;
padding-bottom: 2.5rem;
margin: 0; }
@media (max-width: 768px) { .single .site-main {
padding-left: 1.25rem;
padding-top: 6rem;
padding-right: 1.25rem;
padding-bottom: 1.25rem; } } .single .site-main:before, .single .site-main:after {
content: "";
display: block;
width: 100vw;
height: 2.5rem;
background-color: white;
position: fixed;
z-index: 99999;
left: 50%;
transform: translate(-50%, 0); }
@media (max-width: 768px) { .single .site-main:before, .single .site-main:after {
content: none; } } .single .site-main:before {
top: 0; } .single .site-main:after {
bottom: 0; }
@media (min-width: 1440px) { .single .site-main .post-thumbnail {
float: left;
width: calc(50% - (1.75rem / 2)); } } .single .site-main .entry-content {
height: calc(100vh - 9rem - 35px - 62px - 23.5px);
margin-top: 0; }
@media (min-width: 1440px) { .single .site-main .entry-content {
display: inline-block;
max-width: 100% !important; } }
@media (max-width: 1440px) { .single .site-main .entry-content {
height: auto; } }
@media (min-width: 1440px) { .single .site-main .entry-content .wp-block-gallery,
.single .site-main .entry-content h2,
.single .site-main .entry-content h3,
.single .site-main .entry-content h4,
.single .site-main .entry-content h5,
.single .site-main .entry-content h6,
.single .site-main .entry-content p {
width: calc(50% - (1.75rem / 2)); } } .single .site-main .entry-content .wp-block-gallery {
height: 100%; }
@media (min-width: 1440px) { .single .site-main .entry-content .wp-block-gallery {
float: left; } }
@media (max-width: 1440px) { .single .site-main .entry-content .wp-block-gallery {
margin-bottom: 1.5em; } } .single .site-main .entry-content .wp-block-gallery .blocks-gallery-grid {
margin-bottom: 0;
height: 100%; }
@media (max-width: 1440px) { .single .site-main .entry-content .wp-block-gallery .blocks-gallery-grid {
max-height: 567px; } } .single .site-main .entry-content .wp-block-gallery .blocks-gallery-grid .slick-list {
height: 100%; } .single .site-main .entry-content .wp-block-gallery .blocks-gallery-grid .slick-list .slick-track {
height: 100%; }
@media (max-width: 1440px) { .single .site-main .entry-content .wp-block-gallery .blocks-gallery-grid .slick-list .slick-track {
max-height: 576px; } }
@media (min-width: 1440px) { .single .site-main .entry-content h2,
.single .site-main .entry-content h3,
.single .site-main .entry-content h4,
.single .site-main .entry-content h5,
.single .site-main .entry-content h6,
.single .site-main .entry-content p {
float: right;
display: block;
margin-left: 1.75rem; } }
@media (max-width: 768px) { .single .site-main .post-thumbnail {
padding-top: 0; } }
@media (min-width: 1440px) { .single.single-home_slider .site-main article .type-home_slider {
display: flex;
flex-direction: row;
flex-wrap: nowrap; } }
@media (min-width: 1440px) { .single.single-home_slider .site-main article .type-home_slider .entry-content {
width: calc(50% - (1.75rem / 2));
float: right;
margin-left: 1.75rem; } }
@media (min-width: 1440px) { .single.single-home_slider .site-main article .type-home_slider .entry-content > * {
width: 100%; } } .single-portfolio .post-thumbnail {
display: none; } .single-portfolio .blocks-gallery-grid {
margin-bottom: 1rem; } .single-portfolio .entry-header br {
display: none; } .single-portfolio p {
margin-bottom: .75rem; } .single-portfolio .post-navigation {
padding-left: calc(1.75rem / 2);
display: block;
float: right;
width: calc(100% - (100px + 1.75rem / 2)); }
@media (max-width: 1440px) { .single-portfolio .post-navigation {
width: 100%;
padding-left: unset; } } .single-portfolio .nav-links br {
display: none; } .single-portfolio .nav-links .nav-previous {
order: 2;
text-align: end; } .single-portfolio .nav-links .nav-next {
order: 1;
max-width: calc(50% - (55px + 1.75rem)); }
@media (max-width: 1440px) { .single-portfolio .nav-links .nav-next {
text-align: left; } } .single-portfolio .go-back {
flex-grow: 0;
padding-right: calc(1.75rem / 2); }
@media (min-width: 1440px) { .single-portfolio .hide-from-1440 {
display: none; } } .site-footer {
background: black;
padding: 2rem 0; } .site-footer .container {
margin-bottom: 3rem; } .site-footer .container .footer__menu {
display: flex;
justify-content: space-between;
padding-left: 0;
margin: 0; }
@media (max-width: 576px) { .site-footer .container .footer__menu {
flex-wrap: wrap;
justify-content: center;
text-align: center; } } .site-footer .container .footer__menu > .menu-item,
.site-footer .container .footer__menu .page_item {
list-style: none;
font-size: small;
font-weight: 600; }
@media (max-width: 576px) { .site-footer .container .footer__menu > .menu-item,
.site-footer .container .footer__menu .page_item {
flex-basis: 100%; } }
@media (max-width: 576px) { .site-footer .container .footer__menu > .menu-item.menu-item-has-children,
.site-footer .container .footer__menu .page_item.menu-item-has-children {
margin-bottom: 1rem; } }
@media (max-width: 576px) { .site-footer .container .footer__menu > .menu-item.menu-item-has-children:last-of-type,
.site-footer .container .footer__menu .page_item.menu-item-has-children:last-of-type {
margin-bottom: 0; } } .site-footer .container .footer__menu > .menu-item a,
.site-footer .container .footer__menu .page_item a {
display: block;
color: white;
padding: .25rem 0; } .site-footer .container .footer__menu > .menu-item .sub-menu,
.site-footer .container .footer__menu .page_item .sub-menu {
padding-left: 0;
margin-left: 0; } .site-footer .container .footer__menu > .menu-item .sub-menu .menu-item,
.site-footer .container .footer__menu .page_item .sub-menu .menu-item {
list-style: none;
text-transform: none;
font-weight: normal; } .site-footer .container .footer__menu > .menu-item .sub-menu .menu-item.spacer,
.site-footer .container .footer__menu .page_item .sub-menu .menu-item.spacer {
height: .25rem; } .site-footer .bottom-footer {
background-color: black;
color: white;
text-align: center;
padding-top: .75rem;
font-size: small;
font-weight: lighter; } html,
body {
scroll-behavior: smooth; } * {
padding: 0;
margin: 0;
box-sizing: border-box; }
@media (min-width: 1920px) { body .site {
max-width: 1920px;
margin: 0 auto; } } body .site-main {
max-width: calc(100% - 1rem);
transition: all 350ms ease, -webkit-all 350ms ease; }
@media (max-width: 768px) { body .site-main {
max-width: unset; } } body .site-main.push-left {
transform: translateX(-75%); }
@media (max-width: 768px) { body.home .site-main {
height: calc(100vh - 6rem);
transform: translate(0, 6rem); } }
@media (max-width: 768px) { body.home .site-main.push-left {
transform: translate(-50%, 6rem); } } .page,
.archive {
margin-bottom: 0; } .page .site-main,
.archive .site-main {
margin: 0;
padding-left: 225px;
padding-top: 2.5rem;
padding-right: 2.5rem;
padding-bottom: 2.5rem; }
@media (max-width: 768px) { .page .site-main,
.archive .site-main {
padding-left: 1.25rem;
padding-top: 6rem;
padding-right: 1.25rem;
padding-bottom: 1.25rem; } } .page .site-main:before, .page .site-main:after,
.archive .site-main:before,
.archive .site-main:after {
content: "";
display: block;
width: 100vw;
height: 2.5rem;
background-color: white;
position: fixed;
z-index: 99999;
left: 50%;
transform: translate(-50%, 0); }
@media (max-width: 768px) { .page .site-main:before, .page .site-main:after,
.archive .site-main:before,
.archive .site-main:after {
content: none; } } .page .site-main:before,
.archive .site-main:before {
top: 0; } .page .site-main:after,
.archive .site-main:after {
bottom: 0; } .wp-block-columns {
margin-bottom: 0; } .wp-block-column {
display: flex;
flex-direction: column; } .wp-block-separator.is-style-wide {
position: relative;
z-index: 9999;
width: calc(100% + 1.75rem);
height: 0;
border: 0;
border-bottom: 1px solid #B21F17;
margin-bottom: 1.75rem;
overflow: visible;
transform: translateX(-1.75rem);
opacity: 1; }
@media (max-width: 768px) { .wp-block-separator.is-style-wide {
width: 100%;
transform: none;
z-index: 1; } } .wp-block-separator.is-style-wide:before {
content: "";
display: block;
width: 12px;
height: 12px;
background-color: #B21F17;
border-radius: 100%;
position: absolute;
z-index: 9999;
left: 0;
top: 50%;
transform: translate(-50%, -50%); }
@media (max-width: 768px) { .wp-block-separator.is-style-wide:before {
content: none; } } .wp-block-separator.has-margin-top {
margin-top: 1.75rem; } .wp-block-separator.has-margin-bottom {
margin-bottom: 1.75rem; }
@media (min-width: 782px) and (max-width: 1366px) { .wp-block-columns.team-entries-cont .wp-block-column {
flex-basis: 50% !important; } }
@media (max-width: 768px) { .wp-block-columns.team-entries-cont .wp-block-column {
flex-basis: calc(50% - (1.25rem / 2)) !important; } }
@media (max-width: 576px) { .wp-block-columns.team-entries-cont .wp-block-column {
flex-basis: 100% !important; } } .wp-block-columns.team-entries-cont .wp-block-column:not(:first-child) {
margin-left: 0; }
@media (max-width: 1400px) { .wp-block-columns.team-entries-cont .wp-block-column:not(:first-child) {
margin-left: 1rem; } }
@media (max-width: 576px) { .wp-block-columns.team-entries-cont .wp-block-column:not(:first-child) {
margin-left: 0; } }
@media (max-width: 576px) { .wp-block-columns.team-entries-cont .wp-block-column .wp-block-columns .wp-block-column {
max-width: calc(50% - (1.75rem / 2)); } } .wp-block-columns.team-entries-cont .wp-block-column .wp-block-columns .wp-block-column:not(:first-child) {
margin-left: 1rem; } .wp-block-columns.team-entries-cont .wp-block-column .wp-block-image {
transition: all ease .25s; } .wp-block-columns.team-entries-cont .wp-block-column .wp-block-image:hover {
cursor: pointer; } .wp-block-columns.team-entries-cont .wp-block-column .wp-block-image:hover:after {
opacity: 1; } .wp-block-columns.team-entries-cont .wp-block-column .wp-block-image:hover img {
transform: translate(-50%, -50%) scale(1.05);
opacity: .5; } .wp-block-columns.team-entries-cont .wp-block-column .wp-block-image img {
transition: all ease .3s; } .wp-block-columns.team-entries-cont .wp-block-column .wp-block-image:after {
content: "\f0e1";
font-family: "Font Awesome 5 Brands";
font-size: 1em;
width: 1em;
height: 1em;
color: #B21F17;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: all ease .4s; } .wp-block-columns .wp-block-column:not(:first-child) {
margin-left: 1.75rem; }
@media (max-width: 768px) { .wp-block-columns .wp-block-column:not(:first-child) {
margin-left: unset; } }
@media (min-width: 600px) and (max-width: 781px) { .wp-block-columns .wp-block-column:not(:first-child) {
margin-left: 1.25rem;
flex-basis: calc(50% - (1.25rem / 2)) !important; } }
@media (min-width: 600px) and (max-width: 781px) { .wp-block-column:not(:only-child) {
flex-basis: calc(50% - (1.25rem / 2)) !important; } }
@media (min-width: 1024px) and (max-width: 1536px) { .wp-block-column.has-mobile-margin-top {
flex-basis: 50% !important; } }
@media (max-width: 768px) { .wp-block-column.has-mobile-margin-top {
margin-top: 1.25rem; } }
@media (min-width: 600px) and (max-width: 1024px) { .wp-block-columns.cit-wrap .wp-block-column.cit-cont {
flex-basis: 100% !important; } } .wp-block-columns.cit-wrap .wp-block-column.cit-cont p:last-of-type {
margin-bottom: 1.5rem; }
@media (min-width: 600px) and (max-width: 1024px) { .wp-block-columns.cit-wrap .wp-block-column:not(.cit-cont) {
margin-left: 0 !important; } }
@media (min-width: 1024px) and (max-width: 1536px) { .wp-block-columns.cit-wrap .wp-block-column:not(.cit-cont) {
flex-basis: 50% !important; } }
@media (max-width: 1024px) { .wp-block-columns.cit-wrap .wp-block-column:not(.cit-cont) {
flex-basis: 0 !important; } }
@media (max-width: 1366px) { .wp-block-columns.info-stacked {
flex-direction: column; } }
@media (max-width: 576px) { .wp-block-columns.info-stacked {
flex-direction: row; } }
@media (max-width: 1366px) { .wp-block-columns.info-stacked .wp-block-column {
flex-basis: 100% !important;
margin-left: unset !important; } }
@media (max-width: 576px) { .wp-block-columns.info-stacked .wp-block-column {
flex-basis: 50% !important; } } .wp-block-columns.info-stacked .wp-block-column:not(:first-child) {
flex-direction: column;
justify-content: flex-end; }
@media (max-width: 576px) { .wp-block-columns.info-stacked .wp-block-column:not(:first-child) {
margin-left: 1.75rem; } }
@media (min-width: 1024px) { .wp-block-columns.info-stacked .wp-block-column p {
font-size: .725rem;
line-height: 1.25em; } }
@media (min-width: 768px) and (max-width: 1024px) and (min-height: 576px) and (max-height: 768px) { .wp-block-columns.info-stacked .wp-block-column p {
font-size: .85rem;
line-height: 1.5; } } .wp-block-columns.info-stacked .wp-block-column p a {
font-size: inherit; }
@media (min-width: 600px) and (max-width: 1024px) { .main-studio-cont {
flex-direction: column; } }
@media (min-width: 600px) and (max-width: 1024px) { .main-studio-cont .has-mobile-margin-top {
margin-left: unset !important; } }
@media (max-width: 1024px) { .main-studio-cont .has-mobile-margin-top {
margin-top: 1.75rem; } } .main-studio-cont .img-16-9-hor {
margin-bottom: .5rem; }
@media (min-width: 600px) and (max-width: 1024px) { .studio-cont > .wp-block-column,
.studio-cont .wp-block-column.has-mobile-margin-top {
flex-basis: 100% !important; } }
@media (min-width: 600px) and (max-width: 781px) { .studio-cont > .wp-block-column.has-mobile-margin-top,
.studio-cont .wp-block-column.has-mobile-margin-top.has-mobile-margin-top {
margin-left: 0 !important; } }
@media (min-width: 600px) and (max-width: 781px) { .studio-cont .team-entries-cont .wp-block-column:not(:first-child) {
margin-left: 1.125rem; } }
@media (min-width: 1024px) { .team-entries-cont .wp-block-column p, .team-entries-cont .wp-block-column strong, .team-entries-cont .wp-block-column em {
font-size: .725rem;
line-height: 1.25em; } }
@media (min-width: 768px) and (max-width: 1024px) and (min-height: 576px) and (max-height: 768px) { .team-entries-cont .wp-block-column p, .team-entries-cont .wp-block-column strong, .team-entries-cont .wp-block-column em {
font-size: .85rem;
line-height: 1.5; } }
@media (max-width: 768px) { .img-16-9-hor.has-margin-top {
margin-top: calc(1.75em - 1rem); } } .img-1-1 {
margin-bottom: 1em; } p.margin-bot-sm {
margin-bottom: .25rem; } .otgs-development-site-front-end {
display: none; }html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}.rl-gallery {
padding: 0;
margin: 0;
}
.rl-gallery .rl-gallery-item {
overflow: hidden;
}
.rl-gallery .rl-gallery-link {
position: relative;
display: block;
}
.rl-gallery .rl-gallery-link,
.rl-gallery .rl-gallery-link img {
border: none;
outline: none;
box-shadow: none;
}
.rl-gallery .rl-gallery-link img {
z-index: 0;
}
.rl-gallery .rl-gallery-link .rl-gallery-caption {
position: absolute;
width: 100%;
display: block;
z-index: 2;
bottom: 0;
background-color: rgba(0,0,0,0.8);
overflow: hidden;
word-wrap: break-word;
padding: 1em;
font-weight: normal;
line-height: 1.2;
text-align: left;
word-wrap: break-word;
backface-visibility: hidden;
box-sizing: border-box;
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transition: transform 0.3s, opacity 0.3s;
-moz-transition: transform 0.3s, opacity 0.3s;
-ms-transition: transform 0.3s, opacity 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
*.rl-gallery[class^="rl-hover-effect-"] .rl-gallery-link .rl-gallery-caption,
*.rl-gallery[class*="rl-hover-effect-"] .rl-gallery-link .rl-gallery-caption {
filter: "alpha(opacity=0)";
opacity: 0;
}
.rl-gallery .rl-gallery-item-title,
.rl-gallery .rl-gallery-item-caption {
display: block;
color: #fff;
}
.rl-gallery:not(.rl-hidden-text) .rl-gallery-link:after {
position: absolute;
height: 100%;
width: 100%;
z-index: 1;
background-color: rgba(0,0,0,0.8);
display: block;
content: '';
filter: "alpha(opacity=0)";
opacity: 0;
top: 0;
left: 0;
-webkit-transition: transform 0.3s, opacity 0.3s;
-moz-transition: transform 0.3s, opacity 0.3s;
-ms-transition: transform 0.3s, opacity 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.rl-gallery .rl-gallery-link:hover .rl-gallery-caption,
.rl-gallery .rl-gallery-link.hover .rl-gallery-caption {
filter: "alpha(opacity=100)";
opacity: 1;
} @font-face {
font-family: 'responsive-lightbox';
src: url(//notarchitetti.it/wp-content/plugins/responsive-lightbox/font/responsive-lightbox.eot?86939755);
src: url(//notarchitetti.it/wp-content/plugins/responsive-lightbox/font/responsive-lightbox.eot?86939755#iefix) format('embedded-opentype'),
url(//notarchitetti.it/wp-content/plugins/responsive-lightbox/font/responsive-lightbox.woff2?86939755) format('woff2'),
url(//notarchitetti.it/wp-content/plugins/responsive-lightbox/font/responsive-lightbox.woff?86939755) format('woff'),
url(//notarchitetti.it/wp-content/plugins/responsive-lightbox/font/responsive-lightbox.ttf?86939755) format('truetype'),
url(//notarchitetti.it/wp-content/plugins/responsive-lightbox/font/responsive-lightbox.svg?86939755#responsive-lightbox) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="rl-hover-icon-"] .rl-gallery-link:before,
[class*="rl-hover-icon-"] .rl-gallery-link:before {
font-family: "responsive-lightbox";
font-style: normal;
font-weight: normal;
speak: none;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
text-decoration: none;
width: 1em;
height: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
left: 50%;
margin-top: -1em;
margin-left: -1em;
background-color: rgba(0,0,0,0.8);
color: #fff;
padding: 1em;
border-radius: 50%;
filter: "alpha(opacity=0)";
opacity: 0;
z-index: 4;
-webkit-transition: transform 0.3s, opacity 0.3s;
-moz-transition: transform 0.3s, opacity 0.3s;
-ms-transition: transform 0.3s, opacity 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.rl-hover-icon-1 .rl-gallery-link:before {
content: '\e800';
}
.rl-hover-icon-2 .rl-gallery-link:before {
content: '\e801';
}
.rl-hover-icon-3 .rl-gallery-link:before {
content: '\e802';
}
.rl-hover-icon-4 .rl-gallery-link:before {
content: '\e803';
}
.rl-hover-icon-5 .rl-gallery-link:before {
content: '\f0fe';
}
.rl-hover-icon-6 .rl-gallery-link:before {
content: '\e809';
}
.rl-hover-icon-7 .rl-gallery-link:before {
content: '\e80a';
}
.rl-hover-icon-8 .rl-gallery-link:before {
content: '\e80b';
}
.rl-hover-icon-9 .rl-gallery-link:before {
content: '\e80d';
}
.rl-hover-icon-10 .rl-gallery-link:before {
content: '\e80e';
}
.rl-hover-icon-11 .rl-gallery-link:before {
content: '\f08e';
}
.rl-hover-icon-12 .rl-gallery-link:before {
content: '\f0b2';
}
.rl-hover-icon-13 .rl-gallery-link:before {
content: '\e804';
}
.rl-hover-icon-14 .rl-gallery-link:before {
content: '\f14c';
}
.rl-hover-icon-15 .rl-gallery-link:before {
content: '\f196';
}
.rl-hover-icon-16 .rl-gallery-link:before {
content: '\f24d';
}
[class^="rl-hover-effect-"][class^="rl-hover-icon-"] .rl-gallery-link:hover:before,
[class*="rl-hover-effect-"][class*="rl-hover-icon-"] .rl-gallery-link:hover:before,
[class^="rl-hover-effect-"][class^="rl-hover-icon-"] .rl-gallery-link.hover:before,
[class*="rl-hover-effect-"][class*="rl-hover-icon-"] .rl-gallery-link.hover:before {
filter: "alpha(opacity=100)";
opacity: 1;
} .rl-gallery.rl-hover-effect-1 .rl-gallery-link .rl-gallery-caption {
background: none;
}
.rl-gallery.rl-hover-effect-1 .rl-gallery-link:hover .rl-gallery-caption,
.rl-gallery.rl-hover-effect-1 .rl-gallery-link.hover .rl-gallery-caption {
filter: "alpha(opacity=100)";
opacity: 1;
}
.rl-gallery.rl-hover-effect-1 .rl-gallery-link:before {
background: none;
}
.rl-gallery.rl-hover-effect-1 .rl-gallery-link:hover:after,
.rl-gallery.rl-hover-effect-1 .rl-gallery-link.hover:after {
filter: "alpha(opacity=100)";
opacity: 1;
} .rl-gallery.rl-hover-effect-2 .rl-gallery-link:hover .rl-gallery-caption,
.rl-gallery.rl-hover-effect-2 .rl-gallery-link.hover .rl-gallery-caption {
filter: "alpha(opacity=100)";
opacity: 1;
} .rl-gallery.rl-hover-effect-3 {
overflow: visible;
}
.rl-gallery.rl-hover-effect-3 .rl-gallery-item {
overflow: visible;
}
.rl-gallery.rl-hover-effect-3 .rl-gallery-link {
overflow: visible;
}
.rl-gallery.rl-hover-effect-3 .rl-gallery-link .rl-gallery-caption {
position: absolute;
background: none;
}
.rl-gallery.rl-hover-effect-3 .rl-gallery-link:hover .rl-gallery-caption,
.rl-gallery.rl-hover-effect-3 .rl-gallery-link.hover .rl-gallery-caption {
-webkit-transform: translate(15px, 15px);
-moz-transform: translate(15px, 15px);
-ms-transform: translate(15px, 15px);
-o-transform: translate(15px, 15px);
transform: translate(15px, 15px);
}
.rl-gallery.rl-hover-effect-3 .rl-gallery-link:hover:after,
.rl-gallery.rl-hover-effect-3 .rl-gallery-link.hover:after {
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transform: translate(15px, 15px);
-moz-transform: translate(15px, 15px);
-ms-transform: translate(15px, 15px);
-o-transform: translate(15px, 15px);
transform: translate(15px, 15px);
}
.rl-gallery.rl-hover-effect-3[class^="rl-hover-icon-"] .rl-gallery-link:before,
.rl-gallery.rl-hover-effect-3[class*="rl-hover-icon-"] .rl-gallery-link:before {
background: none;
}
.rl-gallery.rl-hover-effect-3[class^="rl-hover-icon-"] .rl-gallery-link:hover:before,
.rl-gallery.rl-hover-effect-3[class*="rl-hover-icon-"] .rl-gallery-link:hover:before,
.rl-gallery.rl-hover-effect-3[class^="rl-hover-icon-"] .rl-gallery-link.hover:before,
.rl-gallery.rl-hover-effect-3[class*="rl-hover-icon-"] .rl-gallery-link.hover:before {
-webkit-transform: translate(15px, 15px);
-moz-transform: translate(15px, 15px);
-ms-transform: translate(15px, 15px);
-o-transform: translate(15px, 15px);
transform: translate(15px, 15px);
} .rl-gallery.rl-hover-effect-4 .rl-gallery-link .rl-gallery-caption {
background: none;
height: auto;
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform:  translateY(100%);
-o-transform:  translateY(100%);
transform:  translateY(100%);
}
.rl-gallery.rl-hover-effect-4 .rl-gallery-link:hover .rl-gallery-caption,
.rl-gallery.rl-hover-effect-4 .rl-gallery-link.hover .rl-gallery-caption {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform:  translateY(0);
-o-transform:  translateY(0);
transform:  translateY(0);
}
.rl-gallery.rl-hover-effect-4 .rl-gallery-link {
overflow: hidden;
}
.rl-gallery.rl-hover-effect-4 .rl-gallery-link:before {
background: none;
webkit-transform: translateY(-25%);
-moz-transform: translateY(-25%);
-ms-transform: translateY(-25%);
-o-transform: translateY(-25%);
transform: translateY(-25%);
}
.rl-gallery.rl-hover-effect-4 .rl-gallery-link:hover:before,
.rl-gallery.rl-hover-effect-4 .rl-gallery-link.hover:before {
webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.rl-gallery.rl-hover-effect-4 .rl-gallery-link:after {
filter: "alpha(opacity=100)";
opacity: 1;
top: -100%;
}
.rl-gallery.rl-hover-effect-4 .rl-gallery-link:hover:after,
.rl-gallery.rl-hover-effect-4 .rl-gallery-link.hover:after {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform:  translateY(100%);
-o-transform:  translateY(100%);
transform:  translateY(100%);
} .rl-gallery.rl-hover-effect-5 .rl-gallery-link .rl-gallery-caption {
background: none;
height: 100%;
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform:  translateY(100%);
-o-transform:  translateY(100%);
transform:  translateY(100%);
}
.rl-gallery.rl-hover-effect-5 .rl-gallery-link:hover .rl-gallery-caption,
.rl-gallery.rl-hover-effect-5 .rl-gallery-link.hover .rl-gallery-caption {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform:  translateY(0);
-o-transform:  translateY(0);
transform:  translateY(0);
}
.rl-gallery.rl-hover-effect-5 .rl-gallery-link {
overflow: hidden;
}
.rl-gallery.rl-hover-effect-5 .rl-gallery-link:before {
background: none;
}
.rl-gallery.rl-hover-effect-5 .rl-gallery-link:hover:before,
.rl-gallery.rl-hover-effect-5 .rl-gallery-link.hover:before {
webkit-transform: translateY(2em);
-moz-transform: translateY(2em);
-ms-transform: translateY(2em);
-o-transform: translateY(2em);
transform: translateY(2em);
}
.rl-gallery.rl-hover-effect-5 .rl-gallery-link:after {
filter: "alpha(opacity=100)";
opacity: 1;
top: -100%;
}
.rl-gallery.rl-hover-effect-5 .rl-gallery-link:hover:after,
.rl-gallery.rl-hover-effect-5 .rl-gallery-link.hover:after {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform:  translateY(100%);
-o-transform:  translateY(100%);
transform:  translateY(100%);
} .rl-gallery.rl-hover-effect-6 .rl-gallery-link {
overflow: hidden;
}
.rl-gallery.rl-hover-effect-6 .rl-gallery-link img {
z-index: 3;
-webkit-transition: transform 0.3s;
-moz-transition: transform 0.3s;
-ms-transition: transform 0.3s;
-o-transition: transform 0.3s;
transition: transform 0.3s;
}
.rl-gallery.rl-hover-effect-6 .rl-gallery-link:hover img,
.rl-gallery.rl-hover-effect-6 .rl-gallery-link.hover img {
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
-o-transform: scale(0.3);
transform: scale(0.3);
}
.rl-gallery.rl-hover-effect-6 .rl-gallery-link:before {
background: none;
}
.rl-gallery.rl-hover-effect-6 .rl-gallery-link .rl-gallery-caption {
background: none;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
-o-transform: scale(0.7);
transform: scale(0.7);
}
.rl-gallery.rl-hover-effect-6 .rl-gallery-link:hover .rl-gallery-caption,
.rl-gallery.rl-hover-effect-6 .rl-gallery-link.hover .rl-gallery-caption {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.rl-gallery.rl-hover-effect-6 .rl-gallery-link:hover:after,
.rl-gallery.rl-hover-effect-6 .rl-gallery-link.hover:after {
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
} .rl-gallery.rl-hover-effect-7 .rl-gallery-link {
overflow: visible;
}
.rl-gallery.rl-hover-effect-7 .rl-gallery-link:before {
filter: "alpha(opacity=100)";
opacity: 1;
top: -2em;
}
.rl-gallery.rl-hover-effect-7 .rl-gallery-link:hover:before,
.rl-gallery.rl-hover-effect-7 .rl-gallery-link.hover:before {
webkit-transform: translateY(4em);
-moz-transform: translateY(4em);
-ms-transform: translateY(4em);
-o-transform: translateY(4em);
transform: translateY(4em);
}
.rl-gallery.rl-hover-effect-7 .rl-gallery-link img {
position: relative;
z-index: 3;
-webkit-transition: transform 0.3s;
-moz-transition: transform 0.3s;
-ms-transition: transform 0.3s;
-o-transition: transform 0.3s;
transition: transform 0.3s;
}
.rl-gallery.rl-hover-effect-7 .rl-gallery-link:hover img,
.rl-gallery.rl-hover-effect-7 .rl-gallery-link.hover img {
-webkit-transform: translateY(-5em);
-moz-transform: translateY(-5em);
-ms-transform: translateY(-5em);
-o-transform: translateY(-5em);
transform: translateY(-5em);
}
.rl-gallery.rl-hover-effect-7 .rl-gallery-link .rl-gallery-caption {
height: 5em;
filter: "alpha(opacity=100)";
opacity: 1;
} .rl-gallery.rl-hover-effect-8 .rl-gallery-link {
overflow: hidden;
}
.rl-gallery.rl-hover-effect-8 .rl-gallery-link:before {
filter: "alpha(opacity=100)";
opacity: 1;
top: -2em;
}
.rl-gallery.rl-hover-effect-8 .rl-gallery-link:hover:before,
.rl-gallery.rl-hover-effect-8 .rl-gallery-link.hover:before {
webkit-transform: translateY(4em);
-moz-transform: translateY(4em);
-ms-transform: translateY(4em);
-o-transform: translateY(4em);
transform: translateY(4em);
}
.rl-gallery.rl-hover-effect-8 .rl-gallery-link img {
z-index: 1;
-webkit-transition: transform 0.3s;
-moz-transition: transform 0.3s;
-ms-transition: transform 0.3s;
-o-transition: transform 0.3s;
transition: transform 0.3s;
}
.rl-gallery.rl-hover-effect-8 .rl-gallery-link:hover img {
-webkit-transform: translateY(-3em);
-moz-transform: translateY(-3em);
-ms-transform: translateY(-3em);
-o-transform: translateY(-3em);
transform: translateY(-3em);
}
.rl-gallery.rl-hover-effect-8 .rl-gallery-link .rl-gallery-caption {
height: 5em;
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform:  translateY(100%);
-o-transform:  translateY(100%);
transform:  translateY(100%);
}
.rl-gallery.rl-hover-effect-8 .rl-gallery-link:hover .rl-gallery-caption,
.rl-gallery.rl-hover-effect-8 .rl-gallery-link.hover .rl-gallery-caption {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
} .rl-gallery.rl-hover-effect-9 .rl-gallery-link {
overflow: hidden;
}
.rl-gallery.rl-hover-effect-9 .rl-gallery-link img {
z-index: 3;
-webkit-transition: transform 0.3s;
-moz-transition: transform 0.3s;
-ms-transition: transform 0.3s;
-o-transition: transform 0.3s;
transition: transform 0.3s;
}
.rl-gallery.rl-hover-effect-9 .rl-gallery-link:before {
background: none;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.rl-gallery.rl-hover-effect-9 .rl-gallery-link:hover:before,
.rl-gallery.rl-hover-effect-9 .rl-gallery-link.hover:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.rl-gallery.rl-hover-effect-9 .rl-gallery-link .rl-gallery-caption {
background: none;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
-o-transform: scale(0.7);
transform: scale(0.7);
}
.rl-gallery.rl-hover-effect-9 .rl-gallery-link:hover .rl-gallery-caption,
.rl-gallery.rl-hover-effect-9 .rl-gallery-link.hover .rl-gallery-caption {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.rl-gallery.rl-hover-effect-9 .rl-gallery-link:after {
height: calc(100% - 1em);
width: calc(100% - 1em);
margin: 0.5em;
}
.rl-gallery.rl-hover-effect-9 .rl-gallery-link:hover:after,
.rl-gallery.rl-hover-effect-9 .rl-gallery-link.hover:after {
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.rl-gallery.rl-justified-gallery .rl-gallery-link {
position: absolute;
}
.rl-gallery.rl-justified-gallery {
overflow: visible;
}
.rl-gallery-button {
text-align: center;
}
.rl-loading {
opacity: 0.5;
pointer-events: none;
}