/*
  Psychostick: The Busted CSS
  Look, if you know what's good for you, I wouldn't reference this 
  code too closely. I'm hacking up Bootstrap 5 something, but I PREFER
  Tailwind. Next version of Psychostick will likely use Tailwind.
  For now though, this'll do.
*/

/* Colors! */
:root {
  --darkest-blue: #080f24;
  --darker-blue: #09122c;
  --dark-blue: #0e1b41;
  --black-main: #000000;
  --teal-main: #75fbfd;
  --teal-main-dark: #377677;
  --purple-main: #e532ad;
  --purple-main-dark: #7C144A;
  --purple-main-bg: #220619;
  --green-main: #75fb4c;
  --green-main-dark: #13761F;
  --green-main-bg: #0B1A06;
  --blue-main: #0310f5;
  --blue-main-dark: #020aaa;
  --orange-main: #ff6600;
  --orange-main-dark: #9D3A0B;
  --orange-main-bg: #341500;
  --white-main: #fff;
  --soft-dark-blue: #353a66;
  --twitch-purple: #8658da;
  --youtube-red: #e04b3f;
  --youtube-red-dark: #8f2e28;
  --spotify-green: #1bd97a;
  --rss-orange: #ff9900;
  --facebook-blue: #4d6299;
  --tiktok-red: #e82649;
  --twitter-blue: #1DA1F2;
  --dark-grey: #0d0d0d;
  --new-yellow: #ffff00;
  --last-chance-red: #ff0000;
  --back-in-stock-green: #00ff00;
  --parent-grey-bg: #1b1b1b;
  --sans-serif: "Poppins", Helvetica, Arial, sans-serif;
  /* --serif: "Vollkorn", Georgia, serif; */
  --serif: 'Special Elite', Georgia, serif;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background: var(--parent-grey-bg);
  color: #fff;
  font-family: var(--sans-serif);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif);
}

a {
	color: var(--orange-main);
	transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
  text-decoration: none;
}

a:hover {
	color: var(--white-main);
	text-decoration: none;
}

img {
	transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
}

.serif {
	font-family: var(--serif);
}

.sans-serif {
	font-family: var(--sans-serif);
}

.orange, .news-h1-1:hover {
	color: var(--orange-main);
}

.blue, .news-h1-2:hover {
	color: var(--blue-main) !important;
}

.green, .news-h1-3:hover {
	color: var(--green-main) !important;
}

.purple {
	color: var(--purple-main) !important;
}

.cyan {
	color: var(--teal-main) !important;
}

.color-1 {
	color: var(--white-main) !important;
  background-color: var(--orange-main-dark) !important;
  border-color: var(--orange-main-bg);
}

.color-1:hover {
	color: var(--white-main) !important;
  background-color: var(--orange-main) !important;
  border-color: var(--orange-main);
}

.color-2 {
	color: var(--white-main) !important;
  background-color: var(--blue-main-dark) !important;
  border-color: var(--dark-blue);
}

.color-2:hover {
	color: var(--white-main) !important;
  background-color: var(--blue-main) !important;
  border-color: var(--blue-main);
}

.color-3 {
	color: var(--white-main) !important;
  background-color: var(--green-main-dark) !important;
  border-color: var(--green-main-bg);
}

.color-3:hover {
	color: var(--green-main-dark) !important;
  background-color: var(--green-main) !important;
  border-color: var(--green-main);
}

.color-4 {
	color: var(--white-main) !important;
  background-color: var(--purple-main-dark) !important;
  border-color: var(--purple-main-bg);
}

.color-4:hover {
	color: var(--white-main) !important;
  background-color: var(--purple-main) !important;
  border-color: var(--purple-main);
}

.color-5 {
	color: var(--white-main) !important;
  background-color: var(--teal-main-dark) !important;
  border-color: var(--teal-main-bg);
}

.color-5:hover {
	color: var(--white-main) !important;
  background-color: var(--teal-main) !important;
  border-color: var(--teal-main);
}



a.color-2:hover, a.color-3:hover, a.color-4:hover, a.color-5:hover {
	color: var(--white-main) !important;
}

/* darker versions for reasons */

.dark-orange, .dark-color-1 {
	color: var(--orange-main-dark);
}
.dark-blue, .dark-color-2 {
	color: var(--blue-main-dark);
}
.dark-green, .dark-color-3 {
	color: var(--green-main-dark)
}
.dark-purple, .dark-color-4 {
	color: var(--purple-main-dark);
}
.dark-cyan, .dark-color-5 {
	color: var(--teal-main-dark)
}

.hr-blue {
	border-color: #00376C;
}

/* end colors! */
.top_stic {
	position: fixed;
	top: 130px;
	left: 0px;
	width: 8%;
	max-width: 266px;
	height: auto;
	z-index: 9998;
}

.mid_stic {
	position: fixed;
	top: 230px;
	right: -218px;
	width: 8%;
	max-width: 218px;
	height: auto;
	z-index: 9998;
}

.bot_stic {
	position: fixed;
	top: 430px;
	left: -266px;
	width: 8%;
	max-width: 266px;
	height: auto;
	z-index: 9998;
}

.psychostick-nav {
  padding: 0;
  /* background-image:url('../2014/logo_bg.png');
	background-repeat: no-repeat;
	background-position: left top; */
}

.psychostick-logo {
  width: 200px;
  height: auto;
  margin: 10px 0px -10px 0px;
}

.navbar-collapse {
  margin: 0 -14px 0 -14px;
}

