/* request_sc:regular*/
/* Last-Modified: Sat, 22 Oct 2022 03:48:51 GMT [ver: ] */
/* Current-Time:Sat, 22 Oct 2022 00:18:08 -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
   ========================================================================== */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font: 13px/24px 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: .04em;
	color: #373737;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #FFFFFF;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

img.lazyload {
    opacity: 0;
    transition: opacity linear 300ms;
}

img.lazyload.loaded {
    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: 16px !important; }
.margin-top-half { margin-top: 8px !important; }
.margin-bottom { margin-bottom: 16px !important; }
.margin-bottom-dbl { margin-bottom: 32px !important; }
.margin-bottom-half { margin-bottom: 8px !important; }
.margin-bottom-huge { margin-bottom: 72px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 16px !important; }
.padding-bottom { padding-bottom: 16px !important; }
.padding-bottom-dbl { padding-bottom: 32px !important; }
.padding-bottom-half { padding-bottom: 8px !important; }

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

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

h1, h2, h3, h4, h5, h6 { 
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: normal;
	letter-spacing: .01em;
	margin-bottom: 8px;
	margin-top: 0;
}

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

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

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

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

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

@font-face {
    font-family: 'boldbrush';
    src: url('//fayetaylor.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//fayetaylor.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//fayetaylor.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//fayetaylor.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//fayetaylor.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//fayetaylor.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: 24px;
	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: #000000;
	text-decoration: underline;
	outline: 0;
}

a:hover { opacity: .75; }
a:hover, a:active, a:focus { outline: 0; }

a.link, .email-newsletter-link-archive {
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	display: inline-block;
}


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

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

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

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

.subnav {
	display: block;
	margin-top: 10px;
}

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

.subnav li:after {
	content: "/";
	position: absolute;
	top: -4px;
	right: -14px;
}

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

.subnav li a {
	text-transform: lowercase;
	font-weight: 500;
	text-decoration: none;
}

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

.artist-list li a {
	font-size: 22px;
	text-decoration: none;
}

/* ==========================================================================
   Structure
   ========================================================================== */
   
.wrapper {
    padding: 60px;
}

.main {
	max-width: none;
	width: 100%;
}

.page {
    max-width: 960px;
    width: 100%;
    position: relative;
    margin: 45px 0 0;
}

.article, .articles {
	margin-right: 260px;
}

.sidebar {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
}

.sidebar h2 {
	font-size: 20px;
	margin-bottom: 40px;
}

.block-content {
	overflow: hidden;
	height: 34px;
	visibility: hidden;
}

.content-block {
	padding-top: 0;
	padding-bottom: 17px;
	padding-left: 17px;
	padding-right: 17px;
	position: relative;
	height: auto;
	clear: both;
}

.bb-artwork-viewer img {
	width: 100%;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	width: 100%;
	padding-bottom: 60px;
}

.site-title {
	float: left;
	margin-right: 30px;
}

.site-title a {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	color: #222222;
	opacity: 1;
}

.main-nav {
	float: left;
	position: relative;
}

/*** 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 {
	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 */
	left: -15px;
	top: 30px;
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sf-menu a {
	display: block;
	position: relative;
	color: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 28px;
	padding: 7.6px 0;
	zoom: 1; /* IE7 */
}

.sf-menu li {
	margin-right: 30px;
	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: #6E6E6E;
}

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

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

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

/* ==========================================================================
   Mobile Nav
   ========================================================================== */

.hamburger {
    display: none;
    margin: 15px 0 0;
    padding: 0 0 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #999999;
    cursor: pointer;
}

.mobile-nav {
    display: none;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 1em 0;
    background-color: #FFFFFF;
}

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

.mobile-nav ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 40px;
	font-weight: 600;
	text-transform: lowercase;
	color: #999999;
	text-decoration: none;
	display: block;
}

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

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

.mobile-nav ul ul li a {
	font-size: 13px;
	line-height: 28px;
	text-transform: lowercase;
	color: #999999;
	padding: 0;
}

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

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

