
/*
Theme Name: MercWorks
Theme URI: 
Author: MercWorks
Author URI: http://themegrill.com
Version: 0.1
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;		font-family: 'Open Sans', sans-serif;		font-weight:500;	
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
   font-weight: bold;
}
th, td {
   border: 1px solid #EAEAEA;
   padding: 3px 10px;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
embed, iframe, object {
	max-width: 100%;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}
/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #666666;
	font: 32px 'Open Sans', sans-serif;
	line-height: 40px;
	word-wrap: break-word;
}
body {
	background: #fff;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {	color:#4b5a90;	font-weight:700;
}
h1 { font-size: 26px; }
h2 { font-size: 28px; }
h3 { font-size: 14px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
h6 { font-size: 19px; }h3.post-date {	font-weight:700;	font-size:12px;	color:#8094dc;}h1.title, h2.comic-post-title{	font-weight:700 !important; 	color:#4b5a90;	font-size:24px;	padding-bottom:17px;}h2.comic-post-title a {	font-weight:700 !important; 	color:#4b5a90;	}h2.comic-post-title a:hover{	color:#a7b5e7;	}.comic-chapter {display:none;}
hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}
h1.entry-title {
	margin-bottom:10px;
}


@media only screen and (min-device-width : 100%) and (max-device-width : 100%){
	h1 { font-size: 52px; }
	h2 { font-size: 56px; }
	h3 { font-size: 28px;
		line-height:40px;}
	h4 { font-size: 48px; }
	h5 { font-size: 44px; }
	h6 { font-size: 37px; }
	h3.post-date {	font-weight:700;	font-size:24px;	color:#8094dc;margin-bottom:20px;}
	h1.title, h2.comic-post-title{	font-weight:700 !important; 	color:#4b5a90;	font-size:48px;	padding-bottom:64px;}
	h2.comic-post-title a {	font-weight:700 !important; 	color:#4b5a90;	}
	h2.comic-post-title a:hover{	color:#a7b5e7;	}
	.comic-chapter {display:none;}
}
/* =TEXT ELEMENTS
----------------------------------------------- */
p {
	line-height: 24px;
	margin-bottom: 15px;
	font-size: 13px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #EAEAEA;
}
pre, code, kbd, var, samp, tt {
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 19px;
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}
address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}
ins {
	background: #F8F8F8;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* mobile */
@media only screen and (min-device-width : 100%) and (max-device-width : 100%){
	p {
	line-height: 48px;
	margin-bottom: 40px;
	font-size: 26px;
	}
	strong {
		font-weight: bold;
	}
	cite, em, i {
		font-style: italic;
	}
	pre {
		background-color: #fff;
		margin-bottom: 20px;
		overflow: auto;
		padding: 20px;
		border: 1px solid #EAEAEA;
	}
	pre, code, kbd, var, samp, tt {
		font-family:"Courier 10 Pitch",Courier,monospace;
		font-size: 14px;
		line-height: 19px;
		white-space: pre-wrap;
	}
	abbr, acronym, dfn {
		border-bottom: 1px dotted #666666;
		cursor: help;
	}
	address {
		display: block;
		font-style: italic;
		margin: 0 0 15px;
	}
	ins {
		background: #F8F8F8;
	}
	table {
		margin: 0 0 1.5em;
		width: 100%;
	}
}


/*****************************************************************/
/*****************************************************************/
/* NAVIGATION----------------------------------------------- */.search-wrap {margin-top:17px;margin-left:25px;width:230px;height:34px;background:url('images/search.png') no-repeat;}.search-wrap input {	background:none;	border:none;	width:158px;	outline : none;	position: relative;	top: -10px;	left: 10px;}.search-wrap button {	width:43px;	height:30px;	background:url('images/search_icon.png') no-repeat;	margin-top: 2px;	outline : none;}.search-wrap input:hover, .search-wrap input:active, .search-wrap input:focus  {		outline : none;		border:0;}.search-wrap button:hover, .search-wrap button:active, .search-wrap button:focus {	background-position:0 -30px;	outline : none;	}

#social-container {
	position:relative;
	margin-top:102px;
	padding-bottom:87px;
	z-index:1000;	
	margin-left:0;
}

#social-fb {	background:url('images/social_facebook.png') no-repeat;}

#social-tw {	background:url('images/social_twitter.png') no-repeat;}
#social-rss {	background:url('images/social_rss.png') no-repeat;}

