/*
 * This contains all customizations
 * to the Captivating child theme
 */


@import url('https://fonts.googleapis.com/css?family=Montserrat');

a {
	color: #ff9016;
}

a.more-link {
	border-bottom-color: #ff9016;
	color: #ff9016;
}

body {
	color: #000;
	font-size: 16px;
}

.entry-title a:hover {
	color: #5a4a42;
}

h1, h2, h3, h4, h5, h6 {
	color: #58585a;
	font-family: "Montserrat", "Helvetica", sans-serif;
	font-weight: bolder;
}

.entry-title {
	font-weight: bolder;
}

/* Header */

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .archive-pagination li a {
	color: #ff9016;
}

.header-full-width .title-area {
	width: 100%;
}

.site-header .wrap {
	padding: 5px 30px;
}

.site-title a {
	background: url('./images/mynorthern-logo-desktop.png') no-repeat center center;
	background-size: contain;
	display: block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	height: 150px;
}

@media screen and (max-width: 960px) {
	.site-title a {
		background-image: url('./images/mynorthern-logo.png');
		height: 120px;
	}
}

/* General content */
.clear {
	clear: both;
}

.container {
	margin: auto;
	max-width: 1000px;
}

.mng-header {
	background: url('./images/mng-flower.png') no-repeat center left;
	background-size: contain;
	padding-left: 40px;
}

.mng-home-header {
	background: #e8d0ab;
	padding: 20px 0 0 0;
}

.mng-home-header .email-signup {
	background: #db9f5d;
	padding: 20px;
}

.mng-home-header .featured-block {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 10px;
}

.mng-home-header .featured-block>a {
	background: rgba(88,88,90,.4);
	color: #fff;
	display: block;
	height: 200px;
	padding: 10px;
	transition: .5s background;
}

.mng-home-header .featured-block>a:hover {
	background: rgba(88,88,90,.8);
}

.mng-home-header .featured-block>a>h3 {
	color: #fff;
}

.mng-latest-posts {
	padding-top: 20px;
}

.mng-latest-posts .container {
	max-width: 1280px;
}