/*
Theme Name: CAD
Description: CTRL ALT DEL
Version: 1.0
Author: Tyler Ager
License: Limited Private Use
License URI:  http://www.islandofficials.com
*/

/* Styles go below */

* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	transition: 0.5s;
	color: #c3c3c3;
}

.whiteicon {
	color: #fff;
}
.blog-wrap {
	position:relative;
	border-bottom: 1px solid #aaa;
}
.blog-icon {
    padding: 7px;
    border-radius: 100%;
    color: #fff;
}
.blog-icon-wrap, .blog-meta-wrap {
	display: inline-block;
}
.blog-icon-wrap {
	position: absolute;
	top: 5px;
	left: 5px;
}
.blog-meta-wrap {
    width: 100%;
    padding-left: 60px;
}
.blog-meta-wrap h3 {
	margin: 0;
}
.post-text-area {
	padding: 10px;
}
.post-text-area img, .post-text-area iframe {
	max-width: 100%;
}
a {
	color: #0c0;
}

input {
	color:#000;	
}

body#background {
	background: #1c1c1c url(img/bg-cad.png) top left repeat-x;
	transition: 0 !important;
}
.clear {
	clear: both;
}
#halo {
	background: #000;
	padding: 10px 10px 12px 12px;
}
#haloupdate {
	font: 100 11px Lato, Arial;
	color: #fff;
}
#haloupdate span {
	color: #00ff00;
	padding-right: 6px;
	font-weight: normal;
}
#halosearch {
	display: block;
	width: 200px;
	background: #333;
	height: 35px;
    position: absolute;
    right: 20px;
    top: 10px;	
}

#halosearch span {
	display: block;
	font: 100 11px Lato, Arial;
	color: #aaa;
	padding: 10px;
}
.alm-load-more-btn {
    background-color: transparent;
    border: 0;
    margin-left: 20px;
}
.dropcomic {
	background: #2b814c;
	display: block;
	transition: none;
	text-align: center;
	box-shadow: inset 0 5px 20px rgba(0,0,0,0.9);
}
.dropcomic a img {
	padding: 20px 15px;
}
.header {
	height: 100px;
	background: rgba(0,0,0,0.4);
	padding-bottom: 10px;
}
.logo {
	display: block;
	background: url(img/logo-cad.png) 13px 14px no-repeat;
	height: 100%;
	width: 160px;
	float: left;
}
/* ------  MAIN MENU ------ */

