/*
Theme Name: Massive Presence
Theme URI: http://underscores.me/
Author: Randel Uibo
Author URI: http://massivepresence.com
Description: Description
Version: 2.62
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: massivepresence
Tags:

Massive Presence is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {

	font-family: 'Open Sans Condensed', sans-serif;
	/* font-family: 'Roboto Condensed', sans-serif;*/
-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


html {
  box-sizing: border-box;
}

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



body {
  margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    word-wrap: break-word;
}

body { overflow-y: scroll; }

body {
overflow-x: hidden;
}

#wrapper {
overflow-y: visible;
overflow-x: visible;
}


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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}
address {
    font-style: normal;
}
b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
    vertical-align: bottom;
    max-width: 100%;
}


svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}


strong {
    font-weight: 700;
}

:focus {
    outline: none!important;
}

.fix:before, .fix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.fix:after {
    clear: both;
}

.fix:before, .fix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	width:100%;
	overflow: hidden;
	margin-bottom:1.677em;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html { font-size: 62.5%; }

body,
button,
input,
select,
textarea {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
    letter-spacing: 0px;
    color: #4C4C4C;
    color: rgba(0,0,0,0.75)
}



button,
input,
select,
textarea {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */ 
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
    color: #263238;
}




h1 {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    line-height:  1;
    margin: 0;
    text-rendering: optimizeLegibility;
}

h1.title-prominent {
    max-width: 300px;
    font-size: 42px;
    font-size: 4.2rem;
    word-wrap: initial;
    white-space: initial;
    line-height: 1.45;
	padding-left: 10px;
    padding-right: 10px;
}


h2.title-prominent {
    max-width: 500px;
    font-size: 36px;
    font-size: 3.6rem;
    word-wrap: initial;
    white-space: initial;
    line-height: 1.4;
	padding-left: 14px;
    padding-right: 14px;
}


.text-prominent {
	color: #fff;
    box-shadow: 14px 0 0 #820000,-14px 0 0 #820000;
	-webkit-box-shadow: 14px 0 0 #820000,-14px 0 0 #820000;
	background: #820000;
	display: inline;
	padding-top: 0px;
    padding-bottom: 0px;
	  -webkit-box-decoration-break: clone;
	  -ms-box-decoration-break: clone;
	  -o-box-decoration-break: clone;
	box-decoration-break: clone;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
	border-radius: 1px;

}



@media screen and (min-width:768px) {
	h1 {
		font-size: 42px;
		font-size: 4.2rem;
	}

	h1.title-prominent {
		max-width: 550px;
		font-size: 64px;
		font-size: 6.4rem;
    	line-height: 1.45;
	}

	h1 span.text-prominent {
		padding-top: 0px;
    	padding-bottom: 0px;
	}


}



h2
 {
	font-size: 32px;
	font-size: 3.2rem;
    letter-spacing: -0.5px;
	line-height: 1.15;
    text-rendering: optimizeLegibility;
}

h2.w-sub-title {
    margin-bottom: 5px;
}

h3
 {
	font-size: 24px;
	font-size: 2.4rem;
    letter-spacing: -0.2px;
    margin-top: 1em;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

h3.sub-title {
    margin-top: 0px;
}


h4 {
	font-size: 22px;
	font-size: 2.2rem;
    letter-spacing: -0.5px;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.3;
}


h5 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 1em;
    margin-bottom: 0.5em;
}


p {
	margin-bottom: 1.5em;
}

#main p, .entry p {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.5;
	font-family: "Georgia","Cambria","Times New Roman","Times",serif;
	color: #232F3C;
}


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

