/*
Theme Name: Wingless Theme
Author: SHIROASA
Description: Child theme of Twenty Sixteen
Version: 1.0.0
Template: twentysixteen
*/

 
 /* ========================================================== */
/* General
/* ========================================================== */

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    box-shadow: none;
}
.wp_rss_retriever_title {
	font-size: 16px;
}


.site {
    margin: 0px;
}
body:not(.custom-background-image).admin-bar::before {
	display:none;
	top:0px;	
}

main#main.site-main,.sidebar{
	border-radius: 15px;
	padding: 1em;
}


/* Main Menu */
#simple-navigation ul {
	list-style:none;
}
#simple-navigation li {
	display:inline;
}


#simple-navigation{
	border-radius: 15px;
	margin: 7px 0px 7px 0px;
}
#simple-navigation a{
	margin: 10px 20px;
	display: inline-block;
	font-weight:600;
	font-size:20px;
}

#header {
	text-align:center;
}

.comment-body,#patreon_header,main#main.site-main,.sidebar,#simple-navigation {
	background: #e6d0ac;
	/*border: 1px solid #626b5e;*/
	background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_bg.jpg');
}


.entry-text {
	display: flex;
}

.entry-content {
	flex: 1;
	padding:15px;
	margin-right:0px !important;
	margin-left:0px !important;
}

.site {
	background-color:transparent;
}

.widget-title {
	text-align:center;
	margin-bottom: 5px;
	margin-top: 16px;	
	display: block;
	
	font-size: 1.17em;
	
	font-weight: bold;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-image: url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/pattern_tile.png');
	background-color: #091525;
	margin:0px;
}

.bgFade {
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to bottom,rgba(255,0,0,1),rgba(255,0,0,0));*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#880808+0,000000+100&0.40+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(125, 27, 27, 0.40) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(125, 27, 27, 0.40) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(125, 27, 27, 0.40) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6880808', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

h1,h3 {
	text-align:center;	
}

h4 {
	font-size:20px;
}


.center,.aligncenter {
    display:block;
	margin-left: auto;
    margin-right: auto;
}


img {
    max-width: 100%;
    height: auto;
    width: auto\9; 
	border:none;
}


a {
	border:none;
}

a, a:visited {
	border:none;
    text-decoration: none;
    color: #1160B6;
}
a:hover {
    text-decoration: underline;
}

p {
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;
}
p.center {
 text-align: center !important;
}
p.right {
	text-align:right !important;	
}
p.white {
	color:#FFFFFF !important;
}

cite {
	font-style: normal !important;	
}

blockquote {
    border-radius: 15px;
    -moz-border-radius: 15px;
    background: rgba(254, 255, 242, 0.5);
	padding: 1px;	
}


h2 {
	padding:10px;
}
ul {
list-style-image: url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/star_bullet.gif');
}

.hidden {
	visibility:hidden !important;
}

.none {
	display:none !important;
}

.float_left {
	float:left;	
}

.float_right {
	float:right;	
}

.pageContainer {
/*    position: relative;*/
	/*width: 1100px;	*/
	/*min-height: 100%;*/
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.smallCaps {
	font-variant:small-caps;	
}


.noPaddingOrMargin {
	padding:0 !important;
	margin: 0 !important;	
}

table {
	padding: 0px;
    border-spacing: 10px;
    border-collapse: separate;
}
td {
	padding: 0px;
}

.red {
	color:red;
}

label {
	display:block;
}


.css-events-list h2 {
	margin-bottom:0px;
}
.css-events-list li {
	margin-left:1em;
}
.textwidget h2 {
    margin-top: 1em;
}



#below-header-widget p {
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin:0;
}


@media only screen and (max-width: 500px) {
	#below-header-widget p {
		font-size:0.8em;
		padding:0;
	}	
}


/* ========================================================== */
/* Banner/Header Stuff
/* ========================================================== */

#below-comic-widget {
	display: flex;
}

#above-author-comments-widget h3 {
	font-size:1em;
	margin:0;
}

#below-header-widget p {
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin:0;
}

header {
	position: relative;
	width:auto;
	/*top: -30px;*/	
}

.headerImg {
   	/*width: 818px;*/
    position: relative;
	background-image: url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/foliage_top_small.png');
    background-repeat: no-repeat;	
	text-align: center;	
	background-position:center;
}



.titleBelow {
	margin:0px;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
}


.flipH {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";	
}

