/*
Theme Name: MND WP18
Theme URI: http://monicandesign.com/shop/premade-18/
Author: Monica
Author URI: http://monicandesign.com
Description: A modern, elegant and fully responsive theme. Check out the 10 blog layouts available to showcase your content. Tons of customization options make it easier then ever to personalize your site.
Version: 1.1
Tags: accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, featured-images , microformats , sticky-post, theme-options, threaded-comments
*/


/*
Table of Contents:
1.0 - Main
2.0 - Structure
3.0 - Menu
4.0 - Header
5.0 - Content
  5.1 - Posts
  5.2 - Entry header
  5.3 - Entry content
  5.4 - Entry footer
  5.5 - Post thumbnail
  5.6 - Related posts
  5.7 - Post navigation
  5.8 - Grid layout
  5.9 - List layout
  5.10 - Comments
  5.11 - Respond
  5.12 - Pages
  5.13 - Archives
  5.14 - Search results
  5.15 - 404 Page
  5.16 - Pagination
6.0 - Sidebar
  6.1 - Widgets
7.0 - Footer
8.0 - Plugins
9.0 - Patterns
10.0 - Responsive
-------------------------------------------------------------- */


/* 1.0 Main
-------------------------------------------------------------- */

html {
	box-sizing: border-box;
}

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

body,
button,
input,
select,
textarea {
	font: 15px/26px 'Fira Sans', sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #2e3b3e;
	background: #eae6df;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	color: #2e3b3e;
}

a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	color: #d05c76;
}

	a:link {
	color: #721515; 
	text-decoration: none;
}

	a:visited {
	color:#721515; 
	text-decoration: none;
}

	a:hover {
	color: #000000;
	text-decoration: none;
}
	a:focus {
	color: #721515;
	text-decoration: none;
}

.affiliates a:link, .affiliates a:visited, .affiliates a:active {
display: inline-block;
font-family: Georgia, Arial;
font-size: 8pt;
width: 22%;
color: #721515;
background-color: #transparent;
text-transform: uppercase;
border: 1px solid #721515;
padding: 3px;
text-decoration: none;
margin: 3px;
-moz-border-radius: 0px; 
-webkit-border-radius: 0px;
border-radius: 0px; 
-moz-box-shadow: 0 0 3px #ccd2de;
-webkit-box-shadow: 0 0 3px #ccd2de;
-o-box-shadow: 0 0 3px #ccd2de;
box-shadow: 0 0 3px #ccd2de;
}



.affiliates a:hover {
color: #2e3b3e;
}
.affiliates i {
text-transform: lowercase;
font-size: 8pt;
}

img {
	margin: 1px;
	padding: 4px;
	background: #eae6df;
	-moz-border-radius: 2px; 
-webkit-border-radius: 2px;
border-radius: 2px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 1px solid #952721;
	box-shadow: 0 0 0px #344044;
}

img:hover {
	opacity: .9;
}

blockquote {
	font-style: italic;
	position: relative;
	margin: 26px 20px 26px 40px;
	padding: 11px 20px 1px 67px;
	color: #2e3b3e;
	border: 1px solid #344044;
}

blockquote:before {
	font: normal 20px/20px FontAwesome;
	float: left;
	margin-top: 30px;
	margin-left: -38px;
	content: '\f10d';
	color: #88c4e0;
}

blockquote:after {
	position: absolute;
	top: 8px;
	left: 8px;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #75344044c0e3;
}

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

pre {
	overflow: auto;
}

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

th {
	font-weight: 700;
	background: #f5f5f5;
}

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

button,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	font-size: 12px;
	line-height: 19px;
	padding: 12px 20px 9px 20px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #661c18;
	border: 1px solid #8fddf7;
	background: #8fddf7;
}

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: #661c18;
	border: 1px solid #70cdec;
	background: #70cdec;
}

