/*
Theme Name: MND WP20
Theme URI: http://monicandesign.com/shop/premade-20/
Author: Monica
Author URI: http://monicandesign.com
Description: A responsive, easy to customize WordPress blog theme by MonicaNDesign.
Version: 1.2
Text Domain: mnd-wp20
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, microformats, sticky-post, theme-options, threaded-comments, translation-ready, blog
*/

/*
Table of Contents:
1.0 - Global
  1.1 - Normalize
  1.2 - Typography
  1.3 - Elements
  1.4 - Forms
2.0 - Structure
3.0 - Menus
  3.1 - Primary Menu
  3.2 - Social Icons Menu
  3.3 - Navigations
  3.4 - Paginations
4.0 - Header
5.0 - Content
  5.1 - Posts and Pages
  5.2 - Blog Layouts
  5.3 - Single Posts
  5.4 - Comments
  5.5 - Archives and Search
  5.6 - 404 Page
6.0 - Widgets
  6.1 - Default Widgets
  6.2 - Sidebar Widgets
  6.3 - Footer Widgets
  6.4 - Social Icons Widget
7.0 - Footer
8.0 - Plugins
  8.1 - Jetpack
  8.2 - WP Instagram Widget
  8.3 - Contact Form 7
  8.4 - MND Fan Sidebar
  8.5 - MND Filmography
  8.6 - MND Press Library
  8.7 - MND Video Vault
9.0 - Patterns
  9.1 - Accessibility
  9.2 - Alignments
  9.3 - Clearings
  9.4 - Media
  9.5 - Captions
  9.6 - Galleries
10.0 - Responsive
-------------------------------------------------------------- */

/* 1.0 Global
-------------------------------------------------------------- */

@font-face {
	font-family: 'Saldina';
	font-weight: 400;
	font-style: normal;
	src: url('fonts/saldina-webfont.eot');
	src: url('fonts/saldina-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/saldina-webfont.woff2') format('woff2'), url('fonts/saldina-webfont.woff') format('woff'), url('fonts/saldina-webfont.ttf') format('truetype'), url('fonts/saldina-webfont.svg#saldinaregular') format('svg');
}

/* 1.1 Normalize
-------------------------------------------------------------- */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

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;
}

/* 1.2 Typography
-------------------------------------------------------------- */

body {
	font: 300 14px/26px 'Merriweather', serif;
	word-wrap: break-word;
	color: #555;
	background: #fff;
}

b,
strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
hr,
ul,
ol,
table,
form {
	margin: 0 0 26px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #171717;
}

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

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

img {
	margin: 3px;
	padding: 4px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 1px solid #d6d6d6;
}

img:hover {
	border: 1px solid #171717;
}