.banner {
    width: 500px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.rosebushes {
	width: 375px;
	position: relative;
	top: -20px;
}
.header_table {
	width: auto;
	margin: 0 auto 1em;	
}

/*#header img {
    max-width: 100%;
    height: auto;
    width: 100%;
}*/

/*PATREON HEADER STUFF*/
#div.patreon_header p {
	display:block !important;
}

#div.patreon_header {
	width: 50%;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	background: rgb(149, 150, 145);
	margin-bottom: 5px;
	line-height: 1.3em;
	word-wrap: break-word;	
}




.archive_thumb {
	margin:.7em;
}


/* ========================================================== */
/* Comic placeholder and book display
/* ========================================================== */

.comicImg {
 position: absolute;
 z-index:0;
 max-width: 69%;
 left: 14%;
 right:16%;
 /*padding-top: 80px; */ /*OLD*/
 padding-top: 40px;
}
@media all and (max-width: 1145px) {
	.comicImg {
		 /*padding-top: 7%; */ /*OLD*/
		 padding-top: 4%;
	}
}

.bookImg {
 z-index: -1;
}

.centerButton {
	text-align:center;
	margin-top:5px;
}


.videocenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.videoPosition {
 z-index:0;
 padding-top: 40px;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */ 
	border:none;
}


.pageNumber {
	text-align:center;
	color:#ffffff;
	font-size:20px;
 	-webkit-transition: font-size 0.5s; /* Safari */
	transition: font-size 0.5s;	 
    padding-bottom:1em;
    margin-top: 10px;
}

.no_dec {
	text-decoration:none !important;
	color:inherit;
}


area {
	outline:none;	
	cursor: pointer; 
	cursor: hand;
	display: block; /*needs this in order to display the hand cursor*/
}


.newReaderP {
	color:#ffffff;
	display:block;
	text-align:center;
}
.newReaderP a {
	color:#FC0
}	

#newReader {
	/*
	position: absolute;
	left: 671px;
	top: 66px;*/
}

#author_comments {
	max-width:900px;	
	min-width:300px;
}

.addtoany_list {
    text-align: center !important;
	display: block !important;
}
/*
.bookAndPage {
	height: 1184px;
	width: 1094px;
	position: relative;	
}*/

.clickComments {
    outline: none;
    cursor: pointer;
    display: block;	
}

.comicContainer {
	margin-top: 25px;
}


.comment-author .avatar {
	height: 75px !important;
	width: 75px !important;
}	
/* ========================================================== */
/* Comic Navigation arrows
/* ========================================================== */

.comicNavigation a {
	margin-left:10px;
	margin-right:10px;
}


.comicNavigation {
	margin-left: auto;
	margin-right: auto; 
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom: 15px; 
/* background-color:#06F;*/
}

.arrow {
 position: relative;
 display: inline-block;
 text-align: center;
    margin-left: 15px;
margin-right: 40px;
margin-top:10px; 
}

/* used for mobile devices, it is an img src rather than a div */
.hidden_arrow {
 position: relative;
 display: none;
 text-align: center;
margin-left: 40px;
margin-right: 40px;
margin-top:10px; 
}


.alunaArchive {
 display: inline-block;
}	


.comicnav-first {
 width: 162px; height: 106px;
 background: url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/arrow2_left.png') no-repeat left top;
}
.comicnav-first:hover { background-position: -162px 0px }

.comicnav-prev {
 width: 162px; height: 106px;
 background: url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/arrow_left.png') no-repeat left top;
}
.comicnav-prev:hover { background-position: -162px 0px }

.comicnav-next {
 width: 162px; height: 106px;
 background: url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/arrow_right.png') no-repeat left top;
}
.comicnav-next:hover { background-position: -162px 0px }

.comicnav-last {
 width: 162px; height: 106px;
 background: url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/arrow2_right.png') no-repeat left top;
}
.comicnav-last:hover { background-position: -162px 0px }


.commentsNumber {
	/*I cant get this positioned correctly because of the resizing book so just commenting it out till i fix it someday :) */
	/*
    color: #683d3f;
    font-size: 29px;
    position: absolute;
    right: 35px;
    top: 373px;
    z-index: 2;
    text-align: center;
    font-weight: bold;
    font-family: 'Book Antiqua';
    width: 58px;*/
	display:none;
}
.commentsNumber a{
	color: #683d3f;
	display:none;
}
.commentsNumber a:hover{
	text-decoration:none;
}


#comic-nav {
	text-align:center;
	width:100%;	
	display:flex;
	margin-bottom:15px;
}
#comic-stack {
	margin: 0px auto;
}

