/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Fri, 05 Sep 2025 17:21:22 -0500*/
/*! 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: 16px/24px 'Quattrocento Sans', sans-serif;
    font-weight: 400;
    color: #CCCCCC;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #525B60;
}

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

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

img.lazyload {
    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-bottom { margin-bottom: 50px !important; }
.margin-bottom-dbl { margin-bottom: 100px !important; }
.margin-bottom-half { margin-bottom: 25px !important; }
.margin-bottom-10 { margin-bottom: 10px !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; }

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

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

.opacity-50 {
    opacity: .5;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.overflow-visible {
    overflow: visible !important;
}

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

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

h1, .h1 { font-size: 32px; }
h2, .h2 { font-size: 28px; }
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }
h6, .h6 { font-size: 14px; }

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

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

.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.carolynpaterson.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//www.carolynpaterson.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.carolynpaterson.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//www.carolynpaterson.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//www.carolynpaterson.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//www.carolynpaterson.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;
}

.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;
    line-height: 0;
    position: relative;
    top: 16px;
    left: 0;
}

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

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

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

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

a.arrow-link {
    text-transform: uppercase;
    font-weight: 700;
    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: 700;
    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: -1px;
    right: -14px;
}

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

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

/* ==========================================================================
   Header
   ========================================================================== */

.header {
    width: 100%;
    background: #999999;
    padding-bottom: 35px;
    padding-top: 25px;
}

.site-title a {
    font-family: 'Cinzel', serif;
    font-size: 42px;
    font-weight: normal;
    line-height: normal;
    color: #242F35;
    margin-bottom: 15px;
}

.site-title a:hover {
    color: #FFFFFF;
}

/* ==========================================================================
   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: -5px;
    top: 25px;
    background: #999999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sf-menu a {
    font-family: 'Cinzel', serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #242F35;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 2px 10px;
    text-align: left;
}

.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: #FFFFFF;
}

.sf-menu li li a {
    font-size: 13px;
    padding: 2px 15px;
}

.sf-menu > .selectednavlink > a {
    color: #FFFFFF !important;
    /*background: rgba(0, 0, 0, .10);*/
}

.sf-menu ul .selectednavlink a {
    color: #FFFFFF !important;
}

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

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

.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #999999;
    overflow: auto;
    z-index: 99999;
}

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

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

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

.mobile-nav > ul {
    padding: 0;
    margin: 0;
}

.mobile-nav > ul > li {
    margin: 0 0 20px;
}

.mobile-nav > ul > li > ul {
    margin: 10px 0 0;
}

.mobile-nav ul ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.mobile-nav a {
    font-family: 'Cinzel', serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #242F35;
    text-decoration: none;
}

.mobile-nav a:hover {
    color: #FFFFFF;
}

.mobile-nav ul ul a {
    font-size: 16px;
    opacity: .85;
}

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

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

.nav-wrapper .close {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
}