a#social-pa {	
background:url('images/patreon-button.jpg') no-repeat;
width:263px;
height:82px;
position:absolute;
margin-top:-19px;
}
a#social-pa:hover {	
background-position:0px -82px;
}

.social-item {		float: left;	width:60px;		height:60px;		margin-left: 20px;	}

#social-container .social-item:hover {	background-position:0px -61px; }

#comic-foot {	width:518px;
				position: absolute;
				margin-top: 10px;}

#comic-foot #comic-nav-wrapper {	background:none;	border:0; margin-left:30px;color: transparent; }
#comic-foot #comic-nav-wrapper tr.comic-nav-container {}
#comic-foot td.comic-nav {	margin:0;		padding:0;}
#comic-foot td.comic-nav a.comic-nav-base{	display: inline-block;	}
#comic-foot .comic_navi_center {	width:100%;}
#comic-foot .comic_navi {border:0;}

#comic-foot #comic-nav-wrapper tr td a { /* Hide text for nav buttons */
color: transparent;
}
#comic-foot #comic-nav-wrapper .comic-nav-previous{	background: url('images/arrow_prev.png') no-repeat;		white-space: nowrap;	    overflow: hidden;		width: 69px;		height:19px;		margin-left:-48px;	}
#comic-foot #comic-nav-wrapper .comic-nav-next{	background: url('images/arrow_next.png') no-repeat;		 white-space: nowrap;	    overflow: hidden;			width: 69px;		height:19px;		position:relative;		left: 332px;}
#comic-foot td.comic-nav {	width:69px; 		height:19px;}
#comic-foot #comic-nav-wrapper  td.comic-nav .comic-nav-first{		background: url('images/arrow_first.png') no-repeat;		text-indent: 100%;	    white-space: nowrap;	    overflow: hidden;			width:16px;		height:19px;	}
#comic-foot td.comic-nav .comic-nav-last {	width:16px;}#comic-foot td.comic-nav .comic-nav-first {	width:16px;}
#comic-foot #comic-nav-wrapper .comic-nav-last{		background: url('images/arrow_last.png') no-repeat;		text-indent: 100%;	    white-space: nowrap;	    overflow: hidden;			width:16px;		height:19px;		position:relative;		left:337px;}
#comic-foot #comic-nav-wrapper .comic-nav-previous:hover, #comic-foot #comic-nav-wrapper .comic-nav-next:hover , #comic-foot #comic-nav-wrapper td.comic-nav .comic-nav-first:hover, #comic-foot #comic-nav-wrapper .comic-nav-last:hover{	background-position: 0px -19px;}
#comic-foot #comic-nav-wrapper span.comic-nav-void, #comic-foot #comic-nav-wrapper span.comic-nav-void:hover {/*	background: url('images/arrow_void.png') no-repeat;		text-indent: 100%;	    white-space: nowrap;	    overflow: hidden;		width: 31px;		height:26px;	display: inline-block;		background-position: 0 0;	*/	display:none;}
#comic-head #comic-nav-wrapper {	 background:none;	 border:0;	 margin-top:3px;}



#comic-head td.comic-nav {	margin:0;		padding:0;}
#comic-head td.comic-nav a.comic-nav-base{	width: 31px;		height:26px;	display: inline-block;	}
#comic-head .comic_navi_center {	width:100%;}#comic-head .comic_navi {border:0;}
#comic-head #comic-nav-wrapper .comic-nav-previous{	background: url('images/arrow_left.png') no-repeat;		text-indent: 100%;	    white-space: nowrap;	    overflow: hidden;		margin-left:5px;	}
#comic-head #comic-nav-wrapper .comic-nav-next{	background: url('images/arrow_right.png') no-repeat;		text-indent: 100%;	    white-space: nowrap;	    overflow: hidden;		position: relative;		left: 820px;}
#comic-head #comic-nav-wrapper .comic-nav-first{	display:none;	}
#comic-head #comic-nav-wrapper .comic-nav-previous:hover, #comic-head #comic-nav-wrapper .comic-nav-next:hover {	background-position: -31px 0;}
#comic-head #comic-nav-wrapper span.comic-nav-void, #comic-head #comic-nav-wrapper span.comic-nav-void:hover {	background: none;		text-indent: 100%;	    white-space: nowrap;	    overflow: hidden;		width: 31px;		height:26px;	display: inline-block;		background-position: 0 0;}
#comic-head #comic-nav-wrapper span.comic-nav-last, #comic-head #comic-nav-wrapper  .comic-nav-last, #comic-head #comic-nav-wrapper span.comic-nav-first, #comic-head #comic-nav-wrapper .comic-nav-first {	display:none;	}

