/*
Theme Name: MND WP12
Author: Monica
Author URI: http://monicandesign.com
Description: A free responsive, easy to customize WordPress theme for blogs by MonicaNDesign.
Version: 1.0
*/

/*
Table of Contents:
1.0 - Main
2.0 - Structure
3.0 - Menu
4.0 - Header
5.0 - Content
  5.1 - Posts
  5.2 - Entry header
  5.3 - Entry content
  5.4 - Entry footer
  5.5 - Post thumbnail
  5.6 - Post navigation
  5.7 - Comments
  5.8 - Respond
  5.9 - Pages
  5.10 - Archives
  5.11 - 404 Page
6.0 - Sidebar
  6.1 - Widgets
7.0 - Footer
8.0 - Pagination
9.0 - Patterns
10.0 - Responsive
-------------------------------------------------------------- */


/* 1.0 Main
-------------------------------------------------------------- */

body {
	font: 15px/24px 'Source Sans Pro',sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #595959;
	background-color: #dedede;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
hr,
form {
	margin: 24px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Serif Pro',serif;
}

a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	color: #009bde;
}

a:hover,
a:focus {
	color: #212121;
}

img {
	margin: 3px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}

img:hover {
	opacity: .9;
}

blockquote {
	padding: 20px;
	border: 1px solid #dedede;
	background: #f5f5f5;
}

blockquote > p:first-child {
	margin-top: 0;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

hr {
	height: 1px;
	color: #dedede;
	border: 0;
	background-color: #dedede;
}

input,
textarea,
select {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #dedede;
	background: #fff;
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 20px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #009bde;
	background: #009bde;
}

button:hover,
input[type='reset']:hover,
input[type='submit']:hover,
input[type='button']:hover,
button:focus,
input[type='reset']:focus,
input[type='submit']:focus,
input[type='button']:focus {
	color: #fff;
	border: 1px solid #212121;
	background: #212121;
}


/* 2.0 Structure
-------------------------------------------------------------- */

.site {
	max-width: 1100px;
	margin: 0 auto;
	background: #212121;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
}

.site-content {
	background: #f5f5f5;
}


/* 3.0 Menu
-------------------------------------------------------------- */

.site-navigation {
	padding: 0 20px;
	text-align: center;
}

.site-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-navigation li,
.main-navigation,
.social-navigation {
	display: inline-block;
}

.site-navigation li {
	padding: 20px 0;
}

.site-navigation a,
.site-navigation a:hover,
.site-navigation a:focus {
	color: #fff;
}

.main-navigation {
	font-weight: 700;
	text-transform: uppercase;
}

.main-navigation li,
.social-navigation {
	margin: 0 10px;
}

.social-navigation li {
	margin: 0 5px;
}

.social-navigation a:before {
	font-family: FontAwesome;
	font-size: 13px;
	content: '\f1e0';
}

.social-navigation a[href*='facebook.com']:before {
	content: '\f09a';
}

.social-navigation a[href*='plus.google.com']:before {
	content: '\f0d5';
}

.social-navigation a[href*='instagram.com']:before {
	content: '\f16d';
}

.social-navigation a[href*='tumblr.com']:before {
	content: '\f173';
}

.social-navigation a[href*='twitter.com']:before {
	content: '\f099';
}

.social-navigation a[href*='youtube.com']:before {
	content: '\f16a';
}

.social-navigation a[href*='mailto:']:before,
.social-navigation a[href$='/contact/']:before {
	content: '\f0e0';
}

.social-navigation a[href$='/feed/']:before {
	content: '\f09e';
}


/* 4.0 Header
-------------------------------------------------------------- */

.site-header {
	height: 450px;
	background-image: url(images/header.jpg);
	background-repeat: repeat;
	background-position: center;
}

.site-branding {
	padding: 350px 0 0 0;
	text-align: center;
	letter-spacing: 5px;
	text-shadow: 1px 1px 1px #212121;
}

.site-title {
	font-size: 39px;
	line-height: 1;
	margin: 0;
	color: #fff;
}

.site-tagline {
	font-size: 12px;
	text-transform: uppercase;
	color: #f5f5f5;
}


/* 5.0 Content
-------------------------------------------------------------- */

.content-area {
	float: left;
	width: 680px;
	padding: 0 30px;
	background: #fff;
}


/* 5.1 Posts
-------------------------------------------------------------- */

.post {
	margin: 24px 0 48px 0;
}

.sticky {
	position: relative;
}

.sticky-post:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0 10px;
	padding: 0 5px;
	content: 'Sticky';
	color: #fff;
	background: #009bde;
}


