/*
Theme Name: Bug Martini 2.0
Theme URI: http://bugmartini.com
Template: easel-evolved
Description: Bug Martini child theme for the Easel theme
Author: Ryan Murphy and Joel Duggan
Author URI: http://ryanmurphy.ca/webdesign/
Version: 1.0
License: GNU General Public License, v3 (or newer)
License URI: http://www.opensource.org/licenses/gpl-3.0.html
*/

@import url('../easel-evolved/style.css');

/*TEST CSS FOR OLDER COMICS*/
#comic IMG
{
	width: 1238px;
}

body
{
	background-image: url('images/headerbg.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #afdb84;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

H1
{
	font-family: 'Luckiest Guy', cursive;
	letter-spacing: 1.5px;
}

/*Links CSS*/
A:link, A:visited, A:hover
{
	color: #5b8d2b;
}

A:hover
{
	color: #5b8d2b;
}

/*Single Page CSS*/
.blognav
{
	display: none;
}

BODY.page, BODY.single-post
{
	background-image: url('images/headerbgPAGE.png');
}

BODY.single-post #content
{
	margin-top: 30px;
}

BODY.page .post-content
{
	background-color: white;
	box-shadow: 0px 1px 6.86px 0.14px rgba(0, 0, 0, 0.16),1.5px 2.598px 4.7px 0.3px rgba(0, 0, 0, 0.24);	
	margin: 30px 10px 0px 10px;
}

H2.page-title
{
	display: none;
}

#pingtrackback-wrap, .closed-comments, .pagejumper-wrap, .commentsrsslink
{
	display: none;
}

.comment-text
{
	font-size: 14px;
	color: black;
}

BODY.page #comment-wrapper
{
	display: none;
}

#comment-wrapper
{
	background-color: white;
	box-shadow: 0px 1px 6.86px 0.14px rgba(0, 0, 0, 0.16),1.5px 2.598px 4.7px 0.3px rgba(0, 0, 0, 0.24);
	margin: 30px 10px 30px 5px;
	padding: 30px;
	width: 670px;
}

/*Page Numbers CSS*/
#paginav LI A
{
	color: black;
}

/*Other CSS*/
#page
{
	width: 1280px;
}

#sidebar-header { 
	float: right; 
	display: inline-block;
	width: 726px;
	height: 100px;
	margin-top: 25px;
}

.header-info {
	width: 210px; 
	height: 140px; 
	background: url('images/BugMartiniLogo.png') center right no-repeat; 
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0px 30px 30px;
}

.header-info h1 {
	padding: 0; margin: 0; 
}

.header-info h1 a {
	display: inline-block; 
	width: 238px; 
	height: 140px; 
	text-indent: -9999px;
	float: left;
}

.header-info .description { display: none!important; }

/*Menu CSS*/
#sidebar-header
{
	width: 1025px;
	height: auto;
	padding-top: 125px;
}

.widget_nav_menu
{
	width: auto;
	float: right;
}

#text-21
{
	width: auto;
	float: right;
	font-family: 'Luckiest Guy', cursive;
	color: white;
	font-size: 19pt;
}

A.patreonTopLink
{
	color: white;
}

.patreonTop
{
	margin-left: 20px;
}

.patreonTop
{
	background-image: url('images/patreon_logo.png');
	background-size: 30px;
	padding-top: 12px;
	margin-top: -12px;
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 35px;
	height: 30px;
}

.patreonTop:hover
{
	background-image: url('images/patreon_logo_hover.png');
	color: #262D31;
}

.patreonTopLogo
{
	margin-top: -12px;
	margin-left: 5px;
	float: right;
}

UL#menu-default
{
	font-family: 'Luckiest Guy', cursive;
}

UL#menu-default LI
{
	display: inline;
	margin-left: 20px;
}

LI.menu-item a
{
	letter-spacing: 1.5px;
	color: white;
	font-size: 19pt;
}

@media only screen and (max-width: 1024px) {
	LI.menu-item a {
		font-size: 15px;
	}
	
	#text-21 {
		font-size: 20px;
	}
}


#content {
    overflow: hidden;
    padding: 2px;
        padding-left: 2px;

    margin: 0px 2px 5px 2px;
}

/*Comic CSS*/
#comic-wrap
{
	background-color: white;
	box-shadow: 1px 1.732px 13.72px 0.28px rgba(0, 0, 0, 0.16),0px 6px 7.52px 0.48px rgba(0, 0, 0, 0.24);
}

#comic
{
	padding: 20px;
}

