/* request_sc:regular*/
/* Last-Modified: Sat, 14 May 2022 04:30:59 GMT [ver: ] */
/* Current-Time:Sat, 14 May 2022 00:18:44 -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;
	height: 100%;
	width: 100%;
	font: 15px/26px 'Cabin', sans-serif;
	font-weight: 400;
	color: #FFCC66;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #313131;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

img.lazyload, img.lazyloaded {
	transition: opacity linear 300ms;
}

img.lazyload {
    opacity: 0;
}

img.lazyloaded {
    opacity: 1;
}

.responsive-img {
	width: 100%;
	height: auto;
}

.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-5 { margin-top: 5px !important; }
.margin-top-8 { margin-top: 8px !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: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #222222;
	clear: both;
}

.box-shadow {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.deemphasized {
	opacity: .65;
}

.overflow-visible {
	overflow: visible !important;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #FFCC66;
	font-family: 'Cinzel', sans-serif;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 30px;
	margin-top: 0;
	letter-spacing: 3px;
}

h4, h5, h6 {
	color: #D4D0C8;
	letter-spacing: 2px;
}

h1, .h1 { font-size: 34px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 26px; }
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 { color: #FFCC66; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #D4D0C8; }

p { margin: 0 0 30px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .small { font-size: 95%; }
.large { font-size: 18px; }

.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.rebeccaloumudd.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//www.rebeccaloumudd.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.rebeccaloumudd.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//www.rebeccaloumudd.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//www.rebeccaloumudd.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//www.rebeccaloumudd.com/styles/shared/fonts/boldbrush-webfont.svg#new_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleur {color:#ED2024;}

.fleur:before {
	content: 'F';
	font-family: 'boldbrush';
	font-size: 28px;
	font-style: normal;
	position: relative;
	top: 4px;
	left: 0;
	margin-right: 5px;
}

.enso:before {
    content: 'B';
    font-family: 'boldbrush';
    font-size: 28px;
    font-style: normal;
    position: relative;
    top: 4px;
    left: 0;
    margin-right: 5px;
}

.dpw:before {
	content: 'D';
	font-family: 'boldbrush';
	font-size: 64px;
	font-style: normal;
	position: relative;
	top: 15px;
	left: 0;
}

.boldbrush {
	font-family: 'boldbrush';
	font-size: 28px !important;
	font-style: normal;
	position: relative;
	top: 2px;
	left: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #FFCC66;
	text-decoration: underline;
	outline: 0;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

a:hover { color: #D4D0C8; }
a:hover, a:active, a:focus { outline: 0; }

a.arrow-link {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	text-decoration: none;
}

a.arrow-link:after {
	font-family: 'FontAwesome';
	font-size: 13px;
	content: '\f105';
	position: relative;
	top: 0;
	right: -5px;
}

a.link {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	text-decoration: underline;
}

/* ==========================================================================
   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 {
	margin-bottom: 10px;
}

.artist-list li a {
	font-size: 18px;
	text-decoration: none;
}

/* ==========================================================================
   Header
   ========================================================================== */

.header {
	position: absolute;
	top: auto;
	width: 100%;
	background: #000000;
	padding-bottom: 25px;
	padding-top: 20px;
	z-index: 98;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}

.sticky {
	position: fixed !important;
	/*margin-top: -55px !important;*/
}

.site-title {
	display: block;
	margin-bottom: 15px;
}

.site-title a {
	font-family: 'Cinzel', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: normal;
	color: #FFCC66;
	text-decoration: none;
	letter-spacing: 8px;
}

/* ==========================================================================
   Main Nav
   ========================================================================== */

/*** 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%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	display: inline-block;
}

.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;
}

.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: 50%;
	top: 32px;
	background: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
			transform: translate(-50%);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}

.sf-menu a {
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFCC66;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.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: #D4D0C8;
}

.sf-menu li li a {
	font-size: 13px;
}

.sf-menu > .selectednavlink > a {
	color: #FFCC66 !important;
}

.sf-menu ul .selectednavlink a {
	color: #FFCC66 !important;
}

.sf-menu .emptynavlink {
	display: none !important;
	visibility: hidden;
}

/* ==========================================================================
   Mobile Nav
   ========================================================================== */

.mobile-nav {
	cursor: pointer;
	display: none;
}

.mobile-nav i {
	font-size: 20px;
	line-height: 24px;
	color: #FFCC66;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.mobile-nav i:hover {
	color: #D4D0C8;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000000;
	overflow: auto;
	z-index: 99;
}