.d-menu {
	width: calc(100% - 200px);
	height: 40px;
	border-radius: 5px;
	margin-top: 60px;
	margin-right:-150px;
	position: absolute;
	margin-left: 200px;
}
.mainmenu {
	font: lighter 10px Lato, Arial;
	text-transform: uppercase;
	float: right;
	margin-right: 10px;
}
.mainmenu li {
	list-style: none;
	margin-left: 7px;
	margin-right: 5px;
	margin-top: 14px;
	float: left;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.mainmenu li:first-child {
	margin-left: 5px;
}
.mainmenu li:nth-child(4) {
	margin-right: 5px;
}
.mainmenu li a {
	color: #fff;
	padding: 5px 0;
	margin-right: 10px;
	border-bottom: 2px solid rgba(255,255,255,0.0);
}
.mainmenu img {
	margin: 9px 2px;
	
}
.subdivide {
	border-left: 1px solid rgba(255,255,255,0.2);
	padding-left: 10px;
}
.mainmenu li .parentlist:after {
	content: '';
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #fff;
	float: right;
	margin-top: 5px;
}
.mainmenu li:hover .parentlist:after {
	content: '';
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #0f0;
	float: right;
	margin-top: 5px;
}
.mainmenu li a:hover {
	color: #0f0;
	border-bottom: 2px solid rgba(0,155,0,0.7);
}
.social {
	display: none;
	width: 20%;
	height: 100%;
	background: #004c13;
	float: left;
	box-shadow: inset 10px 0 40px rgba(0,0,0,0.4);
}
.login {
	font: bold 9px Play, Arial;
	background: url(img/login.png) left 5px no-repeat;
	border-bottom: none !important;
	padding-left: 15px !important;
	padding-right: 18px !important;
	border-right: 1px solid rgba(255,255,255,0.2);
	margin-right: 3px !important;
	display: block;
	margin-top: -4px;
}
.login:hover {
	border-bottom: none !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
    background-clip: padding-box !important;
    background-color: #000000 !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    float: left !important;
    font-size: 14px !important;
    left: 0 !important;
    list-style: outside none none !important;
    margin: 2px 0 0 !important;
    min-width: 120px !important;
    padding: 5px !important;
    position: absolute !important;
    text-align: left !important;
    top: 100% !important;
    z-index: 1000 !important;
}

.dropdown-menu > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 1 !important;
    padding: none !important;
    white-space: nowrap;
	font: lighter 10px Lato,Arial;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover{
	background-color:transparent !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color:transparent !important;
}
.nav-label {
	margin-left: 5px;
	color: #fff;
}
.facebook-nav-box {
	background: #3b5998 !important;
}
.twitter-nav-box {
	background: #00aced !important;
}
.facebook-nav-box:hover {
	background: #8b9dc3 !important;
}
.twitter-nav-box:hover {
	background: #0084b4 !important;
}

/*------ Mobile Menu-----*/

.dropmenu {
	display: none;
	width: 100%;
	padding: 0px;
	background: #2b814c;
	display: block;
	transition: none;
	text-align: center;
	box-shadow: inset 0 5px 20px rgba(0,0,0,0.9);
	text-decoration:none;
	padding-top:10px;
	z-index:1000;
}

.dropmenu ul{
	list-style: none;
}
.dropmenu a{
	color:black;
	text-decoration:none;
		font: lighter 20px Lato,Arial;
    text-transform: uppercase;
}
.dropcomic a {
	padding: 20px 15px;
}
.expand-menu {
	visibility: hidden;
	display:none;
	float: right;
	padding: 10px;
}
#menu {
	font: lighter 10px Lato, Arial;
	text-transform: uppercase;
	margin-top: 60px;
	float: right;
	margin-right: 10px;
}
.dropmenu li {
	list-style: none;
	margin-left: 7px;
	margin-right: 5px;
	margin-top: 14px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.dropmenu li:first-child {
	margin-left: 5px;
}
.dropmenu li:nth-child(4) {
	margin-right: 5px;
}
.dropmenu li a {
	color: #fff;
	padding: 5px 0;
	margin-right: 10px;
	border-bottom: 2px solid rgba(255,255,255,0.0);
}
.dropmenu img {
	margin: 9px 2px;
}
.subdivide {
	border-left: 1px solid rgba(255,255,255,0.2);
	padding-left: 10px;
}
.dropmenu li .parentlist:after {
	content: '';
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #fff;
	float: right;
	margin-top: 5px;
}
.dropmenu li:hover .parentlist:after {
	content: '';
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #0f0;
	float: right;
	margin-top: 5px;
}
.dropmenu li a:hover {
	color: #0f0;
	border-bottom: 2px solid rgba(0,155,0,0.7);
}
/* ------ SEARCH BOX ------ */
section.search {
	position: absolute;
	right: 0;
	top: 0;
}
input.saerch {
	border: none;
	padding: 11px 10px 10px 25px;
	background: #272727 url(img/search.png) 10px 12px no-repeat;
	width: 200px;
	font: 10px Play, Arial;
	color: #ccc;
	float:right;
}
input.saerch:focus {
	background-color: #051;
	color: #fff;
}
textarea, input {
	outline: none;
}


.page-numbers{
	font: lighter 14px Lato,Arial;
    text-transform: uppercase;
}


::-webkit-input-placeholder {
color: #777;
}


:-moz-placeholder {
 /* Firefox 18- */
color: #777;
}


::-moz-placeholder {
  /* Firefox 19+ */
color: #777;
}


:-ms-input-placeholder {
color: #777;
}
/* ------ AD WIDE ------ */

.leadad, .mobad {
	margin: 5px auto;
}
.leadad {
	max-width: 970px;
}
.sidead {
	/* max-width: 300px; */
	border: 1px solid #000;
	background: #0c0c0c;
	padding: 15px;
}
.sidead div {
	margin: 5px auto;
	width: 300px;
}
.mobad {
	max-width: 320px;
}
.main-sidebar div {
	margin: 10px auto 10px auto;
}
.main-sidebar div div {
	margin: 0 auto;
}

#adwide {
	border-top: 1px solid rgba(255,255,255,0.1);
	margin: 15px auto;
	box-shadow: 0 4px 10px #000;
	text-align: center;
	max-width: 970px;
	padding: 2px;
	max-height: 92px;
	background: #444;
}
#adsidebar, #twitterwidget {
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 40px;
	box-shadow: 0 4px 10px #000;
	text-align: center;
	width: 304px;
	padding: 3px 2px 0px 2px;
	background: #444;
}
#adwide img, #adsidebar img, #twitterfeed, #sidenews img {
	box-shadow: 0 2px 10px #000;
	border: 2px solid #000;
}
#wrap {
	max-width: 1000px;
	min-width: 800px;
	margin: 0 auto;
}
#main {
	float: left;
	width: calc(100% - 340px);
	margin-top: 50px;
}