#comic-nav-stack {
	padding-top:10px;
	margin: 0px auto;
		display:flex;
}

/* ========================================================== */
/* Navigation-related stuff
/* ========================================================== */

#nav {
 position: fixed;
 bottom: 0;
left: 0;
 width:100%;
 background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/DeskNav.jpg');
 background-repeat:repeat-x;
 text-align:center;
 z-index:500;
 height:50px;
 margin-bottom: -2px;
 
}

#navicons {
 /*display:none;*/
 margin-left: auto;
 margin-right: auto; 
 position: fixed;
 bottom: 6px;
 width:100%;
 z-index:510;
 text-align:center;
 /*background:#33C;*/
}

.icon {
 position: relative;
 text-align: center;
 display: inline-block;
}

.hide-btn {
 float:right !important; 
 margin-right:20px;
 margin-top:55px;
 cursor:help;
}
.reveal-btn {
 cursor:help;
 position: fixed;
 bottom: 16px;
 z-index:100;
 display:none;
 right:12px;
}
.reveal-btn-on {
 cursor:help;
 position: fixed;
 bottom: 16px;
 z-index:100;
 right:12px;
}


#nav_mobile {
 display:none; 
}




#inner_comic_banners {
	display:flex;	
  align-items: center;
  justify-content: center;
  text-align: center;
  color:#fff;
}
#inner_comic_banners a{
	color:#fff;
}
.inner_banner_stack{
	padding:10px;
}
#inner_comic_banners img{
	border-radius:5px;
}
.innerBannerTitle {
	padding:0px;
	margin-bottom:0px;
}



/* ========================================================== */
/* Parchment / Content area displaying */
/* ========================================================== */
.content_table_center {/*[AC]*/
	font-family: 'Book Antiqua';
	font-size:15px;
	margin-top: 0px;
}
	
	
@media all and (max-width: 1024px) {
	.content_table_center {
		 font-size:16px;
	}	
}

.content .content_table {
 width:100%;
 padding:10px;
}
table.content_table{
 border-collapse:collapse;
	border-spacing:0px;	
	margin:10px;
}

.content_table_left p {
	padding:0px;	
	margin-left:-1px;
}
.content_table_right p {
	padding:0px;	
}


.content_table .content_table_top {
	width:100%;	
	height:7px;
	background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_top.png');
	background-repeat:repeat-x;	
}
.content_table .content_table_bottom {
	height:7px;	
	width:100%;	
	background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_bottom.png');
	background-repeat:repeat-x;	
}
.content_table .content_table_left {
	width:7px !important;	
	background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_left.png');
	background-repeat:repeat-y;	
}
.content_table .content_table_right {
	width:7px !important;	
	background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_right.png');
	background-repeat:repeat-y;	
}
.content_table .content_table_center { /*[AC]*/
	padding: 10px;
	width:100%;
	background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_bg.jpg');

	background-repeat:repeat;
	vertical-align: top;
	position:relative;
}

.parchment_center,.single_page p { /*[AC]*/
    padding-right: 25px;
    padding-left: 25px;
	line-height: 1.5em;
}


