/*
Theme Name: MND WP22
Theme URI: https://monicandesign.com/shop/premade-22/
Author: Monica
Author URI: https://monicandesign.com
Description: A responsive, easy to customize WordPress blog theme by MonicaNDesign.
Version: 1.0
Text Domain: mnd-wp22
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, flexible-header, footer-widgets, microformats, sticky-post, theme-options, threaded-comments, translation-ready, blog
*/

/*
Table of Contents:
1.0 - Global
2.0 - Structure
3.0 - Top Bar
4.0 - Header
5.0 - Content
  5.1 - Posts and Pages
  5.2 - Single Posts
  5.3 - Comments
  5.4 - Archives and Search
  5.5 - 404 Page
  5.6 - Paginations
  5.7 - Blog Layouts
6.0 - Widgets
  6.1 - Default Widgets
  6.2 - Sidebar Widgets
  6.3 - Footer Image Feed
  6.4 - Footer Widgets
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
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 {
	font: 14px/26px 'Open Sans', sans-serif;
	word-wrap: break-word;
    text-align: justify;
	color: #aaa;
	background: #1f1f1f;
}

.gal-links {
     padding-top: 15px;
     padding-bottom: 15px;
     padding-left: 15px;
     padding-right: 15px;
     font-size: 80%;
     text-transform:uppercase;
     border: 2px solid #343434;
     font-family: 'Poppins', sans-serif;
     font-weight:400;
}
 
.gal-links a:link {
     color:#696969;
     text-transform:uppercase;
     text-decoration:none;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     font-family: 'Poppins', sans-serif;
     font-weight:400;
}
 
 .gal-links a:hover{
     color:#242424;
     text-transform:uppercase;
     text-decoration:none;
     font-family: 'Poppins', sans-serif;
     font-weight:400;
}
 
.gal-links:before {
     content: "Important Links"; 
     background-color: #343434;
     display:block;
     font-size: 89%;
     max-width:150px;
     font-style: normal;
     color:#ffffff;
     margin-left:8px;
     margin-top:-28px;
     text-align:center;
     text-transform:uppercase;
     letter-spacing:1px;
     font-family: 'Poppins', sans-serif;
     font-weight:400;
}

.up-links {
     padding-top: 15px;
     padding-bottom: 15px;
     padding-left: 15px;
     padding-right: 15px;
     font-size: 80%;
     text-transform:uppercase;
     border: 2px solid ##171717;
     font-family: 'Poppins', sans-serif;
     font-weight:400;
}
 
.up-links a:link {
     color:#696969;
     text-transform:uppercase;
     text-decoration:none;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     font-family: 'Poppins', sans-serif;
     font-weight:400;
}
 
 .up-links a:hover{
     color:#242424;
     text-transform:uppercase;
     text-decoration:none;
     font-family: 'Poppins', sans-serif;
     font-weight:400;
}
 
.up-links:before {
     content: "Updated Links"; 
     background-color: #7c202a;
     display:block;
     font-size: 89%;
     max-width:150px;
     font-style: normal;
     color:#ffffff;
     margin-left:8px;
     margin-top:-28px;
     text-align:center;
     text-transform:uppercase;
     letter-spacing:1px;
     font-family: 'Poppins', sans-serif;
     font-weight:400;
}

.elinks {
    margin:0;
    padding:5px;
}   
 
.elinks u {
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  background-color: #8f8578;
  color: #ffffff;
  margin-bottom:-8px;
}
 
.elinks ul {
  padding: 0px;
  margin:0;
}
 
.elinks li {
  padding: 5px;
  list-style: none;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom:1px dotted rgba(0, 0, 0, 0.1);
}


.mndvault-post-thumbnail {
     margin: 0 0 26px 0;
     display: block;
}

.mndvault-post-thumbnail img {
     width: 1125px;
     margin: 0;
     padding: 0;
     border: 0;
}

	    .welcome-wrapper {
    background-color:#1f1f1f;
    width:100%;
    padding-top:25px;
    padding-bottom:25px;
}

.welcome-message {
    width:60%;
    padding:25px;
    position:relative;
    top:-107px;
    left:0;
    line-height:24px;
    font-size:12px;
    color:#ffffff;
    background-color:#7c202a;
    outline: 1px solid #691b23;
    outline-offset: -15px;
}
.welcome-message {
    font-size: 11px;
    margin: -24px 0 52px 0;
    text-align: justify;
    letter-spacing: 1px;
    text-transform: uppercase;
}
		
/*---------QTip---------*/