.nav-wrapper .close i {
    font-size: 24px;
    color: #242F35;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

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

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger i {
    font-size: 20px;
    line-height: 24px;
    color: #242F35;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

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

/*.mobile-nav {
    padding: 25px;
}



*/

/* ==========================================================================
   Pushy
   ========================================================================== */

/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */

.pushy {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #999999;
    -webkit-box-shadow: inset 5px 0 3px -4px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset 5px 0 3px -4px rgba(0, 0, 0, .7);
    box-shadow: inset 5px 0 3px -4px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

/* Menu Movement */

.pushy-right {
    -webkit-transform: translate3d(250px,0,0);
    -moz-transform: translate3d(250px,0,0);
    -ms-transform: translate3d(250px,0,0);
    -o-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
}

.pushy-open {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push, .push-push {
    -webkit-transform: translate3d(-250px,0,0);
    -moz-transform: translate3d(-250px,0,0);
    -ms-transform: translate3d(-250px,0,0);
    -o-transform: translate3d(-250px,0,0);
    transform: translate3d(-250px,0,0);
}

/* Menu Transitions */

.pushy, #container, .push {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.site-overlay {
    display: none;
}

.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

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

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

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

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

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

.social li a {
    color: #525B60;
    text-decoration: none;
}

.social li a:hover {
    color: #242F35;
}

/* ==========================================================================
   Content
   ========================================================================== */

.content {
    margin: 0 auto;
    padding-top: 30px;
}

.content-section {
    padding-bottom: 75px;
}

.section-heading {
    /*margin-top: 35px;*/
    overflow: hidden;
    text-align: center;
}

.section-heading h1, .section-heading h2 {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    margin-bottom: 35px;
}

.section-heading h1:before, .section-heading h2:before,
.section-heading h1:after, .section-heading h2:after {
    background: #CCCCCC;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 50%;
}

.section-heading h1:before, .section-heading h2:before {
    right: 100%;
}

.section-heading h1:after, .section-heading h2:after {
    left: 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: 800px;
}
#artwork-viewer .lazyload,
#artwork-viewer .lazyloading,
#artwork-viewer .lazyloaded {
    width: 100%;
    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;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    font-size: 15px;
    width: 100%;
    color: #CCCCCC;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    margin-left: 15px;
}

.footer ul li a {
    color: #999999;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #FFFFFF;
}

.footer .newsletter {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background: rgba(0, 0, 0, .05);
}

.footer .newsletter h2 {
    padding-top: 4px;
}

.footer .recent {
    width: 100%;
    background: rgba(0, 0, 0, .10);
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .subfooter {
    font-size: 14px;
    width: 100%;
    background: rgba(0, 0, 0, .20);
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .subfooter .faso-bug a {
    color: #999999;
    text-decoration: none;
}

.footer .subfooter .faso-bug a:hover {
    color: #999999;
}

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

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

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

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

.social-buttons li {
    line-height: normal;
    margin: 0;
    float: left;
    padding: 6px 10px;
}

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

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

.post-nav {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}

.post-nav li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

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

.post-nav li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

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

.share-buttons {
    margin-bottom: 25px;
    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;
    font-style: italic;
    margin-top: 10px;
}

.success_message {
    font: 14px/24px 'Quattrocento Sans', sans-serif !important;
    font-weight: 400 !important;
    color: #242F35;
    padding: 20px;
    background-color: #999999 !important;
}

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

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

/* ==========================================================================
   Grid Item Hover
   ========================================================================== */

figure.hover-effect {
    position: relative;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}

figure.hover-effect img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
            transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden; /* Image movement fix on hover */
            backface-visibility: hidden;
}

figure.hover-effect:hover img {
    opacity: 0.10;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}


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

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

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

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

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

figure.hover-effect .details h2 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 5px;
}

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

figure.hover-effect p {
    margin: 0;
}

/* ==========================================================================
   E-Commerce
   ========================================================================== */

.price-boxes {
    text-align: center;
    overflow: hidden;
}

.price-boxes .box {
    display: inline-block;
    width: 50%;
    float: left;
}

.price-boxes .box:only-of-type {
    float: none;
}

.price-boxes .box:first-child {
    padding-right: 10px;
}

.price-boxes .box:last-child {
    padding-left: 10px;
}

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

.price-box {
    text-align: center;
    padding: 20px 10px;
    background: #CCCCCC;
}

.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;
    padding: 0 15px;
}

.artist-item {
    position: relative;
    text-align: center;
}

.artist-item a {
    text-decoration: none;
}

.artist-item h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
}

