/*
Theme Name: ComicPress GreyMatter
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Philip M. Hofer (Frumph)
Author URI: http://frumph.net/
Version: 1.1
*/

@import url("../comicpress/style.css");


/* GLOBAL STYLES */

.comic-thumb-wrap{
float:left;
margin-left:8px;
}

body, 
body.scheme-ceasel{
	font-family: 'Signika', sans-serif;
	color: #0d0386 !important;
	line-height: 120%;
	background-color: #3e8ede !important;
	background: #3e8ede !important;
	box-shadow: inset 0 0 80px #0e4173;
}

#page{
	width: 100%;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	color: #3f8edd !important;
	padding: 15px 0 !important;
	border-bottom: none !important;
	background: none !important;
	background-color: transparent !important;
}

a {
	color: #3f8edd !important;
}

.sumome-share-client a{
  	color: #fff !important;
}

.searchresults, .archiveresults{
 	color: #0d0386 !important;  
}

body.scheme-ceasel #breadcrumb-wrapper, 
body.scheme-ceasel #wp-paginav, 
body.scheme-ceasel #pagenav{
	border-radius: 0;
    border: none;
    background: transparent;
}

/* HEADER AND MENU */

#header{
	width: 95% !important;
	max-width: 980px;
	height: 175px !important;
	margin: 0 auto;
	box-shadow: none;
	background: url('http://theawkwardyeti.com/wp-content/uploads/2015/10/new-header-transparent.png') !important;
	background-size: cover;
}

#menubar-wrapper{
	width: 100% !important;
	background: #fff !important;
	border-radius: 0px !important;
}

.menu-container{
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
}

#menu-update-menu{
	height: 95px;
	width: 100%;
}

.menu-container #menu-update-menu,
.menu-container .menu{
	width: 100%;
}

#menu-update-menu li a{
	padding: 0;
}

#menu-update-menu li a:hover{
	background: none;
	background-color: transparent;
}

#menu-update-menu .menu-item{
	top: -40px;
	margin-right: -15px;
}

#menu-update-menu .menu-item a .menu-hov{
	position: absolute;
	left: -9999px;
}

#menu-update-menu .menu-item a:hover .menu-hov{
	position: relative;
	left: 0;
}

#menu-update-menu .menu-item a:hover .menu-def{
	display: none;
}

#menu-update-menu .dt-menu-item{
	width: 130px;
	height: auto;
}

#sidebar-menubar{
	display: none;
}

.menunav, .mininav-wrapper{
	display: none !important;
}

#menu-item-11782, #menu-item-11783, #menu-item-11784{
	float: right;
}



/* PAGE CONTENT */

#content-wrapper{
	border-radius: 0px !important;
	border: none !important;
	box-shadow: 0 0 10px #0e4173;
	width: 95%;
	max-width: 980px;
	margin: 15px auto;
}

#content-column{
	width: 65% !important;
}

body.scheme-ceasel .sidebar .widget,
body.scheme-ceasel .uentry,
body.scheme-ceasel .post-text{
	border: none;
	border-radius: 0;
	background: none;
}


/* COMIC NAVIGATION */

.comic_navi .navi{
    padding: 0;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-size: contain !important;
    cursor: auto;
    margin: 0 -5px;
}

.comic_navi .navi:hover{
 	opacity: 0.6;   
}

.comic_navi .navi-first {
    background: url('/wp-content/uploads/2015/10/first.png');
}

.comic_navi .navi-prev {
    background: url('/wp-content/uploads/2015/10/prev.png');
}

.comic_navi .navi-random {
    background: url('/wp-content/uploads/2015/10/random.png');
}

.comic_navi .navi-buycomic {
    background: url('/wp-content/uploads/2015/10/buy.png');
}

.comic_navi .navi-next {
    background: url('/wp-content/uploads/2015/10/next.png');
}

.comic_navi .navi-last {
    background: url('/wp-content/uploads/2015/10/last.png');
}

.imagenav-wrap{
	display: none;
}


/* SIDEBAR */

#sidebar-right{
	width: 33% !important;
}

.widget-title{
	text-align: center;
	margin-top: 25px;
}

#mc_embed_signup{
	font-family: 'Montserrat', sans-serif !important;
	color: #3f8edd;
}

#mc_embed_signup label{
	text-align: center;
}

#mc_embed_signup input.email{
	width: 100% !important;
}

.searchform, .s-search, .searchform button{
 	float: none !important;
    margin: 2px auto;
}


/* FOOTER MENU */

