  @charset "UTF-8";
/* BlackburnArtGroup.com CSS Document
Theme Name: BlackburnArtGroup.com
Author: Michael Divine
 */
 

body {
    margin:0px;
    padding: 0px;
    background: #fff;
    font-family: 'DM Sans', sans-serif;
   font-size: 18px;
   line-height: 28px;
    font-weight: 200;
    color: #000;
    font-smoothing: antialiased;
    font-smooth: always;
    overflow-x:hidden;
}
body.attachment, body.contact {
  background: #f2f2f2
}

h1, h2, h3, h4 {
    font-weight: 400;
    margin: 0;
    font-family: "Libre Franklin", sans-serif;
    text-transform: uppercase
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
    margin:8px 0px ;
    line-height: 42px;
}
h3 {
    font-size: 28px;
    margin:4px 0px ;
    line-height: 36px;
}
strong {
  font-weight: 600
}
/****************************** Header *****************************/
header {
  width: 100%;
  box-sizing: border-box;
}
.hero-container {
  width: 100%;
  position: relative;
  overflow: hidden
}
.hero-container img {
  width:100%;
  height: auto;
  margin-top: 100px;
}

.headcontent {
  justify-content: space-between !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  padding: 20px;
  align-items: end; 
  background: linear-gradient(70deg, rgb(49 49 49)  45%, #222 45%);
  /*
  padding: 12px 12px;
  box-sizing: border-box;
  background: linear-gradient(180deg,rgba(16, 9, 5, .65) 0%, rgba(0,0,0, 0) 100%);*/
}

h1.logoheading {
  background: url(https://www.blackburnartgroup.com/wp-content/uploads/2025/09/logo2.0-white.png) no-repeat;
  background-size: contain;
  height: 80px;
  width: 400px;
  text-indent: -100000px;
  margin: 0;
  padding: 0
}
h2.parallaxtitle {       
 margin: 0;
 padding: 20px;
 /*color: #fff;*/
 font-size: 52px;
 z-index: 100;
 font-weight: 400;
 border-top:1px solid #ccc;
 text-align: center;
 letter-spacing: .05em
  }
/****************************** NAV *****************************/
.menu {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  text-transform: uppercase;
  position: relative
}
.menu li {
  position: relative;
  cursor: pointer;
  transition:all .3s linear;  
}
.menu a {
  color:#FFF;
  text-decoration:none;
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding: 10px 15px 5px;
}
.menu a {
color:#fff;
}
/****************************** SOCIAL *****************************/
.social {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  gap: 10px;
  line-height: 20px;
}
.social li.icon {
  padding: 8px;
  margin: 0;
  border-radius: 8px;
  line-height: 0;
}
/****************************** FOOTER *****************************/
footer {
  font-size: 16px;
  background: linear-gradient(110deg, #222  65%, rgb(49 49 49) 65%);
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding:40px 40px 60px;
  box-sizing: border-box;
  align-items: start;
}
.f-info h1 {
  text-indent: -10000px;
  background: url(https://www.blackburnartgroup.com/wp-content/uploads/2025/09/logo2.0-white.png) no-repeat;
  background-size: contain;
  width: 350px;
  height: 80px;
  text-align: left;
}
footer a {
  color: #fff !important
}
.footerlinks {
  align-items: end;
  gap:12px;
  width: 100%;
}
/********************************* MODAL *********************************/
#openModal {
  padding: 20px;
  font-size: 16px;
}
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000
}
#modalOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-content {
  background: white;
  padding: 20px;
  position: relative;
  min-width: 300px;
  max-width: 500px;
  text-align: left;
  z-index: 10;
  line-height: 32px;
  color: #000;
}
.modalcontent2 {
  align-items: center;
}
.modal-content h2 {
  text-align: center;
}
.modal-content ol li {
  padding: 10px 0px
}
#closeModal {
  position: absolute;
  top:0;
  right:0;
  padding: 10px;
  background: #9b3d3d;
  color: #fff;
  cursor: pointer;
}
#closeModal:hover {
  background:rgba(255, 0, 0, 1);
}
#background-wrap {
  bottom: 0;
  left: 0;
  padding-top: 50px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
