/* request_sc:regular*/
/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Sat, 26 Sep 2026 16:47:51 -0500*/
/* NOT Pulled From Cache */
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/* ==========================================================================
   General
   ========================================================================== */

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font: 16px/28px 'Bitter', serif;
    font-weight: 400;
    color: #333333;
    -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; }

.margin-none { margin: 0 !important;}
.padding-none { padding: 0 !important; }
.margin-top { margin-top: 50px !important; }
.margin-bottom { margin-bottom: 50px !important; }
.margin-bottom-dbl { margin-bottom: 75px !important; }
.margin-bottom-half { margin-bottom: 10px !important; }

hr {
    margin-top: 20px;
    margin-bottom: 50px;
    border-top: 2px solid #C0D9E4;
    clear: both;
}


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

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: 'Bitter', serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
    margin-top: 0;
}

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

h1, .h1 { font-size: 42px; }
h2, .h2 { font-size: 36px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 24px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 14px; }

h1 a, h2 a, h3 a { color: #333333; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #%content.heading.hover%; }

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

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

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

.fleur:before {
    content: 'F';
    font-family: 'boldbrush';
    font-size: 24px;
    font-style: normal;
    position: relative;
    top: 2px;
    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;
}


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

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

a:hover { color: #88B9CD; }
a:hover, a:active, a:focus { outline: 0; }


/* ==========================================================================
   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 li {
    display: inline;
    margin-right: 20px;
    position: relative;
}

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

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

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

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    min-height: 100%;
    height: auto;
    padding: 40px;
    text-align: center;
    background-color: #DEEFF5;
    z-index: 8;
}

.site-title {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    -webkit-transform-origin: -16px 80px;
       -moz-transform-origin: -16px 80px;
        -ms-transform-origin: -16px 80px;
         -o-transform-origin: -16px 80px;
            transform-origin: -16px 80px;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.site-title h1 {
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
    /*color: #4E8A9D;*/
}

.faso-nav-heading h1 a {
    color: #4E8A9D;
}

/*.site-title h1 a:hover {
    color: #69A8BD;
}*/

.faso-nav-heading h1 a:hover{
    color: #69A8BD;
}

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

.main-nav ul li {
    margin-bottom: 15px;
    display: block;
    text-align: right;
}

.main-nav ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    display: block;
}

.main-nav ul li a:hover {
    color: #69A8BD;
}

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

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

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

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

.main-nav ul ul li a {
    font-size: 16px;
}

.mobile-nav {
    cursor: pointer;
}

.mobile-nav i {
    font-size: 20px;
    line-height: 24px;
    color: #4E8A9D;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

.mobile-nav i:hover {
    color: #69A8BD;
}

/* ==========================================================================
   Social media icons (v2 component)
   ========================================================================== */

.social-icons-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    display: inline-block;
    z-index: 101;
}

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

.social-media-icons__link:hover {
    color: #69A8BD;
}

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

@media screen and (max-width: 768px) {
    .social-icons-wrapper {
        position: relative;
        padding: 5px;
        text-align: center;
        width: 100%;
    }

    .social-media-icons__list {
        justify-content: center;
    }
}

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

.works-header {
    margin: 0;
    padding: 0;
    list-style: none;
}

.works-header li {
    display: inline-block;
    margin: 0 12px;
}


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

.content-container {
    position: relative;
    width: 100%;
    padding-left: 100px;
    padding-top: 100px;
    overflow: hidden;
}


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

.widgets {
    padding-top: 75px;
    padding-bottom: 20px;
    overflow: hidden;
    clear: both;
}

.widget h4 {
    margin-bottom: 25px;
}

.widget ul, .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li, .sidebar ul li {
    margin-bottom: 8px;
    line-height: 24px;
}

.mini-grid .img-holder {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 2px 2px 0;
}

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

#artwork-viewer {
    display: block;
    margin: 0 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;
}

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

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

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

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

.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 {
    color: #333333;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    text-align: center;
    clear: both;
}

.footer .copyright {
    display: inline-block;
}


/* ==========================================================================
   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: 14px;
    font-style: italic;
    line-height: normal;
}

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

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

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

.blog-comment-even {
    background: #FFFFFF;
}
.social-helper {
    display: inline-block;
}
.social-buttons {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

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

.social-buttons li {
    float: left;
    margin-right: 24px;
    line-height: normal;
}

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

.post-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
    overflow: hidden;
}

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

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

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

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

.share-buttons {
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

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

.related-posts {
    margin-bottom: 50px;
}

.related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.caption {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}


/* ==========================================================================
   Work Item Hover
   ========================================================================== */

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

.item-box img {
    -webkit-transition: -webkit-transform 1s;
            transition: transform 1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.item-box:hover .item-caption {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
}

.item-box:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
            transform: scale3d(1.1,1.1,1);
}

.item-caption:before,
.item-title {
    display: inline-block;
    vertical-align: middle;
}

.item-caption:before {
    content: "";
    height: 100%;
}

.item-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    overflow: hidden;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(0.9,0.9,1);
            transform: scale3d(0.9,0.9,1);
}

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

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


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

