/*
Theme Name: MND WP14
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 - 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 - Attachments
  5.10 - Pages
  5.11 - Archives
  5.12 - 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: 14px/25px 'Open Sans',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: 25px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
}

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: #ff6f5a;
}

a:hover,
a:focus {
	color: #000;
}

img {
	margin: 3px;
	padding: 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: 1px solid #ccc;
}

img:hover {
	opacity: .9;
}

blockquote {
	margin-left: 50px;
	padding-left: 20px;
	quotes: '\201C' '\201D';
	color: #999;
	border-left: 1px solid #ccc;
}

blockquote:before {
	font-family: FontAwesome;
	font-size: 30px;
	float: left;
	margin-top: 10px;
	margin-left: -70px;
	content: open-quote;
	content: '\f10d';
	color: #333;
}

hr {
	height: 1px;
	color: #ccc;
	border: 0;
	background-color: #ccc;
}

input,
textarea,
select {
	max-width: 100%;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fff;
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font: 10px/20px 'Lato',sans-serif;
	padding: 7px 15px;
	-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: #595959;
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
}

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 #333;
	background: #333;
}


/* 2.0 Structure
-------------------------------------------------------------- */

.site-content,
.site-container {
	max-width: 1100px;
	margin: 0 auto;
}


/* 3.0 Menu
-------------------------------------------------------------- */

.site-top {
	padding: 25px 0;
	text-transform: uppercase;
}

.site-title {
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	float: left;
	margin: 0;
	color: #000;
}

.site-title span {
	color: #ff6f5a;
}

.site-navigation {
	font-family: 'Lato',sans-serif;
	font-size: 12px;
	display: inline-block;
	float: right;
}

.site-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-navigation li,
.main-navigation,
.social-navigation {
	display: inline-block;
}

.site-navigation a {
	color: #333;
}

.site-navigation a:hover,
.site-navigation a:focus {
	color: #ff6f5a;
}

.site-navigation li:after {
	margin: 0 6px 0 10px;
	content: '/';
	color: #ccc;
}

.site-navigation li:last-child:after {
	display: none;
}

.main-navigation {
	letter-spacing: 1px;
}

.social-navigation {
	line-height: 22px;
}

.social-navigation li:first-child:before {
	margin: 0 10px 0 6px;
	content: '/';
	color: #ccc;
}

.social-navigation a:before {
	font-family: FontAwesome;
	font-size: 10px;
	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;
	margin: 0 0 50px 0;
	background: url(images/header.jpg) center no-repeat;
}


/* 5.0 Content
-------------------------------------------------------------- */

.content-area {
	float: left;
	width: 750px;
}


/* 5.1 Posts
-------------------------------------------------------------- */

.post {
	margin: 0 0 50px 0;
	border-bottom: 1px solid #e5e5e5;
}

.sticky-post {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 7px 4px;
	padding: 7px 6px;
	color: #fff;
	background: #000;
}

.sticky-post:before,
.sticky-post:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}

.sticky-post:before {
	top: 0;
	right: -12px;
	border-width: 24px 12px 0 0;
	border-color: #000 transparent transparent;
	border-top-color: #000;
}

.sticky-post:after {
	bottom: 0;
	left: -12px;
	border-width: 0 0 24px 12px;
	border-color: transparent transparent #000;
	border-bottom-color: #000;
}


/* 5.2 Entry header
-------------------------------------------------------------- */

.entry-header {
	text-align: center;
}

.entry-header:after {
	display: block;
	width: 50px;
	height: 2px;
	margin: 15px auto 25px auto;
	content: '';
	background: #000;
}

.entry-cat {
	font: 10px/10px 'Lato',sans-serif;
	margin: 0 0 16px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.entry-cat a {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 7px 4px;
	padding: 7px 6px;
	color: #fff;
	background: #ff6f5a;
}

.entry-cat a:before,
.entry-cat a:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .25s linear 0s;
	transition: all .4s ease-in-out;
	border-style: solid;
}