/****************************** Links *****************************/
a {
  color: #26a;
  text-decoration: none;
}
.news-card a, .gal-menu li a {
  color: #222
}
a:hover, .news-card a, .gal-menu li a:hover, .menu a:hover, .parallaxhead .menu .sub-menu a:hover {
  color: #f30
}
a.button:hover {
  background: #f30;
}
a:hover, input:hover, button:hover, *:hover, a img:hover, .album a:hover, .gallery-carousel-item:hover h3 {
  transition:all .3s linear;  
}
/****************************** FORMS *****************************/
form {
  margin: auto;
  padding: 0;
}
form label {
  font-size: 14px;
  width: 100% !important;
  padding:8px 0px;
  display: block;
  box-sizing: border-box;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}
input, textarea {
  border: #000 solid .5px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 20px;
  width: 100%;
  background: #fff;
  font-weight: 200;
}
input:hover, textarea:hover {
  background: #bfd1e8
}
input:active, textarea:active {
  background: #ffd
}
input[type="submit"] {
  margin: 20px auto;
}
button, .button, .button-med, .button-sm, input[type="submit"] {
  border: none;
  background: #9b3d3d;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}
.button, input[type="submit"] {
  font-size: 20px;
  padding: 20px 30px;
  width: 100%;
}
.button-med {
  font-size: 16px;
  padding: 12px 16px;
  text-transform: none
}
.button-sm {
  font-size: 12px;
  padding: 8px 12px;
}
button:hover, input[type="submit"]:hover, .button:hover {
  color: #FFF;
  background: #d20;
}
button#inquire {
  max-width: 120px
}
footer a#openModal {
  padding:0px 0px 0px 32px;
  font-size: 20px; 
  text-transform: uppercase;
  cursor: pointer;
  background: url(https://www.blackburnartgroup.com/wp-content/themes/blackburn/images/news.svg) no-repeat left;
}
a.f-contact {
  display: block;
  padding:0px 0px 0px 32px;
  font-size: 20px;  
  background: url(https://www.blackburnartgroup.com/wp-content/themes/blackburn/images/mail.svg) no-repeat left;
}
/****************************** Containers *****************************/
.container {
  max-width: 1400px;
  box-shadow: border-box;
  margin: auto;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  position: relative
}
content {
  display: flex;
  flex-direction: column;
}
.content {
  margin: 40px auto;
}
.flex-row {
  display:flex;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: space-around
}
.flex-col {
  display:flex;
  flex-direction:column;
  box-sizing: border-box;
  justify-content: space-around
}
.widebox {
  max-width: 100%;
  /*background: linear-gradient(135deg,rgba(255, 255, 255, 1) 0%, rgba(171, 155, 154, 1) 100%);*/
  width:100%;
  padding: 120px 0px;
  background: #eee;background: #CCC;
 /* background: linear-gradient(250deg, rgba(238, 238, 238, 1) 25%, rgba(238, 238, 238, 1) 80.5%, rgba(255, 255, 255, 0) 80.5%, rgba(255, 255, 255, 0) 81%, rgba(238, 238, 238, 1) 81%, rgba(238, 238, 238, 1) 95%, rgba(255, 255, 255, 0) 95%);*/
} 
.about .widebox {
  padding: 20px 0px
}
.box {
  max-width:900px;
  padding: 40px;
  width:100%;
} 
.col-2 {
  align-items: start;
  max-width: 1000px;
  justify-content: space-around
}
.col1-3 {
  width: 30%;
  min-height:300px;
  padding: 40px;
}
.col1-3 img, .col1-2 img {
  max-width: 100%;
  height: auto;
}
.page-200 .col1-2 img {
width: 100%;
}
.col2-3 {
  width: 70%;
  box-sizing: border-box;
}
.col1-2 { 
  width: 50%;
  box-sizing: border-box;
}
.mid {
  align-items: center
}
.col1-3 img {
  max-width: 300px;
  height: auto;
}
.gap-12 {
  gap: 12px;
}
.gap-20 {
  gap: 20px;
}
.gap-40 {
  gap: 40px;
}
.pad-12 {
  padding: 12px;
}
.pad-20 {
  padding: 20px;
}
.pad-40 {
  padding: 40px;
}
/****************************** SPLASH *****************************/
#splashpage content {
  padding: 0;
  gap: 0px !important;
}
.mobile-splash {
  display: none
}
.mobile {
  display: none;
}
.splashcontent {
  width: auto;
  padding: 40px 10%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #6d6b6b;
  color: #fff;
}
.splashcontent2 {
  max-width: 1000px;
  margin: auto;
}
.splashcontent .is-layout-flex {
  background: rgba(255,255,255,.2);
  padding: 40px;
}

