body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background:rgb(245,245,245);
}

#wr-logo{
    font-weight: 400;
    font-style: normal;
    font-size:36px;
    line-height: 1em;
    width:100px;
    top:0em;
    display: block;
}
#rabe{
    transition:500ms cubic-bezier(0.020, 0.510, 0.160, 0.990) all;
}
#rabe:hover{
    fill:rgb(220,0,0);
}

figure img{
    height:auto;
}

hr{
    border:0;
    outline:0;
    height:0;
    overflow: hidden;
    border-bottom:10px solid #c00;
    /* transform:translateY(90px); */
    margin:100px 0 99px 0;
    opacity: 1;
}

ul.wr-nav{
    display: block;
    height:26px;
    font-weight: 400;
    text-transform: lowercase;
}
.wr-nav li{
    display: inline-block;
    margin-left:3em;
    margin-right:1em;
}
a{
    text-decoration: none;
    color:rgb(0,0,0);
    transition:200ms ease all;
}
a:hover{
    color:rgb(220,0,0);
}
p a:not([class]){
    text-decoration: underline;
    text-decoration-color: rgba(220, 0,0,0.5);
    text-decoration-skip-ink: auto;
}

.box{
    margin-bottom:1.5em;
}

h1{
    font-weight: 500;
    font-size:30px;
    /* display: inline-block; */
    line-height: 36px;
    margin-bottom: 4px;
}

h2{
    margin: 1.5em 0 .5em 0;
}

h2 span{
    font-weight:300;
}

h2.related_project{
    margin-top:4em;
}
#wr-related-project h2{
    margin-bottom: 0;
}
#wr-related-project h2 span{
    font-weight: 300;
}
#wr-related-project h3{
    font-size:1.5rem;
    font-weight: 300;
    margin-bottom: 1em;
}

h3{
    /* display: inline; */
    font-weight: 300;
    font-size:30px;
    line-height: 36px;
    margin-bottom:1rem;
    /* float: right; */
}


dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
    line-height: 30px;
  }
  dt {
    width: 33%;
    font-weight: 600;
    text-transform: capitalize;
  }
  dd {
    margin-left: auto;
    width: 66%;
  }

.wr-label{
    position:fixed;
    top:30px;
    left:0;
    margin-bottom:-24px;
}

dl.wr-tags dd>*,
.wr-filter a,
.wr-label{
    background:rgba(230,230,230,1);
    color:rgb(18,18,18);
    height:24px;
    margin-bottom:6px;
    font-size:12px;
    width: fit-content;
    line-height:28px;
    padding:3px 6px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.075em;
    border-radius: 2px;
    /* color */
    /* display: inline-block; */
}
dl.wr-tags dd>a:hover,
.wr-filter a:hover,
.wr-label:hover{
    color:rgba(230,230,230,1);
    background:rgb(18,18,18);
}

p.intro{
    font-weight: 500;
    font-size:18px;
    line-height: 30px;
    /* padding-top:1em; */
    margin-bottom:1.5rem;
}

p.intro-lg{
    font-weight: 500;
    font-size:26px;
    line-height: 36px;
    /* padding-top:1em; */
    margin-bottom:1.5rem;
}
p em, .em{
    font-size:0.9em;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-style: normal;
}


figcaption{
    font-size:14px;
    line-height:21px;
    color:#666;
    transition: 250ms ease all;
    margin-bottom: 1rem;
}
figcaption:before{
    /* content: "→";
    display: inline-block;
    
    width:0;
    transform:translateX(-20px); */
}
figcaption:hover{
    color:#000;
}

footer{
    padding-top:60px;
    margin-bottom:30px;
}

footer p{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.075em;
    font-size:12px;
    display: inline;
}

p, ul{
    font-weight: 400;
    font-size:18px;
    line-height: 30px;
    margin-bottom: 1.5em;
}

