.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 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;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//studiobakuza.com/wp-content/themes/texol/libs/OwlCarousel/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.circo-team {
padding: 100px 25px 0;
background-color: var(--color-quaternary);
}
.circo-team .circo-team-wrapper h2 {
margin-bottom: 100px;
font-size: 40px;
line-height: 50px;
}
.circo-team .circo-team-wrapper .carousel-team-first {
margin-bottom: 50px;
}
.circo-team .circo-team-wrapper .carousel-team-first .owl-nav {
display: flex;
align-items: flex-start;
}
.circo-team .circo-team-wrapper .carousel-team-first .owl-nav button {
margin-top: 50px;
}
.circo-team .circo-team-wrapper .carousel-team-first .owl-nav .owl-prev {
margin-right: 10px;
}
.circo-team .circo-team-wrapper .carousel-team-last {
display: flex;
margin: 0 -25px;
width: 100vw;
}
.circo-team .circo-team-wrapper h3 {
margin-bottom: 20px;
text-transform: uppercase;
}
.circo-team .circo-team-wrapper p {
font-size: 20px;
line-height: 30px;
}
@media screen and (min-width: 1200px) {
.circo-team {
padding: 0 0 0 50px;
}
.circo-team .circo-team-wrapper {
display: flex;
align-items: center;
width: 100%;
overflow: hidden;
}
.circo-team .circo-team-wrapper .carousel-team-last-container {
width: 60%;
}
.circo-team .circo-team-wrapper .carousel-team-last-container h2 {
margin: 200px 100px 100px 100px;
}
.circo-team .circo-team-wrapper .carousel-team-last-container .carousel-team-first {
margin: 0 0 0 100px;
width: calc(100% - 300px);
}
.circo-team .circo-team-wrapper .carousel-team-last-container .carousel-team-first .owl-nav {
position: absolute;
right: -125px;
top: 100px;
flex-direction: column;
}
.circo-team .circo-team-wrapper .carousel-team-last-container .carousel-team-first .owl-nav button {
margin-top: 30px;
}
.circo-team .circo-team-wrapper .carousel-team-last-container .carousel-team-first .owl-nav .owl-prev img {
transform: rotate(90deg);
}
.circo-team .circo-team-wrapper .carousel-team-last-container .carousel-team-first .owl-nav .owl-next img {
transform: rotate(90deg);
}
.circo-team .circo-team-wrapper .carousel-team-last {
width: 40%;
margin: 0;
}
}.circo-works .circo-works-wrapper {
padding: 0 25px;
}
.circo-works .circo-works-wrapper h2 {
margin: 0 0 75px 0;
}
.circo-works .circo-works-wrapper .circo-works-items {
transition: all 500ms;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item {
display: block;
margin: 0 0 75px 0;
transition: all 500ms;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img {
display: flex;
overflow: hidden;
aspect-ratio: 0.75;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img img {
width: 100%;
height: auto;
object-fit: cover; }
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item h3 {
font-size: 22px;
font-weight: 300;
line-height: 30px;
margin: 25px 0 0 0;
text-align: right;
text-transform: uppercase;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item h4 {
font-size: 16px;
font-weight: 200;
line-height: 24px;
margin: 5px 0 0 0;
text-align: right;
text-transform: uppercase;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
flex: 0 0 calc(50% - 14px);
margin-bottom: 20px;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item h3 {
font-size: 14px;
line-height: 20px;
font-weight: 300;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item h4 {
font-size: 12px;
line-height: 24px;
font-weight: 200;
margin: 0;
}
.circo-works .circo-works-wrapper .circo-works-actions {
display: none;
}
@media screen and (min-width: 1360px) {
.circo-works .circo-works-wrapper {
width: var(--size-site);
max-width: 100%;
margin: 0 auto;
position: relative;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img {
display: flex;
overflow: hidden;
aspect-ratio: 0.75;
}
.circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img img {
object-fit: cover; }
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item {
width: calc(var(--size-site) / 3);
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item h3 {
padding-left: 125px;
text-align: right;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item h4 {
padding-left: 125px;
text-align: right;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-5) {
margin: 150px auto 200px 0;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-4) {
margin: 0 0 0 auto;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-3) {
margin: 0 0 0 auto;
height: 0;
transform: translate(calc((var(--size-site) / 3 * -1) + 90px), -500px);
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-2) {
margin: 300px 0 0 0;
width: calc(var(--size-site) / 3 * 2);
aspect-ratio: unset;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-2) .circo-works-item-img {
aspect-ratio: 1.5;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-1) {
transform: translateX(calc(var(--size-site) / 5 * 2.5)) translateY(150px);
margin: 0 0 300px 0;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n) {
transform: translateX(calc(var(--size-site) / 5 * 1.25)) translateY(-675px);
margin: 0;
height: 0;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:last-of-type {
margin-bottom: 0 !important;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 {
display: flex;
flex-wrap: wrap;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
flex: 0 0 calc((var(--size-site) - 50px) / 3);
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item:nth-child(3n-1) {
margin: 0 25px 25px 25px;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 {
display: flex;
flex-wrap: wrap;
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
flex: 0 0 calc((var(--size-site) - 80px) / 5);
}
.circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3:nth-child(3n-1) {
margin: 0 10px 10px 10px;
}
.circo-works .circo-works-wrapper .circo-works-actions {
text-align: center;
padding: 150px 0;
display: block;
margin-top: 25vh;
}
.home .circo-works-wrapper:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-bottom: 1px solid var(--color-primary);
height: 1px;
}
}.circo-text {
padding: 60px 25px;
}
.circo-text .circo-text-wrapper {
width: 100%;
margin: 0 auto;
}
.circo-text .circo-text-wrapper p {
text-align: center;
margin: 35px 0;
font-family: "Anomique";
font-size: 24px;
line-height: 38px;
font-weight: 200;
}
.circo-text .circo-text-wrapper p:last-of-type {
margin: 35px 0 0 0;
}
@media screen and (min-width: 992px) {
.circo-text .circo-text-wrapper {
max-width: 800px;
width: 60vw;
margin: 0 auto;
}
}
.wp-admin .circo-text {
padding: 0;
}.circo-columns-1_3 {
padding: 60px 25px;
}
.circo-columns-1_3 .circo-columns-1_3-wrapper h2 {
font-size: 28px;
line-height: 36px;
font-family: "Anomique";
font-weight: 300;
text-transform: uppercase;
}
.circo-columns-1_3 .circo-columns-1_3-wrapper p {
margin: 35px 0;
font-family: "Span Condensed";
font-size: 22px;
line-height: 32px;
}
.circo-columns-1_3 .circo-columns-1_3-wrapper p:last-of-type {
margin: 35px 0 0 0;
}
@media screen and (min-width: 1200px) {
.circo-columns-1_3 {
padding: 125px 25px;
}
.circo-columns-1_3 .circo-columns-1_3-wrapper {
max-width: 100%;
width: var(--size-site);
margin: 0 auto;
}
.circo-columns-1_3 .circo-columns-1_3-wrapper h2 {
padding-left: calc(var(--size-site) / 3 * 2);
}
.circo-columns-1_3 .circo-columns-1_3-wrapper p {
padding-left: calc(var(--size-site) / 3 * 2);
}
}.circo-skills {
padding: 60px 25px;
}
.circo-skills .circo-skills-wrapper svg {
display: none;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item {
margin-bottom: 75px;
text-align: center;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item h2 {
margin: 0 0 35px 0;
text-transform: uppercase;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item p {
margin: 0 0 5px 0;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item p:last-of-type {
margin: 0;
}
@media only screen and (min-width: 992px) {
.circo-skills .circo-skills-wrapper {
position: relative;
}
.circo-skills .circo-skills-wrapper svg {
display: block;
position: absolute;
left: 50%;
top: 0;
width: 75vw;
max-width: var(--site);
transform: translateX(-50%);
}
.circo-skills .circo-skills-wrapper svg path {
stroke-dasharray: 2150;
stroke-dashoffset: 0;
}
@keyframes strokeAnim {
0% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: -2150;
}
}
.circo-skills .circo-skills-wrapper svg.trigger path {
animation: strokeAnim 7s linear forwards;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item {
text-align: left;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item:nth-child(1) {
max-width: 800px;
width: 60vw;
margin: 0 auto;
transform: translate(0, 130px);
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item:nth-child(2) {
width: 40vw;
margin: 400px 0 150px auto;
}
.circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item:nth-child(3) {
max-width: var(--site);
margin: 0 auto 30vh auto;
width: 70vw;
}
.wp-admin .circo-skills .circo-skills-wrapper .circo-skills-list {
display: flex;
}
.wp-admin .circo-skills .circo-skills-wrapper .circo-skills-list .circo-skills-item {
flex: 1;
}
}.circo-columns-2_3 {
padding: 60px 25px;
}
.circo-columns-2_3 .circo-columns-2_3-wrapper h2 {
font-size: 28px;
line-height: 36px;
font-family: "Anomique";
font-weight: 300;
text-transform: uppercase;
}
.circo-columns-2_3 .circo-columns-2_3-wrapper p {
margin: 35px 0;
font-family: "Span Condensed";
font-size: 22px;
line-height: 32px;
}
.circo-columns-2_3 .circo-columns-2_3-wrapper p:last-of-type {
margin: 35px 0 0 0;
}
@media screen and (min-width: 1200px) {
.circo-columns-2_3 .circo-columns-2_3-wrapper {
max-width: 100%;
width: var(--size-site);
margin: 0 auto;
}
.circo-columns-2_3 .circo-columns-2_3-wrapper h2 {
padding-right: calc(var(--size-site) / 3);
}
.circo-columns-2_3 .circo-columns-2_3-wrapper p {
padding-right: calc(var(--size-site) / 3);
}
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
* {
outline: none;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.post, .page {
margin: 0;
}           :root { --color-primary: #504642;
--color-primary-faded: #504642;
--color-secondary: #ECECEC;
--color-secondary-faded: #ECECEC;
--color-ternary: #CC2920;
--color-ternary-faded: #CC2920;
--color-quaternary: #A6B29D;
--color-quaternary-faded: #A6B29D; --size-padding-x: 10px;
--size-padding-y: 10px;
--size-site-padding-x: 25px;
--size-site-padding-y: 25px;
--size-site: 100vw;
}
@media screen and (min-width: 1200px) {
:root {
--size-site: 1360px;
}
}
.has-circo-primary-background-color {
background-color: var(--color-primary) !important;
}
.has-circo-primary-faded-background-color {
background-color: var(--color-primary-faded) !important;
}
.has-circo-primary-color {
color: var(--color-primary) !important;
}
.has-circo-primary-faded-color {
color: var(--color-primary-faded) !important;
}
.has-circo-secondary-background-color {
background-color: var(--color-secondary) !important;
}
.has-circo-secondary-faded-background-color {
background-color: var(--color-secondary-faded) !important;
}
.has-circo-secondary-color {
color: var(--color-secondary) !important;
}
.has-circo-secondary-faded-color {
color: var(--color-secondary-faded) !important;
}
.has-circo-ternary-background-color {
background-color: var(--color-ternary) !important;
}
.has-circo-ternary-faded-background-color {
background-color: var(--color-ternary-faded) !important;
}
.has-circo-ternary-color {
color: var(--color-ternary) !important;
}
.has-circo-ternary-faded-color {
color: var(--color-ternary-faded) !important;
}
.has-circo-gray-light-background-color {
background-color: var(--color-background-light-gray) !important;
}
.has-circo-gray-light-color {
color: var(--color-background-light-gray) !important;
}
.has-circo-gray-background-color {
background-color: var(--color-background-gray) !important;
}
.has-circo-gray-color {
color: var(--color-background-gray) !important;
}
.has-circo-gray-strong-background-color {
background-color: var(--color-background-strong-gray) !important;
}
.has-circo-gray-strong-color {
color: var(--color-background-strong-gray) !important;
}
.has-circo-white-background-color {
background-color: #FFF !important;
}
.has-circo-white-color {
color: #FFF !important;
}
@font-face {
font-family: "Anomique";
src: url(//studiobakuza.com/wp-content/themes/texol/font/Anomique-Maigre.woff) format("woff"), url(//studiobakuza.com/wp-content/themes/texol/font/Anomique-Maigre.woff2) format("woff2"), url(//studiobakuza.com/wp-content/themes/texol/font/Anomique-Maigre.eot) format("eot");
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Anomique";
src: url(//studiobakuza.com/wp-content/themes/texol/font/Anomique-Demi.woff) format("woff"), url(//studiobakuza.com/wp-content/themes/texol/font/Anomique-Demi.woff2) format("woff2"), url(//studiobakuza.com/wp-content/themes/texol/font/Anomique-Demi.eot) format("eot");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Anomique";
src: url(//studiobakuza.com/wp-content/themes/texol/font/Anomique-Gras.woff) format("woff"), url(//studiobakuza.com/wp-content/themes/texol/font/Anomique-Gras.woff2) format("woff2"), url(//studiobakuza.com/wp-content/themes/texol/font/Anomique-Gras.eot) format("eot");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Span Condensed";
src: url(//studiobakuza.com/wp-content/themes/texol/font/Jamie Clarke Type - Span Condensed Thin.otf);
font-weight: 200;
font-style: normal;
font-display: swap;
}
h1 {
font-family: "Anomique";
font-weight: 300;
font-size: 70px;
line-height: 90px;
}
h1, h1span {
font-family: "Anomique";
}
h2 {
font-family: "Anomique";
font-weight: 300;
font-size: 50px;
line-height: 60px;
}
h3 {
font-family: "Anomique";
font-weight: 300;
font-size: 28px;
line-height: 36px;
}
h4 {
font-family: "Anomique";
font-weight: 200;
font-size: 16px;
line-height: 24px;
}
h4 strong {
font-family: "Anomique";
font-weight: 700;
font-size: 18px;
line-height: 24px;
}
h5 {
font-family: "Anomique";
font-weight: 300;
font-size: 22px;
line-height: 30px;
}
h6 {
font-family: "Anomique";
font-weight: 200;
font-size: 18px;
line-height: 28px;
}
p {
font-family: "Span Condensed";
font-weight: 200;
font-size: 16px;
line-height: 22px;
}
p strong {
font-family: "Span Condensed";
font-weight: 200;
font-size: 22px;
line-height: 32px;
}
a {
text-decoration: none;
}
* {
color: var(--color-primary);
}
.circo-table-container {
padding-bottom: 100px !important;
}
.circo-table {
width: 100%;
}
.circo-table tbody tr td {
display: none;
position: relative;
border-top: 1px solid rgba(80, 70, 66, 0.25);
border-bottom: 1px solid rgba(80, 70, 66, 0.25);
padding: 35px 15px;
vertical-align: middle;
}
.circo-table tbody tr td:first-of-type {
display: table-cell;
width: 100%;
border-left: 1px solid rgba(80, 70, 66, 0.25);
}
.circo-table tbody tr td:last-of-type {
display: table-cell;
border-right: 1px solid rgba(80, 70, 66, 0.25);
padding: 35px 25px;
}
.circo-table tbody tr td:last-of-type a {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.circo-table tbody tr td h3 {
font-size: 16px;
line-height: 16px;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 15px;
}
.circo-table tbody tr td p span {
font-size: 16px;
line-height: 16px;
font-weight: 200;
}
.circo-table tbody tr td p span:first-of-type {
font-weight: 300;
text-transform: uppercase;
}
.circo-table tbody tr td p span:last-of-type {
font-family: "Span Condensed";
}
@media screen and (min-width: 1200px) {
.circo-table tbody tr td {
display: table-cell;
}
.circo-table tbody tr td:first-of-type {
width: 400px;
}
.circo-table tbody tr td:first-of-type p {
display: none;
}
.circo-table tbody tr td:nth-child(2) p {
text-transform: uppercase;
}
.circo-table tbody tr td h3 {
margin-bottom: 0;
}
}
.app_header {
position: fixed;
top: 30px;
left: 30px;
right: 30px;
z-index: 99;
transition: 250ms all;
}
.app_header .app_header_container {
height: 60px;
}
.app_header .app_header_container .app_logo img {
width: 140px;
height: auto;
}
.app_header .app_header_container .app_menu_toggle {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
color: var(--color-primary);
}
.app_header:before {
content: "";
width: 100vw;
position: fixed;
left: 0;
top: 0;
background-color: transparent;
height: 110px;
z-index: -1;
}
.app_header.app_header_active .app_menu_toggle {
color: var(--color-primary) !important;
}
.app_menu_toggle {
font-family: "Anomique";
font-weight: 200;
font-size: 20px;
line-height: 20px;
text-decoration: none;
}
.home .app_header:not(.app_header_active) .app_menu_toggle {
color: #fff !important;
}
.home .app_header:not(.app_header_active) .app_menu_close {
color: #fff !important;
}
.home .app_header.app_header_active .app_menu_toggle {
color: var(--color-primary) !important;
}
.home .app_header.app_header_active .app_menu_close {
color: var(--color-primary) !important;
}
.app_menu {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 100;
background-color: var(--color-quaternary);
display: none;
}
.app_menu .app_menu_toggle {
position: absolute;
top: 50px;
right: 25px;
z-index: 10;
}
.app_menu .menu {
position: fixed;
top: 50%;
left: 80px;
right: 80px;
transform: translateY(-50%);
}
.app_menu .menu li {
padding: 10px 0;
opacity: 0;
transform: translateY(25px);
transition: all 250ms;
}
.app_menu .menu li a {
font-family: "Anomique";
font-size: 40px;
line-height: 60px;
text-decoration: none;
}
.app_menu .menu li:last-of-type {
margin-top: 75px;
}
.app_menu .menu li:last-of-type a {
font-size: 18px;
line-height: 1;
}
.app_menu img {
display: none;
}
@media screen and (min-width: 1200px) {
.app_menu .menu {
width: var(--size-site);
margin: 0 auto;
}
.app_menu img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
height: 100vh;
display: block;
}
}
.site-main {
background-color: var(--color-secondary);
padding-bottom: 140px;
}
.circo-container {
padding: 0 25px;
}
@media screen and (min-width: 1200px) {
.circo-container .circo-container-wrapper {
width: var(--size-site);
max-width: 100%;
margin: 0 auto;
}
}
.app_footer {
width: 100vw;
overflow: hidden;
background-color: var(--color-secondary);
}
.app_footer .app_footer_wrapper {
padding: 100px 25px 60px 25px;
position: relative;
}
.app_footer .app_footer_wrapper:before {
content: "";
position: absolute;
top: 0;
width: calc(100vw - 50px);
border-top: 1px solid var(--color-primary);
max-width: var(--size-site);
}
.app_footer .app_footer_wrapper .app_footer_col {
margin: 0 0 70px 0;
}
.app_footer .app_footer_wrapper .app_footer_col .app_logo img {
width: 140px;
height: auto;
}
.app_footer .app_footer_wrapper .app_footer_col h4 {
font-size: 18px;
font-weight: 300;
line-height: 28px;
text-transform: uppercase;
margin-bottom: 25px;
}
.app_footer .app_footer_wrapper .app_footer_col p {
font-size: 16px;
line-height: 22px;
}
.app_footer .app_footer_wrapper .app_footer_col p strong {
font-family: "Anomique";
font-weight: 200;
font-size: 16px;
line-height: 22px;
display: block;
margin-top: 50px;
}
.app_footer .app_footer_wrapper .app_footer_col ul li {
padding: 3px 0;
}
.app_footer .app_footer_wrapper .app_footer_col ul li a {
font-family: "Span Condensed";
font-weight: 200;
font-size: 16px;
line-height: 22px;
text-decoration: none;
}
.app_footer .app_footer_copyright {
padding: 0 25px 25px 25px;
}
@media screen and (min-width: 1200px) {
.app_footer .app_footer_wrapper {
width: var(--size-site);
margin: 0 auto;
display: flex;
}
.app_footer .app_footer_wrapper .app_footer_col:nth-child(1) {
width: 33.33%;
}
.app_footer .app_footer_wrapper .app_footer_col:nth-child(2), .app_footer .app_footer_wrapper .app_footer_col:nth-child(3) {
width: 25%;
}
.app_footer .app_footer_wrapper .app_footer_col:nth-child(4) {
width: 16.66%;
}
.app_footer .app_footer_copyright {
padding: 0 25px 100px 25px;
}
.app_footer .app_footer_copyright .textwidget {
width: var(--size-site);
max-width: 100%;
margin: 0 auto;
display: flex;
}
.app_footer .app_footer_copyright .textwidget p:first-of-type {
flex: 0 0 75%;
width: 75%;
align-items: flex-start;
}
.app_footer .app_footer_copyright .textwidget p:last-of-type {
flex: 0 0 25%;
width: 25%;
align-items: flex-end;
text-align: right;
}
}
#scrolltotop {
position: fixed;
bottom: 25px;
right: 25px;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
z-index: 75;
}
#scrolltotop img {
object-fit: contains;
}
.single-career .circo-brush-header .circo-brush-header-wrapper {
min-height: 50vh;
align-items: flex-end;
}
.single-career .circo-columns-2_3 {
padding: 75px 25px 60px 25px;
}
.single-career .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column h2 {
font-size: 18px;
line-height: 28px;
font-weight: 200;
margin-bottom: 100px;
}
.single-career .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column .circo-btn {
margin-top: 125px;
}
.page-template-tpl-contact, .page-template-tpl-contact .site-main, .page-template-tpl-contact .app_footer {
background-color: var(--color-quaternary);
}
.page-template-tpl-contact .contact_cols {
padding: 0 25px 150px 25px;
margin: 50px 0 0 0;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper h2 {
font-size: 28px;
line-height: 36px;
margin-bottom: 50px;
margin-top: 75px;
text-transform: uppercase;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper p {
font-size: 22px;
line-height: 32px;
margin-bottom: 15px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form p {
margin: 0;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form br {
display: none;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap {
display: inline-flex;
margin: 0 0 15px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap textarea {
border: 1px solid var(--color-primary);
background-color: transparent;
padding: 10px 15px;
resize: unset;
width: 100%;
margin: 0;
font-family: "Span Condensed";
font-size: 16px;
line-height: 22px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap textarea::placeholder {
font-size: 16px;
line-height: 22px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="text"], .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="email"] {
border: none;
border-bottom: 1px solid var(--color-primary);
background-color: transparent;
display: block;
padding: 15px 0;
width: 100%;
margin: 0;
font-family: "Span Condensed";
font-size: 16px;
line-height: 22px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="text"]::placeholder, .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="email"]::placeholder {
font-size: 16px;
line-height: 22px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="text"]::placeholder, .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="email"]::placeholder, .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap textarea::placeholder {
font-family: "Span Condensed";
font-size: 16px;
line-height: 22px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap:first-of-type {
width: 100%;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap:not(.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap:first-of-type) {
width: calc(50% - 10px);
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap:nth-child(3n) {
margin-right: 16px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form input[type="submit"] {
margin: 0;
}
@media screen and (min-width: 1200px) {
.page-template-tpl-contact .contact_cols .contact_cols_wrapper {
width: var(--size-site);
max-width: 100%;
margin: 0 auto;
display: flex;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col {
flex: 1;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper h2 {
padding-right: 100px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper p {
padding-right: 100px;
}
}
.post-type-archive-awards {
background-color: var(--color-quaternary);
}
.post-type-archive-awards .circo-brush-header {
background-color: var(--color-quaternary);
}
.post-type-archive-awards .circo-brush-header .circo-brush-header-wrapper {
min-height: 50vh;
align-items: flex-end;
}
.post-type-archive-awards .app_footer, .post-type-archive-awards .site-main {
background-color: var(--color-quaternary);
}
.post-type-archive-awards .circo-awards {
padding: 100px 25px 60px 25px;
background-color: var(--color-quaternary);
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item {
margin: 100px 0 0 0;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div {
position: relative;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div .hover_img {
position: absolute;
left: 0;
width: 100%;
height: auto;
max-width: 200px;
display: block;
overflow: hidden;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div .hover_img img {
transform: translateX(-100%);
transition: all 250ms;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div .hover_img.image_appears img {
transform: translateX(0);
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div .hover_img.image_disappears img {
transform: translateX(100%);
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h3 {
margin-top: 0;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h4 {
margin-top: 10px;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item p {
margin-top: 0;
}
.post-type-archive-projects .circo-works-filters {
padding: 50px 25px;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper {
display: flex;
align-items: flex-end;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter {
flex: 1;
width: 100%;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter:last-of-type {
text-align: right;
flex: 0 0 100px;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter #works_filters {
font-size: 20px;
font-weight: 300;
cursor: pointer;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter p {
margin-bottom: 10px;
font-size: 18px;
line-height: 24px;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input {
-webkit-appearance: none;
padding: 0;
font: inherit;
color: var(--color-primary);
background: var(--color-primary);
box-sizing: border-box;
transition: all 0.5s;
cursor: pointer;
height: 2px;  }
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-webkit-slider-runnable-track {
color: var(--color-primary);
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-webkit-slider-thumb {
-webkit-appearance: none;
width: 10px;
height: 10px;
border-radius: 10px;
background: var(--color-primary);
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-moz-range-progress {
background-color: var(--color-primary);
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-moz-range-track {
background-color: var(--color-primary);
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-ms-fill-lower {
background-color: var(--color-primary);
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-ms-fill-upper {
background-color: var(--color-primary);
}
.post-type-archive-projects .works_filters {
display: none;
background-color: var(--color-quaternary);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.post-type-archive-projects .works_filters ul {
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 0 25px;
width: 100%;
}
.post-type-archive-projects .works_filters ul li a {
font-family: "Anomique";
font-size: 20px;
line-height: 30px;
font-weight: 200;
margin-bottom: 15px;
text-transform: uppercase;
}
.post-type-archive-projects .works_filters ul li a.active {
font-weight: 300;
}
.post-type-archive-projects .works_filters ul #works_filters_clear, .post-type-archive-projects .works_filters ul #works_filters_clear a, .post-type-archive-projects .works_filters ul #works_filters_close {
font-family: "Anomique";
font-size: 20px;
line-height: 30px;
font-weight: 200;
margin-bottom: 15px;
text-transform: uppercase;
}
.post-type-archive-projects .works_filters ul #works_filters_clear {
margin-top: 50px;
}
.post-type-archive-projects .circo-works {
min-height: 50vh;
}
@media screen and (min-width: 1200px) {
.post-type-archive-projects #works_filters {
display: none;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper {
width: var(--size-site);
max-width: 100%;
margin: 0 auto;
}
.post-type-archive-projects .works_filters {
display: block;
position: relative;
background-color: transparent;
}
.post-type-archive-projects .works_filters ul {
position: relative;
display: flex;
gap: 40px;
justify-content: center;
margin: 50px 0 100px;
}
.post-type-archive-projects .works_filters ul #works_filters_close {
display: none;
}
.post-type-archive-projects .works_filters ul #works_filters_clear {
margin: 0;
}
}
.single-projects .site-main {
padding-bottom: 0;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column h3 {
font-family: "Anomique";
font-weight: 300;
font-size: 16px;
line-height: 24px;
margin-bottom: 25px;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column ul {
padding: 0 0 0 15px;
list-style: disc;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column ul li {
font-family: "Span Condensed";
font-size: 22px;
line-height: 32px;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column ul li:last-of-type {
margin-bottom: 100px;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories {
display: flex;
flex-wrap: wrap;
padding-top: 110px;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories div {
flex: 0 0 50%;
}
.single-projects .circo-column-categories div {
margin: 0 0 25px 0;
}
.single-projects .circo-column-categories div p:first-of-type {
font-family: "Anomique";
font-weight: 300;
font-size: 16px;
line-height: 24px;
margin: 0;
}
.single-projects .circo-column-categories div p:last-of-type {
font-family: "Span Condensed";
font-size: 22px;
line-height: 32px;
margin: 0;
}
.single-projects .circo-project-photos .circo-project-photos-wrapper {
width: var(--size-site);
margin: 0 auto;
}
.single-projects .circo-project-photos .circo-project-photos-wrapper .circo-project-photo {
padding: 25px 25px 0 25px;
}
.single-projects .circo-project-photos .circo-project-photos-wrapper .circo-project-photo img {
width: 100%;
}
.single-projects .circo-project-video {
width: 100%;
margin-top: 100px;
}
.single-projects .circo-project-video .circo-project-video-wrapper {
width: 100%;
}
.single-projects .circo-project-video .circo-project-video-wrapper video, .single-projects .circo-project-video .circo-project-video-wrapper img {
width: 100%;
}
.single-projects .circo-project-nav {
margin-top: 100px;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper {
position: relative;
width: var(--size-site);
margin: 0 auto;
display: flex;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper:before {
content: "";
position: absolute;
top: 0;
left: 25px;
width: calc(100vw - 50px);
border-top: 1px solid var(--color-quaternary);
max-width: var(--size-site);
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a {
flex: 1;
padding: 50px 0;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a:nth-child(2) {
text-align: center;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a:nth-child(3) {
text-align: right;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a p {
display: none;
font-family: "Anomique";
font-size: 16px;
line-height: 24px;
margin: 0;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a p:first-of-type {
text-transform: uppercase;
font-weight: 300;
}
@media screen and (min-width: 1200px) {
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper {
display: flex;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column {
flex: 0 0 70%;
width: 70%;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column p {
padding: 0 calc(var(--size-site) / 5) 0 0;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories {
display: flex;
flex: 0 0 30%;
width: 30%;
align-content: flex-start;
padding-top: 35px;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories div {
width: 50% !important;
flex: 50%;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories p {
padding: 0 !important;
}
.single-projects .circo-project-photos .circo-project-photo {
width: 100%;
display: flex;
padding: 0;
}
.single-projects .circo-project-photos .circo-project-photo img {
height: 600px;
width: auto !important;
}
.single-projects .circo-project-photos .circo-project-photo:not(.single-projects .circo-project-photos .circo-project-photo:first-of-type) {
padding: 0 !important;
}
.single-projects .circo-project-photos .circo-project-photo:nth-child(3n-2) {
margin: 150px auto 200px 0;
justify-content: flex-start;
}
.single-projects .circo-project-photos .circo-project-photo:nth-child(3n-1) {
margin: 0 0 0 auto;
justify-content: flex-end;
}
.single-projects .circo-project-photos .circo-project-photo:nth-child(3n) {
margin: 150px auto 0 auto;
justify-content: center;
}
.single-projects .circo-project-photos .circo-project-photo:last-of-type {
margin-bottom: 0 !important;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper:before {
left: 0;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a img {
margin-bottom: 25px;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a p {
display: block;
}
}
html {
scroll-behavior: smooth;
}
.page-id-592 .circo-btn {
margin-top: 30px;
}
.circo-btn {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: transparent;
border: 1px solid var(--color-primary);
border-radius: 50px;
padding: 15px 35px;
font-family: "Anomique";
font-size: 18px;
line-height: 1;
font-weight: 300;
position: relative;
overflow: hidden;
transition: 250ms all;
}
.circo-btn span {
z-index: 1;
}
.circo-btn:after {
content: "";
background-color: var(--color-primary);
transition: 250ms all;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 100%;
z-index: 0;
}
.circo-btn:hover span {
color: #fff;
}
.circo-btn:hover:after {
right: 0;
}
.circo-btn input[type="submit"] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
cursor: pointer;
}
.circo-btn .wpcf7-spinner {
display: none !important;
}
.circo_loader {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 20000;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--color-quaternary);
}
.circo_loader .circo_loader_wrapper {
overflow: hidden;
padding: 100px 0; }
.circo_loader .circo_loader_wrapper .reveal {
margin: 0 20px;
overflow: hidden;
text-align: center;
font-family: "Anomique";
}
.circo_loader .circo_loader_wrapper .reveal__content {
transform: translateY(100%);
animation: reveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) forwards, unreveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) 3.5s forwards;
}
.circo_loader .circo_loader_wrapper .studio {
font-size: 52px;
line-height: 52px;
font-weight: 200;
text-transform: uppercase;
}
.circo_loader .circo_loader_wrapper .bakuza {
font-size: 78px;
line-height: 78px;
font-weight: 300;
text-transform: uppercase;
animation: reveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) 0.6s forwards, unreveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) 3s forwards;
}
@keyframes reveal {
from {
transform: translateY(100%);
}
to {
transform: translateY(0);
}
}
@keyframes unreveal {
from {
transform: translateY(0);
}
to {
transform: translateY(100%);
opacity: 0;
}
}
#cursor {
background-color: transparent;
border: 3px solid var(--color-ternary);
width: 35px;
height: 35px;
position: absolute;
border-radius: 100%;
transition: all 0.2s ease;
z-index: 20;
pointer-events: none;
z-index: 10000;
}
@media screen and (max-width: 900px) {
#cursor {
display: none;
}
}
#container {
height: 100vh;
width: 100vw;
position: fixed;
z-index: -1;
top: 0;
left: 0;
}
.circo-works-item-img img:first-child {
opacity: 0;
}
body {
background: var(--color-secondary);
}
.site-main {
background-color: unset;
}
.app_menu {
height: 100vh;
}
.app_menu #primary-menu {
position: absolute !important;
}
body:not(.home) div.circo_loader {
display: none !important;
}
.circo-video-header {
clip-path: inset(0);
}.circo-list {
padding: 150px 25px 135px;
}
.circo-list .circo-list-wrapper h2 {
margin-bottom: 50px;
}
.circo-list .circo-list-wrapper ul li {
font-family: "Span Condensed";
font-size: 22px;
line-height: 32px;
margin: 0;
}
@media screen and (min-width: 1200px) {
.circo-list .circo-list-wrapper {
width: var(--size-site);
max-width: 100%;
margin: 0 auto;
position: relative;
}
.circo-list .circo-list-wrapper:after {
content: "";
position: absolute;
bottom: -135px;
left: 0;
right: 0;
border-bottom: 1px solid var(--color-primary);
height: 1px;
}
.circo-list .circo-list-wrapper h2 {
margin-bottom: 100px;
}
.circo-list .circo-list-wrapper ul {
display: flex;
flex-wrap: wrap;
}
.circo-list .circo-list-wrapper ul li {
display: inline-block;
width: calc(var(--size-site) / 4);
max-width: 25%;
margin-bottom: 10px;
}
}.circo-brush-header {
overflow: hidden;
}
.circo-brush-header img {
display: none;
}
.circo-brush-header .circo-brush-header-wrapper {
display: flex;
align-items: center;
padding: 0 25px;
min-height: 100vh;
}
.circo-brush-header .circo-brush-header-wrapper h1 {
font-size: 40px;
line-height: 50px;
text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
.circo-brush-header {
position: relative;
height: 50vh;
max-height: 500px;
margin-bottom: 50px;
}
.circo-brush-header img {
position: absolute;
right: 0;
top: 0;
max-width: 44vw;
height: 100%;
display: block;
z-index: 1;
}
.circo-brush-header .circo-brush-header-wrapper {
width: var(--size-site);
margin: 0 auto;
min-height: unset;
height: 100%;
align-items: flex-end;
}
.circo-brush-header .circo-brush-header-wrapper h1 {
font-size: 70px;
line-height: 90px;
z-index: 10;
}
}.circo-awards {
padding: 130px 25px 0;
}
.circo-awards .circo-awards-wrapper h2 {
margin: 0 0 75px 0;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item {
display: block;
margin: 0 0 75px 0;
position: relative;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div {
position: relative;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h3 {
font-size: 22px;
font-weight: 300;
line-height: 30px;
margin: 25px 0 0 0;
text-transform: uppercase;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h4 {
font-size: 16px;
font-weight: 200;
line-height: 24px;
margin: 20px 0 0 0;
text-transform: uppercase;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item p {
font-size: 16px;
font-weight: 200;
line-height: 24px;
margin: 20px 0 0 0;
}
@media screen and (min-width: 1200px) {
.circo-awards .circo-awards-wrapper {
width: var(--size-site);
max-width: 100%;
margin: 0 auto;
}
.circo-awards .circo-awards-wrapper .circo-awards-items {
display: flex;
flex-wrap: wrap;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item {
width: 25%;
margin: 50px 0 0 0 !important;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h3 {
padding-right: 25px;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h4 {
padding-right: 25px;
margin-top: 10px;
}
.circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item p {
padding-right: 25px;
margin-top: 10px;
}
.circo-awards .circo-awards-wrapper .circo-btn {
margin-top: 50px;
}
}.circo-video-header {
position: relative;
height: 100vh;
width: 100%;
overflow: hidden;
}
.circo-video-header:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 10vh;
-webkit-box-shadow: inset 0px -75px 25px -15px #ECECEC;
box-shadow: inset 0px -75px 25px -15px #ECECEC;
}
.circo-video-header:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -25px;
height: 50px;
background-color: #ECECEC;
}
.circo-video-header video {
min-width: 100%;
height: 100vh;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.circo-video-header h1 {
display: flex;
flex-direction: column;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.circo-video-header h1 span {
font-family: "Anomique";
color: #fff;
}
.circo-video-header h1 span:first-of-type {
font-size: 52px;
line-height: 52px;
font-weight: 200;
}
.circo-video-header h1 span:last-of-type {
font-size: 78px;
line-height: 78px;
font-weight: 300;
}
@media screen and (min-width: 1200px) {
.circo-video-header {
min-height: 100vh;
}
.circo-video-header video {
height: auto;
min-height: 100vh;
}
}
.wp-admin .circo-video-header {
position: relative;
height: auto;
}
.wp-admin .circo-video-header video {
position: relative;
top: unset;
left: unset;
transform: unset;
height: auto;
}