.splashcontent .is-layout-flex a {
  color: #87e0ff
}
.splashcontainer {
  max-width: 100%;
  box-shadow: border-box;
  margin: auto;
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
}
.splashblurb {
  background: #222;
  padding:80px 40px;
  gap: 20px;
  align-items: center;
  background: linear-gradient(110deg, #222 65%, rgb(49 49 49) 35%);
}
.splashblurb h2 {
  background: url(https://www.blackburnartgroup.com/wp-content/uploads/2025/09/logo2.0-graphic-white.png) top no-repeat;
  background-size: 120px;
  box-sizing: border-box;
  padding: 160px 0px 0px;
  width: 100%;
  max-width: 750px;
  color: #fff;
  font-weight: 200 !important;
  font-size: 20px;
  text-transform: none;
  text-align: center;
}
#splashblurb1 h2 {
  background:none;
  padding: 0px 0px 0px;
}
.splashblurblink {
  box-sizing: border-box;
  padding: 20px;
  width: 35%;
  font-size: 32px;
  text-align: center
}
.splashblurblink a {
  width: 100%;
  max-width: 200px;
  margin: auto;
  width: 120px
}
.splashnews {
  align-items: stretch
}
#splashpage .widebox {
  padding: 40px 0;
}
.featart {
  height: 500px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.featart img {
  width: 100%;
  object-fit: contain
}
.featcontent {
  position: absolute;
  bottom: 0px;
  color: #ccc;
  right: 0px;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px;
}
.featcontent h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0
}
.featcontent p {
  font-size: 16px;
  margin:8px 0;
  padding: 0
}
.featcontent a {
  display: block;
  text-transform: uppercase
}
.highlight {
  padding:120px 72px 120px 20px;
  font-size: 16px;
  line-height: 24px;
}
/****************************** Carousel *****************************/
.gallery-carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px 50px;
  box-sizing: border-box;
}

