/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Tue, 09 Sep 2025 20:55:06 -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;
    width: 100%;
    font: 15px/28px 'Open Sans', sans-serif;
    font-weight: 300;
    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;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
       -moz-transition: opacity .2s ease-out;
         -o-transition: opacity .2s ease-out;
            transition: opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

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

img.lazyloaded {
    opacity: 1;
}

a img:hover {
    opacity: .9;
}

.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: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    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 { font-weight: 300; 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; }
.opacity-6 {
    opacity: .6;
}
.opacity-5 {
    opacity: .5;
}

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

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

.fleur {color:#ED2024;}

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

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

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

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

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

a {
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    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: 400;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: 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 {
    float: right;
}

.faso-artistbio-section-about .subnav {
    float: none;
    display: block;
    text-align: right;
}

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

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

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

.subnav li a {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 44px;
}

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

/* ==========================================================================
   Structure
   ========================================================================== */
   
#wrapper {
    max-width: 1350px;
}

/* This is to avoid displaying the elements on the screen while calculating their size */
#wrapper.calculating .main-nav,
#wrapper.calculating .hamburger {
    display: block;
    visibility: hidden;
}

.wrapper--small {
    margin: 0 auto;
    padding: 0 20px 20px;
}

.wrapper--large {
    margin: 10px auto;
    padding: 75px;
}

/*.wrapper--small .site-title {
    float: left;
    text-align: left;
    display: inline-block;
}*/

.wrapper--small .site-title {
    float: none;
    text-align: center;
    display: block;
}

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

.main {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

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

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

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

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

.site-title {
    display: inline-block;
}

.site-title a {
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #222222;
    opacity: 1;
}

.site-title a:hover {
    opacity: .85;
}

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

.hamburger {
    cursor: pointer;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 25px;
    display: none;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #999999;
    -webkit-transition:0.2s color ease-out;
            transition:0.2s color ease-out;
}

.hamburger:hover {
    color: #111111;
}

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

.sf-menu li {
    position: relative;
}

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

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

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

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

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

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

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

.sf-menu a {
    display: block;
    position: relative;
    color: #999999;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 12.2px 0;
    zoom: 1; /* IE7 */
}

.sf-menu li {
    margin-left: 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: #111111;
}

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

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

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

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

.mobile-nav {
    overflow: hidden;
    display: none;
    margin: 0 0 15px;
}

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

.mobile-nav ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    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: 14px;
    line-height: 32px;
    color: #999999;
    padding: 0;
}

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

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

.mobile-nav hr {
    margin-top: 15px;
    margin-bottom: 0px;
}

.hide-menu {
    display: none;
}

.show-menu {
    display: block;
    height: 100%;
}

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

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

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

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

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

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

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

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

.footer a {
    text-decoration: none;
}

.footer .newsletter-signup {
    display: block;
    font-size: 14px;
    font-weight: 800;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="text"], textarea {
    font: 16px/24px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #444444;
    width: 100%;
    padding: 10px 15px;
    margin: 0;
    border: 1px solid #E1E1E1;
    background: none;
    
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    
    -webkit-transition: 0.2s all ease-out;
            transition: 0.2s all ease-out;
}

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: 800;
    text-transform: none;
    letter-spacing: 0;
  display: inline-block;
    margin-bottom: 0px;
}

.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: 16px/24px 'Open Sans', sans-serif;
    font-weight: 300;
    color: #444444;
    width: 100%;
  margin: 0;
    border: 1px solid #E1E1E1;
    background: none;
    -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: 16px/24px 'Open Sans', 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;
}