/* ==========================================================================
   Social
   ========================================================================== */

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

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

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

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

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
	margin-top: 105px;
	overflow: hidden;
	clear: both;
}

.footer .copyright {
	font-size: 11px;
}

.footer .myic {
	font-size: 11px;
}

.footer a {
	text-decoration: none;
}

.footer .newsletter-signup {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, input[type='submit'],
.bbav .bbav-button .btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #000000;
	border: none;
	padding: 15px 32px;
	max-width: 100%;
}

.btn:hover, input[type='submit']:hover,
.bbav .bbav-button .btn:hover {
	opacity: .70;
}

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

.pagination {
	text-align: center;
	padding-top: 75px;
	clear: both;
}

.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 ease-out;
			transition:0.2s all ease-out;
}

.pagination ul li a:hover {
	color: #CCCCCC;
}

.pagination ul li a.current {
	color: #FFFFFF !important;
	font-weight: 700;
}

/* ==========================================================================
   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 {
    outline: 0 !important;
    background: #EEEEEE !important;
}

select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
	font: 14px/24px 'Montserrat', sans-serif;
	font-weight: 300;
	color: #444444;
	width: 100%;
    padding: 10px 15px;
    margin: 0;
	border: 1px solid #E1E1E1;
	background: #DDDDDD;
	
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
    		border-radius: 2px;
}

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: 1px 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 {
	position: relative;
	display: none;
	margin-bottom: 15px;
}

.signup-form h2 {
	font-size: 14px;
  font-weight: 600;
  display: inline-block;
	margin-bottom: 5px;
}

.signup-form input[type='text'] {
	width: 250px;
	padding: 8px 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 40px;
}

.signup-form .form-item {
	margin-bottom: 0px;
	display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.signup-form input[type='submit'] {
	padding: 11px 30px;
	margin-bottom: 5px;
}

.signup-form input[type='text'].error {
	border: 1px solid #ff0000;
}

.select-field {
	display: block;
	position: relative;
  overflow: hidden;
  font: 14px/24px 'Montserrat', sans-serif;
	font-weight: 300;
	color: #444444;
	width: 100%;
  margin: 0;
	border: 1px solid #E1E1E1;
	background: #DDDDDD;
	-webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	-webkit-border-radius: 2px;
    			border-radius: 2px;
  width: 100%;
  height: 46px;
  cursor: pointer;
}

.select-field:after {
	content: "\f107";
	font-family: "FontAwesome";
	color: #444444;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
}

.select-field select {
	position: relative;
	display: inline-block;
	font: 14px/24px 'Montserrat', sans-serif;
	font-weight: 300;
	color: #444444;
  width: 100%;
  cursor: pointer;
  border: none;
	padding: 10px 15px;
	height: 44px;
  z-index: 2;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	-webkit-border-radius: 0px;
					border-radius: 0px;
}

.select-field select:focus {
    outline: 0 !important;
    border: none !important;
}

/* ==========================================================================
   Works
   ========================================================================== */