.gallery-carousel-wrapper h2 {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

/* SCROLLER */
.gallery-carousel {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;    /* smoother iOS momentum */
  scroll-snap-type: x mandatory;
  gap: 40px;                             /* use gap, not margins */
  padding: 0 30px;                       /* keep your padding */
  scroll-padding-left: 0px;             /* match padding so first/last snap cleanly */
  scroll-padding-right: 30px;
  scrollbar-width: none;                 /* Firefox */
  touch-action: pan-x;                   /* hint: horizontal only */
}

/* hide scrollbar on WebKit */
.gallery-carousel::-webkit-scrollbar {
  display: none;
}

/* SNAP TARGET = the anchor as a direct child */
.gallery-carousel > a {
  flex: 0 0 auto;
  display: block;
  text-decoration: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;              /* prevents mid-gap stops on fast flicks */
}

/* CARD */
.gallery-carousel-item {
  /* keep square cards, responsive on phones, max 400px on desktop */
  width: clamp(260px, 72vw, 400px);
  aspect-ratio: 1 / 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 0;                       /* keep your style (adjust if you want) */
}

/* TITLE STRIP */
.gallery-carousel-item h3 {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  margin: 0;
  font-weight: normal;
  text-align: center;
  background:rgba(255,255,255,.9);
  color: #333;
  font-size: 20px;
  padding: 12px;
}

.gallery-carousel-item:hover h3 {
  opacity: 0;
}

/* If you ever use <img> instead of background images */
.gallery-carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ARROWS */
.carousel-nav {
  position: absolute;
  background: rgba(255, 255, 255, 1);
  color: rgb(0, 0, 0);
  border: none;
  font-size: 18px;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 10;
  border-radius: 0;
}

.carousel-nav.prev {
  left: 0;
  top: 60px;
  bottom: 0;
}

.carousel-nav.next {
  right: 0;
  top: 60px;
  bottom: 0;
}

.carousel-nav.next:hover svg path, .carousel-nav.prev:hover svg path {
  fill: #f30;
}
.gallery-carousel-wrapper button:hover {
  background: #fff !important
}
.news-card {
  width: 300px;
}
.news-card h3 {
  font-size: 20px;
  color: #222;
  font-weight: 400
}
.news-thumb {
  width: 100%;
  height: 150px;
  border: 1px solid #eee;
  overflow: hidden;
  background:#eee url(https://www.blackburnartgroup.com/wp-content/uploads/2025/08/logo2.0-graphic.png) no-repeat center;
  background-size: 90px
}
.news-thumb img {
  width: 100%;
  height: auto;
}
.news-date {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  margin: 0
}
.news-excerpt {
  font-size: 0.95em;
  color: #333;
}

/****************************** PAGE *****************************/
.text {
  background: #f4f1ee;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.textcontent {
  display: flex;
  flex-direction: column;
  padding: 0px 10px 40px 40px;
  max-width: 1100px;
  margin: auto;
}
.textfeat {
  max-width: 60%;
  overflow: hidden;
  align-items: stretch;
  position: relative
}


/****************************** TILES *****************************/
.tiles {
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 40px;
}
.tile-left {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.tile-right {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.tilecontent-left, .tilecontent-right {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.tiletext {
  width: 80%;
  padding: 20px;
  z-index: 100
}
.tileimage { 
  height: 600px;
  width: 60%;
  overflow: hidden;
  flex-shrink: 0;
}
.about 
.tileimage { 
  height: auto;
  width: 40%
}
.tileimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/****************************** ALBUM *****************************/
.albumpage {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0px 40px;
  margin: 40px auto;
}
.titlecard {
  width: 100%;
  padding:0 0 50px;
  border-bottom: 1px solid #ccc;
  background: rgb(250 246 240);
}
.titlecard h2 {
  padding-top: 80px;
}
.albumcontent {
  padding: 20px 40px;
  text-align: left;
  margin: auto;
  width: 100%;
  max-width: 700px;
  font-weight: 200;
  box-sizing: border-box;
  text-align: center;
}
.album {
  width: 100%;
  margin: 0 auto 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-around;
}
.album-thumb {
  flex: 1 1 31%;
  width: 300px;
  height: 400px;
  position: relative;
  color: #fff;
}
.album-thumb h3 {
  position: absolute;
  font-size: 20px;
  background:#fff;
  color: #222;
  padding: 4px;
  margin: 0px;
  left:0px;
  right:0px;
  bottom: 0px;
  text-align: center;  transition:all .3s linear;  
}
.album a:hover h3 {
  color: #fff;
  background: #222
}
/****************************** Gallery *****************************/
.gal-menu {
  display: flex;
  list-style: none;
  padding:0px 22px 12px;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  justify-content: center;
}
.gal-menu li {
  margin-right: 40px ;
  padding: 0;
  text-align: center;
  font-weight: 600;
}
.gal-array {
  padding: 40px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}
.gal-link {
  flex: 0 0 calc((100% - 80px) / 3); 
  aspect-ratio: 1 / 1;     
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.gal-link img {
  height: 100%;
  width: 100%;
  object-fit: cover
  
}
.gal-thumb {
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
 display: block;
}

.gal-link:hover .gal-thumb {
  opacity: .4;
  transition:all .3s linear;  
}
.gal-meta {
  display:none;
  transition:all .3s linear;  
}
.gal-link:hover .gal-meta  {
  display: block;
  position: absolute;
  z-index: 10000;
  color: #000;
  font-size: 1rem;
  line-height: 24px;
  text-align: center;
  transition:all .3s linear;  
}
#news {
  display: none
}
.news h2 {
  padding:0 0 6px 30px;
  border-bottom: #ccc solid 1px;
  margin: 0
}
#splashpage .news h2 {
  border: 0
}

/****************************** Image *****************************/

#lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 9999;
}

#lightbox-overlay iframe {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  border: none;
  position: absolute;
}

.lightbox-arrow {
  position: fixed;
  top:50%;
  user-select: none;
  cursor: pointer;
  z-index: 10000;
  padding:12px 4px;
  background: rgba(0, 0, 0, 0.8);
}

#lightbox-prev { 
  left: 0; 
}
#lightbox-next { 
  right: 0; 
}
#lightbox-close {
  position: fixed;
  top: 0px;
  right: 0px;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
  padding: 10px;
  padding: 5px;
  background: #9b3d3d;
  color: #fff;
}
#lightbox-close:hover, 
.lightbox-arrow:hover {
  background:#f30;
  color: #fff
}
#lightbox-overlay,
#lightbox-prev,
#lightbox-next,
#lightbox-close {
  display: none;
  z-index: 1000000;
}