blockquote {
	font-size: 11px;
	margin: 0 20px 26px 40px;
	padding: 20px 20px 20px 60px;
	letter-spacing: 1px;
	border: 1px solid #171717;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f4f4));
	background-image: -webkit-linear-gradient(top, #f4f4f4, #f4f4f4);
	background-image: -o-linear-gradient(top, #f4f4f4, #f4f4f4);
	background-image: linear-gradient(180deg, #f4f4f4, #f4f4f4);
	background-repeat: no-repeat;
	background-position: 64px 33px;
}

blockquote:before {
	font: 900 20px/20px 'Font Awesome 5 Free';
	float: left;
	margin: 5px 0 0 -40px;
	content: '\f10d';
	color: #d67a97;
}

blockquote>p:first-child {
	margin-top: 0;
}

blockquote>p:last-child {
	margin-bottom: 0;
}

/* 1.3 Elements
-------------------------------------------------------------- */

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

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;
}

table {
	width: 100%;
}

td,
th {
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}

th {
	font-weight: 700;
	border: 0;
	background: #eaeaea;
}

/* 1.4 Forms
-------------------------------------------------------------- */

input,
textarea,
select {
	max-width: 100%;
	padding: 10px;
	border: 1px solid #d6d6d6;
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font: 700 11px/18px 'Lato', sans-serif;
	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: #575757;
	border: 1px solid #d6d6d6;
	background: #d6d6d6;
}

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

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

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

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

.widget-area {
	float: right;
	width: 310px;
}

/* 3.0 Menus
-------------------------------------------------------------- */

/* 3.1 Primary Menu
-------------------------------------------------------------- */

.top-nav {
	padding: 36px 0;
	text-align: center;
	text-transform: uppercase;
	color: #171717;
}

.top-nav .site-container {
	position: relative;
	height: 52px;
}

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

.main-navigation li {
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}

.main-navigation li:first-child {
	margin: 0 15px 0 0;
}

.main-navigation li:last-child {
	margin: 0 0 0 15px;
}

.main-navigation a {
	font: 700 11px/18px 'Lato', sans-serif;
	display: inline-block;
	padding: 8px 0;
	letter-spacing: 1px;
	color: #171717;
}

.main-navigation a span {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-style: italic;
	display: block;
	text-transform: lowercase;
	color: #d67a97;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #d67a97;
}

.site-title {
	font: 400 50px/26px 'Saldina', cursive;
	margin: 0;
	text-transform: none;
}

.site-tagline {
	font: 700 9px/9px 'Montserrat', sans-serif;
	margin: 8px 0 0 0;
	letter-spacing: 1px;
}

.site-branding img {
	margin: 0;
	padding: 0;
	border: 0;
}

.logo-middle .site-container {
	max-width: 1600px;
}

.logo-middle .rpv-menu,
.logo-side .site-branding,
.logo-side .main-navigation {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo-middle .rpv-menu {
	right: 0;
	left: 0;
}

.logo-middle li.site-branding {
	margin: 0;
}

.logo-middle div.site-branding {
	display: none;
}

.logo-middle .site-title,
.logo-middle .site-tagline {
	margin-right: 30px;
	margin-left: 30px;
}

.logo-side .site-branding {
	left: 0;
}

.logo-side .site-title,
.logo-side .site-tagline {
	margin-right: 30px;
}

.logo-side .main-navigation {
	right: 0;
}

/* 3.2 Social Icons Menu
-------------------------------------------------------------- */

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

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

.social-navigation a:before,
.social-navigation a[href*='mailto:']:before,
.social-navigation a[href$='/contact/']:before,
.social-navigation a[href$='/contact']:before,
.social-navigation a[href*='rss']:before,
.social-navigation a[href*='feed=']:before,
.social-navigation a[href$='/feed/']:before,
.social-navigation a[href$='/feed']:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.social-navigation a[href*='facebook.com']:before,
.social-navigation a[href*='flickr.com']:before,
.social-navigation a[href*='plus.google.com']:before,
.social-navigation a[href*='instagram.com']:before,
.social-navigation a[href*='pinterest.com']:before,
.social-navigation a[href*='spotify.com']:before,
.social-navigation a[href*='tumblr.com']:before,
.social-navigation a[href*='twitter.com']:before,
.social-navigation a[href*='vimeo.com']:before,
.social-navigation a[href*='vk.com']:before,
.social-navigation a[href*='yahoo.com']:before,
.social-navigation a[href*='youtube.com']:before,
.social-navigation a[href*='wordpress.com']:before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

.social-navigation a:before {
	content: '\f1e0';
}

.social-navigation a[href*='facebook.com']:before {
	content: '\f39e';
}

.social-navigation a[href*='flickr.com']:before {
	content: '\f39e';
}

.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: '\f167';
}

.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';
}

/* 3.2 Navigations
-------------------------------------------------------------- */

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

.post-navigation,
.mndfilm-project-navigation,
.mndpress-article-navigation,
.mndvault-video-navigation {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: -52px 0 52px 0;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #171717;
	border-bottom: 1px solid #eaeaea;
}

.post-navigation span,
.mndfilm-project-navigation span,
.mndpress-article-navigation span,
.mndvault-video-navigation span {
	font: 700 11px/18px 'Lato', sans-serif;
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
	color: #171717;
}

.post-navigation .nav-previous,
.mndfilm-project-navigation .nav-previous,
.mndpress-article-navigation .nav-previous,
.mndvault-nav-previous {
	padding: 20px 10px 20px 0;
}

.post-navigation .nav-next,
.mndfilm-project-navigation .nav-next,
.mndpress-article-navigation .nav-next,
.mndvault-nav-next {
	padding: 20px 0 20px 10px;
}

.post-navigation .nav-previous span:before,
.mndfilm-project-navigation .nav-previous span:before,
.mndpress-article-navigation .nav-previous span:before,
.mndvault-nav-previous span:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin: 0 5px 0 0;
	content: '\f053';
}

.post-navigation .nav-next span:after,
.mndfilm-project-navigation .nav-next span:after,
.mndpress-article-navigation .nav-next span:after,
.mndvault-nav-next span:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin: 0 0 0 5px;
	content: '\f054';
}

.comment-navigation {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 700;
	margin: 0 0 21px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-navigation .nav-previous a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin: 0 5px 0 0;
	content: '\f30a';
}

.comment-navigation .nav-next a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin: 0 0 0 5px;
	content: '\f30b';
}

/* 3.3 Paginations
-------------------------------------------------------------- */

.posts-pagination,
.mndvault-video-pagination {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 700;
	display: table;
	margin: 0 auto 47px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.page-numbers,
.mndvault-video-pagination .page-numbers {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 10px;
	border: 0;
	border-bottom: 1px solid #d6d6d6;
}

.page-numbers:hover,
.page-numbers:focus,
.posts-pagination .current,
.mndvault-video-pagination .page-numbers:hover,
.mndvault-video-pagination .page-numbers:focus,
.mndvault-video-pagination .current {
	color: #171717;
	border-bottom: 1px solid #171717;
}

.posts-pagination .dots,
.posts-pagination .next,
.posts-pagination .prev,
.mndvault-video-pagination .dots,
.mndvault-video-pagination .next,
.mndvault-video-pagination .prev,
.mndvault-video-pagination .dots:hover,
.mndvault-video-pagination .next:hover,
.mndvault-video-pagination .prev:hover,
.mndvault-video-pagination .dots:focus,
.mndvault-video-pagination .next:focus,
.mndvault-video-pagination .prev:focus {
	border: 0;
}

.posts-pagination .next:after,
.mndvault-video-pagination .next:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f30b';
}

.posts-pagination .prev:before,
.mndvault-video-pagination .prev:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f30a';
}

.mndvault-video-pagination {
	line-height: 26px;
	margin: 0 auto 21px;
}

.mndvault-video-pagination .page-numbers {
	line-height: 26px;
}

.mndvault-video-pagination span:not(.current) {
	display: none;
}

/* 4.0 Header
-------------------------------------------------------------- */

.site-header {
	height: 450px;
	margin: 0 0 52px 0;
	background: url(images/header.jpg) center;
}

