/*
Theme Name: Mega Pholio
Theme URI: http://www.mojo-themes.com/user/meydjer/?r=meydjer
Author: Meydjer
Author URI: http://themestrike.com/
Description: Creating a portfolio website with WordPress has never been so fun.
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, left-sidebar, responsive-layout, custom-background, custom-menu, featured-images, flexible-header, post-formats, theme-options, translation-ready
Text Domain: megapholio

*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *     6.4.1 - Before Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 *   6.15 - Shortcodes
 *   6.16 - Maps
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 Plugins
 * 11.0 - Multisite
 * 12.0 - Media Queries
 * 13.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

 *,
 *:before,
 *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
 	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
 	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
 	box-sizing:         border-box;
 }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #15171c;
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #fff;
}

a {
	color: #2a77c1;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
}

.vc_controls a:hover {
	opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
}

a:hover,
a:active {
	transition: opacity 0.1s ease-out;
		-webkit-transition: opacity 0.1s ease-out;
		-moz-transition: opacity 0.1s ease-out;
		-o-transition: opacity 0.1s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 800;
	margin: 36px 0 12px;
}

h1 {
	font-size: 48px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	color: #646464;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 600;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 27px;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
	padding: 1em 0 1em 2em;
	position: relative;
}
	blockquote:before {
		color: #555;
		content:'\201C';
		font-size: 60px;
		left: .45em;
		position: absolute;
		top: .25em;
	}
	.site-content .hentry .entry-content blockquote p {
		font-size: 27px;
	}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
/*::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}*/


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */


 /* FontAwesome */

 .bypostauthor > article .fn:after,
 .comment-metadata time:after,
 .comment-edit-link:after,
 .comment-reply-link:after,
 .comment-reply-login:after,
 .comment-reply-title small a:before,
 .contributor-posts-link:before,
 .menu-toggle:before,
 .search-toggle:before,
 .slider-direction-nav a:before,
 .mp-post-quote-text:before,
 .site-content .format-link .entry-title:before,
 .widget_ultimate_posts .entry-summary .more-link:after,
 #searchform input[type=submit],
 .mega-pholio .esg-filterbutton:after,
 .mega-pholio .esg-filterbutton:before,
 .mega-pholio .esg-sortbutton:before,
 .paging-navigation .page-numbers:after {
 	-webkit-font-smoothing: antialiased;
 	display: inline-block;
 	font: normal 16px/1;
 	font-family: FontAwesome !important;
 	text-decoration: inherit;
 	vertical-align: text-bottom;
 }


/* Input fields */

input:not([type="button"]):not([type="submit"]),
textarea {
	background: rgba(0,0,0,.1);
	border: 0 none;
	border: 1px solid rgba(0,0,0,.05);
	color: #2b2b2b;
	font-size: 21px;
	padding: .75em 1em;

}

textarea {
	width: 100%;
}

input:focus,
textarea:focus,
input:hover,
textarea:hover {
	border-color: #2a77c1;
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #2a77c1;
	border: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 32px;
	text-transform: uppercase;
	vertical-align: bottom;
	transition: background-color 0.1s ease-out;
		-webkit-transition: background-color 0.1s ease-out;
		-moz-transition: background-color 0.1s ease-out;
		-o-transition: background-color 0.1s ease-out;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #15171c;
	color: #fff;
	transition: background-color 0.1s ease-out;
		-webkit-transition: background-color 0.1s ease-out;
		-moz-transition: background-color 0.1s ease-out;
		-o-transition: background-color 0.1s ease-out;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #2a77c1;
}

#searchform {
	display: inline-block;
	width: 100%;
}

#searchform label {
	float: left;
}

#searchform label {
	width: 89%;
}

#searchform input.search-field {
	background: transparent;
	border: 0 none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.36);
	color:#000;
	box-shadow: 0 0 0 transparent;
		-webkit-box-shadow: 0 0 0 transparent;
	font-size: 13px;
	padding: .55em .45em;
	width: 100%;
}

.site-header #searchform input.search-field {
	border-bottom-color: rgba(255, 255, 255, 0.36);
	color: #fff;
}

.search-field:focus,
.search-field:hover {
	border-bottom-color: rgba(0,0,0,.9);
}

.site-header #searchform input.search-field:focus,
.site-header #searchform input.search-field:hover {
	border-bottom-color: rgba(255,255,255,.9);
}

.mp-searchform-wrapper {
	float: right;
}

#searchform input.search-submit {
	background: transparent;
	box-shadow: 0 0 0 transparent;
		-webkit-box-shadow: 0 0 0 transparent;
	border: 0 none;
	color: rgba(0, 0, 0, 0.36);
	padding: .35em 0;
	font-size: 20px;
	float: right;
	margin-left: 0;
	margin-right: -3px;
	text-align: right;
	width: 10%;
}

.site-header #searchform  input.search-submit {
	color: rgba(255,255,255,.9);
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

.site-header ::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}

.site-header :-moz-placeholder {
	color: rgba(255,255,255,.5);
}