.lightbox-stage {
  position: absolute;
  inset: 5% 5%;
  background: #111;
  overflow: hidden;
}
.lightbox-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity .35s ease; 
  pointer-events: none;
}
.lightbox-frame.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.lightbox-frame.is-inactive {
  opacity: 0;
  z-index: 1;
}
.imagecontainer {
  display: flex;
  height: 100%;
  flex-direction: row;
  width: 100%;
  align-items: stretch
}
.imagecontent {
  width: 100%;
  padding:20px 3% 20px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content:space-evenly;
  gap: 20px;
  width: 100%;
  flex-grow:1
}
.image {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-grow:1
}
.image img {
  max-height: 100%;
  max-width: 100%;
  z-index: 1;
  box-shadow: 1px 5px 11px -2px rgba(0,0,0,0.66);
  -webkit-box-shadow: 1px 5px 11px -2px rgba(0,0,0,0.66);
  -moz-box-shadow: 1px 5px 11px -2px rgba(0,0,0,0.66);
}
.imageinfo {
  justify-content: center;
  width: 25%;
  padding: 0 20px 20px;
  flex-grow:1
}
.imageinfo h3 {
  font-size: 32px;
  text-transform: capitalize
}
.imageinfo p {
  font-size: 14px;
  line-height: 20px;
}
.imgdescrip {
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0;
  border-radius: 4px;
}

/****************************** Inquire *****************************/
.contact-panel {
  position: absolute;
  bottom: 0px;
  right: 100px;
  height: 0;
  width:400px;
  padding:0px 20px;
  background: #fff;
  overflow: hidden;
  transition: height 0.4s linear;
  z-index: 100; transition:all .2s linear;  
}
.contactformwrapper {
  padding: 20px 0px;
}
.wpcf7-form.sent p
{
  display:none;
}
.contact-panel.open {
  width:400px;
  height:600px; 
  transition:all .3s linear;  
}
 .close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: none;
  border: none;
  background: #9b3d3d;
  color: #fff;
  font-size: 32px;
}
.wpcf7 form.sent .wpcf7-response-output {
background: #a7c0aa;
border: 0;
padding: 40px 40px;
text-align: center;
}
.slideout, .menuicon {
  display:none
}
.wpcf7-spinner {
  display: none
}
.wpcf7 form .wpcf7-response-output {
  margin: 0
}

/****************************** 1177px *****************************/

@media screen and (max-width: 1177px) {
  
.featart img {
  width:auto;
  object-fit: contain
  }
.tile, .services {
  width: 100%;
  display:flex;
  flex-direction:column;
  align-items: center;
}
.tile-left, .tile-right {
  display: flex;
  flex-direction: column
}
.tile-right {
  flex-direction: column-reverse;
}
.tileimage {
  height: 400px;
  width: 100%;
}
.tilecontent, .servcontent {
  width: 100%;
  padding: 20px;
}
.tilecontent-left, .tilecontent-right {
  min-height: 50px;
}
.tiletext {
  width: 100%;
  padding: 20px;
  z-index: 100;
  box-sizing: border-box;
}
.tiletext div {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 40px;
  box-sizing: border-box
}
}

/****************************** 850px *****************************/