#comic-head, #comic-foot { text-align:left !important; } 
#comic-head { display:none; }
/* =BODY
----------------------------------------------- */
body {
	padding-bottom: 30px;	color:#282c38;	
}

#maincontainer {
	display:table;
	width:100%;
	height:100%;
}

#iframecontainer {
	display:table-cell;
	width:25%;
    min-width: 308px;
}
#iframecontainer iframe {
	position:fixed;
}
#pagewrapper {
	display:table-cell;	
	z-index:1000;
	position:relative;
}


#page {
	max-width: 900px;
	margin: 0 auto;	
	background-color: #FFFFFF;
}
#comic {
	text-align:left !important; 
}
#header-topwide {	height:128px;	width:100%;	background:#5f667e;}
#header-adspace {	position:absolute;	width: 900px;	margin: 0 auto;		margin-top:-128px;}
#header-text-nav-container {
	border-bottom: 1px solid #EAEAEA;
}
#menu-container {	padding-top:85px;		width:590px;		height:56px;} 
#menu {	position:absolute;		min-width:590px;	}
li.menu-item {	width:108px;		height:128px;		cursor:pointer;		float:left;		margin-right:49px;}
li.menu-item:hover{	width:108px;		height:128px;	background-position:0px 128px;}
#menu a {	width:108px;		height:128px;		display:block;		outline : none;}
li#menu-comics {	background-image:url('images/menu_comics.png');}
li#menu-pyramid {	background-image:url('images/menu_pyramid.png');}
li#menu-tee {	background-image:url('images/menu_teespring.png');}
li#menu-webtoon {	background-image:url('images/menu_webtoon.png'); margin-right:0px;}
li#menu-webtoon-alt { background-image:url('images/webtoon-quicklink.png'); margin-right:0px; height:112px;}
li#menu-store {	background-image:url('images/menu_store.png');}
li#menu-author {	background-image:url('images/menu_author.png');	margin-right:0px;}
li#menu-ks {	background-image:url('images/menu_KS.png');	width:240px;}

.inner-wrap {
	margin: 0 auto;
	max-width: 900px;
}
/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#content-topborder {
	width:900px;
	height:19px;
	background:url('images/body_topborder.png') no-repeat;
	}
#content-wrapper {
	width:900px;
	height:inherit;
	background:url('images/body_background.png') repeat-y;}
#primary {
	float: left;
	width: 627px;
}
#primary #content {		
	padding:48px 60px 0 60px;	
}
#primary #content.nonav {		
	padding:30px 60px 0 60px;	
	}
#secondary {
	float: right;
	width: 265px;
}
}

/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
	font-size: 16px;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin: 0 0 0 10px;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	border: 1px solid #EAEAEA;
	border-left: 3px solid #0FBE7C;
	margin-bottom: 20px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* =FORMS
----------------------------------------------- */
input, textarea {
 	-webkit-border-radius: 0px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	padding: 1%;
	border: 1px solid #EAEAEA;
	line-height: 20px;
	width: 98%;
	margin: 0 0 30px;
	background-color: #F8F8F8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #EAEAEA;
}
input.s {
	width: 60%;
	padding: 4px 10px;
	height: 22px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #EAEAEA;
}
input.s:focus {
	padding-left: 10px;
	border-color: #EAEAEA;
	text-indent: 0;
}
.spacious-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   color: #FFFFFF;
	display:inline-block;
   margin-bottom: 30px;
   padding: 5px 25px;
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background-color: #0FBE7C;
	border: 0px;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
   font-size: 16px;
}
.spacious-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.previous a,
.next a {
   color: #666666;
   padding: 5px 25px;
	cursor: pointer;
   border: 1px solid #EAEAEA;
   font-size: 16px;
}
.previous a:hover,
.next a:hover {
	color: #0FBE7C;
}
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
}

/* =LINKS
----------------------------------------------- */
a {
	color: #0FBE7C;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;	color:#90a4eb;
}

/* =IMAGES
----------------------------------------------- */
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
	margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
	/*max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {

}
img.size-full, img.size-large {/*
	max-width: 100%;
	height: auto;*/
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img {

}
img#wpstats {
 	display: none;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