blockquote {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


body {
    background-color: #efeeeb;
}

blockquote, q {
    position: relative;
    padding: 0px 50px;
    font-style: italic;
    margin: 3em 0em;
	quotes: "" "";
}

blockquote p {
    font-size: 120%!important;
    margin-bottom: 0.5em;
}
blockquote address {
    font-size: 120%!important;
    margin-bottom: 0.5em;
}

blockquote footer {
    font-size: 120%!important;
    text-align: right;
    font-style: normal;
}

blockquote:before, q:before {
    content: "";
    color: #820000;
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}


hr {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    height: 0px;
    margin-bottom: 0;
    clear: left;
}

ul,
ol {
	margin: 0 0 .5em 0.5em;
	padding: .5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1em 1em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.pull-left {
float: left;
}

article {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background-color: #fff;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.col-full.boxshadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background-color: #fff;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #820000;
    text-decoration: none;
}

a:visited {
	color: #820000;
}

a:focus,
a:active {
	color: #820000;
}


a:hover:not(.pull-left) {
	color: #820000;
}


a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #820000;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    color: #820000;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding: .4em;
    text-shadow: none;
    height: 2.4em;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-navigation .nav-previous a, 
.posts-navigation .nav-previous a, 
.post-navigation .nav-previous a,
.comment-navigation .nav-next a, 
.posts-navigation .nav-next a, 
.post-navigation .nav-next a,
a.button {
    font-weight: 700;
    text-transform: uppercase;
    text-transform: none;
    border: 1px solid #820000;
    background: #820000;
    color: #fff!important;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
    padding: .6em 1em .6em;
    display: inline-block;
	height: 2.4em;
	font-family: Open Sans Condensed;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.comment-navigation .nav-previous a:hover, 
.posts-navigation .nav-previous a:hover, 
.post-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover, 
.posts-navigation .nav-next a:hover, 
.post-navigation .nav-next a:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.5;
}

a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	opacity: 0.7;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #820000;
	border: 1px solid #820000;
	border-radius: 0px;
   height: 2.4em;
    -webkit-appearance: none;
}


select {
    background: url(images/select-arrow.png) no-repeat center right;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.4em;
    border-radius: 3px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff;
	min-width: 200px;
}


select:focus {
    outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 0 0.4em;
}

textarea {
	width: 100%;
	padding: 0 0.4em;
	border: 1px solid #820000;
}


/*--------------------------------------------------------------
# Pages and sidebars
--------------------------------------------------------------*/

div#page {
    position: relative;
}

.col-full {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}


.col-boxed {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
 	overflow: visible;
}
.fullform {
    max-width: 100%!important;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1024px) {
.col-boxed {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0em;
    padding-right: 0em;
    margin-top: 2em;
    margin-bottom: 2em;
 	overflow: visible;
}
.fullform {
    max-width: 960px!important;
    margin-left: auto;
    margin-right: auto;
}
}




@media screen and (min-width: 1360px) {
.col-boxed {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0em;
    padding-right: 0em;
    margin-top: 2em;
    margin-bottom: 2em;
 	overflow: visible;
}

.fullform {
    max-width: 1024px!important;
    margin-left: auto;
    margin-right: auto;
}

}


@media screen and (min-width: 1600px) {
.col-boxed {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0em;
    padding-right: 0em;
    margin-top: 2em;
    margin-bottom: 2em;
	overflow: visible;
}

.fullform {
    max-width: 1200px!important;
    margin-left: auto;
    margin-right: auto;
}

}

.page-template-template-big-clean .col-boxed {
    margin-top: 0em;
}

div#massive_posts_navigation {
    margin: 0;
}

.archive .col-full {
    background-color: transparent;
}


.single .site-content {
    padding-top: 0em;
    background: transparent;
}

.search-no-results .site-content, 
.page .site-content,
.single .site-content {
    padding-top: 0em;
}