@media screen and (max-width: 850px) {

#widemenu {
  display: none
}
.hero-container img {
  width: auto;
  height: 100%;
  margin-top: 80px
}
.slideout, .menuicon {
  display:block
}
.slideout {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  transition: right 0.4s ease;
  padding: 60px 0px 24px;
  display: flex;
  flex-direction: column;
  align-items:Center;
  justify-content: space-between;
  z-index: 100000;
  background: #222;
  overflow-y: auto;
  box-sizing: border-box
}
.graphic {
  background: url(https://www.blackburnartgroup.com/wp-content/uploads/2025/09/logo2.0-graphic-white.png) no-repeat;
  background-size: 120px;
  background-position: center;
  height: 120px;
  width: 120px;
  text-indent: -100000px;
  margin: 0 auto 40px;
  padding: 0;
}

.mobilemenu ul {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 40px
}
.slideout .menu a {
  display: block;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 200
}
#menu-toggle:checked + label + .slideout {
  right: 0;
}
.menuicon {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 100000;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.close {
  position: absolute;
  top: 0;
  right:0;
  z-index: 1100;
  cursor: pointer;
  width: 42px;
  height: 42px;
}
.close svg {
  color: #fff;
}
.menuicon svg {
  color: #fff;
  width: 40px;
  height: 40px;
}
.bwmenu .menuicon svg {
  color: #000
}
.close:hover svg, .menuicon:hover svg {
  background:#f30;
  color: #fff
}
.slideout ul, .slideout li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gal-link {
  flex: 0 0 calc((100% - 20px) / 2); 
  aspect-ratio: 1 / 1; 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.imagecontainer {
  flex-direction: column;
  box-sizing: border-box;
  align-items: inherit;
  padding:0;
  height: auto  
}
.imagecontent {
  flex-direction: column;
  position: relative;
  padding: 0;
  gap:0;
}
#lightbox-overlay iframe {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.imageinfo {
  width: 100%;
  background: #eee;
  padding:20px  40px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imagecontent, .image, .imageinfo {
  flex-grow:unset
}
.image {
  width: 100%;
  height: auto
}
#lightbox-close {
  background: none; 
  color: #fff;
  top: auto;
  bottom: 0;
  right: 33.3%;
  left:33.3%;
  width: 33.4%;
  background: rgba(0,0,0,.8);
  text-align: center;
  padding: 5px 0px;
}

#lightbox-close svg {
width: 20px;
}
.lightbox-arrow {
  top: auto;
  width: 33.3%;
  bottom:0;
  box-sizing: border-box;
  background: rgba(0,0,0,.8);
  color: #fff
}
#lightbox-prev { 
  left: 0;
  padding: 5px; 
}
#lightbox-next { 
  right: 0; 
  padding: 5px;
  text-align: right
}

.contact-panel, .contact-panel.open {
  width: 100%;
  box-sizing: border-box
}
.contact-panel {
padding:0px 40px;
}

.splashblurb {
  flex-direction: column !important;
  padding: 40px 20px;
  gap: 0
}
.splashblurb h2 {
  padding: 12px 24px;
  width: 100%;
  box-sizing: border-box;
  background: none
}
.splashblurblink {
box-sizing: border-box;
padding: 0 24px 20px 24px;
width: 100%;
}
.splashblurblink a {
box-sizing: border-box;
width: 100%;
max-width: 100%
}
.contact .textcontent {
  padding: 20px;
}
}


/****************************** 550px *****************************/

