/* request_sc:regular*/
/* Last-Modified: Mon, 28 Jun 2021 18:07:27 GMT [ver: ] */
/* Current-Time:Mon, 28 Jun 2021 18:14:04 -0500*/
/* 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: #333333;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #FFFFFF;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

img.lazyload, img.lazyloading {
    opacity: 0;
}

img.lazyloaded {
    opacity: 1;
}

.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 #C0D9E4;
	clear: both;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: 'Cinzel', sans-serif;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 25px;
	margin-top: 0;
}

h4, h5, h6 {
	color: #8A8A8A;
}

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: #333333; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #8A8A8A; }

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('//www.jenniferrossart.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//www.jenniferrossart.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.jenniferrossart.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//www.jenniferrossart.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//www.jenniferrossart.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//www.jenniferrossart.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: #69A8BD;
	text-decoration: none;
	outline: 0;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

a:hover { color: #333333; }
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;
}

.spacer {
	height: 50px;
}

.page-title {
	margin-bottom: 50px;
}

/* ==========================================================================
   Header
   ========================================================================== */

.header {
	position: fixed;
	top: 0;
	left: 0;
	background: #DEEFF5;
	width: 100%;
	z-index: 1;
	padding: 40px 25px 18px;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
			transform: translateZ(0);
}

.site-title {
	display: inline-block;
}

.site-title img {
	margin-bottom: 7px;
}

.site-title a {
	font-family: 'Cinzel', sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: #414141;
	text-decoration: none;
}

.main-nav {
	position: absolute;
	bottom: 2px;
	right: 25px;
	display: none;
}

.hamburger {
	cursor: pointer;
	position: absolute;
	bottom: 18px;
	right: 25px;
	display: none;
}

.hamburger i {
	font-size: 20px;
	color: #4E8A9D;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.hamburger i:hover {
	color: #69A8BD;
}

/*** 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: #DEEFF5;
	border: 3px solid #D2E6EE;
	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 #D2E6EE;
}

.sf-menu a {
	padding: 0 0 0 30px;
	display: block;
	position: relative;
	color: #4E8A9D;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 54px;
	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: #69A8BD;
}

.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: #DEEFF5;
	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: #4E8A9D;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0;
}

.mobile-nav ul li a:hover {
	color: #69A8BD;
}

.mobile-nav ul ul {
	margin-bottom: 10px;
}

.mobile-nav ul ul li a {
	font-size: 16px;
	color: #4E8A9D;
	padding: 0;
}

.mobile-nav .selectednavlink a {
	color: #69A8BD !important;
}

.mobile-nav .emptynavlink {
	display: none !important;
	visibility: hidden;
}

.nav-wrapper .close {
	font-size: 20px;
	color: #4E8A9D;
	cursor: pointer;
	position: absolute;
	right: 60px;
	top: 30px;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.nav-wrapper .close:hover {
	color: #69A8BD;
}

/* ==========================================================================
   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: #C0D9E4;
    padding: 25px 25px 20px;
    width: 100%;
    font-size: 14px;
	line-height: 20px;
	color: #333333;
    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: #4E8A9D;
	text-decoration: none;
}

.footer a:hover {
	color: #8A8A8A;
}

.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: #333333;
    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, .row-grid figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
}

.grid figure img, .row-grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}

.grid figure figcaption, .row-grid figure figcaption, .contained figure figcaption {
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after,
.row-grid figure figcaption::before,
.row-grid figure figcaption::after,
.contained figure figcaption::before,
.contained figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a,
.row-grid figure figcaption,
.row-grid figure figcaption > a,
.contained figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a,
.row-grid figure figcaption > a,
.contained figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2,
.grid figure p,
.row-grid figure h2,
.row-grid figure p,
.contained figure h2,
.contained 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: #69A8BD;
	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'],
.bbav .bbav-button .btn {
	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: #333333;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #A7CBD9;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px solid #427485;
	padding: 18px 40px;
	max-width: 100%;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.btn:hover, input[type='submit']:hover,
.bbav .bbav-button .btn:hover {
	color: #FFFFFF;
	background: #69A8BD;
	border-bottom: 3px solid #427485;
}

/* ==========================================================================
   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: #333333;
	-webkit-transition:0.2s all linear;
			transition:0.2s all linear;
}

.pagination ul li a:hover {
	color: #333333;
	background: #EFF8FB;
}

.pagination ul li a.current {
	color: #333333 !important;
	background: #C0D9E4;
}

/* ==========================================================================
   Widgets
   ========================================================================== */