.randomComicHolder
{
	padding: 30px 0 0 30px;
}

/*Random Comic*/
.randomComicButton
{
	width: 195px;
	height: 150px;
	background: url('images/nav/bug/rand.png') no-repeat;
}

.randomComicButton:before
{
	content: url('images/nav/bug/hoverrand.png');
	width:0;
	height:0;
	visibility:hidden;
}

.randomComicButton:hover
{
	background: url('images/nav/bug/hoverrand.png') no-repeat;
}

/*Follow Me*/
.followMeHolder
{
	padding: 30px 0 0 30px;
}

.followMeButton
{
	width: 195px;
	height: 150px;
	background: url('images/nav/bug/follow.png') no-repeat;
}

.followMeButton:before
{
	content: url('images/nav/bug/hoverfollow.png');
	width:0;
	height:0;
	visibility:hidden;
}

.followMeButton:hover
{
	background: url('images/nav/bug/hoverfollow.png') no-repeat;
}

/*Content CSS*/
#sidebar-left
{
	width: 260px;
	margin: 0;
	padding: 0;
}

#content-column
{
	width: 750px;
	margin: 0;
	padding: 0;
}

#sidebar-right
{
	width: 260px;
	margin: 0;
	padding: 0;
}

/*Comic Post CSS*/
.type-comic
{
	box-shadow: 1px 1.732px 13.72px 0.28px rgba(0, 0, 0, 0.16),0px 6px 7.52px 0.48px rgba(0, 0, 0, 0.24);
	margin-top: 30px;
/*	min-height: 250px;*/
	width: 730px;
	margin: 30px auto 0;
}

/*Patreon*/
.patreonHolder
{
	margin: 40px 0;
}

.patreonButton
{
	width: 742px;
	height: 109px;
	background: url('images/patreon.png') no-repeat;
}

.patreonButton:before
{
	content: url('images/patreonhover.png');
	width:0;
	height:0;
	visibility:hidden;
}

.patreonButton:hover
{
	background: url('images/patreonhover.png') no-repeat;
}

/*Blog Posts CSS*/
#blogheader
{
	display: none;
}

.type-comic, .post
{
	background-color: white;
}

.post
{
	margin-bottom: 40px;
	box-shadow: 0px 1px 6.86px 0.14px rgba(0, 0, 0, 0.16),1.5px 2.598px 4.7px 0.3px rgba(0, 0, 0, 0.24);	
	width: 730px;
	margin: 0 auto 40px;
}

.post-info H2 a
{
	font-family: 'Luckiest Guy', cursive;
	color: black;
	font-size: 30px;
	letter-spacing: 1.5px;
}

.post-text
{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.post-author, .posted-on, .posted-at, .post-time, .post-cat, .post-tags
{
	display: none;
}

.post-content
{
	padding: 30px;
}

.post-info, .entry
{
	padding: 0px;
}

.entry
{
	padding-top: 20px;
}

.comment-link a
{
	color: black;
	font-size: 13px;
	font-weight: 400;
}

/*Footer CSS*/
#footer
{
	background: url('images/footerBGtop.png') repeat-x top;
	background-color: #5b8d2b;
	padding-bottom: 30px;
	margin-bottom: -10px;
	color: white;
	width: 100%;
	min-width: 1280px;
}

.footer-wrapper
{
	width: 970px;
	margin: 0 auto;
	padding-top: 75px;
}

.socialMediaHolder
{
	padding-bottom: 40px;
}

.twitterHolder, .facebookHolder, .youtubeHolder, .twitchHolder
{
	display: inline-block;
}

.facebookHolder, .youtubeHolder, .twitchHolder
{
	margin-left: 10px;
}

.twitterButton, .facebookButton, .youtubeButton, .twitchButton
{
	width: 132px;
	height: 134px;
}

.twitterButton
{
	background: url('images/twitter.png') no-repeat;
}

.facebookButton
{
	background: url('images/facebook.png') no-repeat;
}

.youtubeButton
{
	background: url('images/youtube.png') no-repeat;
}

.twitchButton
{
	background: url('images/twitch.png') no-repeat;
}

#footer H2.widget-title
{
	font-family: 'Luckiest Guy', cursive;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-size: 24px;
}

#footer .widget
{
	width: 290px;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	display: inline-block;
	vertical-align: top;
}

.copyright-info
{
	text-align: left;
	padding-left: 17px;
	margin-top: 35px;
}

#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
}

#wp-calendar-wrap { background: #C4E68C; }


.type-comic .entry .sharedaddy { display: none; }