/*-----  changes circa november 2016 -----*/
.dtop-ad{
	background:url('img/bg-cad.png');
	border:1px solid black;
	margin: 5px auto;
	box-shadow: 0px 0px 15px #000;	
}

@media screen and (max-width: 768px) {
	.dtop-ad{
		width:320px;
	}
}
@media screen and (min-width: 768px) {
	.dtop-ad	{
		min-width:768px;
	}
}
	
.mob-ad{
	background:url('img/bg-cad.png');
	border:1px solid black;
	box-shadow: 0px 0px 15px #000;
	min-width:320px;
}

.btm-soc{
	float:right;
	margin-top:-20px;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}
/* ------  COMIC PAGE ------ */

.comiccontrols {
	clear: both;
	text-align: center;
	margin: 10px auto;
	background:color:#fff;
}
.divide {
	color: #444;
	font: 200 12px Lato, Arial;
	padding: 0px;
}
.counttop span {
	background: #363;
	display: inline;
	padding: 3px 4px;
	border-radius: 3px;
	margin-left: 5px;
	color: #fff;
}
.bottomcontrols {
	clear: both;
	text-align: left;
	margin-top: 17px;
	margin-bottom: 14px;
	margin-left: 5px;
}
.comicnav {
	display: inline-block;
	margin:0px;
	padding:0px;
	margin-left:-15px;
	margin-right:-15px;
	
}
.comicnav.bottomnav a {
	border-top: 0;
	background: #222;
}
.comicnav a, .page-numbers  {
	font: 10px Play, Arial;
	color: #fff;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	padding-right:7px;
	background:#3D624C;
	vertical-align:middle !important;
}
.comicnav span a {
	background: #3D624C;
}
.comicnav span:hover a {
	background: #0b0;
	text-shadow: 0 1px 3px #000;
	text-decoration:none;
}

.comicnav a:hover {
	color: #fff;
	background: #0b0;
	text-shadow: 0 1px 3px #000;
	text-decoration:none;
}
.pagination-area {
    height: 30px;
}
.comicpage {
	width: 100%;
	/*
	border-top: 1px solid rgba(255,255,255,0.1);
	box-shadow: 0 4px 10px #000;
	padding: 2px 2px 2px 2px;
	background: #444;
	*/
}
#shareit {
	display: none;
}
.comicpage img {
	/* width: calc(100% - 4px); */
	margin: 0 auto;
	display: block;
	box-shadow: 0 4px 10px #000;
	border: 2px solid #000;
	position: relative;
	z-index: 99;
}
/* ------  COMIC BLOG ------ */