/* 5.2 Entry header
-------------------------------------------------------------- */

.entry-header {
	position: relative;
	margin: 24px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dedede;
}

.entry-header:after {
	position: absolute;
	bottom: -2px;
	display: block;
	width: 75px;
	height: 3px;
	content: '';
	background: #009bde;
}

.entry-title {
	font-size: 27px;
	line-height: 1;
	margin: 24px 0 0 0;
	letter-spacing: -1px;
	color: #212121;
}

.entry-title a,
.entry-title a:hover,
.entry-title a:focus {
	color: #212121;
}

.entry-meta {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ababab;
}

.entry-meta a,
.entry-meta a:hover,
.entry-meta a:focus {
	color: #ababab;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.comments-link:before,
.edit-link:before {
	font-family: FontAwesome;
	font-size: 10px;
	margin: 0 4px 0 0;
}

.byline:before,
.cat-links:before,
.comments-link:before,
.edit-link:before {
	margin: 0 4px 0 8px;
}

.posted-on:before {
	content: '\f073';
}

.byline:before {
	content: '\f007';
}

.cat-links:before {
	content: '\f07c';
}

.comments-link:before {
	content: '\f075';
}

.edit-link:before {
	content: '\f040';
}

.updated:not(.published) {
	display: none;
}


/* 5.3 Entry content
-------------------------------------------------------------- */

.entry-content {
	margin: 24px 0;
}

.more-link,
.more-link:hover,
.more-link:focus {
	font-weight: 700;
	display: table;
	margin: 24px 0;
	text-transform: uppercase;
}

.more-link:after {
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 0 4px;
	content: '\f178';
}

blockquote > .more-link {
	margin: 24px 0 0 0;
}


/* 5.4 Entry footer
-------------------------------------------------------------- */

.tags-links,
.entry-footer .edit-link {
	font-size: 12px;
	line-height: 18px;
	display: table;
	margin: 24px 0;
	padding: 8px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #f5f5f5;
}

.tags-links:before {
	font-family: FontAwesome;
	font-size: 10px;
	margin: 0 4px 0 0;
	content: '\f02b';
}

.entry-footer a,
.entry-footer a:hover,
.entry-footer a:focus {
	color: #595959;
}

.entry-footer .edit-link:before {
	margin: 0 4px 0 0;
}


/* 5.5 Post thumbnail
-------------------------------------------------------------- */

.post-thumbnail {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	max-height: 300px;
	margin: 0 0 24px -30px;
}

.post-thumbnail img {
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.post-thumbnail img:hover {
	opacity: .75;
}


/* 5.6 Post navigation
-------------------------------------------------------------- */

.post-navigation {
	line-height: 21px;
	margin: 48px 0 24px 0;
	padding: 0 0 3px 0;
}

.post-navigation .meta-nav {
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	display: block;
	color: #212121;
}

.post-navigation .nav-previous .meta-nav:before,
.post-navigation .nav-next .meta-nav:after {
	font-family: FontAwesome;
	font-size: 15px;
	font-weight: 400;
}

.post-navigation .nav-previous .meta-nav:before {
	margin: 0 4px 0 0;
	content: '\f053';
}

.post-navigation .nav-next .meta-nav:after {
	margin: 0 0 0 4px;
	content: '\f054';
}


/* 5.7 Comments
-------------------------------------------------------------- */

.comments-area {
	margin: 48px 0 24px 0;
}

.comments-title {
	font-size: 21px;
	margin: 48px 0 24px 0;
	padding: 0 0 10px 0;
	color: #212121;
	border-bottom: 1px solid #dedede;
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 24px 0;
}

.comment:last-child {
	margin-bottom: 48px;
}

.comment-body {
	border-bottom: 1px dotted #dedede;
}

.comment-author .avatar {
	float: left;
	margin: 5px 10px 0 0;
	padding: 0;
	border: 0;
	border-radius: 100%;
	box-shadow: none;
}

.comment-author .fn {
	color: #373737;
}

.bypostauthor .comment-author .fn:after {
	font-size: 10px;
	line-height: 12px;
	display: inline-block;
	margin: 6px 0 0 4px;
	padding: 0 5px;
	content: 'Post Author';
	vertical-align: top;
	color: #373737;
	background: #f5f5f5;
}

.comment-metadata {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ababab;
}

.comment-metadata a,
.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #ababab;
}

.comment-list .reply {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-list .reply a {
	padding: 0 0 5px 0;
}

.comment-list .reply a:before {
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: 400;
	margin: 0 4px 0 0;
	content: '\f112';
}

.comment-list .children {
	padding: 0 0 0 20px;
	list-style: none;
	border-left: 1px dotted #dedede;
}

.no-comments {
	margin-top: -24px;
}

.comment-navigation {
	margin: 24px 0;
}

.comment-navigation .nav-previous a:before {
	margin: 0 4px 0 0;
	content: '\2190';
}

.comment-navigation .nav-next a:after {
	margin: 0 0 0 4px;
	content: '\2192';
}


/* 5.8 Respond
-------------------------------------------------------------- */

.comment-respond {
	margin: 48px 0 24px 0;
}

.comment-reply-title {
	font-size: 21px;
	margin: 48px 0 24px 0;
	padding: 0 0 10px 0;
	color: #212121;
	border-bottom: 1px solid #dedede;
}

.comment-form label {
	line-height: 1;
	display: block;
	padding: 0 0 5px 0;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

.comment-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
}


/* 5.9 Pages
-------------------------------------------------------------- */

.page .entry-title {
	font-size: 2em;
}


/* 5.10 Archives
-------------------------------------------------------------- */

.page-header {
	margin: 24px 0;
}

.page-title {
	font-size: 2em;
	line-height: 1;
	margin: 24px 0 32px 0;
	padding: 10px;
	text-align: center;
	color: #212121;
	background: #f5f5f5;
}

.entry-summary {
	margin: 24px 0 48px 0;
}


/* 5.11 404 Page
-------------------------------------------------------------- */

.page-content {
	margin: 24px 0;
}

.not-found input[type='search'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
}


/* 6.0 Sidebar
-------------------------------------------------------------- */

.widget-area {
	font-size: 13px;
	line-height: 20px;
	float: right;
	width: 300px;
	padding: 4px 30px 0 30px;
}

.widget-area h1,
.widget-area h2,
.widget-area h3,
.widget-area h4,
.widget-area h5,
.widget-area h6,
.widget-area p,
.widget-area blockquote,
.widget-area hr,
.widget-area form {
	margin: 20px 0;
}

.widget-area blockquote {
	padding: 15px;
	background: #fff;
}

.widget-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-area li {
	padding: 5px;
	border-bottom: 1px dotted #dedede;
}

.widget-area button,
.widget-area input[type='reset'],
.widget-area input[type='submit'],
.widget-area input[type='button'] {
	line-height: 17px;
}

.widget-area input[type='search'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}


/* 6.1 Widgets
-------------------------------------------------------------- */

.widget,
.textwidget {
	margin: 20px 0 40px 0;
}

.widget-area .widget-title {
	font-size: 19px;
	position: relative;
	padding: 0 0 10px 0;
	color: #212121;
	border-bottom: 1px solid #dedede;
}

.widget-area .widget-title:after {
	position: absolute;
	bottom: -2px;
	display: block;
	width: 50px;
	height: 3px;
	content: '';
	background: #009bde;
}


/* 7.0 Footer
-------------------------------------------------------------- */

.site-footer {
	padding: 24px 30px;
	color: #ababab;
}

.site-footer a,
.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
}

.site-info {
	font-weight: 700;
	text-transform: uppercase;
}


/* 8.0 Pagination
-------------------------------------------------------------- */

.posts-pagination {
	margin: 24px 0;
}

.page-numbers {
	float: left;
	margin: 0 5px 5px 0;
	padding: 10px;
	color: #595959;
	border: 1px solid #dedede;
}

.posts-pagination a:hover,
.posts-pagination a:focus {
	color: #fff;
	border: 1px solid #373737;
	background: #373737;
}

.posts-pagination .next:after {
	content: '\003e';
}

.posts-pagination .prev:before {
	content: '\003c';
}


/* 9.0 Patterns
-------------------------------------------------------------- */

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}