div#qTip {
        background-color:#7c202a;
        padding: 8px;
        border: 0px solid ##ffffff;
        display: none;
        color: #ffffff;
        font: 9px arial;
        text-align: center;
        position: absolute;
        z-index: 1000;
        text-shadow: #000000 1px 1px 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-opacity:.75;
        filter:alpha(opacity=75);
        opacity:.75;
}

/* Career & Awards Pages */

tr.careertables  {
	margin-bottom: 15px!important;
}

.careertables-img {
	width: 15%!important;
	margin-right: 7px;
}

.careertables-info {
	width: 35%;
}

.careertables a {	
	color: #db0b24!important;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


.careertables a:hover {
	color: #000!important;
}

.careertables-img img {
	width: 100%!important;
	margin: 3px;
}

.career {
	margin: 8px auto;
}

.career img {
	width: 20.33%!important;
	margin: 3px;
}

/* - Affiliates - */

.mndfs-elite-affiliates,
.mndfs-affiliate-cats {
	text-align: center!important;
}

.mndfs-affiliate-image {
	display: inline-block!important;
	margin: 6px 5px 3px 0!important;
	float: none!important;
	width: auto!important;
}

.filmpages {
     background-color: #343434;
     color: #ffffff;
     padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 10px;
     padding-right: 10px;
     font-size: 80%;
     text-transform:uppercase;
     border: 2px solid #171717;
     font-family: 'Poppins', sans-serif;
     font-weight:400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
hr,
ul,
ol,
dl,
table,
form {
	margin: 0 0 26px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Libre Baskerville', serif;
	color: #fff;
}

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: #db002c;
}

a:hover,
a:focus {
	color: #fff;
}

img {
	margin: 3px;
	padding: 3px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 1px solid #5c5c5c;
}

img:hover {
	border: 1px solid #db002c;
}

blockquote {
	margin: 0 0 26px 25px;
	padding: 26px 25px 26px 70px;
	background: #292929;
	text-shadow: 1px 1px 1px #333;
}

blockquote:before {
	font: 900 25px/25px 'Font Awesome 5 Free';
	float: left;
	margin: 5px 0 0 -45px;
	content: '\f10d';
	color: #db002c;
}

blockquote>p:first-child {
	margin-top: 0;
}

blockquote>p:last-child {
	margin-bottom: 0;
}

hr {
	height: 1px;
	border: 0;
	background-color: #5c5c5c;
}

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%;
}

.content-area td {
	padding: 10px;
	border-bottom: 1px solid #5c5c5c;
}

.content-area th {
	font-weight: 700;
	padding: 10px;
	color: #dbdbdb;
	border: 0;
	background: #5c5c5c;
}

input,
textarea,
select {
	max-width: 100%;
	padding: 10px;
	color: #aaa;
	border: 1px solid #5c5c5c;
	background: #292929;
}

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font: 11px/18px 'Open Sans', 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: #fff;
	border: 1px solid #db002c;
	background: #db002c;
}

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: #1f1f1f;
	border: 1px solid #fff;
	background: #fff;
}

/* 2.0 Structure
-------------------------------------------------------------- */

.site-content,
.site-container {
	max-width: 1100px;
	margin: 0 auto;
}

.site-content {
	margin-bottom: 104px;
}

.content-area {
	float: left;
	width: 750px;
}

.widget-area {
	float: right;
	width: 300px;
}

/* 3.0 Top Bar
-------------------------------------------------------------- */

.top-bar {
	padding: 26px 0;
	background: #1f1f1f;
}

.site-branding {
	float: left;
}

.top-navigation {
	float: right;
}

.site-title {
	font: 700 20px/26px 'Libre Baskerville', serif;
	margin: 0;
	color: #fff;
}

.site-branding img,
.site-branding img:hover {
	margin: 0;
	padding: 0;
	border: 0;
}

.main-navigation,
.social-navigation {
	line-height: 26px;
	display: inline-block;
	height: 26px;
}

.main-navigation ul,
.social-navigation ul {
	padding: 0;
}

.main-navigation li,
.social-navigation li {
	display: inline-block;
}

.main-navigation li {
	margin: 0 0 0 10px;
}

.main-navigation li:first-child {
	margin: 0;
}

.main-navigation a {
	font-size: 11px;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.main-navigation a:hover,
.main-navigation a:focus,
.social-navigation a:hover,
.social-navigation a:focus {
	color: #db002c;
}

.social-navigation {
	margin: 0 0 0 5px;
}

.social-navigation a {
	font-size: 12px;
	padding: 0 5px;
	color: #fff;
}

.social-navigation li:last-child a {
	padding: 0 0 0 5px;
}

.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';
}