.parchment_center,.single_page h3 {
    text-align: center;
    /* margin-bottom: 15px; */
    font-size: 30px;
    margin-top: 0px;
    color: #A01D1D;
    line-height: 0.01em;
}
.parchment_center,.single_page h3:before {
	content : url(https://www.thelumiereatelier.com/wp-content/themes/wingless/images/singleFlowerSmall.png);
	top:17px;
	position:relative;
}
.parchment_center,.single_page h3:after {
	content : url(https://www.thelumiereatelier.com/wp-content/themes/wingless/images/singleFlowerSmall.png);
	top:17px;
	position:relative;
}


.parchment_center,.single_page hr {
  font-family: entypo, sans-serif; /* choose the font you like */
  text-align: center; /* horizontal centering */
  line-height: 1px; /* vertical centering */
  height: 1px; /* gap between the lines */
  font-size: 1em; /* choose font size you like */
  border-width: 1px 0; /* top and bottom borders */
  border-style: solid;
  border-color: #6F4949;
  /* ensure 1px gap between borders */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
    margin-top: 30px;
    margin-bottom: 30px;
}
.parchment_center,.single_page hr:after {
  content: "\2712"; /* section sign */
  color: #6F4949;
  display: inline; /* for vertical centering and background knockout */
  background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_bg.jpg');
  padding: 0 0.3em; /* size of background color knockout */
}
/* opera doesn't render correctly. hide section sign */
x:-o-prefocus,.parchment_center,.single_page hr:after {
  content: "";
}


.latestNews {
	font-size: 20px;
    margin-bottom: -23px;	
}

.signature {
 float:right;
 padding-bottom:10px;
 padding-right:30px;

}

.lastWords {
	text-align:right;
}

.notes {
	font-size:11px !important;
	clear: right;	
}

/*.post *{*/
.post p {
	/*font-size:15px;*/
	position:relative;
	/*margin-bottom: 20px;*/
}
.postedText {
	float: left;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
.postFooter {
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	
	font-size: 16pt;
}

/* gets rid of those stupid slashes after each line*/
.entry-footer > span:not(:last-child):after {
	content: "";
}


.content .content_table_sidebar {
 width:100%;
 padding:10px;
}
table.content_table_sidebar{
 border-collapse:collapse;
	border-spacing:0px;	
	margin:10px;
}

.content_table_sidebar .content_table_top {
	width:100%;	
	height:7px;
	background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_top.png');
	background-repeat:repeat-x;	
}
.content_table_sidebar .content_table_bottom {
	height:7px;	
	width:100%;	
	background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_bottom.png');
	background-repeat:repeat-x;	
}
.content_table_sidebar .content_table_left {
	width:7px !important;	
	background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_left.png');
	background-repeat:repeat-y;	
}
.content_table_sidebar .content_table_right {
	width:7px !important;	
	background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_right.png');
	background-repeat:repeat-y;	
}
.content_table_sidebar .content_table_sidebar_center {
	padding-right:10px;
	padding-left:10px;
	width:100%;
	background-image:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_bg.jpg');
	background-repeat:repeat;
}


.front_width_split img {
	max-width: 545px;
}


/* ========================================================== */
/* 3-Div container settings */
/* Enable the LC crap and put the #left column in the html to have a left sidebar. */
/* ========================================================== */
.container { /*[AC]*/
    margin: 0 auto;
    width: 1100px;
}
.container .column {
/*  position: relative;
  float: left;*/
    height: 100%;
margin-top: 30px;
}
.parchment_center { /*[AC]*/
	font-family: 'Book Antiqua';
	padding: 10px;	
}

.front_width_split { /*[AC]*/
	width: 540px;
	float: left;
	font-family: 'Book Antiqua';
	max-width: 545px;
	margin-left: 5px;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 8px;
}

#left { /*[AC]*/
	width: 225px;
	padding-top: 15px;
    float: left;
    margin-left: -4px;
	margin-right: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;	
}
#right { /*[AC]*/
	/*margin-top: 15px;*/
    float: left;
    display: inline-block;
    width: 258px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin-left: 2px;

	font-size:12px;	
}

#footer {
  clear: both;
  text-align:center;
/*  background-color:#939;*/
  height:235px;
  font-size:10px;
  color:#C60;
}
/*** IE6 Fix ***/
* html #left {
  left: 280px;           /* RC width */
}

#sidebar_container {
	width:auto;
    -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
}

.ad { /*PROJECT WONDERFUL ADVERTISING*/
/*	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
	float:left;*/
    display: table;
    margin: 0 auto;	
}



.adbox {
	display: inline-block;	
}

.ad_blocked {
	width: 194px;
	height: 641px;
	background: url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/ad_blocked.png') no-repeat left top;
	background-position: 17px 0px;
}


.leftbox_rightText {
	display:none;	
}


#ending {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+44 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 44%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 44%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 44%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
padding-top:100px;
}


.footerImage{
    /*background-image: url('/images/foliage_bottom.png');
    background-repeat: no-repeat;
	background-position: 0 39px;
    height: 275px;
	width:1100px;*/
}

h3.sd-title {
	display:block !important;
}
h3.sd-title:after {
	content:"";
}
h3.sd-title:before {
	height:10px;
    border-top: 1px solid #a58d8d;	
}
div.form_float_right form {
    float: right;
    padding-left: 30px;
    padding-right: 30px;
}
div.form_float_right textarea {
	width:300px;
	height:100px;
}
.sd-content ul {
	text-align: center;
}

/* ========================================================== */
/* Regular content page settings.
/* ========================================================== */
#container_full {

}


/* ========================================================== */
/* Right side stuff*/
/* ========================================================== */

#right h3,#left h3,#lily_notes h3 {
	margin-bottom: 5px;
	margin-top: 16px;
}


#right form,p.error,div.success,div.tweet_wrap {
	padding-left: 10%;
    padding-right: 10%;
	line-height: 1.7em;
}
#right p {
	line-height: 1.7em;	
}