b, strong {	
color: #952721;}



i,em {	
color: #952721;

}


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

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


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

.top-bar {
	padding: 20px 0;
}

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

.site-title {
	font: 700 30px/26px 'Yellowtail', cursive;
	float: left;
	margin: 0 10px 0 0;
	color: #292d31;
}

.site-title span {

}

.site-navigation {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	height: 26px;

}

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

.main-navigation li {
	display: inline-block;
	margin: 0 0 0 10px;
}

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

.main-navigation a {
  background-color: #eae6df;
  color: #455258;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
	font-size: 14px;
	letter-spacing: 12x
	box-shadow: transparent 0 -6px inset;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #952721;
	box-shadow: #292d31 0 -6px inset;
}

.social-navigation {
	height: 26px;
	margin: 0 0 0 10px;
}

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

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

.social-navigation a {
	font-size: 16px;
	font-weight: 400;
	padding: 0 5px;
	color: #661c18;
}

.social-navigation a:hover,
.social-navigation a:focus {
	color: #2e3b3e;
}

.social-navigation li:first-child a {
	padding: 0 5px 0 0;
}

.social-navigation li:last-child a {
	padding: 0 0 0 5px;
}

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

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

.social-navigation a[href*='plus.google.com']:before {
	content: '\f0d5';
}

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

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

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

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

.social-navigation a[href*='mailto:']:before,
.social-navigation a[href$='/contact/']:before,
.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';
}

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

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

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

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

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

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

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


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

.site-header {
	height: 375px;
	margin: 0 0 30px 0;

}




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

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

.full-width .content-area {
	float: none;
	width: 100%;
}


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

.post {
	position: relative;
	margin: 0 0 30px 0;
	padding: 20px;
	background-color: #eae6df;
border: 1px solid #952721;
}

.sticky-post {
	font: normal 700 12px/26px 'Fira Sans', sans-serif;
	font-style: normal;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 8px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background: #661c18;
}

.single .post {
	margin: 0;
}


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

.entry-header {
	margin: 0 0 26px 0;
	text-align: center;
}

.entry-cats {
	font: italic 12px/26px 'Playfair Display', serif;
	color: #721b1b;
}

.entry-cats:before {
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 0 15px 0 0;
	content: '';
	vertical-align: middle;
	background: #344044;
}

.entry-cats a {
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	margin: 0 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #661c18;
	box-shadow: #2e3b3e 0 -6px inset;
}

.entry-cats a:hover,
.entry-cats a:focus {
	color: #661c18;
	box-shadow: #2e3b3e 0 -16px inset;
}

.entry-title {
	font-size: 28px;
	font-style: underline;
	line-height: 1.2;
	margin: 0 0 5px 0;
	color: #1c79a4;
}

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

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

.entry-header svg {
	stroke: #4f5c60;
}


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

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

.more-link {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	display: table;
	margin: 26px auto;
}

.more-link:after {
	display: inline-block;
	margin: 0 0 0 5px;
	content: '...';
}


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

.entry-footer {
	margin: 26px 0 0 0;
	padding: 6px 0;
	border-bottom: 1px solid #344044;
}

.entry-meta,
.entry-share {
	font: italic 12px/26px 'Playfair Display', serif;
	color: #2e3b3e;
}

.entry-meta a,
.entry-share a {
	color: #721b1b;
}

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

.entry-meta {
	float: left;
}