.tg-after-three-blocks-clearfix {
	clear: both;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =HEADER
----------------------------------------------- */

/* =SEARCH WIDGET
----------------------------------------------- */

/* =NAVIGATION
----------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}
.main-navigation {
	float: right;
	padding-top: 5px;
}
.main-navigation li {
	float: left;
	position: relative;
	padding: 0 0 0 25px;
}
.main-navigation ul li a {
	font-size: 16px;
}
.main-navigation li.default-menu,
li.default-menu {
	display: none;
}
.main-navigation a {
	color: #444444;
	display: block;
	float: left;
	padding: 16px 0 0;
	height: 30px;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	color: #0FBE7C;
}

/* =DROP DOWN
----------------------------------------------- */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display:block;
}
.main-navigation ul li ul {
	position: absolute;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border-top: 1px solid #0FBE7C;
	top: 45px;
	left: 25px;
	width: 150px;
}
.main-navigation ul li ul li {
	float: none;
	border-bottom: 1px solid #EAEAEA;
	padding: 0;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	line-height: 21px;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	padding: 6px 10px;
	color: #666666;
}
.main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
	color: #0FBE7C;
}
.main-navigation ul li ul li ul {
	left: 150px;
	top: -1px;
}
.main-navigation select {
	display: none;
}

/* =SMALL MENU
----------------------------------------------- */

/* =SECONDARY MENUS
----------------------------------------------- */
.small-menu {
	float: right;
}
.small-menu li {
	float: left;
	position: relative;
}
.small-menu li.default-menu,
li.default-menu {
	display: none;
}
.small-menu a {
	color: #666666;
	display: block;
	float: left;
	font-size: 10px;
	height: 21px;
	padding: 5px 0 0 16px;
	font-size: 12px;
}
.small-menu a:hover,
.small-menu ul li.current-menu-item a,
.small-menu ul li.current_page_ancestor a,
.small-menu ul li.current-menu-ancestor a,
.small-menu ul li.current_page_item a,
.small-menu ul li:hover > a {
	color: #0FBE7C;
}

/* =FEATURED SLIDER
----------------------------------------------- */

/* =CONTENT
----------------------------------------------- */
.sticky {
}
#main {
	padding: 20px 0 10px 0; 
}
.widget_service_block {
	margin-bottom: 30px;
	padding-top: 30px;
}
.widget_service_block .widget-title {
	font-size: 22px;
	padding-bottom: 10px;
}
.widget_service_block p {
	padding-bottom: 0;
}
.widget_service_block .more-link-wrap {
	text-align: center;
}
.widget_service_block a.more-link:hover, .widget_featured_single_post a.read-more:hover {
	text-decoration: underline;
}
.widget-title a {
	color: #444444;
}
.tg-one-half .widget-title a:hover,
.tg-one-third .widget-title a:hover,
.tg-one-fourth .widget-title a:hover {
	color: #0FBE7C;
}
.tg-one-half p,
.tg-one-third p,
.tg-one-fourth p {
	text-align: center;
}
.tg-one-half .service-image,
.tg-one-third .service-image,
.tg-one-fourth .service-image {
	text-align: center;
}
.tg-one-half .widget-title,
.tg-one-third .widget-title,
.tg-one-fourth .widget-title {
	text-align: center;
}
.tg-one-third {
	float: left;
	width: 28.407225%;
	margin: 0 2.46305419%;
	padding: 0px 0px 30px;
}
.tg-one-fourth {
	float: left;
	width: 23.1527094%;
	margin: 0 2.46305419% 0 0;
	padding: 0px 0px 30px;
}
.tg-one-fourth-last {
	margin: 0px;
}
.tg-one-half {
	float: left;
	width: 48.7684729%;
	margin: 0 2.46305419% 0 0;
	padding: 0px 0px 30px;
}
.tg-one-half-last {
	float: right;
	margin: 0px;
}
.widget_recent_work {
	margin-bottom: 20px;
}
.widget_recent_work img {
	margin-bottom: 0px;
}
.widget_recent_work .tg-one-half .widget-title,
.widget_recent_work .tg-one-third .widget-title,
.widget_recent_work .tg-one-fourth .widget-title {
	font-size: 22px;
	padding-bottom: 8px;
	text-align: left;
}
.widget_recent_work .tg-one-half p,
.widget_recent_work .tg-one-third p,
.widget_recent_work .tg-one-fourth p {
	text-align: left;
}
.widget_recent_work .tg-one-half .service-image,
.widget_recent_work .tg-one-third .service-image,
.widget_recent_work .tg-one-fourth .service-image {
	text-align: center;
	padding-bottom: 0;
}
.widget_featured_single_post {
	padding-bottom: 30px;
}
.widget_featured_single_post .widget-title {
	font-size: 22px;
}
.widget_featured_single_post .widget-title,
.widget_featured_single_post p,
.widget_featured_single_post .service-image {
	text-align: left;
}
.widget_featured_single_post .service-image {
	padding-bottom: 0px;
}
.widget_featured_post {
	margin-bottom: 20px;
}
.widget_featured_post .main-title {
	font-size: 24px;
	padding-bottom: 8px;
}
.container-featured-widget-head {
	padding-top: 10px;
	padding-bottom: 15px;
}
.widget_featured_post .tg-one-half .widget-title,
.widget_featured_post .tg-one-third .widget-title,
.widget_featured_post .tg-one-fourth .widget-title {
	text-align: left;
	font-size: 20px;
	padding-bottom: 8px;
	line-height: 22px;
}
.widget_featured_post .tg-one-half p,
.widget_featured_post .tg-one-third p,
.widget_featured_post .tg-one-fourth p {
	text-align: left;
}
.widget_featured_post .meta {
	font-size: 12px;
	padding: 3px;
}
.wide-978 .widget_featured_post .meta,
.narrow-978 .widget_featured_post .meta {
	font-size: 11px;
}