/* ==========================================================================
   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: 600px;
}
#artwork-viewer.landscape {
    max-width: 900px;
}
#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;
}

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

.work {
    margin-right: 300px;
    margin-bottom: 50px;
    display: block;
}

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

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

.work-item small, .masonry-item small, .grid-item small, .isotope-item small {
    display: block;
    line-height: 20px;
}

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

.work-meta {
    margin-right: -300px;
    margin-bottom: 34px;
    width: 250px;
    float: right;
}

.work-title {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.work-nav {
    float: right;
}

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

.square-item {
    position: relative;
    overflow: hidden;
    background: #F0F0F0;
    margin-bottom: 3%;
}

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

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

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

.masonry-item {
    float: left;
    width: 33.33333%;
    padding-left: 2.912621359223301%;
    padding-top: 3%;
    text-align: center;
}

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

.grid-item {
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.grid-item .work-image {
    -webkit-transition: opacity .2s ease-out;
       -moz-transition: opacity .2s ease-out;
         -o-transition: opacity .2s ease-out;
            transition: opacity .2s ease-out;
}

.work-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    padding: 15px;
    -webkit-transition: opacity .2s ease-out;
       -moz-transition: opacity .2s ease-out;
         -o-transition: opacity .2s ease-out;
            transition: opacity .2s ease-out;
}

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

a.grid-item:hover .work-image {
    opacity: .2;
}

a.grid-item:hover .work-details {
    opacity: 1;
}

.price-box {
    line-height: 22px;
    margin-bottom: 25px;
}

.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 {
    margin-top: 10px;
}

.price-box input[type="submit"] {
    margin: 0 !important;
}

.user-cta {
    margin-top: 15px;
}

.faso-workszoom-link-contact {
    display: inline-block;
    line-height: 22px;
}

/* ==========================================================================
   Gallery Artists
   ========================================================================== */
   
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.artist-item {
    position: relative;
}

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

.artist-item a:hover, .artist-item a img:hover {
    opacity: 1;
}

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

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

.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: 125px;
}

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

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

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

.success_message {
    font: 16px/24px 'Open Sans', sans-serif !important;
    font-weight: 400 !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 {
    text-align: left;
    margin-top: 10px;
}

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

.follow-link i {
    margin-right: 5px;
    color: #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: 130px;
    overflow: hidden;
    background-color: #DDDDDD;
}

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

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

.widget_sidebar_blog h2 {
    margin-bottom: 40px;
}

.widget_sidebar_blog a {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
}

.widget_sidebar_blog .date, .blogfront .date, .blog .date {
    font-size: 13px;
    opacity: .6;
    text-transform: none;
}

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

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

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

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

.isotope-item {
    position: relative;
    float: left;
    width: 33.33333%;
    padding: 0 15px 50px;
    text-align: center;
}

.videos {
    min-width: 0;
}

.video-image {
    position: relative;
    margin-bottom: 3%;
    background: #000;
}

.video-title {
    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: #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;
}

/* ==========================================================================
   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-4 { width: 33.3333%; }
.span-7 { width: 58.3333%; }

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

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

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

@media only screen and (max-width : 1200px) {
    
    .item-title {
        font-size: 20px;
    }
    
    .item-category {
        font-size: 14px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
}

@media only screen and (max-width : 960px) {
    
    .isotope-item {
        width: 50%;
    }
    
}

@media only screen and (max-width : 768px) {
    
    .item-title {
        font-size: 18px;
    }
    
    .item-category {
        font-size: 12px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .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: 750px) {
    
    *[class*='col-'] {
        float: none;
        width: 100%;
    }
    
    *[class*='span-'] {
        float: none !important;
        width: auto !important;
    }
    
    .article, .articles {
        margin: 0 !important;
    }
    
    .sidebar {
        width: auto !important;
        position: static !important;
        margin-top: 50px;
    }
    
    .work {
        margin: 0;
    }
    
    .work-meta {
        margin: 0 auto 20px;
        width: auto !important;
        float: none !important;
    }
    
    .work-item {
        width: 47.0873786407767%;
    }
    
    .work-item:nth-child(3n+1) {
        clear: none;
    }
    
    .work-item:nth-child(odd) {
        clear: left !important;
    }
    
    .masonry-item {
        width: 50%;
    }
    
    .content-block {
        padding-top: 17px !important;
    }
    
    .spacer-block {
        display: none;
    }
    
    .faso-artistbio-section-about .span-4 .content-block,
    .faso-artistbio-section-about .subnav,
    .faso-artistbio-header-artist-name {
        text-align: center;
    }
    
    .bbav .ArtworkDetails-btnsContainer {
        margin-bottom: 40px;
    }

}

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

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

}

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

@media screen and (min-width: 1160px) {
    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;
    }
}.collections-image-collectionpicture {width:200px;}

.works-label-header-title {display:none;}

/*remove page headings from pages category*/
.faso-page-data-page-title {display:none;}