.row>div ul{
    padding-left:0;
    list-style:none;
}
.row>div ul:not([class]) li:before{
    content: ' ';
    width:20px;
    margin-right: -20px;
    display: inline-block;
    border-bottom:2px solid rgb(0,0,0);
    transform:translateX(-30px);
}

.wr-row{
    margin-bottom: 2rem;
}

body::-webkit-scrollbar-track
{
  background:transparent;
}

body::-webkit-scrollbar
{
  width: 8px;
}

body::-webkit-scrollbar-thumb
{
  border-radius: 4px;
  background-color: #000;
  background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgb(53, 175, 155) 100%);

}

.wr-card{
    /* height:300px; */
    padding-top:127.2727272727%;
    position: relative;

    background:#eee;
    background: var(--color);
    background-size:cover;
    background-position: 50% 50%;
    background-origin: border-box;

    /* padding:1.5rem; */
    font-size:26px;
    text-transform: capitalize;
    transition:margin 300ms cubic-bezier(0.460, 0.595, 0.155, 1.000), filter 200ms cubic-bezier(0.460, 0.595, 0.155, 1.000), height 500ms cubic-bezier(0.020, 0.510, 0.160, 0.990), width 500ms cubic-bezier(0.020, 0.510, 0.160, 0.990);
    
    overflow: hidden;
    filter:grayscale()
}

.page-template-scrapbook .wr-card{
    cursor:pointer;
}

.wr-card:hover{
    filter:none;
}

.wr-card div>h3,.wr-card div>h5{
    font-size:18px;
    line-height: 26px;
    margin:0;
}
.wr-card div h3,
.wr-card div h5,
.wr-card div a{
    color:#000;
}
.wr-card div>h3{
    font-weight: 600;
}
.wr-card div>h5{
    font-weight: 400;
}

.wr-card div{
    transition: opacity 500ms cubic-bezier(0.020, 0.510, 0.160, 0.990), mix-blend-mode 500ms cubic-bezier(0.020, 0.510, 0.160, 0.990);
    transform-origin: 50% 0%;
    opacity: 0;
    /* height:100%; */
    padding:1.5rem;
    background:rgba(56,255,201,1);
    mix-blend-mode: exclusion;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;

}

.wr-card div h3,
.wr-card div h5{
    transform: translateY(20px);
    transition:500ms cubic-bezier(0.020, 0.510, 0.160, 0.990) all;
}

.wr-card:hover h3,
.wr-card:hover h5{
    transform: translateY(0);

}


.wr-card:hover div{
    transform: translateY(0);
    opacity: 1;

    /* backdrop-filter:blur(25px);
    -webkit-backdrop-filter:blur(25px); */
    /* background:rgba(255,255,255,.75) */
}


#wr-cookie-bar{
    background:rgba(0,0,0,.85);
    height:48px;
    width:100vw;
    position:fixed;
    bottom:0;
    color:#fff;
}
#wr-cookie-bar>p{
    line-height: 48px;
    font-size:12px;
    padding:0 1rem;
}


/* UI */

#wr-page-nav{
    /* opacity: .1; */
    transition:opacity 200ms cubic-bezier(0.460, 0.595, 0.155, 1.000);
}
#wr-page-nav:hover{
    /* opacity: 1; */
}

.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

#wr-page-nav>div{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
}

#wr-page-nav .prev:after,
#wr-page-nav .next:before{

    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    box-sizing: border-box;
}
#wr-page-nav .prev:after{
    content:'\f105';
    margin-left:.5em;
}
#wr-page-nav .next:before{
    content:'\f104';
    margin-right:.5em;
}

.wr-btn{
    display: inline-block;
    background:rgba(18,18,18,1);
    color:rgb(230,230,230);
    height:36px;
    line-height:36px;
    margin-bottom:0;
    font-size:14px;
    width: fit-content;
    padding:0 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.075em;
    border-radius: 2px; 
}
.wr-btn:hover{
    background:rgba(230,230,230,1);
    color:rgb(18,18,18);
}