/* =META
----------------------------------------------- */
.meta {
	border-bottom: 1px dashed #EAEAEA;
	border-top: 1px dashed #EAEAEA;
	padding: 5px;
	font-size: 15px;
}
.meta li:first-child {
	border-left: 0 none;
	padding-left: 0 !important;
}
.meta li {
	border-left: 1px solid #EAEAEA;
	float: left;
	padding: 0 6px 0 6px !important;
	border-bottom: none !important;
}
.meta li:last-child {
	float: right;
	border-left: 0 none;
	padding-right: 0px !important;
}
.main-title {
	text-align: center;
	text-transform: uppercase;
}
.main-description {
	text-align: center;
}

/* =NAVIGATION
----------------------------------------------- */ul.default-wp-page {	display:none;}
.default-wp-page .previous {
	float: left;
	margin-bottom: 30px;
}
.default-wp-page .next {
	float: right;
	margin-bottom: 30px;
}
.wp-pagenavi {
	text-align: center;
}
#content .wp-pagenavi .page {
   padding-bottom: 3px;
}

/* =PAGINATION
----------------------------------------------- */
.pagination {
	margin: 15px 0;
}
.pagination span {
	padding: 2px 5px;
	border: 1px solid #EAEAEA;
	background-color: #0FBE7C;
	color: #FFFFFF;
}
.pagination a span {
	background-color: #FFFFFF;
	color: #666666;
}
.pagination a span:hover {
	color: #0FBE7C;
	border-color: #0FBE7C;
	text-decoration: none;
}


/* =MEDIA
----------------------------------------------- */
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}
.gallery-caption {
}

/* =WORDPRESS GALLERY SUPPORT
----------------------------------------------- */
.gallery {
	margin: 0 auto 2em;
}
.gallery .gallery-item {
	float: left;
	display: block;
	background: #fff;
	margin: 10px 1.5% 20px;
	text-align: center;
}
.gallery .gallery-item:hover { }
.gallery .gallery-icon {
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
}
.gallery-columns-1 .gallery-item { float: none; text-align: center; width:100%; margin: 10px 0 20px; }
.gallery-columns-2 .gallery-item { width:47%; }
.gallery-columns-3 .gallery-item { width:30%; }
.gallery-columns-4 .gallery-item { width:22%; }
.gallery-columns-5 .gallery-item { width:17%; }
.gallery-columns-6 .gallery-item { width:13.6%; }
.gallery-columns-7 .gallery-item { width:12.25%; margin:10px 1% 10px; }
.gallery-columns-8 .gallery-item { width:10.5%; margin:10px 1% 10px; }
.gallery-columns-9 .gallery-item { width:9.11%; margin:10px 1% 10px; }
.gallery dl a {
	display: block;
}
.gallery dl a img {
	height: auto;
	margin: 0 auto;
}
.gallery .gallery-caption {
	font-size: 14px;
	line-height: 1.2em;
	margin: 10px 0 0;
}
.gallery br+br { display:none; }