/* 4.0 Header
-------------------------------------------------------------- */

.site-header {
	height: 520px;
	margin: 0 0 52px 0;
	background: url(images/header.jpg) repeat center;
}

/* 5.0 Content
-------------------------------------------------------------- */

/* 5.1 Posts and Pages
-------------------------------------------------------------- */

.hentry,
.not-found {
	position: relative;
	margin: 0 0 52px 0;
}

.post-thumbnail,
.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.not-found .page-header,
.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: .85;
}

.entry-header {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.entry-title,
.not-found .page-title {
	font-size: 29px;
	line-height: 1.2;
	margin: 5px 0 10px 0;
}

.entry-title a {
	color: #fff;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #dbdbdb;
}

.entry-cats,
.entry-meta,
.entry-footer {
	font-size: 11px;
}

.entry-cats {
	line-height: 18px;
	margin-bottom: 9px;
	padding-top: 4px;
}

.entry-cats a,
.entry-meta a,
.entry-footer a,
.comments-link {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.entry-cats a {
	margin: 0 5px;
}

.entry-meta,
.entry-footer {
	color: #5c5c5c;
}

.entry-meta a,
.entry-footer a {
	color: #818181;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-footer a:hover,
.entry-footer a:focus {
	color: #dbdbdb;
}

.sticky-post {
	font: normal 700 11px/26px 'Open Sans', sans-serif;
	font-style: normal;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #1f1f1f;
	background: #fff;
}

.sticky-post:after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -5px;
	content: '';
	border-top: 5px solid;
	border-top-color: #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.updated:not(.published) {
	display: none;
}

.byline,
.share-buttons {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}

.byline:before,
.edit-link:before {
	display: inline-block;
	margin: 0 5px;
	content: '\02219';
	color: #818181;
}

.byline a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}

.more-link {
	font: italic 14px/18px 'Libre Baskerville', serif;
	display: table;
	margin: 26px auto;
	padding: 0 4px 0 0;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5c5c5c), to(#5c5c5c));
	background-image: -o-linear-gradient(top, #5c5c5c, #5c5c5c);
	background-image: linear-gradient(180deg, #5c5c5c, #5c5c5c);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-size: 100% 8px;
}

.more-link:hover,
.more-link:focus {
	padding: 0 4px 0 8px;
}

.entry-footer {
	padding: 0 0 5px 0;
	border-bottom: 3px double #5c5c5c;
}

.comments-link {
	float: left;
}

.comments-link:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 9px;
	display: inline-block;
	margin: 0 5px 0 0;
	content: '\f075';
}

.share-buttons {
	float: right;
}

.share-buttons a {
	font-size: 12px;
	padding: 0 5px;
	letter-spacing: 0;
}

.share-buttons a:first-child {
	padding: 0 5px 0 10px;
}

.share-buttons a:last-child {
	padding: 0 0 0 5px;
}

article.page .edit-link:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 9px;
	font-weight: 400;
	margin: 0 5px 0 0;
	content: '\f044';
	color: #5c5c5c;
}

/* 5.2 Single Posts
-------------------------------------------------------------- */

.tags-links {
	display: block;
	margin: 0 0 24px 0;
}

.tags-links a {
	font: 700 9px/9px 'Open Sans', sans-serif!important;
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #dbdbdb;
	background: #5c5c5c;
}

.tags-links a:hover,
.tags-links a:focus {
	color: #1f1f1f;
	background: #818181;
}

.author-info,
.related-posts,
.mndvault-video-relitem,
.mndvault-video-popitem {
	margin: 0 0 52px 0;
	border-bottom: 1px solid #5c5c5c;
}

.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: 400 italic 14px/18px 'Libre Baskerville', serif;
	margin: 0 0 8px 0;
}

.author-desc {
	margin: 0 0 8px 0;
	text-align: justify;
}