.wr-btn.wr-btn-fixed{
    position:fixed;
    bottom:5rem;
    left:3rem;
}
.wr-button,
#wr-page-nav .prev,
#wr-page-nav .next{
    background:rgba(230,230,230,0);
    color:rgba(128,128,128,0.75);
    border:1px solid rgba(128,128,128,0.75);
    height:28px;
    /* margin-bottom:6px; */
    font-size:12px;
    width: fit-content;
    line-height:28px;
    padding:0 8px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.075em;
    border-radius: 2px;
}

.wr-button:hover,
#wr-page-nav .prev:hover,
#wr-page-nav .next:hover{
    background:rgb(18,18,18);
    color:rgba(230,230,230,1);
}

/* /UI */

/* video */

.wr-show-xs{
    display:initial;
}
.wr-show-sm, .wr-show-md, .wr-show-lg{
    display:none
}

.wr-mb{
    margin-bottom: 0.5em;
}

.wr-video{
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom:1rem;
}
.wr-video-square{
    position:relative;
    padding-bottom:100%;
}
.wr-video>iframe,
.wr-video-square>iframe{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
}

#wr-lightbox{
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,.175);
    pointer-events: none;
    position: fixed;
    top:0;
    left:0;
    opacity:0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:500ms cubic-bezier(0.020, 0.510, 0.160, 0.990) all;
    padding:1vh 1vw;
    box-sizing: border-box;
}
#wr-lightbox.visible{
    opacity:1;
}
#wr-lightbox.visible #wr-lightbox-inner{
    transform: scale(1);
    pointer-events:all;
}
#wr-lightbox-inner{
    transform: scale(0.9);
    background:rgba(255,255,255,0.95);
    transition:500ms cubic-bezier(0.020, 0.510, 0.160, 0.990) all;
    border-radius:5px;
    overflow: hidden;
}

#wr-lightbox-image{
    width:100%;
    height:100%;
    background:rgb(230,230,230);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;    
}

.wr-lightbox-fullscreen #wr-lightbox-image{
    background-color:rgb(12,12,12);
    /* color:rgb(255,255,255); */
}

#wr-lightbox-content{
    padding:3rem 3rem 3rem 1rem;
    /* display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column; */
    height:100%;
}
#wr-lightbox-content h1{
    /* align-self:start; */
}
#wr-lightbox-content small{
    /* align-self:flex-end; */
}

#wr-lightbox-btn-close{
    display: inline-block;
    width:1.5rem;
    height:1.5rem;
    margin-right:-.5em;
    padding-right:.5em;
    cursor:pointer;
}

.wr-img{
    margin-bottom:1.5rem;
}

.wr-lightbox-fullscreen #wr-lightbox-meta{
    height:3em;
    line-height: 3em;
    overflow:hidden;
    transform:translateY(-3em);
    margin-bottom:-3em;
    padding:0 1em;
    background:rgba(0,0,0,0.85);
    color:#fff;
    
}
#wr-lightbox-meta p{
    margin:0;
    display: inline;
}
#wr-lightbox-meta #wr-lightbox-btn-close{
    color:#fff;
    float:right;
}

@media only screen and (max-width: 48em) { /* extra small */

    .wr-content a{
        cursor:default!important;
    }

    .row{
        margin-left:-0.5rem;
        margin-right:-0.5rem;
    }

    #wr-lightbox-inner{
        width:100vw;
        height:100vh;
    }

    .page-template-scrapbook .col-lg-6 .wr-card{
        /* height:22rem; (72rem / 2) - 2rem */
        padding-top:100%;
        position: relative;
    }

    header{
        /* height:33.75em; */
        padding-top:1.875em;;
        margin-bottom:6em;
    }

    #wr-logo{
        margin:0 auto .5em auto;
    }

    .wr-nav li{
        /* display: block; */
        margin:0 .5em;
    }

    #wr-page-nav{
        margin: 0 -0.5em 1.5rem -0.5em;
    }

    .wr-row{
        margin-bottom: 0.5em;
    }

    .wr-mb-xs{
        margin-bottom: 1rem;
    }

    .wr-card{
        margin-bottom: 0.5em;
    }
    
    .video16x9{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .wr-video-16x9, .wr-video16x9{
        width:100%;
        height:56.25%;
    }

    /* .wr-row>div>.wr-card:last-child{
        margin-bottom: 0;
    } */

}

