/*
Theme Name: MND WP13
Author: Monica
Author URI: http://monicandesign.com
Description: A 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 - Branding
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 - Header
  6.2 - Widgets
7.0 - Footer
8.0 - Pagination
9.0 - Patterns
10.0 - Responsive
-------------------------------------------------------------- */


/* 1.0 Main
-------------------------------------------------------------- */

body {
	font: 14px/23px 'Arimo',sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #595959;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
hr,
form {
	margin: 23px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lora',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: #13c4a5;
}

a:hover,
a:focus {
	color: #000;
}

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;
	border: 8px solid #e5e5e5;
}

img:hover {
	opacity: .9;
}

blockquote {
	font-family: 'Lora',serif;
	margin-left: 10px;
	padding: 0 0 0 20px;
	border-left: 2px solid #13c4a5;
}

hr {
	height: 1px;
	color: #c4c4c4;
	border: 0;
	background-color: #c4c4c4;
}

input,
textarea,
select {
	max-width: 100%;
	padding: 7px;
	border: 1px solid #c4c4c4;
	background: #fff;
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font-size: 11px;
	font-weight: 700;
	line-height: 17px;
	padding: 7px 10px;
	-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 #13c4a5;
	background: #13c4a5;
}

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 #3b3b3b;
	background: #3b3b3b;
}


/* 2.0 Structure
-------------------------------------------------------------- */

.site-content,
.site-container,
.site-branding {
	max-width: 1100px;
	margin: 0 auto;
}


/* 3.0 Menu
-------------------------------------------------------------- */

.site-navigation {
	line-height: 20px;
	box-shadow: 0 1px 5px rgba(196,196,196,.5);
}

.site-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-navigation li,
.main-navigation,
.social-navigation {
	display: inline-block;
}

.site-navigation a {
	display: block;
	padding: 20px 0;
	color: #000;
}

.site-navigation a:hover,
.site-navigation a:focus {
	color: #13c4a5;
}