#right ul,#lily_notes ul {
	
}
.oldEntry{
	list-style-type:none !important;
	list-style-image:none !important;
	padding:1%;	
}
.oldEntry li {
	/*display: inline;	*/
	    margin-left: 50px;
    margin-right: 50px;
}
#right li,#lily_notes li {
	padding-bottom:10px;	
}

#right hr,#lily_notes hr {
	background:url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/swordHR.png') no-repeat top center;
	height:30px;
	border:none !important;
}

#info p {
	font-size:12px;	
}
.epheliaInfoPic {
	padding:2%;
}

.rss {
	font-size:10px;	
	text-align: right;
	margin-top: -10px;	
}

#social {
    text-align: center;	
}

#social img {
	/*margin-bottom:10px;*/
}
#social .mediaicon {
	position: relative;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 47px;
}
.shopicon {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom:15px;
}

.mediaicon:hover {
	-webkit-transform: rotate(0deg) scale(1.15)!important;
	-moz-transform: rotate(0deg) scale(1.15)!important;
	-ms-transform: rotate(0deg) scale(1.15)!important;
	-o-transform: rotate(0deg) scale(1.15)!important;
	transform: rotate(0deg) scale(1.15)!important;
	z-index:300!important;
}
.shopicon:hover {
	-webkit-transform: rotate(5deg) !important;
	-moz-transform: rotate(5deg) !important;
	-ms-transform: rotate(5deg) !important;
	-o-transform: rotate(5deg) !important;
	transform: rotate(5deg) !important;
	z-index:300!important;
}
.fbfloat {
	padding:3px;	
}

.fadeIn {
	opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    -webkit-backface-visibility: hidden;
}
.fadeIn:hover {
	opacity: 1;
}


#patreonIcon {
	text-align:center;
	width:198px; 
	height: 129px;
	margin-bottom: 15px;	
}


#storeIcon {
	background-image: url(https://www.thelumiereatelier.com/wp-content/themes/wingless/images/social/StoreIcon.png);
    background-repeat: no-repeat;	
	width:198px; 
	height: 129px;
	margin-bottom: 15px;	
}

#voteIcon {
	background-image: url(https://www.thelumiereatelier.com/wp-content/themes/wingless/images/social/VoteIcon.png);
    background-repeat: no-repeat;	
	width:199px; 
	height: 96px;
	margin-bottom: 15px;	
}

#supportIcon {
	background-image: url(https://www.thelumiereatelier.com/wp-content/themes/wingless/images/social/SupportIcon.png);
    background-repeat: no-repeat;	
	width:202px; 
	height: 122px;
}

/* Facebook widget CSS addition*/
.fb_iframe_widget {
    padding-left: 12%;
    padding-right: 5%;
}
#right aside {
	padding-bottom:5%;	
}
.tweet_data {
    word-wrap: normal;
    word-break: normal;
}
.widget_twitter_timeline {
	padding-left: 7%;
}

.widget_facebook_likebox,#content-sidebar,#recentcomments {
	padding-bottom: 10%
}
 /* ========================================================== */
/* Map Stuff
/* ========================================================== */
		
.TT{
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	color: #fff;
	/*content: attr(title);*/
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
}

area.mapArea {
	cursor:help;	
}

#map{
    max-width: 100%;
    height: auto;
    width: auto\9; 
	border:none;
}


/* This is only for the navigation on the map page. */
.navMapMobile {
	font-size: 12px !important;
}


 /* ========================================================== */
/* Cast Page Stuff
/* ========================================================== */
 
#cast_container {
  padding-right: 300px;  /* RC width */
  margin-top:10px;
}
#cast_container .column {
  position: relative;
  float: left;
}

#cast_div {
	width: 100%;
	text-align: center;
	margin-bottom: 10%;
    margin-top: 10%;	
}

#lily_notes {
	width: 300px;          /* RC width */
	margin-right: -300px;  /* RC width */
}

.cast_image {
	position:relative;
}

/* Ephelia-chan gets a special bigger one because she is a snowflake */
#cast_ephelia:hover {
	-webkit-transform: rotate(0deg) scale(1.3)!important;
	-moz-transform: rotate(0deg) scale(1.3)!important;
	-ms-transform: rotate(0deg) scale(1.3)!important;
	-o-transform: rotate(0deg) scale(1.3)!important;
	transform: rotate(0deg) scale(1.3)!important;	
}