.author-links {
	font: 400 11px/18px 'Open Sans', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.author-links a,
.author-links span:after {
	display: inline-block;
	color: #818181;
}

.author-links a:hover,
.author-links a:focus {
	color: #dbdbdb;
}

.author-links span:after {
	margin: 0 3px 0 7px;
	content: '\02219';
}

.author-links span:last-child:after {
	display: none;
}

.related-box {
	margin: 0 -10px;
}

.related-headline,
.comments-title,
.comment-reply-title,
.not-found .widgettitle,
.mndvault-video-reltitle,
.mndvault-video-poptitle {
	font: 700 11px/26px 'Open Sans', sans-serif;
	position: relative;
	display: table;
	margin: 0 auto 26px;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.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 {
	font: 14px/21px 'Libre Baskerville', serif;
	font-style: italic;
	margin: 0;
}

.related-title a {
	color: #fff;
}

.related-title a:hover,
.related-title a:focus {
	color: #dbdbdb;
}

.related-date {
	font: 11px/18px 'Open Sans', sans-serif;
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #818181;
}

.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 {
	line-height: 20px;
	margin: -52px 0 52px 0;
	border-bottom: 1px solid #5c5c5c;
}

.post-navigation a {
	color: #fff;
}

.post-navigation a:hover,
.post-navigation a:focus {
	color: #db002c;
}

.post-navigation span,
.mndfilm-project-navigation a,
.mndpress-article-navigation a,
.mndvault-video-navigation a {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5c5c5c), to(#5c5c5c));
	background-image: -o-linear-gradient(top, #5c5c5c, #5c5c5c);
	background-image: linear-gradient(180deg, #5c5c5c, #5c5c5c);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-size: 100% 8px;
}

.post-navigation span:hover,
.post-navigation span:focus,
.mndfilm-project-navigation a:hover,
.mndfilm-project-navigation a:focus,
.mndpress-article-navigation a:hover,
.mndpress-article-navigation a:focus,
.mndvault-video-navigation a:hover,
.mndvault-video-navigation a:focus {
	padding: 0 4px 0 8px;
}

.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 {
	width: auto;
	padding: 20px 0 20px 10px;
}

/* 5.3 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 {
	position: relative;
	border-bottom: 1px solid #5c5c5c;
}

.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: 50%;
}

.comment-author .fn {
	font: italic 14px/18px 'Libre Baskerville', serif;
	color: #fff;
}

.bypostauthor .comment-author .fn:after {
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	font-weight: 700;
	font-style: normal;
	margin: 0 0 0 5px;
	padding: 1px 5px;
	content: 'Post Author';
	letter-spacing: 0;
	text-transform: none;
	color: #aaa;
	background: #5c5c5c;
}

.comment-metadata {
	font: 9px/11px 'Open Sans', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #818181;
}

.comment-metadata a,
.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #818181;
}

.comment-metadata .edit-link:before {
	margin: 0 5px 0 1px;
	content: '\02219';
}

.comment-body .reply {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	position: absolute;
	right: 0;
	bottom: -14px;
	float: right;
	padding: 0 0 0 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #1f1f1f;
}

.comment-body .reply a {
	color: #818181;
}

.comment-body .reply a:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 9px;
	font-weight: 900;
	margin: 0 5px 0 0;
	content: '\f3e5';
	color: #5c5c5c;
}

.comment-body .reply a:hover,
.comment-body .reply a:focus {
	color: #dbdbdb;
}

.comment .children {
	padding: 0 0 0 25px;
	list-style: none;
	border-left: 1px solid #292929;
}

.trackback .comment-body,
.pingback .comment-body {
	padding: 0 0 21px 0;
}

.comment-navigation {
	font: italic 14px/18px 'Libre Baskerville', serif;
}

.comment-navigation .nav-previous a:before {
	margin: 0 5px 0 0;
	content: '\2190';
}

.comment-navigation .nav-next a:after {
	margin: 0 0 0 5px;
	content: '\2192';
}

.comment-navigation-up {
	margin: 0 0 26px 0;
}

.comment-navigation-down {
	margin: -26px 0 52px 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.4 Archives and Search
-------------------------------------------------------------- */

.page-header {
	margin: 0 0 52px 0;
}

.page-title {
	font: italic 18px/26px 'Libre Baskerville', serif;
	margin: 0 0 52px 0;
}

.page-title span {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5c5c5c), to(#5c5c5c));
	background-image: -o-linear-gradient(top, #5c5c5c, #5c5c5c);
	background-image: linear-gradient(180deg, #5c5c5c, #5c5c5c);
	background-repeat: no-repeat;
	background-position: 4px bottom;
	background-size: 100% 8px;
}

/* 5.5 404 Page
-------------------------------------------------------------- */

.error404 .content-area {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.not-found .page-title {
	max-width: 100%;
}

.not-found input[type='search'] {
	width: 50%;
}

.not-found .widgettitle {
	margin: 52px 0 26px 0;
}

.not-found .widget_recent_entries {
	text-align: left;
}

/* 5.6 Paginations
-------------------------------------------------------------- */

.page-numbers,
.mndvault-video-pagination .page-numbers {
	float: left;
	margin: 0 5px 5px 0;
	padding: 10px;
	color: #aaa;
	border: 1px solid #5c5c5c;
}

.posts-pagination a:hover,
.posts-pagination a:focus,
.mndvault-video-pagination a:hover,
.mndvault-video-pagination a:focus {
	color: #1f1f1f;
	border: 1px solid #fff;
	background: #fff;
}

.posts-pagination .next:after,
.mndvault-video-pagination .next:after {
	content: '\003e';
}

.posts-pagination .prev:before,
.mndvault-video-pagination .prev:before {
	content: '\003c';
}

.mndvault-video-pagination {
	line-height: 26px;
	margin: 0;
}

.mndvault-video-pagination .page-numbers {
	line-height: 26px;
}

/* 5.7 Blog Layouts
-------------------------------------------------------------- */

.list-item {
	line-height: 24px;
	width: 100%;
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
	border-bottom: 3px double #5c5c5c;
}

.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,
.grid-item .entry-header {
	width: 100%;
	margin: 0 0 21px 0;
}

.list-item .entry-header {
	text-align: left;
}

.list-item .entry-cats {
	margin-bottom: 8px;
	padding: 0;
}

.list-item .entry-cats a {
	margin: 0 10px 0 0;
}

.list-item .entry-cats a:last-child {
	margin: 0;
}

.list-item .entry-title,
.grid-item .entry-title {
	font-size: 24px;
}

.list-item .entry-title,
.grid-item .entry-title {
	margin: 0 0 5px 0;
}

.list-item .entry-content,
.list-item p,
.grid-item .entry-footer,
.grid-item p {
	margin: 0;
}

.list-layout .posts-pagination {
	margin: 52px 0 0 0;
}

.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-cats {
	margin-bottom: 6px;
	padding: 0;
}

.grid-item .entry-content {
	margin: 0 0 21px 0;
}

.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;
}

.grid-layout .posts-pagination,
.one-grid-layout .posts-pagination {
	margin: 4px 0 0 0;
}

.full-width .content-area {
	float: none;
	width: 860px;
	margin: 0 auto 104px;
}

/* 6.0 Widgets
-------------------------------------------------------------- */

/* 6.1 Default Widgets
-------------------------------------------------------------- */

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px solid #5c5c5c;
}

.widget li:last-child {
	margin-bottom: 0;
}

.widget_archive select,
.widget_categories select {
	width: 100%;
}

.widget_calendar tbody td {
	text-align: center;
}

.widget_calendar td,
.widget_calendar th {
	padding: 10px;
	border-bottom: 1px solid #5c5c5c;
}

.widget_calendar th {
	font-weight: 700;
	color: #dbdbdb;
	border: 0;
	background: #5c5c5c;
}

.widget_categories ul:not(.children),
.widget_pages ul:not(.children),
.widget_nav_menu ul:not(.sub-menu) {
	padding-bottom: 10px;
	border-bottom: 1px solid #5c5c5c;
}

.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,
.widget_pages .children,
.widget_nav_menu .sub-menu {
	margin-top: 0;
}

.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 #5c5c5c;
}

.tagcloud {
	margin-bottom: -2px;
}

.tagcloud a {
	font: 700 9px/9px 'Open Sans', sans-serif!important;
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #dbdbdb;
	background: #5c5c5c;
}

.tagcloud a:hover,
.tagcloud a:focus {
	color: #1f1f1f;
	background: #818181;
}

/* 6.2 Sidebar Widgets
-------------------------------------------------------------- */

.widget-area {
	font-size: 13px;
	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 dl,
.widget-area table,
.widget-area form {
	margin: 20px 0 0 0;
}

.widget-area h1:nth-child(1),
.widget-area h2:nth-child(1):not(.widget-title),
.widget-area h3:nth-child(1),
.widget-area h4:nth-child(1),
.widget-area h5:nth-child(1),
.widget-area h6:nth-child(1),
.widget-area p:nth-child(1),
.widget-area blockquote:nth-child(1),
.widget-area hr:nth-child(1),
.widget-area ul:nth-child(1),
.widget-area ol:nth-child(1),
.widget-area table:nth-child(1),
.widget-area form:nth-child(1) {
	margin: 0;
}

.widget-area img,
.footer-widgets img {
	padding: 2px;
}

.widget-area blockquote {
	padding: 20px;
}

.widget-area blockquote:before {
	display: none;
}

.widget-area th:not(.widget_calendar th),
.widget-area td:not(.widget_calendar td),
.footer-widgets th:not(.widget_calendar th),
.footer-widgets td:not(.widget_calendar td) {
	padding: 7px;
}

.widget-area .widget {
	margin: 0 0 40px 0;
}

.widget-area .widget:last-child {
	margin: 0;
}

.widget-area .widget-title {
	font: 400 11px/20px 'Open Sans', sans-serif;
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background: #333;
}

.widget-area .widget-title:after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -5px;
	content: '';
	border-top: 5px solid;
	border-top-color: #333;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.widget-area input[type='search'],
.footer-widgets input[type='search'] {
	width: 100%;
}

.widget-area .tagcloud,
.footer-widgets .tagcloud {
	margin-bottom: -5px;
}

.widget-area .tagcloud a,
.footer-widgets .tagcloud a {
	margin: 0 2px 5px 0;
}

/* 6.3 Footer Image Feed
-------------------------------------------------------------- */

.footer-imgfeed table {
	margin: 0;
}

.footer-imgfeed td {
	padding: 0;
}

.footer-imgfeed img {
	margin: 0;
	padding: 0;
	border: 0;
}

.footer-imgfeed .widget {
	position: relative;
}

.footer-imgfeed .widget-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 15px 50px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	background: #292929;
	-webkit-box-shadow: 0 0 18px 12px rgba(0, 0, 0, .12);
	box-shadow: 0 0 18px 12px rgba(0, 0, 0, .12);
}

/* 6.4 Footer Widgets
-------------------------------------------------------------- */

.footer-widgets {
	font-size: 13px;
	line-height: 21px;
	padding: 52px 0;
	background: #292929;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6,
.footer-widgets p,
.footer-widgets blockquote,
.footer-widgets hr,
.footer-widgets ul,
.footer-widgets ol,
.footer-widgets table,
.footer-widgets form {
	margin: 20px 0 0 0;
}

.footer-widgets-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-widgets-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-widgets-column:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 31.5%;
	flex: 0 1 31.5%;
}

.footer-widgets-column:nth-child(2) {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 31.5%;
	flex: 0 1 31.5%;
}

.footer-widgets-column:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 31.5%;
	flex: 0 1 31.5%;
}

.footer-widgets .widget {
	width: 100%;
}

.footer-widgets .widget-title {
	font: 700 11px/20px 'Open Sans', sans-serif;
	margin: 0 0 20px 0;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
}

.footer-widgets blockquote {
	padding: 0 0 0 35px;
	background: none;
	text-shadow: none;
}

.footer-widgets blockquote:before {
	font: 900 20px/20px 'Font Awesome 5 Free';
	margin: 5px 0 0 -35px;
}

/* 7.0 Footer
-------------------------------------------------------------- */

.site-footer {
	padding: 0 0 26px 0;
	color: #a8a8a8;
	background: #1f1f1f;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #db002c;
}

.site-footer b,
.site-footer strong {
	color: #dbdbdb;
}

.site-footer i,
.site-footer em {
	color: #db002c;
}

.site-footer u {
	text-decoration: none;
	color: #dbdbdb;
	border-bottom: 1px solid #db002c;
}

.site-footer .social-navigation {
	font-size: 11px;
	display: block;
	height: auto;
	margin: 0;
	padding: 26px 0;
	text-align: center;
	letter-spacing: 1px;
	border-bottom: 1px solid #5c5c5c;
}

.site-footer .social-navigation ul {
	margin: 0;
}

.site-footer .social-navigation a {
	margin: 0 20px;
	padding: 0;
}

.site-footer .social-navigation .screen-reader-text {
	position: static!important;
	margin: 0 0 0 7px;
	text-transform: uppercase;
	-webkit-clip-path: none;
	clip-path: none;
}

.site-info {
	font-family: 'Libre Baskerville', serif;
	font-size: 11px;
	padding: 26px 0 0 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.site-disclaimer {
	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 span {
	font: 400 11px/20px 'Open Sans', sans-serif;
	line-height: 20px;
	display: table;
	margin: 0 auto;
	padding: 9px 40px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	letter-spacing: 1px;
	background: #db002c;
}

#infinite-handle span:hover,
#infinite-handle span:focus {
	color: #1f1f1f;
	background: #fff;
}

/* 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;
}

.null-instagram-feed p.clear {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	margin: 10px 0 0 0;
	text-align: center;
}

.widget-area .instagram-pics li {
	width: 33.33%;
}

.footer-imgfeed .widget {
	position: relative;
}

.footer-imgfeed .instagram-pics li {
	width: 12.5%;
}

.footer-imgfeed .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;
}

.wpcf7 textarea {
	width: 90%;
}

.wpcf7 .wpcf7-submit {
	width: auto;
	padding: 9px 20px;
}

/* 8.4 MND Fan Sidebar
-------------------------------------------------------------- */

/* Welcome Message */

.mndfs-welcome-image,
.mndfs-project-image,
.mndfs-album {
	text-align: center;
}

.widget_mndfs_welcome_message,
.mndfs-project-synopsis {
	text-align: justify;
}

.mndfs-welcome-image img {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
}

.mndfs-welcome-text b,
.mndfs-welcome-text strong {
	color: #fff;
	-webkit-box-shadow: #db002c 0 -7px inset;
	box-shadow: #db002c 0 -7px inset;
}

.mndfs-welcome-text i,
.mndfs-welcome-text em {
	color: #db002c;
}

.mndfs-welcome-text u {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #db002c;
}

/* Latest Projects */

.mndfs-project-title {
	font-family: 'Libre Baskerville', serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.mndfs-project-year {
	letter-spacing: 0;
}

.mndfs-project-role {
	font-family: 'Libre Baskerville', serif;
	font-size: 11px;
	color: #db002c;
}

.mndfs-project-status {
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #818181;
}

.mndfs-project-links {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mndfs-project-links a {
	color: #fff;
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-decoration-color: #818181;
}

.mndfs-project-links a:hover,
.mndfs-project-links a:focus {
	color: #db002c;
}

/* Featured Albums */

.mndfs-album-details {
	line-height: 14px;
}

.mndfs-album-date {
	font-size: 9px;
	text-transform: uppercase;
	color: #db002c;
}

.mndfs-album-title {
	font-family: 'Libre Baskerville', serif;
	font-size: 10px;
	font-weight: 700;
	margin: 2px 0 0 0;
}

.mndfs-album a {
	color: #fff;
}

.mndfs-album a:hover,
.mndfs-album a:focus {
	color: #dbdbdb;
}

/* Elite Affiliates */

.mndfs-affiliate-status {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}

.mndfs-affiliate-text {
	font-size: 8px;
	line-height: 1.5;
	width: 23.689%;
	padding: 8px 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	color: #db002c;
}

.mndfs-affiliate-text span {
	font-family: 'Libre Baskerville', serif;
	font-size: 10px;
	font-weight: 700;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: lowercase;
	color: #fff;
}

.mndfs-affiliate-text a {
	color: #db002c;
}

.mndfs-affiliate-text:hover,
.mndfs-affiliate-text:focus {
	border: 1px solid #fff;
}

.mndfs-affiliate-text a:hover,
.mndfs-affiliate-text a:focus,
.mndfs-affiliate-text:hover a,
.mndfs-affiliate-text:hover span {
	color: #fff;
}

/* 8.5 MND Filmography
-------------------------------------------------------------- */

.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 #5c5c5c;
}

.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 .cat-links,
.single-mndpress_article .cat-links,
.single-mndvault_video .cat-links {
	float: left;
	margin: 0 10px 0 0;
}

.single-mndfilm_project .cat-links:before,
.single-mndpress_article .cat-links:before,
.single-mndvault_video .cat-links:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 9px;
	display: inline-block;
	margin: 0 5px 0 0;
	content: '\f07c';
}

.mndfilm-project-navigation .meta-nav,
.mndpress-article-navigation .meta-nav,
.mndvault-video-navigation .mndvault-meta-nav {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5c5c5c;
}

.mndfilm-project-list-status {
	font-size: 9px;
	margin: 0 0 0 5px;
	color: #dbdbdb;
	background: #5c5c5c;
}

/* 8.6 MND Press Library
-------------------------------------------------------------- */

.mndpress-article-title {
	font-size: 18px;
	margin: 0;
}

.mndpress-article-details {
	opacity: 1;
	color: #818181;
}

.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 a {
	font: 11px/18px 'Open Sans', 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: #dbdbdb;
	border: 1px solid #5c5c5c;
	background: #5c5c5c;
}

.mndvault-video-external a:hover,
.mndvault-video-external a:focus {
	color: #1f1f1f;
	border: 1px solid #fff;
	background: #fff;
}

.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-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;
}

.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
-------------------------------------------------------------- */

.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;
}

.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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.site-container:after,
.entry-footer:after,
.list-item:after,
.author-info:after,
.related-box:after,
.nav-links:after,
.textwidget:after {
	display: block;
	clear: both;
	content: '';
}

.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	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-right: 3%;
		margin-left: 3%;
	}
	.content-area {
		width: 68.2%;
	}
	.widget-area {
		width: 28%;
	}
	.grid-item {
		width: 49.70%;
	}
}