.sidebar-1 .content-area {
	float: right;
	margin: 0 0 0 -25%;
	width: 75%;
}
.sidebar-1.site-main {
	margin: 0 0 0 25%;
}
.sidebar-1 .site-content .widget-area {
	float: left;
	overflow: hidden;
	width: 25%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
nav.navigation.post-navigation {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
	margin-bottom: 50px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}

.nav-links .fa {
    font-size: 1.4rem;
}

.nav-links .nav-next .fa {
    margin: 0 0 0 5px;
}

.nav-links .nav-previous .fa {
    margin: 0 5px 0 0;
}

.nav-links .nav-next a {
-webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.nav-links .nav-previous a {
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0em;
	overflow: hidden;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.tags a {
    font-size: smaller;
    text-transform: uppercase;
}

.tags a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f02b";
    color: inherit;
    font-size: .857em;
    margin-top: 2px;
    speak: none;
    width: 1.5em;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 0em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


@media screen and (min-width:769px) {
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

}


.entry img.size-medium.alignleft,
.entry img.size-medium.alignright {
		width: 100%;
		height: auto;
		margin-bottom: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

@media screen and (min-width:769px) {
	.entry img.size-medium.alignleft,
	.entry img.size-medium.alignright {
		max-width: 50%;
		height: auto;
	}

}


.featherlight-next span, .featherlight-previous span {
    font-size: 40px!important;
    text-shadow: none!important;
    color: rgba(255, 255, 255, 0.24)!important;
}

.featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(0,0,0,0.5)!important;
}

.featherlight-next{
    top: 0!important;
    right: 0!important;
}

.featherlight-previous {
    top: 0!important;
    left: 0!important;
}

.featherlight .featherlight-content {
    overflow: hidden!important;
    background: #000!important;
    padding: 0!important;
    border-bottom: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

span.featherlight-close-icon.featherlight-close {
    font-size: 1.5em!important;
    line-height: 40px!important;
    width: 40px!important;
    color: #333!important;
}

/*--------------------------------------------------------------
## Call for action
--------------------------------------------------------------*/

section.call-for-action {
    background-color: #820000;
    padding-top: 1em;
    padding-bottom: 1em;
    /* margin-top: 3em; */
    /* margin-bottom: 3em; */
}

section.call-for-action h1, section.call-for-action h2, section.call-for-action h3, section.call-for-action h4, section.call-for-action p {
    color: #fff!important;
    font-family: 'Open Sans Condensed', sans-serif!important;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}


section.call-for-action a.button {
    color: #820000!important;
    background-color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 1em;
}

section.call-for-action li {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/



footer .site-info {
    text-align: center;
	line-height: 1.5;
	color:#333;
	vertical-align: top;
	padding: 25px 0;
}

footer .site-info {
    width: 100%;
    display: block;
}

@media screen and (min-width:769px) {

footer .site-info {
    width: 33%;
    display: inline-block;
}

}

footer .site-info h3 {
    text-align: center;
    line-height: 1;
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
    letter-spacing: -1px;
	text-transform: uppercase;
}

footer .site-info h2 {
    padding: 0.2em;
    margin: 0;
}

footer .site-info h2 {
    color: #820000;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: -1px;
}

.site-info a .fa {
    vertical-align: initial;
}



footer .social a .fa {
    width: 1.6em;
    padding: 6px;
    background-color: #820000;
    width: 1.8em;
    height: 1.8em;
    border-radius: 0;
    color: #fff;
    line-height: 1.3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 20px;
}

footer#colophon {
    padding:20px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (min-width: 1440px) {
	footer#colophon {
    padding:20px 0;
	}
}


footer a:hover {
opacity: 0.5;
}

.credits {
    position: absolute;
    bottom: 70px;
    right: 0;
    background-color: #333;
    padding: 3px;
    opacity: 0.3!important;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    z-index: 1;
}

.credits:hover {
    opacity: 0.7!important;
}

.credits img {
    width: 26px;
    height: auto;
}


del {
    text-decoration: line-through;
    color: #666;
    opacity: 0.8!important;
    font-size: 75%;
}


footer a.button {
    /* line-height: 1; */
    padding: .5em 1.2em .5em;
    height: auto!important;
}


/*--------------------------------------------------------------
## Gform
--------------------------------------------------------------*/

.gform_wrapper {
    overflow: inherit;
    margin-top: 0!important;
    margin-bottom: 0!important;
    max-width: 100%;
    background-color: #820000;
    padding: 1em;
}

.gform_wrapper .top_label input.large, 
.gform_wrapper .top_label select.large, 
.gform_wrapper .top_label textarea.textarea {
	width: 99.2% !important;
	padding: 10px 5px !important;
	margin-top: 0px;
	font-size: 20px;
}

.gform_wrapper h1, 
.gform_wrapper h2, 
.gform_wrapper h3 {
    font-weight: 700!important;
    color: #fff!important;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.gform_wrapper .gfield_html  {
    color: #fff!important;
}
.gform_wrapper .gfield_html li {
    font-weight: 700!important;
    color: #fff!important;
	font-size: 24px!important;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit] {
    font-size: 20px!important;
    background-color: #fff;
}


.gform_wrapper .top_label .gfield_label {
    margin: 0!important;
    font-weight: 700!important;
    margin-top: 1em!important;
    color: #fff;
}

.gform_wrapper span.gform_description {
font-weight: 300;
}

.gform_wrapper h3.gform_title {
font-weight: 500;
font-size: 32px;
}

.gform_widget .gform_wrapper .gform_footer {
padding: 0px!important;
margin: 0px!important;
}

.gform_wrapper input[type=submit] {
padding: 10px 15px !important;
}

.gform_wrapper .no_label label {
display: none!important;
}

.gform_wrapper input[type=text], 
.gform_wrapper input[type=url], 
.gform_wrapper input[type=email], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=number], 
.gform_wrapper input[type=password],
.gform_wrapper textarea {
    background-color: #fff;
    color: #333;
	outline-style: none;
	font-size: 20px!important;
	font-family: inherit;
	padding: 5px 2px 5px 2px;
	letter-spacing: normal;
}


.gform_wrapper input {
	padding: 10px 5px !important;
}

.gform_wrapper ul li.gsection {
    margin-bottom: 20px!important;
}

.gform_wrapper div.validation_error {
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	display: none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-left: 0px!important;
}

.gform_wrapper .validation_message {
    display: none;
}

body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, 
body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 49%!important;
}
body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0!important;
    padding-right: 16px!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    max-width: 100%!important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 1.6%!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 1em!important;
    color: rgb(255, 120, 120);
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: .375em!important;
}

.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    margin-bottom: 0em!important;
    padding: 0!important;
    border-top: 0px solid #C89797!important;
    border-bottom: 0px solid #C89797!important;
}