.posted-on,
.byline,
.comments-link,
.edit-link {
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.posted-on:after,
.byline:after,
.edit-link:before {
	display: inline-block;
	margin: 0 6px;
	content: '•';
}

.byline:after {
	margin: 0 6px 0 10px;
}

.comments-link:before {
	font-family: FontAwesome;
	font-size: 10px;
	display: inline-block;
	margin: 0 4px 0 0;
	content: '\f0e5';
}

.edit-link:before {
	margin: 0 10px 0 6px;
}

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

.entry-share {
	float: right;
}

.entry-share a {
	font-size: 13px;
	margin: 0 0 0 6px;
}

.entry-footer .tags-links {
	margin: 0 0 21px 0;
}

.entry-footer .tags-links a {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #721b1b;
	background: #344044;
}

.entry-footer .tags-links a:hover,
.entry-footer .tags-links a:focus {
	color: #fff;
	background: #721b1b;
}


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

.post-thumbnail {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0 0 26px 0;
}

.post-thumbnail img {
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

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


/* 5.6 Related posts
-------------------------------------------------------------- */

.related-posts {
	margin: 52px 0 0 0;
	border-bottom: 1px solid #344044;
}

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

.related-header {
	margin: 52px 0 26px 0;
	text-align: center;
}

.related-header h2 {
	font-size: 23px;
	margin: 0 0 3px 0;
}

.related-header svg {
	stroke: #344044;
}

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

.related-image {
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
}

.related-image img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.related-image img:hover {
	opacity: .9;
}

.related-title {
	line-height: 19px;
}

.related-title a {
	color: #661c18;
}

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

.related-date {
	font-size: 12px;
	line-height: 19px;
	margin: 6px 0 4px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #2e3b3e;
}


/* 5.7 Post navigation
-------------------------------------------------------------- */

.post-navigation {
	font-size: 12px;
	line-height: 19px;
	margin: 0 0 52px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #344044;
}

.post-navigation .nav-previous {
	padding: 26px 10px 26px 0;
	border-right: 1px solid #344044;
}

.post-navigation .nav-next {
	padding: 26px 0 26px 10px;
}

.post-navigation a {
	color: #661c18;
}

.post-navigation a:hover,
.post-navigation a:focus {
	color: #2e3b3e;
}

.post-navigation a .nav-previous:before,
.post-navigation a .nav-next:after {
	font-family: FontAwesome;
	font-size: 10px;
}

.post-navigation a .nav-previous:before {
	margin: 0 5px 0 0;
	content: '\f053';
}

.post-navigation a .nav-next:after {
	margin: 0 0 0 4px;
	content: '\f054';
}


/* 5.8 Grid layout
-------------------------------------------------------------- */

.grid-layout.blog .site-main,
.grid-layout.archive .site-main {
	margin: 0 -2%;
}

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

.grid-item .sticky-post {
	top: auto;
	right: 16px;
	bottom: 0;
}

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

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

.grid-item .entry-cats {
	line-height: 23px;
}

.grid-item .entry-cats:before {
	width: 15px;
	margin: 0 5px 0 0;
}

.grid-item .entry-title {
	font-size: 23px;
	margin: 0;
}

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

.grid-item p {
	margin: 0;
}

.grid-item .entry-meta {
	line-height: 23px;
	float: none;
	margin: 11px 0 0 0;
}

.grid-item .byline:after {
	display: none;
}

.grid-layout.archive .page-header {
	margin: 10px 2% 52px 2%;
}

.grid-layout .posts-pagination {
	margin: 6px 2% 47px 2%;
}

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


/* 5.9 List layout
-------------------------------------------------------------- */

.list-item {
	line-height: 23px;
	display: table;
	width: 100%;
	margin: 0 0 23px 0;
	padding: 0 0 23px 0;
	border-bottom: 1px solid #344044;
}

.list-item .post-thumbnail {
	float: left;
	margin: 0;
	padding: 0 3% 0 0;
	vertical-align: top;
}

.list-item .post-thumbnail img {
	max-width: 260px;
}

.list-content {
	overflow: hidden;
	margin: 0 0 -10px 0;
	vertical-align: top;
}

.list-item .entry-header {
	margin: -4px 0 11px 0;
	text-align: left;
}

.list-item .entry-cats {
	line-height: 23px;
}

.list-item .entry-cats:before {
	width: 15px;
	margin: 0 5px 0 0;
}

.list-item .entry-title {
	font-size: 23px;
	margin: 0;
}

.list-item .entry-content {
	margin: 11px 0;
}

.list-item p {
	margin: 0;
}

.list-item .entry-meta {
	line-height: 23px;
	float: none;
	margin: 11px 0 0 0;
}

.list-item .byline:after {
	display: none;
}

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


/* 5.10 Comments
-------------------------------------------------------------- */

.comments-area {
	margin: 52px 0;
}

.comments-header {
	margin: 52px 0 26px 0;
	text-align: center;
}

.comments-title {
	font-size: 23px;
	margin: 0 0 3px 0;
}

.comments-header svg {
	stroke: #344044;
}

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

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

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

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

.comment-author .fn {
	font-weight: 400;
	color: #661c18;
}

.bypostauthor .comment-author .fn:after {
	font-size: 10px;
	line-height: 12px;
	display: inline-block;
	margin: 6px 0 0 5px;
	padding: 2px 3px;
	content: 'Post Author';
	vertical-align: top;
	color: #595959;
	background: #344044;
}

.comment-metadata {
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #2e3b3e;
}

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

.comment-list .reply {
	font-size: 12px;
	margin: 26px 0 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-list .reply a {
	padding: 0 0 5px 0;
}

.comment-list .reply a:before {
	font-family: FontAwesome;
	font-size: 10px;
	margin: 0 5px 0 0;
	content: '\f112';
}

.comment-list .children {
	margin: 26px 0;
	padding: 0 0 0 20px;
	list-style: none;
	border-left: 1px dotted #344044;
}

.comment-navigation {
	margin: 26px 0;
}

.comment-navigation .nav-previous a:before {
	margin: 0 4px 0 0;
	content: '\2190';
}

.comment-navigation .nav-next a:after {
	margin: 0 0 0 4px;
	content: '\2192';
}


/* 5.11 Respond
-------------------------------------------------------------- */

.comment-respond {
	margin: 52px 0 26px 0;
}

.comment-reply-title {
	font-size: 23px;
	margin: 52px 0 26px 0;
	text-align: center;
}

.comment-reply-title:after {
	display: block;
	margin: -3px 0 0 0;
	content: url(images/deco.svg);
}

.comment-form label {
	line-height: 1;
	display: block;
	padding: 0 0 5px 0;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

.comment-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
}


/* 5.12 Pages
-------------------------------------------------------------- */

article.page {
	position: relative;
	margin: 0 0 30px 0;
	padding: 20px;
	background-color: #eae6df;
border: 1px solid #952721;
}

article.page .edit-link:before {
	font-family: FontAwesome;
	font-size: 10px;
	margin: 0 4px 0 0;
	content: '\f040';
}


/* 5.13 Archives
-------------------------------------------------------------- */

.page-header {
	margin: 10px 0 52px 0;
	padding: 0 20px 20px 20px;
	text-align: center;
	border: 1px solid #344044;
}

.page-title {
	font: 400 26px/1.2 'Fira Sans', sans-serif;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #404040;
}

.page-title span {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
	display: table;
	margin: -15px auto 10px auto;
	padding: 0 20px;
	letter-spacing: 0;
	text-transform: lowercase;
	color: #eae6df;
	background: #151a1d;
}


/* 5.14 Search results
-------------------------------------------------------------- */

.entry-summary {
	margin: 26px 0;
}


/* 5.15 404 Page
-------------------------------------------------------------- */

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

.not-found .page-header {
	margin: 0 0 26px 0;
	padding: 0;
	text-align: center;
	border: 0;
}

.not-found .page-title {
	font: 700 36px/1.2 'Playfair Display', serif;
	display: table;
	width: 75%;
	margin: 0 auto 5px auto;
	letter-spacing: 0;
	text-transform: none;
	color: #661c18;
}

.not-found .page-header svg {
	stroke: #344044;
}

.not-found .page-content {
	margin: 26px 0;
	text-align: center;
}

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


/* 5.16 Pagination
-------------------------------------------------------------- */

.posts-pagination {
	margin: 0 0 47px 0;
}

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

.posts-pagination a:hover,
.posts-pagination a:focus {
	color: #eae6df;
	border: 0px solid #661c18;
	background: #151a1d;
}

.posts-pagination .next:after {
	content: '\003e';
}

.posts-pagination .prev:before {
	content: '\003c';
}


/* 6.0 Sidebar
-------------------------------------------------------------- */

.widget-area,
button,
input,
select,
textarea {
	font-size: 13px;
	line-height: 20px;
}

.widget-area {
	float: right;
	width: 390px;
	margin: 10px 0 12px 0;
	counter-reset: mnd-counter;
}

.widget-area h1,
.widget-area h2,
.widget-area h3,
.widget-area h4,
.widget-area h5,
.widget-area h6,
.widget-area p,
.widget-area blockquote,
.widget-area hr,
.widget-area ul,
.widget-area ol,
.widget-area table,
.widget-area form {
	margin: 20px 0;
}

.widget-area p:last-child,
.widget-area blockquote:last-child,
.widget-area hr:last-child,
.widget-area ul:last-child,
.widget-area ol:last-child,
.widget-area table:last-child,
.widget-area form:last-child {
	margin-bottom: 0;
}

.widget-area blockquote {
	padding: 0 0 0 40px;
	border: 0;
}

.widget-area blockquote:before {
	margin-top: 0;
}

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

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

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

.widget-area input[type='search'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}


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

.widget-area .widget {
	margin: 0 0 40px 0;
	padding: 20px;
background-color: #eae6df;
	border: 1px solid #952721;
}

.widget-area .widget-title {
	font: 700 13px/20px 'Fira Sans', sans-serif;
	margin: -30px 0 20px 0;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #eae6df;
}

.widget-area .widget-title span {
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px;
	background: #455258;
}

.widget-area .widget-title span:before {
	font: italic 700 13px 'Playfair Display', serif;
	display: inline-block;
	padding: 0 5px 0 0;
	content: counter(mnd-counter, decimal-leading-zero);
	counter-increment: mnd-counter;
	letter-spacing: 0;
	color: #151a1d;
}

.widget-area .textwidget {
	margin: 20px 0 0 0;
}

.tagcloud a {
	font-size: 10px!important;
	line-height: 12px;
	display: inline-block;
	margin: 0 0 4px 0;
	padding: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #721b1b;
	background: #344044;
}

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


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

.site-footer {
	padding: 0 0 20px 0;
}

.site-info {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	padding: 20px 0 0 0;
	color: #661c18;
}

.site-disclaimer {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	text-align: justify;
	border-top: 1px solid #344044;
}


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

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

.instagram-footer .instagram-title {
	font: 700 13px/26px 'Fira Sans', sans-serif;
	margin: 0 0 20px 0;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #404040;
}

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

.instagram-footer .instagram-pics li {
	display: inline-block;
	width: 12.5%;
}

.instagram-footer .instagram-pics img,
.widget-area .instagram-pics img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.instagram-footer .instagram-pics img:hover,
.widget-area .instagram-pics img:hover {
	opacity: .9;
}

.instagram-footer p.clear,
.widget-area p.clear {
	font-size: 12px;
	margin: 6px 0 0 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.instagram-footer p.clear a,
.widget-area p.clear a {
	color: #661c18;
}

.instagram-footer p.clear a:hover,
.instagram-footer p.clear a:focus,
.widget-area p.clear a:hover,
.widget-area p.clear a:focus {
	color: #2e3b3e;
}

.widget-area .instagram-pics li {
	display: inline-block;
	width: 33.333333%;
	padding: 0;
	border: 0;
}

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

.wpcf7 textarea {
	width: 90%;
}

.wpcf7 .wpcf7-submit {
	width: auto;
	color: #fff;
}

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

.mndfs-welcome-image img,
.mndfs-project-image img,
.mndfs-affiliate-image img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0!important;
}

.mndfs-welcome-image {
    margin: 0 0 10px 0;
}

ul.mndfs-latest-projects li {
    display: table;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
}

.mndfs-project-image {
	margin: 5px 0 10px 0;
}

ul.mndfs-latest-projects li:first-child .mndfs-project-image {
    margin: 0 0 10px 0;
}

.mndfs-project-title {
	font-weight: 700;
}

.mndfs-project-year {
    font-weight: 400;
}

.mndfs-project-role {
	font-style: italic;
}

.mndfs-project-synopsis {
	margin: 10px 0 0 0;
}

.mndfs-project-links {
	display: flex;
	display: -webkit-flex;
	margin: 0 -5px;
	padding: 10px 0 0 0;
	text-align: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.mndfs-project-info,
.mndfs-project-news,
.mndfs-project-photos,
.mndfs-project-videos,
.mndfs-project-imdb,
.mndfs-project-official {
	display: inline-block;
	margin: 0 5px;
}

.mndfs-elite-affiliates {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: -2px;
}

.mndfs-affiliate-text {
	font-size: 9px;
	font-weight: 400;
	line-height: 1.5;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 18.65%;
	margin: 2px;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #ccc;
}

.mndfs-affiliate-text a span {
	font-weight: 700;
	display: block;
}

.mndfs-affiliate-status {
	margin: 5px 0 0 0;
	text-align: center;
}

.widget.widget_mndfs_welcome_message {
	margin-top: -10px;
	color: #404040;
	border: 0;
	background: #f5f5f5;
}

.widget_mndfs_welcome_message .widget-title {
	font-family: 'Playfair Display', serif;
	margin-top: 0;
	color: #661c18;
}

.widget_mndfs_welcome_message .widget-title span {
	background: #fff!important;
}

.widget_mndfs_welcome_message .widget-title span:before {
	display: none;
}

.mndfs-welcome-text {
	text-align: justify;
}

.mndfs-project-title {
	font-family: 'Playfair Display', serif;
	display: table;
	padding: 0 1px;
	color: #fff;
	background: #661c18;
}

.mndfs-project-role {
	font-family: 'Playfair Display', serif;
	color: #2e3b3e;
}

.mndfs-project-status {
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #404040;
}

.mndfs-project-links {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #661c18;
}

.mndfs-project-links a {
	color: #661c18;
	box-shadow: #2e3b3e 0 -5px inset;
}

.mndfs-project-links a:hover,
.mndfs-project-links a:focus {
	color: #661c18;
	box-shadow: #2e3b3e 0 -13px inset;
}

.mndfs-project-info:before,
.mndfs-project-news:before,
.mndfs-project-photos:before,
.mndfs-project-videos:before,
.mndfs-project-imdb:before,
.mndfs-project-official:before {
	font-family: FontAwesome;
	font-size: 8px;
	margin: 0 3px 0 0;
}

.mndfs-project-info:before {
	content: '\f129';
}

.mndfs-project-news:before {
	content: '\f00c';
}

.mndfs-project-photos:before {
	content: '\f030';
}

.mndfs-project-videos:before {
	content: '\f03d';
}

.mndfs-project-imdb:before {
	content: '\f2d8';
}

.mndfs-project-official:before {
	content: '\f0c1';
}

.mndfs-album-date {
	text-transform: uppercase;
	color: #2e3b3e;
}

.mndfs-album a {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #404040;
}

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

.mndfs-affiliate-text {
	width: 23.689%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	border: 1px solid #344044;
}

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

.mndfs-affiliate-text span {
	font-family: 'Playfair Display', serif;
	font-size: 10px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-transform: lowercase;
	color: #404040;
}

.mndfs-affiliate-text:hover {
	border: 1px solid #404040;
}

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

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

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

.size-mndfilm-project-thumb {
	max-width: 205px;
	margin: 0 0 3px 0;
}

.mndfilm-project-links li {
	font-size: 13px;
	padding: 4px 0;
	border-bottom: 1px solid #f5f5f5;
}

.mndfilm-project-links li .fa {
	font-size: 11px;
	margin: 0 4px 0 0;
	color: #721b1b;
}

.mndfilm-project-list-row {
	border-bottom: 1px solid #f5f5f5;
}

.mndfilm-project-list-status {
	font-size: 10px;
	color: #595959;
	background: #344044;
}

.mndfilm-project-links a,
.mndfilm-project-list-row a,
.mndfilm-project-navigation a {
	font-weight: 500;
	text-transform: uppercase;
}

.mndfilm-project-meta {
	font-size: 12px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mndfilm-project-meta .fa {
	font-size: 10px;
	margin: 0 4px 0 0;
	color: #721b1b;
}

.mndfilm-project-navigation {
	line-height: 23px;
	margin: 0 0 20px 0;
	padding: 3px 0;
}

.mndfilm-project-navigation .meta-nav {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #661c18;
}

.mndfilm-project-navigation .nav-previous .meta-nav:before,
.mndfilm-project-navigation .nav-next .meta-nav:after {
	font-family: FontAwesome;
	font-size: 10px;
	color: #661c18;
}

.mndfilm-project-navigation .nav-previous .meta-nav:before {
	margin: 0 5px 0 0;
	content: '\f053';
}

.mndfilm-project-navigation .nav-next .meta-nav:after {
	margin: 0 0 0 5px;
	content: '\f054';
}

.single-mndpress_article .entry-content {
	margin: 26px 0 0 0;
}

.single-mndpress_article .entry-footer {
	margin: 0;
}

.mndpress-article-title {
	font-size: 23px;
	line-height: 1.2;
	margin-bottom: 3px;
}

.size-mndpress-article-thumb {
	max-width: 205px;
}

.mndpress-article-list-row {
	border-bottom: 1px solid #f5f5f5;
}

.mndpress-article-list-row a,
.mndpress-article-navigation a {
	font-weight: 500;
	text-transform: uppercase;
}

.mndpress-article-meta {
	font-size: 12px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mndpress-article-meta .fa {
	font-size: 10px;
	margin: 0 4px 0 0;
	color: #721b1b;
}

.mndpress-article-navigation {
	line-height: 23px;
	margin: 0 0 20px 0;
	padding: 3px 0;
}

.mndpress-article-navigation .meta-nav {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #661c18;
}

.mndpress-article-navigation .nav-previous .meta-nav:before,
.mndpress-article-navigation .nav-next .meta-nav:after {
	font-family: FontAwesome;
	font-size: 10px;
	color: #661c18;
}

.mndpress-article-navigation .nav-previous .meta-nav:before {
	margin: 0 5px 0 0;
	content: '\f053';
}

.mndpress-article-navigation .nav-next .meta-nav:after {
	margin: 0 0 0 5px;
	content: '\f054';
}

.mndvault-video-details li {
	padding: 7px 0;
	border-bottom: 1px solid #f5f5f5;
}

.mndvault-video-details a {
	font-size: 13px;
}

.mndvault-video-list li {
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f5;
}

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

.mndvault-video-list-details {
	line-height: 23px;
}

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

.mndvault-video-list-meta,
.mndvault-video-list-meta span {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #a0a0a0;
}

.mndvault-video-categories li {
	border-bottom: 1px solid #f5f5f5;
}

.mndvault-video-categories a {
	font-size: 16px;
}

.mndvault-video-pagination .page-numbers {
	border: 1px solid #344044;
}

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

.mndvault-video-details a,
.mndvault-video-list a,
.mndvault-video-grid a,
.mndvault-video-categories a,
.mndvault-video-catgrid a,
.mndvault-video-recent a,
.mndvault-video-navigation a,
.mndvault-video-related a,
.mndvault-video-popular a,
.mndvault-video-latest a,
.mndvault-video-popular-widget a {
	font-weight: 500;
	text-transform: uppercase;
}

.mndvault-video-navigation {
	line-height: 23px;
	margin: 0 0 20px 0;
	padding: 3px 0;
}

.mndvault-video-navigation .mndvault-meta-nav {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #661c18;
}

.mndvault-video-navigation .mndvault-nav-previous .mndvault-meta-nav:before,
.mndvault-video-navigation .mndvault-nav-next .mndvault-meta-nav:after {
	font-family: FontAwesome;
	font-size: 10px;
	color: #661c18;
}

.mndvault-video-navigation .mndvault-nav-previous .mndvault-meta-nav:before {
	margin: 0 5px 0 0;
	content: '\f053';
}

.mndvault-video-navigation .mndvault-nav-next .mndvault-meta-nav:after {
	margin: 0 0 0 5px;
	content: '\f054';
}

.mndvault-video-reltitle,
.mndvault-video-poptitle {
	font-size: 23px;
	text-align: center;
}

.mndvault-video-reltitle:after,
.mndvault-video-poptitle:after {
	display: block;
	margin: -3px 0 0 0;
	content: url(images/deco.svg);
}


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

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.wp-smiley,
.wp-smiley:hover,
.widget-area .wp-smiley,
.widget-area .wp-smiley:hover {
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.hentry:before,
.hentry:after,
.top-bar:before,
.top-bar:after,
.entry-footer:before,
.entry-footer:after {
	display: table;
	content: '';
}

.site-content:after,
.nav-links:after,
.hentry:after,
.top-bar:after,
.entry-footer:after {
	clear: both;
}

.nav-next {
	display: inline-block;
	float: right;
	width: 50%;
	text-align: right;
	vertical-align: top;
}

.nav-previous {
	display: inline-block;
	float: left;
	width: 50%;
	vertical-align: top;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 100%;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}

.widget-area .wp-caption {
	padding: 5px;
	border: 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img,
.widget-area .wp-caption img {
	margin: 0;
	padding: 0;
	opacity: 1;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.wp-caption p.wp-caption-text,
.widget-area .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
	color: #595959;
}

.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

.sticky,
.bypostauthor {
	display: block;
}

.says,
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	line-height: normal;
	z-index: 100000;
	top: 5px;
	left: 5px;
	display: block;
	clip: auto !important;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	color: #21759b;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}


/* 10.0 Responsive
-------------------------------------------------------------- */

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.show-menu,
.main-navigation input[type=checkbox] {
	display: none;
}

.main-navigation input[type=checkbox]:checked~.rpv-menu {
	display: block;
}

@media (max-width: 954px) {
	.site-content {
		padding: 0 3%;
	}
	.top-bar {
		position: relative;
		margin: 0 0 52px 0;
		padding: 0;
	}
	.site-navigation {
		display: block;
		float: none;
		height: auto;
	}
	.show-menu {
		font-size: 14px;
		display: block;
		padding: 10px 3%;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #661c18;
		border-bottom: 1px solid #344044;
	}
	.show-menu:before {
		font-family: FontAwesome;
		margin: 0 5px 0 0;
		content: '\f0c9';
	}
	.main-navigation,
	.main-navigation a {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation ul li,
	.main-navigation li a {
		width: 100%;
	}
	.main-navigation li {
		margin: 0;
		padding: 10px 3%;
		border-bottom: 1px solid #f5f5f5;
	}
	.main-navigation a:hover,
	.main-navigation a:focus {
		color: #2e3b3e;
		background: none;
		box-shadow: none;
	}
	.site-navigation .social-navigation {
		position: absolute;
		top: 10px;
		right: 3%;
		height: auto;
	}
	.site-title {
		font-size: 26px;
		line-height: 1;
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		display: table;
		float: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.site-header {
		display: none;
	}
	.content-area,
	.widget-area {
		float: none;
		width: auto;
	}
	.grid-item {
		width: 49.55%;
	}
	.site-footer {
		padding-right: 3%;
		padding-left: 3%;
	}
}

@media (max-width: 739px) {
	blockquote {
		margin-right: 0;
		margin-left: 0;
		padding: 0 0 0 40px;
		border: 0;
	}
	blockquote:before {
		margin-top: 0;
	}
	blockquote:after {
		display: none;
	}
	ul,
	ol,
	ul ul,
	ol ol,
	ul ol,
	ol ul {
		padding-left: 25px;
	}
	dd {
		margin-left: 25px;
	}
	.site-title {
		font-size: 30px;
		line-height: 1;
		position: static;
		display: block;
		float: none;
		padding: 26px 10px;
		text-align: center;
		border-bottom: 1px solid #f5f5f5;
	}
	.entry-title,
	.not-found .page-title {
		font-size: 33px;
	}
	.entry-meta,
	.entry-share {
		display: inline;
		float: none;
	}
	article.page .entry-share {
		float: right;
	}
	.entry-share:before {
		font-family: 'Fira Sans', sans-serif;
		display: inline-block;
		margin: 0 6px;
		content: '•';
	}
	article.page .entry-share:before {
		margin: 0;
		content: '';
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		padding: 10px 0;
		text-align: center;
	}
	.post-navigation .nav-previous {
		border-right: 0;
	}
	.post-navigation .nav-next {
		border-top: 1px solid #f5f5f5;
	}
	.list-item .post-thumbnail {
		max-width: 33.85%;
	}
	.comment-list .children {
		padding: 0 0 0 3%;
	}
	.comment-form input[type='text'],
	.comment-form input[type='email'],
	.comment-form input[type='url'],
	.comment-form textarea,
	.not-found input[type='search'] {
		width: 100%;
	}
	.instagram-footer .instagram-pics li:nth-child(4),
	.instagram-footer .instagram-pics li:nth-child(5),
	.instagram-footer .instagram-pics li:nth-child(6),
	.instagram-footer .instagram-pics li:nth-child(7),
	.instagram-footer .instagram-pics li:nth-child(8) {
		display: none;
	}
	.instagram-footer .instagram-pics li {
		width: 33.33%;
	}
	.wpcf7 input,
	.wpcf7 textarea,
	.wpcf7 textarea {
		width: 100%;
	}
	.size-mndfilm-project-thumb {
		max-width: 166px;
	}
	.size-mndpress-article-thumb {
		max-width: 150px;
	}
	.nav-next,
	.nav-previous {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		vertical-align: top;
	}
}

@media (max-width: 499px) {
	.entry-title,
	.not-found .page-title {
		font-size: 26px;
	}
	.grid-item {
		width: 100%;
	}
	.list-item .post-thumbnail {
		float: none;
		margin: 0 0 11px 0;
		padding: 0;
	}
	.list-item .post-thumbnail,
	.list-item .post-thumbnail img {
		max-width: 100%;
	}
	.list-content {
		margin: 0;
	}
	.list-item .entry-header {
		margin: 0 0 11px 0;
		text-align: center;
	}
}

@media (max-width: 1169px) and (min-width: 955px) {
	.site-content,
	.site-container {
		margin: 0 10px;
	}
	.content-area {
		width: 68.2%;
	}
	.widget-area {
		width: 28%;
	}


}