@media (max-width: 954px) {
	.site-content,
	.footer-widgets .site-container,
	.site-footer .site-container {
		padding: 0 3%;
	}
	.content-area,
	.widget-area {
		float: none;
		width: auto;
	}
	.site-content,
	.content-area,
	.top-bar {
		margin-bottom: 52px;
	}
	.top-bar {
		padding: 0;
		background: none;
	}
	.site-branding,
	.top-navigation {
		float: none;
	}
	.site-branding {
		padding: 26px 3%;
		text-align: center;
		border-bottom: 1px solid #5c5c5c;
	}
	.site-title {
		font-size: 26px;
		color: #fff;
	}
	.top-navigation {
		position: relative;
		background: #333333;
	}
	.show-menu {
		font-size: 14px;
		display: block;
		padding: 10px 3%;
		text-transform: uppercase;
		color: #ffffff;
	}
	.show-menu:before {
		font-family: 'Font Awesome 5 Free';
		font-size: 13px;
		font-weight: 900;
		margin: 0 5px 0 0;
		content: '\f0c9';
	}
	.main-navigation {
		height: auto;
	}
	.main-navigation,
	.main-navigation a {
		display: block;
	}
	.main-navigation ul {
		display: none;
		margin: 0;
	}
	.main-navigation ul li,
	.main-navigation li a {
		width: 100%;
	}
	.main-navigation li {
		margin: 0;
		padding: 10px 3%;
		border-top: 1px solid #dbdbdb;
	}
	.top-bar .social-navigation {
		position: absolute;
		top: 10px;
		right: 3%;
	}
	.site-header {
		display: none;
	}
	.grid-item {
		width: 49.74%;
	}
	.full-width .content-area {
		width: auto;
		max-width: 860px;
	}
	.footer-widgets {
		padding-bottom: 26px;
	}
	.footer-widgets-flex,
	.footer-widgets-column {
		display: initial;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.footer-widgets-column:first-child,
	.footer-widgets-column:nth-child(2),
	.footer-widgets-column:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.footer-widgets .widget {
		margin-bottom: 26px;
	}
}

@media (max-width: 739px) {
	.content-area blockquote {
		margin: 0 0 26px 0;
		padding: 25px;
	}
	.content-area blockquote:before {
		display: none;
	}
	ul,
	ol,
	ul ul,
	ol ol,
	ul ol,
	ol ul {
		padding-left: 25px;
	}
	dd {
		margin-left: 25px;
	}
	.entry-header {
		width: 100%;
	}
	.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%;
	}
	.list-item .post-thumbnail {
		max-width: 33.85%;
	}
	.grid-item {
		width: 49.66%;
	}
	.footer-imgfeed .instagram-pics li:nth-child(4),
	.footer-imgfeed .instagram-pics li:nth-child(5),
	.footer-imgfeed .instagram-pics li:nth-child(6),
	.footer-imgfeed .instagram-pics li:nth-child(7),
	.footer-imgfeed .instagram-pics li:nth-child(8) {
		display: none;
	}
	.footer-imgfeed .instagram-pics li {
		width: 33.33%;
	}
	.footer-imgfeed td:nth-child(20),
	.footer-imgfeed td:nth-child(19),
	.footer-imgfeed td:nth-child(18),
	.footer-imgfeed td:nth-child(17),
	.footer-imgfeed td:nth-child(16),
	.footer-imgfeed td:nth-child(15),
	.footer-imgfeed td:nth-child(14),
	.footer-imgfeed td:nth-child(13),
	.footer-imgfeed td:nth-child(12),
	.footer-imgfeed td:nth-child(11),
	.footer-imgfeed td:nth-child(10),
	.footer-imgfeed td:nth-child(9),
	.footer-imgfeed td:nth-child(8) {
		display: none;
	}
	.wpcf7 input,
	.wpcf7 textarea,
	.wpcf7 textarea {
		width: 100%;
	}
	.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) {
	.list-item .entry-header {
		margin: 0;
	}
	.list-item .entry-content {
		display: none;
	}
	.grid-item {
		width: 49.61%;
	}
	.footer-imgfeed .widget-title {
		display: none;
	}
}

@media (max-width: 499px) {
	.grid-item,
	.grid-item:nth-of-type(2n+2) {
		width: 100%;
		padding: 0;
	}
	.footer-imgfeed td:nth-child(7),
	.footer-imgfeed td:nth-child(6) {
		display: none;
	}
}