.gform_wrapper li.gfield_error input[type=email], 
.gform_wrapper li.gfield_error input[type=number], 
.gform_wrapper li.gfield_error input[type=password], 
.gform_wrapper li.gfield_error input[type=tel], 
.gform_wrapper li.gfield_error input[type=text], 
.gform_wrapper li.gfield_error input[type=url], 
.gform_wrapper li.gfield_error textarea {
    background-color: rgb(255, 120, 120);
}


.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #fff!important;
}

.gform_wrapper input.button {
    padding: 10px 20px !important;
}

.select2-container .select2-choice>.select2-chosen {
    height: 42px;
    line-height: 42px;
}

.select2-container .select2-choice {
    border: 1px solid rgba(51, 51, 51, 0.5);
}


#respond label {
	font-size: 20px;
	color: #777;
	width: 100px;
	display: inline-block;
}

.gform_wrapper label.gfield_label {
    margin-top: 15px;
    display: block;
    color: #fff;
}

.gform_wrapper textarea {
    width: 100%;
    font-size: 20px!important;
    width: 100%!important;
}

.gform_wrapper input.large {
    width: 100%;
}

body .gform_wrapper ul li.gfield.gfield_html img {
    max-width: 100%!important;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: .625em;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

.gform_wrapper  span.fetch-group {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.gform_wrapper button#Find {
    position: absolute;
    right: 0;
    height: 48px;
    background: #790000;
    color: #fff;
}

.gform_wrapper .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.gform_wrapper .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, 
body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half,
.gform_wrapper li.gfield.gf_right_half,
.gform_wrapper li.gfield.gf_left_half {
    width: 100%!important;
}


@media only screen and (min-width: 768px) {
body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, 
body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half,
.gform_wrapper li.gfield.gf_right_half,
.gform_wrapper li.gfield.gf_left_half {
    width: 49%!important;
}


.gform_wrapper .top_label li.gfield.gf_right_half {
padding-right: 0px!important;
}
}




.gform_wrapper .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto!important;
    height: 1%;
    border: 1px solid #ccc!important;
    background-color: #FFF;
    background-image: none!important;
    background-image: none!important;
    background-image: -moz-linear-gradient(#EEE 1%,#FFF 15%);
    background-image: -o-linear-gradient(#EEE 1%,#FFF 15%);
    background-image: none!important;
    cursor: text;
}

.gform_wrapper .chosen-container-multi ul.chosen-choices {
    border-radius: 3px;
    height: 2.4em!important;
}

.gform_wrapper .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 97.5%!important;
    margin-bottom: 10px;
}


.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 42px!important;
}	
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
    height: 42px!important;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
    position: relative!important;
    margin: 3px 0 3px 5px!important;
    padding: 10px 25px 10px 10px!important;
    line-height: 0.8em!important;
}
	
.gform_wrapper .chosen-container .chosen-results li {
    padding: 10px 6px!important;
    line-height: 1em!important;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 10px!important;
    border: 2px dashed #ddd;
    text-align: center;
    color: #AAA;
    margin-bottom: 10px;
    overflow: hidden;
    max-width: 97.5%!important;
}

.gform_drop_area .button {
    vertical-align: middle;
    float: none!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 6px!important;
}

