/* request_sc:regular*/
/* Last-Modified: Tue, 27 Feb 2018 09:24:30 GMT [ver: ] */
/* Current-Time:Tue, 27 Feb 2018 04:24:00 -0600*/
/* NOT Pulled From Cache */
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/*Fix select boxes on certain browsers that were inheriting the select color from content.text or other variables that make it hard to read. */  
.select { 
	color: black; 
} 


/* ==========================================================================
   General
   ========================================================================== */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font: 16px/24px 'Questrial', sans-serif;
	font-weight: 400;
	color: #444444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #FFFFFF;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 50px !important; }
.margin-top-half { margin-top: 25px !important; }
.margin-bottom { margin-bottom: 50px !important; }
.margin-bottom-dbl { margin-bottom: 100px !important; }
.margin-bottom-half { margin-bottom: 25px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 50px !important; }
.padding-bottom { padding-bottom: 50px !important; }
.padding-bottom-dbl { padding-bottom: 100px !important; }
.padding-bottom-half { padding-bottom: 25px !important; }

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #F2F2F2;
	clear: both;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { 
	color: #696969;
	font-family: 'Cinzel', sans-serif;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 25px;
	margin-top: 0;
}

h4, h5, h6 { 
	color: #696969;
}

h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 26px; }
h4, .h4 { font-size: 22px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #696969; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #696969; }

p { margin: 0 0 25px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .small { font-size: 90%; }

.text-center { text-align: center; }
.text-left, .text-left-center { text-align: left; }
.text-right, .text-right-center { text-align: right; }
.uppercase { text-transform: uppercase; }

@font-face {
    font-family: 'boldbrush';
    src: url('//johnpweiss.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//johnpweiss.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//johnpweiss.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//johnpweiss.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//johnpweiss.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//johnpweiss.com/styles/shared/fonts/boldbrush-webfont.svg#new_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleur:before {
	content: 'F';
	font-family: 'boldbrush';
	font-size: 28px;
	font-style: normal;
	position: relative;
	top: 4px;
	left: 0;
	margin-right: 5px;
}

.fleur {color:#ED2024;}

.enso:before {
    content: 'B';
    font-family: 'boldbrush';
    font-size: 28px;
    font-style: normal;
    position: relative;
    top: 4px;
    left: 0;
    margin-right: 5px;
}

.dpw {
	position: relative;
	width: 35px;
	height: 16px;
	display: inline-block;
}

.dpw:before {
	content: 'D';
	font-family: 'boldbrush';
	font-size: 60px;
	font-style: normal;
	line-height: 0;
	position: absolute;
	top: 8px;
	left: 0;
}

.boldbrush {
	font-family: 'boldbrush';
	font-size: 24px !important;
	font-style: normal;
	position: relative;
	top: 2px;
	left: 0;
}


/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #696969;
	text-decoration: none;
	outline: 0;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

a:hover { color: #696969; }
a:hover, a:active, a:focus { outline: 0; }


/* ==========================================================================
   Lists
   ========================================================================== */
   
.inline-list, .social-list, .subnav, .artist-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.inline-list li {
	display: inline;
	margin: 0 10px;
}

.social-list li {
	float: left;
	margin: 0 10px;
}

.inline-list li:first-child, .social-list li:first-child {
	margin-left: 0px;
}

.inline-list li:last-child, .social-list li:last-child, .subnav li:last-child {
	margin-right: 0px;
}

.subnav {
	margin-bottom: 25px;
}

.subnav li {
	display: inline;
	margin-right: 20px;
	position: relative;
}

.subnav li:after {
	content: "|";
	position: absolute;
	top: -5px;
	right: -13px;
}

.subnav li:last-child:after {
	content: "";
}

.artist-list li {
	font-size: 22px;
	margin-bottom: 10px;
}

/* ==========================================================================
   Structure
   ========================================================================== */
   
#wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.main {
	position: relative;
	z-index: 10;
}

.spacer {
	height: 50px;
}

.page-title {
	margin-bottom: 50px;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	width: 100%;
	z-index: 101;
	line-height: 54px;
	height: 100px;
	padding: 40px 25px;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
			transform: translateZ(0);
}

.site-title {
	float: left;
}

.site-title a {
	font-family: 'Cinzel', sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

.main-nav {
	float: right;
	margin-top: 3px;
	display: none;
}

.hamburger {
	cursor: pointer;
	float: right;
	padding-top: 3px;
	display: none;
}

.hamburger i {
	font-size: 20px;
	color: #444444;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.hamburger i:hover {
	color: #444444;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	z-index: 99;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** SKIN ***/
.sf-menu {
	float: right;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.sf-menu ul {
	min-width: 10em; /* allow long menu items to determine submenu width */
	*width: 10em; /* no auto sub width for IE7, see white-space comment below */
	right: -15px;
	top: 50px;
	background: #FFFFFF;
	border: 3px solid #F2F2F2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sf-menu ul:before {
	content: '';
	position: absolute;
	top: -10px;
	right: 20px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #F2F2F2;
}

.sf-menu a {
	padding: 0 0 30px 30px;
	display: block;
	position: relative;
	color: #444444;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	zoom: 1; /* IE7 */
}

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
			transition: background .2s;
}

.sf-menu li:hover > a, .sf-menu li > a:hover, .sf-menu li.current > a {
	color: #444444;
}

.sf-menu li li a {
	padding: 8px 15px;
	line-height: 12px;
	text-align: right;
}

.sf-menu .selectednavlink a {
	color: #%header.selected% !important;
}

.sf-menu .emptynavlink {
	display: none !important;
	visibility: hidden;
}

/* ==========================================================================
   Mobile Nav Overlay
   ========================================================================== */
   
.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	overflow: auto;
	z-index: 9999;
}

.nav-wrapper {
	text-align: center;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}

.mobile-nav {
	padding: 50px 0px 25px;
}

.mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-nav ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0;
}

.mobile-nav ul li a:hover {
	color: #444444;
}

.mobile-nav ul ul {
	margin-bottom: 10px;
}

.mobile-nav ul ul li a {
	font-size: 16px;
	color: #444444;
	padding: 0;
}

.mobile-nav .selectednavlink a {
	color: #444444 !important;
}

.mobile-nav .emptynavlink {
	display: none !important;
	visibility: hidden;
}

.nav-wrapper .close {
	font-size: 20px;
	color: #444444;
	cursor: pointer;
	position: absolute;
	right: 60px;
	top: 30px;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.nav-wrapper .close:hover {
	color: #444444;
}

/* ==========================================================================
   Social
   ========================================================================== */
   
.social {
	float: right;
	text-align: right;
}

.social ul {
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0 0 10px;
}

.social ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

.social ul li i {
	font-size: 17px;
}

.social ul li a {
	line-height: normal;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
    background: #F2F2F2;
    padding: 25px 25px 20px;
    width: 100%;
    font-size: 14px;
	line-height: 20px;
	color: #696969;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer .copyright {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
}

.footer .copyright span {
	display: block;
}

.footer .copyright .edit-site {
	margin-top: 5px;
}

.footer .myic {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
}

.footer a {
	color: #696969;
	text-decoration: none;
}

.footer a:hover {
	color: #696969;
}

.faso-contact-tagline {
	margin-top: 10px;
}

/* ==========================================================================
   Main Page
   ========================================================================== */

.full-background-img {
	width: 100%;
	position: relative;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-content {
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 820px;
	max-width: 95%;
	padding: 50px;
	background: #FFFFFF;
    color: #444444;	
    opacity: .85;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.main-content h1 {
	font-size: 32px;
	line-height: 32px; 
}

/* ==========================================================================
   Grid Item Hover
   ========================================================================== */
   
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}

.grid figure figcaption {
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}
   
figure.hover-effect {
	background: #FFFFFF;
}

figure.hover-effect img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
			transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Image movement fix on hover */
			backface-visibility: hidden;
}

figure.hover-effect:hover img {
	opacity: 0.2;
}

figure.hover-effect figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #D1D1D1;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
			transform: translate3d(0,10px,0);
}

figure.hover-effect .details {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 25px;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
			transform: translate3d(0,-30px,0);
}

figure.hover-effect figcaption::before,
figure.hover-effect .details {
	-webkit-transition: -webkit-transform 0.35s;
			transition: transform 0.35s;
}

figure.hover-effect:hover figcaption::before,
figure.hover-effect:hover .details {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, input[type='submit'] {
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #444444;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #D1D1D1;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px solid #FFFFFF;
	padding: 18px 40px;
	max-width: 100%;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.btn:hover, input[type='submit']:hover {
	color: #444444;
	background: #FFFFFF;
	border-bottom: 3px solid #444444;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
	text-align: center;
	padding-top: 25px;
	clear: both;
	margin-bottom: 50px;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	float: left;
	list-style: none;
}

.pagination ul li a {
	text-decoration: none;
	padding: 10px 15px;
	color: #696969;
	-webkit-transition:0.2s all linear;
			transition:0.2s all linear;
}

.pagination ul li a:hover {
	color: #FFFFFF;
	background: #696969;
}

.pagination ul li a.current {
	color: #FFFFFF !important;
	background: #696969;
}

/* ==========================================================================
   Forms
   ========================================================================== */

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

:-moz-placeholder { /* Firefox 18- */
   color: #444444;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #444444;  
}

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

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
	font: 16px/24px 'Questrial', sans-serif;
	font-weight: 400;
	color: #444444;
	width: 100%;
    padding: 10px 20px;
    margin: 0;
	border: none;
	background: #D1D1D1;
	
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
    border-radius: 0;
}

input[type="text"] {
	height: 46px;
}

textarea {
	height: 200px;
}

input[type="submit"] {
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0;
}

.form-item {
	margin-bottom: 25px;
}

.form-item.error input, .form-item.error textarea {
	border-bottom: 3px solid #ff0000;
}

.form-item.error label {
	color: #ff0000;
}

.radio-group {
	display: block;
	margin-bottom: 20px;
}

input[type='radio'] {
    margin-right: 5px;
}

.alert {
	margin-bottom: 20px;
	display: block;
}

.alert label {
	color: #ff0000;
	display: block;
}

/* ==========================================================================
   Blog
   ========================================================================== */

#blog-topical-nav, #blog-archive-nav {
	display: none;
}

.post-comment {
	margin-bottom: 10px;
	padding: 20px;
}

.post-comment .avatar {
	margin-right: 12px;
	float: left;
}

.post-comment .post-message {
	margin-bottom: 20px;
}

.post-comment .post-meta {
	font-size: 13px;
	line-height: normal;
}

.post-comment .post-body {
	overflow: hidden;
}

.post-message p:last-child {
	margin-bottom: 0px;
}

.blog-comment-odd {
	background: #F2F2F2;
}

.blog-comment-even {
	background: none;
}

.social-buttons {
	overflow: hidden;
	margin-bottom: 20px;
}

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

.social-buttons li {
	display: inline;
	line-height: normal;
	margin: 0;
	padding: 6px 12px;
}

.social-buttons li a {
	font-size: 25px;
	line-height: normal;
}

.post-nav {
	list-style: none;
	overflow: hidden;
	border-top: 1px solid #F2F2F2;
	padding: 20px 0 0;
	margin: 50px 0 0;
}

.post-nav li {
	float: left;
	width: 33.33333%;
	text-align: center;
}

.post-nav li:first-child {
	text-align: left;
}

.post-nav li:last-child {
	text-align: right;
}

.post-nav li i {
	font-size: 24px;
	line-height: normal;
}

.post-nav li a {
	text-decoration: none;
}

.social-helper {
	display: inline-block;
}

.share-buttons {
	width: 100%;
	text-align: center;
}

.share-buttons table {
	margin: 0 auto;
}

.related-posts {
	margin-bottom: 50px;
}

.related-posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-posts ul li {
	margin-bottom: 10px;
}

.caption {
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
}

.success_message {
	font: 16px/24px 'Questrial', sans-serif !important;
	font-weight: 400 !important;
	padding: 20px;
	color: #696969;
	background-color: #D1D1D1 !important;
}

.success_message h2 {
	font-size: 24px !important;
}

.success_message .blog_comment {
	border-bottom: none !important;
}

.follow-link {
	text-align: left;
	margin-top: 10px;
}

.follow-link a, .follow-link i {
	font-size: 14px;
	text-decoration: none;
}

.follow-link i {
	margin-right: 5px;
	color: #696969;
}

.blog-topics {
	text-align: right;
}

.faso-sidebar-blog-topical, .faso-sidebar-blog-archives {
	position: relative;
	display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    width: 130px;
    overflow: hidden;
    background-color: #D1D1D1;
}

.faso-sidebar-blog-topical:after, .faso-sidebar-blog-archives:after {
	content: "\f107";
	font-family: 'FontAwesome';
    color: #444444;
    font-size: 16px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 1px;
    right: 7px;
    z-index: 5;
}

.faso-sidebar-blog-topical select, .faso-sidebar-blog-archives select {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #444444;
	line-height: normal;
    padding: 5px 8px;
    width: 130px;
    cursor: pointer;
    border: none;
    z-index: 10;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	-webkit-border-radius: 0px;
			border-radius: 0;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.row.full-width-row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.row .row {
    width: auto;
    margin: 0 -25px !important;
}

*[class*='col-'] {
	float: left;
	padding: 0 25px;
	position: relative;
	overflow: hidden;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }

.cell { padding: 25px; }

.centered { margin: 0 auto; position: relative; float: none; }

.grid { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.grid-item { padding: 10px; margin: 0; float: left; }
.grid-item img { width: 100%; }
.grid-item h2 { font-size: 30px; line-height: 34px; }
.grid-item h2 small {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.grid-item p:last-child { margin-bottom: 0 !important; }

.grid-item-2 { padding: 15px; margin: 0; }


/* ==========================================================================
   lightGallery Overrides
   ========================================================================== */

@font-face {
  font-family: 'lg';
  src: url("//johnpweiss.com/styles/shared/fonts/lg.eot?n1z373");
  src: url("//johnpweiss.com/styles/shared/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("//johnpweiss.com/styles/shared/fonts/lg.woff?n1z373") format("woff"), url("//johnpweiss.com/styles/shared/fonts/lg.ttf?n1z373") format("truetype"), url("//johnpweiss.com/styles/shared/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-sub-html {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	width: 100%;
	white-space: normal;
  	padding: 10px 50px;
  	background-color: #000;
  	background-color: rgba(0, 0, 0, 0.85);
}

.lg-sub-html a {
	color: #fff;
	text-decoration: underline;
}

.lg-sub-html a:hover {
	color: #999;
}

.lg-outer .lg-thumb-item {
	border-radius: 0px;
}

.lg-outer .lg-thumb-item img {
	border: 2px;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #D1D1D1;
}

#lg-counter {
	padding-left: 50px;
}

#lg-counter:before {
	content: 'F';
	font-family: 'boldbrush';
	font-size: 24px;
	font-style: normal;
	position: absolute;
	top: 12px;
	left: 20px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

	.grid-item {
		width: 33.33333%;
	}
	
	.grid-item-2 {
		width: 50%;
	}
	
}

@media only screen and (max-width : 1200px) {

	.grid-item {
		width: 33.33333%;
	}
	
	.grid-item-2 {
		width: 50%;
	}
	
	.item-title {
		font-size: 20px;
	}
	
	.item-category {
		font-size: 14px;
	}
	
}

@media only screen and (max-width : 992px) {

	.grid-item {
		width: 50%;
	}
	
}

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

	.grid-item {
		width: 50%;
	}
	
	.item-title {
		font-size: 18px;
	}
	
	.item-category {
		font-size: 12px;
	}
	
}

@media only screen and (min-width: 641px) {
	
	.hide-on-desktop {
		display: none !important;
		visibility: hidden;
	}

}

@media only screen and (max-width: 640px) {

	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.site-title {
		margin-top: 3px;
		margin-bottom: 10px;
	}
	
	.header {
		position: relative;
		text-align: center;
		line-height: normal;
		height: auto;
		padding-top: 8px;
		padding-bottom: 20px;
	}
	
	.site-title {
		float: none;
	}
	
	.main-nav {
		display: none;
	}
	
	.hamburger {
		float: none;
		display: block;
	}
	
	.footer {
		text-align: center;
		padding: 20px 25px;
	}
	
	.footer .copyright {
		float: none;
	}
	
	.social {
		float: none;
		text-align: center;
	}
	
	.main {
		padding: 0 !important;
	}
	
	.main-content {
		display: none;
	}
	
	.spacer {
		height: 25px;
	}
	
	.hide-on-mobile {
		display: none !important;
		visibility: hidden;
	}
	
	.post-nav {
		margin-bottom: 15px;
	}
	
	.follow-link {
		text-align: center;
	}
		
	.blog-topics {
		text-align: center;
	}

}

@media only screen and (max-width : 480px) {

	.grid-item {
		width: 100%;
	}
	
	.btn, input[type='submit'] {
		width: 100%;
	}
	
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.module.equal-height{display:none;}

/*Eurostyle - Remove white space on mobile view - JMG - 2/14/2018*/
@media only screen and (max-height: 767px){.content-section {padding: 0px;}}
@media only screen and (max-height: 767px){.site-title {margin-bottom: 0px;}}