.wrap {
	text-align: left;
	width: 90%;
	padding: 25px;
}

.wrap-nav {
	margin: 0;
	padding: 0;
}

.wrap-nav li {
	display: block;
	vertical-align: top;
	position: relative;
}

.wrap-nav li a {
	font-size: 20px;
	color: #FFCC66;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

.wrap-nav li a:hover {
	color: #D4D0C8;
}

.wrap-nav > .selectednavlink > a, .wrap-nav ul .selectednavlink a {
	color: #FFCC66 !important;
}

.wrap-nav ul li a {
	font-size: 18px;
	padding: 5px 0;
}

.wrap .close {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 28px;
	cursor: pointer;
}

.wrap .close i {
	color: #FFCC66;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.wrap .close i:hover {
	color: #D4D0C8;
}

/* ==========================================================================
   Content
   ========================================================================== */

.page-title {
	margin-top: 20px;
	margin-bottom: 40px;
}

/*.content > section:first-child {
	padding-top: 175px;
}*/

.content-item {
	overflow: hidden;
	margin-bottom: 50px;
}

.content-item .alpha {
	text-align: right;
}

.content-item .alpha h2 {
	font-size: 26px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.content-item .omega {
	border-left: 1px solid #222222;
	padding-left: 20px;
}

.col-1-3.alpha h4 {
	text-align: right;
}

/* ==========================================================================
   Home
   ========================================================================== */

.hero {
	margin-bottom: 35px;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	background-position: center center !important;
	background-repeat: repeat-y;
	-webkit-background-size: cover !important;
       -moz-background-size: cover !important;
    	 -o-background-size: cover !important;
    		background-size: cover !important;
}

.widgets .col-1-3, .widgets .col-1-1 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.widget p:last-child {
	margin-bottom: 0px;
}

/* ==========================================================================
   Widgets
   ========================================================================== */

.widget ul {
	padding-left: 16px;
	text-align: left;
}

.widget ul li {
	margin-bottom: 10px;
	line-height: 22px;
	color: #FFCC66;
}

.widget_sidebar_works img {
	width: 100%;
}

.widget_sidebar_works .col-1-4 {
	padding: 0 5px 10px;
}

.widget h4 {
	color: #FFCC66;
}

.widget_sidebar_newsletter h4 {
	color: #FFCC66;
}

.widget a {
	color: #FFCC66;
}

.widget a:hover {
	color: #D4D0C8;
}

/* ==========================================================================
   E-Commerce
   ========================================================================== */

.price-boxes {
	text-align: center;
}

.price-boxes .box {
	display: inline-block;
	width: 49%;
	padding: 0 5px;
}

.price-boxes.faso-art-unframed-show, .price-boxes.faso-art-framed-show {
	margin-bottom: 30px;
}

.price-box {
	text-align: center;
	padding: 20px 10px;
	background: #222222;
}

.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;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
	font-size: 14px;
	width: 100%;
	text-align: center;
	clear: both;
	padding-bottom: 30px;
	padding-top: 5px;
}

.footer .faso-bug a {
	color: #FFCC66;
	text-decoration: none;
}

.footer .faso-bug a:hover {
	color: #D4D0C8;
}

/* ==========================================================================
   Social
   ========================================================================== */

.social {
	margin-top: 20px;
}

.social ul {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.social ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

.social ul li i {
	font-size: 20px;
}

.social ul li a {
	text-decoration: none;
}

/* ==========================================================================
   Blog
   ========================================================================== */

#blog-topical-nav, #blog-archive-nav {
	display: none;
}

.sidebar-blog-topical {
	margin-right: 10px;
	color: #000;
}

.sidebar-blog-archives {
	color: #000;
}

.follow-link a {
	text-decoration: none;
}

.follow-link i {
	margin-right: 5px;
}

.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: #222222;
}

.blog-comment-even {
	background: none;
}

.social-buttons {
	overflow: hidden;
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #222222;
	z-index: 9999;
}

.social-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-buttons li {
	line-height: normal;
	margin: 0;
	padding: 6px 12px;
}

.social-buttons li a {
	font-size: 25px;
	line-height: normal;
}

.post-nav {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	overflow: hidden;
}

.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 a {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 13px;
}

.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: 14px/24px 'Cabin', sans-serif !important;
	font-weight: 400 !important;
	padding: 20px;
	color: #FFCC66;
	background-color: #000000 !important;
}

.success_message h2 {
	font-size: 24px !important;
}

.success_message .blog_comment {
	border-bottom: none !important;
}