.artist-item img {
    margin-bottom: 15px;
}

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

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn, button, input[type='submit'],
.bbav .bbav-button .btn {
    font-family: 'Cinzel', serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #CCCCCC;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: #242F35;
    border: none;
    padding: 14px 30px;
    max-width: 100%;
    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

.btn:hover, button:hover, input[type='submit']:hover,
.bbav .bbav-button .btn:hover {
    color: #FFFFFF;
    background: #525B60;
}

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

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

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

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

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

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

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

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

input[type="text"], textarea {
    font: 16px/24px 'Quattrocento Sans', sans-serif;
    font-weight: 400;
    color: #999999;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    border: none;
    background: #242F35;

    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;

    -webkit-transition:0.2s background linear;
            transition:0.2s background linear;
}

input[type="text"]:focus, textarea:focus {
    background: #242F35;
}

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

textarea {
    height: 200px;
}

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

    input[type="submit"]::-moz-focus-inner {border:0;} /* ff specific stuff, yuck*/
    input[type="submit"]:focus {background:#242F35;} /* change accordingly depending on your button bg color, this fixes the focus problem when using keyboard to move betweenform elements */
}

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

.form-item.error input, .form-item.error textarea {
    background: #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 button {
    position: absolute;
    top: 0;
    right: 0;
}

.select-field {
    display: block;
    position: relative;
  overflow: hidden;
  font: 16px/24px 'Quattrocento Sans', sans-serif;
    font-weight: 400;
    color: #999999;
    width: 100%;
  margin: 0;
    border: none;
    background: #242F35;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    -webkit-border-radius: 0px;
                border-radius: 0px;
  width: 100%;
  height: 44px;
  cursor: pointer;
}

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

.select-field select {
    position: relative;
    display: inline-block;
    font: 16px/24px 'Quattrocento Sans', sans-serif;
    font-weight: 400;
    color: #999999;
  width: 100%;
  cursor: pointer;
  border: none;
    padding: 10px 20px;
    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
   ========================================================================== */

.work-image {
    position: relative;
    margin-bottom: 25px;
}

.work-details {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 25px;
}

.work-details li {
    display: inline;
    margin: 0 10px;
    font-size: 20px;
    position: relative;
}

.work-details li:after {
    content: "/";
    position: absolute;
    top: 0;
    right: -15px;
    opacity: .5;
}

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

.work-prev,
.work-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.work-prev:hover,
.work-prev:focus,
.work-next:hover,
.work-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.work-prev:hover:before,
.work-prev:focus:before,
.work-next:hover:before,
.work-next:focus:before {
    color: #FFFFFF;
    background: #525B60;
}


.work-prev:before,
.work-next:before {
    font-family: 'FontAwesome';
    font-size: 32px;
    line-height: 50px;
    color: #CCCCCC;
    background: #242F35;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition:0.2s all linear;
            transition:0.2s all linear;
}

.work-prev {
    left: 15px;
}

.work-prev:before {
    content: '\f104';
}

.work-next {
    right: 15px;
}

.work-next:before {
    content: '\f105';
}


/* ==========================================================================
   Widgets
   ========================================================================== */

.widget_sidebar_events ul li, .widget_sidebar_blog ul li {
    line-height: 18px;
    margin-bottom: 10px;
}

/* ==========================================================================
   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 { padding: 10px; }
.cell-inner { padding: 25px; background: rgba(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; float: left; }
.grid-item img { width: 100%; }
.grid-item h2 { font-size: 25px; line-height: 24px; margin-bottom: 10px; }
.grid-item p { line-height: 20px; }
.grid-item p:first-child { margin-bottom: 5px !important; }
.grid-item p:last-child { margin-bottom: 0 !important; }

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

.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: #CCCCCC;
}

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

.square-item .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}

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

/* ==========================================================================
   Videos
   ========================================================================== */
   
.video-grid {
    margin: 0 -15px;
}

.isotope-item {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 15px 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: 18px;
    line-height: 18px;
    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: #FFFFFF;
    -webkit-transition: 0.2s color linear;
                    transition: 0.2s color linear;
}

.filter > ul > li:hover {
    color: #242F35;
}

.filter > ul > li:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #FFFFFF;
    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: #525B60;
    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: #FFFFFF;
    text-transform: none;
    -webkit-transition: 0.2s color linear;
                    transition: 0.2s color linear;
}

.filter ul ul li a:hover, .filter a.selected {
    color: #242F35;
}

.filter hr {
    margin: 5px 0;
}

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

.isotope-reset:hover {
    color: #242F35;
}

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

.clearfix:after {
    clear: both;
}

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

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

    .grid-item {
        width: 33.33333%;
    }

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

    .grid-item-6 {
        width: 16.66666%;
    }

}

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

    .grid-item {
        width: 50%;
    }

    .grid-item-6 {
        width: 33.33333%;
    }
    
    .contained {
        grid-template-columns: 1fr 1fr;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .isotope-item {
        width: 33.33333%;
    }

}

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

    .grid-item {
        width: 50%;
    }

    .grid-item-2 {
        width: 100%;
    }

    .grid-item-6 {
        width: 33.33333%;
    }

    .work-prev, .work-next {
        position: relative;
        margin: 0 0 10px 0;
        display: inline-block;
    }

    .work-next {
        margin-left: 15px;
    }

    .work-prev {
        margin-right: 15px;
    }

    .hamburger {
        display: block;
    }

    .sf-menu {
        display: none;
    }
    
    .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;
    }

}

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

    *[class*='col-'] {
        float: none;
        width: 100%;
    }

    .alpha { padding: 0; }
    .omega { padding: 0; }

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

    .site-title a {
        font-size: 34px;
    }

    .sidebar-blog-topical, .sidebar-blog-archives {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 15px;
    }

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

    .work-details li {
        display: block;
    }

    .work-details li:after {
        content: "";
    }

    .footer ul {
        margin-bottom: 25px;
    }

    .footer .newsletter h2 {
        padding-top: 0px;
        padding-bottom: 10px;
        line-height: 28px;
    }
    
    .contained {
        grid-template-columns: 1fr;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .price-boxes .box {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        float: none;
    }
    
    .price-boxes .box:first-child, .price-boxes .box:last-child {
        padding: 0;
    }

}

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

    .grid-item {
        width: 100%;
    }

    .grid-item-6 {
        width: 50%;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .isotope-item {
        width: 100%;
    }

}

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

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



.faso-links-data-linkdescription img {
    width: auto;
}

.back-to-main {
    font-size: 20px;
    font-variant: small-caps;
}

.slider-container {
  padding: 0px 25px;
}

.slider {
  padding-bottom: 60px;
  height: 600px;
}

.slider-wrapper {
  height: 100%;
}

.slick-list {
  height: 100%;
}

.slideshow {
  height: 100%
}

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

.slider {
  display: none;
}

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