@media only screen and (min-width: 48em) { /* small */
    
    header{
        height:90px;
        padding-top:60px;
        margin-bottom:150px;
    }

    .page-template-scrapbook .col-lg-6 .wr-card{
        height:22rem; 
        padding-top:0;
        /* position: relative; */
    }

    .wr-nav li{
        margin-left:2em;
    }

    .wr-show-sm{
        display: initial;
    }
    .wr-show-xs{
        display: none
    }

    .wr-card{
        margin-bottom: 2rem;
    }

    .video16x9{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .wr-video-16x9, .wr-video16x9{
        width:46rem;
        height:25.875rem;
    }

}

@media only screen and (min-width: 64em) { /* medium */
    
    #wr-lightbox-inner{
        width:58rem;
        height:fit-content;
    }

    .page-template-scrapbook .col-lg-6 .wr-card{
        height:30rem; 
        
    }

    .wr-show-md{
        display: initial;
    }

    .wr-show-sm{
        display: none
    }

    .wr-mb-md{
        margin-bottom: 1em;
    }

    .video16x9{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }   
    
    .wr-video-16x9, .wr-video16x9{
        width:60rem;
        height:33.75rem;
    }    

}

@media only screen and (min-width: 75em) { /* large */
 
    #wr-lightbox-inner{
        width:71rem;
    }

    .wr-lightbox-fullscreen #wr-lightbox-inner{
        width:fit-content;
        height:fit-content;
        max-height:100vh;
        max-width: 100vw;;
        /* height:100vh; */
    }
    .wr-lightbox-fullscreen img{
        max-height:100vh;
    }

    .page-template-scrapbook .col-lg-6 .wr-card{
        height:34rem; /* (72rem / 2) - 2rem*/
    }

    .wr-show-md{
        display: none
    }

    .wr-show-lg{
        display: initial;
    }

    .wr-mb{
        margin-bottom: 1em;
    }
    .wr-nomb-lg{
        margin-bottom: 0;
    }

    .wr-mb-lg{
        margin-bottom: 1rem;
    }

    .wr-card{
        margin-bottom: 1rem;
    }

    .wr-content p,
    .wr-content h2:not([class]),
    .row.wr-content>div ul,
    .wr-content small{
        margin-left: 41.66666667%;
        padding-left:1rem;
    }


    .wr-content figure:not([class]){
        /* row: */
        margin-bottom: 2rem;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -0.5rem; /* wr */
        margin-left: -0.5rem; /* wr */     
        /* bottom-xs: */
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .wr-content figure:not([class])>figcaption{
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem; /* wr */
        padding-left: 1rem; /* wr */
        /* col-lg-offset-2: */
        margin-left: 16.66666667%;
        /* col-lg-3 */
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        text-align: left;
    }

    .wr-content figure.wr-img-12>figcaption{
        margin-left: 0;
        max-width: none;
        flex-basis: 100%;
        -ms-flex-preferred-size:100%;
    }

    .wr-content figure>a{
        
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
        /* .col-lg-7 */
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem; /* wr */
        padding-left: 1rem; /* wr */
        /* col-lg-7: */
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;

    }

    .video16x9{ /* 7 rows */
        /* width:100%; */
        /* height: ; */
        width: 39.375rem;
        height:22.1484375rem;
    }

    .video1x1{ /* 7 rows */
        /* width:100%; */
        /* height: ; */
        width: 39.375rem;
        height:39.375rem;
    }

    .video4x3{ /* 7 rows */
        /* width:100%; */
        /* height: ; */
        width: 39.375rem;
        height:29.53125rem;
    }

    .wr-video-16x9, .wr-video16x9{
        width:72rem;
        height:40.5rem;
    }

}