/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Sat, 26 Sep 2026 14:51:13 -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
   ========================================================================== */

html{
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font: 14px/24px 'Cantarell', sans-serif;
    font-weight: 400;
    color: #000000;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #FFFFFF;
}

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

img.lazyload, img.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; }
.relative { position: relative; min-height: 36px; }

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

.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 {
    border-top: 1px solid #BA0104;
    width: 130px;
    clear: both;
    margin: 50px auto;
}

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

h1, h2, h3, h4, h5, h6 { 
    color: #70101B;
    font-family: 'Cantarell', sans-serif;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
}

h1, .h1 { font-size: 28px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #70101B; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #000000; }

.boxed {    
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 90%;
    z-index: 1;
}

.boxed h2, .boxed h3 {
    font-size: 24px !important;
    line-height: 24px;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 0px;
}

a .boxed h2, a .boxed h3 {
    color: #70101B;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

a .boxed h2:hover, a .boxed h3:hover {
    color: #D90104;
}

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

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

@font-face {
    font-family: 'boldbrush';
    src: url('//www.donaldyatomi.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//www.donaldyatomi.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.donaldyatomi.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//www.donaldyatomi.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//www.donaldyatomi.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//www.donaldyatomi.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: 17px;
    left: 0;
}

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


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

a {
    color: #000000;
    text-decoration: underline;
    outline: 0;
    position: relative;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

a:hover { color: #00A02C; }
a:hover, a:active, a:focus { outline: 0; }

a.link {
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

a.link:after {
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: -10px;
    top: -4px;
}

a.link:hover {
    color: #00A02C;
}


/* ==========================================================================
   Lists
   ========================================================================== */

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

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

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

.inline-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: 18px;
    margin-bottom: 5px;
}

.year-list {
    margin-top: 0px;
}

.year-list li:first-child {
    list-style: none;
    margin-left: -20px;
}

/* ==========================================================================
   Structure
   ========================================================================== */

.spacer {
    height: 150px;
}

.page-title {
    display: none;
}

.section-title {
    position: relative;
    text-align: center;
}

.section-title h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.section-title hr {
    width: 125px;
    margin: 0 auto 50px;
}

/* ==========================================================================
   Misc
   ========================================================================== */
.hero-section .slick-prev,
.hero-section .slick-next,
.hero-section .slick-prev:focus,
.hero-section .slick-next:focus{
    width: 35px;
    height: 35px;
    background: #333;
}

.hero-section .slick-prev:hover,
.hero-section .slick-next:hover{
    background: #777;
}

.hero-section .slick-prev:before,
.hero-section .slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 32px;
    line-height: 1;
    color: #fff !important;
    padding:  5px 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-section .slick-dots {
    margin: 0;
    padding: 0;
    bottom: 5px;
}

.hero-section .slick-dots li button:before {
    color: #fff !important;
    opacity: .50;
}

.hero-section .slick-dots li.slick-active button:before {
    color: #fff !important;
    opacity: 1;
}

.hero-image {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover !important;
       -moz-background-size: cover !important;
         -o-background-size: cover !important;
            background-size: cover !important;
}

.image img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.image--cover img{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.image--contain img{
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.image--cover.image--valign-top img {
    background-position: center top !important;
}

.scroll {
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%);
       -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
}

.scroll a {
    font-family: 'Cantarell', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.scroll i {
    font-size: 22px;
}

.slick-prev, .slick-next{
    z-index: 1;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 32px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
    position: fixed;
    top: auto;
    left: 0;
    background: #FFFFFF;
    opacity: .85;
    width: 100%;
    z-index: 101;
    padding: 35px;
}

.site-title {
    float: left;
    width: 90%;
}

.site-title a {
    color: #70101B;
    font-family: 'Cantarell', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

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

/* ==========================================================================
   Main Menu
   ========================================================================== */
   
.hamburger {
    cursor: pointer;
    float: right;
}

.hamburger i {
    font-size: 20px;
    color: #70101B;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

.hamburger i:hover {
    color: #00A02C;
}

.main-nav > ul {
    list-style: none;
    padding: 50px 30px;
    margin: 0;
}

.main-nav ul li {
    margin-bottom: 20px;
    display: block;
}

.main-nav ul li a {
    font-size: 14px;
    color: #240509;
    text-transform: uppercase;
    text-decoration: none;
}

.main-nav ul li a:hover {
    color: #00A02C;
}

.main-nav ul .selectednavlink > a {
    color: #D90104 !important;
}

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

.main-nav ul ul {
    padding: 12px 0 0 20px;
}

.main-nav ul ul li {
    margin-bottom: 10px;
    line-height: 16px;
}

/* ==========================================================================
   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: #FFFFFF;
    -webkit-box-shadow: inset 5px 0 5px -4px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 5px 0 5px -4px rgba(0, 0, 0, .5);
    box-shadow: inset 5px 0 5px -4px rgba(0, 0, 0, .5);
    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 media icons (v2 component)
   ========================================================================== */

.social-icons-wrapper {
    margin-bottom: 20px;
    text-align: center;
}

.social-media-icons__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.social-media-icons__item {
    flex: 0 0 auto;
}

.social-media-icons__link {
    line-height: normal;
    color: #70101B;
}

.social-media-icons__link:hover {
    color: #00A02C;
}

.social-media-icons__svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* ==========================================================================
    workszoom/worksdetail
   ========================================================================== */

#artwork-viewer {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}

#artwork-viewer .faso-workszoom-data-image {
    display: block;
    width: 100%;
}

#artwork-viewer.portrait .faso-workszoom-data-image,
#artwork-viewer.landscape .faso-workszoom-data-image {
    width: 100%;
    display: block;
}
#artwork-viewer.portrait{
    max-width: 500px;
}
#artwork-viewer.landscape {
    max-width: 750px;
}
#artwork-viewer .lazyload,
#artwork-viewer .lazyloading,
#artwork-viewer .lazyloaded {
    transition: opacity 300ms linear;
}
#artwork-viewer .lazyload {
    opacity: 0.5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
#artwork-viewer .lazyloading,
#artwork-viewer .lazyloaded {
    opacity: 1;
}
#artwork-viewer .bbav .ArtworkDetails-btnsContainer {
    margin: 20px 0;
}
#artwork-viewer .bbav .bbav-button:last-child {
    margin-right: 0px !important;
}
#artwork-viewer .bbav .artwork-images .slick-dots {
    bottom: -42px;
}

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