/* ==========================================================================
   Grid Item Hover
   ========================================================================== */

.item-box {
	position: relative;
	overflow: visible;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.item-caption:before,
.item-title {
    display: inline-block;
    vertical-align: middle;
}

.item-caption:before {
    content: "";
    height: 100%;
}

.item-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	overflow: hidden;
	background: #222222;
	-webkit-transition: 0.2s all linear;
		-moz-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.item-title {
	margin: 0;
	font-size: 24px;
	padding: 0 10px;
	width: 95%;
}

.item-category {
	display: block;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 1px;
	opacity: .65;
	margin-top: 10px;
}

/* Hovers */

.item-box:hover .item-caption {
	opacity: .90;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn, input[type='submit'],
.bbav .bbav-button .btn {
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #D4D0C8;
	border: none;
	padding: 15px 40px;
	max-width: 100%;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}

.btn:hover, input[type='submit']:hover,
.bbav .bbav-button .btn:hover {
	color: #000000;
	background: #FFCC66;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	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: #FFCC66;
}

.pagination ul li a:hover {
	color: #313131;
}

.pagination ul li a.current {
	color: #FFCC66 !important;
	background: #000000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;
}

:-ms-input-placeholder {
   color: #000000;
}

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
	font: 16px/24px 'Cabin', sans-serif;
	font-weight: 400;
	color: #000000;
	width: 100%;
    padding: 10px 20px;
    margin: 0;
	border: none;
	background: #D4D0C8;

	-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: 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: block;
}

.signup-form .alert {
	line-height: normal;
	margin: 15px 0 0;
}

.signup-form label.error {
	text-align: left;
}

.signup-form input[type="text"] {
	background: #313131;
}

.signup-form button {
	position: absolute;
	top: 1px;
	right: 0;
	padding: 10px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: #000000;
	line-height: normal;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.signup-form button:hover {
	color: #000000;
}

.widget_sidebar_newsletter .col-1-3 {
	padding: 0;
}

.widget_sidebar_newsletter h4 {
	margin-bottom: 0px;
	margin-top: 10px;
}

.subscribe-form {
	position: relative;
	display: none;
	margin-bottom: 15px;
}

.subscribe-form h2 {
	font-size: 18px;
  display: inline-block;
	margin-bottom: 10px;
}

.subscribe-form input[type='text'] {
	width: 350px;
	padding: 8px 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 40px;
}

.subscribe-form .form-item {
	margin-bottom: 0px;
	display: flex;
  flex-flow: row wrap;
  align-items: center;
	justify-content: center;
}

.subscribe-form input[type='submit'] {
	padding: 11px 30px;
	margin-bottom: 10px;
}

.subscribe-form input[type='text'].error {
	border: 1px solid #ff0000;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.row .row {
    width: auto;
    margin: 0 -15px !important;
}

*[class*='col-'] {
	float: left;
	padding: 0 15px;
	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%; }

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.cell {
	text-align: center;
	padding: 30px;
	background: #000000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}

.centered { margin: 0 auto; position: relative; float: none; }

.grid { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.grid-item { padding: 15px; margin: 0; display: inline-block; float: left;}
.grid-item img { width: 100%; }
.grid-item h2 { line-height: 24px; }
.grid-item p:last-child { margin-bottom: 0 !important; }

.row-grid {
	width: 100%;
	overflow: hidden;
	padding: 15px;
}

.row-item {
	float: left;
	margin-bottom: 15px;
	position: relative;
}

.contained {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	padding: 15px;
}

.square-item {
	position: relative;
	overflow: hidden;
	background: #222222;
}

.square-item::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.square-item .item-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin-bottom: 0;
}

.square-item .item-box img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* ==========================================================================
   Videos
   ========================================================================== */
   
.video-grid {
	margin: 0 -7px;
}

.isotope-item {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 7px 50px;
}

.videos {
	min-width: 0;
}

.video-image {
	position: relative;
	margin-bottom: 10px;
	background: #000;
}

.video-meta {
	font-size: 14px;
	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;
	z-index: 2;
}

.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: #FFCC66;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.filter > ul > li:hover {
	color: #D4D0C8;
}

.filter > ul > li:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #FFCC66;
	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: #313131;
	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: #FFCC66;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.filter ul ul li a:hover, .filter a.selected {
	color: #D4D0C8;
}

.filter hr {
	margin: 5px 0;
}

.isotope-reset {
	text-align: right;
	color: #FFCC66;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.2s color linear;
			transition: 0.2s color linear;
}

.isotope-reset:hover {
	color: #D4D0C8;
}

.filter-container {
	text-align: center;
}

/* ==========================================================================
   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;
	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;
}

/* ==========================================================================
   slideshow
   ========================================================================== */

.slider-container {
	padding: 0px 25px;
  }
  .slider {
	height: 100vh;
	display: none;
	padding-top: 126px;
  }
  .slider-wrapper {
	height: 100%;
  }
  .slick-list {
	height: 100%;
  }
  .slideshow {
	height: 100%;
	padding-bottom: 100px;
  }
  .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, .slider .slick-next {
	height: auto;
	overflow: hidden;
	z-index: 1;
	top: calc(50vh - 135px);
	text-shadow: 0px 0px 5px black;
  }
  .slider .slick-prev {
	left: 25px;
  }
  .slider .slick-next {
	right: 25px;
  }
  .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: 55px;
	color: white;
  }
  .slider .slick-dots {
	position: static;
	bottom: 0;
	margin-top: 15px;
  }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width : 1024px) {

	.gallery-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
}