.main-navigation {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.main-navigation li {
	margin: 0 20px 0 0;
}

.social-navigation {
	float: right;
}

.social-navigation li {
	margin: 0 0 0 10px;
}

.social-navigation a:before {
	font-family: FontAwesome;
	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 Branding
-------------------------------------------------------------- */

.site-branding {
	padding: 60px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-title {
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 5px 0;
	color: #000;
}

.site-title span {
	font-weight: 700;
}

.site-title:after {
	font-weight: 700;
	margin: 0 0 0 5px;
	content: '.';
	color: #13c4a5;
}

.site-tagline {
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	display: table;
	margin: 0 auto;
	padding: 5px;
	letter-spacing: 1px;
	color: #fff;
	background: #13c4a5;
}


/* 5.0 Content
-------------------------------------------------------------- */

.content-area {
	float: right;
	width: 710px;
}


/* 5.1 Posts
-------------------------------------------------------------- */

.post {
	margin: 0 0 46px 0;
}

.sticky {
	position: relative;
}

.sticky-post:before {
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0 10px;
	padding: 0 5px;
	content: 'Sticky';
	color: #fff;
	background: #13c4a5;
}


/* 5.2 Entry header
-------------------------------------------------------------- */

.entry-meta {
	font-size: 11px;
	line-height: 17px;
	margin: 0 0 4px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.entry-meta a {
	font-weight: 700;
}

.entry-meta a:hover,
.entry-meta a:focus {
	text-decoration: underline;
	color: #13c4a5;
}

.entry-title {
	font-size: 25px;
	line-height: 1;
	margin: 0 0 23px 0;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #000;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #13c4a5;
}


/* 5.3 Entry content
-------------------------------------------------------------- */

.entry-content {
	margin: 23px 0;
}

.more-link {
	font-weight: 700;
	display: table;
	margin: 23px 0;
	padding: 8px 15px;
	text-transform: capitalize;
	color: #3b3b3b!important;
	border: 1px solid #c4c4c4;
}

.more-link:after {
	font-family: FontAwesome;
	margin: 0 0 0 4px;
	content: '\f105';
}

.more-link:hover,
.more-link:focus {
	color: #fff!important;
	border: 1px solid #13c4a5;
	background: #13c4a5;
}


/* 5.4 Entry footer
-------------------------------------------------------------- */

.entry-footer {
	font-size: 11px;
	line-height: 17px;
	margin: 23px 0 46px 0;
	padding: 5px 0 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #969696;
	border-top: 1px solid #e5e5e5;
}

.entry-footer a {
	color: #969696;
}

.entry-footer a:hover,
.entry-footer a:focus {
	text-decoration: underline;
	color: #969696;
}

.posted-on:before,
.byline:before,
.comments-link:before,
.edit-link:before,
.tags-links:before {
	font-family: FontAwesome;
	font-size: 9px;
	margin: 0 4px 0 0;
}

.byline:before,
.comments-link:before,
.edit-link:before {
	margin: 0 4px 0 8px;
}

.posted-on:before {
	content: '\f073';
}

.byline:before {
	content: '\f007';
}

.comments-link:before {
	content: '\f075';
}

.edit-link:before {
	content: '\f040';
}

.updated:not(.published) {
	display: none;
}

.tags-links {
	margin: 6px 0 0 0;
	text-transform: lowercase;
}

.tags-links:before {
	content: '\f02b';
}


/* 5.5 Post thumbnail
-------------------------------------------------------------- */

.post-thumbnail {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	max-height: 300px;
	margin: 0 0 23px 0;
}

.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 {
	margin: 46px 0 23px 0;
}

.post-navigation .meta-nav {
	font-family: 'Lora',serif;
	font-weight: 700;
	color: #3b3b3b;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	float: none;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px dotted #e5e5e5;
}

.post-navigation .nav-next {
	text-align: left;
}

.post-navigation .nav-previous .meta-nav:after,
.post-navigation .nav-next .meta-nav:after {
	margin: 0 4px 0 0;
	content: ':';
}


/* 5.7 Comments
-------------------------------------------------------------- */

.comments-area {
	margin: 46px 0 23px 0;
}

.comments-title {
	font-size: 21px;
	margin: 46px 0 23px 0;
	color: #000;
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 23px 0;
}

.comment-body {
	border-bottom: 1px solid #e5e5e5;
}

.comment-author .avatar {
	float: left;
	margin: 5px 10px 0 0;
	padding: 0;
	border: 0;
	border-radius: 100%;
	box-shadow: none;
}

.comment-author .fn {
	font-family: 'Lora',serif;
	font-weight: 700;
	color: #3b3b3b;
}

.bypostauthor .comment-author .fn:after {
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	display: inline-block;
	margin: 6px 0 0 0;
	padding: 0 5px;
	content: '\f007';
	vertical-align: top;
	color: #13c4a5;
}

.comment-metadata {
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
	color: #969696;
}

.comment-metadata a,
.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #969696;
}

.comment-list .reply {
	font-size: 11px;
	text-transform: uppercase;
}

.comment-list .reply a {
	padding: 0 0 5px 0;
}

.comment-list .reply a:before {
	font-family: FontAwesome;
	font-size: 9px;
	margin: 0 4px 0 0;
	content: '\f112';
}

.comment-list .children {
	padding: 0 0 0 20px;
	list-style: none;
	border-left: 1px dotted #e5e5e5;
}

.no-comments {
	margin-top: -23px;
}

.comment-navigation {
	margin: 23px 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: 46px 0 23px 0;
}

.comment-reply-title {
	font-size: 21px;
	margin: 46px 0 23px 0;
	color: #000;
}

.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;
}

.page .entry-footer {
	margin: 23px 0;
	padding: 1px 0 0 0;
	border: 0;
}


/* 5.10 Archives
-------------------------------------------------------------- */

.page-title {
	font-size: 2em;
	margin: 0 0 46px 0;
	color: #3b3b3b;
}

.search-results .page .edit-link {
	display: block;
	margin-bottom: 46px;
}


/* 5.11 404 Page
-------------------------------------------------------------- */

.not-found .page-title {
	margin: 0 0 23px 0;
}

.page-content {
	margin: 23px 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
-------------------------------------------------------------- */

.secondary {
	font-size: 12px;
	line-height: 19px;
	float: left;
	width: 360px;
	margin: 0 0 23px 0;
	color: #969696;
	background: #000;
}

.widget-area {
	margin: 0 auto;
	padding: 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: 19px 0;
}

.widget-area a {
	color: #e5e5e5;
}

.widget-area a:hover,
.widget-area a:focus {
	color: #fff;
}

.widget-area img {
	border: 1px solid #e5e5e5;
}

.widget-area hr {
	color: #3b3b3b;
	background-color: #3b3b3b;
}

.widget-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-area li {
	padding: 5px 0;
	border-bottom: 1px solid #3b3b3b;
}

.widget-area input,
.widget-area textarea,
.widget-area select {
	border: 1px solid #3b3b3b;
	background: #3b3b3b;
}

.widget-area button,
.widget-area input[type='reset'],
.widget-area input[type='submit'],
.widget-area input[type='button'] {
	line-height: 15px;
}

.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 Header
-------------------------------------------------------------- */

.site-header {
	position: relative;
	overflow: hidden;
	height: 475px;
	background: url(images/header.jpg) center;
}

.site-header:after {
	position: absolute;
	bottom: -211px;
	display: block;
	width: 125%;
	height: 250px;
	content: '';
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
	background: #000;
}

.site-welcome {
	margin: 0 0 38px 0;
}

.welcome-title {
	font-size: 11px;
	line-height: 15px;
	display: table;
	margin: 0 auto 10px auto!important;
	padding: 3px 5px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background: #c42214;
}

.welcome-content {
	margin: 10px 0 38px 0;
	text-align: justify;
	color: #e5e5e5;
}

.welcome-content a {
	color: #969696;
}


/* 6.2 Widgets
-------------------------------------------------------------- */

.widget,
.textwidget {
	margin: 19px 0 38px 0;
}

.widget-area .widget-title {
	font-size: 15px;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 2px solid #3b3b3b;
}

.widget-area .widget-title:before {
	font-size: 19px;
	font-weight: 400;
	margin-right: 5px;
	content: '\2666';
	color: #13c4a5;
}


/* 7.0 Footer
-------------------------------------------------------------- */

.site-footer {
	padding: 20px 0;
	color: #969696;
	background: #000;
}

.site-footer a {
	color: #e5e5e5;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
}

.site-info {
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* 8.0 Pagination
-------------------------------------------------------------- */

.posts-pagination {
	margin: 23px 0;
}

.page-numbers {
	float: left;
	margin: 0 5px 5px 0;
	padding: 10px;
	color: #595959;
	border: 1px solid #c4c4c4;
}

.posts-pagination a:hover,
.posts-pagination a:focus {
	color: #fff;
	border: 1px solid #3b3b3b;
	background: #3b3b3b;
}

.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,
.site-navigation:before,
.site-navigation:after {
	display: table;
	content: '';
}

.site-content:after,
.nav-links:after,
.site-navigation: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;
}

.sticky,
.bypostauthor {
	display: block;
}

.says,
.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) {
	.show-menu {
		font-size: 14px;
		display: block;
		padding: 10px 3%;
		letter-spacing: 0;
		text-transform: none;
		color: #000;
	}

	.show-menu:before {
		font-family: FontAwesome;
		margin: 0 5px 0 0;
		content: '\f0c9';
	}

	.site-navigation {
		line-height: 23px;
		box-shadow: none;
	}

	.site-navigation a {
		padding: 0;
	}

	.main-navigation,
    .main-navigation a {
		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: 7px 3%;
		border-top: 1px solid #e5e5e5;
	}

	.site-branding {
		margin: 0 0 23px 0;
		padding: 20px 3%;
		text-transform: none;
		background: #13c4a5;
	}

	.site-title {
		font-size: 2em;
		font-weight: 700;
		margin: 0;
		color: #fff!important;
	}

	.site-title:after {
		display: none;
	}

	.site-tagline {
		font-size: 1em;
		font-weight: 400;
		line-height: 23px;
		padding: 0;
		letter-spacing: 0;
		background: none;
	}

	.content-area {
		float: none;
		width: auto;
		padding: 0 3%;
	}

	.secondary {
		float: none;
		width: auto;
		margin: 0 3% 23px 3%;
		padding: 19px 3% 1px 3%;
	}

	.site-header {
		display: none;
	}

	.widget-area {
		padding: 0;
	}

	.site-footer {
		padding: 20px 3%;
	}
}

@media (max-width: 739px) {
	blockquote {
		margin-left: 5px;
		padding: 0 0 0 3%;
	}

	.comment-list .children {
		padding: 0 0 0 3%;
	}

	.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%;
	}
}

@media (max-width: 1119px) and (min-width: 955px) {
	.site-content,
    .site-container,
    .site-branding {
		margin: 0 10px;
	}

	.content-area {
		width: 64.5%;
	}

	.secondary {
		width: 32.6819%;
	}

	.widget-area {
		padding: 0 8.349%;
	}
}