/*.price-boxes {
    text-align: center;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}

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

.price-boxes .box:last-child {
    padding-left: 5px;
}*/

/*.price-boxes, .price-box {
    overflow: hidden;
}*/

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

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

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

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

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

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
    padding: 75px 60px 20px;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.footer .bug a {
    text-decoration: none;
}

/* ==========================================================================
   Blog
   ========================================================================== */

#blog-topical-nav, #blog-archive-nav {
    display: none;
}

.post-comment {
    margin-bottom: 10px;
    padding: 20px;
}

.post-comment .avatar {
    margin-right: 12px;
    float: left;
}

.post-comment .post-message {
    margin-bottom: 20px;
}

.post-comment .post-meta {
    font-size: 13px;
    line-height: normal;
}

.post-comment .post-body {
    overflow: hidden;
}

.post-message p:last-child {
    margin-bottom: 0px;
}

.blog-comment-odd {
    background: #BA0104;
}

.blog-comment-even {
    background: #D4D0C8;
}

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

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

.social-buttons li {
    line-height: normal;
    margin: 0;
    padding: 6px 12px;
    display: inline;
}

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

.share-buttons {
    margin-top: 1em;
    margin-bottom: 25px;
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
    line-height: 1em;
}
#social-helper {
    position: relative;
    left: 50%;
}

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

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