.widget_sidebar_newsletter h3 {
	margin-bottom: 15px;
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder {
   color: #333333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333333;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333333;
}

:-ms-input-placeholder {
   color: #333333;
}

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: #333333;
	width: 100%;
    padding: 10px 20px;
    margin: 0;
	border: none;
	background: #A7CBD9;

	-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;
}

.signup-form .form-item {
	width: 70%;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

.signup-form button {
    position: absolute;
    top: 6px;
    right: 0;
    padding: 8px 10px;
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    color: #333333;
    line-height: normal;
    -webkit-transition: 0.2s color linear;
    transition: 0.2s color linear;
}

.signup-form button:hover {
    color: #333333;
}

.subscribe-form {
	position: relative;
	display: none;
	margin-bottom: 15px;
}

.subscribe-form h2 {
	font-size: 18px;
  display: inline-block;
	margin-bottom: 5px;
}

.subscribe-form input[type='text'] {
	width: 250px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.subscribe-form .form-item {
	margin-bottom: 0px;
	display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.subscribe-form input[type='submit'] {
	padding: 15px 40px 14px;
	margin-bottom: 10px;
}

.subscribe-form input[type='text'].error {
	border-bottom: 3px solid #ff0000;
}

/* ==========================================================================
   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: #D2E6EE;
}

.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 #C0D9E4;
	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: #333333;
	background-color: #DEEFF5 !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: #69A8BD;
}

.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: #A7CBD9;
}

.faso-sidebar-blog-topical:after, .faso-sidebar-blog-archives:after {
	content: "\f107";
	font-family: 'FontAwesome';
    color: #333333;
    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: #333333;
	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;
}

.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;
}

.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, .work-item h2, .square-item h2 { font-size: 28px; line-height: 32px; }
.grid-item h2 small, .work-item h2 small, .square-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; }

.work-item {
	float: left;
	margin-bottom: 10px;
	position: relative;
}

.contained {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.square-item {
	position: relative;
	/*background: #DEEFF5;*/
	overflow: hidden;
}

.square-item::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.square-item .content {
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
}

.square-item .content img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* ==========================================================================
   lightGallery Overrides
   ========================================================================== */

@font-face {
  font-family: 'lg';
  src: url("//www.jenniferrossart.com/styles/shared/fonts/lg.eot?n1z373");
  src: url("//www.jenniferrossart.com/styles/shared/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("//www.jenniferrossart.com/styles/shared/fonts/lg.woff?n1z373") format("woff"), url("//www.jenniferrossart.com/styles/shared/fonts/lg.ttf?n1z373") format("truetype"), url("//www.jenniferrossart.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: #69A8BD;
}

#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;
}

/* ==========================================================================
   Slick Slider
   ========================================================================== */
.hero-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.image img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.image--cover img{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.image--contain img{
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.image--cover.image--valign-top img{
    background-position: center top !important;
}

.slick-track {
  height: 100%;
}
.slider .slick-prev--slideshow, .slick-next--slideshow {
  top: calc(50% - 45px);
  transform: translateY(0%);
	margin-top: 0;
}
.slider, .slick-prev:before {
    content: '\f104';
}

.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 40px;
    color: white;
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
    -moz-osx-font-smoothing: grayscale;
}

.slider, .slick-next:before {
    content: '\f105';
}

.slick-prev--slideshow {
  left: -30px;
}

.slick-next--slideshow {
  right: -30px;
}
.slider .slick-dots {
  position: static;
	bottom: 0;
}
@media screen and (min-width: 1200px) {
  .slider {
    max-height: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .slider {
    max-height: 550px;
  }
}

/* ==========================================================================
   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,
.row:before,
.row:after,
*[class*='col-']:before,
*[class*='col-']:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.row:after,
*[class*='col-']:after {
    clear: both;
}

/* ==========================================================================
   workszoom/worksdetail
   ========================================================================== */
#artwork-viewer {
    display: block;
	max-width: 750px;
	margin: 0 auto 25px auto;
}

#artwork-viewer .faso-workszoom-data-image {
    display: block;
    width: 100%;
}

/* ==========================================================================
   workszoom/worksdetail
   ========================================================================== */
#artwork-viewer {
    display: block;
    margin: 0 auto 25px auto;
}
#artwork-viewer.portrait .faso-workszoom-data-image,
#artwork-viewer.landscape .faso-workszoom-data-image {
    width: 100%;
    display: block;
}
#artwork-viewer.portrait{
    max-width: 500px;
}
#artwork-viewer.landscape {
    max-width: 750px;
}
#artwork-viewer .lazyload,
#artwork-viewer .lazyloading,
#artwork-viewer .lazyloaded {
    transition: opacity 300ms linear;
}
#artwork-viewer .lazyload {
    opacity: 0.5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