.row-grid {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.work-item {
	float: left;
	margin-bottom: 10px;
	position: relative;
}

.item-box {
	position: relative;
	overflow: hidden;
	background: #000;
}

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

.item-box:hover img {
	opacity: .6;
}

.item-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.item-title {
	color: #fff;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px;
	width: 100%;
}

.item-category {
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
}

.work-nav {
	overflow: hidden;
	width: 100%;
	margin-bottom: 16px;
}

.work-nav a {
	text-transform: lowercase;
	text-decoration: none;
}

.prev-next {
	float: right;
}

.faso-collection-section-header {
	width: 80%;
}

/* ==========================================================================
   E-Commerce
   ========================================================================== */
   
.price-boxes {
	width: 100%;
}

.price-boxes .box {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

.price-boxes.faso-art-unframed-show, .price-boxes.faso-art-framed-show {
	margin-bottom: 16px;
}

.price-box {
	width: 100%;
}

.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;
}

/* ==========================================================================
   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: #F0F0F0;
}

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

#share {
	cursor: pointer;
	text-decoration: none;
}

.social-wrapper {
	position: absolute;
	left: 0 !important;
	top: 30px;
	display: none;
	overflow: hidden;
	z-index: 10000;
}

.social-wrapper-inner {
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
}

.social-button-container {
	margin-bottom: 10px;
	min-height: 28px;
}

.social-stuff {
	position: relative;
}

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

.social-share li {
	display: inline;
	margin: 0;
	padding: 0 5px;
	cursor: pointer;
}

.social-share li a {
	font-size: 18px;
}

.social-like {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	float: right;
}

.social-like li {
	float: left;
	margin: 0 5px;
}

.social-like li:first-child {
	margin-left: 0px;
}

.social-like li:last-child {
	margin-right: 0px;
}

.post {
	margin-bottom: 100px;
}

.post-image {
	margin-bottom: 34px;
}

.post-nav {
	list-style: none;
	overflow: hidden;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 15px 0;
	margin: 100px 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 {
	margin: 0;
	padding: 0 0 0 20px;
}

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

.related-posts ul li a {
	text-decoration: none;
}

.caption {
	font-size: 14px;
	opacity: .6;
}

.success_message {
	font: 16px/24px 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
	padding: 20px;
	color: #444444;
	background-color: #999999 !important;
}

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

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

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

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

.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: 100%;
    overflow: hidden;
    background-color: #DDDDDD;
}

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

.faso-sidebar-blog-topical select, .faso-sidebar-blog-archives select {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: #444444;
	line-height: normal;
    padding: 12px 18px;
    width: 100%;
    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;
}

.widget_sidebar_blog .widget-item {
	margin-bottom: 40px;
}

.widget_sidebar_blog a {
	font-size: 20px;
	line-height: 24px;
	display: block;
	text-decoration: none;
}

.date {
	font-size: 13px;
	font-weight: 300;
	opacity: .6;
}

/* ==========================================================================
   Misc
   ========================================================================== */

.artists-header {
	margin-bottom: 50px;
}

.artists-title {
	display: inline-block;
	margin-bottom: 0px;
}

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

.row {
	margin-left: -17px;
	margin-right: -17px;
	width: auto !important;
}

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

*[class*='col-'] {
	float: left;
	padding: 0 17px;
	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%; }

*[class*='span-'] {
	float: left;
}

.span-1 { width: 8.3333%; }
.span-2 { width: 16.6667%; }
.span-4 { width: 33.3333%; }
.span-6 { width: 50%; }
.span-7 { width: 58.3333%; }

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

.grid-wrapper {
	width: 103%;
	margin-left: -3%;
	margin-top: -3%;
}

.grid-item {
	position: relative;
	float: left;
	margin-left: 2.912621359223301%;
	margin-top: 3%;
	width: 30.420711974110034%;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.grid-item:nth-child(3n+1) {
    clear: left;
}

.grid-image {
	position: relative;
	margin-bottom: 3%;
}

.grid-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.flex-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
}

.flex-item {
	flex-basis: 25%;
	padding-bottom: 10px;
	padding-right: 10px;
}

.contained {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}

.square-item {
	position: relative;
	overflow: hidden;
}

.square-item::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.square-item a:hover {
	opacity: 1;
}

.square-item .item-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.square-item .item-box img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.grid {
	margin: -5px;
}

.masonry-item {
	float: left;
	width: 25%;
	padding: 5px;
}

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

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

.lg-backdrop {
	background-color: #FFFFFF;
}

.lg-toolbar {
	background-color: #FFFFFF;
}

.lg-toolbar .lg-icon {
	color: #373737;
}

.lg-toolbar .lg-icon:hover {
    color: #373737;
    opacity: .75;
}

.lg-sub-html {
	font: 13px/24px 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: .04em;
	color: #373737;
	width: 100%;
	white-space: normal;
  	padding: 10px 25px;
  	background-color: #FFFFFF;
}

.lg-image {
	padding-top: 47px;
	padding-bottom: 44px;
}

#lg-counter {
	font-size: 14px;
	color: #373737;
	padding-left: 50px;
}

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

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #FFFFFF;
    border-radius: 0;
    color: #373737;
    -webkit-transition: none;
    transition: none;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #373737;
    opacity: .75;
}

