/*
Theme Name: Denise Maitan - v02
Author: Dan
Author URI: quicksheep.com
Description: A really good theme
Version: 2.0
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
.cf {
  overflow: auto;
}
.cf::after {
  content: "";
  clear: both;
  display: table;
}

.videoWrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin: 20px 0; }
.videoWrap.fourByThree { padding-bottom: 75%; }
.videoWrap.zimerman { padding-bottom: 78%; }
.videoWrap iframe, .videoWrap object, .videoWrap embed {	position: absolute; top: 0; left: 0; width: 100%; height: 100%; }




/* real stuff ---------------------- */

#site-name {
	    font-size: 180%;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0;
    color: #dfdfde;
    margin-right: 40px;

}

body {
    font-size: 62.5%;
    color: #1a1a1a;
    font-family:'Lexend', helvetica, arial, sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
#top-bar {
    height: 80px; 
    width: 100%;
    text-align: center;
    padding: 0 ;
    position: absolute;
    z-index: 800;
    background: white;
}

.wo .inner {
    width: 100%;
    max-width: calc(100% - 320px);
    text-align: left;
    margin: 0 auto;
    position: relative;
}


#header {
    
}

#menu-main {
    padding: 0 0;
    display: flex;
    heighT: 80px;
    justify-content: flex-start;
    align-items: center;
}
#menu-main a {
    font-size: 180%;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: lowercase;
    padding: 4px;
}
#menu-main a:hover {
    color: #f5c6c0;
}



#menu-main #about {
    margin-right: 17px;
    padding-left: 0;
}
#menu-main .social {
    font-size: 270%;
    
}
#menu-main .social:hover {
    -webkit-animation-name: glyphjiggle;
    animation-name: glyphjiggle;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    cursor: pointer;
}
@keyframes glyphjiggle {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    20% {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
    }
    40% {
      -webkit-transform: rotate(-8deg) scale(1.05);
              transform: rotate(-8deg) scale(1.05);
    }
    60% {
      -webkit-transform: rotate(12deg) scale(1.1);
              transform: rotate(12deg) scale(1.1);
    }
    80% {
      -webkit-transform: rotate(-4deg) scale(1.03);
              transform: rotate(-4deg) scale(1.03);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
#menu-tabs {
    position: absolute;
    z-index: 1000;
    width: 220px;
    top: -10px;
    right: 0;
}
#menu-tabs a {
    display: block;
    width: 100px;
    padding-top: 20px;
    height: 150px;
    margin-left: 10px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;

    font-family: 'BenchNine';
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s cubic-bezier(.2,.01,.14,.99);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#menu-tabs a:hover {
    transform: translateY(8px);
}
#menu-tabs a#visualArt {
    background: white;
    color: #1a1a1a;
}
#menu-tabs a#visualFX {
    background: #1a1a1a;
    color: white;
}

#menu-tabs a .line1 {
    font-size: 260%;
    line-height: 1;
    letter-spacing: -0.5px;
}
#menu-tabs a .line2 {
    font-size: 470%;
    line-height: 0.8;
    letter-spacing: -1px;

}
#menu-tabs a {

}
abbr {
    text-decoration: none;
}
#banner-hero {
    padding-top: 0;
    height:650px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

#banner-hero img    { 
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#banner-hero .tint    { 
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    mix-blend-mode: multiply;
    opacity: .2;
    z-index: 0;
}
#banner-hero h1,
#banner-hero h2,
#banner-hero .arrow {
    color: #DFDFDE;
    position: relative;
    text-shadow: 0 0 20px rgba(0,0,0,.3);
}
#banner-hero h1 {
    margin-top: 170px;
    font-size: 662%;
    font-family: 'BenchNine';
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
    #banner-hero {
        height:350px;
    }    
    #banner-hero h1 {
        margin-top: 70px;

    }
}


#banner-hero h2 {
    font-size: 220%;
    font-weight: 300;
    text-transform: lowercase;
    letter-spacing: .1em;
}
#banner-hero .arrow {
    display: inline-block;
    margin-top: 30px;
    font-size: 500%;
    padding: 30px;
    width: 60px;
    height: 60px;
}

#banner-hero .arrow {
    display: block;
    margin-top: 30px;
    font-size: 500%;
    padding: 30px;
    cursor: default;

}
#banner-hero .arrow span {
    display: inline-block;
    position: absolute;
    transition: all 1s ease-in-out;
    transform: translatex(-50%);
    top: 0;
    left: 50%;
}
#banner-hero .arrow span {


    animation-name: arrow;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    
}
@keyframes arrow {
    0% {
              top: 0;
    }
    50% {
        top: 8px;
    }
    100% {
        top: 0;
    }

  }
#menu-categories {
    paddinG: 40px 0;
    text-align: center;
}
#menu-categories li {
    display: inline;
}
#menu-categories li a {
    display: inline-block;

    font-size: 180%;
    font-weight: 400;
    letter-spacing: .1em;

    padding: 20px 0 5px 0;
    margin: 0 15px 15px;

    border-bottom: 3px solid transparent;
    position: relative;


}