.full-background-img {
    width: 100%;
    position: relative;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.specs {
    overflow: hidden;
    clear: both;
}

.specs .left, .specs .right {
    width: 51%;
    clear: both;
}

.specs .left {
    text-align: right;
    float: left;
}

.specs .right {
    text-align: left;
    float: right;
    margin-bottom: 20px;
}

.specs h3, .specs p {
    margin-bottom: 5px;
}

.post-nav {
    list-style: none;
    overflow: hidden;
    border-top: 1px solid #BA0104;
    padding: 20px 0 0;
    margin: 50px 0 0;
}

.post-nav li {
    float: left;
    width: 33.33333%;
    text-align: center;
}

.post-nav li:first-child {
    text-align: left;
}

.post-nav li:last-child {
    text-align: right;
}

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

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

.share-buttons {
    margin-bottom: 25px;
}

.share-buttons table {
    margin: 0 auto;
}

/* ==========================================================================
   Grid Item Hover
   ========================================================================== */
   
figure.hover-effect {
    position: relative;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}

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 h2,
figure.hover-effect p {
    margin: 0;
}

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: .1;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

figure.hover-effect .info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 25px;
    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 h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

figure.hover-effect p {
    font-size: 14px;
    line-height: 18px;
}

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

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

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

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

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

.pagination ul li a:hover {
    background: #D30104;
}

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

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

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

input[type="text"], textarea {
    font: 16px/24px 'Cantarell', sans-serif;
    font-weight: 400;
    color: #000000;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    border: 2px solid #BA0104;
    background: #FFFFFF;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
            border-radius: 0;
}

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

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

.subscribe {
    width: 350px;
    margin: 0 auto;
}

.subscribe p {
    line-height: normal;
    margin-bottom: 10px;
}

.signup-form {
    position: relative;
    display: block;
}

.signup-form .alert {
    line-height: normal;
}

.signup-form label.error {
    margin-bottom: 25px;
}

.signup-form button {
    position: absolute;
    top: -3px;
    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;
}

.success_message {
    font: 14px/24px 'Cantarell', sans-serif !important;
    font-weight: 400 !important;
    padding: 20px;
    color: #000000;
    background-color: #D4D0C8 !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: 11px;
    font-weight: 700;
    text-transform: uppercase;
    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: #FFFFFF;
}

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

.faso-sidebar-blog-topical select, .faso-sidebar-blog-archives select {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #000000;
    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;
}

.select-field {
    display: block;
    position: relative;
  overflow: hidden;
  font: 16px/24px 'Cantarell', sans-serif;
    font-weight: 400;
    color: #000000;
    width: 100%;
  margin: 0;
    border: 2px solid #BA0104;
    background: #FFFFFF;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    -webkit-border-radius: 0px;
                border-radius: 0px;
  width: 100%;
  height: 46px;
  cursor: pointer;
}

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

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

/* ==========================================================================
   Make an Offer Overrides
   ========================================================================== */

.modal {
    z-index: 999 !important;
}

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

.row {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.row.full-width-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

*[class*='col-'] {
    float: left;
    padding: 0 10px;
    position: relative;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.cell { padding: 25px; }

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

.grid { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.grid-item { padding: 10px; margin: 0; float: left; }
.grid-item img { width: 100%; }
.grid-item h2 { font-size: 30px; }
.grid-item p:last-child { margin-bottom: 0 !important; }

.flex-grid {
    display: flex;
    flex-flow: row wrap;
}

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

.row-grid {
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

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

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

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

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

.square-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

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

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

.videos {
    min-width: 0;
}

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

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

.video-title {
    font-size: 18px;
    line-height: 22px;
    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: #000000;
    -webkit-transition: 0.2s color linear;
                    transition: 0.2s color linear;
}

.filter > ul > li:hover {
    color: #00A02C;
}

.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;
    text-decoration: none;
    -webkit-transition: 0.2s color linear;
                    transition: 0.2s color linear;
}

.filter ul ul li a:hover, .filter a.selected {
    color: #00A02C;
}

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

.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 : 1201px) {

    .grid-item {
        width: 33.33333%;
    }
    
    .grid-item-2 {
        width: 50%;
    }
    
    .grid-item-3 {
        width: 33.33333%;
    }
    
    .flex-item {
        flex-basis: 33.33333%;
    }
    
}

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

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

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

    .grid-item {
        width: 50%;
    }
    
    .flex-item {
        flex-basis: 50%;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    /*.price-boxes {
        width: 100%;
    }*/
    
    .isotope-item {
        width: 33.33333%;
    }
    
}

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

    .grid-item {
        width: 50%;
    }
    
    .flex-item {
        flex-basis: 50%;
    }
    
    .contained {
        grid-template-columns: 1fr 1fr;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .video-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .isotope-item {
        width: 50%;
    }
    
    .filters {
        flex-direction: column;
    }
    
    .filter > ul > li {
        margin-right: 10px;
        margin-left: 5px;
    }
    
    .isotope-reset, .filter-display {
        text-align: center;
    }
    
    .filter-container {
        order: 1;
        margin-bottom: 15px;
    }
    
    .filter-display {
        order: 2;
    }
    
    .isotope-reset {
        order: 3;
    }
    
}

@media only screen and (min-width: 641px) {
    
    .hide-on-desktop {
        display: none !important;
        visibility: hidden;
    }

}

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

    *[class*='col-'] {
        float: none;
        width: 100%;
    }
    
    .alpha { padding: 0; }
    .omega { padding: 0; }
    
    .right-center, .left-center { text-align: center; }
    
    .grid-item-2 {
        width: 100%;
    }
    
    .btn, input[type='submit'] {
        width: 100%;
    }
    
    .hide-on-mobile {
        display: none !important;
        visibility: hidden;
    }
    
    .post-nav {
        margin-bottom: 15px;
    }
    
    .follow-link {
        text-align: center;
    }
        
    .blog-topics {
        text-align: center;
    }
    
    .footer {
        padding: 75px 10px 20px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    /*.price-boxes .box {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        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%;
    }
    
    .flex-item {
        flex-basis: 100%;
    }
    
    .contained {
        grid-template-columns: 1fr;
    }
    
    .specs .left, .specs .right {
        width: 100%;
        clear: both;
    }
    
    .specs .left, .specs .right {
        text-align: center;
        float: none;
    }
    
    .description {
        text-align: left !important;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .isotope-item {
        width: 100%;
    }
    
}

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

    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-blogfront-section-post {
    margin: 1%;
    width: 48%;
}
.blog-article-wrapper {
    min-height: 300px;
    max-height: 300px;
}
.faso-blogfront-section-image {
    width: auto !important;
    max-height: 300px;
}
.blog-post-default-background {
    min-height: inherit;
}
.blog-article-wrapper .default-image {
    font-size: 25em;
    opacity: .2;
}

@media only screen and (max-width: 800px) {
    .faso-blogfront-section-post {
        margin: 0 !important;
        width: 96%;
    }
    .blog-article-wrapper .default-image { font-size: 20em; }
}*/
/*Norman - Custom billable Work - change font site-wide - JMG - 11/8/2017*/
body,.main-nav ul li a,h1,h2,h3,h4,h5,h6,p,li,a,input.en-form-input.en-input-email,.copyright,a.btn.faso-collections-link,a.btn,.works-info.faso-works-expanded-section-info,.lg-sub-html,.margin-bottom-half.faso-contact-data-contactmemo,.faso-contact-form-input,faso-contact-input-comments,.faso-contact-form-input,input.faso-contact-input-submit,input.faso-en-form-input,.radio-group {font-family: "Arial Narrow", Arial, sans-serif;}