/*
Theme Name: Manx Scouts v2
Author: Daniel Phair
Description: Manx Scouts website template for Wordpress. (Last updated@ on 01/06/2020)
Version: 0.0.2
Tags: bootstrap
*/

html {
	font-family: "Nunito Sans";
	font-weight: normal;
	font-size: 1em;
	color: #000;
}
body {
	font-family: "Nunito Sans";
	font-weight: normal;
	font-size: 1em;
	color: #000;
}
h1 {
	font-size: 5em;
	font-weight: 600;
}
h2 {
	font-size: 3em;
	font-weight: 900;
	margin-bottom: 1em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5em;
	color: #00A794;
	font-weight: 600;
	margin-top: 1em;
}
a, a:hover {
	color: #7413dc;
}
.nav-link {
	color: #707070;
}
.nav-link:hover {
	color: #000;
}
.site-notice {
  padding: 10px;
  background-color: #e22e12;
  color: #fff;
  text-align: center;
}
.site-notice a {
	color: #fff;
}
button.join-now {
	background: transparent;
	border: 2px solid #7414dc;
	color: #7414dc;
	font-weight: 600;
	border-radius: 30px;
}
button.join-now:hover {
	background: #7414dc;
	color: #fff;
}
.banner .home-hero {
	animation: fadeIn 0.5s;
	overflow: hidden;
}
.row-purple-overlay {
	background: rgba(102, 0, 102, 0.5);
}
@keyframes fadeIn {
	from {opacity: 0.0;}
	to {opacity: 1.0;}
}
.home-hero-overlay {
	padding-top: 80px;
	padding-bottom: 80px;
}
.home-hero-overlay h1 {
	text-align: center;
	color: #fff;
	font-size: 10em;
	line-height: 1em;
	font-weight: 800;
	text-transform: uppercase;
}
.spacer {
	margin-top: 3em;
}
.section {
	margin-top: 6em;
}
.bg-teal {
	background: #00A794;
	color: #fff;
	padding: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bg-teal h3 {
	color: #fff;
}
#skills_slider .owl-item h1 {
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 5px black;
}
.feed-item {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
nav ul.pager {
	margin: 0;
	padding: 0;
	margin-top: 50px;
}
nav ul.pager li {
	display: inline;
}

/* Single page */
.content-single-heading {
	height: 55px;
	background-color: #006ddf;
}
.content-single-name {
		color: #ffffff;
		vertical-align: bottom;
}

/* Blog styles */
.blog-post {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.blog-post-fetured-image
{
	margin-top:  25px;
	margin-bottom: 15px;
}
.blog-post-title {
	margin-bottom: 0;
	font-size: 2em;
}
.blog-post-meta {
	color: #707070;
}

/* Footer */

footer.page-footer {
	background: #19042f;
	color: #fff;
	margin-top: 8em;
	padding-top: 8em;
	padding-bottom: 8em;
}
footer.page-footer a {
	color: #fff;
	opacity: 0.6;
}
footer.page-footer a:hover {
	color: #fff;
	opacity: 1.0;
	text-decoration: none;
}
footer.page-footer .footer-right {
	text-align: right;
	font-size: 0.8em;
}
footer.page-footer ul.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {
	.home-hero-overlay h1 {
		font-size: 5em;
	}
	#skills_slider .owl-item h1 {
		font-size: 3em;
	}
	img.attachment-thumbnail {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	footer.page-footer {
		text-align: center;
	}
	footer.page-footer .footer-right {
		text-align: center;
		margin-top: 2em;
	}
}

/* Lastest Posts Block */

.wp-block-latest-posts li {
	display: flex;
	flex-direction: column;
}

.wp-block-latest-posts a { order: 1; } /* Headline */
.wp-block-latest-posts time { order: 2; } /* Date line */
.wp-block-latest-posts__featured-image { order: 3; } /* Feature image */
.wp-block-latest-posts__post-excerpt { order: 4; } /* Post exerpt */

.wp-block-latest-posts__featured-image {
	margin-top: 10px;
	margin-bottom: 10px;
 }

 .wp-block-latest-posts a {
	font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
 }