.welcome-message {
	font-size: 11px;
	margin: -78px 0 52px 0;
	text-align: justify;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.welcome-message .site-container {
	padding: 40px;
	outline: 1px solid #fff;
	outline-offset: -20px;
	background-image: -webkit-linear-gradient(60deg, #eaeaea 50%, #f4f4f4 20%);
	background-image: -o-linear-gradient(60deg, #eaeaea 50%, #f4f4f4 20%);
	background-image: linear-gradient(30deg, #eaeaea 50%, #f4f4f4 20%);
}

.welcome-icon {
	float: left;
}

.welcome-icon img {
	width: 78px;
	height: 78px;
	margin: 0 20px 0 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
}

.welcome-text {
	overflow: hidden;
}

.welcome-message b,
.welcome-message strong {
	color: #171717;
	-webkit-box-shadow: #d67a97 0 -7px inset;
	box-shadow: #d67a97 0 -7px inset;
}

.welcome-message i,
.welcome-message em {
	color: #d67a97;
}

.welcome-message u {
	text-decoration: none;
	color: #171717;
	border-bottom: 1px solid #d67a97;
}

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

/* 5.1 Posts and Pages
-------------------------------------------------------------- */

.hentry,
.not-found {
	margin: 0 0 52px 0;
}

.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.not-found .page-content {
	margin: 0 0 26px 0;
}

.post-thumbnail,
.related-img {
	display: block;
}

.post-thumbnail img,
.related-img img {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

a.post-thumbnail img:hover,
a.related-img img:hover {
	opacity: .9;
}

.entry-header,
.not-found .page-header {
	margin: 0 0 39px 0;
	text-align: center;
	color: #171717;
}

.entry-header a {
	color: #171717;
}

.entry-header a:hover,
.entry-header a:focus {
	color: #575757;
}

.entry-meta {
	font: 700 11px/13px 'Lato', sans-serif;
	display: table;
	margin: 0 auto 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d67a97), to(#d67a97));
	background-image: -webkit-linear-gradient(top, #d67a97, #d67a97);
	background-image: -o-linear-gradient(top, #d67a97, #d67a97);
	background-image: linear-gradient(180deg, #d67a97, #d67a97);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-size: 100% 9px;
}

.sticky-post:after,
.posted-on:after,
.byline:after,
.edit-link:before {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	margin: 0 5px;
	content: '\2022';
}

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

.entry-title,
.not-found .page-title {
	font-size: 24px;
	line-height: 1.4;
	position: relative;
	max-width: 80%;
	margin: 0 auto;
	letter-spacing: 3px;
}

.entry-title:after,
.not-found .page-title:after,
.entry-title:before,
.not-found .page-title:before {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	content: '';
	border-top: 1px solid #171717;
}

.entry-title:after,
.not-found .page-title:after {
	bottom: -10px;
	width: 100px;
}

.entry-title:before,
.not-found .page-title:before {
	bottom: -12px;
	width: 80px;
}

.more-link {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 700;
	display: table;
	margin: 26px auto;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.more-link:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin: 0 0 0 5px;
	content: '\f30b';
}

blockquote .more-link {
	margin: 26px auto 0;
}

.entry-footer {
	border-bottom: 1px solid #eaeaea;
}

.entry-footer,
.entry-footer a {
	color: #171717;
}

.footer-meta {
	border-top: 1px solid #eaeaea;
}

.cat-links,
article.page .edit-link {
	font: 700 11px/18px 'Lato', sans-serif;
	float: left;
	max-width: 86.4%;
	padding: 14px 14px 14px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.cat-links:before,
article.page .edit-link:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin: 0 10px 0 0;
	content: '\f07c';
}

.cat-links a,
article.page .edit-link a {
	margin: 0 6px 0 0;
	border-bottom: 1px solid transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6));
	background-image: -webkit-linear-gradient(top, #d6d6d6, #d6d6d6);
	background-image: -o-linear-gradient(top, #d6d6d6, #d6d6d6);
	background-image: linear-gradient(180deg, #d6d6d6, #d6d6d6);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-size: 100% 9px;
}

.cat-links a:hover,
.cat-links a:focus,
article.page .edit-link a:hover
article.page .edit-link a:focus {
	color: #575757;
}

article.page .edit-link:before {
	content: '\f044';
}

.share-buttons {
	float: right;
	padding: 10px 0 10px 10px;
	border-left: 1px solid #eaeaea;
}

.share-buttons a {
	margin: 0 0 0 10px;
}

.share-buttons a:hover,
.share-buttons a:focus {
	color: #d67a97;
}

/* 5.2 Blog Layouts
-------------------------------------------------------------- */

.list-item {
	line-height: 24px;
	width: 100%;
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #eaeaea;
}

.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;
	vertical-align: top;
}

.list-item .entry-header {
	margin: 0 0 21px 0;
}

.list-item .entry-meta {
	margin: 0 auto 10px;
}

.list-item .byline:after,
.list-item .entry-title:before,
.grid-item .byline:after,
.grid-item .entry-title:before {
	display: none;
}

.list-item .entry-title,
.grid-item .entry-title {
	font-size: 18px;
	line-height: 1.2;
	max-width: 100%;
}

.list-item .entry-title:after,
.grid-item .entry-title:after {
	bottom: -10px;
}

.list-item .entry-content,
.list-item p,
.grid-item .entry-footer,
.grid-item p {
	margin: 0;
}

.list-layout .posts-pagination {
	margin: 52px auto 47px;
}

.grid-item {
	line-height: 24px;
	display: inline-block;
	width: 49.75%;
	margin: 0 0 48px 0;
	padding: 0 2% 0 0;
	vertical-align: top;
}

.grid-item:nth-of-type(2n+2) {
	padding: 0 0 0 2%;
}

.grid-item .post-thumbnail {
	margin: 0 0 20px 0;
}

.grid-item .entry-header {
	margin: 0 0 31px 0;
}

.grid-item .entry-content {
	margin: 0 0 20px 0;
}

.grid-layout .posts-pagination,
.one-grid-layout .posts-pagination {
	margin: 4px auto 47px;
}

.one-grid-layout .grid-item {
	padding: 0 0 0 2%;
}

.one-grid-layout .grid-item:nth-of-type(2n+2) {
	padding: 0 2% 0 0;
}

.full-width .content-area {
	float: none;
	width: 860px;
	margin: 0 auto 104px;
}

/* 5.3 Single Posts
-------------------------------------------------------------- */

.tags-links {
	display: block;
	margin: 0 0 24px 0;
}

.tags-links:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 11px;
	font-weight: 900;
	margin: 0 10px 0 0;
	content: '\f02c';
}

.tags-links a {
	font: 700 9px/9px 'Lato', sans-serif!important;
	display: inline-block;
	margin: 0 1px 2px 0;
	padding: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #a6a6a6;
	background: #f4f4f4;
}

.tags-links a:hover,
.tags-links a:focus {
	color: #fff;
	background: #a6a6a6;
}

.author-info,
.related-posts,
.mndvault-video-relitem,
.mndvault-video-popitem {
	margin: 0 0 52px 0;
	border-bottom: 1px solid #eaeaea;
}

.author-info,
.related-box {
	padding: 0 0 26px 0;
}

.author-avatar {
	float: left;
}

.author-avatar img {
	margin: 0 20px 0 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
}

.author-content {
	overflow: hidden;
}

.author-name {
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 8px 0;
	letter-spacing: 1px;
}

.author-name span {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d67a97), to(#d67a97));
	background-image: -webkit-linear-gradient(top, #d67a97, #d67a97);
	background-image: -o-linear-gradient(top, #d67a97, #d67a97);
	background-image: linear-gradient(180deg, #d67a97, #d67a97);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-size: 100% 9px;
}

.author-desc {
	margin: 0 0 8px 0;
}

.author-links {
	font: 700 9px/18px 'Lato', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.author-links a {
	margin: 0 10px 0 0;
	color: #a6a6a6;
}

.author-links i {
	margin: 0 5px 0 0;
}

.related-box {
	margin: 0 -10px;
}

.related-headline,
.comments-title,
.comment-reply-title,
.not-found .widgettitle,
.mndvault-video-reltitle,
.mndvault-video-poptitle {
	font-size: 18px;
	position: relative;
	max-width: 80%;
	margin: 0 auto 37px;
	text-align: center;
	letter-spacing: 3px;
}

.related-headline:after,
.comments-title:after,
.comment-reply-title:after,
.not-found .widgettitle:after,
.mndvault-video-reltitle:after,
.mndvault-video-poptitle:after {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	display: block;
	width: 80px;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	content: '';
	border-top: 1px solid #171717;
}

.related-item {
	display: inline-block;
	float: left;
	width: 33.333%;
	padding: 0 10px;
	vertical-align: top;
}

.related-img {
	margin: 0 0 10px 0;
}

.related-title {
	line-height: 18px;
	margin: 0;
	text-transform: none;
}

.related-title a {
	color: #171717;
}

.related-title a:hover,
.related-title a:focus {
	color: #575757;
}

.related-date {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	display: block;
	padding: 4px 0;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #a6a6a6;
}

/* 5.4 Comments
-------------------------------------------------------------- */

.comments-area,
.comment-list,
.comment-respond {
	margin: 0 0 52px 0;
}

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

.comment,
.comment-body {
	margin: 0 0 21px 0;
}

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

.comment-meta,
.comment-content,
.comment .children {
	margin: 0 0 26px 0;
}

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

.comment-author .fn {
	font: 700 11px/18px 'Lato', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #171717;
}

.bypostauthor .comment-author .fn:after {
	font-size: 9px;
	margin: 0 0 0 5px;
	padding: 1px 5px;
	content: 'Post Author';
	text-transform: none;
	color: #575757;
	background: #d6d6d6;
}

.comment-metadata {
	font: 700 9px/11px 'Lato', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #a6a6a6;
}

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

.comment-metadata .edit-link:before {
	margin: 0 5px 0 1px;
}

.comment-body .reply {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-body .reply a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin: 0 5px 0 0;
	content: '\f3e5';
}

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

.pingback .comment-body {
	padding: 0 0 26px 0;
}

.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: 90%;
}

/* 5.5 Archives and Search
-------------------------------------------------------------- */

.page-header {
	margin: 0 0 52px 0;
}

.page-title {
	font-size: 18px;
	margin: 0;
	letter-spacing: 3px;
}

.page-title span {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6));
	background-image: -webkit-linear-gradient(top, #d6d6d6, #d6d6d6);
	background-image: -o-linear-gradient(top, #d6d6d6, #d6d6d6);
	background-image: linear-gradient(180deg, #d6d6d6, #d6d6d6);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-size: 100% 14px;
}

/* 5.6 404 Page
-------------------------------------------------------------- */

.error404 .content-area {
	float: none;
	margin: 0 auto 104px;
	text-align: center;
}

.not-found input[type='search'] {
	width: 50%;
	padding: 10px;
}

.not-found .widget_recent_entries {
	text-align: left;
}

/* 6.0 Widgets
-------------------------------------------------------------- */

/* 6.1 Default Widgets
-------------------------------------------------------------- */

.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 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px solid #eaeaea;
}

.widget li:last-child {
	margin-bottom: 0;
}

.widget_archive select,
.widget_categories select {
	width: 100%;
}

.widget_calendar tbody td {
	text-align: center;
}

.widget_categories ul:not(.children),
.widget_pages ul:not(.children),
.widget_nav_menu ul:not(.sub-menu) {
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
	padding-bottom: 0!important;
	border-bottom: none;
}

.widget_categories .children li,
.widget_pages .children li,
.widget_nav_menu .sub-menu li {
	margin-top: 10px;
	padding: 0 0 10px 10px;
}

.widget_categories .children li:first-child,
.widget_pages .children li:first-child,
.widget_nav_menu .sub-menu li:first-child {
	padding-top: 10px;
	border-top: 1px solid #eaeaea;
}

.widget_search input[type='search'] {
	width: 100%;
}

.tagcloud {
	margin-bottom: -2px;
}

.tagcloud a {
	font: 700 9px/9px 'Lato', sans-serif!important;
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #a6a6a6;
	background: #f4f4f4;
}

.tagcloud a:hover,
.tagcloud a:focus {
	color: #fff;
	background: #a6a6a6;
}

/* 6.2 Sidebar Widgets
-------------------------------------------------------------- */

.widget-area {
	font-size: 12px;
	line-height: 20px;
}

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

.widget-area blockquote {
	padding: 20px;
	background-position: 24px 30px;
}

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

.widget-area li {
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.widget-area th:not(.widget_calendar th),
.widget-area td:not(.widget_calendar td) {
	padding: 5px;
}

.widget-area input,
.widget-area textarea,
.widget-area select {
	padding: 7px;
}

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

.widget-area .widget:last-child {
	margin: 0 0 52px 0;
}

.widget-area .widget-title {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 10px;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	background-image: -webkit-linear-gradient(60deg, #171717 50%, #292929 20%);
	background-image: -o-linear-gradient(60deg, #171717 50%, #292929 20%);
	background-image: linear-gradient(30deg, #171717 50%, #292929 20%);
}

.widget-area .widget_categories ul:not(.children),
.widget-area .widget_pages ul:not(.children),
.widget-area .widget_nav_menu ul:not(.sub-menu) {
	padding-bottom: 7px;
}

.widget-area .children,
.widget-area .sub-menu {
	margin-top: 0;
}

.widget-area .widget_categories .children li,
.widget-area .widget_pages .children li,
.widget-area .widget_nav_menu .sub-menu li {
	margin-top: 7px;
	padding: 0 0 7px 10px;
}

.widget-area .widget_categories .children li:first-child,
.widget-area .widget_pages .children li:first-child,
.widget-area .widget_nav_menu .sub-menu li:first-child {
	padding-top: 7px;
}

.widget-area input[type='search'] {
	padding: 10px;
}

.widget-area .tagcloud {
	margin-bottom: -5px;
}

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

/* 6.3 Footer Widgets
-------------------------------------------------------------- */

.footer-widgets {
	margin: 52px 0 0 0;
}

.footer-widgets img {
	margin: 0;
	padding: 0;
	border: 0;
}

.footer-widgets td {
	padding: 0;
	border: 0;
}

.footer-widgets .widget {
	position: relative;
}

.footer-widgets .widget-title {
	font-size: 11px;
	line-height: 20px;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 15px 60px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	letter-spacing: 1px;
	outline: 1px solid #fff;
	outline-offset: -10px;
	background-image: -webkit-linear-gradient(60deg, #eaeaea 50%, #f4f4f4 20%);
	background-image: -o-linear-gradient(60deg, #eaeaea 50%, #f4f4f4 20%);
	background-image: linear-gradient(30deg, #eaeaea 50%, #f4f4f4 20%);
}

/* 6.4 Social Icons Widget
-------------------------------------------------------------- */

.widget_mnd_wp20_social .social-navigation {
	text-align: center;
}

.widget_mnd_wp20_social .social-navigation ul {
	margin: 10px 0 0 0;
}

.widget_mnd_wp20_social .social-navigation li {
	margin: 0;
	padding: 0;
	border: 0;
}

.widget_mnd_wp20_social .social-navigation a {
	font-size: 12px;
	line-height: 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 1px;
	color: #171717;
	background-color: #f4f4f4;
}

.widget_mnd_wp20_social .social-navigation a:hover,
.widget_mnd_wp20_social .social-navigation a:focus {
	color: #d67a97;
}

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

.site-footer {
	font-size: 11px;
	padding: 0 0 20px 0;
	letter-spacing: 1px;
	color: #a6a6a6;
	background-image: -webkit-linear-gradient(60deg, #171717 50%, #292929 20%);
	background-image: -o-linear-gradient(60deg, #171717 50%, #292929 20%);
	background-image: linear-gradient(30deg, #171717 50%, #292929 20%);
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #d67a97;
}

.site-footer b,
.site-footer strong {
	color: #d6d6d6;
}

.site-footer i,
.site-footer em {
	color: #d67a97;
}

.site-footer u {
	text-decoration: none;
	color: #d6d6d6;
	border-bottom: 1px solid #d67a97;
}

.site-footer .social-navigation {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer .social-navigation .site-container {
	max-width: 1600px;
}

.site-footer .social-navigation .border {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #575757;
}

.site-footer .social-navigation a {
	margin: 0 20px;
}

.site-footer .social-navigation .screen-reader-text {
	position: static!important;
	margin: 0 0 0 5px;
	-webkit-clip-path: none;
	clip-path: none;
}

.site-info {
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}

.site-disclaimer {
	padding: 5px 0 0 0;
	text-align: justify;
}

/* 8.0 Plugins
-------------------------------------------------------------- */

/* 8.1 Jetpack
-------------------------------------------------------------- */

.infinite-scroll .posts-pagination,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle {
	margin: 0 0 52px 0;
	text-align: center;
}

#infinite-handle span {
	font: 700 11px/20px 'Lato', sans-serif;
	padding: 10px 40px;
	-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;
	background-image: -webkit-linear-gradient(60deg, #171717 50%, #292929 20%);
	background-image: -o-linear-gradient(60deg, #171717 50%, #292929 20%);
	background-image: linear-gradient(30deg, #171717 50%, #292929 20%);
}

/* 8.2 WP Instagram Widget
-------------------------------------------------------------- */

.instagram-pics {
	margin: 0!important;
	padding: 0;
	list-style: none;
}

.instagram-pics li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
}

.instagram-pics img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.instagram-pics img:hover {
	opacity: .9;
}

.null-instagram-feed p.clear {
	font-size: 11px;
	font-style: italic;
	margin: 10px 0 0 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.widget-area .instagram-pics li {
	width: 33.33%;
}

.footer-widgets .instagram-pics li {
	width: 12.5%;
}

.footer-widgets .null-instagram-feed p.clear {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: 0;
}

/* 8.3 Contact Form 7
-------------------------------------------------------------- */

.wpcf7 input,
.wpcf7 textarea {
	width: 370px;
	padding: 10px;
	color: #555;
}

.wpcf7 textarea {
	width: 90%;
}

.wpcf7 .wpcf7-submit {
	width: auto;
	padding: 9px 20px;
	color: #575757;
}

/* 8.4 MND Fan Sidebar
-------------------------------------------------------------- */

.mndfs-welcome-image,
.mndfs-album,
.mndfs-project-image {
	text-align: center;
}

.widget.widget_mndfs_welcome_message {
	padding: 20px;
	border: 1px solid #171717;
}

.mndfs-welcome-image img {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
}

.mndfs-welcome-text {
	font-size: 11px;
	text-align: justify;
	letter-spacing: 1px;
}

.mndfs-welcome-text:first-letter {
	font: 400 50px/26px 'Saldina', cursive;
	float: left;
	margin: 0 10px 0 0;
	color: #171717;
}

.mndfs-welcome-text b,
.mndfs-welcome-text strong {
	color: #171717;
	-webkit-box-shadow: #d67a97 0 -7px inset;
	box-shadow: #d67a97 0 -7px inset;
}

.mndfs-welcome-text i,
.mndfs-welcome-text em {
	color: #d67a97;
}

.mndfs-welcome-text u {
	text-decoration: none;
	color: #171717;
	border-bottom: 1px solid #d67a97;
}

.mndfs-project-details {
	text-align: center;
}

.mndfs-project-title {
	font: 700 11px/13px 'Lato', sans-serif;
	display: table;
	margin: 0 auto 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #171717;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d67a97), to(#d67a97));
	background-image: -webkit-linear-gradient(top, #d67a97, #d67a97);
	background-image: -o-linear-gradient(top, #d67a97, #d67a97);
	background-image: linear-gradient(180deg, #d67a97, #d67a97);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-size: 100% 9px;
}

.mndfs-project-role {
	font-size: 11px;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #a6a6a6;
}

.mndfs-project-status {
	font-size: 11px;
	font-style: italic;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #a6a6a6;
}

.mndfs-project-status:before {
	margin: 0 5px 0 2px;
	content: '\2022';
}

.mndfs-project-synopsis {
	text-align: justify;
}

.mndfs-project-links {
	font: 700 9px/18px 'Lato', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #171717;
}

.mndfs-project-links a {
	color: #171717;
	border-bottom: 1px solid transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6));
	background-image: -webkit-linear-gradient(top, #d6d6d6, #d6d6d6);
	background-image: -o-linear-gradient(top, #d6d6d6, #d6d6d6);
	background-image: linear-gradient(180deg, #d6d6d6, #d6d6d6);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-size: 100% 7px;
}

.mndfs-project-links a:hover,
.mndfs-project-links a:focus {
	color: #575757;
}

.mndfs-album-details {
	line-height: 14px;
}

.mndfs-album-date {
	font-size: 9px;
	font-style: italic;
	text-transform: lowercase;
	color: #d67a97;
}

.mndfs-album-title {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	margin: 2px 0 0 0;
}

.mndfs-album a {
	color: #171717;
}

.mndfs-album a:hover,
.mndfs-album a:focus {
	color: #575757;
}

.mndfs-affiliate-text {
	font-style: italic;
	line-height: 14px;
	width: 23.689%;
	padding: 6px 0;
	-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: lowercase;
	color: #d67a97;
	border: 1px solid #eaeaea;
}

.mndfs-affiliate-text span {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	color: #171717;
}

.mndfs-affiliate-text a {
	color: #d67a97;
}

.mndfs-affiliate-text:hover,
.mndfs-affiliate-text:focus {
	border: 1px solid #171717;
}

.mndfs-affiliate-text a:hover,
.mndfs-affiliate-text a:focus,
.mndfs-affiliate-text:hover a,
.mndfs-affiliate-text:hover span {
	color: #171717;
}

/* 8.5 MND Filmography
-------------------------------------------------------------- */

.mndfilm-project-links a,
.mndfilm-project-list-title a,
.mndpress-article-list-publication a,
.mndvault-video-details a,
.mndvault-video-list-title a,
.mndvault-video-grid-title a,
.mndvault-video-categories a,
.mndvault-video-catgrid-title a,
.mndvault-video-recent-title a,
.mndvault-video-related-title a,
.mndvault-video-popular-title a,
.mndvault-video-latest-title a,
.mndvault-video-popular-widget-title a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #171717;
}

.mndfilm-project-links a:hover,
.mndfilm-project-list-title a:hover,
.mndpress-article-list-publication a:hover,
.mndvault-video-details a:hover,
.mndvault-video-list-title a:hover,
.mndvault-video-grid-title a:hover,
.mndvault-video-categories a:hover,
.mndvault-video-catgrid-title a:hover,
.mndvault-video-recent-title a:hover,
.mndvault-video-related-title a:hover,
.mndvault-video-popular-title a:hover,
.mndvault-video-latest-title a:hover,
.mndvault-video-popular-widget-title a:hover,
.mndfilm-project-links a:focus,
.mndfilm-project-list-title a:focus,
.mndpress-article-list-publication a:focus,
.mndvault-video-details a:focus,
.mndvault-video-list-title a:focus,
.mndvault-video-grid-title a:focus,
.mndvault-video-categories a:focus,
.mndvault-video-catgrid-title a:focus,
.mndvault-video-recent-title a:focus,
.mndvault-video-related-title a:focus,
.mndvault-video-popular-title a:focus,
.mndvault-video-latest-title a:focus,
.mndvault-video-popular-widget-title a:focus {
	color: #575757;
}

.mndfilm-project-box,
.mndfilm-project-details,
.mndpress-article-details,
.mndpress-article-image {
	margin-bottom: 26px;
}

.mndfilm-project-links li,
.mndfilm-project-list-row,
.mndpress-article-list-row,
.mndvault-video-details li,
.mndvault-video-list li,
.mndvault-video-categories li {
	border-bottom: 1px solid #eaeaea;
}

.size-mndfilm-project-thumb,
.size-mndpress-article-thumb {
	max-width: 200px;
}

.size-mndfilm-project-thumb,
.size-mndpress-article-thumb,
.mndvault-video-list-image img,
.mndvault-video-latest-image img,
.mndvault-video-popular-widget-image img,
.mndvault-video-catlist-image img {
	margin: 0;
}

.mndfilm-project-links li {
	padding: 5px 0;
}

.single-mndfilm_project .entry-footer {
	margin: -26px 0 26px 0;
}

.single-mndfilm_project .edit-link:before,
.single-mndpress_article .edit-link:before,
.single-mndvault_video .edit-link:before {
	margin: 0 5px 0 0!important;
}

.mndfilm-project-list-status {
	font-size: 9px;
	margin: 0 0 0 5px;
	color: #575757;
	background: #eaeaea;
}

/* 8.6 MND Press Library
-------------------------------------------------------------- */

.mndpress-article-title {
	font-size: 18px;
	margin: 0;
}

.mndpress-article-details {
	opacity: 1;
	color: #a6a6a6;
}

.mndpress-credit {
	font-size: 11px;
	margin: 0 0 26px 0;
}

/* 8.7 MND Video Vault
-------------------------------------------------------------- */

.mndvault-video-content,
.mndvault-video-details,
.mndvault-video-list,
.mndvault-video-categories {
	margin: 0 0 26px 0;
}

.mndvault-video-external {
	margin: 0 0 21px 0;
}

.mndvault-video-external a {
	font: 700 11px/18px 'Lato', sans-serif;
	margin: 0 1px 5px 1px;
	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: #575757;
	border: 1px solid #d6d6d6;
	background: #d6d6d6;
}

.mndvault-video-external a:hover,
.mndvault-video-external a:focus {
	color: #fff;
	border: 1px solid #171717;
	background: #171717;
}

.mndvault-video-description {
	margin: 26px 0;
}

.mndvault-video-details li {
	padding: 10px 0;
}

.mndvault-video-list li {
	padding: 15px 0;
}

.mndvault-video-list-image img {
	max-width: 175px;
}

.mndvault-video-list-title {
	font-size: 16px;
}

.mndvault-video-list-description {
	margin: 14px 0 0 0;
}

.mndvault-video-grid,
.mndvault-video-catgrid {
	margin: 0 -10px;
}

.mndvault-video-grid-title,
.mndvault-video-catgrid-title,
.mndvault-video-recent-title,
.mndvault-video-related-title,
.mndvault-video-popular-title {
	line-height: 21px;
}

.mndvault-video-grid-meta,
.mndvault-video-recent-meta,
.mndvault-video-related-meta,
.mndvault-video-popular-meta {
	font-size: 11px;
}

.mndvault-video-grid-2,
.mndvault-video-grid-3,
.mndvault-video-grid-4,
.mndvault-video-grid-5,
.mndvault-video-catgrid-2,
.mndvault-video-catgrid-3,
.mndvault-video-catgrid-4,
.mndvault-video-catgrid-5 {
	margin-bottom: 26px;
	padding: 0 10px;
}

.mndvault-video-recent,
.mndvault-video-related,
.mndvault-video-popular {
	margin: 0 -10px 26px;
}

.mndvault-video-recent-box,
.mndvault-video-related-box,
.mndvault-video-popular-box {
	padding: 0 10px;
}

.mndvault-video-latest-image,
.mndvault-video-popular-widget-image {
	margin: 0 10px 0 0!important;
}

.mndvault-video-latest-image img,
.mndvault-video-popular-widget-image img {
	max-width: 70px;
}

/* 9.0 Patterns
-------------------------------------------------------------- */

/* 9.1 Accessibility
-------------------------------------------------------------- */

.says,
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	word-wrap: normal !important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
}

.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);
	-webkit-clip-path: none;
	clip-path: none;
}

#content[tabindex='-1']:focus {
	outline: 0;
}

/* 9.2 Alignments
-------------------------------------------------------------- */

.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;
}

/* 9.3 Clearings
-------------------------------------------------------------- */

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.textwidget:after,
.nav-links:after,
blockquote:after,
.logo-side:after,
.welcome-message .site-container:after,
.footer-meta:after,
.list-item:after,
.author-info:after,
.related-box:after {
	display: block;
	clear: both;
	content: '';
}

/* 9.4 Media
-------------------------------------------------------------- */

.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* 9.5 Captions
-------------------------------------------------------------- */

.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;
}

/* 9.6 Galleries
-------------------------------------------------------------- */

.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: 1119px) and (min-width: 955px) {
	.site-content,
	.site-container,
	.site-footer .social-navigation .border {
		margin: 0 3%;
	}
	.content-area {
		width: 68.2%;
	}
	.widget-area {
		width: 28%;
	}
	.grid-item {
		width: 49.74%;
	}
}

@media (max-width: 954px) {
	.site-content,
	.welcome-message,
	.site-footer .site-container {
		padding: 0 3%;
	}
	.content-area,
	.widget-area {
		float: none;
		width: auto;
	}
	.top-nav {
		padding: 0;
		text-align: left;
	}
	.top-nav .site-container {
		position: static;
		height: auto;
	}
	.main-navigation li,
	.main-navigation li:first-child,
	.main-navigation li:last-child {
		margin: 0;
	}
	.main-navigation a {
		line-height: 18px;
		padding: 14px 0;
	}
	.main-navigation a span {
		display: none;
	}
	.site-title {
		line-height: 50px;
	}
	.logo-middle .rpv-menu,
	.logo-side .site-branding,
	.logo-side .main-navigation {
		position: static;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.logo-middle li.site-branding {
		display: none;
	}
	.logo-middle div.site-branding,
	.logo-side div.site-branding {
		display: block;
		padding: 26px 3%;
		text-align: center;
	}
	.logo-middle .site-title,
	.logo-middle .site-tagline,
	.logo-side .site-title,
	.logo-side .site-tagline {
		margin-right: 0;
		margin-left: 0;
	}
	.show-menu {
		font: 700 14px/18px 'Lato', sans-serif;
		display: block;
		padding: 14px 3%;
		color: #171717;
		border-bottom: 1px solid #eaeaea;
	}
	.show-menu:before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		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 {
		padding: 0 3%;
		border-bottom: 1px solid #f4f4f4;
	}
	.site-header {
		display: none;
	}
	.welcome-message {
		margin: 0 0 52px 0;
	}
	.full-width .content-area {
		width: auto;
		max-width: 860px;
	}
	.site-footer .social-navigation .border {
		margin: 0 3%;
	}
}

@media (max-width: 739px) {
	blockquote {
		margin: 0 0 26px 0;
		padding: 20px;
		background-position: 24px 33px;
	}
	blockquote:before {
		display: none;
	}
	ul,
	ol,
	ul ul,
	ol ol,
	ul ol,
	ol ul {
		padding-left: 25px;
	}
	dd {
		margin-left: 25px;
	}
	.welcome-icon,
	.author-avatar {
		float: static;
	}
	.welcome-icon img,
	.author-avatar img {
		margin: 0 20px 20px 0;
	}
	.welcome-text,
	.author-content {
		overflow: visible;
	}
	.entry-title,
	.not-found .page-title,
	.related-headline,
	.comments-title,
	.comment-reply-title,
	.not-found .widgettitle,
	.mndvault-video-reltitle,
	.mndvault-video-poptitle {
		max-width: 100%;
	}
	.grid-item {
		width: 49.64%;
	}
	.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%;
	}
	.list-item .post-thumbnail {
		max-width: 33.85%;
	}
	.size-mndfilm-project-thumb {
		max-width: 175px;
	}
	.size-mndpress-article-thumb {
		max-width: 150px;
	}
	.mndvault-video-list-image img {
		max-width: 150px;
	}
}

@media (max-width: 574px) {
	.footer-meta {
		padding: 14px 0 14px 0;
	}
	.footer-meta a:last-child {
		margin: 0;
	}
	.cat-links,
	article.page .edit-link {
		display: block;
		float: none;
		max-width: 100%;
		padding: 0;
	}
	.share-buttons {
		display: block;
		float: none;
		margin: 0 0 -4px 0;
		padding: 0;
		border: 0;
	}
	.share-buttons a {
		margin: 0 10px 0 0;
	}
	.list-item .entry-content {
		display: none;
	}
}

@media (max-width: 499px) {
	.grid-item {
		width: 100%;
	}
	.footer-widgets td:nth-child(7),
	.footer-widgets td:nth-child(6) {
		display: none;
	}
}