/* =COMMENTS
----------------------------------------------- */
#comments {
	    z-index: 1000;
    position: relative;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments h5,
#comments h6 {
   margin-bottom: 1rem;
}
#comments h2.comments-title {	margin-bottom: 10px;		font-size:20px;
}#comments h2.comments-title  span {	font-weight:700;}
.avatar {
	border-radius: 50%;
	float: left;
}
.comments-area article header {
	margin: 0 0 0px;
	overflow: hidden;
	position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {	font-size:11px;
	display: block;		float:left;
	margin-left: 20px;	color: #4b5a90;
}.comments-area .comment-date-time {	font-size:11px;	color: #999999;		float:right;	}.comments-area .comment-edit-link {	float:right;}.comments-area .comment-author-link  {	color: #282c38;		font-size:14px;		font-weight:700;	 }.comment-meta {		height:50px;}.comment-content  {}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #0FBE7C;
}
.comments-area .comment-author-link a {
	color: #4b5a90;		font-size:14px;		font-weight:700;	
}
.comments-area .comment-author-link a:hover {
	color: #0FBE7C;		font-weight:700;
}
.comments-area .comment-author-link span {
	margin-left: 20px;
	padding: 0 5px;
	background-color: #0FBE7C;
	color: #FFFFFF;
	border-radius: 3px;
}article.comment {	background:#fff;	border: 1px solid #c4c5c6;		padding: 20px 20px 0 20px;	}
.comment-content {
	padding-bottom:5px;		margin-left:60px;		margin-top:-10px;
	position:relative;
	z-index:1000;
}
.comment {
	margin-bottom: 5px;
}
.comment ul, .comment ol {
   margin: 0 0 20px 20px;
}
.comment ul {
   list-style: square outside none;
}
.comment .comment-reply-link {
	float: right;
	color: #4b5a90;	font-size:13px;		margin-top:-10px;
}
.comment .comment-reply-link:hover {
	color: #8094dc;
}.comment-respond {	margin-top:-30px;}li.depth-2 {	position:relative;	left:10px;	}li.depth-3 {	position:relative;	left:20px;	}li.depth-4 {	position:relative;	left:30px;	}

.comment-list {
	margin-bottom: 34px;
	margin-bottom: 3.4rem;		padding-top:0px;
}
.comment-list .children {
   margin-left: 20px;
}
.comment-list, .comment-list .children {
	list-style-type: none;
}
.screen-reader-text { display: none; }
.nav-previous,
.nav-next {
   margin-bottom: 15px;
}
.nav-previous a,
.nav-next a {
   color: #666666;
   padding: 5px 25px;
	cursor: pointer;
   border: 1px solid #EAEAEA;
   font-size: 16px;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #0FBE7C;
}

/* =COMMENT FORM
----------------------------------------------- */
#respond {
}
#respond h3#reply-title {
	line-height: 1.5;	display:none;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 1rem;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}
#respond form {
	margin: 24px 0;
	margin: 2.4rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 1.1rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}
#respond form label {
	display: block;
	line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =WIDGETS
----------------------------------------------- */
#secondary .widget ul li, #colophon .widget ul li {
	line-height: 1.5;
	padding: 5px 0;
}
#secondary a {
 color:#4b5a90;
}
#secondary a:hover {
color:#dfe4f1;
}
#colophon .widget ul li {
	border-bottom: 1px solid #444444;
}
#secondary .widget ul li li, #colophon .widget ul li li {
	border-bottom: none;
}
#secondary .widget ul ul, #colophon .widget ul ul {
	padding-left: 10px;
}
.widget select {
	border: 1px solid #DDDDDD;
	color: #666666;
	padding: 2px;
	width: 60%;
}
#secondary h3.widget-title {
	font-size: 22px;
	padding-bottom: 5px;
	color: #D5D5D5;
	font-weight: 700 !important;
color: #4b5a90;
}
#secondary .widget, .error-404 .widget {
	margin-bottom: 35px;
	font-size: 16px;
}
.widget_recent_entries {
margin-left:48px;
margin-right:48px;
}