.wp-smiley,
.wp-smiley:hover,
.widget-area .wp-smiley,
.widget-area .wp-smiley:hover {
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after {
	display: table;
	content: '';
}

.site-content:after,
.nav-links:after {
	clear: both;
}

.nav-next {
	display: inline-block;
	float: right;
	width: 49.5%;
	text-align: right;
	vertical-align: top;
}

.nav-previous {
	display: inline-block;
	float: left;
	width: 49.5%;
	vertical-align: top;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 100%;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}

.widget-area .wp-caption {
	padding: 5px;
	border: 0;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img,
.widget-area .wp-caption img {
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.wp-caption p.wp-caption-text,
.widget-area .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
	color: #595959;
}

.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	line-height: normal;
	z-index: 100000;
	top: 5px;
	left: 5px;
	display: block;
	clip: auto !important;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	color: #21759b;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}


/* 10.0 Responsive
-------------------------------------------------------------- */

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.show-menu,
.main-navigation input[type=checkbox] {
	display: none;
}

.main-navigation input[type=checkbox]:checked ~ .rpv-menu {
	display: block;
}

@media (max-width: 954px) {
	.site-content {
		background: #fff;
	}

	.show-menu {
		font-size: 16px;
		display: block;
		padding: 10px 3%;
		text-transform: none;
		color: #fff;
	}

	.show-menu:before {
		font-family: FontAwesome;
		font-size: 14px;
		margin: 0 5px 0 0;
		content: '\f0c9';
	}

	.site-navigation {
		padding: 0;
		text-align: left;
	}

	.main-navigation,
    .main-navigation a {
		font-size: 15px;
		line-height: 24px;
		display: block;
	}

	.main-navigation ul,
    .social-navigation {
		display: none;
	}

	.main-navigation ul li,
    .main-navigation li a {
		width: 100%;
	}

	.main-navigation li {
		margin: 0;
		padding: 5px 3%;
		border-top: 1px solid #373737;
	}

	.site-header {
		height: auto;
		background: none;
	}

	.site-branding {
		padding: 20px 3%;
		letter-spacing: 0;
		background: #009bde;
		text-shadow: none;
	}

	.site-title {
		font-size: 2em;
	}

	.site-tagline {
		font-size: 1em;
		text-transform: none;
		color: #fff;
	}

	.content-area {
		float: none;
		width: auto;
		padding: 0 3%;
	}

	.widget-area {
		float: none;
		width: auto;
		padding: 3px 3% 1px 3%;
		background: #f5f5f5;
	}
}

@media (max-width: 739px) {
	body {
		font-size: 14px;
		line-height: 23px;
	}

	h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    hr,
    form,
    .entry-header,
    .entry-content,
    .more-link,
    .more-link:hover,
    .more-link:focus,
    .tags-links,
    .entry-footer .edit-link,
    .comment,
    .comment-navigation,
    .page-header,
    .page-content {
		margin: 23px 0;
	}

	blockquote {
		padding: 15px;
	}

	button,
    input[type='reset'],
    input[type='submit'],
    input[type='button'] {
		line-height: 18px;
		padding: 5px 15px;
	}

	.post,
    .entry-summary {
		margin: 23px 0 46px 0;
	}

	.entry-header {
		padding: 0 0 8px 0;
	}

	.entry-title {
		font-size: 25px;
		margin: 23px 0 0 0;
	}

	.entry-meta {
		padding: 4px 0 0 0;
	}

	.more-link:after {
		font-size: 12px;
	}

	.post-thumbnail {
		margin: 0 0 23px 0;
	}

	.post-navigation,
    .comments-area,
    .comments-title,
    .comment-respond,
    .comment-reply-title {
		margin: 46px 0 23px 0;
	}

	.post-navigation {
		padding: 0 0 2px 0;
	}

	.post-navigation .meta-nav {
		font-size: 16px;
		line-height: 23px;
	}

	.post-navigation .nav-previous .meta-nav:before,
    .post-navigation .nav-next .meta-nav:after {
		font-size: 14px;
	}

	.nav-next,
    .nav-previous {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		vertical-align: top;
	}

	.comments-title,
    .comment-reply-title {
		font-size: 20px;
	}

	.comment:last-child {
		margin-bottom: 46px;
	}

	.comment-list .children {
		padding: 0 0 0 15px;
	}

	.no-comments {
		margin-top: -23px;
	}

	.comment-form input[type='text'],
    .comment-form input[type='email'],
    .comment-form input[type='url'],
    .comment-form textarea,
    .not-found input[type='search'] {
		width: 100%;
	}

	.page-title {
		margin: 23px 0 31px 0;
	}

	.site-footer {
		padding: 23px 3%;
	}

	.posts-pagination {
		margin: 23px 0 18px 0;
	}

	.page-numbers {
		padding: 5px;
	}
}

@media (max-width: 954px) and (min-width: 740px) {
	.post-thumbnail {
		margin: 0 0 24px 0;
	}
}

@media (max-width: 1119px) and (min-width: 955px) {
	.site {
		margin: 0 10px;
	}

	.content-area {
		width: 61.88%;
		padding: 0 2.68%;
	}

	.post-thumbnail {
		margin: 0 0 24px 0;
	}

	.widget-area {
		width: 27.4%;
		padding: 4px 2.68% 0;
	}
}