.entry-cat a:before {
	top: 0;
	right: -12px;
	border-width: 24px 12px 0 0;
	border-color: #ff6f5a transparent transparent;
	border-top-color: #ff6f5a;
}

.entry-cat a:after {
	bottom: 0;
	left: -12px;
	border-width: 0 0 24px 12px;
	border-color: transparent transparent #ff6f5a;
	border-bottom-color: #ff6f5a;
}

.entry-cat a:hover,
.entry-cat a:focus {
	color: #fff;
	background: #000;
}

.entry-cat a:hover:before,
.entry-cat a:focus:before {
	border-top-color: #000;
}

.entry-cat a:hover:after,
.entry-cat a:focus:after {
	border-bottom-color: #000;
}

.entry-title {
	font-size: 24px;
	line-height: 26px;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #595959;
}

.entry-meta {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0 0 0;
	color: #999;
}

.entry-meta a {
	color: #999;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #595959;
}

.byline:before,
.comments-link:before,
.edit-link:before {
	margin: 0 5px 0 2px;
	content: '/';
	color: #ccc;
}

.updated:not(.published) {
	display: none;
}


/* 5.3 Entry content
-------------------------------------------------------------- */

.entry-content {
	margin: 25px 0;
}

.more-link {
	font: 12px/19px 'Lato',sans-serif;
	display: table;
	margin: 25px auto;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}

.more-link:after {
	display: block;
	width: 40px;
	height: 1px;
	margin: 5px auto 0 auto;
	content: '';
	-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;
	background: #ff6f5a;
}

.more-link:hover:after,
.more-link:focus:after {
	width: 100%;
	color: #333;
	background: #333;
}


/* 5.4 Entry footer
-------------------------------------------------------------- */

.single .entry-footer {
	margin: 25px 0 50px 0;
}

.page .entry-footer {
	margin: 25px 0;
}

.entry-footer a {
	font: 10px/10px 'Lato',sans-serif;
	padding: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #595959;
	background: #e5e5e5;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #fff;
	background: #333;
}

.tags-links a {
	display: inline-block;
}

.page .edit-link:before {
	display: none;
}


/* 5.5 Post thumbnail
-------------------------------------------------------------- */

.post-thumbnail {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	max-height: 300px;
	margin: 25px 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 {
	line-height: 22px;
	margin: -25px 0 25px 0;
	padding: 0 0 28px 0;
	border-bottom: 1px solid #e5e5e5;
}

.post-navigation .meta-nav {
	font: 12px/25px 'Lato',sans-serif;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}

.post-navigation .nav-previous .meta-nav:before,
.post-navigation .nav-next .meta-nav:after {
	font-family: FontAwesome;
	font-size: 10px;
	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: 50px 0 25px 0;
}

.comments-title {
	font-size: 19px;
	margin: 50px 0 25px 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
}

.comment-list {
	margin: 25px 0;
	padding: 0;
	list-style: none;
}

.comment,
.comment-content {
	margin: 25px 0;
}

.comment-body {
	border-bottom: 1px solid #e5e5e5;
}

.comment-meta {
	font-size: 12px;
	line-height: 18px;
	margin: 25px 0;
}

.comment-author .avatar {
	float: left;
	margin: 3px 10px 0 0;
	padding: 0;
	border: 0;
	border-radius: 100%;
	box-shadow: none;
}

.comment-author .fn {
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}

.bypostauthor .comment-author .fn:after {
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: 400;
	display: inline-block;
	padding: 0 5px;
	content: '\f007';
	vertical-align: top;
	color: #ff6f5a;
}

.comment-metadata,
.comment-metadata a,
.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #999;
}

.comment-list .reply {
	font-family: 'Lato',sans-serif;
	font-size: 12px;
	margin: 25px 0 0 0;
	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;
	margin: 0 4px 0 0;
	content: '\f112';
}

.comment-list .children {
	margin: 25px 0;
	padding: 0 0 0 20px;
	list-style: none;
	border-left: 1px solid #f2f2f2;
}