.navbar-nav {
  margin-bottom: 0px !important;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item span {
  height: 100%;
  padding: 1em;
}

.nav-link {
  padding: 0;
  height: 100%;
}

.cheeburger {
  background-color: var(--orange-main-dark);
  padding: 12px;
  margin: 10px;
}

.menu-videos, .menu-tour, .menu-music, .menu-store, .menu-comics {
	font-size: 1.7em;
	background-color: #303030;
	color: var(--white-main) !important;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
  display: flex;
  justify-content: flex-end;
}

.menu-videos span, .menu-tour span, .menu-music span, .menu-store span, .menu-comics span {
  display: inline-block;
  align-self: flex-end;
  margin: 0 5px;
}

.menu-videos {
	border-bottom: 5px solid var(--orange-main);
}
.menu-tour {
	border-bottom: 5px solid var(--blue-main);
}
.menu-music {
	border-bottom: 5px solid var(--green-main);
}
.menu-store {
	border-bottom: 5px solid var(--purple-main);
}
.menu-comics {
	border-bottom: 5px solid var(--teal-main);
}

.menu-videos:hover {
	background-color: var(--orange-main) !important;
	border-bottom: 5px solid var(--orange-main-dark);
}
.menu-tour:hover {
	background-color: var(--blue-main) !important;
	border-bottom: 5px solid var(--blue-main-dark);
}
.menu-music:hover {
	background-color: var(--green-main) !important;
	border-bottom: 5px solid var(--green-main-dark);
  
}
a.menu-music:hover span {
  color: var(--green-main-dark);
}
.menu-store:hover {
	background-color: var(--purple-main) !important;
	border-bottom: 5px solid var(--purple-main-dark);
}

.menu-comics:hover {
	background-color: var(--teal-main) !important;
	border-bottom: 5px solid var(--teal-main-dark);
}
a.menu-comics:hover span {
  color: var(--teal-main-dark);
}

.nav-bottom-hr {
  /* background-image: -webkit-linear-gradient( 0deg, transparent, var(--orange-main), var(--blue-main), var(--green-main), var(--purple-main), transparent ); */
  height: 5px;
  margin-top: -5px;
  /* content: "";
  display: block;
  border: 0;
  width: 100%;
  opacity: 1; */
  background-color: var(--orange-main);
  /* animation: nav-bottom-animation linear 5s infinite;
  animation-direction: normal; */
  animation-name: nav-bottom-animation;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear; 
}

@keyframes nav-bottom-animation {
  0% {
    background-color: var(--blue-main);
  }
  25% {
    background-color: var(--green-main);
  }
  50% {
    background-color: var(--purple-main);
  }
  75% {
    background-color: var(--cyan-main);
  }
  100% {
    background-color: var(--orange-main);
  }
}

.psy-home-page-header {
	background-color: #000;
	padding-bottom: 100px;
}

/* #psychostick-carousel {
	margin-top: 20px;
} */

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.7);
}

.psy-carousel-indicators {
	bottom: -100px;
}

.psy-carousel-indicators button {
	width: 63px !important;
	height: 63px !important;
	border-radius: 63px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	border: 3px solid var(--blue-main) !important;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	margin: 0px !important;
}

.psy-carousel-indicators .active {
	width: 63px;
	height: 63px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	border: 3px solid var(--orange-main) !important;
	border-radius: 63px;
	margin-top: -1px;
}

/* home page */

.band-status {
	margin-bottom: 0px;
	text-align: center;
	background-color: #252525;
	padding: 12px 10px 8px 10px;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	border-bottom: 5px solid #333;
}

.shameless-merch {
	text-align: center;
	background-color: #000;
}

.shameless-merch img {
	display: inline-block;
}

#shopify-feed {
	padding: 15px;
}

.rotateClockwise {
	transform: rotate(3deg);
}

.rotateCounterClockwise {
	transform: rotate(-3deg);
}

.shameless-merch-h2 {
	background-color: #333;
	border-radius: 0px 0px 5px 5px;
	display: inline-block;
	padding: 4px 15px;
	margin: 0px 0px 5px 0px;
}

.shameless-merch-tour-h2 {
	background-color: #333;
	border-radius: 0px 0px 5px 5px;
	display: inline-block;
	padding: 4px 15px;
	margin: 0px 0px 5px 0px;
}


.shameless-merch-svg {
	display: inline-flex;
	height: 1.5em;
	position: relative;
	top: -0.1em;
}

.shameless-merch-tour div {
	margin-bottom: 30px;
	padding: 0px 2em;
}

.shameless-merch-tour-h2 {
	background-color: #7C144A;
	border-radius: 5px;
	padding: 14px 11px;
	text-align: center;
	display: block;
}

.contact-page a {
  color: var(--green-main);
}

.contact-page a:hover {
  color: var(--white-main);
}

.contact-page h1 {
  margin-top: 2em;
}

.news h1, .album-thingy h1 {
	font-size: 3.5em;
	margin: 0px 0px 18px 0px;
}

.news h3 a {
	color: #fff;
}

.news span, .allcaps {
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 2px;
	font-weight: 400;
}

.news-circle {
	width: 75px;
	height: 75px;
	background-color: var(--orange-main);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	margin: 0 auto;
}

.news-preview {
	margin: 20px 0px 40px 0px;
	line-height: 1.8em;
	font-size: 1em;
	color: #ddd;
}

.circle-1 {
	/* Orange */
	background-color: var(--orange-main);
	border: 2px solid var(--orange-main);
}

.circle-2 {
	/* Blue */
	background-color: var(--blue-main);
	border: 2px solid var(--blue-main);
}

.circle-3 {
	/* Green */
	background-color: var(--green-main);
	border: 2px solid var(--green-main);
}

.circle-4 {
	/* Purple */
	background-color: var(--purple-main);
	border: 2px solid var(--purple-main);
}

.upcoming-events {
	width: 202px;
    height: 280px;
    background-image: url('../2014/events_arrow.png');
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    margin: 5px auto 0px auto;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    padding-top: 100px;
    line-height: 1em;
    text-shadow:0px 0px 10px #000;
}

.upcoming-events:hover {
	text-shadow:0px 0px 10px #fff;
}

.upcoming-events span {
	font-size: 11em;
}

.upcoming-events div {
	margin-top: 33px;
}

.featured-videos {
  border-top: 5px solid var(--orange-main);
  margin-top: 6em;
  background-color: var(--orange-main-bg);
  text-align: center;
}

.featured-videos h1 {
  text-shadow: var(--orange-main-dark) -24px 24px 13px, var(--orange-main) 24px -24px 13px, var(--black-main) 6px 6px 17px;
  font-size: 4em;
}

.promoters-button, .downloads-button {
	width: 209px;
  display: block;
  padding: 5px 0px 10px 0px;
  margin: 30px auto 60px auto;
  text-align: center;
  color: #FFF;
  font-size: 0.9em;
  background-color: #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.promoters-button h2, .downloads-button h2 {
	font-size: 2.8em;
	font-weight: 400;
	margin: 0px 0px 5px 0px;
	text-shadow:0px 0px 10px #000;
}

.promoters-button button, .downloads-button button {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	color: #000;
}

.downloads-button {
	margin: -30px auto 60px auto;
	background-color: #00376C;
}

.video-list {
	background-color: #505050;
	text-align: center;
	border-top: 3px solid #f26522;
}

