<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 

body.artist-landing { font-size:16px; font-weight: 400; font-family: source sans pro, Arial, Helvetica, Sans-Serif; }
.body-container { padding: 0; }

.artist-landing div.widget-type-logo { padding: 35px; }

.lp-artist-header {
    border-bottom: 1px solid #CCCCCC;
}

.lp-artist-title { 
    font-size: 18px;
    color: #444444;
    text-align: right;
    padding: 20px 35px;
    text-transform: uppercase;
}

.lp-artist-title strong {
    font-size: 34px;
    font-weight: 400;
}

.lp-artist-meet img {
    border-radius: 100%;
}

.lp-free-guide h2:before {
    background: none;
}

.lp-artist-meet h2:before, .lp-artist-meet h3:before { 
    background: none; 
    border-top: 1px solid #CCCCCC; 
}

.form-wrap {
    text-align: center;
    padding: 20px 4%;
}

.lp-artist-form input[type="text"], .lp-artist-form input[type="email"], .lp-artist-form input[type="tel"], .lp-artist-form input[type="submit"] {
    width: 100%;
    text-align: center;
    font-size: 1em;
}

.hs-form-required {
    display: none;
}

.lp-guide-parallax {
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url('//cdn2.hubspot.net/hubfs/1970802/Artist%20Landing%20Pages/Bradley%20Theodore/1cf900cc-maddox-gallery-blossom.jpg');
    margin: 100px 0;
}

.lp-guide-text-wrap { 
    height: 400px; 
    padding: 65px 20%;
}

.lp-guide-text { 
    text-align: center; 
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    padding: 30px;
    border-radius: 1px;
}

.lp-guide-text h3, .lp-guide-text h4 {
    margin: 0;
    font-size: 250%;
    font-weight: 400;
}

.lp-guide-text ul li { 
    list-style-type: none;
}

#masonrywrap {
    margin-top: 20px;
    margin-left: 20px;
}

/* clearfix */
#masonrywrap:after {
  content: '';
  display: block;
  clear: both;
}

.masonry-sizer, .masonryitem {
    width: 24%;
}

.masonryitem {
    float: left;
    margin: 1% 0 0 1%;
    max-height: 285px;
    overflow: hidden;
}

.masonryitem img {
    display: block;
    max-width: 100%;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect div.hovertitle {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10% 10px;
  background: rgba(0, 0, 0, 0.6);

}


.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover div.hovertitle {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.double{
    width: 49%;
}

@supports (-ms-ime-align: auto) {
  .videoEdge {
    margin-top: 20px;    
  }
}



@media (max-width: 1400px) {
    .masonryitem {max-height: 250px; }  
}

@media (min-width: 750px &amp;&amp; max-width: 800px) {
    .masonryitem {max-height: 150px; }  
}

@media (max-width: 750px) {
    #masonrywrap { margin-left: 0px; }
    .masonryitem { max-height: 220px; }
    .artist-landing div.widget-type-logo, .lp-artist-title { text-align: center; }
    .lp-artist-form input[type="text"], .lp-artist-form input[type="email"], .lp-artist-form input[type="tel"], .lp-artist-form input[type="submit"] { width: 85%; float: none; }
    .lp-guide-text-wrap { padding: 35px 15%; }
}

@media (max-width: 468px) {
    .lp-guide-text-wrap { height: 500px; padding: 35px 2%; }
    .masonryitem {max-height: 120px; }
}





</pre></body></html>