#menu-categories li a::after { 
    content: '';
    display: block;
    position: absolute;
    z-index: -1; 
    top: 105%; 
    left: 50%;
    transform: translate(-50%,-29%);
    height: 3px;
    background: #f5c6c0;
    width: 0%;
    transition: all 0.1s ease-out;
  }
  
  #menu-categories li a:hover::after {
    width: 100%;
  }

  
#main {
    
}


.ill-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 25%;
    gap: 10px;
    padding: 0 0 100px;
    grid-auto-flow: dense;
}






@media screen and (max-width: 1500px) {
    .wo .inner {
        max-width: calc(100% - 120px);
        text-align: left;
    }
    .ill-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 33.333333333%;
        
        gap: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .wo .inner {
        max-width: calc(100% - 60px);
        text-align: left;
    }
    .ill-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 50%;
        
    }

}
@media screen and (max-width: 500px) {
    .wo .inner {
        max-width: calc(100% - 40px);
        text-align: left;
    }
    .ill-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 100%;
        grid-auto-columns: 100%;
    }
    .ill-grid-item {
        grid-column-end: span 1 !important;
        grid-row-end: span 1 !important;
    
    }
}



.ill-grid-item {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1;
}
.ill-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(.2,.01,.14,.99);
    transform: scale(1.001);
}
.ill-grid-item:hover img {
    transform: scale(1.04);
    transition: all .3s cubic-bezier(.34,.11,.14,.99);

}
.ill-grid-item.one-by-one:hover img {
    transform: scale(1.06);
}
.not-ready a:before {
    content: '';
    background: red;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 100;
    
}
.not-ready img {
    filter: blur(4px);
}
.ill-grid .description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.93);
    opacity: 0;
    transition-delay: 0.2s;
    transition: all 0.3s ease-out;
}
.ill-grid .description .text-wrap {
    box-sizing: border-box;
    padding: 35px 35px 35px 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    widtH: 100%;
    height: auto;
    transition: all 0.6s cubic-bezier(.2,.01,.14,.99);
}
.project-grid .description .text-wrap {
    box-sizing: border-box;
    padding: 35px 0;
}
.ill-grid-item:nth-child(2n+1) .description {
    background: rgba(224, 90, 112, 0.93);
}

.ill-grid-item:hover .description {
    opacity: 1;
}
.ill-grid-item:hover .description .text-wrap {
    padding-bottom: 60px;
}
.description h3 {
    font-size: 400%;
    line-height: 0.9;
    font-family: 'BenchNine';
font-weight: 700;
text-transform: uppercase;
letter-spacing: -1px;
}
.description p {
    margin-top: 5px;
    line-height: 1.1;
    letter-spacing: .1em;
    font-size: 200%;
font-weight: 400;
}
.description h3,
.description p {
    color: white;
}
.post-type-archive-project .description h3,
.post-type-archive-project .description p {
    color: #ccc;
}
.post-type-archive-project .description h3 {
    font-size: 300%;

}

.one-by-one {
    grid-column-end: span 1;
    grid-row-end: span 1;

}
.two-by-two {
    grid-column-end: span 2;
    grid-row-end: span 2;

}
.one-by-two {
    grid-column-end: span 1;
    grid-row-end: span 2;
}
.two-by-one {
    grid-row-end: span 1;
    grid-column-end: span 2;
}




.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 25%;
    gap: 60px;
    padding: 0 0 100px;
    grid-auto-flow: dense;
}

.project {

}



.thumbnailInner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


    height: 1px;
    padding-top: 56.25%;
}








/* vfx color section */
.post-type-archive-project * {
    color: #ddd;
}
.post-type-archive-project,
.post-type-archive-project #top-bar,
.post-type-archive-project #menu-tabs a#visualFX {
    background: #1a1a1a;
	color: #DFDFDE;
}
 #top-bar {
	background: transparent !important;
	/* border-bottom: 1px solid rgba(255,2355,255,.5) !important; */
	 color: #1a1a1a !important;
}

#top-bar a {

	 color: #DFDFDE !important;

}
.post-type-archive-project #menu-main a,
.post-type-archive-project #menu-categories li a {
    color:  #ddd;
}

#menu-tabs a#visualArt {
    background: #eee;
    color: #1a1a1a !important;
}
.post-type-archive-project  #menu-tabs a#visualArt * {
    color: #1a1a1a !important;
 
}
.post-type-archive-project #menu-tabs a#visualFX {
    color:  #eee;
}

.post-type-archive-project #menu-tabs a {
    box-shadow: 0 0 5px rgba(255,255,255,0.1);
}
.post-type-archive-project  #menu-main a,
.post-type-archive-project  #menu-categories li a {
    transition: color 0.2s ease-in-out;
}

.post-type-archive-project  #menu-main a:hover,
.post-type-archive-project  #menu-categories li a:hover {
    color: white;
}


#footer {
    background: #1a1a1a;
    text-align: center;
    height: 300px;
}