/* Everyone else gets a .1 one */
.cast_image:hover {
	-webkit-transform: rotate(0deg) scale(1.2)!important;
	-moz-transform: rotate(0deg) scale(1.2)!important;
	-ms-transform: rotate(0deg) scale(1.2)!important;
	-o-transform: rotate(0deg) scale(1.2)!important;
	transform: rotate(0deg) scale(1.2)!important;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;	
	z-index:300!important;
}

.rotate_45 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rotate_neg45 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rotate_25 {
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}
.rotate_neg25 {
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
}


#cast_ephelia {
	z-index:255;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

#cast_bouquin{
	z-index:252;
/*	margin-left: -300px;
	margin-bottom: -150px;*/
}

#cast_lily {
	z-index:254;
/*	margin-left: 0px;
	margin-bottom: -120px;*/
}

#cast_magnus{
	z-index:253;
/*	margin-bottom: 80px;
	margin-left: -430px;*/
}


#cast_alif {
	z-index:251;
/*	margin-left: -370px;
	margin-bottom: 70px;*/
}

#cast_jay {
	z-index:250;
/*	margin-left: -90px;
	margin-bottom: -100px;*/
}

#cast_paige{
	z-index:249;
/*	margin-left: -370px;
	margin-bottom: -130px;*/
}



/* New cast page stuff: 6/13/2017 */

.cast_info {
	width:550px;
	position:relative;
	z-index:5;
	overflow: auto;
}
.cast_image_background {
	position:absolute;
	z-index:4;
}

.cast_info_left {
	float:left;
	width:45%;	
}
.cast_info_right {
	float:right;
	width:54%;	
}


.cast_info_symbol {
	opacity:0.3;	
	filter: alpha(opacity=30); /* For IE8 and earlier */
	z-index:20;
	margin: 25px 5px 25px 5px;
}

.cast_info_symbol:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	z-index:20;
}

.cast_image_ephelia{
    top: 9px;
    right: -154px;
}

.cast_image_bouquin{
	top: 18px;
	right: 8px;	
}
.cast_image_lily{
	top: -26px;
	right: 23px;	
}
.cast_image_alif{
	top: -47px;
	right: 1px;
}
.cast_image_jay{
	top:29px;
	right:12px;	
}
.cast_image_magnus{
	top:0px;
	right:0px;	
}

.image_active{
	opacity:1 !important;
}
.image_inactive{
	opacity:0.3;
}

@media all and (max-width : 1075px) {
	.cast_image_background {
		position:relative;
		top:auto;
		right:auto;
		margin:auto;
	}
	.cast_info {
		width:auto;
		position:relative;
		z-index:5;
		overflow: auto;
	}	
	#profile_picture {
		display:block;
		margin-left: auto;
		margin-right: auto;
	}
}




 /* ========================================================== */
/* Cast Page MODAL
/* ========================================================== */
 
#lean_overlay {
    position: fixed;
    z-index:700;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#characterBox, #orchidBox {
	max-width:600px;	
	padding-bottom: 2px;
	display:none;
	background-color:#FFF;
	background-image: url('https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_bg.jpg');
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
text-align: center;	
}



 /* ========================================================== */
/* Extras
/* ========================================================== */
.wallpapers_block {
	width: 250px;
	/* float: left; */
	margin-bottom: 5px;
    text-align: center !important;
}

.wallpapers_block p{
	text-align: center !important;
}

.wallpapers_text {
	margin: 5px;
	display: inline-block;
}

.comic_preview {
	float:left;
	padding:5px;	
}

.inline_container {
	display: inline-block;
}


 /* ========================================================== */
/* About Page
/* ========================================================== */

table .about {
	/*width:60%;*/
	text-align: center;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;	
	
}

td .about_icon {
	width:150px;	
}

.about th {
	background-color:#FFF8E0;
	width:200px;
}

.about_desc {
	/*font-size:17px;*/
}

.about_desc td, .about_td_small {
	width:330px;	
}

/*This is hidden in larger screens.*/
.about_table_hidden {
	display:none;
	text-align: center;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;		
}

.paypal {
	text-align: center;
	margin:0px !important;
	padding:0px !important;
}

 /* ========================================================== */
/* Comments
/* ========================================================== */
table.comments_border_single {
	border-collapse:separate !important;
}