#artwork-viewer .lazyloading,
#artwork-viewer .lazyloaded {
    opacity: 1;
}

/* ==========================================================================
   E-Commerce
   ========================================================================== */
   
.price-boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	width: 66.66666%;
	margin-left: auto;
	margin-right: auto;
}

.price-boxes .box {
	display: block;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 25px;
}

.price-boxes.faso-art-unframed-show, .price-boxes.faso-art-framed-show {
	margin-bottom: 25px;
}

.price-box {
	text-align: center;
	padding: 0px;
	background: none;
}

.price-box span {
	display: block;
}

.price-box span span {
	display: inline-block;
}

.price-box .note {
	font-weight: 700;
}

.price-box .shipping {
	font-size: 11px;
}

.price-box .cart-form {
	display: inline-block;
	margin-top: 10px;
}

.user-cta {
	margin-bottom: 30px;
}

/* ==========================================================================
   Gallery Artists
   ========================================================================== */
   
.gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.artist-item {
	position: relative;
	text-align: center;
}

.artist-item a {
	text-decoration: none;
	-webkit-filter: none;
			filter: none;
}

.artist-item a:hover, .artist-item a img:hover {
	opacity: 1;
}

.artist-item a h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
}

.artist-item a img {
	margin-bottom: 15px;
	-webkit-filter: none;
			filter: none;
	-webkit-transition: 0.2s opacity linear;
			transition: 0.2s opacity linear;
}

.artist-image {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0px;
	opacity: 0;
	-webkit-transition: 0.2s opacity linear;
			transition: 0.2s opacity linear;
}

.artist-item:hover .artist-image {
	opacity: 1;
	-webkit-filter: none;
			filter: none;
}

/* ==========================================================================
   Videos
   ========================================================================== */
   
.video-grid {
	margin: 0 -10px;
}

.isotope-item {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 10px 50px;
}

.videos {
	min-width: 0;
}

.video-image {
	position: relative;
	margin-bottom: 10px;
	background: #000;
}

.video-meta {
	font-size: 13px;
	line-height: 20px;
}

.video-title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.video-length {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	background: #000;
	padding: 2px 3px 1px;
	border-radius: 2px;
}

.video-buy-btn {
	display: none;
}

.faso-video-paid-hide { display:none; }

/* ==========================================================================
   Filter
   ========================================================================== */

.filters {
	display: flex;
}

.filters > div {
	flex: 1;
}

.filter {
	display: inline-block;
}

.filter ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.filter ul li {
	float: left;
	position: relative;
	padding-right: 25px;
}

.filter > ul > li {
	margin-right: 30px;
	cursor: pointer;
	color: #69A8BD;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.filter > ul > li:hover {
	color: #333333;
}

.filter > ul > li:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #69A8BD;
	position: absolute;
	top: 0px;
	right: 0px;
}

.filter ul li:first-child {
	margin-left: 0px;
}

.filter ul li:last-child {
	margin-right: 0px;
}

.filter ul ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
					transform: translateX(-50%);
	margin: 0;
	padding: 20px;
	background: #FFFFFF;
	text-align: left;
	min-width: 18em; /* allow long menu items to determine submenu width */
	*width: 18em; /* no auto sub width for IE7, see white-space comment below */
	z-index: 999;
	-webkit-box-shadow: 3px 5px 5px -1px rgba(0,0,0,.1), -3px 5px 5px -1px rgba(0,0,0,.1);
	   -moz-box-shadow: 3px 5px 5px -1px rgba(0,0,0,.1), -3px 5px 5px -1px rgba(0,0,0,.1);
					box-shadow: 3px 5px 5px -1px rgba(0,0,0,.1), -3px 5px 5px -1px rgba(0,0,0,.1);
}

.filter ul ul li {
	float: none;
	margin: 0;
	padding: 0 0 8px;
}

.filter ul ul li:last-child {
	padding-bottom: 0px;
}

.filter ul ul li:after {
	content: '';
}