#comicblog {
	color: #fff;
	display: block;
	/* margin-top: 40px;*/
	padding: 14px;
	/* background: rgba(0,0,0,0.3);*/
	width: calc(100% - 25px);
}
h3 {
	font: 100 28px Oswald, Arial;
	color: #fff;
}
.comicdate {
	font: 12px Play, Arial;
	margin-bottom: 28px;
	margin-top: 1px;
	color: #595 !important;
}
#comicblog .comicicon {
	float: left;
	height: 50px;
	margin-right: 15px;
}
#comicblog p {
	font: 15px 'PT Sans', Arial;
	color: #ccc;
	margin-bottom: 20px;
}
#comicblog p strong {
	color: #fff;
}
#comicblog a {
	color: #0c0;
	margin-top: 15px;
	font-family: Play, Arial;
}

.comicblog a {
	color: #0c0;
	display: block;
	margin-top: 15px;
	font-family: Play, Arial;
}
/*
#comicblog a:before {
	content: "■";
	display: block;
	float: left;
	margin: -1px 4px 0 -1px;
}
*/
#shareit {
	float: right;
	margin-top: -16px;
	margin-right: -1px;
}
.comic #shareit {
	margin-top: -49px;
}
.count {
	background: #363;
	display: inline-block;
	position: absolute;
	border-radius: 2px;
	padding: 3px;
	color: #fff;
	font: 10px Play, Arial;
	margin-left: -16px;
	margin-top: 28px;
}
#shareit img {
	opacity: 0.6;
}
#shareit img:hover {
	opacity: 1;
}
hr {
	margin: 20px 0;
	border: none;
	border-bottom: 1px solid rgba(155,155,155,0.1);
}
/* ------  CAD ADS ------ */

#cadads {
	margin-top: 20px;
	display: inline-block;
	width: calc(100% + 2px);
}
#cadads img {
	width: calc(33.3% - 14px);
	margin-left: 4px;
	float: left;
	border: 2px solid #000;
	box-shadow: 0 4px 10px #000;
}
#cadads img:first-child {
	margin-left: 11px;
}
/* ------  COMIC ARCHIVE ------ */

#main.archive hr {
	border: none;
}
#main.archive .comiccontrols {
	float: right;
}
#main.archive .comicnav a {
	padding: 5px;
}
#main.archive #comicblog {
	display: inline-block;
	padding: 0;
	width: 100%;
}
#main.archive #comicblog a:before {
	content: "";
}
.acomic {
	margin-bottom: 2%;
}
.acomic a {
	margin-top: 0 !important;
}
.acomic:nth-child(3n) {
	/* margin-right: 0; */
}

.comic-wrapper {
    width: 100%;
	/*
    height: 450px;
    padding-bottom: 66.67%;
	*/
    position: relative;
}

.comicpage {
	position: relative;
}

.arrowleft, .arrowright {
	position: absolute;
    top: -webkit-calc(50% - 43px);
    top: -moz-calc(50% - 43px);
    top: calc(50% - 43px);
    z-index: 1;
}
.arrowleft img, .arrowright img {
	border: 0;
	box-shadow: none;
}

.arrowleft {
	left: 10px;	
}

.arrowright {
    right: 10px;	
}

.acomic img {
	width: 100%;
	padding: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.6);
	height:auto;
    display: block;
	margin-left:auto;
	margin-right:auto;
	}
.ayear {
	font: 600 10px Play, Arial;
	color: #fff;
	border-top: 1px solid rgba(155,155,155,0.1);
	background: none;
	margin-bottom: 24px;
	padding-top: 20px;
}
#main.archive .atitle {
	font: 100 11px Play, Arial;
	color: #fff;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 3px;
	margin-top: 10px;
}
.acomic .atitle {
	font: 100 11px Play, Arial;
	color: #fff;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 3px;
	margin-top: 10px;
}
#main.archive .adate {
	font: 9px Play, Arial;
	margin-top: 1px;
	color: #595;
	margin-bottom: 0;
}