.comments_border {
	border-radius: 15px;
	-moz-border-radius: 15px;
	background: rgba(254, 255, 242, 0.5);
	margin: 5px;
	line-height: 1.1em;
	width: 95%;
	padding-left: 5px;
	padding-right: 5px;
	table-layout: fixed;
	word-wrap: break-word;
}
.comments_border_single {
	border-radius: 15px;
	-moz-border-radius: 15px;
	background: rgba(254, 255, 242, 0.5);
	margin-bottom: 5px;
	line-height: 1.3em;
	width: 100%;
	padding-left: 5px;
	table-layout: fixed;
	word-wrap: break-word;	
}
.comments_border_single p{
	-webkit-margin-before: 8px;
	-webkit-margin-after: 8px;
}
.comments_below_reply {
	font-size: 16px;
    margin-bottom: 30px;
	text-align:right;
	word-break: break-all;
	word-wrap: break-word;
}
.comments_visitor_container { /*[AC]*/
	/*width: 100%;*/
	margin-top: 5px;
}
.comments_visitor_container .comments_pic {
	float: left;	
	width:55px;
}
.comments_visitor_container .comments_text {
	width:100%;	
	padding:12px;
}
.commentbypostauthor {
	width:100%;	
}
.comment {
	list-style:none;	
}
p.logged-in-as{
	word-break: break-all;
	word-wrap: break-word;	
}
.break_words {
	word-break: break-all;	
	word-wrap: break-word;
}

.centerText {
	text-align:center;
}

.commentNavigation {
	text-align:center;
	font-size:30px;
}


/*#commentform label, .webcomic-transcribe-form label {
	display: block;
	width: 10%;
}*/

.commentsForm {
width: 100%;
height: 200px;	
}


.comments_commentText p{
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	line-height: 1.5em;	
}

.sidebarComments {
    margin-right: 15px;
    margin-bottom: -5px;
    margin-left: 15px;
}


 /* ========================================================== */
/* Archive page stuff
/* ========================================================== */

.archive_dropdown {
	margin: 1em;
	border-radius: 15px;
	-moz-border-radius: 15px;
	background: rgba(254, 255, 242, 0.5);
	table-layout: fixed;
	word-wrap: break-word;
	padding: 1em;
	text-align: left;
	flex: 1 1 23%;
}

.archive_dropdown p {
	padding:0 0 0 0 !important;
	margin-top:0px !important;
	margin-bottom: 0px !important;
	text-align: left !important;
    line-height: normal !important;
}

.archive_chapters {
	display: flex;
	flex-flow: row wrap;
	position: relative;
	width: auto;
}

.arc_div {
position:relative;	
text-align: center;
}

.archive_name {
	/*height:130px;*/
	height:auto;
}



 /* ========================================================== */
/* Twitter
/* ========================================================== */
a.italic {
	font-style:italic;	
}

ul#twitter {
	list-style:none;	
    width: 180px;
}
 
  /* ========================================================== */
/* Sharing
/* ========================================================== */
.share {
  text-align: center;
  padding-top: 10px;
}

.support {
    margin-left: 40px;
}
.support li {
	padding:10px;	
}


/* ========================================================== */
/* Skyscraper ad resizing. Finicky. But works on all browsers.
/* ========================================================== */
/*div#pw_adbox_77452_5_0 table {
	width:100% !important;	
}
div#pw_adbox_77452_5_0 img {
	width:100% !important;	
}*/





/* ========================================================== */
/* PATREON PAGE
/* ========================================================== */
.notUnlocked {
	color: rgb(139, 144, 144);
	font-style: italic;	
}

.noPaddingOrMargin {
	padding:0 !important;
	margin: 0 !important;	
}

.patron_level {
	font-family: Impact,Haettenschweiler,"Franklin Gothic Bold",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black",sans serif;
	text-shadow: 4px 3px 0px rgb(122, 122, 122);
	color: rgb(255, 255, 255);
	margin: 0px 0px -15px !important;
	padding: 0px;
	font-size: 100px;	
}

.level_title {
	font-variant: all-small-caps !important;
	font-variant: small-caps !important;	
	color: white;
	font-size: 18px;
	text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(60, 60, 60), 3px 1px 6px rgb(62, 62, 62);
	margin-bottom: -24px;
	padding-top: 5px;	
}

.lightBG {
	border-radius: 15px;
	-moz-border-radius: 15px;
	background: rgba(254, 255, 242, 0.3) none repeat scroll 0% 0%;
	margin: 5px;
	line-height: 1.3em;
	table-layout: fixed;
	word-wrap: break-word;	
	padding: 5px;
}


ul.noBullet {
	list-style:none;
}

li.checkmark {
    background:url("/images/checkmark.png") no-repeat 0 50%;
    padding-left: 20px;
}