.video-list h1, .socially-awkward h1 {
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 22px 0px 20px 0px;
	border-bottom: 3px solid #303030;
	text-transform: uppercase;
	margin: 0px 0px 20px;
}

.video-list img {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 100px;
	height: auto;
	margin: 5px;
}

.socially-awkward {
	background-color: #505050;
	text-align: center;
	border-top: 3px solid #39b54a;
	margin: 50px 0px 0px 0px;
}

.pluhquest {
	margin: 50px 0px 0px 0px;
}

.socially-awkward a, .footer-social-buttons a {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 5px 0px 10px 10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

.sa-facebook {
	background-image:url('../2014/facebook_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: #333d58;
}

.sa-facebook:hover {
	background-image:url('../2014/facebook_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-color: #4d6299;
}

.sa-twitter {
	background-image:url('../2014/twitter_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: #3a6e80;
}

.sa-twitter:hover {
	background-image:url('../2014/twitter_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-color: #5bc8ec;
}

.sa-youtube {
	background-image:url('../2014/youtube_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: #7a322d;
}

.sa-youtube:hover {
	background-image:url('../2014/youtube_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-color: #e04b3f;
}

.sa-google-plus {
	background-image:url('../2018/twitch.svg');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-color: #362550;
}

.sa-google-plus:hover {
	background-image:url('../2018/twitch.svg');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-color: #5a3e85;
}

.sa-instagram {
	background-image:url('../2014/instagram_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: #412c25;
}

.sa-instagram:hover {
	background-image:url('../2014/instagram_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-color: #693e2e;
}

.sa-flickr {
	background-image:url('../2014/flickr_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: #890f4e;
}

.sa-flickr:hover {
	background-image:url('../2014/flickr_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-color: #ff0084;
}

.sa-vine {
	background-image:url('../2017/spotify-icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-size: 70%;
	background-color: #14a15b;
}

.sa-vine:hover {
	background-image:url('../2017/spotify-icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-color: #1bd97a;
}

.sa-rss {
	background-image:url('../2014/rss_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: #89580f;
}

.sa-rss:hover {
	background-image:url('../2014/rss_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-color: #ff9900;
}

.sa-patreon {
	background-image:url('../2016/patreon_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: #c2521c;
}

.sa-patreon:hover {
	background-image:url('../2016/patreon_icon.png');
	background-position: 50% 50%; 
	background-repeat: no-repeat;
	background-color: #f26522;
}


.home-email-list {
	border-top: 5px solid #0054a6;
	background-color: #262626;
	background-image:url('../2014/home_email_list_bg.jpg');
	background-position: top center; 
	background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6em;
}

.home-email-list h1 {
	display: inline-block;
	font-weight: 600;
	font-size: 4em;
	letter-spacing: 1px;
	text-shadow: #03529f -4px 4px 0;
	margin: 40px 0px 0px 0px;
}

.close {
	color: white;
	text-shadow: 0 1px 0 #f00;
}

.modal-header {
	border-bottom: 3px solid #0054a6;
}

.modal-body hr {
	border-top: 1px solid #771167;
}

.modal-footer {
	border-top: 3px solid #0054a6;
}

.small-home-input {
	margin: 10px 0px 10px 0px;
}

#homeEmailListForm input, #unsubscribeForm input {
  background-color: var(--darker-blue);
  color: var(--white-main);
  border: 1px solid var(--blue-main-dark);
}

.form-text {
  color: var(--white-main);
}

/**** Comics home ***/

.home-comics {
	border-top: 5px solid #336666;
	background-color: #2b2b2b;
	margin-top: 165px;
	text-align: center;
}

.home-comics h1 {
	display: inline-block;
	font-weight: 400;
	font-size: 5em;
	margin: 40px 0px 0px 60px;
	background-color: #363636;
	padding: 30px 55px 40px 55px;
	margin: -70px 0px 30px 0px;
}

.home-comics h2 {
	font-weight: 300;
	font-size: 1.4em;
	margin: -77px 45px 50px 8px;
}

.home-comics h1 a, .home-comics h2 a {
	color: #33cccc;
}

.home-comics-container {
	padding-bottom: 60px;
}

.home-comics-container a {
	display: inline-block;
	background-color: #000;
	padding: 17px;
	margin: 1px;
	color: #FFF;
	border: 1px solid #000;
}

.home-comics-container a:hover {
	border: 1px solid #3CC;
}

.new-comic {
    box-shadow: 0px 0px 10px #3CC;
    background-image: url("../2014/new_comic_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

a.home-events-more, a.home-comics-more {
	text-transform: uppercase;
	padding: 20px;
	background-color: #000000;
	margin: 5px auto 10px auto;
	letter-spacing: 2px;
	color: #ffffff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: 1.3em;
}

a.home-events-more:hover {
	background-color: #f26522;
}

a.home-comics-more:hover {
	background-color: #33cccc;
}


/**** Albums Home ***/


.home-albums {
	margin-top: 6em;
	letter-spacing: 2px;
	text-align: center;
  border-top: 5px solid var(--green-main);
  background-color: var(--green-main-bg);
  padding: 4em 0;
}

.home-albums h1 {
	font-size: 4em;
	color: var(--green-main-dark);
}

.home-albums a {
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 0px 0px 10px 0px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #202020;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-albums a:hover {
	box-shadow: 0px 0px 20px #fff;
	text-shadow:0px 0px 20px #000;
}

.home-albums a span {
	text-align: center;
	color: var(--green-main-dark);
	font-weight: 400;
	font-size: 3em;
	letter-spacing: 3px;
	margin: 150px 0px 0px 0px; 
	display: block;
	line-height: 1.3em;
}

.home-albums a:hover span {
	color: var(--green-main);
  margin: 140px 0px 0px 0px; 
}

.albums-coming-soon {
	background-image:url('../images/albums/RAWRB_1631545182_questions-questions.jpg');
}

.albums-and-stuff {
	background-image:url('../2022/And-Stuff-Front-1000x1000.jpg');
}

.albums-do {
	background-image:url('../2018/do_cover_smaller.jpg');
}

.albums-rotv {
	background-image:url('../2014/2014-revenge-of-the-vengeance.jpg');
}
.albums-svvszd3d {
	background-image:url('../2014/2011-space-vampires-vs-zombie-dinosaurs-in-3d.jpg');
}
 
.albums-sandwich {
	background-image:url('../2014/2009-sandwich.jpg');
}

.albums-ferhj {
	background-image:url('../2014/2007-the-flesh-eating-rollerskate-holiday-joyride.jpg');
}

.albums-wctoat {
	background-image:url('../2014/2006-we-couldnt-think-of-a-title.jpg');
}



/* **** home events **** */

.home-events {
	border-top: 5px solid #f26522;
	background-color: #262626;
	min-height: 270px;
	text-align: center;
}

.home-events a {
	color: #f26522;
}

.home-events a:hover {
	color: #fff;
}

a.home-twitch-events {
	color: #9164e4;
}

a.home-events:hover {
	color: #fff;
}

.events-arrow {
	background-image:url('../2014/grey_arrow.png');
	background-position: -0px -30px; 
	background-repeat: no-repeat;
	border: 1px solid #262626;
}

.home-events h1 {
	font-size: 6em;
	color: #fff;
	font-weight: 400;
	width: 250px;
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); /* IE 9 */
	-webkit-transform:rotate(-90deg); /* Opera, Chrome, and Safari */
	margin: 150px 0px 0px -90px;
}

.home-events-1, .home-events-2 {
	font-size: 1.1em;
	text-align: left;
	/* margin-bottom: 30px;
	padding-top: 9px; */
}

.home-events-1 ul, .home-events-2 ul {
	list-style: none;
	line-height: 1.6em;
  margin-bottom: 0;
}

.home-events-1 ul li img, .home-events-2 ul li img {
	vertical-align: middle;
	opacity:0.4;
	filter:alpha(opacity=40);
	height: 15px;
	width: auto;
	transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
}

.home-events-1 ul li img:hover, .home-events-2 ul li img:hover {
	vertical-align: middle;
	opacity:1;
	filter:alpha(opacity=100);
	height: 15px;
	width: auto;
}

/* instagram block */

#instagram-home {
	background-color: #222;
	padding-bottom: 130px;
	padding-top: 130px;
	margin: 100px 0px 100px 0px;
}

#instagram-home h1 {
	text-align: center;
}

.insta-deets {
	background-color: rgba(0, 0, 0, 0.8);
	position: relative;
	padding: 10px 0px;
	margin: -40px 0px 30px 0px;
}

.insta-text {
	text-align: center;
}

.cancelled {
	color: #ff0000;
	text-transform: uppercase;
}

/* ***** random quote stic ***** */

.random-quote {
	margin: 95px 0px 20px 0px;
}

.random-quote h2 {
	color: #000;
	background-color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 3.0em;
	font-style: italic;
	padding: 17px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.random-quote img {
	margin-right: -30px;
	z-index: 1;
	position: relative;
}

.lyric-facts {
  background-color: var(--green-main-bg);
  border: 1px solid var(--green-main);
  padding: 1em;
  border-radius: 5px;
}



/* footer */

.footer {
	position: absolute;
	/* bottom: -521px; */
	width: 100%;
	/* Set the fixed height of the footer here */
	/* height: 630px; */
	background-color: var(--black-main);
	padding-top: 45px;
}

.footer h3 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 0.8em;
	color: #333;
	margin: 5px 15px 15px 0px;
	text-align: right;
}

.footer-top {
	border-bottom: 1px solid #343434;
}

.footer-bio {
	font-size: 2em;
	text-align: left;
}
	
.footer-bio a {
	background-color: #39b54a;
	font-size: 0.7em;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 35px 30px 0px 0px;
	padding: 5px 12px;
	display: inline-block;
	border-radius: 3px;
}

.big-quote {
	font-size: 5em;
	display: block;
	float: left;
	margin: -64px 8px 0px 0px;
}
.bio-snip {
	font-size: 1.3em;
	line-height: 0.9em;
  overflow: hidden;
}
.footer-photos {
	font-size: 2em;	
	border-right: 1px solid #343434;
	border-left: 1px solid #343434;
	text-align: center;
}
	
.footer-photos h3 {
	text-align: center;
	margin-right: 0px;
}

.flickr_badge_image {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin: 5px;
}

.flickr_badge_image img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

.f-flicker {
	background-color: #BE3C81;
	font-size: 0.5em;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 3px;
	margin: 30px 0px 10px 0px;
}
	
.footer-menu h3 {
  font-size: 2em;
}

.footer-menu a {
	display: inline-block;
	width: 80px;
	padding: 7px 0px;
	margin: 5px;
	border-radius: 100%;
	background-color: var(--blue-main-dark);
	font-size: 45px;
	color: #FFF;
	height: 80px;
	text-align: center;
}

.footer-menu a:hover {
	background-color: var(--blue-main)
}

.footer-bottom {
	margin-bottom: 20px;
}
	.footer-contact {
		font-size: 2em;
	}
	
	.footer-contact svg {
		margin: -0.5em 1em 1em 1em;
	}

  .footer-contact a {
    color: var(--white-main);
  }
  .footer-contact a:hover {
    color: var(--purple-main);
  }

	.footer-social {
		font-size: 2em;
		border-left: 1px solid #343434;
		border-right: 1px solid #343434;
	}
	
		
	
		.footer-staff {
			font-size: 2em;
		}
		
		.staff-border {
			border-top: 1px solid #343434;
			margin: 0px -10px 10px -10px !important;
			padding: 5px 31px 10px 0px;
		}
		
		.footer-staff a {
			display: inline-block;
			width: 60px;
			height: 60px;
			margin: 0px 10px 10px 10px;
			border-radius: 30%;
			-webkit-border-radius: 30%;
			-moz-border-radius: 30%;
			border: 2px solid #0054a6;
		}
		
		.footer-staff a:hover {
			border: 2px solid #f26522;
		}
		
		.footer-rawrb {
			background-image:url('../2014/footer_rawrb.jpg');
			background-position: 50% 50%; 
			background-repeat: no-repeat;
			background-size: 60px 60px;
		}
		
		.footer-rawrb:hover {
			background-image:url('../2014/footer_rawrb.jpg');
			background-position: 50% 80%; 
			background-repeat: no-repeat;
			background-size: 200px 200px;
		}
		
		.footer-josh {
			background-image:url('../2014/footer_josh.jpg');
			background-position: 50% 50%; 
			background-repeat: no-repeat;
			background-size: 60px 60px;
		}
		
		.footer-josh:hover {
			background-image:url('../2014/footer_josh.jpg');
			background-position: 60% 40%; 
			background-repeat: no-repeat;
			background-size: 200px 200px;
		}
		
		.footer-alex {
			background-image:url('../2014/footer_alex.jpg');
			background-position: 50% 50%; 
			background-repeat: no-repeat;
			background-size: 60px 60px;
		}
		
		.footer-alex:hover {
			background-image:url('../2014/footer_alex.jpg');
			background-position: 40% 70%; 
			background-repeat: no-repeat;
			background-size: 200px 200px;
		}
		
		.footer-matty {
			background-image:url('../2014/footer_matty.jpg');
			background-position: 50% 50%; 
			background-repeat: no-repeat;
			background-size: 60px 60px;
		}
		
		.footer-matty:hover {
			background-image:url('../2014/footer_matty.jpg');
			background-position: 30% 75%; 
			background-repeat: no-repeat;
			background-size: 200px 200px;
		}
		
		.footer-murph {
			background-image:url('../2014/footer_murph.jpg');
			background-position: 50% 50%; 
			background-repeat: no-repeat;
			background-size: 60px 60px;
		}
		
		.footer-murph:hover {
			background-image:url('../2014/footer_murph.jpg');
			background-position: 45% 60%; 
			background-repeat: no-repeat;
			background-size: 200px 200px;
		}
		
		.footer-kooks {
			background-image:url('../2014/footer_kooks.jpg');
			background-position: 50% 50%; 
			background-repeat: no-repeat;
			background-size: 60px 60px;
		}
		
		.footer-kooks:hover {
			background-image:url('../2014/footer_kooks.jpg');
			background-position: 35% 15%; 
			background-repeat: no-repeat;
			background-size: 200px 200px;
		}
		
		.footer-magdar {
			background-image:url('../2014/footer_magdar.jpg');
			background-position: 50% 50%; 
			background-repeat: no-repeat;
			background-size: 60px 60px;
		}
		
		.footer-magdar:hover {
			background-image:url('../2014/footer_magdar.jpg');
			background-position: 45% 60%; 
			background-repeat: no-repeat;
			background-size: 200px 200px;
		}
		
		.footer-stic {
			background-image:url('../2014/footer_stic.jpg');
			background-position: 50% 50%; 
			background-repeat: no-repeat;
			background-size: 60px 60px;
		}
		
		.footer-stic:hover {
			background-image:url('../2014/footer_stic.jpg');
			background-position: 80% 80%; 
			background-repeat: no-repeat;
			background-size: 200px 200px;
		}
	
	.footer-tips {
		font-size: 2em;	
	}
	
	.footer-tips h3 {
		text-align: center;
		margin-right: 0px; 
	}
	
	.tip-field {
		margin-top: -60px;
		font-size: 0.8em;
		background-color: #333;
		padding: 10px 5px 10px 5px;
		margin-left: 3px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.tip-margin-less {
		padding: 2px 2px 2px 2px;
	}
	
	.tip-field-btn {
		margin-top: -4px;
	}
	
	
/* Secondary pages. Maaaan, why can't it all just work? */

.news-header {
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	background-color: #000;
	padding: 30px 0px;
}

.news-header h1 a {
	color: #fff;
	font-weight: 400;
	font-size: 1.5em;
}

.news-content, .blog-content {
	color: #DDD;
	font-size: 1.2em;
	/* line-height: 1.7em; */
}

.news-content p, .blog-content p {
	padding: 5px 0px;
}

.news-content ul, .news-content ol, .blog-content ul, .blog-content ol {
	padding: 10px 0px 10px 60px;
}

.blog-content h2, .blog-content h1 {
	font-weight: 400;
	font-size: 1.9em;
	color: var(--white-main);
	margin: 30px 0px;
	border-left: 3px solid #ccc;
	padding: 10px 20px;
	background-color: #222;
	line-height: 1.3em;
}

.blog-content h1 a {
	color: var(--white-main);
}

.news-author, .blog-author {
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 2px;
	font-weight: 400;
	padding-top: 15px;
	color: #555;
}

.news-author a, .news-content a {
	color: #f26522;
}

.blog-author a, .blog-content a {
	color: #33cccc;
}

.pointytime {
	font-size: 3.5em;
	margin: -15px 0px 0px -90px;
	float: left;
	color: #444;
}

.white {
	color: var(--white-main) !important;
}

.mister-circle {
	width: 200px;
	height: 200px;
	background-color: var(--darker-blue);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	/* margin: -80px auto -30px auto; */
	display: block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 3px solid var(--orange-main);
}

.blog-circle {
	width: 200px;
	height: 200px;
	background-color: #000033;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: -90px auto -30px auto;
	display: block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 3px solid #f26522;
}

.mister-circle span, .blog-circle span {
	font-size: 2em;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-top: 240px;
	padding: 10px 0px 6px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.news-author-linkage {
	color: #fff;
	padding: 10px 7px 2px 7px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 5px;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
}

.news-author-linkage i {
	font-size: 45px;
}

.news-author-twitter {
	background-color: #5bc8ec; 
}

.news-author-twitter:hover {
	box-shadow: 0px 0px 20px #5bc8ec;
}

.news-author-facebook {
	background-color: #4d6299;
}

.news-author-facebook:hover {
	box-shadow: 0px 0px 20px #4d6299;
}

.news-author-tumblr {
	background-color: #2c4762;
}

.news-author-tumblr:hover {
	box-shadow: 0px 0px 20px #2c4762;
}

.right {
	float: right;
}


.secondary-header, .third-header, .tour-header, .music-header, .email-header, .blog-header, .comic-header {
	background-color: #000;	
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.secondary-header i {
	color: #f26522;
}

.music-header i, .music-header a {
	color: #38b549;
}

.email-header i {
	color: #0054a6;
}

.blog-header i, .blog-header a {
	color: #33cccc;
}

.secondary-header i, .music-header i, .email-header i, .blog-header i {
	font-size: 7em;
	margin: 15px 70px 15px 70px;
}

.secondary-header h1, .tour-header h1, .music-header h1, .email-header h1, .blog-header h1 {
	font-weight: 400;
	font-size: 3em;
	padding-top: 15px;
  text-align: center;
}

.blog-header h1 {
	font-size: 3.7em;
	padding-top: 55px;
}

.secondary-header h2, .tour-header h2, .music-header h2, .email-header h2, .blog-header h2 {
	font-weight: 300;
	letter-spacing: 0.05em;
	padding-top: 0px;
}

.third-header {
	text-align: center;
}

.third-header h1 {
	font-weight: 400;
	font-size: 3em;
	padding-top: 50px;
}

.third-header h2 {
	font-weight: 200;
	letter-spacing: 1px;
	font-size: 1.3em;
	padding-top: 15px;
	padding-bottom: 50px;
}


.video-controls a {
	display: inline-block;
	/*padding: 10px 17px 6px 17px;*/
	width: 55px;
	height: 55px;
	padding-top: 12px;
	margin: 5px;
	border-radius: 55px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	background-color: #00376C;
	font-size: 33px;
	text-align: center;
	line-height: 1.42857;
}

.navnav a {
	display: inline-block;
	/*padding: 10px 17px 6px 17px;*/
	width: 55px;
	height: 55px;
	padding-top: 12px;
	margin: 5px;
	border-radius: 55px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	background-color: #00376C;
	font-size: 24px;
	text-align: center;
	line-height: 1.42857;
}

.video-controls a {
	padding-top: 5px;
}

.video-controls a:hover, .navnav a:hover {
	background-color: #0054a6;
}

.comic_tips img {
	width: 40px;
	height: auto;
	margin-top: -10px;
}

.bottomright {
	width: 70px;
	height: auto;
	position: absolute; 
	bottom: 0;  
	margin-bottom: 7px; 
	margin: 7px; 
	right: 0;
}

.beforetip:before {
  content: '' ;
  display:block;
  float: right;
  height: 70px;
  
}

.comic-header {
	text-align: left;
}

.comic-header h1 {
	font-weight: 400;
	font-size: 3.5em;
	padding: 50px 0px 50px 30px;
	display: inline-block;
}

.comic-header h2 {
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 1.1em;
	padding: 78px 30px 0px 0px;
	text-transform: uppercase;
	display: inline-block;
	float: right;
	color: #333;
}

.comic-date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	color: #ccc;
	text-align: right;
	padding-right: 30px;
}

.comic-bubble {
	margin: 0px;
}

.comic-bubble {
	color: #000;
	background-color: #fff;
	text-align: justify;
	font-weight: 400;
	font-size: 1em;
	padding: 10px 20px 10px 20px;
	margin: 26px 0px 0px 0px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}


.video-container, .blog-container {
	text-align: center;
}

.blog-container-home { 
	text-align: center;
}

.video-container a {
	display: inline-block;
	width: 300px;
	height: 220px;
	background-color: #444;
	margin: 15px 5px 15px 5px;
	vertical-align: top;
	color: #fff;
}

.video-container a:hover {
	box-shadow: 0px 0px 20px #fff;
}

.blog-container a, .blog-container-home a {
	display: inline-block;
	background-color: #000;
	padding: 14px 12px 11px 12px;
	margin: 1px;
	vertical-align: top;
	color: #fff;
	border: 1px solid #000;
}

.blog-container a:hover, .blog-container-home a:hover {
	/*box-shadow: 0px 0px 20px #fff;*/
	border: 1px solid #33cccc;
}

.blog_thumb {
	background-color: #224949 !important;
}

.new_comic {
	box-shadow: 0px 0px 10px #33cccc;
	background-image:url('new_comic_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.sticky {
	box-shadow: 0px 0px 10px #f26522;
	
}


.video-container a h3 {
	margin-top: 83px;
	padding: 13px 5px 13px;
	font-weight: 300;
	text-transform: uppercase;
	background-color:rgba(0, 0, 0, 0.8);
	font-size: 1.3em;
}

div.video_pages {
	text-align: center;
	background-color: #000;
	font-size: 2em;
	padding: 13px 0px 15px 0px;
	margin-top: 50px;
}

div.video_pages a {
	text-decoration: none; /* no underline */
	padding: 18px 10px 20px;
}

div.video_pages a:hover, div.video_pages a:active {
	color: #fff;
	background-color: #9D3A0B;
	padding: 18px 10px 20px;
}
div.video_pages span.current {
	font-weight: bold;
	background-color: #f26522;
	color: #FFF;
	padding: 20px 10px 21px;
}
div.video_pages span.disabled {
	padding: 20px 10px 15px 10px;
	color: #333;
}

.youtube-subscribe, .past-present-shows, .faq-options {
	text-align: center;
	background-color: #333;
	padding: 30px 0px;
	margin-top: 50px;
	font-size: 1.4em;
}

.youtube-subscribe a {
	background-color: #e04b3f;
	color: #fff;
	padding: 7px 10px 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  ;
}
.past-present-shows a {
	background-color: #0054a6;
	color: #fff;
	padding: 7px 10px 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.youtube-subscribe a:hover {
	box-shadow: 0px 0px 20px #e04b3f;
}

.past-present-shows a:hover {
	box-shadow: 0px 0px 20px #006fdb;
}

.vip_tickets {
	color: #D4AF37;
}

.video-player {
	background-color: #222;
	text-align: center;
	margin: 20px 0px 0px 0px;
	border-top: 3px solid #f26522;
	border-bottom: 3px solid #9D3A0B;
}

#comic_display {
	background-color: #222;
	text-align: center;
	margin: 20px auto 0px auto;
	border-top: 3px solid #33cccc;
	border-bottom: 3px solid #336666;
	width: 900px;
}

.video-deets-social {
	text-align: right;
	float: right;
}



.video-controls {
	padding: 10px;
	text-align: left;
	margin: 0px;
	background-color: #3C3C3C;
}

.blog-controls {
	margin-top: -50px !important;
	background-color: transparent;
}

.blog-controls-bottom {
	border-top: 3px solid #33cccc;
	background-color: #222;
}


.actual-video, .actual-comic {
	background-color: #393939;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

/* .actual-video iframe, .actual-video object, .actual-video embed {
	width: 100%;
	height: auto;
} */

.disable {
	color: #002953 !important;
	pointer-events: none;
	cursor: default;
}

.disqus-thread {
	text-align: left;
	margin-top: 30px;
}

.tour-header h1 {
	padding-top: 30px;
}

.tour-header img {
	margin: 15px auto 0px auto;
}

.tour-content {
	padding-top: 0px;
}

a.promoter_button {
	background-color: #0054a6;
	color: #fff;
	padding: 7px 10px 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	margin: 15px auto 20px auto;
}

a.promoter_button:hover {
	box-shadow: 0px 0px 20px #006fdb;
}

.show_bit h3, .show_bit_webcast h3, .show_bit_twitch h3 {
	font-size: 1.1em;
	padding: 15px 15px 5px 15px;
}

.twitch_date {
	background-color: #6441a5 !important;
}

.show_deets {
	display: inline-block;
	/* float: left; */
	vertical-align: middle;
	padding: 31px 25px 25px 10px;
	font-size: 0.8em;
}

.show_venue {
	display: inline-block;
	/* float: left; */
	vertical-align: middle;
	padding: 27px 25px 25px 10px;
	/* width: 55%; */
}

.show_clickables a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color: #0054a6;
  font-size: 20px;
  color: var(--white-main);
  text-align: center;
}

.show_info {
	background-color: #222;
	padding: 7px 14px 5px 14px;
	line-height: 1.4em;
	margin: -3px 5% 0px;
	border: 3px solid #00376C;
	font-size: 1em;
}

.twitch_info {
	background-color: #222;
	padding: 7px 14px 5px 14px;
	line-height: 1.4em;
	margin: -3px 5% 0px;
	border: 3px solid #150d24;
	font-size: 1em;
}

.big_date {
	width: 40px;
	height: 40px;
	background-color: #000033;
	display: inline-block;
	text-align: center;
	font-size: 1.8em;
	margin: 10px 10px 12px -10px;
	padding: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	vertical-align: middle;
	/* line-height: 0.5em; */
}

.big_date span {
	margin-top: -14px;
	font-size: 0.25em;
	display: block;
}

.twitch-info {
  font-size: 0.9em;
}

.twitch-info h3 {
  letter-spacing: 0px; 
  padding: 0px; 
  margin: 0px 0px -2px 0px;
}

.show-close {
	margin-top: -25px;
	color: rgb(255, 255, 255);
	text-shadow: 0px 1px 0px rgb(0, 55, 108);
}

.show_clickables {
	display: block;
  padding: 10px;
}

.show_bit, .show_bit_webcast, .show_bit_twitch {
	background-color: #00376C;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-bottom: 0px;
}

.show_clickables a:hover {
  background-color: #000033;
}



.show_bit_webcast {
	background-color: #004f6c;
}

.show_bit a, .show_bit_webcast a, .show_bit_twitch a {
	color: #fff !important;
}

.show_bit_twitch {
	background-color: #150d24;
}

.show-card {
  background-color: var(--dark-blue);
}


/* music page */

.album_thingy {
	margin-top: 80px;
}

.album_thingy h1 {
	background-color: #000;
	text-align: center;
	padding: 30px 10px 30px 10px;
	line-height: 1.1em;
	text-shadow: 0px 0px 8px #000;
}

.album_thingy {
	margin: 20px 0px 40px 0px;
	line-height: 1.8em;
	color: #ddd;
}

.album_thingy p {
	padding: 10px 0px;
}

.album_thingy a {
	color: #38b549;
}

.album_thingy ul, .album_thingy ol {
	padding: 10px 0px 10px 60px;
}

.album_links {
	text-align: center;
	margin: -25px 0px 30px 0px;
	line-height: 2.5em;
}

.promo_links {
	text-align: center;
	margin: -58px 0px 80px 0px;
	line-height: 2.5em;
}

.comic_links {
	text-align: center;
	margin: 0px;
	margin: -52px 0px 100px 0px;
	line-height: 2.5em;
}

.album_links a, .promo_links a, .comic_links a {
	background-color: #222;
	padding: 0px 10px 0px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #38b549;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
}

.comic_links a {
	color: #33cccc;
	}

.album_links a:hover, .promo_links a:hover, .comic_links a:hover {
	box-shadow: 0px 0px 10px #fff;
}

.album_picture {
	text-align: center;
}

.album_picture span {
	text-align: center;
	color: #505050;
	font-weight: 400;
	font-size: 2.8em;
	letter-spacing: 3px;
	margin: 20px 0px 0px 0px;
	display: block;
}

.album_preview {
	background-color: #000;
	margin: 20px 20px 5px 20px;
	padding: 5px;
}

.and-stuff_bg, .do_bg, .rotv_bg, .svvszd3d_bg, .tda_bg, .sandwich_bg, .ferhj_bg, .wctoat_bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.and-stuff_bg {
	background-image:url('../2022/and-stuff-bg.jpg');
}

.do_bg {
	background-image:url('../2018/do-bg.jpg');
}

.rotv_bg {
	background-image:url('../2014/albums_rotv_bg.jpg');
}

.svvszd3d_bg {
	background-image:url('../2014/albums_svvszd3d_bg.jpg');
}

.tda_bg {
	background-image:url('../2014/albums_tda_bg.jpg');
}

.sandwich_bg {
	background-image:url('../2014/albums_sandwich_bg.jpg');
}

.ferhj_bg {
	background-image:url('../2014/albums_flesh_bg.jpg');
}

.wctoat_bg {
	background-image:url('../2014/albums_wctoat_bg.jpg');
}

/* FAQ Page */

.faq-page h1 {
	padding-top: 50px;
	text-shadow: 0px 0px 8px #000;
}

.faq-page {
	color: #ddd;
}

.faq-page p {
	padding: 10px 0px;
}

.faq-page a {
	color: #38b549;
}

.faq-page ul, .faq-page ol {
	padding: 10px 0px 10px 60px;
}

.faq-answer {
	background-color: var(--green-main-bg);
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 5px solid var(--green-main-dark);
  padding: 10px;
  margin: 5px;
}

/* bio page */

.bio_bg {
	background-image:url('../2014/bio_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.bio-page h2 {
	background-color: 111;
	font-weight: normal;
	border-left: 3px solid #ccc;
	padding: 20px 50px 20px 50px;
	background-color: #222;
	line-height: 1.3em;
	margin: 5px 50px 5px 50px;
}

.sponsors {
  margin-bottom: 6em;
}

.sponsors img, .fun_curves {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 5px;
}

/* show alert page */

.show-alert-form {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #00376C;
	padding: 20px 40px;
}

#email_description {
	background-color: #222;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin: 40px 0px 0px 0px;
	padding: 5px 30px 5px 30px;
	float: left;
	width: 365px;
}

/* promo page */

.promo_image {
	display: inline-block;
	width: 200px;
	text-align: right;
	vertical-align: top;
	padding-bottom: 15px;
  margin: 1em;
}

.promo_image a {
	color: #fff;
}

.promo_image a:hover {
	color: #39b54a;
}

.promo_image img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: -50px;
}

.promo_image p {
	text-align: center;
	font-weight: 300;
	font-size: 0.8em;
}

.promo_image span {
	font-size: 1.1em;
	display: inline-block;
	background-color: #111;
	padding: 4px 7px 2px 7px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: 5px;
}

/* contact page */

.faq_options {
	text-align: center;
	background-color: #000;
	padding: 30px 10px;
	margin-top: 40px;
	font-size: 1.6em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.faq_red a, .red {
	color: #ff0000;
}

.security_image {
	margin: 0px 0px -13px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contact_form {
	width: 700px;
	margin: 20px auto 20px auto;
	padding: 10px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #00376C;
}

.contact_button {
	text-align: center;
	margin: 0px !important;
}

.contact_form legend {
	font-weight: 400;
	font-size: 2em;
	letter-spacing: 1px;
	color: #fff !important;
}

.tip-form, .wob-form {
	padding: 18px 20px 15px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #00376C;
}

/* wall of badass */

.wob_bit {
	display: inline-block;
	width: 225px;
	background-color: #111;
	text-align: center;
	padding: 5px 10px;
	margin: 5px;
	vertical-align: top;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 1.2em;
}

.wob_bit strong {
	display: block;
	background-color: #444;
	margin: 5px -10px 7px -10px;
	padding: 5px 5px 3px 5px;
}

.cpt_curvy {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px;
	float: right;
}

.strikeit {
	text-decoration: line-through !important;
}

.psyPaginate {
  text-align: center;
  font-size: 1.8em;
  margin: 50px 0px;
}


.psyPaginate .pagination > li > a {
  background-color: #f26522;
  color: #fff;
  border: 0px;
}

.psyPaginate .pagination > li.disabled > a {
  background-color: #3C3C3C;
  color: #fff;
  border: 0px;
}

.psyPaginate .pagination > li.disabled > a:hover {
  border: 0px;
}

.psyPaginate .pagination > li.active > a {
  background-color: #b34918;
  color: #fff;
  border: 0px;
}

.psyGearCard {
  background-color: var(--dark-blue);
}

.psyGearCard .card-header {
  background-color: var(--blue-main-dark);
}

.psyGearCard .card-header a {
  color: var(--white-main);
}

.psyGearCard .card-header a:hover {
  text-decoration: underline;
}

.psyRedMsg {
  background-color: #2c0b0e;
  border-color: #842029;
  color: #ea868f;
  border-radius: 15px;
  margin: -42px 0 50px 0;
}

/* ***************************************** */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /* .news-circle {
		width: 60px;
		height: 60px;
	}
	.news h1 {
		font-size: 2em;
	} */
	
	.news-creator {
		width: 150px;
	}
	
	.video-container a {
		width: 270px;
		height: 203px;
	}
	div.video_pages {
		font-size: 0.7em;
	}
	.youtube-subscribe, .past-present-shows, .faq-options {
		font-size: 1.1em;
	}
	
	.bio-page h2 {
		padding: 20px;
		margin: 5px 0px;
		font-size: 1.8em;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.right-column {
    text-align: center;
		margin: 50px 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.upcoming-events, .promoters-button, .downloads-button {
		display: inline-block;
		margin: 0px 5px 20px 5px;
	}
	.upcoming-events {
		background-size: 60% auto;
		padding-top: 40px;
		vertical-align: middle;
		height: 200px;
	}


	.home-events-1, .home-events-2 {
		/* margin: 0px 0px -18px 50px; */
	}
	a.home-events-more {
		margin: 60px 0px -15px 0px;
		display: inline-block;
	}
  
  .show_bit h3, .show_bit_webcast h3, .show_bit_twitch h3 {
    font-size: 1.8em;
    padding: 15px 15px 5px 15px;
  }
  
  .big_date {
    width: 50px;
    height: 50px;
    background-color: #000033;
    display: inline-block;
    text-align: center;
    font-size: 2.3em;
    margin: 10px 10px 12px 0px;
    padding: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    vertical-align: middle;
    /* line-height: 0.5em; */
  }
  
  .big_date span {
    margin-top: -18px;
    font-size: 0.25em;
    display: block;
  }
	
	/* .footer-menu a {
		width: 60px;
		padding: 4px 0px;
		font-size: 35px;
		height: 60px;
	}
	.footer-social-buttons a {
    margin: 5px 3px 10px;
	}
	.footer-staff a {
		margin: 0px 3px 10px;
	}
	.footer-contact {
		border-bottom: 1px solid rgb(52, 52, 52);
		padding-bottom: 30px;
	}
	.footer-social {
		text-align: center;
		border-left: none;
	}
	.footer {
		height: 970px;
		bottom: -861px;
	} */
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .psychostick-logo {
    width: 300px;
    height: auto;
    margin: 10px 0px -10px 0px;
  }

  .navbar-collapse {
    margin: 0;
  }
  
  .navbar-nav {
    margin-bottom: 0px !important;
  }
  
  .nav-item {
    height: 100%;
    width: auto;
  }
  
  .nav-item span {
    height: auto;
    padding: 0;
  }
  
  .nav-link {
    padding: 0;
    height: 100%;
  }

  .home-albums h1 {
    font-size: 6em;
  }

	.flickr_badge_image {
		width: 60px;
		height: 60px;
		display: inline-block;
		margin: 2px;
	}

  .big_date {
    width: 60px;
    height: 60px;
    background-color: #000033;
    display: inline-block;
    text-align: center;
    font-size: 2.8em;
    margin: 10px 10px 12px 0px;
    padding: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    vertical-align: middle;
    /* line-height: 0.5em; */
  }
  
  .big_date span {
    margin-top: -24px;
    font-size: 0.25em;
    display: block;
  }
  
  

	/* .footer-menu a {
		width: 60px;
		padding: 4px 0px;
		font-size: 35px;
		height: 60px;
	}
	.footer-social-buttons a {
    margin: 5px 3px 10px;
	}
	.footer-staff a {
		margin: 0px 3px 10px;
	} */
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .psychostick-logo {
    width: 400px;
    height: auto;
    margin: 10px 0px -10px 0px;
  }

  .big_date {
    width: 75px;
    height: 75px;
    background-color: #000033;
    display: inline-block;
    text-align: center;
    font-size: 3.3em;
    margin: 10px 10px 12px 0px;
    padding: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    vertical-align: middle;
    /* line-height: 0.5em; */
  }
  
  .big_date span {
    margin-top: -27px;
    font-size: 0.25em;
    display: block;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}