.acomic .adate {
	font: 9px Play, Arial;
	margin-top: 1px;
	color: #595;
	margin-bottom: 0;
}

.droparchive, .droparchive2, .droparchive3 {
	display: block;
	transition: none;
	margin-top: 0px;
}

/* ------ DYNAMIC ELEMENTS ------ */
#archive-select {
	padding: 10px;
}
.form-select, .form-button {
	background: #1c1c1c;
	color: #fff;
	border: 1px solid #595;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.form-select {

}
.form-button {

}
.form-button:hover {
	background: #595;
}

/* ------  SIDEBAR ------ */
.main-sidebar {
	margin-top: 5px;
}

#sidebar {
	max-width: 400px;
	margin-top: 18px;
}
.comic #sidebar {
	margin-top: 99px;
}
/* ------  NEWS WIDGET ------ */

#sidenews {
	padding: 0;
	margin-bottom: 40px;
	width: calc(100%);
}
#sidenews .newstitle {
	font: 24px Oswald, Arial;
	color: #fff;
	letter-spacing: -0.5px;
	line-height: 30px;
	text-transform: capitalize;
	margin-right: 30px;
}
#sidenews .newsdate {
	margin-top: 5px;
	font: 10px Play, Arial;
	color: #2b814c;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.newsdate strong {
	color: #0c0;
}
#sidenews .newsexcerpt {
	margin-top: 15px;
	font: 100 12px 'PT Sans', Arial;
	color: #ccc;
}
.sideaction {
	font: 10px Play, Arial;
	color: #0c0;
	margin-top: 14px;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 15px;
}
.sideaction:before {
	content: "■";
	display: block;
	float: left;
	margin: -1px 4px 0 -1px;
}

.sideaction a{
	color:#0c0;	
}

.main-content {
	background: #0c0c0c;
	padding-top: 10px;
}
/* ------  TWITTER WIDGET ------ */

#twitterwidget {
	padding-left: 3px;
	padding-bottom: 3px;
	background: none;
	box-shadow: none;
	border: none;
}
#twitterfeed {
	width: calc(90% - 4px);
	box-shadow: none;
	border: none;
	text-align: center;
	margin: 0 auto;
	background: url(img/twitter-bg.png) bottom center no-repeat;
	padding: 5% 5% 160px 5%;
	background-size: 200px;
}
#twitterfeed p {
	color: #000;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin: 8px auto;
	text-align: center;
	display: inline-block;
	font: 11px Play, Arial;
	min-width:180px;
}
/* ------  RECOMMENDED ------ */

#recommend {
	padding: 0 20px 20px 20px;
	margin-bottom: 40px;
	margin-bottom: 20px;
	width: calc(100% - 36px);
}
#recommend h2 {
	font: 100 24px Oswald, Arial;
	color: #fff;
	line-height: 28px;
	text-transform: capitalize;
	margin-right: 30px;
	text-shadow: 0 -1px 1px #000;
	margin-bottom: 20px;
}
#recommend h5 {
	font: 12px Play, Arial;
	margin-bottom: 6px;
	margin-top: 1px;
	color: #595;
}
#recommend ul {
	margin-bottom: 20px;
}
#recommend ul:last-child {
	margin-bottom: 0;
}
#recommend li {
	font: 11px Play, Arial;
	list-style-type: square;
	list-style-position: inside;
	color: #fff;
	margin-top: 2px;
	color: #fff;
}
#recommend li a {
	color: #bbb;
}
#recommend li a:hover {
	color: #fff;
	text-shadow: 0 0 15px #000;
}
/* ------  FOOTER ------ */