#secondary a:hover {
	text-decoration: underline;
}
.error-404 {
	padding-bottom: 20px;
	text-align: center;
}
.error-404 input.s {
	width: 50%;
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
	background-color: #333333;
	border-top: 1px solid #EAEAEA;
}
.footer-widgets-area {
	padding-top: 30px;
	padding-bottom: 10px;
	color: #999999;
}
.footer-widgets-area .tg-one-fourth .widget-title {
	text-align: left;
}
.footer-widgets-area h3.widget-title {
	color: #D5D5D5;
	font-weight: 700 !important;
color: #4b5a90;
font-size: 24px;
}
.footer-widgets-area a {
	color: #D5D5D5 !important;
}
.footer-widgets-area a:hover {
	color: #0FBE7C !important;
}
#colophon .widget {
	padding-bottom: 25px;
}
#colophon .widget-title {
	font-size: 22px;
	line-height: 32px;
}
#colophon, #colophon p {
	font-size: 14px;
	line-height: 18px;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
	padding: 10px 0px;
	background-color: #F8F8F8;
	border-top: 1px solid #EAEAEA;
}
.footer-socket-area {
	width: 100%;
}
.footer-socket-wrapper .copyright {
	color: #666666;
	max-width: 50%;
	float: left;
	font-size: 12px;
}
.footer-socket-wrapper .copyright a {
	color: #666666;
}
.footer-socket-wrapper .copyright a:hover {
	color: #0FBE7C;
}
.footer-socket-wrapper .small-menu {
	float: right;
}
.footer-socket-wrapper .small-menu a {
	padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
	top: 21px;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
	display:none;
}
/* =READ MORE LINK
----------------------------------------------- */
.read-more, .more-link {
	font-size: 14px;
	color: #0FBE7C;
}
/* =LEFT SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.spw_ad {	text-align:center;	margin-left:auto;	margin-right:auto;	background:#dfe4f1;     -moz-border-radius: 7px;    -webkit-border-radius: 7px;    -khtml-border-radius: 7px;    border-radius: 7px;	padding:5px;	width:auto;}
.left-sidebar #primary {
	float: right;
}
.left-sidebar #secondary {
	float: left;
}

/* =NO SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}
.no-sidebar-full-width #primary {
	width: 100%;
}
.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
	display: none;
}

/* =POST CONTENT
----------------------------------------------- */
#content .post, #content .page {
	padding-bottom: 45px;
}
.single #content .post {
	padding-bottom: 25px;
}
.post .entry-title, .page .entry-title {
	font-weight:700;
}
.post .entry-title a, .page .entry-title a {
	color: #444444;		font-weight:700;
}
.post .entry-title a:hover, .page .entry-title a:hover {
	color: #0FBE7C;
}
.post .entry-content {
	margin-bottom: 10px;
}
.entry-content ul {
	list-style: square;
}
.entry-content ul,
.entry-content ol {
	padding: 0 0 0 35px;
   margin-bottom: 15px;
}
.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
}
.post .entry-content a:hover {
	text-decoration: underline;
}
.blog-medium .post .post-featured-image {
	float: left;
	width: 36%;
	text-align: left;
	padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(odd) figure {
	float: left;
	padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(even) figure {
	float: right;
	padding-left: 4%;
}
.post .entry-meta {
	border: 1px solid #EAEAEA;
	font-size: 14px;
	color: #666666;
	margin: 0 0 20px;
}
.post .entry-meta .by-author,
.post .entry-meta .date,
.post .entry-meta .category,
.post .entry-meta .comments,
.post .entry-meta .edit-link {
	padding: 5px 10px;
}
.post .entry-meta .read-more-link {
	padding: 5px 10px;
	background-color: #0FBE7C;
	float: right;
	border-right: none;
}
.post .entry-meta .read-more-link:hover {
	-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
	box-shadow:0 0 2px rgba(0, 0, 0, 0.6);
}
.post .entry-meta a, .type-page .entry-meta a {
	color: #666666;
}
.post .entry-meta a.read-more {
	color: #FFFFFF;
}
.post .entry-meta a.read-more:hover {
	color: #FFFFFF;
}
.post .entry-meta a:hover, .type-page .entry-meta a:hover {
	color: #0FBE7C;
}
.post .entry-meta span {
	float: left;
	padding: 0 6px 0 6px;
}
.post .entry-meta span:first-child {
	border-left: none;
}
.post .entry-meta .by-author:before,
.post .entry-meta .date:before,
.post .entry-meta .category:before,
.post .entry-meta .comments:before,
.post .entry-meta .edit-link:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}
.post .entry-meta .by-author:before { content: '\f304'; }
.post .entry-meta .date:before { content: '\f307'; }
.post .entry-meta .category:before { content: '\f301'; }
.post .entry-meta .comments:before { content: '\f300'; }
.post .entry-meta .edit-link:before { 	content: '\f411'; }
.single #content .tags {
	margin: 30px 0;		display:none;
}
.single #content .tags a {
	border: 1px solid #EAEAEA;
	padding: 3px 5px;
	border-radius: 3px;
	color: #666666;
}
.single #content .tags a:hover {
	color: #0FBE7C;
	text-decoration: none;
}
.page-content .search-wrap {
display:none;
}
.comic-archive-date {
font-size: 12px;
}
.comic-archive-title {
font-size:14px;
}
.archive-link a{color:#4b5a90;font-family:Open Sans;font-weight:700;text-align:center;margin-left: 280px;z-index: 1000;position: absolute;font-size: 17px;}
.archive-link a:hover {color:#a7b5e7;}





@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
	body {
	margin: 0;
		width:100%;
	}
	#maincontainer {
	margin: 0;
		width:100%;
	}
	#comic img {
	max-width:100%;
	}