.comment-navigation {
	margin: 25px 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: 50px 0 25px 0;
}

.comment-reply-title {
	font-size: 19px;
	margin: 50px 0 25px 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	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 Attachments
-------------------------------------------------------------- */

.attachment .entry-content {
	border-bottom: 1px solid #e5e5e5;
}


/* 5.10 Pages
-------------------------------------------------------------- */

.page .entry-title {
	font-size: 2em;
	line-height: 1;
}


/* 5.11 Archives
-------------------------------------------------------------- */

.page-title {
	font-size: 2em;
	line-height: 1;
	margin: 0 0 50px 0;
	text-align: center;
	color: #999;
}

.search-results .page .entry-summary {
	margin-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}


/* 5.12 404 Page
-------------------------------------------------------------- */

.not-found .page-title {
	margin: 0 0 25px 0;
}

.page-content {
	margin: 25px 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: 310px;
	margin: -10px 0 0 0;
}

.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 img {
	padding: 2px;
}

.widget-area blockquote:before {
	display: none;
}

.widget-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-area li {
	padding: 7px 0;
	border-bottom: 1px solid #f2f2f2;
}

.widget-area button,
.widget-area input[type='reset'],
.widget-area input[type='submit'],
.widget-area input[type='button'] {
	line-height: 18px;
}

.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: 17px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

.widget-area .widget-title:after {
	display: block;
	margin: 0 0 -10px -1px;
	content: '\2022';
	color: #ff6f5a;
}


/* 7.0 Footer
-------------------------------------------------------------- */

.site-footer {
	margin: 25px 0;
}

.site-info {
	font-family: 'Lato',sans-serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}

.site-disclaimer {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #e5e5e5;
}


/* 8.0 Pagination
-------------------------------------------------------------- */

.posts-pagination {
	margin: 25px 0 20px 0;
}

.page-numbers {
	float: left;
	margin: 0 5px 5px 0;
	padding: 10px;
	color: #595959;
	border: 1px solid #ccc;
}

.posts-pagination a:hover,
.posts-pagination a:focus {
	color: #fff;
	border: 1px solid #333;
	background: #333;
}

.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-container:before,
.site-container:after {
	display: table;
	content: '';
}

.site-content:after,
.nav-links:after,
.site-container: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) {
	.site-content,
    .site-footer {
		padding: 0 3%;
	}

	.site-top {
		margin: 0 0 50px 0;
		padding: 0;
	}

	.site-title,
    .site-navigation {
		display: block;
		float: none;
	}

	.site-title {
		font-size: 2em;
		line-height: 1;
		padding: 20px 3%;
		text-align: center;
		color: #fff;
		background: #ff6f5a;
	}

	.site-title span {
		color: #fff!important;
	}

	.show-menu {
		font-size: 14px;
		display: block;
		padding: 10px 3%;
		color: #333;
	}

	.show-menu:before {
		font-family: FontAwesome;
		margin: 0 5px 0 0;
		content: '\f0c9';
	}

	.site-navigation li:after {
		display: none;
	}

	.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-header {
		display: none;
	}

	.content-area,
    .widget-area {
		float: none;
		width: auto;
	}

	.widget-area {
		margin: 5px 0 0 0;
	}
}

@media (max-width: 739px) {
	body {
		font-size: 13px;
		line-height: 23px;
	}

	h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    hr,
    form {
		margin: 23px 0;
	}

	blockquote {
		margin-left: 0;
		padding-left: 4%;
	}

	blockquote:before {
		display: none;
	}

	button,
    input[type='reset'],
    input[type='submit'],
    input[type='button'] {
		line-height: 18px;
	}

	.more-link {
		line-height: 17px;
		margin: 23px auto;
	}

	.nav-next,
    .nav-previous {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		vertical-align: top;
	}

	.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 {
		margin: 0 10px;
	}

	.content-area {
		width: 68.2%;
	}

	.widget-area {
		width: 28%;
	}
}