#footer {
	text-align: right;
	display: block;
	background: #000;
	padding: 14px;
	font: 10px Montserrat, Arial;
	color: #444;
	-webkit-font-smoothing: antialiased;
	margin-top: 36px;
}
#footer a {
	color: #777
}
#footer a:hover {
	color: #0c3;
}
.footlinks {
	float: left;
}

/* @comment */

.expand-comment {text-align:center; padding-top:10px; margin-bottom:-3px !important; }

.expand-comment span a {display:inline !important; }
.expand-comment span a::before {content:'' !important; }

.expand-comment span {font:11px Play, Arial;}
.dropcomment {display: block; transition:none;}



#comments a:before {content:''; }

#respond h3 {
	color: # ;
text-transform: uppercase;
margin-bottom: 10px;
}

#carea {color:#ddd; font: 12px Play, Arial;}
	#carea p {margin-bottom:7px;}
	#carea a {color:#393;
}
		#carea a:hover {color:#fff; /* text-shadow:0 0 9px #3f3 */;}
	
	#respond textarea {width: 96%;padding: 2%; font:13px Ruda, Arial;}
	#respond input#submit {display:block; background:#f40; padding:7px 9px 6px 9px; border:none; font:12px Iceland, Ruda; text-transform:uppercase; color:#fff; text-shadow:0 -1px 1px #000; border-top:1px solid rgba(255,255,255,0.3);
		box-shadow:0 2px 5px #000; -moz-box-shadow:0 2px 5px #000; -webkit-box-shadow:0 2px 5px #000;}
		
		#respond input#submit:hover {background:#f70; box-shadow:0 0 3px #f60; -moz-box-shadow:0 0 3px #f60; -webkit-box-shadow:0 0 3px #f60; }


#comments > #respond {margin-top:0 !important; margin-bottom:20px !important; padding:0 !important;box-shadow:none !important;}
#respond {display: block;margin-bottom: 30px !important;margin-top: 40px !important;box-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;padding: 20px !important;}

	
#comments .logged-in-as {font:10px Arial; color:#999; display:block; float: right; margin-right: 12px;margin-top: -31px;} 	

#comments label {display:none;}
#comments .form-allowed-tags {font-size:12px; margin-bottom:20px;}
#comments code { width:auto; margin:0 0 20px 0; font:13px Iceland; padding:10px; color:#999; }


#comments-title {display:none; font:bold 18px ProximaNovaCond;  padding: 8px 0 6px 0; border-top: 1px solid #eef; color:#136;}

ul.commentlist, ul.children {
	background: none;
}
ul.commentlist {
	padding: 0px;
}
ul.children {
	padding: 0 0 0px 45px;
}
li.comment {
	list-style: none;
	padding: 14px 0;
	margin: 0px 0px 5px 0px !important;
	font-size: 12px;
 }

.children .children {margin-bottom:30px;}

.comment-author img {float: left;
border: 1px solid rgba(255,255,255,0.2);
margin: -1px 10px 0px 0px;
height: 32px;
width: 32px;}

.comment-author {font: bold 12px Play, Arial;
color: #fff;
text-transform: uppercase;
	margin-bottom:5px;
}

