/*
Theme Name: MND WP18
Theme URI: http://monicandesign.com/shop/premade-18/
Author: Monica
Author URI: http://monicandesign.com
Description: A modern, elegant and fully responsive theme. Check out the over 10 blog layouts available to showcase your content. Tons of customization options make it easier then ever to personalize your site.
Version: 1.6
Tags: two-columns, right-sidebar, accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, sticky-post, theme-options, threaded-comments, blog, entertainment
*/


/*
Table of Contents:
1.0 - Global
2.0 - Structure
3.0 - Menu
4.0 - Header
  4.1 - Header widgets
5.0 - Content
  5.1 - Posts
  5.2 - Entry header
  5.3 - Entry content
  5.4 - Entry footer
  5.5 - Post thumbnail
  5.6 - Related posts
  5.7 - Post navigation
  5.8 - Grid layout
  5.9 - List layout
  5.10 - Comments
  5.11 - Respond
  5.12 - Pages
  5.13 - Archives
  5.14 - Search results
  5.15 - 404 Page
  5.16 - Pagination
  5.17 - Front page widgets
6.0 - Sidebar
  6.1 - Widgets
7.0 - Footer
  7.1 - Footer widgets
8.0 - Plugins
9.0 - Patterns
10.0 - Responsive
-------------------------------------------------------------- */


/* 1.0 Global
-------------------------------------------------------------- */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body,
button,
input,
select,
textarea {
	font: 15px/26px 'Fira 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,
ul,
ol,
table,
form {
	margin: 26px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	color: #0a0a0a;
}

a {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	color: #dcbb00;
}

a:hover,
a:focus {
	color: #0a0a0a;
}

img {
	margin: 3px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0 0 9px #e1e1e1;
	box-shadow: 0 0 9px #e1e1e1;
}

img:hover {
	opacity: .9;
}

blockquote {
	font-style: italic;
	margin: 26px 20px 26px 40px;
	padding: 26px 20px 26px 67px;
	color: #757575;
	border: 1px solid #e1e1e1;
}

blockquote:before {
	font: normal 20px/20px FontAwesome;
	float: left;
	margin-top: 5px;
	margin-left: -38px;
	content: '\f10d';
	color: #0a0a0a;
}

blockquote>p:first-child {
	margin-top: 0;
}

blockquote>p:last-child {
	margin-bottom: 0;
}

hr {
	height: 1px;
	border: 0;
	background-color: #e1e1e1;
}

ul,
ol {
	padding: 0 0 0 40px;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0;
	padding: 0 0 0 40px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 26px 40px;
}

.content-area table,
.widget_calendar table {
	width: 100%;
}

.content-area td,
.content-area th,
.widget_calendar td,
.widget_calendar th {
	padding: 10px;
	border-bottom: 1px solid #f5f5f5;
}

.content-area th,
.widget_calendar th {
	font-weight: 700;
	background: #f5f5f5;
}

input,
textarea,
select {
	max-width: 100%;
	padding: 7px;
	border: 1px solid #e1e1e1;
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font-size: 12px;
	line-height: 19px;
	padding: 9px 20px;
	-webkit-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 #0a0a0a;
	background: #0a0a0a;
}

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: #0a0a0a;
	border: 1px solid #dcbb00;
	background: #dcbb00;
}


/* 2.0 Structure
-------------------------------------------------------------- */

.site-content,
.site-container {
	max-width: 1150px;
	margin: 0 auto;
}


/* 3.0 Menu
-------------------------------------------------------------- */

.top-bar {
	padding: 26px 0;
}

.site-title,
.site-navigation,
.main-navigation,
.social-navigation {
	display: inline-block;
}

.site-title {
	font: 700 30px/26px 'Yellowtail', cursive;
	float: left;
	margin: 0 10px 0 0;
	color: #0a0a0a;
}

.site-title span {
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #dcbb00;
}