.gform_wrapper .validation_message {
    color: #790000;
    font-weight: 300;
}

.gform_wrapper .validation_message ul {
    padding: 0;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, 
.gform_wrapper .gsection_description, .gform_wrapper .instruction {
    font-size: 100%!important;
    line-height: 1.5;
}

ul.gfield_radio label {
    color: #fff;
}

.ginput_container_date select {
    min-width: 90px!important;
    padding: 10px 5px !important;
    margin-top: 0px;
    font-size: 20px;
}
.gform_wrapper .gfield_required {
    color: #ffffff!important;
}

.gform_wrapper .gfield_checkbox li label, 
.gform_wrapper .gfield_radio li label {
    color: #fff;
    font-size: 20px!important;
}

.gfield_description {
    color: #fff;
}

.gform_wrapper .gfield_date_dropdown_day, 
.gform_wrapper .gfield_date_dropdown_month, 
.gform_wrapper .gfield_date_dropdown_year {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline!important;
    margin-right: 6px;
    /* overflow: hidden; */
}


.gform_footer {
    padding: 25px 0 50px!important;
    margin: 16px 0 0;
    clear: both;
    text-align: right;
}

@media only screen and (max-width: 641px) {
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.5!important;
    min-height: 2rem;
}
}



.gform_wrapper .clear-multi {
    display: block!important;
}

/* ------------------------------------------------------------
Cover page 
-------------------------------------------------------------- */


.article-cover {
	position: relative;
	overflow: hidden;
	height: 100%;
	background: #000;
	color: #fff;
	-webkit-overflow-scrolling: touch;
}

.article-cover, 
.single-format-audio .article-cover, 
.single-format-image .article-cover, 
.single-format-video .article-cover {
    height: 350px;
    height: 66.666666vh;
}

.article-cover__inner {
	position: relative;
	z-index: 3;
	height: 100%;
}

.article-cover__content {
    position: absolute;
    left: 0px;
    right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}



.single-format-audio .article-cover__content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0px;
    right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-overflow-scrolling: touch;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
	bottom: auto!important;
}



@media only screen and (min-width: 1024px) {
	.article-cover__content{
		max-width: 960px!important;
		margin-left: auto;
		margin-right: auto;
		width: 100%
	}

}


@media only screen and (min-width: 1360px) {
	.article-cover__content{
		max-width: 1024px!important;
		margin-left: auto;
		margin-right: auto;
		width: 100%
	}

}


@media only screen and (min-width: 1600px) {
	.article-cover__content{
		max-width: 1200px!important;
		margin-left: auto;
		margin-right: auto;
		width: 100%
	}

}



.article-cover__background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}


.article-cover__content .title {
	color: #fff!important;
}


.article-cover__content .post-meta {
	font-weight:300;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.75)!important;
    padding-left: 0px;
}


.article-cover__header {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
   padding: 0.75em 1em;
}

.article-cover__header h1 {
    color: #fff;
}


@media only screen and (min-width: 1024px) {
	.article-cover__content .article-cover__header {
   padding: 0.75em 0;
}

}

.article-cover__header h1 {
    margin-bottom: 10px!important;
    text-align: left!important;
}


.article-cover__header h1 i.fa {
    font-size: 0.9em;
    padding-right: 10px;
    height: 1.1em;
}


.article-cover__author img {
    width: 50px;
    height: auto;
    float: left;
	z-index: 0;
    border-radius: 50px!important;
    -moz-border-radius:50px!important;
    -webkit-border-radius: 50px!important;
}

.article-cover__author h3 {
    display: inline-block;
    float: left;
    opacity: 0.9;
    padding-left: 10px;
    line-height: 50px;
    margin: 0;
    color: #fff!important;
}

.article-cover__author h3 span {
	font-weight: 300!important;
    color: #fff!important;
}


.post-meta.article-cover__author h3{
    float: none;
}

.post-meta.article-cover__author img {
    float: none;
}

.article-cover__author .byline.meedia h3 {
    line-height: 0.8;
    margin: 0;
    padding: 0;
    padding-left: 8px;
    padding-top: 7px;
    color: #fff;
}

.article-cover__author .byline.meedia h3 span.entry-via,
.article-cover__author .byline.meedia h3 span.entry-date {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
	opacity: 0.8;
}