#page {
	margin: 0;
	max-width: 100%;
}
.inner-wrap {
	margin: 0;
	max-width: 100%;
}
/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#content-topborder {
	width:100%;
	height:19px;
	background:url('images/body_topborder.png') no-repeat;
	}
#content-wrapper {
	width:100%;
	height:inherit;
	background:url('images/body_background.png') repeat-y;}
	
	#secondary {
		display:none;
	}
	#primary{
		float:none;
		width:100%;
	}
	#primary #content {		
		padding:96px 60px 0 60px;	
	}
	#primary #content.nonav {		
	padding:60px 60px 0 60px;	
	}
	#content-wrapper{
		background: url(images/body_background-mobile.png) repeat-y;
	}
	#content-topborder {
		   background: url(images/body_topborder-mobile.png) no-repeat;
	}
	
#comic-foot {
	width:100%;
}

#menu-container {	padding-top:85px;		width:100%;		height:56px;} 
#menu {	position:absolute;		min-width:100%; max-width:100%;	}
.inner-wrap {
	max-width:100%;
}

#comic-foot #comic-nav-wrapper .comic-nav-next {
	left:90px;
}
#comic-foot #comic-nav-wrapper .comic-nav-last {
	left:100px;
}
.archive-link a {
	
	margin-left:165px;
}
#iframecontainer {
	display:table-row;
	height:120px;
	width:100%;
}
#sidebar_title {
	width:17%;
	min-width:200px;
	height:150px;
	margin: 0 0 0 1%;
}

	#header-topwide {
		display:none;
	}
		#header-adspace {
		display:none;
	}
	/*
	#secondary {
		display:none;
	}
	#primary{
		float:none;
		width:100%;
	}
	#primary #content {		
		padding:96px 60px 0 60px;	
	}
	#primary #content.nonav {		
	padding:60px 60px 0 60px;	
	}
	#comic-foot {
		width:900px;
	}
	#content-wrapper{
		background: url(images/body_background-mobile.png) repeat-y;
	}
	#content-topborder {
		   background: url(images/body_topborder-mobile.png) no-repeat;
	}
	
	
	
	#comic-foot #comic-nav-wrapper .comic-nav-previous{	
		width: 207px;
		height:57px;
		margin-left:-48px;
		background-size: 207px 114px;
	}
	#comic-foot #comic-nav-wrapper .comic-nav-next{
		width: 207px;
		height:57px;
		position:relative;
		left: 242px;
		background-size: 207px 114px;
		}
#comic-foot td.comic-nav {	width:138px; 		height:1px;}

#comic-foot #comic-nav-wrapper  td.comic-nav .comic-nav-first{		
		width:48px;				
		height:57px;
		background-size: 48px 114px;		}
#comic-foot #comic-nav-wrapper .comic-nav-last{	
		width:48px;				
		height:57px;
		margin-left:20px;
		background-size: 48px 114px;
		}
.comments-area .comment-date-time {	font-size:22px;	color: #999999;		float:right;	}.comments-area .comment-edit-link {	float:right;}.comments-area .comment-author-link  {	color: #282c38;		font-size:28px;		font-weight:700;	 }.comment-meta {		height:100px;}.comment-content  {}
#comments h2.comments-title {	margin-bottom: 20px;		font-size:40px;}
.archive-link a{text-align:center;margin-left: 100%;margin-top:10px;font-size: 36px;}

	#iframecontainer {
		display:none;
	}
	*/
}
.entry-meta-bar .clearfix {	display:none;!important}

