/* ================================================================

   custom.css

   Dependent on: main.css

   Author: Brandon Leudke, LeudkeCreative.com

=================================================================== */

/*

!BL@LC

TO-DO:

project-list

1. dev        "coming soon…" 
2. production  add all projects 
3. consider    zoom image on hover  (currently covers "coming soon…") - see code below
4. check/move proj image thumbnail calc css styles on page

*/

/* =============== */

/* 250512 https://app.cookieyes.com/customize */
.cky-consent-container {
/*
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999999;
*/

  max-width: 50% !important;
  width: auto !important;
  box-sizing: border-box;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 99999 !important;
  display: inline-block;
  left: auto !important;
  /*   position: absolute !important; */
}
@media (max-width: 767px) {
  .cky-consent-container {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.cky-consent-container .cky-consent-bar {
/*
  background: #ffffff;
  border: 1px solid;
  padding: 10px 20px;  
  box-shadow: 0 -1px 10px 0 #acabab4d;
  background: #000000 !important;
*/
  box-shadow: none !important;
  padding: 0px 5px 5px 15px !important;
/*   background: transparent !important; */
  background: rgba(0, 0, 0, 0.75) !important;
}

.cky-btn-revisit-wrapper {
/*
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0056a7;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  z-index: 999999;
  cursor: pointer;
*/
  width: 25px !important;
  height: 25px !important;
  background: transparent !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
/*
  max-width: fit-content;
  margin: 0;
  height: 30px;
  width: 30px;
*/
  height: 20px !important;
  width: 20px !important;
  opacity: .5 !important;
  
}
.cky-revisit-bottom-right {
/*
  bottom: 15px;
  right: 15px;
*/
  right: 10px !important;
} 
div.cky-footer-wrapper > div:nth-child(3),
div.cky-footer-wrapper > div:last-of-type { 
  display: none !important;
}
.cky-notice-des *, .cky-dma-content-wrapper * {
  font-size: 12px !important;
}

.cky-btn {
  font-size: 12px !important;
  line-height: 18px !important;
  padding: 4px 8px !important;
}
.cky-btn-customize {
  font-size: 12px !important;
  line-height: 18px !important;
  padding: 4px 22px 4px 8px !important;
    background: rgba(0, 0, 0, 0.5) !important;
}
.cky-consent-bar .cky-btn-customize::after {
  right: 7px !important;
  top: 11px !important;
}
.cky-consent-container.cky-classic-bottom.cky-consent-bar-expand .cky-preference-wrapper {
  background: rgb(0 0 0 / 77%) !important;
}
/* =============== */

.meta .view-project, .view-all-projects {
/*   display: none !important; */
}



.thumbnail {
   display:inline-block;
}
.thumbnail img {
  display:inline-block;
  border-radius: 1px;
  box-shadow: 
    -.1rem -.1rem .1rem rgba(0,0,0,0.5) inset,
    .1rem .2rem .3rem rgba(0,0,0,0.35), 
    .5rem 1rem .5rem rgba(0,0,0,0.15);
    margin: 0 2.5rem 2.5rem 0;

}

.thumbnail.large img {
  width: 50%;
}
.thumbnail.medium img {
  width: calc(50% * 84/108);
}
.thumbnail.small img {
  width: calc(50% * 48/108);
}


blockquote {
  font-size: .875rem;
  margin-left: 0;
  padding: 0 1rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(186, 186, 186, 0.15);
  margin-block: 2rem;
}
.recognition blockquote {
  color: #a4c7af;
  font-style: italic;
}

blockquote.quote {
  margin: 1rem 1rem 1rem 2rem;
  padding: 0;
  border: none;
}

blockquote.quote:before {
/*   font-family: Monaco, Consolas, "Lucida Console", monospace; */
  content: "“";
  font-size: 2.75rem;
  font-style: normal;
  text-indent: -2rem;
  float: left;
  opacity: 0.25;
  line-height: 0.75;
}

blockquote.quote:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

blockquote.quote cite {
  float: right;
  opacity: .25;
}

/* =============== */


/* CSS Shimmer Text Effect https://codepen.io/joshuapekera/pen/xGjMMq */

.shimmer {

		color: rgba(255, 255, 255, 0.1); /* #bbb   186, 186, 186, 0.1*/

/* 		  background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); */
        background: linear-gradient(to right, #bbb, #eee, #e9e9e9, #bababa, #bbb);

		background-size: 13% 100%;
		
		-webkit-background-clip: text;
		-moz-background-clip: text;
		background-clip: text;

/* 		animation: shimmer 3s ease-in-out infinite 2s; */
                          /* Chrome inspector: out-back */
/*     animation: shimmer 4s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite; */
    animation: shimmer 6s cubic-bezier(1, 0.04, 0.21, 0.98) infinite;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: #bbb;
}
@keyframes shimmer {
		0% { 
				background-position: top left;
		}
		100% {
				background-position: top right;
		}
}

/* 240927 Shimmer Background for Buy Now, etc.    https://www.codeguage.com/blog/shimmer-effect-html-css
  
  Body bg #202020 @ 50% opacity = rgba(33, 33, 33, 0.50)
  #00bcd4 @ 20% = #00bcd420 HEX format with transparency/opacity 
*/
.shimmer-background {
   background: linear-gradient(-45deg, rgba(33, 33, 33, 0.50) 40%, #00bcd420 50%, rgba(33, 33, 33, 0.50) 60%);
   background-size: 300%;
   background-position-x: 100%;
   animation: shimmer-background 5.5s cubic-bezier(0.16,-0.34, 0.88, 1.4) infinite; /* Slow, Fast, Slow */
}
@keyframes shimmer-background {
   to {
      background-position-x: 0%
   }
}

/* A Cross-Browser Demo of Custom Scrollbars
https://css-tricks.com/the-current-state-of-styling-scrollbars-in-css/ */

html {
  --scrollbarBG: #202020; /* #202020 */
  --thumbBG: #bbbbbb50;
}
html::-webkit-scrollbar {
  width: 11px;
}
html {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
html::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
html::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}


html {
/*   background: lightgrey; */
/*   overflow: hidden; */
}
html {
  height: 100vh;
/*   background: rgba(33, 33, 33, 0.50); */
  overflow-y: auto;
/*
  max-width: 310px;
  margin: 0 auto;
  padding: 2rem;
  font: 100%/1.4 serif;
*/
/*   border: 1px solid rgba(0, 0, 0, 0.25) */
}



.poem {
  font-size: 8rem !important;
  opacity: .5;
  text-align: left; 
}
.poem p {
  font-size: inherit;
  color: lightslategray;
  margin: 0;
  font-style: italic;
  margin-bottom: 7rem;
}
.poem cite {
  float: none !important;
  display: block;
  margin-top: 7rem;
  opacity: .5;
  color: inherit;
}
.poem br {
  display: block;
}
@media (max-width: 767px) {
  .project-modules {
    padding: 0 16px;
  }
  .poem {
    font-size: 4rem !important;
  }
  .poem p {
    font-size: 2.75rem !important;
    margin-bottom: 3rem;
  }
}

.text-behind {
  z-index: -999;
  padding-top: 1rem;
  opacity: .1;
}

/* photo credit */
.image-box, .news-list .image-box {
		margin-bottom: 1.375em;
}
.image sub, .image figcaption {
  color: #696969; /* DimGray (web colors) */
/*     color: #959595; */ /* accessibility: higher contrast */  
  position: relative;
  font-size: 75%;
  bottom: -0.25em;
  vertical-align: baseline;    
  
}
.image sub {
/*
  position: absolute;
  bottom: .5em;
*/
  z-index: 999;
  left: auto;
  bottom: 1em;
}
/* svg "BETA" see: https://beta.icloud.com/ */
header .badge { 
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-family: system-ui,-apple-system,BlinkMacSystemFont;
  visibility: visible!important;
  user-select: none;
  letter-spacing: 0;
  -webkit-box-direction: normal;
  width: 52;
  height: 22;
  box-sizing: border-box;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin-block-start: 1px;
  fill: #79797c;
  margin-inline-start: 4px;
  margin-top: 1px;
  margin-left: 4px;
  
      position: absolute;
      margin-inline-start: 12px;
      
      /* if badge not nested inside <a class="logo"... */
      top: 0;
      right: -40px;

  /* !BL@LC 240911 - replace BETA svg with "ART" */    
  border-radius: 3px;
  background: white;
  padding: 1px 5px;
  font-weight: bold;
  color: #1d1d1f;
  background: #6b6b6b;
  
    background: transparent;
  border: 1px solid #ff000070;
  color: white;
  
}

header .badge:hover {
  fill: red;
}

hr {
  border: none;
  border-top: 1px solid #ff000017;
  margin: 50px 0;
}

.art { position: relative; }
.meta .art p {
/*   color: #faf87f; */
    color: #81f0fb; /*  match painting */
    color: inherit;
    }
.meta a {
  	margin: 1em 0;
    box-sizing: border-box;
}
.meta-tags.recognition a {
  text-decoration: none;
  border-bottom: 1px solid #333;
/*   border-bottom: 1px solid #696969; */
}
.meta-tags.recognition a:hover {
  color: white;
  border-bottom: 1px solid #bbb;
}
.art img { /* display: block; margin: 50px 0 10px; */}

.meta .art .specs, .specs {
  color: aquamarine;
  color: #81f0fb;
  font-size: inherit !important;
}
.art .specs a, .specs a {
  text-decoration: none;
  border: none !important;
  color: inherit;
  margin: 0.5em 0;
  display: inline-block;  
} 
.art b, .art i {
  font-style: normal;
  font-weight: normal;

  color: #6f2525;
    color: #81f0fb; /*  match painting */
  color: grey;
  min-width: 110px;
    float: left;
  clear: both;
  padding-right: 1em;
  padding-bottom: 5px;
  margin-bottom: -11px;
/*
    float: right;
    text-align: right;
*/
  display: inline-block;

              display: none;
 }

.art i {

  font-style: normal;


}
.art ul {
/*   padding-left: 17px; */
list-style: none;
}
.art hr {
  border: none;
    border-bottom: 1px solid #ff000017; /* #ff000017; */
}

.news-list .content h3 {
  font-size: 3.5rem;
  color: #d5e7fc;
/*   margin: 0 0 0.1em 0; */
  font-weight: bold;



    font-size: 120px;
          font-size: 50px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.015em;

    padding-bottom: 1.25rem;

    hyphens: none;

}

.news-list .content p.hero-intro,
p.hero-intro {
  font-size: 26px;
    font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: .004em;
  hyphens: none;
}
@media (max-width: 767px) {
  .news-list .content h3 { font-size: 438px; }
  .news-list .content p.hero-intro { font-size: 20px; }
}




.meta-tags.project-data dl {
/*
  display: flex;
  flex-wrap: wrap;
*/
  clear: both;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ff000017; /* #ff000017; */
  display: inline-block;
  float: left;
  width: 100%;
    padding-right: 0;
}
.meta-tags.project-data dl:last-of-type {
  border-bottom: none;
}

.meta-tags.project-data dl::before, .meta-tags.project-data dl::after {
  content: " ";
  display: table;
}
.project .meta-tags.project-data dt, .project .meta-tags.project-data dd {
    margin: 0 0 0 auto;
    display: inline-block;  
}

.project .meta-tags.project-data dt {
  float: left;
}
.project .meta-tags.project-data dd {
  float: right;  
}

.project dd h3 {
  font-size: 1.25rem;
  color: white;
}
.project dd h3 i {
  color: brown;
/*   font-size: .75em; */
}
.project h4 {
  margin-bottom: 2rem;
}
/* make it 'real sexy' ;) */
.project-data dl.title dd {
  color: #81f0fb;
/*   font-weight: bold; */
  letter-spacing: .09rem;
  font-size: 1.05rem;
/*     text-shadow: 1px 1px 0 #000; */
} 
.project .meta-tags.project-data dd {
  padding-bottom: 0.25rem;
}
/* make it 'real personal like' ;) */
h1.title-secondary, h2.title-secondary {
  color: #fa6969;
  font-weight: bold;
  letter-spacing: .09rem;
}

.project-data dl.title.title-secondary dd {
  color: #fa6969;
  font-weight: bold;
  letter-spacing: .09rem;
  font-size: 1.05rem;
    text-shadow: 1px 1px 0 #000;
} 

.project-data b {
  color: #c0392b;
  font-weight: normal;
  font-size: initial;
  display: inline-block;
  
  min-width: 90px;
  float: right;
  padding: 0 0.25rem;
  margin-left: 1rem;
/*   border: 1px solid; */
  
}
.project-data dd b:first-of-type,
.size {
  min-width: 50px;
/*
  color: #444;
    color: #bf392b;
*/
      color: #ff2c2c;
}
.project em {
  color: mediumaquamarine;
  font-weight: 100;
  font-size: 1.1rem; 
}
.project .project-data h1 small {
  padding-top: .5rem;
}
.project .project-data hr {
  margin: 1rem 0;
  padding: 0 0 0.25rem;
  height: auto;
  border-top: 1px solid #ff000025;
}
.project-data dt b {
  min-width: 50px;
  width: 50px;
  color: #444;
  float: right;
  border: none;
  /* text-align: right; */
  margin: 0;
}
.project-data .text-muted,
.project-data i
/*, .project-data i:not:[class*="fa"] */ {
  color: #777;
  font-style: normal;
}
.project-data small {
  color: #879fde;
  display: block;
    line-height: 1rem !important;
}
.project-data small:first-of-type {
  color: burlywood;
}
.project-data ol, .project-data ul,
.project-data li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-data ul ul {

}
.project-data li li {
  list-style: square;
  margin-left: .85rem;
}




/* CV
======================== */



.cv-list {  }
.cv-list ol { list-style: none; position: relative; }
.cv-list ol, .cv-list li, .cv-list span {
  font-size: 0.875rem; /* 14px */
  margin-bottom: 0.25rem;
}
.cv-list li {  list-style: none;         clear: both; padding-left: 37.5%;

    color: #888;

}
.cv-list li:hover {
  background: #00000015;
  box-shadow: 0px 0px 10px 6px rgb(0 0 0 / 10%);
}
.cv-list li {
}
.cv-list li.special a {  }
.cv-list li:last-of-type {
  margin-bottom: 3rem;
}
.cv-list a { }
.cv-list emphasis {
  color: #444;
  float: right;
  display: inline-block;
  padding-left: 1rem;
      margin-bottom: 1px; /* TO-DO check, as this could cause an issue */
}
.cv-list sup {

}
.cv-list li.special sup {
  display: none;
}

img.portrait.fixed-xs {

}

.cv-list span {  margin-left: -60%;  width: 60%;
  display: inline-block; padding-right: 1rem; overflow: hidden;  float: left; clear: both;
  color: #cdffcd; /* light lime green */
    color: inherit;
      color: #bbb;
  margin-bottom: 1px; /* extend effect of float on overflow of adjacent paragraph */
}

@media (max-width: 767px) {
  .cv-list span {  }
    .cv-list emphasis { display: none; }
    
    img.portrait.fixed-xs {

      /* col-xs-3 */
/*
      position: fixed;
      top: 25%;
      opacity: .1 !important;
      right: 0;

        position: absolute;
        top: 25%;
        opacity: 1 !important;
        right: 0;
*/

      /* col-xs-12 */
      position: fixed;
      opacity: .1 !important;
    }
}

@media (min-width: 768px) {
  .cv-list span {
  /*     font-size: 1.1rem; */
  }
}
.cv-list h2 {
  color: #bcd7ff;
  text-transform: uppercase;
  border: none;
  padding: 2rem 0 1rem;
  margin-bottom: 0;
  border-top: 1px solid #ff000017;
/*     border-bottom: 1px solid #ff000017; */ /* #ff000017; */




   color: #81f0fb;
}
.cv-list h2:first-of-type {
   border-top: none;
   padding-top: 0;
}
.cv-list h2 i { font-style: normal; display: inline-block; margin-left: .25rem; color: #444;}
.cv-list h2 i {
  /* sup */
/*
  position: relative;
  font-size: 69%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.4em;
*/
}

.news-list .content h3 {
  font-size: 3.5rem;
  color: #d5e7fc;
  margin: 0 0 0.1em 0;
  font-weight: bold;
}

  .news-list .content h3 {
    font-size: 120px;
          font-size: 50px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.015em;

    margin-right: -1rem;
}
  }

.news-list .content p.hero-intro {
  font-size: 26px;
  line-height: 1.125;
  font-weight: 600;
  letter-spacing: .004em;
}
@media (max-width: 767px) {
  .news-list .content h3 { font-size: 38px; }
  .news-list .content p { font-size: 26px; }
}


.art-category {
  text-transform: uppercase;
    margin: 0.25em 0 !important;
    display: inline-block;
}
/* SHOP Button */
.shop,
a.shop,
/* .project-categories div li:last-of-type, */
.project-categories div li.shop, 
.project-data .share summary 
{
  border-radius: 7px;
  text-align: center;
/*   min-width: 100px; */
    width: auto;
  padding: .25em .6em  .2em .5em !important;
  border: 1px solid #ff000070 !important;
  margin-top: 1rem;
  display: inline-block;
    text-transform: uppercase;

}
.shop:hover,
a.shop:hover,
/* .project-categories div li:hover:last-of-type, */
.project-categories div li:hover.shop, 
.project-data .share summary:hover 
{
  border-color: #00fffc !important;
  	-webkit-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

/* opposite */
.project-data .share summary {   border-color: #00fffc; }
.project-data .share summary:hover {  border-color: #F00; }


.shop,
a.shop {
/*
  font-size: .9em;
    font-size: 20px;
*/
/*   margin-top: .25rem; */
}

.shop.invert,
a.shop.invert {
  font-weight: bold;
  color: white;
  background: #F00;
}
.shop.sold,
a.shop.sold {
  font-weight: bold;
/*   color: #555; */ /* muted */
    color: #959595; /* accessibility: higher contrast */
    background: #0000000f; /* slight shade */
  border-color: #555;
/*
  color: white;
  background: #F00;
*/
}
/* Currency CA$ */
.shop b,
a.shop b {
  font-weight: normal;
}
/* cents */
.shop sup,
a.shop sup {
  top: -0.25em;
}


/* LEGAL Button */

a.legal,
.legal summary 
{
  border-radius: 7px;
  text-align: center;
/*   min-width: 100px; */
    width: auto;
  padding: .25em .6em  .2em .5em;
  border: 1px solid #475F3F;
  margin-top: 1rem;
  display: inline-block;
    text-transform: uppercase;

}
a.legal:hover,
.legal summary:hover 
{
  border-color: #518a3d;
  	-webkit-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

/* ALLEGED Button */

a.alleged,
.alleged
{
  border-radius: 7px;
  text-align: center;
/*   min-width: 100px; */
    width: auto;
  padding: .25em .6em  .2em .5em;
  border: 1px solid #5f3f5d;
  margin-top: 1rem;
  display: inline-block;
    text-transform: uppercase;
    
    color: #ba00ff;
    font-weight: normal;

}
a.alleged:hover,
.alleged:hover 
{
  border-color: #518a3d;
  	-webkit-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

@media (max-width: 767px) {
    .project-categories div li:last-of-type {  margin-top: 0rem; }
}



/* !BL@LC */
@media (min-width: 768px) {

  .news-item .image {
  padding-left: 0;
  }
  .news-list .content h3 {
      margin-right: -1rem;
  }

}

/* Temporarily Disabled
=================================================================== */

/* body classes
======================== */

/* Temporarily hide text below images  project-moudules > figcaption
 Note: prefix .project- added because class numbers cannot start with a zero
*/

/* spedific pages */
.project-0603 figcaption,
.project-0848 figcaption {
  display: none;
}

/* 180413 Force, using CSS, all existing project columns (10, 6, etc.) to be full width (12)  */
@media (min-width: 768px) {
/*
  .project-modules [class*='col-'] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .project-modules [class*='col-sm-6'] {
    margin-bottom: 3.375em!important;
  }
*/
}

/* all project pages
======================== */
/* all pages */
.project figcaption {
/*   display: none; */
}
.project-modules h1 {
  font-size: 2rem;
/*   color: red; */
   color: #ff2c2c;
  font-weight: bold;
/*   text-shadow: 1px 1px 0 black; */
  padding-right: 1rem;
}
.project-modules h1 small {
  color: #00fffc;
  font-weight: normal;
  font-size: 69%; /* override main 80% */
}
.project-modules .youtube {
    margin-bottom: 15%;
}
.project-modules .pull-quote {
    margin-bottom: 2rem;
}
.project-modules .pull-quote h2 {
  color: burlywood;
  font-size: 1.75rem;
}
.project-modules .pull-quote h2 i {
  color: #8795de;
  font-size: .75em;
  display: block;
} 
blockquote.tiktok-embed:not(:last-child) {
    margin-bottom: 22%;
}

/* share
======================== */
.share {
/*   color: #555; */ /* muted */
    color: #959595; /* accessibility: higher contrast */

}
.project-data .share {
  color: inherit;
  float: left;
  clear: both;
}
/* also see .text-muted */

.social-bar .social-content {
  display: block;
}
#contact .contact .social-icons .enkoded_email {
  display: none;
}

/* use with pull-right to align or flush right  */
header .main-navigation,
footer {
/*   padding-right: 25px; */
}
@media (max-width: 767px) {
	/* manually align */
	.project-title {
	  padding-left: 0 !important;
	}
  .project-data h1 {
    margin-bottom: 1rem;
  }
	.project-modules h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .project-modules h1 small {
    font-size: 59%; 
  }
  
}

  @media (min-width:1200px) {

    /* !BL@LC */
    .project-list-wrapper {
/*
        margin-right: 22px;
        padding-left: 40px;
*/
    }

    .no-padding-lg {
      padding-right:0;
/*       padding-left:0; */
    }

/*
    .wrapper.project {
      margin: 0;
    }
    .wrapper.project > .row:nth-child(n+2) {
      margin: 0 25px;
      padding: 0;
    }
    .project .main-image {
      padding: 0;
    }
*/
    .wrapper.project > .row:first-child {
      margin: 0 -41px;
    }

    /* manually align */
    .project-title {
      margin-left: 25px;
    }
    /* full bleed images */
    .project-modules {
      margin: 0 -25px;
    }

  }




/* helper styles
=================================================================== */

.no-gutter > [class*='col-'],
.no-padding {
    padding-right:0;
    padding-left:0;
}

.small-caps {
  text-transform: lowercase;
  font-variant: small-caps;
/*   font-variant-caps: all-small-caps; */
}


/* Projects > Projects List > mixItUp 2.x   .projects-filter
=================================================================== */


.clearSelection {
  text-transform: uppercase;
  color: #333;
  font-weight: 100;
/*
  font-size: .9rem;
  margin-bottom: .25em;
*/
}

.clearSelection {
  color: inherit;
  text-decoration: underline;
/*
	display: none;
  display: block;
*/
  font-size: inherit;
  padding: 0;
  margin-bottom: 0;
  float: none;
  text-decoration: none;
  clear: none;
}
.clearSelection.show-all {

}

.project-list .project-list-item {
  display: none;
  opacity: 1; /* 0; */

  float: none; /* display: inline does the job   - TO DO: Remove elsewhere  */
}
.project-list .project-list-item img {
  max-width: 100%; /* TO DO: update elsewhere  */
}
@media (min-width:1201px) and (max-width:1440px)  {  /* <====================== TO CHECK */
  /* .list */
  .project-list.list .project-list-item {
    -webkit-flex-basis: calc(100%/3 - 1px) !important;
    flex-basis: calc(100%/3 - 1px) !important;
  }
  .project-list.list .project-list-item img,
  .project-list.list .project-list-item iframe {
    max-width: 115px;
    float: left;
    margin-right: 1em;
  }
  .project-list.list .project-list-item .title { padding-top: 0; /* display: inline !important; margin-left: 2em; */  }

/*   .project-list.list .project-list-item .categories { visibility: visible; height: auto; color: #bbb; font-weight: 100;} */

}

@media (min-width: 1441px) {
  /* .list */
  .project-list.list .project-list-item {

    -webkit-flex-basis: calc(100%/4 - 1px) !important;
    flex-basis: calc(100%/4 - 1px) !important;
  }
  .project-list.list .project-list-item img,
  .project-list.list .project-list-item iframe {
    max-width: 115px;
    float: left;
    margin-right: 1em;

    margin-bottom: 2em; /* */
  }
  .project-list.list .project-list-item .title { padding-top: 0; /* display: inline !important; margin-left: 2em; */  }

  /* show the categories and keep the text from flowing under the image */
  .project-list.list .project-list-item .categories { visibility: visible; height: auto; color: #bbb; font-weight: 100;}
  .project-list.list .project-list-item img {   margin-bottom: 2em; }
}

ul.projects-extra-controls  {
  list-style: none;
  margin: 1.5em 0 0;
  padding: 0;
  position: relative;
  display: block;
}
ul.projects-extra-controls li {
  margin: 0 0 .5em 0;
  font-weight: 200;
  color: #333;
}
ul.projects-extra-controls .search {
  color: #222;

}

ul.projects-extra-controls input {
  padding: 2px;
  border: 1px solid #EEE;
  border-bottom: 1px solid #f1f1f1;
  color: #000;
  font-weight: 300;
    outline: none; /* !BL@LC 2021-02-03 */
      background: #ffffff1f;
}
@media (max-width: 1200px) {
 ul.projects-extra-controls  {
    margin: -1.5rem 0 .25rem;
    min-height: 3.25rem;
  }
  ul.projects-extra-controls li {
    display: inline-block;
/*     padding-left: 15px; */
    padding-right: 5px;
      
      display: none;
  }
  /* search, show all, clear (.js-clearSelection)
    all three:  li:nth-last-child(-n+3)
   */
  ul.projects-extra-controls li:nth-last-child(-n+2) {
     display: inline-block;
  }

}

/* mixItUp > search */

.search-projects {
  position: relative;
  width: 170px;
}
.search-projects.icon input {
/*   padding:5px; */

  padding: 0;
/*   margin-left: -2px; */

  border: none;
	outline: thin dotted #EEE;
  outline-offset: 1px;

}
.search-projects.icon input:hover,
.search-projects.icon input:focus  {
	text-decoration: none;
	outline: thin solid #DDD;
  outline-offset: 1px;
/*
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;

 outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 1px;
 */

}


      input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        /* -webkit-appearance: textfield; */
          -webkit-appearance: searchfield;

      }
      input[type="search"]::-webkit-search-cancel-button,
      input[type="search"]::-webkit-search-decoration {
        /*   -webkit-appearance: none; */
      /*   -webkit-appearance: searchfield-cancel-button; */
      }
      /*
      input[type="search"]::-webkit-search-decoration,
      input[type="search"]::-webkit-search-cancel-button,
      */
      input[type="search"]::-webkit-search-results-button,
      input[type="search"]::-webkit-search-results-decoration {
      /*   display: none; */
      }

/* A. http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css/2610741#2610741
  =================================================================== */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #aaa;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #aaa;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #aaa !important;
}

/* B. http://stackoverflow.com/questions/19285640/font-awesome-icon-inside-text-input-element
  =================================================================== */
/*   Fiddle with browser prefixed selectors: http://jsfiddle.net/gA4rx/78/ */

/* Note that you need to define each browser-specific selector as a seperate rule. If you combine them the browser will ignore it.
   Also see: https://css-tricks.com/snippets/css/style-placeholder-text/  */

/* Usage:

  <input type="search" id="input" class="icon" placeholder="&#61442; ">

*/

/* Edits made based on A:

  reduced   input:-ms-input-placeholder   to just one colon (not two)
  added     icon:-moz-placeholder
  added     comments

*/
.search-projects.icon input::-webkit-input-placeholder { /* WebKit browsers */
    font-family:'Font Awesome 6 Pro';
}
.search-projects.icon:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family:'Font Awesome 6 Pro';
}
.search-projects.icon input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family:'Font Awesome 6 Pro';
}
.search-projects.icon input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family:'Font Awesome 6 Pro';
}

/* Hide search icon upon hover */

.search-projects.icon input:hover::-webkit-input-placeholder{
    visibility: hidden;
  	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.search-projects.icon:-moz-placeholder:hover { /* Mozilla Firefox 4 to 18 */
    visibility: hidden;
  	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.search-projects.icon input:hover::-moz-placeholder { /* Mozilla Firefox 19+ */
    visibility: hidden; /* doesnt' seem to work */
      color: transparent;
  	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
        /* Experimental Mozilla Firefox 51+ */
/*
        .search-projects.icon input:hover:placeholder-shown {
            visibility: hidden;
          	-webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }
*/

.search-projects.icon input:hover:-ms-input-placeholder { /* Internet Explorer 10+ */
    visibility: hidden;
  	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* https://github.com/mathiasbynens/jquery-placeholder
  See js
  =================================================================== */

input, textarea { color: #000; }
.placeholder { color: #aaa; }







/* Textbox with a clear button completely in CSS, 0 lines of JavaScript
   http://codepen.io/shidhincr/pen/ICLBD
   Modified by !BL@LC
 =================================================================== */
/* .search-wrapper, */
.search-box,
.close-icon {
	position: relative;
/* 	padding: 10px; */
}
.search-box {
/* 	width: 80%; */
/*   width: 85%; */
  width: 144px;
	border: 1px solid #ccc;
  outline: 0;
  border-radius: 15px;
/*   margin-right: 10px; */
}
.search-box:focus {
/* 	box-shadow: 0 0 15px 5px #b0e0ee; */
	border: 1px solid #bebede;
}
.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
  /* move a little */
  margin-top: 2px;

  /* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
    As a few people have pointed out, this method can cause elements to be blurry due to the element being placed on a “half pixel”. A solution for this is to set its parent element to preserve-3d.  */
  -webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */
  transform-style: preserve-3d;

      position: absolute;
      top: .3em;
      right: 20px;
}
.close-icon::after {
	content: "\00D7"; /* Unicode Character 'MULTIPLICATION X' (U+2715) */
  display: inline-block;


  /*   http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */
  position: relative;
  top: 50%;
  transform: translateY(-50%);

  background-color: #A8A8A8;
  z-index: 1;
  right: 0;
  top: 0;
  /* bottom: 0; */
  margin: auto;
  padding: 1px;
  border-radius: 50%;

  color: #FFF;
  font-weight: normal;

  /* box-shadow: 0 0 2px #FFF; */
  cursor: pointer;

  height: 10px;
  width: 10px;
  line-height: .5;
  font-size: 21px;
  text-align: center;
/*   text-indent: .02em; */


  /* locate inside input, at the right end */

/* position: absolute;
  right: 18px; */

}
/* No background */
.close-icon::after {
  background: white; /* need a bg to cover the default browser icon */
  color: #333;
}

/* ~ General sibling combinator */
.search-box:not(:valid) ~ .close-icon,
.search-box:invalid ~ .close-icon {
	display: none;
}
/*
.search-box::-ms-clear:invalid ~ .close-icon,
.search-box::-ms-clear:invalid ~ .close-icon::after {
    display: none !important;
}
*/

/*
input[type=text]::-ms-clear ~ .close-icon {
    display: none;
}
*/


/*
:not(:valid) ~ .close-icon,
:invalid ~ .close-icon,

::-ms-clear ~ .close-icon,
::-ms-reveal ~ .close-icon,

::-ms-clear ~ .close-icon::after,
:not(:valid) ~ .close-icon

{
	display: none;
}
*/

/* 150910: http://stackoverflow.com/questions/3809146/firefox-4-required-input-form-red-border-outline */
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}

/* toggle grid and list views */
/* See main.js */
#change-layout {
    font-family:'Font Awesome 6 Pro';
    text-transform: uppercase;
    color: #333;
    font-weight: 100;
      font-weight: 300;

    cursor: pointer;
}
#change-layout:before {
    font-family: 'Font Awesome 6 Pro';
    color: #999;
    position: relative;
/*     left: -10px; */
    margin-right: .5em;

    /* keep the text of varied length evenly spaced from the icon */
    display: inline-block;
    min-width: 15px;
}
#change-layout.toggle-icon:before/*
,
#change-layout.grid-view-icon:before
*/ {
    /* show grid icon */
    content: "\f00a"; /* Grid Icon http://fortawesome.github.io/Font-Awesome/icon/th/   <i class="fa fa-th"></i> */
}
#change-layout.list-view-icon:before {
    /* start - show list icon */
    content: "\f0c9" !important; /* List Icon http://fortawesome.github.io/Font-Awesome/icon/bars/ */
}
#change-layout span {
  font-family: "Proxima Nova";
  font-weight: normal;
  font-style: normal;

  
  visibility: visible;
  color: #777;  
/*   visibility: hidden; */

  font-display: swap;
  vertical-align: middle;
}


/* mixItUp */

.fail-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

.fail .fail-message{
  opacity: 1;
  pointer-events: all;
}

.fail-message:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.fail-message span{
  display: inline-block;
  font-weight: 100; /* 500; */
/*   color: white; */
/*   font-size: 16px; */
  vertical-align: middle;
}


.more-info.more-info-nav {
  position: absolute;
  bottom: -44px;
  right: 127px;
  font-size: .875rem;

  line-height: 30px; /* to match button height */
	  text-transform: uppercase;
}
.more-info.more-info-nav i[class*="fa"] {
    color: #A6A6A6;
}




/* LEUDKE
=================================================================== */


/* NOTE: to find the new style rules that were added,
  but not at the top of this custom.css, or the main.css file,

  search for this fragment of the comment

    !BL@LC 2021

  which is to be added to each change  /*

/* svg
======================== */
.logo img.svg {
	width: 100%;
  max-width: 230px;
    max-width: 190px;
	height: auto;

  /* CSS filter generator to convert from black to target hex color	https://codepen.io/sosuke/pen/Pjoqqp */

  /*  #999  Loss: 0.0. This is a perfect result. */
  /* filter: invert(71%) sepia(0%) saturate(213%) hue-rotate(189deg) brightness(84%) contrast(103%); */

  /* #fff */
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(87deg) brightness(106%) contrast(101%);

/*     opacity: .75; */

  /* 2401001 - Fun hover colour effect */
    -webkit-transition: all 3s linear;
  transition: all 3s linear;

}
.logo img.svg:hover {

  /*   #f00 RED  Loss: 0.0. This is a perfect result. */
  filter: invert(9%) sepia(92%) saturate(6844%) hue-rotate(360deg)  brightness(119%) contrast(110%);

  /* 2401001 - Fun hover colour effect */
    -webkit-transition: all 3s linear;
  transition: all 3s linear;
}

/* same width */
header .main-logo {
	 width: 230px;
}
@media (min-width: 1200px) {
  .projects-filter {
    width: 230px;
  }
}


header .main-navigation {
/* 	text-align: left; */
}
header .main-navigation a {
  text-align: left;
/*   font-size: 1.0625rem; */ /* Larger option: 17px/16px = 1.0625rem; */
  margin-right: 1.25em;
  margin-left: 0;
  line-height: 3rem;
}
.gn-instagram {
  opacity: .5;
}

@media (min-width: 768px) {
  header .main-navigation a {
    line-height: 61px; /* align to bottom of logo */
  }  
}
@media (min-width:1200px) {

  .padding-left-0 {
    padding-left: 0;
  }
  .padding-right-0 {
    padding-right: 0;
  }
}




/* ================================================================

/* Dark Mode

  Also see slick css
======================== */

/* !BL@LC */
@media (min-width: 768px) {

  /* PRE LOADER */
  .preloader {
/*   	background-color: #ff0000; */
  }
  .status {
  }


}

html, button, input, select, textarea,
a {
  color: #bbb;
}
html, body, header, footer {
  background: #202020; /* same or similar to macOS Big Sur Dark Mode */
}
header.upscroll, .front-news {
  background: #202020f2; /* dark grey, semi-transparent */
  
}

ul.projects-extra-controls input {
  outline: none;
  background: #ffffff12;
  color: #fff !important;
}

input, input:focus, input:hover {
  outline: none !important;
}
.search-projects {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.search-box {
  border-radius: 7px;
}
.search-projects.icon input {
  padding: 5px;
    padding: 5px 5px 4px 8px
     padding-left: 6px;
}
.search-projects.icon input::-webkit-input-placeholder {
  padding-left: 3px;

/*
    left: -15px;
    position: relative;
*/
}
.close-icon {
  margin-top: 3px;
  top: .6em;
  right: 25px;
}
.close-icon::after {
  background: #FE5F57;
  color: transparent;

  height: 11px;
  width: 11px;
  line-height: .6;
  font-size: 18px;
  vertical-align: top;

  font-weight: bold;
}

/* https://martinwolf.org/before-2018/blog/2015/05/why-you-can-do-hoverafter-and-not-afterhover/
  https://codepen.io/martinwolf/pen/aOZPry */
.close-icon:hover::after {
  color: #0006 !important;
}
header a,
.project-categories li {
  color: #bbb;
}

a:hover,
header .active, header a:hover,
.project-categories li:hover, .project-categories a:hover,
.project-list .project-list-item:hover .title,
summary:hover, summary:focus {
  color: #fff;
}
ul.projects-extra-controls li {
  font-weight: 300;
  color: #bbb;
}

.people-list .people-list-item img.unveil.portrait {
  border-bottom: 1px solid #000;
}

.project-list .project-list-item .title {
  position: relative;
  color: #bbb;
}
  /* !BL@LC 240918 Draw attention to the ability to click the link in the title */
  .project-list .project-list-item .title i {
    position: absolute;
    font-size: 2em;
    display: inline-block;
    top: 15px;
    right: -4px;
    font-weight: 100;
    color: #545454;
  }
  .fa-duotone.fa-chevron-right:after, .fad.fa-chevron-right:after {
    position: absolute;
    margin-left: -18px;
  }
  .project-list .project-list-item .title:hover i {
    color: red;
  }
  
.latest-news-heading a {
  text-shadow: none;
/*   color: red; */
}
.latest-news-heading a:hover {
  color: #fff;
}

  .news-list {
    background: none;
  }

.news-list>li,
.news-list.front>li:last-child {
    border-bottom: 1px solid #ff000017; /* #ff000017; */
    padding-bottom: 2em;
    margin-bottom: 2.5em;
}
.news-list.front>li:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) {

  .news-list>li,
  .news-list.front>li:last-child {
      padding-bottom: 4em;
      margin-bottom: 5em;
  }

}
.view-project,
.news-list .meta a.view-project, a.view-project, a.view-all-projects {
  border-bottom: none !important;
}
.news-list .meta a.view-project {
  color: white;
  border-bottom: 1px solid red !important;
  font-weight: bold;
  text-transform: uppercase;
}
.view-project:hover,
.news-list .meta a.view-project:hover, a.view-all-projects:hover {
  color: white !important;
  border-bottom: 1px solid white !important;
}
.view-project:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}    
.news-list img {
  -webkit-filter: none;
  filter: none;

  border-radius: 6px;

    box-shadow: 0px 6px 4px 1px #00000070;

}
.news-list a:hover img {
    filter: saturate(120%) brightness(110%);
}


.project-list .project-list-item img {
/*
    -webkit-filter: saturate(100%) brightness(100%);
  filter: saturate(100%) brightness(100%);
*/
  -webkit-filter: none;
  filter: none;

  border-radius: 6px;
}

.project-list .project-list-item:hover img  {
    filter: saturate(125%) brightness(111%);
}
/*
.project-list .project-list-item .wrap {
    margin-left: 40px;
    max-width: 100%;
    position: relative;
}
.project-list .project-list-item .youtube {
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.project-list .project-list-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   
}
*/
.project-list .project-list-item .wrap {
    margin-left: 40px;
    max-width: 100%;
    position: relative;
}
.project-list .project-list-item .youtube {
  max-width: 100%;
  position: relative;
    margin-bottom: -5px; /* line up with other titles */

}
/* https://dev.to/deammer/embed-responsive-youtube-videos-in-2021-5dkh */
.youtube iframe,
.project-list .project-list-item iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 6px;
  border: none;
}
#home .youtube iframe {
  position: relative;
    margin-bottom: 1.375em;
      border-radius: 6px;
      box-shadow: 0px 6px 4px 1px #00000070;
}
@media (min-width: 1201px) and (max-width: 1440px) {
.project-list.list .project-list-item .youtube {
  max-width: 115px;
  float: left;
  margin-right: 1em;
  }
}


@media (min-width: 1441px) {
    
    /* zoom image on hover */
    /* ------------------- */
    
    /* cubic-bezeir for natural smooth zoom: https://www.smashingmagazine.com/2016/08/css-animations-motion-curves/ */
    /* https://css-tricks.com/breaking-css-box-shadow-vs-drop-shadow/ */
    /*   filter: drop-shadow(0px 0px 100px rgba(0,0,0,1)); */
           
/*
    .project-list {
      overflow: visible;
    }
    .project-list .project-list-item:hover img {
      transform: scale(1.25);
      z-index: 9999;
      position: absolute;
      transition: transform .5s cubic-bezier(.05, .69, .14, 1) 0s; 
      box-shadow: 0px 10px 200px 50px rgba(0, 0, 0, .5);
    }
*/
    
    /* ------------------- */ 
}


/* NULL LINK */

/* https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors <a> elements with an href ending  */
.project-list .project-list-item a[href$="#"]:after {
/*
    position: absolute;
    z-index: 9998;
*/
}
/* <a> elements with an href containing "example" */

/* https://stackoverflow.com/questions/19579340/css-transition-after-a-pseudo-element-how-to-transition-content-that-shows-o */
/* a:after, a:active:after */
.project-list .project-list-item a[href$="#"]:after, .project-list .project-list-item a:active[href$="#"]:after/*
,
.project-list .project-list-item a[href*="#"]:after, .project-list .project-list-item a:active[href*="#"]:after
*/ {
    content: "Coming soon…";
    font-size: 0.8125rem;
    position: relative;
    opacity: 0;
    top: -20px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
}
/* a:hover:after, a:active:hover:after */
.project-list .project-list-item a[href$="#"]:hover:after, .project-list .project-list-item a:active[href$="#"]:hover:after/*
,
.project-list .project-list-item a[href*="#"]:hover:after, .project-list .project-list-item a:active[href*="#"]:hover:after 
*/  {
    opacity: 1;
    top: 0px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

/* Buy class  */
.project-list-item.c11 img  {
/*   border: 1px solid red; */
  border-bottom: 1px solid red;

}



.copyright-terms {
  color: #959595; /* accessibility: higher contrast */
    margin-bottom: 2rem;
    display: inline-block;
}


/* countdown timer
======================== */

/* general styling */
:root {
  --smaller: .75;
}

.timer {
  color: lightslategrey;
  margin: 0 auto;
  text-align: center;

}
.timer * {
  box-sizing: border-box;
  text-shadow: 1px 1px 0 #000;
}
.timer #timer-box {
  padding: 1.5rem 0 .01rem;
  border-radius: 6px;
  box-shadow: 0px 6px 4px 1px #00000070;
  background: #0000001a; 
  
/*
  background-image: 
    repeating-linear-gradient(
      45deg,
      yellow,
      yellow 10px,
      red 10px,
      red 20px 
    );
*/
  background-image: repeating-linear-gradient( 45deg, #ffff0011, #ffff0011 10px, #ff000011 10px, #ff000011 20px /* determines size */ );
  
}
.timer h1 {
  color: #ff2c2c;
  font-weight: bold;
  letter-spacing: .075rem;
/*   text-transform: uppercase; */
  font-size: 1.1rem;
  line-height: 1;  
}
.timer h2 {
  font-weight: normal;
  font-size: .75rem;
/*   letter-spacing: .005rem; */
  line-height: 1;
  margin-bottom: .5rem;  
  text-transform: none !important;
}
.timer li {
  display: inline-block;
  font-size: .75rem;
  list-style-type: none;
  padding: 1rem .25rem .25rem;
  text-transform: uppercase;
}

.timer li span {
  display: block;
  font-size: 1.5rem;
  color: peachpuff;  
}

.timer .emoji {
  display: none;
  padding: 1rem;
}

.timer .emoji span {
  font-size: 1.5rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  .timer h1 {
    font-size: calc(1.6rem * var(--smaller));
    font-weight: bold;
  }
  .timer h2 {
    letter-spacing: normal;
  }
  .timer li {
    font-size: calc(1.125rem * var(--smaller));
    padding: .5rem;
  }
  
  .timer li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}                       