p.meta {
	font: normal 10px 'Play', Arial !important;
	color: #454 !important;
	padding: 0 0 0px 0px;
	margin: -18px 0 -10px 0px;
	float:right;
}
.comment-body  {
margin-left:44px;
margin-right:0;
line-height: 17px;
margin-bottom:10px;
}
.comment-body p {font-size:12px !important; color:#999 !important;}
 

#yjl-wrap {margin:0 auto; display:inline-block; width:100%; text-align:center;}
.yjl-pager{height: 27px;
margin: 50px 0;
  text-align: center;
display: inline-block ;
overflow:hidden;}

.yjl-pager span {
	padding: 7px 11px 6px 10px;
 	text-align:center;
	display:inline-block;
	width:auto;
	margin-right:2px;
	margin-left:4px;
	float:left;
	border:none;
 	background: #222;
	font:10px Play, Arial; color:#aaa; 

}
.yjl-pager .page-number {margin-right: 2px; margin-left:4px;}

.yjl-more {background:none !important; padding:0 !important; margin:none !important; float:none !important; display:inline-block !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	}
	
.yjl-pager span:hover{background:#0b0;color:#fff;}
.yjl-pager .gray {opacity:0.5; background:#666;}
.yjl-pager .currentPager { background:#0b0; color:#fff;  }

/* HTML styling seemed funky, may need to reset it. Or just get rid of above * style   */


strike {margin:0 !important; line-height: inherit !important; color:inherit !important; font:inherit !important;}

 
.comment-reply-link, .comment-reply-login  {font: 9px Play,Arial !important;
text-transform: uppercase;
border-top: 1px solid rgba(0,100,0,0.1);
display: block;
padding-top: 7px;
margin-left: 44px;
margin-right: 0;}

#cancel-comment-reply-link {font:12px Iceland; text-transform:uppercase; border-left:1px solid rgba(255,130,0,0.2);  padding-top:0px; 
	 margin-left:10px;  margin-top:-3px; padding-left: 10px; }
	 a#cancel-comment-reply-link {color:#ff0; text-shadow:0 0 10px #f30;}
	 a#cancel-comment-reply-link:hover {color:#fff; text-shadow:none;}

.must-log-in {padding-top:10px;
text-align:center;}
.must-log-in a, .must-log-in a:visited {display: inline !important; font-weight:bold; color:#297;}
	.must-log-in a:hover {font-weight:bold; color:#279; text-decoration:underline; }

.yjl-mes {color:#297; padding-top:20px; display:block; font:bold 18px ProximaNovaCond, Arial;}


.commentmetadata{
	float:right;	
}

#comment{
	color:black;	
}



/* End Comment Styles */

/*Theme Check Required */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.header-inner {
	margin: 0 auto;
	position: relative;
	height:100px;
}

 @media screen and (max-width: 768px) {
 	.comicnav a {
	 	font: 10px Play, Arial;
	 	color: #fff;
	 	padding: 15px;
	 	background:#3D624C;
	 	vertical-align:middle !important;
 	}
 	.facebook-nav-box, .twitter-nav-box {
 		display: none;
 	}
 	.acomic {
 		margin-bottom: 25px;
 	}
 	.mob-ad {
 		margin: 10px 0;
 	}
	 .nav-label {
	 	display: none;
	 }
	 .comicnav {
	 	width: 100%;
	 	margin: 10px 0;
	 }
	.hide-mobile {
		 display: none;
		}
	.logo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.addesk {
		display: none;
	}
	.expand-menu {
	    visibility: visible;
	    position: absolute;
	    display: block;
	    top: 27px;
	    right: 20px;
	}

	.login {
		font: 14px Play, Arial;
		border-bottom: none !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		border-right: none;
		display: block;
		margin-top: -4px;
		text-align:center;
		background:none;
	}
	.login::before{
			content: url(img/login.png);
			padding-right:5px;
	}

	.desktop-search{
		visibility:hidden;	
	}

	input.saerch{
	float:none;
	margin-bottom: 20px;
	}
	
	.parentlist::after{
		border-left:none !important;
		border-right:none;
		border-top:none;

	}
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
	#halosearch {
		display: none;
	}
	.hide-mobile {
		 display: none;
	}
	.mob-ad {
		display: none;
	}
	.ad-container {
		display: none;
	}
	.main-content {
		margin: 110px auto 0px auto;
		float: none;
	}
}
@media screen and (min-width: 769px) {
	.expand-menu {
		visibility: hidden;
		display:none;
	}
	.admobile {
		display: none;
	}
	.dropmenu {
		visibility: hidden;
		height:0px;
	}
}
@media screen and (min-width: 1201px) {
	#sidebar{
		 max-width:767px;	
	}
	.header-inner {
    		width: 1170px;
	}
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}