@media only screen and (min-width : 993px) {

	.grid-item {
		width: 33.33333%;
	}

	.grid-item-2 {
		width: 50%;
	}

}

@media only screen and (max-width : 992px) {

	.grid-item {
		width: 50%;
	}

	.widget_sidebar_works .col-1-4 {
		width: 33.33333%;
	}
	
	.contained {
		grid-template-columns: 1fr 1fr;
	}
	
	.isotope-item {
		width: 33.33333%;
	}

}

@media only screen and (max-width : 908px) {

	/*.content > section:first-child {
		padding-top: 197px;
	}*/

}

@media only screen and (max-width : 768px) {

	.grid-item {
		width: 50%;
	}

	.grid-item-2 {
		width: 100%;
	}

	.mobile-nav {
		display: block;
	}

	.sf-menu {
		display: none;
	}

	.header {
		position: relative;
	}

	/*.content > section:first-child {
		padding-top: 50px;
	}*/

	.item-title {
		font-size: 18px;
	}

	.item-category {
		font-size: 14px;
	}

	.widgets > .col-1-3 {
		float: none;
		width: 100%;
	}

	.widget_sidebar_works .col-1-4 {
		width: 12.5%;
	}

	.slider {
		padding-top: 0 !important;
		height: calc(100vh - 90px);
	}

	.slider .slick-prev, .slider .slick-next {
		top: calc(50vh - 115px);
	}

	.gallery-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.price-boxes .box {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
		
	.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 (max-width: 640px) {

	*[class*='col-'] {
		float: none;
		width: 100%;
	}

	.alpha { padding: 0; }
	.omega { padding: 0; }

	.text-left-center, .text-right-center { text-align: center; }

	.social-buttons {
		position: static;
		margin-bottom: 25px;
		background: none;
	}

	.social-buttons li {
		float: left;
		padding: 6px 10px;
	}

	.content-item .alpha {
		text-align: center;
	}

	.content-item .omega {
		border-left: none;
		padding-left: 0px;
		text-align: center;
	}

	.col-1-3.alpha h4 {
		text-align: left;
	}

	.widget_sidebar_works .col-1-4 {
		width: 25%;
		float: left !important;
	}

	.widget_sidebar_newsletter h4 {
		margin-bottom: 30px;
		margin-top: 0px;
	}

	.signup-form label.error {
		text-align: center;
	}
	
	.contained {
		grid-template-columns: 1fr;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr 1fr; 
	}
	
	.price-boxes .box {
		display: inline-block;
		width: 49%;
		padding: 0 5px;
	}
	
	.subscribe-form input[type='text'] {
		width: 100%;
		margin-right: 0px;
	}

}

@media only screen and (max-width : 480px) {

	.grid-item {
		width: 100%;
	}
	
	.contained, .gallery-grid {
		grid-template-columns: 1fr;
	}
	
	.price-boxes .box {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	
	.isotope-item {
		width: 100%;
	}

}

@media screen and (min-width: 640px) {
    img.box-shadow.margin-top-5.faso-about-image-biopicture1, img.box-shadow.margin-top-5.faso-about-image-biopicture2 {
        max-width: 350px;
    }
}

@media screen and (max-height: 415px) {
	.slider {
		padding-top: 0 !important;
		height: 100vh;
	}
	.slideshow {
		padding-bottom: 55px;
	}
	.slider .slick-prev, .slider .slick-next {
		top: calc(50vh - 50px);
	}
}

/* ==========================================================================
   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;
    }
}