.article-cover__arrow {
	position: absolute;
	bottom: 30px;
	right: 0;
	z-index: 5;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	width: 100%;
	text-align: center;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa {
	text-align: center;
}

.fa-chevron-down:before {
	content: "\f078";
}


.article-cover__caption {
	position: absolute;
	bottom: 35px;
	right: 15px;
	color: white;
	z-index: 4;
	font-size: 14px;
	opacity: .5;
	width: 100%;
	text-align: right;
}

.article-cover__caption p {
	color: white;
	font-size: 14px;
	font-weight: normal;
}


/* MASONRY GRID
--------------------------------------------------------------------------------------------------------------------------*/


div#masonry-container {
	max-width: 100%;
    margin-top: 0.4em;
    margin-top: 0.4em;
    margin-right: 0em;
    margin-left: 0em;
    clear: both;
}


@media screen and (min-width: 650px) {

div#masonry-container {
	max-width: 100%;
    margin: .4em;
}

}

@media screen and (min-width: 1440px) {
	div#masonry-container {
		margin-right: 0;
		margin-left: 0;
	}
}

.masonry .item .post-header, 
.masonry .item .post-header a img {
  width:  100%;
  max-width:  100%;
  height: auto;
  box-sizing: content-box;	
}


.masonry .item .post-header a {
  max-width:  100%;
  height: auto;
  box-sizing: content-box;	
}



.masonry .item {
  max-width:  100%;
  border: 0px solid #fff;
  background-color: #fff;

}


.masonry .post-top {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
}



.masonry .post-header {
  max-width:  100%;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
    background-color: black;
}


.masonry a.link-container {
    display: block;
}

.masonry p.link {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.masonry .item_hover p.link {
 opacity: 0;
}

.masonry .post-header .meedia-format {
    position: absolute;
    padding: 10px;
    color: #fff;
    opacity: 0.9;
    background-color: #820000;
    top: 0;
    right: 0;
    width: 2em!important;
    height: 1.5em!important;
    line-height: 1.5em;
    text-align: center;
    z-index: 1;
    font-size: 0.7em;
}

.masonry .post-header .post-price,
.masonry .post-header .post-category {
    position: absolute;
	padding: 0.5em;
    color: #fff;
    opacity: 0.9;
    background-color: #820000;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    font-size: 16px;
    font-size: 1.6rem;
     width: auto!important;
	line-height: 1;
}


.masonry .post-header .post-price {
	font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;

}

.masonry .post-header .meedia-format.a,
.masonry .post-header .post-category a {
    color: #fff;
}



.masonry .post-header .post-title {
    max-width:  100%;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%; 
	padding-left: 0px;
	padding-right: 0px;
	-webkit-overflow-scrolling: touch;
	-moz-transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%); 
}


.masonry .post-header .post-title {
    max-width:  100%;
	position: absolute;
	width: 100%;
	text-align: left;
	top: inherit!important;
	bottom: 0; 
	padding-left: 0px;
	padding-right: 0px;
	-webkit-overflow-scrolling: touch;
	-moz-transform: translateY(0%); 
	-ms-transform: translateY(0%); 
	-webkit-transform: translateY(0%); 
	transform: translateY(0%); 
}

.masonry .post-header .post-title a  {
    color: #fff;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    filter: blur(0);
    -webkit-filter: blur(0);
}

.masonry .post-header .post-title h2  { 
    margin: 0;
    padding: 0 10px 0 10px; 
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    filter: blur(0);
    -webkit-filter: blur(0);
    margin-bottom: 0!important;
	text-transform: uppercase;
}



.masonry .post-header .post-title h2 {
    text-align: left!important;
    padding: 15px;
	color: #fff;
}

.masonry .post-header .post-title .entry-meta {
    font-size: 22px !important;
    line-height: 28px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    padding: 0px 0px 25px 15px !important;
    border-radius: 0px 0px 0px 0px !important;
    background-color: rgba(0,10,0,0) !important;
    z-index: 2 !important;
    display: block;
    margin-bottom: 14px;
}

.masonry .post-header .emptyline {
 	line-height: 1;
}

.masonry .entry-header {
    padding: 25px 25px 0px 25px;
    clear: both;
    overflow: hidden;
	height: auto;
    text-align: center;
}

.masonry .entry-header a h2 {
    color: #222 !important;
    padding: 0px;
    margin: 0px;
    clear: both;
    overflow: hidden;
	height: auto;
    text-align: center!important;
    margin-bottom: 0!important;
}