.site-header ::-moz-placeholder {
	color: rgba(255,255,255,.5);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

.site-header :-ms-input-placeholder {
	color: rgba(255,255,255,.5);
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.mp-textcenter {
	text-align: center;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	background-color: #15171c;
	color: #f4f1f4;
	margin-bottom: 24px;
	padding: 2px;
	text-align: center;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: .75em;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Separators */

.site-content span + .entry-author:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before {
	content: "\0020\002f\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	margin: 0 auto;
	max-width: 980px;
	position: relative;
}

.site-main {
	margin-top: 60px;
}

.main-content {
	background: rgba(255,255,255,.8);
	left: 0px;
	position: relative;
	top: 0px;
	width: 980px;
	z-index: 1000;
}

.mp-main-background {
	left: 0px;
	position: fixed;
	top: 0px;
	z-index: -1000;
}
.mp-main-background-img {
	height: auto;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	max-width: none;
}
body.admin-bar .mp-main-background-img {
	margin-top: 32px;
}


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

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	background: rgba(21,23,28,.9) url(images/header-pattern.png);
	display: none;
	left: 50%;
	height: 90%;
	height: -webkit-calc(100% - 60px);
	height: -moz-calc(100% - 60px);
	height: calc(100% - 60px);
	margin-left: -490px;
	max-width: 980px;
	outline: 0 none !important;
	position: fixed;
	top: 60px;
	width: 100%;
	z-index: 6000;
}
.admin-bar .site-header {
	height: 90%;
	height: -webkit-calc(100% - 92px);
	height: -moz-calc(100% - 92px);
	height: calc(100% - 92px);
	margin-top: 32px;
}


.mp-social-area a:hover {
	opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
}

.mp-social-area {
	float: left;
}

.mp-social-area,
.mp-social-area a {
	color: #537581;
}

.mp-social-area a:hover {
	color: #f4f1f4;
	text-shadow: 0px 0px 8px rgba(255,255,255,.6);
}

.mp-social-area a,
.mp-social-area a:hover,
.mp-social-area a span,
.mp-social-area a:hover span  {
	transition: all 0.1s ease-out;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
}

.header-main {
	padding: 0 20px 10px;
}

.jspScrollable .header-main {
	padding-right: 10px;
}

.mp-logo-image-link {
	float: left;
	margin-bottom: 40px;
}

.site-title {
	float: left;
	font-size: 2em;
	font-weight: 700;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

/* Header Bar */

.mp-header-bar {
	color: #f4f1f4;
	height: 60px;
	left: 50%;
	margin-left: -490px;
	padding: 11px;
	position: fixed;
	top: 0px;
	width: 980px;
	z-index: 6000;
}

.mp-header-bar.mp-header-active {
	padding-left: 20px;
}

.mp-header-bar,
.mp-header-bar.mp-header-active {
	transition: padding-left 0.3s ease-out;
		-webkit-transition: padding-left 0.3s ease-out;
		-moz-transition: padding-left 0.3s ease-out;
		-o-transition: padding-left 0.3s ease-out;
}

.mp-header-bar-front,
.mp-header-bar-back {
	background: #15171c;
	content: "";
	display: block;
	height: 60px;
	left: 50%;
	margin-left: -490px;
	position: absolute;
	top: 0px;
	width: 980px;
	z-index: 5990;
}

.mp-header-bar-back {
	background-color: rgba(21,23,28,.9);
	background-image: url(images/header-pattern.png);
	position: fixed;
	z-index: 5980;
}

.admin-bar .mp-header-bar-back,
.admin-bar .mp-header-bar {
	top: 32px;
}

.mp-header-bar i.fa {
	cursor: pointer;
	float: right;
	font-size: 42px;
	line-height: 38px;
	margin-top: 1px;
}

.mp-header-bar.mp-header-active i.fa {
	font-size: 35px;
	margin-right: 3px;
}

.mp-header-bar i.fa:hover {
	outline: 0;
	opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
}

.mp-header-bar i.fa:active {
	margin-top: 2px;
}

.mp-header-bar i.fa,
.mp-header-bar i.fa:hover {
	transition: all 0.15s ease-out;
		-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		-o-transition: all 0.15s ease-out;
}

/* Social Icons Area */

.mp-social-area {
	cursor: default;
	display: block;
	float: left;
	font-size: 20px;
	height: auto;
	margin-top: 2px;
	z-index: -990;
}

.mp-social-area p {
	margin: 0;
}

.mp-social-area .fa {
	margin-right: 8px;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.primary-navigation {
	margin-top: 80px;
}

.mp-menu-title {
	border-bottom: rgba(255,255,255,.22) 1px solid;
	color: #a4a2a5;
	font-size: 14px;
	margin-bottom: .5em;
	position: relative;
	text-transform: lowercase;
}

ul.nav-menu,
ul.nav-menu ul,
div.nav-menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

ul.nav-menu {
	margin: 0 -20px 0;
	width: 980px;
}

.nav-menu li {
	color: #f4f1f4;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: 1.1em;
	margin: 0;
	position: relative;
	text-transform: uppercase;
}

.nav-menu > li > a {
	border-left: .2em solid rgba(255,255,255,.15);
	padding-bottom: .025em;
}

.nav-menu > li:hover {
	background-color: rgba(255,255,255,.1);
}

.nav-menu > li,
.nav-menu > li:hover {
	transition: background-color 0.1s ease-out;
		-webkit-transition: background-color 0.1s ease-out;
		-moz-transition: background-color 0.1s ease-out;
		-o-transition: background-color 0.1s ease-out;
}

.nav-menu li a {
	color: #f4f1f4;
	line-height: 1.4em;
	padding: 0 .2em;
	position: relative;
	width: 100%;
}

.nav-menu li a:hover {
	opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
}

/* Submenu */

.nav-menu .current-menu-ancestor ul,
.nav-menu .current_page_item ul,
.nav-menu .current_page_parent ul,
.nav-menu .current_page_ancestor ul {
	display: block;
}

ul.nav-menu > li > ul,
div.nav-menu > ul > li > ul {
	border-top: 3px solid rgba(255,255,255,.15);
	display: none;
	margin: -1px auto 1px;
	padding: 17px 0 25px 22px;
}

ul.nav-menu ul ul,
div.nav-menu ul ul ul {
	margin: 0 0 20px 30px;
}

ul.nav-menu ul li,
div.nav-menu ul ul li {
	float: left;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-right: 2.5%;
	text-transform: none;
	width: 22.5%;
}

ul.nav-menu ul li a,
div.nav-menu ul ul li a {
	padding: 0 .6em;
}

ul.nav-menu ul ul li,
div.nav-menu ul ul ul li {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5em;
	margin-bottom: 0;
	text-transform: none;
}

ul.nav-menu ul a:hover,
ul.nav-menu .sub-menu .current-menu-item > a,
div.nav-menu ul ul a:hover,
div.nav-menu .page_item_has_children .current_page_item > a {
	opacity: .5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
}

.mp-has-children-plus {
	cursor: pointer;
	color: rgba(255,255,255,.6);
	font-size: 1.25em;
	line-height: 1em;
	position: absolute;
	right: .25em;
	text-align: right;
	top: .05em;
	z-index: 100;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.site-content .hentry {
	margin: 0 auto;
}

.blog .main-content {
	background: transparent;
}

.blog .site-content article.post {
	background: rgba(255,255,255,.8);
}

.site-content .hentry.post.format-standard:not(.mp-thumbnail-white-txt):first-child .entry-header {
	margin-top: 1.5em !important;
	-webkit-clip-path: none;
	clip-path: none;
	 -webkit-mask: none;
}

.site-content footer.entry-meta,
.mp-before-entry-content {
	margin: 0 auto 3em;
	max-width: 751px;
	padding: 0 20px;
}

.mp-after-entry-content {
	margin: 0 auto;
	max-width: 751px;
	padding: 0 20px;
}

.format-audio .mp-before-entry-content,
.format-video .mp-before-entry-content,
.format-gallery .mp-before-entry-content,
.format-image .mp-before-entry-content {
	padding: 0;
}

.format-aside .mp-before-entry-content {
	margin-bottom: 0;
}

.site-content .hentry .entry-summary,
.site-content .hentry .entry-content {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px;
}

.site-content .hentry .entry-content p {
	font-size: 17px;
	line-height: 1.7em;
}

.search .site-content .hentry .entry-summary,
.archive .site-content .hentry .entry-content,
.single-post .site-content .hentry .entry-content,
.blog .site-content .hentry .entry-content {
	max-width: 751px;
}

.single-format-aside .site-content .hentry .entry-header .entry-content,
.blog .site-content .hentry .entry-header .entry-content {
	border-bottom: .45em solid #fff;
	padding: 0;
	margin-bottom: 1em;
}

.single-post .site-content .hentry .entry-header .entry-content p,
.blog .site-content .hentry .entry-header .entry-content p {
	font-size: 21px;
	font-weight: 300;
	line-height: 1.5em;
}

.blog .site-content .hentry .entry-header .entry-content p:last-child {
	margin-bottom: .6em;
}

.page-content {
	margin-bottom: 48px;
}

.search-no-results .page-content,
.error404 .page-content {
	margin: 0 auto;
	max-width: 751px;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	margin: 1.5em 0 2em;
	position: relative;
	padding: 0px 20px;
	z-index: 1;
}
	.page .entry-header {
		margin-top: -35px;
	}

	.blog .site-content > .entry-header {
		margin: -35px 0 0;
	}

	.has-post-thumbnail .entry-header {
		margin-top: 0px;
		padding: 0px;
	}

.entry-header img {
	width: 100%;
}

.blog .has-post-thumbnail .entry-header {
	margin-bottom: 0;
}

.format-aside.has-post-thumbnail .entry-header {
	margin: 0;
}

.format-audio .entry-header {
	margin: 0px auto 1.5em;
	padding: 0;
}
.format-gallery .entry-header {
	margin: 0px auto;
}
.single-post .format-video .entry-header {
	margin: 0px auto;
	padding: 0;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
	.single-post .format-audio .entry-header iframe,
	.single-post .format-video .entry-header iframe {
		display: block;
		margin-bottom: 0;
	}

.mp-video-wrapper {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.mp-video-wrapper iframe,
.mp-video-wrapper object,
.mp-video-wrapper embed,
.format-video .entry-header iframe,
.format-video .entry-header object,
.format-video .entry-header embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.format-image.has-post-thumbnail .entry-header {
	margin: 0;
}

.single .site-content .entry-title,
.blog .site-content .entry-title {
	border-bottom: .17em solid #2b2b2b;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: .9em;
	margin: 0 0 .1em 0;
	padding-bottom: .1em;
	text-transform: uppercase;
}
	.single .mp-thumbnail-white-txt .mp-post-quote-text,
	.single .mp-thumbnail-white-txt .entry-title,
	.blog .mp-thumbnail-white-txt .mp-post-quote-text,
	.blog .mp-thumbnail-white-txt .entry-title {
		border-bottom-color: #fff;
	}
	.entry-title.mp-alignleft {
		text-align: left;
	}
	.entry-title.mp-aligncenter {
		text-align: center;
	}
	.entry-title.mp-alignright {
		text-align: right;
	}

.entry-title.mp-alignleft {
	margin-top: -.45em;
}

.site-content .entry-title a {
	color: #2b2b2b;
	margin-left: -.03em;
}
	.mp-thumbnail-white-txt .entry-header .mp-post-quote-text,
	.mp-thumbnail-white-txt .entry-header .mp-post-quote-text a,
	.mp-thumbnail-white-txt .entry-header .entry-content,
	.mp-thumbnail-white-txt .entry-header .entry-content a,
	.mp-thumbnail-white-txt .entry-title,
	.mp-thumbnail-white-txt .entry-title a {
		color: #fff;
	}

.mp-thumbnail-overlay {
	background: rgba(0,0,0,.4);
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.mp-thumbnail-zoom {
	color: #f4f1f4;
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	left: 20px;
	top: 18px;
	z-index: 100;
}

.site-content .hentry .mp-entry-header-wrapper {
	margin: 0 auto;
	max-width: 751px;
	padding: 0 20px;
}

.site-content .hentry.has-post-thumbnail .mp-entry-header-wrapper {
	bottom: 25px;
	left: 50%;
	margin-left: -375px;
	padding: 0 20px;
	position: absolute;
	width: 751px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.mp-alt-entry-meta,
.entry-meta {
	clear: both;
	color: #2b2b2b;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.3333333333;
	text-align: right;
	text-transform: uppercase;
}

.mp-alt-entry-meta a,
.entry-meta a {
	color: #2b2b2b;
}
	.mp-thumbnail-white-txt header .entry-meta,
	.mp-thumbnail-white-txt header .entry-meta a {
		color: #fff;
	}

.sticky .entry-date {
	display: none;
}

.cat-links {
	float: left;
	font-weight: 600;
	text-transform: uppercase;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	margin-bottom: 8px;
}

.site-content .mp-alt-entry-meta {
	margin-bottom: 4em;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
}

/* Tag links style */

.entry-meta .tag-links {
	font-weight: normal;
	text-transform: none;
}

.mp-tag-links-title {
	font-size: .875em;
}

.entry-meta .tag-links,
.entry-meta .tag-links a {
	color: #848488;
}

/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	padding: 12px 10px 0;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content sc:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.entry-content .mp-alt-entry-meta .edit-link {
	clear: inherit;
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;	
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 600;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.4.1 Before Entry Content
 * -----------------------------------------------------------------------------
 */

.mp-before-entry-content {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.mp-entry-share {
	cursor: default;
}

.mp-entry-share-title {
	font-size: 16px;
	font-weight: 600;
}

.mp-entry-share,
.mp-entry-share a {
	color: #848488;
}

.mp-entry-share a {
	display: inline-block;
	font-size: 18px;
	height: 18px;
	margin-left: .25em;
	text-align: center;
	width: 18px;
}

.mp-entry-share a:hover {
	opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
}

.mp-entry-share a,
.mp-entry-share a:hover {
	transition: color 0.1s ease-out;
		-webkit-transition: color 0.1s ease-out;
		-moz-transition: color 0.1s ease-out;
		-o-transition: color 0.1s ease-out;
}

.mp-entry-share-stumbleupon:hover {
	color: #eb4923;
}
.mp-entry-share-facebook:hover {
	color: #3b5998;
}
.mp-entry-share-google-plus:hover {
	color: #d44032;
}
.mp-entry-share-pinterest:hover {
	color: #cb2027;
}
.mp-entry-share-reddit:hover {
	color: #000;
}
.mp-entry-share-tumblr:hover {
	color: #2c4762;
}
.mp-entry-share-twitter:hover {
	color: #55acee;
}
.mp-entry-share-email:hover {
	color: #18409f;
}



/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	border-bottom: 2px solid rgba(0,0,0,.1);
	border-top: 2px solid rgba(0,0,0,.1);
	margin: 2.25em;
	padding: 2.25em;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-item a:hover {
	opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-item .gallery-caption,
.gallery-item:hover .gallery-caption {
	transition: opacity 0.1s ease-out;
		-webkit-transition: opacity 0.1s ease-out;
		-moz-transition: opacity 0.1s ease-out;
		-o-transition: opacity 0.1s ease-out;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}

.site-content .format-link .entry-title {
	position: relative;
}

.site-content .format-link .entry-title {
	padding-right: .75em;
}

.site-content .format-link .entry-title:before {
	content: "\f08e";
	font-size: .75em;
	right: -.1em;
	line-height: 1em;
	position: absolute;
	top: .2em;
}

.mp-post-quote-text {
	border-bottom: .45em solid #15171c;
	margin-bottom: .5em;
	position: relative;
}

.mp-post-quote-text:before {
	content: "\f10d";
	font-size: 1em;
	left: -1.25em;
	line-height: 1em;
	position: absolute;
	top: .1em;
}

.mp-post-quote-text h1 {
	line-height: 1.25em;
	font-size: 30px;
	font-weight: 300;
	margin-left: -2px;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.image-navigation {
	display: inline-block;
}

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	float: right;
	font-size: 15px;
	hyphens:         auto;
	word-wrap: break-word;
}

.image-navigation .nav-links {
	float: none;
}

.nav-links a {
	color: #b1afb3;
}

.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.more-link {
	text-decoration: none;
	text-transform: uppercase;
	font-size: .875em;
	letter-spacing: .05em;
}
.more-link .meta-nav {
	margin-left: .25em;
}

.more-link .fa {
	font-size: 14px;
}

.image-navigation .meta-nav,
.post-navigation .meta-nav {
	font-weight: 600;
	text-transform: uppercase;
}

.meta-nav-next {
	margin-left: 2.5em;
}

.image-navigation .meta-nav .fa,
.post-navigation .meta-nav .fa {
	font-weight: normal;
	font-size: 32px;
	line-height: .45em;
}

.image-navigation .meta-nav .fa-angle-left,
.post-navigation .meta-nav .fa-angle-left {
	float: left;
	margin: .125em .175em 0px 0px;
}

.image-navigation .meta-nav .fa-angle-right,
.post-navigation .meta-nav .fa-angle-right {
	float: right;
	margin: .125em 0px 0px .175em;
}



/* Paging Navigation */

.paging-navigation {
	color: #;
	letter-spacing: .05em;
}

.paging-navigation {
	background: #15171c;
	border-bottom: 4px solid rgba(255, 255, 255, 0.05);
}

.pagination {
	color: #888;
}

.pagination a {
	color: #fff;
}

.paging-navigation .loop-pagination {
	text-align: center;
	position: relative;
}

.paging-navigation .page-numbers {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-right: 1px;
	padding: 1.5em 6px 1.5em;
	position: relative;
	text-transform: uppercase;
}

.paging-navigation .page-numbers:hover,
.paging-navigation .page-numbers.current {
	background: rgba(255,255,255,.05);
}

.prev.page-numbers,
.next.page-numbers {
	margin: 0;
	position: absolute;
	top: 0px;
}

.prev.page-numbers {
	left: 0px;
}

.next.page-numbers {
	right: 0px;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-title {
	text-align: left;
}

.attachment .site-content {
	text-align: center;
}

.attachment .comments-area {
	text-align: left;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}

.entry-attachment a[rel=attachment] img {
	border:1px solid #15171c;
	padding: 1px;
	width: auto;
}

.entry-attachment .entry-caption {
	text-align: center;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title,
.page-title {
	font-size: 2em;
	font-weight: 800;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.archive-title span,
.page-title span {
	color: #888;
	font-size: .75em;
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	text-align: center;
	text-transform: lowercase;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.search-no-results .page-header .fa,
.error404 .page-header .fa {
	display: block;
	font-size: 15em;
	margin: 0 auto;
	text-align: center;
}

.search-no-results .page-content .search-form,
.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */



/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */



/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 140px auto;
	max-width: 751px;
	padding: 0 20px;
}

.comments-title,
.comment-reply-title {
	font-size: 3em;
	line-height: 1em;
	margin: 0;
	text-transform: uppercase;
}

.comments-title {
	border-top: 7px solid rgba(0,0,0,.2);
	padding-top: .5em;
}

.mp-comments-subtitle {
	color: #848488;
	font-size: 1.5em;
	font-weight: 300;
}

.comment-list {
	list-style: none;
	margin: 0 0 7em 0;
	font-size: 15px;
}

.comment-author {
	color: rgba(0,0,0,.6);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7142857142;
	text-transform: uppercase;
}

.comment-meta {
	border-bottom: 2px solid rgba(0,0,0,.3);
	margin-bottom: .75em;
	padding-bottom: 1em;
}

.comment-body {
	max-width: 645px;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-metadata time:after {
	color: #bbb;
	content: "\f0c1";
	font-size: 12px;
	margin: 0px 0px 0px 2px;
	position: relative;
	top: -1px;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid #15171c;
	height: 48px;
	padding: 1px;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
}

.bypostauthor > article .fn:after {
	content: "\f006";
	font-size: 14px;
	margin: 0px 0px 0px 4px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-metadata {
	padding-left: 58px;
}

.comment-list .reply {
	text-align: right;
}

.comment-content {
	text-align: justify;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:after {
	content: "\f040";
	font-size: 12px;
	margin: 0px 0px 1px 4px;
}

.comment-reply-link,
.comment-reply-login {
	letter-spacing: .05em;
}

.comment-reply-link:after,
.comment-reply-login:after {
	content: "\f112";
	font-size: 14px;
	margin-left: 4px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 10%;
}

.comment-list .children .comment-meta {
	border-bottom-color: #c4c6ca;
}


.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
	font-size: .75em;
	font-weight: 300;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

.comment-respond label {
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	max-width: 284px;
}

.comment-form-comment,
.form-allowed-tags {
	max-width: 527px;
}


/**
 * 6.15 Shortcodes
 * -----------------------------------------------------------------------------
 */

.mp-sc-heading-wrapper {
	background: #15171c;
	color: #fff;
	display: inline-block;
	margin: 0 -20px 34px;
	padding: 4em 20px 4.25em;
	position: relative;
	text-align: center;
	width: 980px;
}
	.blog .mp-sc-heading-wrapper {
		margin-bottom: 0;
	}

.mp-sc-heading-line {
	left: 0;
	position: absolute;
}

.mp-sc-heading-line-top {
	top: -28px;
}

.mp-sc-heading-line-bottom {
	bottom: -28px;
}

.mp-sc-heading-wrapper.mp-angled:before {
	border-color: transparent;
	border-left-color: #15171c;
}

.mp-sc-heading-wrapper.mp-angled:after {
	border-color: transparent;
	border-right-color: #15171c;
	border-width: 0 980px 34px 0;
	margin-top: -146px;
	z-index: -1000;
}

.mp-sc-heading {
	border-bottom: 0 none !important;
	font-size: 56px;
	letter-spacing: -.025em;
	line-height: 1em;
	margin: 0 0 .15em;
	position: relative;
	text-transform: uppercase;
}

.mp-sc-heading:before {
	background-color: rgba(255,255,255,.1);
	content: "";
	display: block;
	height: 2px;
	left: 0px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.mp-sc-heading span {
	background-color: #15171c;
	padding: 0 .2em;
	position: relative;
}

.mp-sc-subheading {
	color: #888;
	font-family: Merriweather, Georgia, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	position: relative;
	text-transform: lowercase;
}


/**
 * 6.16 Maps
 * -----------------------------------------------------------------------------
 */

.mp-gmap {
	height: 500px;
	margin: 0 -20px;
	width: 980px;
}




/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

 .mp-sidebar-area {
 	margin: 5em auto;
 	max-width: 240px;
 	text-align: left;
 }

.mp-blog-sidebar aside:last-child,
.primary-sidebar aside:last-child {
	margin-bottom: 0;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 13px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 40px;
	width: 100%;
	word-wrap: break-word;
}

.widget_text .fa {
	font-size: 1.1em;
	margin-right: .1em;
	width: 1.1em;
}

.widget a {
	color: #fff;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.site-header .widget input,
.site-header .widget textarea {
	background: rgba(0,0,0,.2);
	border: 2px solid rgba(255,255,255,.36);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:hover,
.widget textarea:hover,
.widget input:focus,
.widget textarea:focus {
	border-color: #f4f1f4;
}

.widget input,
.widget textarea,
.widget input:hover,
.widget textarea:hover,
.widget input:focus,
.widget textarea:focus {
	transition: border-color 0.1s ease-out;
		-webkit-transition: border-color 0.1s ease-out;
		-moz-transition: border-color 0.1s ease-out;
		-o-transition: border-color 0.1s ease-out;
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #f4f1f4;
	color: #15171c;
	border: 2px solid #f4f1f4;
	font-size: 12px;
	padding: 0px 11px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #15171c;
	color: #f4f1f4;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title,
.widget .widget-title a {
	border-bottom: 2px solid rgba(255,255,255,.7);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: .2em;
	position: relative;
	text-transform: uppercase;
}

.widget .widget-title {
	margin: 0 0 .75em;
}

.widget .widget-title a {
	border-bottom: 0 none;
}

/* Calendar Widget*/

.widget_calendar table {
	color: #f4f1f4;
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #888;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

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

.widget_calendar tbody {
	color: #888;
}

.widget_calendar tbody a {
	background-color: #f4f1f4;
	color: #15171c;
	display: block;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}


/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	color: #888;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -.05em;
	position: relative;
}

.widget_archive li a,
.widget_categories li a,
.widget_links li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_recent_comments li a,
.widget_recent_entries li a {
	color: #f4f1f4;
	display: block;
	padding: 4px 0 5px;
}

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

/* Recent Posts Widget */

.widget_recent_entries -date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

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

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments .recentcomments {
	font-weight: 300;
	letter-spacing: 0;
}

.widget_recent_comments .recentcomments a {
	font-weight: bold;
	letter-spacing: -.05em;
	text-transform: uppercase;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #24890d;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #508d8b;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 600;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a {
	color: #fff;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer {
	background-color: #15171c;
	color: #888;
	font-size: 13px;
	font-weight: 300;
	padding: 3em 0;
	position: relative;
	z-index: 3;
}

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

.site-info {
	border-top: 2px solid rgba(255, 255, 255, 0.02);
	font-size: 11px;
	margin: 1em 15px 0;
	padding-top: 3em;
	text-align: center;
}

.site-info p {
	margin: 0;
}

.site-info .fa {
	padding-right: .2em;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}


/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}


/* Slider */

.mp_over_slider {
	display: inline-block;
	position: relative;
	z-index: 5100;
}

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #24890d;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}

.vc_col-sm-12 .wpb_revslider_element {
	margin: 0 -20px;
	width: 980px;
}

.tp-bullets.custom .bullet {
	background: rgba(0, 0, 0, 0.25);
	cursor: pointer;
	width: 8px;
	height: 8px;
	display: block;
	padding: 0;
	float: left;
	margin: 4px;
	border-radius: 100%;
		-webkit-border-radius: 100%;
}

.tp-bullets.custom .bullet.selected {
	background: rgba(0,0,0,.8);
}



/**
 * 10.0 Plugins
 * -----------------------------------------------------------------------------
 */

/* Visual Composer */

.ml-full-width-column.vc_row {
	width: 980px;
	margin-left: -20px;
}

.ml-full-width-column.vc_row > .vc_col-sm-12 {
	padding: 0;
}

.vc_call_to_action h2.wpb_heading {
	font-size: 3em;
	margin-bottom: .1em;
}
	.vc_call_to_action h2.wpb_heading span {
		opacity: .6;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
			filter: alpha(opacity=60);
	}

.vc_call_to_action h4.wpb_heading {
	color: #646464;
	font-size: 1.5em;
	font-weight: 300;
}

.vc_call_to_action .vc_btn {
	border-radius: 3px;
		-webkit-border-radius: 3px;
		background-clip: padding-box;
}
	.vc_call_to_action .vc_btn .vc_btn_black {
		background-color: #15171c;
	}

.site-content .vc_progress_bar .vc_single_bar {
	background-color: #fff;
	box-shadow: 0 0 0 transparent;
		-webkit-box-shadow: 0 0 0 transparent;
	border-radius: 0px;
		-webkit-border-radius: 0px;
}

.site-content .vc_progress_bar .vc_single_bar .vc_bar {
	background-image: url(images/input-pattern-inverted.png);
	border-radius: 0px;
		-webkit-border-radius: 0px;
}

.site-content .vc_progress_bar .vc_single_bar .vc_bar:after {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 0 26px 10px;
	content: "";
	height: 0;
	position: absolute;
	top: 0px;
	right: 0;
	width: 0;
}

.site-content .vc_progress_bar .vc_single_bar .vc_label {
	font-size: .75em;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
	padding: 0.35em .65em .25em;
	min-width: 10px;
}

.entry-content .wpb_image_grid .wpb_image_grid_ul .isotope-item {
	margin: 0 3px 3px 0;
}

.entry-content .wpb_image_grid .wpb_image_grid_ul img {
	 max-width: none; 
}

 
 /* Essential Grid */

.esg-overflowtrick.mp-esg-force-fullboxwidth {
	margin-left: -20px;
	width: 980px;
	z-index: 100;
}

.esg-entry-media-wrapper {
	height: 101.1% !important;
}

.esg-grid ul.mainul li.eg-clients-megapholio-wrapper:nth-child(3n) {
	border-right-width: 0;
}

.esg-grid ul.mainul li.eg-clients-megapholio-wrapper:last-child {
	border-right-width: 0;
}

.esg-grid ul.mainul li.eg-clients-megapholio-wrapper:nth-last-child( -n+3) {
	border-bottom-width: 0;
}


/* Contact Form 7 */
.site-content .hentry .entry-content .wpcf7-form p {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
}

.wpcf7-form-control-wrap {
	display: inline-block;
	margin: .25em 0 1.25em 0;
	width: 100%;
}

input.wpcf7-submit {
	margin: 1em auto;
	float: none;
	display: block;
	border-radius: 2px;
	padding: .9em 3.5em;
	font-size: 19px;
}

/* prettyPhoto */
.pp_description {
	text-transform: uppercase;
}


/* Ultimate Posts Widget */
.widget_ultimate_posts {
	color: #f4f1f4;
}

.widget_ultimate_posts .hfeed {
	margin-top: 1em;
}

.widget_ultimate_posts header {
	float: left;
	margin-bottom: .5em;
}

.widget_ultimate_posts .upw-posts .entry-image {
	float: left;
	margin-bottom: 0;
}

.widget_ultimate_posts .entry-image img {
	border: 1px solid #313338;
	float: left;
	padding: 1px;
	width: 56px;
}

.widget_ultimate_posts .entry-image a:hover img {
	border-color: #f4f1f4
}

.widget_ultimate_posts .entry-title {
	clear: none;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: .5em 0 0 .5em;
	text-transform: uppercase;
	width: 50%;
}

.widget_ultimate_posts .upw-posts .entry-title a:hover {
	text-decoration: none;
}

.widget_ultimate_posts .upw-posts .entry-meta {
	clear: none;
	font-size: 11px;
	float: left;
	max-width: 76%;
	margin: 0 0 0 .5em;
	text-align: left;
}

.widget_ultimate_posts .entry-summary {
	color: #888;
	float: left;
	font-size: 13px;
}

.widget_ultimate_posts .entry-summary .more-link:after {
	content: "\f061";
	font-weight: normal;
	font-size: 11px;
	line-height: 1em;
	padding-left: .4em;
}

.widget_ultimate_posts .entry-categories strong,
.widget_ultimate_posts .entry-tags strong {
	font-size: .9375em;
	font-weight: normal;
	text-transform: uppercase;
}

.widget_ultimate_posts .upw-posts article {
	border-bottom: 1px solid rgba(255,255,255,.17);
	margin-bottom: 1em;
	padding-bottom: 0;
	text-align: left;
}

/* jScrollPane */

.jspVerticalBar {
	background: transparent;
	width: 6px;
}

.jspTrack {
	background-color: rgba(255,255,255,.25);
}

.jspDrag {
	background-color: rgba(255,255,255,.4);
}

/* WP Instagram Widget */
.widget .instagram-pics li {
	float: left;
	margin-bottom: 7px;
	margin-right: 2%;
	width: 23.5%;
}
.widget .instagram-pics li:nth-child(4n) {
	margin-right: 0;
}

.widget .instagram-pics li img {
	border: 1px solid #888;
	padding: 1px;
}

/* Recent Tweets Widget */

.tp_recent_tweets li {
	background-image: none;
	font-size: 13px;
}

.tp_recent_tweets li a {
	font-weight: inherit;
}


/**
 * 11.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}


/**
 * 12.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 1320px) {
	.site {
		max-width: 825px;
	}
	.mp-sc-heading-wrapper,
	.esg-overflowtrick.mp-esg-force-fullboxwidth,
	.ml-full-width-column.vc_row,
	.vc_col-sm-12 .wpb_revslider_element,
	ul.nav-menu,
	.mp-gmap {
		margin: 0 -15px;
		max-width: 825px;
	}
	.main-content {
		max-width: 825px;
	}
	.mp-header-bar,
	.mp-header-bar-front,
	.mp-header-bar-back {
		max-width: 825px;
		margin-left: -412.5px;
	}
	.site-header {
		margin-left: -412.5px;
		max-width: 825px;
		padding: 15px;
	}
	.mp-sc-heading-line {
		transform: rotate(.4deg);
			-ms-transform: rotate(.4deg);
			-webkit-transform: rotate(.4deg);
	}
	.site-content .hentry .entry-summary,
	.site-content .hentry .entry-content {
		padding: 0 15px;
	}
	.site-content footer.entry-meta,
	.mp-before-entry-content {
		padding: 0 15px;
	}
	.site-header:before,
	.site-header:after {
		border-right-width: 260px;
	}
	.mp-social-area {
		font-size: 15px;
	}
	.nav-menu li {
		font-size: 54px;
	}
	.site-content .format-link .entry-title:before {
		margin: 0 .5em .2em 0;
		position: static; 
	}
	.mp-post-quote-text:before {
		float: left;
		margin-bottom: .5em;
		position: static; 
	}
	.entry-header {
		padding: 0 15px;
	}
	.page .entry-header {
		margin-bottom: 60px;
		margin-top: -1px;
	}
	.site-content .hentry .entry-content p {
		font-size: 16px;
	}
	ul.nav-menu ul li,
	div.nav-menu ul ul li {
		width: 30.833333333%;
	}
}

@media screen and (max-width: 1023px) {
	.esg-grid ul.mainul li.eg-clients-megapholio-wrapper:nth-child(3n) {
		border-right-width: 1px;
	}
	.esg-grid ul.mainul li.eg-clients-megapholio-wrapper:nth-last-child( -n+3) {
		border-bottom-width: 1px;
	}
	.esg-grid ul.mainul li.eg-clients-megapholio-wrapper:nth-child(2n) {
		border-right-width: 0;
	}
	.esg-grid ul.mainul li.eg-clients-megapholio-wrapper:last-child {
		border-right-width: 0;
	}
	.esg-grid ul.mainul li.eg-clients-megapholio-wrapper:nth-last-child( -n+2) {
		border-bottom-width: 0;
	}
}

@media screen and (max-width: 1160px) {
	.site {
		max-width: 705px;
	}
	.mp-sc-heading-wrapper,
	.esg-overflowtrick.mp-esg-force-fullboxwidth,
	.ml-full-width-column.vc_row,
	.vc_col-sm-12 .wpb_revslider_element,
	ul.nav-menu,
	.mp-gmap {
		margin: 0 -10px;
		max-width: 705px;
	}
	.main-content {
		max-width: 705px;
	}
	.mp-header-bar,
	.mp-header-bar-front,
	.mp-header-bar-back {
		max-width: 705px;
		margin-left: -352.5px;
	}
	.site-header {
		margin-left: -352.5px;
		max-width: 705px;
		padding: 10px;
	}
	.mp-sc-heading-line {
		transform: rotate(.8deg);
			-ms-transform: rotate(.8deg);
			-webkit-transform: rotate(.8deg);
		width: 110%;
	}
	.mp-sc-heading-line-top {
		top: -24px;
	}
	.mp-sc-heading-line-bottom {
		bottom: -24px;
	}
	.site-content .hentry .entry-summary,
	.site-content .hentry .entry-content {
		padding: 0 10px;
	}
	.site-content footer.entry-meta,
	.mp-before-entry-content {
		padding: 0 10px;
	}
	.site-header:before,
	.site-header:after {
		border-right-width: 225px;
	}
	.mp-social-area {
		left: 235px;
	}
	.mp-contact-area {
		font-size: 10px;
		margin: 0 10px 0 0;
	}
	.mp-social-area {
		font-size: 13px;
	}
	.nav-menu li {
		font-size: 50px;
	}
	.site-content .format-link .entry-title:before {
		margin: 0 .5em .2em 0;
		position: static; 
	}
	.mp-post-quote-text:before {
		float: left;
		margin-bottom: .5em;
		position: static; 
	}
	.entry-header {
		padding: 0 10px;
	}
	.site-content .hentry .entry-content p {
		font-size: 15px;
	}
	.site-content .hentry.has-post-thumbnail .mp-entry-header-wrapper {
		margin-left: -352px;
		padding: 0 10px;
		width: 705px;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .mp-header-bar,
	.admin-bar .mp-header-bar-back {
		top: 46px;
	}
	.admin-bar .site-header {
		height: 90%;
		height: -webkit-calc(100% - 106px);
		height: -moz-calc(100% - 106px);
		height: calc(100% - 106px);
		margin-top: 46px;
	}
	html #wpadminbar {
		z-index: 6000!important;
	}
	h1,
	.mp-sc-heading {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3,
	.nav-menu li {
		font-size: 26px;
	}
	h4 {
		font-size: 23px;
	}
	h5 {
		font-size: 20px;
	}
	.mp-sc-heading span {
		background: transparent !important;
	}
	.mp-sc-heading:before {
		display: none;
	}
	.mp-social-area,
	.mp-searchform-wrapper {
		float: none;
	}
	.mp-has-children-plus {
		right: 1em;
	}
}

@media screen and (max-width: 728px) {
	#wpadminbar {
		position: fixed;
	}
	.site-main {
		max-width: 440px;
	}
	.mp-header-bar,
	.mp-header-bar-front,
	.mp-header-bar-back {
		max-width: 440px;
		margin-left: -220px;
	}
	.site-header {
		margin-left: -220px;
		max-width: 440px;
		padding: 10px;
	}
	.site-content .entry-title {
		font-size: 1em;
	}
	.site {
		max-width: 440px;
	}
	.mp-sc-heading-wrapper,
	.esg-overflowtrick.mp-esg-force-fullboxwidth,
	.ml-full-width-column.vc_row,
	.vc_col-sm-12 .wpb_revslider_element,
	ul.nav-menu,
	.mp-gmap {
		max-width: 440px;
	}
	.main-content {
		max-width: 440px;
	}
	.mp-sc-heading-line {
		transform: rotate(2.4deg);
			-ms-transform: rotate(2.4deg);
			-webkit-transform: rotate(2.4deg);
	}
	.mp-sc-heading-line-top {
		top: -18px;
	}
	.mp-sc-heading-line-bottom {
		bottom: -18px;
	}
	.site-content .hentry.has-post-thumbnail .mp-entry-header-wrapper {
		margin-left: -220px;
		padding: 0 10px;
		width: 440px;
	}
	.mp-alt-entry-meta,
	.entry-meta {
		display: none;
	}
	.site-content span + .entry-date:before {
		content: "\0020\0020\002f\0020";
	}
	.mp-post-quote-text:before,
	.mp-post-quote-text h1 {
		font-size: 1em;
	}
	.mp-post-quote-text p {
		font-size: 13px;
	}
	.blog .site-content .hentry .entry-header .entry-content p {
		font-size: 15px;
	}
	ul.nav-menu ul li,
	div.nav-menu ul ul li {
		width: 47.5%;
	}
}

@media screen and (max-width: 639px) {
	.esg-grid ul.mainul li.eg-clients-megapholio-wrapper {
		border-bottom-width: 1px !important;
		border-right-width: 0;
	}
	.esg-grid ul.mainul li.eg-clients-megapholio-wrapper:last-child {
		border-bottom-width: 0 !important;
	}
}

@media screen and (max-width: 460px) {
	.site,
	.site-main {
		max-width: 290px;
	}
	.mp-header-bar,
	.mp-header-bar-front,
	.mp-header-bar-back {
		max-width: 290px;
		margin-left: -145px;
	}
	.site-header {
		margin-left: -145px;
		max-width: 290px;
		padding: 10px;
	}
	.mp-sc-heading-wrapper,
	.esg-overflowtrick.mp-esg-force-fullboxwidth,
	.ml-full-width-column.vc_row,
	.vc_col-sm-12 .wpb_revslider_element,
	.mp-gmap {
		max-width: 290px;
	}
	ul.nav-menu {
		margin: 0 -20px;
		max-width: 280px;
	}
	.main-content {
		max-width: 290px;
	}
	.mp-sc-heading-line {
		transform: rotate(4.8deg);
			-ms-transform: rotate(4.8deg);
			-webkit-transform: rotate(4.8deg);
	}
	.site-content .hentry.has-post-thumbnail .mp-entry-header-wrapper {
		margin-left: -145px;
		padding: 0 10px;
		width: 290px;
	}
	.mp-alt-entry-meta,
	.entry-meta {
		text-align: left;
	}
	.site-content span + .entry-date:before {
		content: "\0020\0020\002f\0020";
	}
	.mp-post-quote-text:before,
	.mp-post-quote-text h1 {
		font-size: 1em;
	}
	.mp-post-quote-text p {
		font-size: 13px;
	}
	.blog .site-content .hentry .entry-header .entry-content p {
		font-size: 15px;
	}
	ul.nav-menu ul li,
	div.nav-menu ul ul li {
		float: none;
		margin-right: 0;
		width: 100%;
	}

}