.patreon_section {
	margin-bottom: 10px;
	width:100%;
}

.patron_tier {
	font-size: 27px;
	text-shadow: 2px 2px 0px rgb(122, 122, 122);
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-bottom: -31px;	
}

.star {
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size:1em;
	color:silver;
}
.patreon_section h4 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 25px;
	margin-top: 0px;
	color: #475CB3;
	line-height: 0.01em;
}

.patreon_announcement img {
	max-width: 1000px;
	max-height: 1000px;
}





/* widgets */

.flex {
	display: flex;
}


.discord {
	background-color: #ea8282;
	border-radius: 5px;
	margin-top: 1em;
	
}
.discord:hover {
	background-color:#d45555;
}
.social_icons {
}
.social_icons img {
	margin:5px;
}
.social_icons a {
	text-decoration:none;
	box-shadow:none;
}
.widget {
	margin-bottom: 0.3em !important;
}
input[type="submit"] {
	background:#d45555;
}


.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img {
	display:inherit !important;
}

/* gets rid of those stupid slashes after each line*/
.entry-footer > span:not(:last-child):after {
	content: "";
}

.site-content {
	padding:0;
}

.promo_banners {
    display: flex;
    align-items: center;
    justify-content: center;
	text-align:center;
}
.promo_banners img {
	/*padding: 0 5px 0 5px;*/
	
}

.entry-content a {
	box-shadow: none !important;
}






 /* ========================================================== */
/* MOBILE STUFF
/* ========================================================== */
@media all and (max-width : 1059px) {
	.pageContainer {
		/*position: relative;*/
		width: 1100px;	
	}
}
@media all and (max-width : 1000px) {
	.entry-footer {
		margin-right:0px !important;
		width:25%;
		
	}
}

@media all and (max-width : 950px) {
	#newReader{
		display:none;
	}
}

@media all and (max-width : 750px) {
	.bookImg, .commentsNumber {display:none;}
	.comicImg {
		width:100%;
		position:relative;
		max-width:100%;
		left:0%;
		right:0%;
	}
	.comicContainer{margin-top:0px;}
}


@media all and (max-width : 600px) {
	#simple-navigation a{
		margin: 1px 19px;
		font-size: 12px;
	}
}

@media all and (max-width : 650px) {
	.entry-footer {
		width:150px;
		margin-left:1%
	}
}


/* Nav starts to squish here*/
@media all and (max-width : 1075px) {
/* Styles */
	#nav {
	 display:none; 
	}
	
	#navicons {
	 display:none; 
	}
	#hide-nav {
	 display:none; 
	}	
	
	#nav_mobile {
		display: block;
		/* position: fixed; */
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 500;
		color: #FFF;
		font-size: 27px;
		border-radius: 15px;
		-moz-border-radius: 15px;
		background: rgba(102,102,102,1);
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 30px;
		margin-top: 20px;
		background: rgb(220, 204, 170) url("https://www.thelumiereatelier.com/wp-content/themes/wingless/images/brawgpost_bg.jpg") repeat scroll 0% 0%;
		font-family: book antiqua;
	}
	#nav_mobile a, #nav_mobile a:visited {
		border: none;
		text-decoration: none;
		color: #000;
	}
	#nav_mobile p {
		display: inline;
		padding-left: 0px;
		padding-right: 4px;
		margin: 0;
		color: #9E4646;
	}

	
	.icon {
	 display:none;
	}
	
	.hide-btn {
	 display:none;
	}
	.reveal-btn {
	 display:none !important;
	}	
	.reveal-btn-on {
	 display:none !important;
	}	
	
	.minwidth {white-space: nowrap;}

}


@media screen and (max-width:768px) {
	.archive_name {
   		height: auto;
	}
	.archive_dropdown {
		height: auto;
		width: 100%;
	}
}


@media screen and (max-width:575px) {
	.post-content {
		min-height: 330px;
	}
	#inner_comic_banners {
		display:block;
		text-align:center;
	}
	.entry-text {
		display:block;
	}
	.entry-footer {
		width:100%;
		padding: 5px;
		margin-right: 0 !important;
		margin-left: 0 !important;
		min-width: 175px;
		margin-top: 0;
	}
	.ad-regular {
		float:left;
		padding:10px 8px 0 0;
	}
	div[id^="cad_"] {
		min-width: auto !important;
		width: 140px;
	}
	.entry-content {
		width:100%;
	}
}


@media only screen and (max-width: 500px) {
	#below-header-widget p {
		font-size:0.8em;
		padding:0;
	}
}