.masonry .entry-summary {
    color: #ededed !important;
    font-size: 18px;
    padding: 10px 15px;
    clear: both;
    word-break: break-word;
    word-wrap: break-word;
    overflow: hidden;
	height: auto;
    margin: 0;
}

.masonry .type-post .entry-summary {
    padding: 10px 15px;
}



.masonry .entry-summary h2.page-title {
    margin: 0.5em 0;
    text-transform: uppercase;
}

.masonry .entry-summary a p {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #4C4C4C;
	color: rgba(0,0,0,0.7)!important;

}


.masonry .entry-summary h3 {
    float: left;
    line-height: 50px;
	padding: 0;
    margin-left: 8px;
    margin-top: 7px;
    margin-bottom: 0;
    letter-spacing: -0.3px;
	white-space: nowrap;
    line-height: 0.8!important;
    opacity: 1;
}

.masonry .entry-summary a.byline {
    display: block;
    width: 100%;
    overflow: hidden;
}


.masonry .entry-summary span {
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
	opacity: 0.9;
}


.masonry .size-square-xsmall {
    width: 50px!important;
    height: auto;
    border-radius: 100px!important;
    -moz-border-radius: 100px!important;
    -webkit-border-radius: 100px!important;
    float: left;
}

.masonry .entry-action {
    color: #ededed !important;
    font-size: 22px;
    padding: 20px;
    line-height: 1.6;
    white-space:nowrap; 
    clear: both;
    overflow: hidden;
    text-align: center;
}

.masonry .entry-action a.button {
    text-transform: uppercase;
}


.masonry .hentry {
	margin: 0em;
}


.masonry .gutter-sizer {
    width: 1%;
}

.masonry .grid-sizer {
  width:  100%;
}


.masonry .item {
  width:  100%;
  height: auto;
  float: left;
  margin: 0;
}



@media screen and (min-width: 650px) {
.masonry .item,
.masonry .grid-sizer {
    width: 49.5%;
    height: auto;
  	margin: 0.4em 0;
}

}


@media screen and (min-width: 1024px) {
.masonry .item,
.masonry .grid-sizer {
  width:  32.66666666666667%;
  height: auto;
}

.home .masonry .item.double {
  width:  66.33333333333332%!important;
  height: auto;
}
	
}


@media screen and (min-width: 1600px) {
body:not(.post-type-archive-artist) .masonry.four-col .item,
body:not(.post-type-archive-artist) .masonry.four-col .grid-sizer {
  width:  32.66666666666667%;
  height: auto;
}
	
.home .masonry .item.double {
  width:  66.33333333333332%!important;
  height: auto;
}
	
}

@media screen and (min-width: 1600px) {
.masonry.supporter-grid .item,
.masonry.supporter-grid .grid-sizer {
  width:  24%;
  height: auto;
}
}

.masonry .item  {
  transition: background 0.4s, box-shadow 0.4s;
}


/* POST
--------------------------------------------------------------------------------------------------------------------------*/

.play-control {
    position: absolute;
    z-index: 8;
    padding: 0 20px;
    bottom: 25px;
    width: 200px;
    font-size: 30px;
    right: 0;
    margin: 0;
    padding: 0;
}

div#music-button,
div#play-button,
div#pause-button {
    width: auto;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    opacity: 0.5;
}

div#music-button:hover,
div#play-button:hover, 
div#pause-button:hover {
    opacity: 1;
}

div#music-button.active,
div#play-button.active, 
div#pause-button.active {
    opacity: 1;
}


.post-share-buttons .tip:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 38px;
    border-width: 7px 7px 0;
    border-style: solid;
    border-color: #820000 transparent;
    display: block;
    width: 0;
    box-sizing: initial;
}
.post-share-buttons .tip {
    font-size: 0.7em;
    color: #fff;
    background-color: #820000;
    padding: 5px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    margin: 10px 0;
    opacity: 0.3;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
}

.post-share-buttons {
    width: 100%;
    text-align: center;
    padding-top: 2em;
}


.post-share-buttons a {
    font-size: 24px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-bottom: 7px;
    margin-left: 0px;
}

.post-share-buttons a:hover {
 opacity: 0.5;
}



.post-share-buttons a .fa {
    padding: 5px;
    background-color: #820000;
    width: 1.7em;
    height: 1.7em;
    border-radius: 0;
    color: #fff;
    line-height: 1.3;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}