.btn, input[type='submit'],
.bbav .bbav-button .btn {
    font-family: 'Bitter', serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #333333;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: #A7CBD9;
    border: 2px solid #69A8BD;
    white-space: nowrap;
    padding: 13px 40px;
    max-width: 100%;
    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

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

a.btn.faso-workszoom-link-contact {
    white-space: normal !important;
}

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

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

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

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

.pagination ul li a {
    font-size: 20px;
    text-decoration: none;
    padding: 10px 15px;
    color: #333333 !important;
}

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


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

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

input[type="text"], textarea {
    font: 16px/24px 'Bitter', serif;
    font-weight: 400;
    color: #8A8A8A;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    border: 2px solid #A7CBD9;
    background: #FFFFFF;

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

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

textarea {
    height: 200px;
}

input[type="submit"] {
    display: block;
    border: 2px solid #69A8BD;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
}

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

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

.faso-sidebar-blog-topical, .faso-sidebar-blog-archives {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 2px solid #69A8BD;
    width: 130px;
    overflow: hidden;
    background-color: #A7CBD9;
    /*background: #fff url("") no-repeat 90% 50%;*/
}

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

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

.alert {
    margin-bottom: 20px;
    display: block;
}

.alert label {
    color: #ff0000;
    display: block;
}

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

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

.signup-form input[type="text"] {
    width: 100%;
}

.signup-form button {
    position: absolute;
    top: 34px;
    right: 0;
    padding: 8px 10px;
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    line-height: normal;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

.signup-form button:hover {
    color: #FFFFFF;
    background: none;
}

.signup-form .form-item {
    margin-top: 20px;
    margin-bottom: 10px;
}

.success_message {
    font: 14px/24px 'Bitter', serif !important;
    font-weight: 400 !important;
    padding: 20px;
    background-color: #FFFFFF !important;
}

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

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

.subscribe-form {
    position: relative;
    display: none;
    margin-bottom: 15px;
}

.subscribe-form h2 {
    font-size: 18px;
  display: block;
    text-align: center;
    margin-bottom: 10px;
}

.subscribe-form input[type='text'] {
    width: 350px;
    margin-right: 5px;
    margin-bottom: 10px;
}

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

.subscribe-form input[type='submit'] {
    padding: 13px 30px 12px;
    margin-bottom: 10px;
}

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

.select-field {
    display: block;
    position: relative;
  overflow: hidden;
  font: 16px/24px 'Bitter', serif;
    font-weight: 400;
    color: #8A8A8A;
    width: 100%;
  margin: 0;
    border: 2px solid #A7CBD9;
    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: #8A8A8A;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
}

.select-field select {
    position: relative;
    display: inline-block;
    font: 16px/24px 'Bitter', serif;
    font-weight: 400;
    color: #8A8A8A;
  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;
}

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

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

*[class*='col-'] {
    float: left;
    padding: 0 15px;
    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 1px; }
.grid-item { padding: 0 1px 2px; float: left; }
.grid-item img { width: 100%; }

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   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;
    z-index: 9999;
    background: #D2E6EE;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

/*.pushy a {
    display: block;
    color: #b3b3b1;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
}

.pushy a:hover {
    background: #00b4ff;
    color: #FFF;
}*/

/* Menu Movement */

.pushy-left {
    -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; }
}

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

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

.videos {
    min-width: 0;
}

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

.video-meta {
    font-size: 13px;
    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: 1px 3px;
    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: #69A8BD;
    -webkit-transition: 0.2s color linear;
                    transition: 0.2s color linear;
}

.filter > ul > li:hover {
    color: #88B9CD;
}

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

.filter ul ul li a:hover, .filter a.selected {
    color: #88B9CD;
}

.filter hr {
    margin: 5px 0;
}

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

.isotope-reset:hover {
    color: #88B9CD;
}

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

    .grid-item {
        width: 20%;
    }
    
    .flex-item {
        flex-basis: 20%;
    }
    
    .contained {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

}

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

    .grid-item {
        width: 25%;
    }
    
    .flex-item {
        flex-basis: 25%;
    }
    
    .contained {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

}

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

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

}

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

    .widgets .col-1-4 {
        width: 50%;
    }

    .widget {
        margin-bottom: 50px;
        overflow: hidden;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr 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;
    }
    
    .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;
    }
    
    .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-'], .widgets .col-1-4 {
        float: none;
        width: 100%;
    }

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

    .header {
        position: relative;
        width: 100%;
        padding: 20px 10px;
    }

    .site-title {
        position: relative;
        white-space: normal;
        -webkit-transform-origin: 0px 0px;
           -moz-transform-origin: 0px 0px;
            -ms-transform-origin: 0px 0px;
             -o-transform-origin: 0px 0px;
                transform-origin: 0px 0px;
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    .site-title h1 {
        margin-bottom: 10px;
    }

    .content-container {
        padding-left: 0px;
        padding-top: 50px;
    }

    .widget {
        margin-bottom: 50px;
        overflow: hidden;
    }

    .hide-on-mobile {
        display: none !important;
        visibility: hidden;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .subscribe-form input[type='text'] {
        width: 100%;
        margin-right: 0px;
    }

}

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

    .grid-item {
        width: 100%;
    }
    
    .flex-item {
        flex-basis: 100%;
    }
    
    .contained, .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .isotope-item {
        width: 100%;
    }

}

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

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

.slider-container {
  padding: 0px 25px;
}
.slider {
  padding-bottom: 60px;
  height: 800px;
  display: none;
  padding: 0 6px;
  margin-bottom: 50px;
}
.slider-wrapper {
  height: 100%;
}
.slick-list {
  height: 100%;
}
.slideshow {
  height: 100%;
  padding-bottom: 45px;
}
.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% - 45px);
}
.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;
  color: black;
}
.slider .slick-dots {
  position: static;
  bottom: 0;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .slider {
    max-height: 650px;
  }
}
@media screen and (max-width: 1200px) {
  .slider {
    max-height: 550px;
  }
}
/*slate - remove view archived works link - GW 10/1/2015*/
.faso-works-link-archived-works {display:none;}
.faso-works-link-archived-works a {display:none;}
