/* DreamThemeSpace */

body {
	background-image: url('../images/violet-cosmos.jpg'); background-color: #151e3d;
}
body,.wallpaper-1,.wallpaper-2,.wallpaper-3,.wallpaper-4,.wallpaper-5,
.wallpaper-6,.wallpaper-7,body.nightmare{
	background-attachment: fixed; background-position: center center;
	background-size: cover; background-repeat: no-repeat;
}
body.wallpaper-1 {background-image: url('../images/violet-cosmos.jpg');}
body.wallpaper-2 {background-image: url('../images/vivid-stream-dream-space.jpg');}
body.wallpaper-3 {background-image: url('../images/vivid-stream-dream-vortex.jpg');}
body.wallpaper-4 {background-image: url('../images/cosmic-streamkat.jpg');}
body.wallpaper-5 {background-image: url('../images/vivid-stream-dream-galaxy.jpg');}
body.wallpaper-6 {background-image: url('../images/birdstream-cosmicearth.jpg');}
body.wallpaper-7 {background-image: url('../images/cosmicbirdstream.jpg');}

body.nightmare {background-image: url('../bos/app/images/nightmares/succubus-home.jpg');}

footer p {border: 1px solid #95c8d8; padding: 0.33em 0.66em;}
footer a:link, footer a:visited {color: #ffff00; border-bottom: 2px dotted #ffff00; font-weight: 600;}
footer a:hover{background: #000; color: #ff0000;}
/* NEW DREAM block */
.carouselTicker__item.newdream {
	position: fixed; z-index: 8595; left: 0; margin: 0 0 0 0; padding: 2em 0 2em 0;
	-webkit-border-radius: 0 50% 50% 0; border-radius: 0 50% 50% 0; 
	border-top: 3px solid #95c8d8; border-bottom: 3px solid #95c8d8; border-right: 3px solid #95c8d8;
}
.carouselTicker__item.newdream a:hover {background: #ffff00;}
.carouselTicker__item.newdream a {display: inline-block; height: 30vh; background: transparent;
	border: none; width: 110px; padding: 7vh 0 0 0; transition: 0.3s;
	-webkit-border-radius: 0 50% 50% 0; border-radius: 0 50% 50% 0;
}
.carouselTicker__item.newdream a img{width: 86px; height: 86px; margin-bottom: -0.5em;} 
.carouselTicker__item.newdream a p.newchip {display: inline-block; margin: -4em auto 0 auto;
	background: #ffff00; color: #000; padding: 8px 8px 4px 8px; text-align: center;
	font-size: 18px; line-height: 18px; height: 28px; 
}
@media only screen and (max-width: 690px) {
	.carouselTicker__item.newdream a{width: 90px;}
	.carouselTicker__item.newdream a img{width: 66px; height: 66px;}
	.carouselTicker__item.newdream a p.newchip{font-size: 14px; line-height: 14px; height: 24px; padding: 6px 6px 2px 6px;}
}
.carouselTicker {position: relative; width: 100vw;}
.carouselTicker__list {
  margin: 10px 0; padding: 0;
  list-style-type: none; overflow: hidden;
}
.carouselTicker__item {
  margin: 0 0 0 2rem; float: left; padding: 2em; 
  border-radius: 1.5em; -webkit-border-radius: 1.5em; text-align: center; transition: 0.3s;
}
.carouselTicker__item.nf {order: -1;}
.carouselTicker__item:hover {background: rgba(255,255,255,0.5);}
.carouselTicker__item a{display: block; position: relative;
	width: 30vh !important; height: 30vh !important; background: rgba(0,0,0,0.5); 
	-webkit-border-radius: 50% 50% 0 0; border-radius: 50% 50% 0 0; 
	border: 1px solid #ffff00;
}
.carouselTicker__item a img {
	width:110px; height:110px; margin: 14px 0 14px 0; border: 1px solid #ffff00;
	border-radius: 50%; -webkit-border-radius: 50%; object-fit: cover;
}
.carouselTicker__item a .title {
	display: block; line-height: 150%;
	color: #fff; margin: 0; padding: 1rem; font-weight: 600;
}
.carouselTicker__item a .type{
	position: absolute; bottom: 8px; left: 8px; font-size: 1rem;
	display: inline-block; margin: 0; font-weight: normal; color: #fff;
}
.carouselTicker__item a .type i {font-size: 1.75rem;}
.carouselTicker__loader {
  position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  background: #fff url("../images/loader.gif") center center no-repeat;
}

/**
 * CSS style for vertical direction
 **/
.carouselTicker_vertical .carouselTicker__list {margin: 0;}
.carouselTicker_vertical .carouselTicker__item {
  margin: 0 0 5px 0; border: 4px solid red;
  width: 100px; height: 60px;
  line-height: 60px; text-align: center;
}

#carouselTicker .carouselTicker__item,
#carouselTicker-destructor-example .carouselTicker__item,
#carouselTicker-buttons-controls-example .carouselTicker__item {
  width: auto; height: auto; line-height: normal;
}
.carouselTicker__item img { vertical-align: top;}
.spacedout{display: block; height: 10vh;}
.fluidtext {font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));}
.modal-inner, .modal-content {overflow:hidden;}
.modal-content h3, .modal-content h4{margin: 0;}
.modal-content h3 {border-radius: 4px 33% 0 0; -webkit-border-radius: 6px 33% 14% 0; padding: 8px;}
.modal-content h4 {padding: 8px 8px 8px 0;}
.modal-content .link {font-weight: 900; border-bottom: 2px dotted #ff0000;}
.modal-content .link:hover {background: #000; color: #ffff00;}
.modal-content .tabs label {padding: 0.5rem 1rem;}
.modal-content .tab p {margin-bottom: 1rem; font-weight: 600;}
.modal-content .tab a:link, .modal-content .tab a:visited {color: #fff !important; text-shadow: 2px 2px #000;}
.modal-content .aboutbox {display: inline-block; height: 90vh; max-height: 90vh; max-width: 600px; overflow-y: scroll !important; padding-bottom: 10vh; }
.modal-content .aboutbox p {margin: 0 0 1em 0;}
.modal-content .aboutbox hr.thin {height: 2px;}
.modal-content .aboutbox h5 {margin: 1rem 0 0.5rem 0; padding: 0;}
.modal-content .dream-image {display: inline-block; position: relative; overflow: hidden;}
.modal-content .dream-image h4 {
	display: block; padding: 8px; margin: 0;
	background: rgba(0,0,0,0.5); width: 100%; position: absolute; top: 0; left: 0; text-align: left;
}
.modal-content .dream-image figure {
	max-height: 90vh; max-width: 90vw; margin: 0;
	padding: 0; display: block; text-align: center; position: relative;
}
.modal-content .dream-image figure img {height: auto !important; width: 100%; max-height: 90vh; max-width: 960px; overflow:hidden; margin: 0 auto; padding: 0;}
.modal-content .dream-image figure figcaption {position: absolute; background: rgba(0,0,0,0.5);
	display: block; padding: 0.75em; font-size: 1.15rem; line-height: 150%; color: #fff;
	bottom: 0; left: 0; text-align: left; width: 100%; text-shadow: 2px 2px #000;
}
.modal-content .dream-story {display: inline-block; height: 90vh; max-height: 90vh; width: 90vw; max-width: 600px;}
.modal-content .dream-story .cover {display: block; width: 100%; height: 25%; min-height: 180px; position: relative;
	background-position: center center; background-size: cover; background-repeat: no-repeat;
}
.modal-content .dream-story .cover h4 {position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.6);
	padding: 8px 36px 8px 8px; display: inline-block; border-radius: 0 0 1.5rem 0; margin: 0;
}
.modal-content .dream-story .storytime {
	display: block; width: 100%; overflow-y: scroll !important; padding: 1em 1em 6em 1em; height: 75%;
	font-weight: 600; font-size: 1.25rem; line-height: 150%; font-family: "Times New Roman", Times, serif;
}
.modal-content .dream-story .storytime::-webkit-scrollbar, .modal-content .aboutbox::-webkit-scrollbar {width: 16px;}
.modal-content .dream-story .storytime::-webkit-scrollbar-track, .modal-content .aboutbox::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; -webkit-border-radius: 8px; border-radius: 8px; background: #efefef;
}
.modal-content .dream-story .storytime::-webkit-scrollbar-thumb,
.modal-content .aboutbox::-webkit-scrollbar-thumb {background: #333;  border-radius: 8px;}
.modal-content .dream-story .storytime::-webkit-scrollbar-thumb:hover,
.modal-content .aboutbox::-webkit-scrollbar-thumb:hover { background: #800080;}