.related-posts {
    padding-top: 0px;
}

.masonry .artist-social {
    width: 100%;
	height: 50px;
    color: #820000;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: -1px;
    font-weight: 700;
    padding: 0 15px;
}

.masonry .business .open {
    width: 100%;
    height: 50px;
    color: #820000;
    font-size: 24px;
    font-size: 2.6rem;
    letter-spacing: -1px;
    font-weight: 700;
    padding: 9px 0;
}


.masonry .business .post-header .post-title h2 {
    padding: 0 15px;
}

.article-cover__content .artist-social {
    width: 100%;
    text-align: left;
}

.artist-social a {
    opacity: 1;
}

.artist-social a:hover {
    opacity: 0.8;
}

.article-cover__content .artist-social a .fa, 
.masonry .business a .fa {
    padding: 0px;
    width: 1.7em;
    height: 1.7em;
    color: #fff;
    line-height: 1.3;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.article-cover__content .artist-social a .fa,
.article-cover__content .artist-social.front a .fa {
    padding: 5px;
    background-color: transparent;
}


.artist-social a {
    font-size: 24px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
}



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

.twocol-one,
.threecol-one {
    margin-right: 0;
    padding-right: 0;
    width: 100%; 
}

.twocol-one.last,
.threecol-one.last {
    clear: both;
    margin-right: 0;
    border-left: 0px solid #333;
    padding-left: 0em;
    padding-right: 0;
}


@media only screen and (min-width: 768px) {

.twocol-one {
    width: 50%!important;
}

.threecol-one {
    width: 50%!important;
}

.threecol-one,
.twocol-one {
    float: left;
    padding-right: 2em;
    margin-bottom: 2em;
    position: relative;
    padding-left: 0;
}

.twocol-one.last {
    clear: right;
    margin-right: 0;
    border-left: 0px solid #333;
    padding-left: 2em;
    float: right;
    padding-right: 0;
}

}


@media only screen and (min-width: 1024px) {

.threecol-one.last {
    clear: right;
    margin-right: 0;
    border-left: 0px solid #333;
    padding-left: 1em;
    float: right;
    padding-right: 0;
}


.threecol-one {
    width: 33.33333%!important;
}

}

.arsenal-red {
color: #820000;
}



div#list-container .list {
    width: 100%;
    float: left;
    padding: 10px;
}


div#list-container .list .post-header {
    width: 100%;
    float: right;
}

div#list-container .list .post-image {
    width: 100%;
    float: left;
	text-align: center;
    padding: 20px;
}



.call-for-action .text-prominent {
    color: #820000;
    box-shadow: 14px 0 0 #fff, -14px 0 0 #fff;
    -webkit-box-shadow: 14px 0 0 #fff, -14px 0 0 #fff;
    background: #fff;
    display: inline;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.call-for-action .fa.white {
	color: #fff;
}


span.arsenal-number {
    padding: 2px 0px;
    background-color: #820000;
    color: #fff;
    font-family: 'Open Sans Condensed';
    font-size: 22px;
    font-weight: 700;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    margin: 3px;
}



@media only screen and (min-width: 768px) {

div#list-container {
    display: table;
}

div#list-container .list-row {
    display: table-row;
}

div#list-container .list .post-header {
    width: 50%;
    float: right;
}

div#list-container .list h2.page-title.title-prominent {
    margin-top: 0!important;
}

div#list-container .list .post-image {
    width: 40%;
    float: left;
    padding: 0px;
}



div#list-container .list {
    width: 50%;
    float: left;
    padding-bottom: 50px;
}

	
	
	

div#list-container .offer.list .post-header {
    width: 100%;
    float: right;
	margin-top: 50px;
}


div#list-container .offer.list .post-image {
    width: 100%;
    float: left;
    padding: 0px;
}



div#list-container .offer.list {
    width: 33%;
    float: left;
    padding-bottom: 50px;
}	
	

}

div#list-container .offer.list .post-image img {
    max-width: 256px!important;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;	
}


.list-avatar img {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -webkit-filter: saturate(0.7);
    filter: saturate(0.7);
}

.list-avatar img:hover {
    -webkit-filter: saturate(1);
    filter: saturate(1);
}

.post-3629 div#main-sidebar-container .col-boxed {
    margin-top: 0;
}


.format-image div#main-sidebar-container .col-boxed {
    margin-top: 0;
}