.custom-logo-link img {
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.site-navigation {
	line-height: 26px;
	float: right;
	height: 26px;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation li {
	display: inline-block;
	margin: 0 0 0 10px;
}

.main-navigation li:first-child {
	margin: 0;
}

.main-navigation a {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0a0a0a;
	-webkit-box-shadow: transparent 0 -6px inset;
	box-shadow: transparent 0 -6px inset;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #0a0a0a;
	-webkit-box-shadow: #dcbb00 0 -6px inset;
	box-shadow: #dcbb00 0 -6px inset;
}

.social-navigation {
	height: 26px;
	margin: 0 0 0 10px;
}

.social-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-navigation li {
	display: inline-block;
}

.social-navigation a {
	font-size: 13px;
	padding: 0 5px;
	color: #0a0a0a;
}

.social-navigation a:hover,
.social-navigation a:focus {
	color: #dcbb00;
}

.social-navigation li:first-child a {
	padding: 0 5px 0 0;
}

.social-navigation li:last-child a {
	padding: 0 0 0 5px;
}

.social-navigation a:before {
	font-family: FontAwesome;
	font-weight: 400;
	content: '\f1e0';
}

.social-navigation a[href*='facebook.com']:before {
	content: '\f09a';
}

.social-navigation a[href*='flickr.com']:before {
	content: '\f16e';
}

.social-navigation a[href*='plus.google.com']:before {
	content: '\f0d5';
}

.social-navigation a[href*='instagram.com']:before {
	content: '\f16d';
}

.social-navigation a[href*='pinterest.com']:before {
	content: '\f0d2';
}

.social-navigation a[href*='spotify.com']:before {
	content: '\f1bc';
}

.social-navigation a[href*='tumblr.com']:before {
	content: '\f173';
}

.social-navigation a[href*='twitter.com']:before {
	content: '\f099';
}

.social-navigation a[href*='vimeo.com']:before {
	content: '\f27d';
}

.social-navigation a[href*='vk.com']:before {
	content: '\f189';
}

.social-navigation a[href*='yahoo.com']:before {
	content: '\f19e';
}

.social-navigation a[href*='youtube.com']:before {
	content: '\f16a';
}

.social-navigation a[href*='wordpress.com']:before {
	content: '\f19a';
}

.social-navigation a[href*='mailto:']:before,
.social-navigation a[href$='/contact/']:before,
.social-navigation a[href$='/contact']:before {
	content: '\f0e0';
}

.social-navigation a[href*='rss']:before,
.social-navigation a[href*='feed=']:before,
.social-navigation a[href$='/feed/']:before,
.social-navigation a[href$='/feed']:before {
	content: '\f09e';
}


/* 4.0 Header
-------------------------------------------------------------- */

.site-header {
	height: 520px;
	margin: 0 0 52px 0;
	background: url(images/header.jpg) no-repeat center;
}

.mask {
	max-width: 1366px;
	height: 100%;
	margin: 0 auto;
	opacity: .5;
	background-image: -webkit-gradient(linear, left bottom, right top, from(#009ff5), to(#dcbb00));
	background-image: -webkit-linear-gradient(bottom left, #009ff5, #dcbb00);
	background-image: -o-linear-gradient(bottom left, #009ff5, #dcbb00);
	background-image: linear-gradient(to top right, #009ff5, #dcbb00);
}


/* 4.1 Header widgets
-------------------------------------------------------------- */

.header-widgets {
	margin: -26px 0 52px 0;
}

.header-widgets .widget:first-child {
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
}

.header-widgets .widget:last-child {
	float: right;
	width: 50%;
	padding: 0 0 0 10px;
}

.header-widgets .widget-title {
	font: 700 13px/15px 'Fira Sans', sans-serif;
	display: table;
	margin: 5px auto 20px auto;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #0a0a0a;
	-webkit-box-shadow: #dcbb00 0 -6px inset;
	box-shadow: #dcbb00 0 -6px inset;
}

.header-widgets td {
	padding: 0;
}

.header-widgets .widget_recent_entries li:before {
	font-family: FontAwesome;
	font-size: 13px;
	margin: 0 5px 0 0;
	content: '\f15c';
	color: #bdbdbd;
}

.header-widgets .widget_recent_entries a {
	color: #404040;
}

.header-widgets .widget_recent_entries a:hover,
.header-widgets .widget_recent_entries a:focus {
	color: #dcbb00;
}


/* 5.0 Content
-------------------------------------------------------------- */

.content-area {
	float: left;
	width: 768px;
}

.full-width .content-area {
	float: none;
	width: auto;
	max-width: 860px;
	margin: 0 auto;
}

.front-page-width .content-area {
	float: none;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}


/* 5.1 Posts
-------------------------------------------------------------- */

.post {
	position: relative;
	margin: 0 0 52px 0;
}

.sticky-post {
	font: normal 700 12px/26px 'Fira Sans', sans-serif;
	font-style: normal;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 8px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background: #0a0a0a;
}

.single .post {
	margin: 0;
}


/* 5.2 Entry header
-------------------------------------------------------------- */

.entry-header {
	margin: 0 0 26px 0;
	text-align: center;
}

.entry-cats {
	font: italic 12px/26px 'Playfair Display', serif;
	color: #757575;
}

.entry-cats:before {
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 0 15px 0 0;
	content: '';
	vertical-align: middle;
	background: #e1e1e1;
}

.entry-cats a {
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	margin: 0 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0a0a0a;
	-webkit-box-shadow: #dcbb00 0 -6px inset;
	box-shadow: #dcbb00 0 -6px inset;
}

.entry-cats a:hover,
.entry-cats a:focus {
	color: #0a0a0a;
	-webkit-box-shadow: #dcbb00 0 -16px inset;
	box-shadow: #dcbb00 0 -16px inset;
}

.entry-title {
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 5px 0;
	color: #0a0a0a;
}

.entry-title a {
	color: #0a0a0a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #757575;
}

.entry-header svg {
	stroke: #e1e1e1;
}


/* 5.3 Entry content
-------------------------------------------------------------- */

.entry-content {
	margin: 26px 0;
}

.more-link {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	display: table;
	margin: 26px auto;
}

.more-link:after {
	display: inline-block;
	margin: 0 0 0 5px;
	content: '...';
}


/* 5.4 Entry footer
-------------------------------------------------------------- */

.entry-footer {
	margin: 26px 0 0 0;
	padding: 6px 0;
	border-bottom: 1px solid #e1e1e1;
}

.entry-meta,
.entry-share {
	font: italic 12px/26px 'Playfair Display', serif;
	color: #bdbdbd;
}

.entry-meta a,
.entry-share a {
	color: #757575;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-share a:hover,
.entry-share a:focus {
	color: #404040;
}

.entry-meta {
	float: left;
}

.posted-on,
.byline,
.comments-link,
.edit-link {
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.posted-on:after,
.byline:after,
.edit-link:before {
	display: inline-block;
	margin: 0 6px;
	content: '•';
}

.byline:after {
	margin: 0 6px 0 10px;
}

.comments-link:before {
	font-family: FontAwesome;
	font-size: 10px;
	display: inline-block;
	margin: 0 4px 0 0;
	content: '\f0e5';
}

.edit-link:before {
	margin: 0 10px 0 6px;
}

.updated:not(.published) {
	display: none;
}

.entry-share {
	float: right;
}

.entry-share a {
	font-size: 13px;
	margin: 0 0 0 6px;
}

.entry-footer .tags-links {
	margin: 0 0 21px 0;
}

.entry-footer .tags-links a {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #757575;
	background: #e1e1e1;
}

.entry-footer .tags-links a:hover,
.entry-footer .tags-links a:focus {
	color: #fff;
	background: #757575;
}


/* 5.5 Post thumbnail
-------------------------------------------------------------- */

.post-thumbnail {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0 0 26px 0;
}

.post-thumbnail img {
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.post-thumbnail img:hover {
	opacity: .9;
}


/* 5.6 Related posts
-------------------------------------------------------------- */

.related-posts {
	margin: 52px 0 0 0;
	border-bottom: 1px solid #e1e1e1;
}

.related-box {
	margin: 0 -10px;
	padding: 0 0 26px 0;
}

.related-header {
	margin: 52px 0 26px 0;
	text-align: center;
}

.related-header h2 {
	font-size: 23px;
	margin: 0 0 3px 0;
}

.related-header svg {
	stroke: #e1e1e1;
}

.related-item {
	display: inline-block;
	float: left;
	width: 33.333%;
	padding: 0 10px;
	vertical-align: top;
}

.related-image {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
}

.related-image img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.related-image img:hover {
	opacity: .9;
}

.related-title {
	line-height: 19px;
}

.related-title a {
	color: #0a0a0a;
}

.related-title a:hover,
.related-title a:focus {
	color: #dcbb00;
}

.related-date {
	font-size: 12px;
	line-height: 19px;
	margin: 6px 0 4px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #bdbdbd;
}


/* 5.7 Post navigation
-------------------------------------------------------------- */

.post-navigation {
	font-size: 12px;
	line-height: 19px;
	margin: 0 0 52px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
}

.post-navigation .nav-previous {
	padding: 26px 10px 26px 0;
	border-right: 1px solid #e1e1e1;
}

.post-navigation .nav-next {
	padding: 26px 0 26px 10px;
}

.post-navigation a {
	color: #0a0a0a;
}

.post-navigation a:hover,
.post-navigation a:focus {
	color: #dcbb00;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:after {
	font-family: FontAwesome;
	font-size: 10px;
}

.post-navigation .nav-previous a:before {
	margin: 0 5px 0 0;
	content: '\f053';
}

.post-navigation .nav-next a:after {
	margin: 0 0 0 4px;
	content: '\f054';
}


/* 5.8 Grid layout
-------------------------------------------------------------- */

.grid-layout.blog .site-main,
.grid-layout.archive .site-main {
	margin: 0 -2%;
}

.grid-item {
	line-height: 23px;
	display: inline-block;
	width: 49.75%;
	margin: 0 0 46px 0;
	padding: 0 2%;
	vertical-align: top;
}

.grid-item .sticky-post {
	top: auto;
	right: 16px;
	bottom: 0;
}

.grid-item .post-thumbnail {
	margin: 0 0 11px 0;
}

.grid-item .entry-header {
	margin: 0 0 11px 0;
}

.grid-item .entry-cats {
	line-height: 23px;
}

.grid-item .entry-cats:before {
	width: 15px;
	margin: 0 5px 0 0;
}

.grid-item .entry-title {
	font-size: 23px;
	margin: 0;
}

.grid-item .entry-content {
	margin: 11px 0;
}

.grid-item p {
	margin: 0;
}

.grid-item .entry-meta {
	line-height: 23px;
	float: none;
	margin: 11px 0 0 0;
}

.grid-item .byline:after {
	display: none;
}

.grid-layout.archive .page-header {
	margin: 10px 2% 52px 2%;
}

.grid-layout .posts-pagination {
	margin: 6px 2% 47px 2%;
}

.one-grid-layout {
	margin: 0 2%;
}


/* 5.9 List layout
-------------------------------------------------------------- */

.list-item {
	line-height: 23px;
	display: table;
	width: 100%;
	margin: 0 0 23px 0;
	padding: 0 0 23px 0;
	border-bottom: 1px solid #e1e1e1;
}

.list-item .post-thumbnail {
	float: left;
	margin: 0;
	padding: 0 3% 0 0;
	vertical-align: top;
}

.list-item .post-thumbnail img {
	max-width: 260px;
}

.list-content {
	overflow: hidden;
	margin: 0 0 -10px 0;
	vertical-align: top;
}

.list-item .entry-header {
	margin: -4px 0 11px 0;
	text-align: left;
}

.list-item .entry-cats {
	line-height: 23px;
}

.list-item .entry-cats:before {
	width: 15px;
	margin: 0 5px 0 0;
}

.list-item .entry-title {
	font-size: 23px;
	margin: 0;
}

.list-item .entry-content {
	margin: 11px 0;
}

.list-item p {
	margin: 0;
}

.list-item .entry-meta {
	line-height: 23px;
	float: none;
	margin: 11px 0 0 0;
}

.list-item .byline:after {
	display: none;
}

.list-layout .posts-pagination {
	margin: 52px 0 47px 0;
}


/* 5.10 Comments
-------------------------------------------------------------- */

.comments-area {
	margin: 52px 0;
}

.comments-header {
	margin: 52px 0 26px 0;
	text-align: center;
}

.comments-title {
	font-size: 23px;
	margin: 0 0 3px 0;
}

.comments-header svg {
	stroke: #e1e1e1;
}

.comment-list {
	margin: 26px 0;
	padding: 0;
	list-style: none;
}

.comment,
.comment-content,
.comment-meta {
	margin: 26px 0;
}

.comment-body {
	border-bottom: 1px solid #e1e1e1;
}

.comment-author .avatar {
	float: left;
	width: 35px;
	height: 35px;
	margin: 5px 10px 0 0;
	padding: 3px;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.comment-author .fn {
	font-weight: 400;
	color: #0a0a0a;
}

.bypostauthor .comment-author .fn:after {
	font-size: 10px;
	line-height: 12px;
	display: inline-block;
	margin: 6px 0 0 5px;
	padding: 2px 3px;
	content: 'Post Author';
	vertical-align: top;
	color: #595959;
	background: #e1e1e1;
}

.comment-metadata {
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #bdbdbd;
}

.comment-metadata a,
.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #bdbdbd;
}

.comment-list .reply {
	font-size: 12px;
	margin: 26px 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 5px 0 0;
	content: '\f112';
}

.comment-list .children {
	margin: 26px 0;
	padding: 0 0 0 20px;
	list-style: none;
	border-left: 1px dotted #e1e1e1;
}

.comment-navigation {
	margin: 26px 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.11 Respond
-------------------------------------------------------------- */

.comment-respond {
	margin: 52px 0 26px 0;
}

.comment-reply-title {
	font-size: 23px;
	margin: 52px 0 26px 0;
	text-align: center;
}

.comment-reply-title:after {
	display: block;
	margin: -3px 0 0 0;
	content: url(images/deco.svg);
}

.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'] {
	width: 50%;
}

.comment-form textarea {
	width: 80%;
}


/* 5.12 Pages
-------------------------------------------------------------- */

article.page {
	margin: 0 0 52px 0;
}

article.page .edit-link:before {
	font-family: FontAwesome;
	font-size: 10px;
	margin: 0 4px 0 0;
	content: '\f040';
}


/* 5.13 Archives
-------------------------------------------------------------- */

.page-header {
	margin: 10px 0 52px 0;
	padding: 0 20px 20px 20px;
	text-align: center;
	border: 1px solid #e1e1e1;
}

.page-title {
	font: 700 26px/1.2 'Fira Sans', sans-serif;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #404040;
}

.page-title span {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
	display: table;
	margin: -15px auto 10px auto;
	padding: 0 20px;
	letter-spacing: 0;
	text-transform: lowercase;
	color: #bdbdbd;
	background: #fff;
}


/* 5.14 Search results
-------------------------------------------------------------- */

.entry-summary {
	margin: 26px 0;
}


/* 5.15 404 Page
-------------------------------------------------------------- */

.not-found {
	margin: 0 0 52px 0;
}

.not-found .page-header {
	margin: 0 0 26px 0;
	padding: 0;
	text-align: center;
	border: 0;
}

.not-found .page-title {
	font: 700 36px/1.2 'Playfair Display', serif;
	display: table;
	width: 75%;
	margin: 0 auto 5px auto;
	letter-spacing: 0;
	text-transform: none;
	color: #0a0a0a;
}

.not-found .page-header svg {
	stroke: #e1e1e1;
}

.not-found .page-content {
	margin: 26px 0;
	text-align: center;
}

.not-found input[type='search'] {
	width: 50%;
	padding: 10px;
}


/* 5.16 Pagination
-------------------------------------------------------------- */

.posts-pagination {
	margin: 0 0 47px 0;
}

.page-numbers {
	float: left;
	margin: 0 5px 5px 0;
	padding: 10px;
	color: #595959;
	border: 1px solid #e1e1e1;
}

.posts-pagination a:hover,
.posts-pagination a:focus {
	color: #fff;
	border: 1px solid #0a0a0a;
	background: #0a0a0a;
}

.posts-pagination .next:after {
	content: '\003e';
}

.posts-pagination .prev:before {
	content: '\003c';
}


/* 5.17 Front page widgets
-------------------------------------------------------------- */

.front-page-widgets,
.front-page-widgets .widget {
	margin: 0 0 46px 0;
}

.front-page-widgets .widget-title {
	font-weight: 400;
	font-style: italic;
	display: table;
	margin: 0 0 23px 0;
	letter-spacing: 0;
	text-transform: lowercase;
	color: #bdbdbd;
}

.front-page-widgets .entry-header,
.front-page-widgets .entry-content,
.front-page-widgets .entry-meta {
	padding: 0 2%;
}

.front-page-widgets .entry-meta {
	display: block;
	text-align: center;
}


/* Style 1 */

.widget_mnd_front_posts_one {
	border-bottom: 1px solid #f5f5f5;
}

.front-posts-one-left {
	float: left;
	max-width: 43.5%;
}

.front-posts-one-left .entry-title {
	font-size: 30px;
	margin: 0;
}

.front-posts-one-left .byline:after {
	display: none;
}

.front-posts-one-right {
	float: right;
	max-width: 56.5%;
	padding: 0 0 0 4px;
}

.front-posts-one-right article {
	line-height: 23px;
	display: inline-block;
	width: 49.69%;
	margin: 0;
	padding: 0 0 0 2.5%;
	vertical-align: top;
}

.front-posts-one-right article:nth-child(1),
.front-posts-one-right article:nth-child(2) {
	margin-bottom: 23px;
}

.front-posts-one-right .sticky-post {
	top: auto;
	right: 16px;
	bottom: 0;
}

.front-posts-one-right .post-thumbnail {
	margin: 0 0 11px 0;
}

.front-posts-one-right .entry-header {
	margin: 0 0 11px 0;
}

.front-posts-one-right .entry-cats {
	line-height: 23px;
}

.front-posts-one-right .entry-cats:before {
	width: 15px;
	margin: 0 5px 0 0;
}

.front-posts-one-right .entry-title {
	font-size: 18px;
	line-height: 23px;
	margin: 0;
}

.front-posts-one-right .entry-meta {
	line-height: 23px;
	float: none;
	margin: 11px 0 0 0;
	text-align: center;
}

.front-posts-one-right .byline:after {
	display: none;
}

.front-posts-one-more {
	font: 700 13px/20px 'Fira Sans', sans-serif;
	margin: 46px 0 -10px 0;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #404040;
}

.front-posts-one-more span {
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
}

.front-posts-one-more span:before {
	font: italic 700 13px 'Playfair Display', serif;
	display: inline-block;
	padding: 0 5px 0 0;
	content: '+';
	letter-spacing: 0;
	color: #bdbdbd;
}

.front-posts-one-more a {
	color: #404040;
}

.front-posts-one-more a:hover {
	color: #0a0a0a;
}

.front-posts-one-more span:hover:before {
	color: #dcbb00;
}


/* Style 2 */

.widget_mnd_front_posts_two {
	border-bottom: 1px solid #f5f5f5;
}

.front-posts-two {
	margin: 0 -1%;
}

.front-posts-two article {
	line-height: 23px;
	display: inline-block;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0 1%;
	vertical-align: top;
}

.front-posts-two .sticky-post {
	top: auto;
	right: 16px;
	bottom: 0;
}

.front-posts-two .post-thumbnail {
	margin: 0 0 11px 0;
}

.front-posts-two .entry-header {
	margin: 0 0 6px 0;
}

.front-posts-two .entry-title {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}

.front-posts-two .entry-meta {
	line-height: 23px;
	float: none;
	margin: 6px 0 0 0;
	text-align: center;
}

.front-posts-two .byline:after {
	display: none;
}

.front-posts-two-more {
	font: 700 13px/20px 'Fira Sans', sans-serif;
	margin: 46px 0 -10px 0;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #404040;
}

.front-posts-two-more span {
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
}

.front-posts-two-more span:before {
	font: italic 700 13px 'Playfair Display', serif;
	display: inline-block;
	padding: 0 5px 0 0;
	content: '+';
	letter-spacing: 0;
	color: #bdbdbd;
}

.front-posts-two-more a {
	color: #404040;
}

.front-posts-two-more a:hover {
	color: #0a0a0a;
}

.front-posts-two-more span:hover:before {
	color: #dcbb00;
}


/* Style 3 */

.widget_mnd_front_posts_three {
	padding-bottom: 46px;
	border-bottom: 1px solid #f5f5f5;
}

.front-posts-three {
	margin: 0 -1%;
}

.front-posts-three article {
	line-height: 23px;
	display: inline-block;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0 1%;
	vertical-align: top;
}

.front-posts-three .sticky-post {
	top: auto;
	right: 16px;
	bottom: 0;
}

.front-posts-three .post-thumbnail {
	margin: 0 0 11px 0;
}

.front-posts-three .entry-header {
	margin: 0 0 6px 0;
}

.front-posts-three .entry-title {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}

.front-posts-three .entry-meta {
	line-height: 23px;
	float: none;
	margin: 6px 0 0 0;
	text-align: center;
}

.front-posts-three .byline:after {
	display: none;
}


/* 6.0 Sidebar
-------------------------------------------------------------- */

.widget-area,
.widget-area button,
.widget-area input,
.widget-area select,
.widget-area textarea {
	font-size: 13px;
	line-height: 20px;
}

.widget-area {
	float: right;
	width: 342px;
	margin: 10px 0 12px 0;
	counter-reset: mnd-counter;
}

.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 ul,
.widget-area ol,
.widget-area table,
.widget-area form {
	margin: 20px 0;
}

.widget-area input[type='search'] {
	width: 100%;
	padding: 10px;
}

.widget-area th:not(.widget_calendar th),
.widget-area td:not(.widget_calendar td) {
	padding: 5px;
}


/* 6.1 Widgets
-------------------------------------------------------------- */

.widget-area .widget {
	margin: 0 0 40px 0;
	padding: 20px;
	border: 1px solid #e1e1e1;
}

.widget-area .widget-title {
	font: 700 13px/20px 'Fira Sans', sans-serif;
	margin: -30px 0 20px 0;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #404040;
}

.widget-area .widget-title span {
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
}

.widget-area .widget-title span:before {
	font: italic 700 13px 'Playfair Display', serif;
	display: inline-block;
	padding: 0 5px 0 0;
	content: counter(mnd-counter, decimal-leading-zero);
	counter-increment: mnd-counter;
	letter-spacing: 0;
	color: #bdbdbd;
}

.widget-area .widget_archive select,
.widget-area .widget_categories select {
	width: 100%;
}

.widget p:last-child,
.widget blockquote:last-child,
.widget hr:last-child,
.widget ul:last-child,
.widget ol:last-child,
.widget table:last-child,
.widget form:last-child {
	margin-bottom: 0;
}

.widget blockquote {
	padding: 0 0 0 40px;
	border: 0;
}

.widget blockquote:before {
	margin-top: 0;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	list-style: none;
	border-bottom: 1px solid #f5f5f5;
}

.widget li:last-child {
	margin-bottom: 0;
}

.widget_calendar tbody td {
	text-align: center;
}

.widget_categories .children li,
.widget_pages .children li,
.widget_nav_menu .sub-menu li {
	margin-top: 7px;
	padding: 0 0 7px 10px;
}

.widget_categories .children li:first-child,
.widget_pages .children li:first-child,
.widget_nav_menu .sub-menu li:first-child {
	padding-top: 7px;
	border-top: 1px solid #f5f5f5;
}

.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.tagcloud a {
	font-size: 10px!important;
	line-height: 12px;
	display: inline-block;
	margin: 0 0 4px 0;
	padding: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #757575;
	background: #e1e1e1;
}

.tagcloud a:hover,
.tagcloud a:focus {
	color: #fff;
	background: #757575;
}


/* 7.0 Footer
-------------------------------------------------------------- */

.site-footer {
	padding: 0 0 20px 0;
}

.site-info {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	padding: 20px 0 0 0;
	color: #0a0a0a;
}

.site-disclaimer {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	text-align: justify;
	border-top: 1px solid #e1e1e1;
}


/* 7.1 Footer widgets
-------------------------------------------------------------- */

.footer-widgets {
	margin: 52px 0 0 0;
}

.footer-widgets .widget-title {
	font: 700 13px/20px 'Fira Sans', sans-serif;
	margin: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #404040;
}

.footer-widgets td {
	padding: 0;
}

.footer-widgets img {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* 8.0 Plugins
-------------------------------------------------------------- */

.instagram-pics {
	margin: 0;
	padding: 0;
	list-style: none;
}

.instagram-pics li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
}

.header-widgets .instagram-pics li {
	width: 16.66%;
}

.footer-widgets .instagram-pics li {
	width: 12.5%;
}

.widget-area .instagram-pics li {
	width: 33.33%;
}

.instagram-pics img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.instagram-pics img:hover {
	opacity: .9;
}

.null-instagram-feed p.clear {
	font-size: 12px;
	margin: 6px 0 0 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.null-instagram-feed p.clear a {
	color: #0a0a0a;
}

.null-instagram-feed p.clear a:hover,
.null-instagram-feed p.clear a:focus {
	color: #dcbb00;
}

.wpcf7 input,
.wpcf7 textarea {
	width: 370px;
	padding: 7px 10px;
	color: #757575;
}

.wpcf7 textarea {
	width: 90%;
}

.wpcf7 .wpcf7-submit {
	width: auto;
	color: #fff;
}

.mndfs-welcome-image,
.mndfs-album,
.mndfs-project-image {
	text-align: center;
}

.mndfs-welcome-image img,
.mndfs-project-image img,
.mndfs-affiliate-image img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0!important;
}

.mndfs-welcome-image {
	margin: 0 0 10px 0;
}

ul.mndfs-latest-projects li {
	display: table;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	list-style: none;
}

.mndfs-project-image {
	margin: 5px 0 10px 0;
}

ul.mndfs-latest-projects li:first-child .mndfs-project-image {
	margin: 0 0 10px 0;
}

.mndfs-project-title {
	font-weight: 700;
}

.mndfs-project-year {
	font-weight: 400;
}

.mndfs-project-role {
	font-style: italic;
}

.mndfs-project-synopsis {
	margin: 10px 0 0 0;
}

.mndfs-project-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	margin: 0 -5px;
	padding: 10px 0 0 0;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.mndfs-project-info,
.mndfs-project-news,
.mndfs-project-photos,
.mndfs-project-videos,
.mndfs-project-imdb,
.mndfs-project-official {
	display: inline-block;
	margin: 0 5px;
}

.mndfs-elite-affiliates {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: -2px;
}

.mndfs-affiliate-text {
	font-size: 9px;
	font-weight: 400;
	line-height: 1.5;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 18.65%;
	margin: 2px;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #ccc;
}

.mndfs-affiliate-text a span {
	font-weight: 700;
	display: block;
}

.mndfs-affiliate-status {
	margin: 5px 0 0 0;
	text-align: center;
}

.widget.widget_mndfs_welcome_message {
	margin-top: -10px;
	color: #404040;
	border: 0;
	background: #f5f5f5;
}

.header-widgets .widget.widget_mndfs_welcome_message {
	margin-top: 0;
	color: #595959;
	background: none;
}

.widget_mndfs_welcome_message .widget-title {
	font-family: 'Playfair Display', serif;
	margin-top: 0;
	color: #0a0a0a;
}

.header-widgets .widget_mndfs_welcome_message .widget-title {
	font-family: 'Fira Sans', sans-serif;
	margin: 5px auto 20px auto;
}

.widget_mndfs_welcome_message .widget-title span {
	background: #fff!important;
}

.widget_mndfs_welcome_message .widget-title span:before {
	display: none;
}

.mndfs-welcome-text {
	text-align: justify;
}

.mndfs-project-title {
	font-family: 'Playfair Display', serif;
	display: table;
	padding: 0 1px;
	color: #fff;
	background: #0a0a0a;
}

.mndfs-project-role {
	font-family: 'Playfair Display', serif;
	color: #dcbb00;
}

.mndfs-project-role:before {
	margin-right: 4px;
	content: 'Amy Adams as';
}

.mndfs-project-status {
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #404040;
}

.mndfs-project-links {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0a0a0a;
}

.mndfs-project-links a {
	color: #0a0a0a;
	-webkit-box-shadow: #dcbb00 0 -5px inset;
	box-shadow: #dcbb00 0 -5px inset;
}

.mndfs-project-links a:hover,
.mndfs-project-links a:focus {
	color: #0a0a0a;
	-webkit-box-shadow: #dcbb00 0 -13px inset;
	box-shadow: #dcbb00 0 -13px inset;
}

.mndfs-project-info:before,
.mndfs-project-news:before,
.mndfs-project-photos:before,
.mndfs-project-videos:before,
.mndfs-project-imdb:before,
.mndfs-project-official:before {
	font-family: FontAwesome;
	font-size: 8px;
	margin: 0 3px 0 0;
}

.mndfs-project-info:before {
	content: '\f129';
}

.mndfs-project-news:before {
	content: '\f00c';
}

.mndfs-project-photos:before {
	content: '\f030';
}

.mndfs-project-videos:before {
	content: '\f03d';
}

.mndfs-project-imdb:before {
	content: '\f2d8';
}

.mndfs-project-official:before {
	content: '\f0c1';
}

.mndfs-album-date {
	text-transform: uppercase;
	color: #dcbb00;
}

.mndfs-album a {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #404040;
}

.mndfs-album a:hover,
.mndfs-album a:focus {
	color: #757575;
}

.mndfs-affiliate-text {
	width: 23.689%;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
}

.mndfs-affiliate-text a {
	color: #757575;
}

.mndfs-affiliate-text span {
	font-family: 'Playfair Display', serif;
	font-size: 10px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: lowercase;
	color: #404040;
}

.mndfs-affiliate-text:hover {
	border: 1px solid #404040;
}

.mndfs-affiliate-text a:hover,
.mndfs-affiliate-text a:focus,
.mndfs-affiliate-text:hover a,
.mndfs-affiliate-text:hover span {
	color: #0a0a0a;
}

.single-mndfilm_project .entry-content {
	margin: 26px 0 0 0;
}

.single-mndfilm_project .entry-footer {
	margin: 0;
}

.size-mndfilm-project-thumb {
	max-width: 205px;
	margin: 0 0 3px 0;
}

.mndfilm-project-links li {
	font-size: 13px;
	padding: 4px 0;
	border-bottom: 1px solid #f5f5f5;
}

.mndfilm-project-links li .fa {
	font-size: 11px;
	margin: 0 4px 0 0;
	color: #757575;
}

.mndfilm-project-list-row {
	border-bottom: 1px solid #f5f5f5;
}

.mndfilm-project-list-status {
	font-size: 10px;
	color: #595959;
	background: #e1e1e1;
}

.mndfilm-project-links a,
.mndfilm-project-list-row a,
.mndfilm-project-navigation a {
	font-weight: 500;
	text-transform: uppercase;
}

.mndfilm-project-meta {
	font-size: 12px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mndfilm-project-meta .fa {
	font-size: 10px;
	margin: 0 4px 0 0;
	color: #757575;
}

.mndfilm-project-navigation {
	line-height: 23px;
	margin: 0 0 20px 0;
	padding: 3px 0;
}

.mndfilm-project-navigation .meta-nav {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0a0a0a;
}

.mndfilm-project-navigation .nav-previous .meta-nav:before,
.mndfilm-project-navigation .nav-next .meta-nav:after {
	font-family: FontAwesome;
	font-size: 10px;
	color: #0a0a0a;
}

.mndfilm-project-navigation .nav-previous .meta-nav:before {
	margin: 0 5px 0 0;
	content: '\f053';
}

.mndfilm-project-navigation .nav-next .meta-nav:after {
	margin: 0 0 0 5px;
	content: '\f054';
}

.single-mndpress_article .entry-content {
	margin: 26px 0 0 0;
}

.single-mndpress_article .entry-footer {
	margin: 0;
}

.mndpress-article-title {
	font-size: 23px;
	line-height: 1.2;
	margin-bottom: 3px;
}

.size-mndpress-article-thumb {
	max-width: 205px;
}

.mndpress-article-list-row {
	border-bottom: 1px solid #f5f5f5;
}

.mndpress-article-list-row a,
.mndpress-article-navigation a {
	font-weight: 500;
	text-transform: uppercase;
}

.mndpress-article-meta {
	font-size: 12px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mndpress-article-meta .fa {
	font-size: 10px;
	margin: 0 4px 0 0;
	color: #757575;
}

.mndpress-article-navigation {
	line-height: 23px;
	margin: 0 0 20px 0;
	padding: 3px 0;
}

.mndpress-article-navigation .meta-nav {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0a0a0a;
}

.mndpress-article-navigation .nav-previous .meta-nav:before,
.mndpress-article-navigation .nav-next .meta-nav:after {
	font-family: FontAwesome;
	font-size: 10px;
	color: #0a0a0a;
}

.mndpress-article-navigation .nav-previous .meta-nav:before {
	margin: 0 5px 0 0;
	content: '\f053';
}

.mndpress-article-navigation .nav-next .meta-nav:after {
	margin: 0 0 0 5px;
	content: '\f054';
}

.mndvault-video-external {
	margin: 26px 0;
}

.mndvault-video-external a {
	font-size: 12px;
	line-height: 19px;
	padding: 9px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #0a0a0a;
	background: #0a0a0a;
}

.mndvault-video-external a:hover,
.mndvault-video-external a:focus {
	color: #0a0a0a;
	border: 1px solid #dcbb00;
	background: #dcbb00;
}

.mndvault-video-details li {
	padding: 7px 0;
	border-bottom: 1px solid #f5f5f5;
}

.mndvault-video-details a {
	font-size: 13px;
}

.mndvault-video-list li {
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f5;
}

.mndvault-video-list-image img {
	max-width: 152px;
}

.mndvault-video-list-details {
	line-height: 23px;
}

.mndvault-video-list-title {
	font-size: 16px;
}

.mndvault-video-list-meta,
.mndvault-video-list-meta span {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #a0a0a0;
}

.mndvault-video-categories li {
	border-bottom: 1px solid #f5f5f5;
}

.mndvault-video-categories a {
	font-size: 16px;
}

.mndvault-video-pagination .page-numbers {
	border: 1px solid #e1e1e1;
}

.mndvault-video-pagination a:hover,
.mndvault-video-pagination a:focus {
	color: #fff;
	border: 1px solid #0a0a0a;
	background: #0a0a0a;
}

.mndvault-video-details a,
.mndvault-video-list a,
.mndvault-video-grid a,
.mndvault-video-categories a,
.mndvault-video-catgrid a,
.mndvault-video-recent a,
.mndvault-video-navigation a,
.mndvault-video-related a,
.mndvault-video-popular a,
.mndvault-video-latest a,
.mndvault-video-popular-widget a {
	font-weight: 500;
	text-transform: uppercase;
}

.mndvault-video-navigation {
	line-height: 23px;
	margin: 0 0 20px 0;
	padding: 3px 0;
}

.mndvault-video-navigation .mndvault-meta-nav {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0a0a0a;
}

.mndvault-video-navigation .mndvault-nav-previous .mndvault-meta-nav:before,
.mndvault-video-navigation .mndvault-nav-next .mndvault-meta-nav:after {
	font-family: FontAwesome;
	font-size: 10px;
	color: #0a0a0a;
}

.mndvault-video-navigation .mndvault-nav-previous .mndvault-meta-nav:before {
	margin: 0 5px 0 0;
	content: '\f053';
}

.mndvault-video-navigation .mndvault-nav-next .mndvault-meta-nav:after {
	margin: 0 0 0 5px;
	content: '\f054';
}

.mndvault-video-reltitle,
.mndvault-video-poptitle {
	font-size: 23px;
	text-align: center;
}

.mndvault-video-reltitle:after,
.mndvault-video-poptitle:after {
	display: block;
	margin: -3px 0 0 0;
	content: url(images/deco.svg);
}


/* 9.0 Patterns
-------------------------------------------------------------- */

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}

pre {
	overflow: auto;
}

figure {
	margin: 1em 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

.says,
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	word-wrap: normal !important;
}

.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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

#content[tabindex='-1']:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.top-bar:before,
.top-bar:after,
.entry-footer:before,
.entry-footer:after,
.header-widgets:before,
.header-widgets:after {
	display: table;
	table-layout: fixed;
	content: '';
}

.site-content:after,
.nav-links:after,
.top-bar:after,
.entry-footer:after,
.header-widgets:after {
	clear: both;
}

.wp-smiley {
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* 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: 1169px) and (min-width: 955px) {
	.site-content,
	.site-container {
		margin: 0 10px;
	}
	.content-area {
		width: 68.2%;
	}
	.widget-area {
		width: 28%;
	}
	.front-posts-one-right article {
		width: 49.62%;
	}
}

@media (max-width: 954px) {
	.site-content,
	.header-widgets .site-container,
	.site-footer .site-container {
		padding: 0 3%;
	}
	.top-bar {
		position: relative;
		margin: 0 0 52px 0;
		padding: 0;
	}
	.site-navigation {
		display: block;
		float: none;
		height: auto;
	}
	.show-menu {
		font-size: 14px;
		display: block;
		padding: 10px 3%;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #0a0a0a;
		border-bottom: 1px solid #e1e1e1;
	}
	.show-menu:before {
		font-family: FontAwesome;
		margin: 0 5px 0 0;
		content: '\f0c9';
	}
	.main-navigation,
	.main-navigation a {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation ul li,
	.main-navigation li a {
		width: 100%;
	}
	.main-navigation li {
		margin: 0;
		padding: 10px 3%;
		border-bottom: 1px solid #f5f5f5;
	}
	.main-navigation a:hover,
	.main-navigation a:focus {
		color: #dcbb00;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.site-navigation .social-navigation {
		position: absolute;
		top: 10px;
		right: 3%;
		height: auto;
	}
	.site-title {
		font-size: 26px;
		line-height: 1;
	}
	.site-title,
	.custom-logo-link {
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		display: table;
		float: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.site-header {
		display: none;
	}
	.header-widgets {
		margin-top: 0;
	}
	.header-widgets .widget:first-child,
	.header-widgets .widget:last-child {
		float: none;
		width: 100%;
	}
	.header-widgets .widget:first-child {
		margin: 0 0 21px 0;
	}
	.content-area,
	.widget-area {
		float: none;
		width: auto;
	}
	.grid-item {
		width: 49.55%;
	}
	.front-page-width .entry-header,
	.front-page-width .entry-content,
	.front-page-width .entry-meta {
		padding: 0;
	}
	.front-posts-one-left,
	.front-posts-one-right {
		display: block;
		float: none;
		max-width: 100%;
	}
	.front-posts-one-left {
		margin: 0 0 23px 0;
		padding: 0 0 23px 0;
		border-bottom: 1px solid #f5f5f5;
	}
	.front-posts-one-right {
		padding: 0;
	}
	.front-posts-one-right article {
		width: 49.71%;
		padding: 0;
	}
	.front-posts-one-right article:nth-child(1),
	.front-posts-one-right article:nth-child(3) {
		padding: 0 1.25% 0 0;
	}
	.front-posts-one-right article:nth-child(2),
	.front-posts-one-right article:nth-child(4) {
		padding: 0 0 0 1.25%;
	}
}

@media (max-width: 739px) {
	blockquote {
		margin-right: 0;
		margin-left: 0;
		padding: 0 0 0 40px;
		border: 0;
	}
	ul,
	ol,
	ul ul,
	ol ol,
	ul ol,
	ol ul {
		padding-left: 25px;
	}
	dd {
		margin-left: 25px;
	}
	.site-title {
		font-size: 30px;
		line-height: 1;
	}
	.site-title,
	.custom-logo-link {
		position: static;
		display: block;
		float: none;
		padding: 26px 10px;
		text-align: center;
		border-bottom: 1px solid #f5f5f5;
	}
	.header-widgets {
		margin-top: -26px;
	}
	.entry-title,
	.not-found .page-title {
		font-size: 33px;
	}
	.entry-meta,
	.entry-share {
		display: inline;
		float: none;
	}
	article.page .entry-share {
		float: right;
	}
	.entry-share:before {
		font-family: 'Fira Sans', sans-serif;
		display: inline-block;
		margin: 0 6px;
		content: '•';
	}
	article.page .entry-share:before {
		margin: 0;
		content: '';
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		padding: 10px 0;
		text-align: center;
	}
	.post-navigation .nav-previous {
		border-right: 0;
	}
	.post-navigation .nav-next {
		border-top: 1px solid #f5f5f5;
	}
	.list-item .post-thumbnail {
		max-width: 33.85%;
	}
	.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%;
	}
	.footer-widgets .instagram-pics li:nth-child(4),
	.footer-widgets .instagram-pics li:nth-child(5),
	.footer-widgets .instagram-pics li:nth-child(6),
	.footer-widgets .instagram-pics li:nth-child(7),
	.footer-widgets .instagram-pics li:nth-child(8) {
		display: none;
	}
	.footer-widgets .instagram-pics li {
		width: 33.33%;
	}
	.footer-widgets td:nth-child(20),
	.footer-widgets td:nth-child(19),
	.footer-widgets td:nth-child(18),
	.footer-widgets td:nth-child(17),
	.footer-widgets td:nth-child(16),
	.footer-widgets td:nth-child(15),
	.footer-widgets td:nth-child(14),
	.footer-widgets td:nth-child(13),
	.footer-widgets td:nth-child(12),
	.footer-widgets td:nth-child(11),
	.footer-widgets td:nth-child(10),
	.footer-widgets td:nth-child(9),
	.footer-widgets td:nth-child(8) {
		display: none;
	}
	.wpcf7 input,
	.wpcf7 textarea,
	.wpcf7 textarea {
		width: 100%;
	}
	.size-mndfilm-project-thumb {
		max-width: 166px;
	}
	.size-mndpress-article-thumb {
		max-width: 150px;
	}
	.nav-next,
	.nav-previous {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		vertical-align: top;
	}
	.front-posts-one-left article {
		margin: 0;
	}
	.front-posts-one-right article {
		width: 49.57%;
	}
	.front-posts-two article {
		width: 50%;
	}
	.front-posts-two article:nth-child(1),
	.front-posts-two article:nth-child(2) {
		margin-bottom: 23px;
	}
	.front-posts-three article {
		width: 49.98%;
	}
	.front-posts-three article:nth-child(1),
	.front-posts-three article:nth-child(2) {
		margin-bottom: 23px;
	}
}

@media (max-width: 499px) {
	.entry-title,
	.not-found .page-title {
		font-size: 26px;
	}
	.grid-item {
		width: 100%;
	}
	.list-item .post-thumbnail {
		float: none;
		margin: 0 0 11px 0;
		padding: 0;
	}
	.list-item .post-thumbnail,
	.list-item .post-thumbnail img {
		max-width: 100%;
	}
	.list-content {
		margin: 0;
	}
	.list-item .entry-header {
		margin: 0 0 11px 0;
		text-align: center;
	}
	.footer-widgets td:nth-child(7),
	.footer-widgets td:nth-child(6) {
		display: none;
	}
	.front-posts-one-right article {
		width: 100%;
	}
	.front-posts-one-right article:nth-child(3) {
		margin-bottom: 23px;
	}
	.front-posts-two article {
		width: 100%;
	}
	.front-posts-two article:nth-child(3) {
		margin-bottom: 23px;
	}
	.front-posts-three article {
		width: 100%;
	}
	.front-posts-three article:nth-child(3) {
		margin-bottom: 23px;
	}
}