@media screen and (max-width: 550px) {
html, body {
  overflow-x: hidden;
  width: 100%;
}
.col1-2 {
  width:100%;
  margin: auto;
}
body {
 overflow-x: hidden;
}

.desktop {
  display: none
}
.mobile {
  display: block;
  width: 100% !important;
  height: auto !important
}
.bw h1.logoheading {
  background: url(https://www.blackburnartgroup.com/wp-content/themes/blackburn/images/logo-bl.png) no-repeat;
  background-size: contain;
  height: 32px;
  width: 200px;
}
.headcontent {
  padding: 12px
}
.parallaxhead h1.logoheading {
  background: url(https://www.blackburnartgroup.com/wp-content/themes/blackburn/images/logo-wh.png) no-repeat;
  background-size: contain;
  height: 32px;
  width: 200px;
}
div.parallax, .container-big {
  height: 400px !important
}
.bw {
  max-width: 100%;
  padding: 8px 8px 8px 8px;
  position: relative;
  height: 40px;
}

.desktop-splash {
  display: none
}

.parallaxhead {
  max-width: 100%;
  padding: 8px 8px 300px 8px;
  position: relative;
  height: 40px;
}

h2.parallaxtitle {  
 font-size: 36px;
  }
h1.logoheading {
  background: urlhttps://www.blackburnartgroup.com/wp-content/uploads/2025/09/blackburn-logo2.0.png) no-repeat;
  background-size: contain;
  height: 60px;
  width: 250px;
  text-indent: -100000px;
  margin: 0;
  padding: 0
}
.hero-container {
  height: 400px;
}
.contact .hero-container {
  height: 80px;
  background: #222;
}
.contact .hero-container img {
display: none;
}
.contact .headcontent {
  padding-bottom: 20px;
}
.contact lable {
  padding: 0  
}
.hero-container {
  overflow: hidden
}
.page .hero-container img {
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;   /* or absolute; either works */
  left: 50%;
  transform: translateX(-50%);  /* perfectly center */
}
#splashpage .hero-container img {
  left: auto;
  transform:none;
  width: 100%;
  margin-top: 80px;
}

img.mobile-splash {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.container {
  padding:0;
  width: 100%
}
.textcontent {
  padding: 0px;
}
.contact .content {
  flex-direction: column;
}
.tiles {
  padding: 20px;
  gap: 20px;
}
.tiletext {
padding: 10px;
}
.tiletext div {
padding: 10px;
}
.tiletext div ul {
  list-style: square;
}
.tiletext h3 {
  font-size: 32px;
  text-align: center;
  font-weight: 400
}
.top .textfeat h2 {
    line-height: 58px;
}

#splashpage .hero-container {
    height: auto;
}

.splashcontent {
  width: auto;
  padding: 40px 5%;
}
.featart {
  width: auto;
  height: auto
}
.gallery-carousel-container { 
  padding: 20px;
  position: relative;
}
.gallery-carousel-wrapper h2 { 
  padding: 0px;
  margin: 0;
  text-align: center;
}
.gallery-carousel {
  padding: 20px 0;
}
.gallery-carousel-wrapper {
  padding:20px
}
.news-card, .gallery-carousel-item {
  max-width: 100%;
  width: 100vw;
}
.gallery-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  height: 60px;
  top: 50%;
  bottom: 50%;
}
.carousel-nav, .carousel-nav.next, .carousel-nav.prev{
  height: 60px;
  top: 50%;
  bottom: 50%;
}
.splashnews {
  flex-direction: column
}
.splashnews .col1-2 {
  width: 95%;
  padding: 20px;
  box-sizing: border-box;
}
.albumpage {
  padding: 0px 20px;
  margin: 20px auto;
  gap:20px
}
.album {
  gap: 20px
}
.gal-array {
padding:20px;
}
.gal-menu {
  padding: 12px
}
.gal-menu li {
margin-right: 20px;
}
.gal-link {
width: 100%;
flex: 0 0 calc((100% ) / 1 );
aspect-ratio: auto;
display: flex;
flex-direction: column-reverse;
}
.gal-meta {
  display: block;
  width: 100%;
  color: #000;
  line-height: 24px;
}
.gal-meta p {
  padding:8px 0;
  margin: 0
}
.contact-panel {
right: 0px;
}
.albumcontent {
padding: 0px 40px;
}
.artistinfo .col-2 {
  flex-direction: column !important;
  gap: 20px;
}
.artistinfo .col1-3, .artistinfo .col2-3, .contact .col1-3, .contact .col2-3 {
width: 100%;
min-height: 300px;
padding: 20px;
margin: auto;
box-sizing: border-box;
}
.artistpage .widebox {
  padding: 20px;
}
.contact .col1-3 {
  min-height: 80px;
  padding: 20px;

}
.imageinfo h3 {
font-size: 24px;
}
.content {
  margin: auto;
}
.tileimage {
  height: 300px;
}
.about .tileimage {
width: auto;
}
form .flex-row {
flex-direction: column;
}
input, textarea {
padding: 12px;
font-size: 20px;
}
.album-thumb {
flex: 1 1 100%;
}
.album-thumb h3 {
padding: 12px 0;
}
.artistinfo .col2-3 {
  padding: 20px;
}
.artistinfo img {
  width: 100%;
  max-width: 100%;
  height: auto
}
footer {
  padding: 20px 20px 40px;
  flex-direction: column;
  gap: 20px
}

.footmenu {
  display: none
} 
  
 

/****************************** 400px *****************************/

@media screen and (max-width: 400px) {
img.mobile-splash {
  display: block;
  width: auto;
  height: 100%;
}
}