.filter ul ul li a {
	display: block;
	color: #69A8BD;
	text-transform: none;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.filter ul ul li a:hover, .filter a.selected {
	color: #333333;
}

.filter hr {
	margin: 5px 0;
}

.isotope-reset {
	text-align: right;
	color: #69A8BD;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.2s color linear;
			transition: 0.2s color linear;
}

.isotope-reset:hover {
	color: #333333;
}

.filter-container {
	text-align: center;
}

/* ==========================================================================
   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 : 1024px) {

	.gallery-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	.price-boxes {
		margin-left: -15px;
		margin-right: -15px;
		width: 100%;
	}
	
}

@media only screen and (max-width : 992px) {

	.grid-item {
		width: 50%;
	}
	
	.contained {
	  grid-template-columns: 1fr 1fr;
	  
	}

	.signup-form .form-item  {
		width: 80%;
	}
	
	.video-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.isotope-item {
		width: 33.33333%;
	}

}

@media only screen and (max-width : 768px) {

	.grid-item {
		width: 50%;
	}

	.item-title {
		font-size: 18px;
	}

	.item-category {
		font-size: 12px;
	}

	.signup-form .form-item {
		width: 100%;
	}
	
	.grid-item h2, .work-item h2, .square-item h2 { font-size: 24px; line-height: 28px; }
	
	.grid-item h2 small, .work-item h2 small, .square-item h2 small {
		font-size: 14px;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.video-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.isotope-item {
		width: 50%;
	}
	
	.filters {
		flex-direction: column;
	}
	
	.filter > ul > li {
		margin-right: 10px;
		margin-left: 5px;
	}
	
	.isotope-reset, .filter-display {
		text-align: center;
	}
	
	.filter-container {
		order: 1;
		margin-bottom: 15px;
	}
	
	.filter-display {
		order: 2;
	}
	
	.isotope-reset {
		order: 3;
	}

}

@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%;
	}
	
	.text-left-center, .text-right-center {
		text-align: center;
	}

	.site-title {
		margin-top: 3px;
		margin-bottom: 10px;
	}

	.header {
		position: relative;
		text-align: center;
		line-height: normal;
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.site-title {
		float: none;
	}

	.main-nav {
		display: none;
	}

	.hamburger {
		position: static;
		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;
	}

	.signup-form .form-item {
		width: 90%;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.subscribe-form input[type='text'] {
		width: 100%;
		margin-right: 0px;
	}
	
	.subscribe-form .form-item {
		justify-content: center;
	}

}

@media only screen and (max-width : 480px) {

	.grid-item {
		width: 100%;
	}
	
	.contained, .gallery-grid, .video-grid {
		grid-template-columns: 1fr;
	}
	
	.isotope-item {
		width: 100%;
	}

	.btn, input[type='submit'] {
		width: 100%;
	}
	
	.price-boxes {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}

}

@media screen and (min-width: 395px) {

	img.faso-about-image-biopicture1, img.faso-about-image-biopicture2 {
		max-width: 350px;
	}

}


/* ==========================================================================
   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;
    }
}

.slider-container {
  padding: 0px 25px;
}
.slider {
  padding-bottom: 60px;
  height: 600px;
}
.slider-wrapper {
  height: 100%;
}
.slick-list {
  height: 100%;
}
.slideshow {
  height: 100%
}
.image {
  background-position: center center !important;
  height: 100%;
  background-repeat: no-repeat;
}
.image--cover {
  background-size: cover !important;
}
.image--contain {
  background-size: contain !important;
}
.image--cover.image--valign-top {
  background-position: center top !important;
}
.slick-track {
  height: 100%;
}
.slider .slick-prev, .slick-next{
  z-index: 1;
  top: calc(50% - 30px);
}
.slider .slick-prev:before {
  content: '\f104';
}
.slider .slick-next:before {
  content: '\f105';
}
.slider .slick-prev:before,
.slider .slick-next:before
{
  font-family: 'FontAwesome';
  font-size: 40px;
  text-shadow: 1px 1px 5px rgba(0,0,0,1);
}

@media screen and (min-width: 1200px) {
  .slider {
    max-height: 600px;
  }
  .image {
    max-height: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .slider {
    max-height: 500px;
  }
  .image {
    max-height: 400px;
  }
}

@media screen and (max-width: 992px) {
  .ViewInRoom-sizeInput {
    font-size: 21px !important;
  }
}