/* ==========================================================================
   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 {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.row:after {
    clear: both;
}

/* ==========================================================================
   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: 800px;
}

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

/* ==========================================================================
   Videos
   ========================================================================== */
   
.video-grid {
	max-width: 1130px;
	margin: 0 -17px;
}

.isotope-item {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 17px 50px;
}

.videos {
	min-width: 0;
}

.video-image {
	position: relative;
	margin-bottom: 10px;
	background: #000;
}

.video-meta {
	font-size: 12px;
	line-height: 20px;
}

.video-title {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.video-length {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 11px;
	font-weight: 600;
	line-height: normal;
	color: #fff;
	background: #000;
	padding: 1px 3px;
	border-radius: 2px;
	z-index: 2;
}

.video-buy-btn {
	display: none;
}

.faso-video-paid-hide { display:none; }

/* ==========================================================================
   Filter
   ========================================================================== */

.filters {
	display: flex;
	max-width: 1096px;
}

.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: #000000;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.filter > ul > li:hover {
	color: #6E6E6E;
}

.filter > ul > li:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #000000;
	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: 0px 0px 6px 0px rgba(0,0,0,0.1);
     -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
		 			box-shadow: 0px 0px 6px 0px rgba(0,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: #000000;
	text-transform: none;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.filter ul ul li a:hover, .filter a.selected {
	color: #6E6E6E;
}

.filter hr {
	margin: 5px 0;
}

.isotope-reset {
	text-align: right;
	color: #000000;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.2s color linear;
			transition: 0.2s color linear;
}

.isotope-reset:hover {
	color: #6E6E6E;
}

.filter-container {
	text-align: center;
}

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

@media only screen and (max-width : 1280px) {
	
	.flex-item {
		flex-basis: 33.33333%;
	}
	
	.contained {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.masonry-item {
		width: 33.33333%;
	}
	
}

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

	.flex-item {
		flex-basis: 50%;
	}
	
	.contained {
		grid-template-columns: 1fr 1fr;
	}
	
	.masonry-item {
		width: 50%;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	.isotope-item {
		width: 33.33333%;
	}

}

@media only screen and (max-width : 768px) {
	
	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	*[class*='span-'] {
		float: none !important;
		width: auto !important;
	}
	
	.wrapper {
	    padding: 20px;
	}
	
	.site-title {
	    width: 100%;
	    margin-right: 0 !important;
	    text-align: center;
	    margin-bottom: 10px;
	}
	
	.main-nav {
		display: none;
	}
	
	.hamburger {
		display: block;
	}
	
	.content-block {
		padding-top: 17px !important;
	}
	
	.spacer-block {
	    display: none;
	}
	
	.article, .articles {
		margin: 0 !important;
	}
	
	.sidebar {
		width: auto !important;
		position: static !important;
		margin-top: 50px;
	}
	
	.grid-item {
		width: 47.0873786407767%;
	}
	
	.grid-item:nth-child(3n+1) {
	    clear: none;
	}
	
	.grid-item:nth-child(odd) {
	    clear: left !important;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr 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;
	}
	
	.faso-collection-section-header {
		width: 100%;
	}
	
}

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

	.footer {
		text-align: center;
		padding: 20px 25px;
	}
	
	.footer .copyright {
		float: none;
	}
	
	.post-nav {
		margin-bottom: 15px;
	}
		
	.blog-topics {
		text-align: center;
	}
	
	.flex-item {
		flex-basis: 100%;
	}
	
	.contained {
		grid-template-columns: 1fr;
	}
	
	.masonry-item {
		width: 100%;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.signup-form .form-item {
		justify-content: center;
	}
	
	.signup-form input[type='text'] {
		width: 100%;
		margin-right: 0px;
	}

}

@media only screen and (max-width : 480px) {
	
	.grid-item {
		width: 97%;
	}
	
	.grid-item:nth-child(3n+1) {
	    clear: none;
	}
	
	.grid-item:nth-child(odd) {
	    clear: none;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr;
	}
	
	.isotope-item {
		width: 100%;
	}
	
}

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

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