.footmenu a{
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 15px 20px !important;
}

.copyright-info{
	color: #fff !important;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.copyright-info a{
	color: #fff !important;
	text-decoration: none;
}


/* MEDIA QUERIES */

@media (max-width: 1111px) {
#content-wrapper{
    width: 90%;
}
}

@media (max-width: 991px) {


#header,
#menubar-wrapper {
	display: none;
}

#wprmenu_bar {
	background: url('/wp-content/uploads/2015/10/new-header-transparent-mobile.png') #fff bottom center no-repeat !important;
	height: 90px !important;
	background-size: contain !important;
	box-shadow: 0 0 10px #0e4173;
}


#wprmenu_menu{
	padding-top: 60px !important;
	background-color: #0d0386;
}

#wprmenu_menu.wprmenu_levels ul li{
	border-top: none !important;
}

#wprmenu_menu.wprmenu_levels > ul{
	border-bottom: none !important;
}

#wprmenu_menu ul{
	width: 90% !important;
	margin: 0 auto !important;
}

#wprmenu_menu ul li a{
	float: none !important;
	width: 100% !important;
	margin: 5px 0 !important;
	padding: 30px 0 !important;
	background-size: cover;
	text-align: center;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px !important;
	font-weight: 400;
	text-shadow: 0px 0px 5px #000;
	text-transform: uppercase;
}

#wprmenu_menu ul li a:hover{
	opacity: 0.8;
}

#menu-item-11789 a{
	background: url('/wp-content/uploads/2015/10/heart-and-brain-mobile.jpg');
}

#menu-item-11790 a{
	background: url('/wp-content/uploads/2015/10/the-awkward-yeti-mobile.jpg');
}

#menu-item-11791 a{
	background: url('/wp-content/uploads/2015/10/medical-tales-retold-mobile.jpg') bottom right;
}

#menu-item-11792 a{
	background: url('/wp-content/uploads/2015/10/misc-mobile.jpg') bottom center;
}

#menu-item-11793 a{
	background: url('/wp-content/uploads/2015/10/lars-mobile.jpg') bottom center;
}

#menu-item-11794 a{
	background: url('/wp-content/uploads/2015/10/shop-mobile.jpg') bottom left;
}

#menu-item-11795 a{
	background: url('/wp-content/uploads/2015/10/book-mobile.jpg') bottom center;
}

#menu-item-11796 a{
	background: url('/wp-content/uploads/2015/10/about-mobile.jpg') bottom center;
}

.mobile-social{
	width: 100%;
	height: auto;
	max-width: 60px;
}

#menu-item-11785, 
#menu-item-11786, 
#menu-item-11787, 
#menu-item-11788{
	display: inline-block !important;
	width: 23% !important;
}

#wprmenu_menu ul #menu-item-11785 a, 
#wprmenu_menu ul #menu-item-11786 a, 
#wprmenu_menu ul #menu-item-11787 a, 
#wprmenu_menu ul #menu-item-11788 a{
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

.comic_navi .navi{
    width: 70px;
    height: 70px;
}


#content-wrapper{
	margin-top: 30px !important;
}

#subcontent-wrapper{
	padding: 2px 5px;
}

#sidebar-right,
#content-column{
	width: 100% !important;
}

#sidebar-right{
	padding: 5px;
	box-sizing: border-box;
	float: none;
	margin: 0;
}

#sidebar-right .sidebar, #sidebar-left .sidebar{
	overflow: visible;
}

.sidebar .widget{
	text-align: center;
}

#mc_embed_signup{
	margin: 0 auto;
}

.textwidget{
	margin: 5px auto;
}

body.scheme-ceasel .sidebar .widget{
	margin: 10px auto;
	height: auto;
}

.widget table{
	margin: 0 auto;
}

.footmenu a{
	font-size: 16px;
	padding: 15px 5px !important;
}

.widget-content img{
	max-width: 100%;
}


}

@media (max-width: 768px) {
#wprmenu_bar {
	height: 50px !important;
}

#wprmenu_menu.left {
	width: 85% !important;
}

#wprmenu_menu{
	padding-top: 30px !important;
}

#wprmenu_menu ul li a{
	padding: 10px 0 !important;
	font-size: 16px !important;
}

.comic_navi .navi{
    width: 40px;
    height: 40px;
}


.footmenu a{
	font-size: 10px;
}

.copyright-info{
	font-size: 10px;
}
}

@media (max-width: 495px) {
#content-wrapper{
 	padding-left: 0;
    width: 95%;
}
}
