/*
/*============
/*EXTRA CSS*/
/*///// MY LINK STYLING  ////*/

/*///// WEB FONTS ////*/
@import url('https://fonts.googleapis.com/css?family=Bangers');

@font-face {

    font-family: 'Badaboom';
    src: url('../fonts/badaboom/badabb__3-webfont.eot');
    src: url('../fonts/badaboom/badabb__3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/badaboom/badabb__3-webfont.woff') format('woff'),
         url('../fonts/badaboom/badabb__3-webfont.ttf') format('truetype'),
         url('../fonts/badaboom/badabb__3-webfont.svg#BadaBoomBBRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WebLettererBBRegular';
    src: url('../fonts/web_letter/weblbrg_0-webfont.eot');
    src: url('../fonts/web_letter/weblbrg_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/web_letter/weblbrg_0-webfont.woff') format('woff'),
         url('../fonts/web_letter/weblbrg_0-webfont.ttf') format('truetype'),
         url('../fonts/web_letter/weblbrg_0-webfont.svg#WebLettererBBRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WebLettererBBBold';
    src: url('../fonts/web_letter_bold/weblbb_-webfont.eot');
    src: url('../fonts/web_letter_bold/weblbb_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/web_letter_bold/weblbb_-webfont.woff') format('woff'),
         url('../fonts/web_letter_bold/weblbb_-webfont.ttf') format('truetype'),
         url('../fonts/web_letter_bold/weblbb_-webfont.svg#WebLettererBBBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'whoopassregular';
    src: url('../fonts/whoopass/whoopass_0-webfont.eot');
    src: url('../fonts/whoopass/whoopass_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/whoopass/whoopass_0-webfont.woff') format('woff'),
         url('../fonts/whoopass/whoopass_0-webfont.ttf') format('truetype'),
         url('../fonts/whoopass/whoopass_0-webfont.svg#whoopassregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'broken_15recife';
    src: url('../fonts/broken15/broken15_0-webfont.eot');
    src: url('../fonts/broken15/broken15_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/broken15/broken15_0-webfont.woff') format('woff'),
         url('../fonts/broken15/broken15_0-webfont.ttf') format('truetype'),
         url('../fonts/broken15/broken15_0-webfont.svg#broken_15recife') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'winter_in_gothamregular';
    src: url('../fonts/winteringotham/Winter in Gotham-webfont.eot');
    src: url('../fonts/winteringotham/Winter in Gotham-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/winteringotham/Winter in Gotham-webfont.woff2') format('woff2'),
         url('../fonts/winteringotham/Winter in Gotham-webfont.woff') format('woff'),
         url('../fonts/winteringotham/Winter in Gotham-webfont.ttf') format('truetype'),
         url('../fonts/winteringotham/Winter in Gotham-webfont.svg#winter_in_gothamregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*///// CONTENT STYLE ////*/


.table {
    width: 97%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.instewgram-pics{
  border:solid 2px #000;
  max-height: 330px;
  width: auto;
  align-content: center;
  align-self: center;
}


.SL-content-box{ 
  margin-top: 20px;
  background-color:#fff; 
  background: url('../images/halftone.png');
  background-repeat:none;
/* the follow is the code to have the image display as a full page */
  background-attachment: fixed;
  -webkit-background-size: cover; /* the next 3 lines are "browser prefixes", they are necessary to include for CSS3 techniques */
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 15px;
  border:solid 2px #000;
  box-shadow: #000 3px 5px;
  margin-bottom: 15px;

  }
.SL-content-box-white-back{ 
  background-image: url('../images/border-top-dotted.png');
background-repeat: repeat-x;
background-image: url('../images/halftone.png');
  background-repeat:repeat;
  background-size: cover;
  margin-top: 20px;
  background-color:#fff;
  color: #000; 
  padding: 15px;
  border:solid 2px #000;
  box-shadow: #000 3px 5px;
  margin-bottom: 15px;
  }

.SL-content-box-no-font-change{  
  background: url('../images/patterns-transparent-fade.png');
  background-size: contain; 
  background-attachment: fixed;
  padding: 15px;
  background-color: #f9f9f9;
  border:solid 1px #000;
  box-shadow: #000 3px 5px;
  
  }
.SL-what-is-SL-content-box-white-back{ 
  background-image: url('../images/halftone.png');
  background-repeat:repeat;
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color:#fff;
  color: #000; 
  padding: 10px 10px 10px 10px;
  border:solid 1px #000;
  box-shadow: #000 3px 5px;
  }
.SL-what-is-SL-content-box-white-back h2 {margin-top: 0px;}

.SL-content-box-no-links{  
  background: url('../images/patterns-transparent-fade.png');
  background-size: contain; background-repeat:repeat-x;
  background-attachment: fixed;
  padding: 15px;
  background-color: #f9f9f9;
  border:solid 1px #000;
  box-shadow: #000 3px 5px;
/*  font-family: 'WebLettererBBRegular';*/
  font-size: 14px;
  }

  .SL-video-box{  
    background: url('../images/patterns-transparent-fade.png');
    background-size: contain; background-repeat:repeat-x;
    background-attachment: fixed;
  padding: 15px;
  background-color: #f9f9f9;
  border:solid 1px #000;
  box-shadow: #000 3px 5px;
  font-family: 'WebLettererBBRegular';
  }

.SL-wavy-border-muted{
  border: solid #000 3px;
  background-color: #e2e2e2; /*rgba(172, 172, 173, 0.5);*/
/*  background: url('../images/bg04.png');
  background-repeat:repeat;
  background-attachment: fixed;*/
  color:#000;
  width:100%;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding:10px;
  line-height:1.5em;
  box-shadow: #000 3px 5px;
}

.SL-image{
  background-color: #fff;
  border:solid 1px #000;
  box-shadow: #000 3px 5px;
}

.plagiarists-corner h1, h2, h3, h4, h5, h6 {
  font-family: Bangers;
}

h5{font-size: 20px; font-weight: lighter;}

b, strong {
/*    font-weight: 100;*/

}

.vid {
  background-color: #0A090F;
    position: relative;
    padding-bottom: 58.25%;
padding-top: 30px;
height: 0; overflow: hidden;
/*box-shadow: 1px 2px 3px 4px;*/
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* IMAGE ALIGN CODE */
img.alignright {float:right; margin:40px; }
img.alignleft {float:left; margin:40px; }
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

/* Alignment */
.alignleft { display: inline; float: left; margin-right: 1.5em;}
.alignright { display: inline; float: right; margin-left: 1.5em;}
.aligncenter { clear: both; display: block; margin: 0 auto; }

.featured-image-caption {background-color: #fff; font-size: 12px; margin: 20px; /* border: 1px solid #0A090F;*/ padding: 5px; }

/* PAGINATION STYLES */
.pagination {
clear:both;
padding:0px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#000;
background: #fff;
border:solid #121212 1px;
}

.pagination a:hover{
color:#fff;
background: #F3B229;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #F3B229;
color:#000;
}

/* PLAGIARISTS CORNER */

.plagiarists-corner-image {
  object-fit: scale-down;
  object-position: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 300px;
  margin: 10px;
}

.ot-article-tags a {
    margin-right: 5px;
    padding: 5px 8px;
    background-color: #FFC200;
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
      border:solid 1px #000;
  box-shadow: #000 3px 5px;
}

.what-is-title {
 font-family: Bangers;
    background: url('../images/patterns-transparent-fade-dark.png');
    background-size: cover; background-repeat:repeat-x;
background-attachment: scroll;
  padding-left: 15px;
  background-color: #dc3545;
  border:solid 1px #000;
  box-shadow: #000 3px 5px;
  font-weight: lighter;
color:#fff;
text-shadow: 1px 1px #000;
font-size: 28px;
letter-spacing: 2px;
}

.button {
      background: url('../images/patterns-transparent-fade-dark.png');
    background-size: cover; background-repeat:no-repeat;
    background-attachment: fixed;
 font-family: Bangers;
  text-decoration: none;
  display: inline-block;
  font-size: 2.5em;
  padding: 0.15em 0.5em;
  margin: 0.5em 1em 0 0;
  color: #fff;
  background-color: #f16622;
  transform: skewX(-12deg) rotate(-3deg);
  -webkit-box-shadow: 8px 8px 0px -1px #454546;
  -moz-box-shadow: 8px 8px 0px -1px #454546;
  box-shadow: 8px 8px 0px -1px #454546;
}

.orange { background-color: #f16622; }
.orange:hover { background-color: #ff7224;}
.gold { background-color: #dc9931;}
.gold:hover { background-color: #f4a338;}

.btn-mail-list {
  font-family: Bangers;
  font-size:20px;
  border: solid #000 2px;
  color:#F3D403;
  width:100%;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  background: url('../images/patterns-transparent-fade-dark-smally.png');
  background-repeat:repeat-y;
  background-attachment: fixed;
  background-color: #CC4224;
  background-size: contain; 
  letter-spacing: 2px;
}



.btn-drawn {
  font-family: Bangers;
  font-size:30px;
  border: solid #000 2px;
  color:#D3AF37;
  width:100%;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  background: url('../images/halftone4.png');
  background-repeat:no-repeat;
/*  background-attachment: fixed;*/
  background-color: #760c10;
  background-size: cover; 
  letter-spacing: 2px;
}

.btn-drawn a:visited {color:#fff;  }  /* visited link */
.btn-drawn  a:hover {color:#fff;  }  /* mouse over link */
.btn-drawn a:active {color:#fff;  }  /* selected link */ 

.btn-drawn2 {
  margin-top: 5px;
  font-family: Bangers;
  font-size:30px;
  border: solid #000 2px;
  color:#000;
  width:100%;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  background: url('../images/bg04.png');
  background-repeat:repeat;
  background-attachment: fixed;
  background-color: #fff;
}


.btn-warning {
  background-color:#fbca03;
  background-image: url('../images/patterns-transparent-fade-dark2.png');
  background-size: cover; background-repeat:repeat-y;
  background-attachment: scroll;
 font-family: Bangers;
  text-shadow: 2px 2px 0 #121212, 2px 2px 0 #121212, 2px 2px 0 #121212, 2px 2px 0 #121212;
  letter-spacing: 2px;
 font-weight: lighter;
 font-size: 30px;
  color: #fff;

  border-color: #121212;
}
.btn-warning2 {
background: url('../images/patterns-transparent-fade-dark.png');
background-size: cover; background-repeat:no-repeat;
background-attachment: scroll;
font-family: Bangers;
text-shadow: 1px 2px 0 #121212, 2px 2px 0 #121212, 2px 2px 0 #121212, 2px 2px 0 #121212;
letter-spacing: 2px;
font-weight: lighter;
font-size: 28px;
color: #fff;
background-color: #d9534f;
border-color: #121212;
white-space: normal;
  background-color:#ffc107;
  border-color: #121212;
}
.btn-danger {

background: url('../images/patterns-transparent-fade-dark3.png');
background-size: cover; background-repeat:no-repeat;
background-attachment: scroll;
font-family: Bangers;
text-shadow: 1px 2px 0 #121212, 2px 2px 0 #121212, 2px 2px 0 #121212, 2px 2px 0 #121212;
letter-spacing: 2px;
font-weight: lighter;
font-size: 28px;
color: #fff;
background-color:#CC4224;
border-color: #000;
white-space: normal;
word-wrap: break-word;
}

.navbar-nav > li > a {
  font-family: 'WebLettererBBRegular';
    background-color: #fff;
  font-size: 12px;
  font-style: italic;
  align-content: center;
  color:#000;

  padding: 5px;
  margin: 3px;
  line-height: 10px;
  list-style: none;
  border:solid 1px #990000;
  box-shadow: 2px 2px 2px 1px #000;

}
.nav > li > a {
  position: relative;
  font-weight: normal;
  display: block;
}

.nav > li > a hover{
  position: relative;
  display: block;

}
.nav>li>a:focus, .nav>li>a:hover {
  color:#fff;
  text-decoration: none;  background-color: #D3AF37; 
}
.nav>li>a:active  {background-color: #D3AF37; }/* active link */

@media screen and (max-width: 40em) {
  .js #menu {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;
  }
}


.yellowbox-news{
  color:#fff;
  margin-bottom:10px;
}
.yellowbox-news a {
   margin: 25px;
    padding: 2px 4px 2px 4px;
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.4px;
    background-color: #FFC200;
    border: solid 1px #000;
    box-shadow: #000 2px 3px;
  }

.what-is-SL-title h1 {
   margin: 15px;
    padding: 2px 4px 2px 4px;
    background-color: #FFC200;
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    border: solid 1px #000;
    box-shadow: #000 2px 3px;
  }

ul{
   list-style: none; 
}
/* NAVIGATION STRIP - DISPLAYING ALL NAV BOXES ONE AFTER THE OTHER & IN CONTAINERS */

.menu-merchandise-container {font-family: 'Bangers'; text-align: right; display: inline; list-style: none; font-size: 32px; font-weight: lighter; text-transform: uppercase;}
.menu-merchandise-container li {display: inline ; text-align: right;}
.menu-merchandise-container { font-family: 'Bangers'; font-size:28px; }
.menu-merchandise-container a:link {color:#000; background-color:#fff; border:solid 1px #000; padding-left:8px; padding-right:8px; box-shadow: #000 1px 1.3px; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;} /* unvisited link */
.menu-merchandise-container a:visited {color:#000; text-decoration:none; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* visited link */
.menu-merchandise-container a:hover {color:#000; text-decoration:none; background-color:#FCC200; font-size:99%; border:solid 1px #000;  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* mouse over link */
.menu-merchandise-container a:active {color:#000; text-decoration:none; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* selected link */ 

.menu-what-is-stewart-lee {font-family: 'Bangers'; text-align: right; display: inline; list-style: none; font-weight: lighter; text-transform: uppercase;}
.menu-what-is-stewart-lee li {display: inline ; text-align: right; margin-bottom: 20px; align-items: right;}
.menu-what-is-stewart-lee { font-family: 'Bangers'; font-size:18px; }
.menu-what-is-stewart-lee a:link {color:#000; background-color:#fff; border:solid 1px #000; padding-left:8px; padding-right:8px; box-shadow: #000 1px 1.3px; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;} /* unvisited link */
.menu-what-is-stewart-lee a:visited {color:#000; text-decoration:none; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* visited link */
.menu-what-is-stewart-lee a:hover {color:#000; text-decoration:none; background-color:#FCC200;  border:solid 1px #000;  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* mouse over link */
.menu-what-is-stewart-lee a:active {color:#000; text-decoration:none; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* selected link */ 

/* LINKS */
.SL-merch-page a:link {color:#000;  } /* unvisited link */
.SL-merch-page a:visited {color:#000; text-decoration:none; }  /* visited link */
.SL-merch-page a:hover {color:#990000; text-decoration:none;   }  /* mouse over link */
.SL-merch-page a:active {color:#000; text-decoration:none; }  /* selected link */ 

.SL-wavy-border-muted a:link {color:#000;  } /* unvisited link */
.SL-wavy-border-muted a:visited {color:#000; text-decoration:none; }  /* visited link */
.SL-wavy-border-muted a:hover {color:#990000; text-decoration:none;   }  /* mouse over link */
.SL-wavy-border-muted a:active {color:#000; text-decoration:none; }  /* selected link */ 

.SL-press-page-links a:link {color:#000;  } /* unvisited link */
.SL-press-page-links a:visited {color:#000; text-decoration:none; }  /* visited link */
.SL-press-page-links a:hover {color:#990000; text-decoration:none;   }  /* mouse over link */
.SL-press-page-links a:active {color:#000; text-decoration:none; }  /* selected link */

.SL-ticket-link {line-height: 40px;}
.SL-ticket-link a:link {color:#000000; text-decoration:none; background-color:#ffffff; padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; border:2px solid black; } /* unvisited link */
.SL-ticket-link a:after  {content: " \f145"; font-family: FontAwesome; color:#000000; }/* unvisited link */
.SL-ticket-link a:visited {color:#000000; text-decoration:none; background-color:#ffffff; padding-left: 5px;padding-right: 5px; padding-top: 2px; padding-bottom: 2px; border:2px solid black; }  /* visited link */
.SL-ticket-link a:hover {color:#000000; text-decoration:none; background-color:#F3B229; padding-left: 5px;padding-right: 5px; padding-top: 2px; padding-bottom: 2px; border:2px solid black; }  /* mouse over link */
.SL-ticket-link a:active {color:#000000; text-decoration:none; background-color:#ffffff; padding-left: 5px;padding-right: 5px; padding-top: 2px; padding-bottom: 2px; border:2px solid black; }  /* selected link */ 

.SL-newsletter-link {line-height: 40px; font-weight: lighter;}
.SL-newsletter-link a:link {color:#990000;  } /* unvisited link */
.SL-newsletter-link a:after  {content: " \f08e"; font-family: FontAwesome; color:#990000; }/* unvisited link */
.SL-newsletter-link a:visited {color:#131313; text-decoration:none; }  /* visited link */
.SL-newsletter-link a:hover {color:#000; text-decoration:none; background-color:#F3B229; font-size:90%; border:solid 1px #000; padding:2px; }  /* mouse over link */
.SL-newsletter-link a:active {color:#990000; text-decoration:none; }  /* selected link */ 

.SL-gigs-ticket-link {font-weight: lighter; }
.SL-gigs-ticket-link a:link {color:#fff;  } /* unvisited link */
/*.SL-gigs-ticket-link a:after  {content: " \f08e"; font-family: FontAwesome; color:#990000; }*//* unvisited link */
.SL-gigs-ticket-link a:visited {color:#131313; text-decoration:none; }  /* visited link */
.SL-gigs-ticket-link a:hover {color:#D3AF37; text-decoration:none;  }  /* mouse over link */
.SL-gigs-ticket-link a:active {color:#990000; text-decoration:none; }  /* selected link */ 

.SL-clean-link {line-height: 40px;}
.SL-clean-link a:link {color:#990000;  } /* unvisited link */
.SL-clean-link a:visited {color:#131313; text-decoration:none; }  /* visited link */
.SL-clean-link a:hover {color:#000; text-decoration:none;   }  /* mouse over link */
.SL-clean-link a:active {color:#990000; text-decoration:none; }  /* selected link */ 

.what-is-sl-footer-link a:link {color:#fff; padding-left:15px; text-decoration:none;  } /* unvisited link */
.what-is-sl-footer-link a:visited {color:#fff; text-decoration:none;}  /* visited link */
.what-is-sl-footer-link a:hover {color:#fff;  text-decoration:none;}  /* mouse over link */
.what-is-sl-footer-link a:active {color:#fff; border:none; background-color: none;}  /* selected link */ 

.text-rows-link { font-family: 'WebLettererBBRegular'; font-size:11px; }
.text-rows-link a:link {color:#000; background-color:#f4f4f4; border:solid 1px #000; padding:2.5px; box-shadow: #000 1px 1.3px; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;} /* unvisited link */
.text-rows-link a:visited {color:#000; text-decoration:none; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* visited link */
.text-rows-link a:hover {color:#000; text-decoration:none; background-color:#FCC200; font-size:102%; border:solid 1px #000; padding:2px; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* mouse over link */
.text-rows-link a:active {color:#000; text-decoration:none; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* selected link */ 

.footer-rows-link { font-family: 'WebLettererBBRegular'; font-size:10px; /*font-style: italic;*/}
.footer-rows-link a:link {color:#000; background-color:#fff; border:solid 1px #000; padding:2.5px; box-shadow: #000 1px 1.3px;} /* unvisited link */
.footer-rows-link a:visited {color:#000; text-decoration:none; }  /* visited link */
.footer-rows-link a:hover {color:#000; text-decoration:none; background-color:#FCC200; font-size:99%; border:solid 1px #000; padding:2px; }  /* mouse over link */
.footer-rows-link a:active {color:#000; text-decoration:none; }  /* selected link */ 

.single-video-sub { font-family: 'WebLettererBBRegular'; font-size:10px; font-style: italic; font-weight: lighter;}
.single-video-sub a:link {color:#000; background-color:#f4f4f4; border:solid 1px #000; box-shadow: #000 1px 1.3px; padding:2px;} /* unvisited link */
.single-video-sub a:visited {color:#000; text-decoration:none; }  /* visited link */
.single-video-sub a:hover {color:#000; text-decoration:none; background-color:#FCC200; font-size:99%; border:solid 1px #000; padding:2px; }  /* mouse over link */
.single-video-sub a:active {color:#000; text-decoration:none; }  /* selected link */ 

.merch-repeater-link { font-family: 'WebLettererBBRegular'; font-size:11px; }
.merch-repeater-link a:link {color:#000; background-color:#FCC200; border:solid 1px #000; padding:2.5px; box-shadow: #000 1px 1.3px; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;} /* unvisited link */
.merch-repeater-link a:visited {color:#000; text-decoration:none; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* visited link */
.merch-repeater-link a:hover {color:#000; text-decoration:none; background-color:#fffccc;  border:solid 1px #000; padding:2px; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* mouse over link */
.merch-repeater-link a:active {color:#000; text-decoration:none; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;}  /* selected link */ 


/*.odd-index {
    background-color: #F2F2F2;   
}*/
.odd { 
background: url('../images/halftone.png');
background-size: contain; 
background-attachment: fixed;
background-color:#DAE0E3;  
border:solid 1px #000; 
padding:2.5px;
margin-bottom: 5px; 
box-shadow: #000 1px 1.3px; 
border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
.odd a:link {color:#000; font-size:90%; } /* unvisited link */
.odd a:visited {color:#000; text-decoration:none; }  /* visited link */
.odd a:hover {color:#D30026; text-decoration:none; }  /* mouse over link */
.odd a:active {color:#000; text-decoration:none; }  /* selected link */ 

.odd h2 {font-size: 20px;}
.odd span {  float:right; font-family: 'WebLettererBBRegular';  font-size: 10px; padding: 1.5px; color:#990000; border:solid 1px #000; background-color: #fff; box-shadow: #000 1px 1.3px; }
.odd span  a:link {color:#000;  }
.odd span  a:hover {color:#000;}


.even { 
background: url('../images/bg04.png');
background-repeat: repeat;
background-attachment: fixed;
background-color:#DAE0E3;  
border:solid 1px #000; padding:2.5px;
margin-bottom: 5px; 
box-shadow: #000 1px 1.3px; 
/*border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;*/
}
.even a:link {color:#9D152C; font-size:90%; } /* unvisited link */
.even a:visited {color:#9D152C; text-decoration:none; }  /* visited link */
.even a:hover {color:#D30026; text-decoration:none; }  /* mouse over link */
.even a:active {color:#9D152C; text-decoration:none; }  /* selected link */ 

.even h2 {font-size: 20px  }
.even span {  float:right; font-family: 'WebLettererBBRegular';  font-size: 10px; padding: 1.5px; color:#990000; border:solid 1px #000; background-color: #fff; box-shadow: #000 1px 1.3px; }


/*--------------------
What Is Stewart Lee Grid Post Standart
--------------------*/
.what-is-SL-grid-post {
/*  border-bottom: 1px dotted #dfdfdf;*/
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.ot-wide .what-is-SL-grid-post {
  margin-bottom: 10px;
}

.grid-gutter {
/*  margin-bottom: 50px; */
}

.grid-gutter p {
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.what-is-SL-grid-post img {
  background: #000;
}

.what-is-SL-grid-post .post-title {
  position: absolute;
  bottom: -30px;
  margin: 0px 30px 10px 0px;
  /* padding: 10px; */
  z-index: 1000;
}

.what-is-SL-grid-post .post-body {
  padding: 5px;
}

.what-is-SL-grid-post .post-title h2 {

  padding: 10px 10px 5px 5px;
  margin-bottom: 10px;
  background-color: #fff;
  font-size: 22px;
  font-weight: lighter;
  color: #000;
  line-height: 26px;
  /* letter-spacing: 0.2px; */
  text-transform: uppercase;
box-shadow: #000 1px 1.3px;
  border: solid #000 2px;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.ot-dark .what-is-SL-grid-post .post-title h2 {
  background-color: #1D1D1D;
}

.ot-dark .what-is-SL-grid-post .post-title h2 {
  background-color: #1D1D1D;
}

.what-is-SL-grid-post .post-title a {
/*  color: #4A4A4A; */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.ot-dark .what-is-SL-grid-post .post-title a {
  color: #E0E0E0;
}

.what-is-SL-grid-post .post-title a:hover {
  color: #990000;

}

.what-is-SL-grid-post .post-body p {
  color: #000;
  margin: 0;
}

.ot-dark .what-is-SL-grid-post .post-body p {
  color: #9D9D9D;
}

.what-is-SL-grid-post .post-image {
justify-content: center;
  background-color: #000;
/*    background-image: url('../images/halftone3.png');
  background-repeat:repeat;*/
/*background-size: cover;*/
  position: relative;
  border:solid 1px #000;
  box-shadow: 1px 2px 2px;
}

.what-is-SL-grid-post .post-image img {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.what-is-SL-grid-post .post-image:hover img {
  opacity: 0.50;
}

.what-is-SL-grid-post .post-image .post-cat2 {
  /* position: absolute; */
  /* bottom: 7px; */
  margin-left: 10px;
  z-index: 1000;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.what-is-SL-grid-post .post-image .post-cat2 span {
  background-color: #F0CE49;
  padding: 7px 10px;
}

.what-is-SL-grid-post .post-meta {
  font-size: 9px;
  font-weight: 700;
}

.what-is-SL-grid-post .post-meta span {
  background-color: #ECECEC;
  color: #868686;
  padding: 5px 12px;
  margin: 0px 2px 10px 0px;
  display: inline-block;
  text-transform: uppercase;
}

.ot-dark .what-is-SL-grid-post .post-meta span {
  background-color: #494949
}

.what-is-SL-grid-post .post-meta span a {
  color: #868686;
}

.what-is-SL-grid-post .post-meta span a:hover {
  color: #760c10;
}

.what-is-SL-grid-post .read-more {
  display: flex;
}

.what-is-SL-grid-post .read-more a {
  padding: 10px 28px;
  background-color: #ECECEC;
  font-size: 11px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: #525252;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
    border:solid 1px #000;
  box-shadow: 1px 2px 2px;
}

.ot-dark .what-is-SL-grid-post .read-more a {
color: #D8D8D8;
  background-color: #616161;
}

.what-is-SL-grid-post .read-more a:hover {
  color: #fff;
  background: #760c10;
}

.what-is-SL-grid-post .review {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  padding: 11px;
  width: 75px;
  height: 60px;
  text-align: center;
 font-family: Bangers;
  color: #000;
  z-index: 1001;
border: solid #000 2px;
  color:#990000;
 
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.what-is-SL-grid-post .review .score {
  font-size: 27px;
  font-weight: 900;
}

.what-is-SL-grid-post .review .percent {
  font-size: 13px;
  font-weight: 900;
}

.what-is-SL-grid-post .review i {
  font-size: 35px;
  color: #FFE411;
}

.ot-wide .what-is-SL-grid-post h2 {
  padding: 10px 20px;
}

.alphabetical {
   font-family: Bangers;
   clear:both;
padding:5px 5px;
position:relative;
font-size:24px;
line-height:13px;
}
.alphabetical span, .alphabetical a {
display:block;
float:left;
margin: 3px 2px 3px 0px;
padding:6px 7px 6px 7px;
text-decoration:none;
width:auto;
color:#000;
background-color: #fff;
    border:solid 1px #000;
  box-shadow: #000 1px 2px 2px;
}

.alphabetical a:hover{
color:#000;
background: #F3B229;
}

.alphabetical .current{
padding:6px 9px 5px 9px;
background: #F3B229;
color:#000;
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
/*    margin-bottom: 0px;*/
}


.SL-item-square {
  align-content: center;
  height:250px;
  width:100%;
  border:1px solid #fff;
}
.press-featured-image {
  align-content: center;
/*  height:350px;*/
  width:auto;

}

.gigs-month {    font-family: Bangers;
  background: url('../images/patterns-transparent-fade-dark2.png');
      background-size: cover; 
      background-attachment: fixed;
    background-color: #e23636;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    color: #fff;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 46px;
    margin-bottom: 10px;
    width: 100%;
    border: solid 1px #000;
    box-shadow: #000 2px 3px;
    text-shadow: -2px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
}

.audio-player {
  background: url('../images/41stbest.png');
      background-size: contain; 
  background-color: #D3AF37;
  border:solid 2px #760c10;
  margin-bottom: 20px;
  overflow:auto;

  background-attachment: fixed;
}


.merchandise-cds{
  height:250px;
  width: 100%;
}

.merchandise-dvds-books {
  width:100%; 
  height:370px;
}

.nav404 {
  font-family: 'WebLettererBBBold';
width: 50%;

}

.widget {
  font-family: 'WebLettererBBBold';
  font-size: 60%;
}

.widget a:link {color:#000; } /* unvisited link */
.widget a:visited {color:#000; text-decoration:none; }  /* visited link */
.widget a:hover {color:#000; text-decoration:none; background-color:#FCC200;  }  /* mouse over link */
.widget a:active {color:#000; text-decoration:none; }  /* selected link */

/* MOBILE NAV BAR 2*/
 /* The side navigation menu */
.sidenav {
    font-family: 'WebLettererBBBold';
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 






/* MOBILE NAV BAR*/

/* start nagivation */
.site-title-padding {
    font-family: 'Bangers';

    font-size: 18px;
    color:#CC0000;
/*    font-weight: bold;*/

}
.site-title-padding a:link {color:#fff; text-decoration:none;}
.site-title-padding h2 {color:#FCC200; text-align: center; margin-top: 20px; margin-bottom: 0px;}
.navbar-default
    {
        background: #000;
/*        border: none;*/
        margin: 0 !important;
        padding: 0;
        color:#FCC200;
    }
.navbar-default .navbar-brand
    {
/*        padding-top: 4px;
        padding-bottom: 60px;*/
    }
.navbar-default .navbar-nav li a
    {
        color:#000;
        text-decoration: none;
        font-size: 12px;
        font-weight: lighter;
        line-height: 15px;
        border-bottom:solid 0.5px #000;
        width: 100%;

    }
.navbar-default .navbar-nav li a:hover
    {
        color: #000;
        background-color: #D3AF37;
        width: 100%;
      /*  border:solid 1px #000;*/
    }




.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #a2cd48;
  background-color: #875094;
}

.navbar-default .navbar-nav > .active > a:after  {content: " \f177"; font-family: FontAwesome;  }/* active link */


.navbar-collapse {
    margin-right: 0px;
    margin-left: -15px;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #E30022;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-bottom: 20px;
}


/* end navigation */


/* BACK END STUFF */
.acf-table > tbody > tr > th, .acf-table > tbody > tr > td, .acf-table > thead > tr > th, .acf-table > thead > tr > td {
    padding: 8px;
    vertical-align: top;
    background: #fff !important;
    text-align: left;
    border-style: solid;
    font-weight: normal;
}

.acf-field-date-picker {
  background-color: #ecedeb;
}

.acf-field-time-picker {
  background-color: #ecedeb;
}

.acf-field-text {
  background-color: #ecedeb;
}

.acf-field-textarea {
  background-color: #fcda7c !important;
}

.acf-field-true-false {

  background-color: #fcda7c;
}


.acf-field-5caa4db575f34 /*SHOW INFO*/
{
  background-color: #fcda7c;
}
.acf-field-5cb77d7d8815d /*TICKET LINK*/
{
  background-color: #accc93;
}
.acf-field-604abdbc27f1a /*INFO BUTTON */
{

background-color: #d6333e;
 }

 p:empty::before {
    content: none !important;
}
