/* Last-Modified: Fri, 25 Sep 2026 00:22:37 GMT [ver: ] */
/* Current-Time:Sat, 26 Sep 2026 02:34:58 -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;
}

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

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font: 16px/28px 'Poppins', sans-serif;
    font-weight: 300;
    color: #000000;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #fff;
}

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

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

img.lazyload {
    opacity: 0;
}

img.lazyloaded {
    opacity: 1;
}

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 30px !important; }
.margin-bottom { margin-bottom: 30px !important; }
.margin-bottom-dbl { margin-bottom: 60px !important; }
.margin-bottom-half { margin-bottom: 15px !important; }
.margin-bottom-mobile { margin-bottom: 0px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 30px !important; }
.padding-bottom { padding-bottom: 30px !important; }
.padding-bottom-dbl { padding-bottom: 60px !important; }
.padding-bottom-half { padding-bottom: 15px !important; }

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #d9d9d9;
    height: 1px;
    clear: both;
    position: relative;
}

hr.margin-half {
    margin-top: 25px;
    margin-bottom: 25px;
}

.responsive {
    width: 100%;
}

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

h1, h2, h3, h4, h5, h6 { 
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    color: #f37239;
    margin-bottom: 30px;
    margin-top: 0px;
    position: relative;
}

h1, .h1 { font-size: 28px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 18px; }
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 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #000000; }

.with-bar {
    overflow: hidden;
  text-align: center;
}

.with-bar:before,
.with-bar:after {
  background-color: #d9d9d9;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.with-bar:before {
  right: 20px;
  margin-left: -50%;
}

.with-bar:after {
  left: 20px;
  margin-right: -50%;
}

p { margin: 0 0 30px 0; }
.faso-user-p { margin: 0; padding: 0; }
em { font-style: italic; }
strong, b { font-weight: 600; }

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

@font-face {
    font-family: 'boldbrush';
    src: url('//www.sandraduranwilson.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//www.sandraduranwilson.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.sandraduranwilson.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//www.sandraduranwilson.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//www.sandraduranwilson.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//www.sandraduranwilson.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;
    font-weight: 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 {
    position: relative;
    display: inline-block;
}

.dpw:before {
    content: 'D';
    font-family: 'boldbrush';
    font-size: 54px;
    font-style: normal;
    font-weight: normal;
    line-height: 0;
    position: relative;
    top: 15px;
    left: 0;
}

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

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

a {
    color: #f37239;
    text-decoration: none;
    outline: 0;
    -webkit-transition: .2s all linear;
                    transition: .2s all linear;
}

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

a.read-more {
    font-weight: 500;
    color: #000;
    position: relative;
}

a.read-more:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

a.read-more:hover {
    color: #f37239;
}

/* ==========================================================================
   Lists
   ========================================================================== */
   
.inline-list, .social-list, .subnav, .artist-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

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

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

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

.inline-list li:last-child, .social-list li:last-child, .subnav li:last-child {
    margin-right: 0px;
}

.subnav {
    margin-bottom: 25px;
}

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

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

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

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

.artist-list li a {
    font-size: 16px;
    font-weight: 400;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.header-wrapper {
    padding: 30px 4vw;
    max-width: 1680px;
    margin: 0 auto;
}

.header-inner {
    display: flex;
  align-items: flex-end;
    position: relative;
}

.header-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

.site-title {
    width: 340px;
    margin-bottom: 18px;
}

/* ==========================================================================
   Main Nav
   ========================================================================== */

.main-nav {
    flex-grow: 1;
  text-align: right;
    z-index: 1;
}

/*** 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 {
    display: inline-block;
}

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

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

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

/*** SKIN ***/

.sf-menu {
    position: relative;
}

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

.sf-menu a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.sf-menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
                    transition: background .2s;
}

.sf-menu > li {
    margin-left: 35px;
}

.sf-menu > li > a:hover {
    color: #f37239;
}

.sf-menu > li > a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f37239;
}

.sf-menu li li a {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

.sf-menu li li a:hover {
    color: #f37239;
}

.sf-menu > .selectednavlink > a {
    color: #f37239;
}

.sf-menu > .selectednavlink > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f37239;
}

.sf-menu ul .selectednavlink > a {
    color: #f37239;
}

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

/* ==========================================================================
   Mobile Nav
   ========================================================================== */
   
.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: auto;
    z-index: 99999;
}

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

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

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

.mobile-nav ul ul {
    margin-left: 40px;
    margin-top: 10px;
}

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

.mobile-nav ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    padding-bottom: 5px;
}

.mobile-nav ul li a:hover {
    color: #f37239;
}

.mobile-nav ul li li {
    position: relative;
}

.mobile-nav ul li li:before {
    content: '\f10c';
    position: absolute;
    top: 3px;
    left: -20px;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    color: #f37239;
    width: 20px;
    height: 20px;  
}

.mobile-nav ul li li a {
    font-size: 18px;
}

.mobile-nav .selectednavlink > a {
    color: #f37239;
}

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

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

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

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

.hamburger {
    display: none;
    cursor: pointer;
    color: #000;
    padding-bottom: 14px;
    -webkit-transition: .2s all linear;
            transition: .2s all linear;
}

.hamburger:hover {
    color: #f37239;
}

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

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

.page-section {
    padding: 60px 0;
}

.page-section.top-section {
    padding-top: 150px;
}

.content-wrapper {
    width: 100%;
    max-width: 1680px;
    padding-right: 4vw;
  padding-left: 4vw;
    margin: 0 auto;
}

/* ==========================================================================
   Home
   ========================================================================== */

.hero-section, .hero-section .slick-slide {
    height: 550px;
}

.hero-section .slick-prev {
    left: 25px;
}

.hero-section .slick-next {
    right: 25px;
}

.hero-section .slick-prev:before {
    content: url('//www.sandraduranwilson.com/styles/custom/sandraduranwilson/images/arrow-left.png');
}

.hero-section .slick-next:before {
    content: url('//www.sandraduranwilson.com/styles/custom/sandraduranwilson/images/arrow-right.png');
}

.slick-prev, .slick-next {
    z-index: 1;
    width: 21px;
    height: 39px;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: .5;
}

.slick-prev:before,
.slick-next:before {
    width: 21px;
    height: 39px;
    opacity: 1;
}

.slick-dots {
    margin: 0;
    padding: 0;
    left: 0;
    bottom: -40px;
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots li button:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #f37239 !important;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    content: '\f10c';
    color: #f37239 !important;
    opacity: 1;
}

.hero-image {
    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;
}

div#slider-wrapper a img {
    filter: none;
}

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

.home-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.home-column {
    padding: 0 3vw;
  word-break: break-word;
  overflow-wrap: break-word;
}

.home-column:first-child {
   text-align: center;
     flex-shrink: 0;
}

/* ==========================================================================
   About
   ========================================================================== */
   
.about-quote {
    background: #f6f6f6;
    padding-top: 150px;
    padding-bottom: 60px;
}

.about-quote blockquote {
    margin: 0;
    padding: 0;
}

.about-quote blockquote p {
    font-family: 'Cardo', serif;
    font-size: 30px;
    font-style: italic;
    line-height: 52px;
}

.about-quote blockquote cite {
    font-size: 14px;
    font-style: normal;
    text-align: right;
    display: block;
}

/* ==========================================================================
   Galleries
   ========================================================================== */
   
.galleries-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
}

.galleries-item {
    background: #f6f6f6;
    padding: 50px;
}

/* ==========================================================================
   Articles
   ========================================================================== */
   
.articles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
}

.articles-item {
    background: #f6f6f6;
    padding: 50px;
}

.article-author {
    font-size: 12px;
    color: #a3a3a3;
    margin-bottom: 0px;
}

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

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

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

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

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

.artist-item a img {
    margin-bottom: 15px;
    -webkit-filter: none;
                    filter: none;
    -webkit-transition: .2s opacity linear;
                    transition: .2s opacity linear;
}

.artist-image {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transition: .2s opacity linear;
                    transition: .2s opacity linear;
}

.artist-item:hover .artist-image {
    opacity: 1;
    -webkit-filter: none;
                    filter: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
    width: 100%;
    position: relative;
    padding-top: 3vw;
}

.newsletter-wrapper {
    background: #f6f6f6;
}

.newsletter-inner {
    display: flex;
  align-items: flex-start;
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
    padding: 4vw 4vw;
}

.newsletter-headline {
    width: 55%;
    margin-right: 60px;
}

.newsletter-headline h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
    color: #000;
}

.newsletter-headline h2 span {
    font-size: 24px;
}

.newsletter-signup {
    width: 45%;
}

.footer-wrapper {
    background: #000;
}

.footer-inner {
    display: flex;
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
    padding: 2vw 4vw;
    font-size: 12px;
    color: #fff;
}

.footer-inner .copyright {
    flex-grow: 1;
}

.footer-inner .social {
    flex-grow: 1;
    text-align: right;
}

.footer-inner a {
    color: #fff;
}

.contact-tagline {
    margin-bottom: 40px;
}

.social-links {
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

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

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

.social-links li:last-child {
    margin-right: 0px !important;
}

.social-links li a {
    font-size: 18px;
}

.myic {
    margin-bottom: 10px;
}

/* ==========================================================================
   Books
   ========================================================================== */
   
.books-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 100px;
    margin-left: 4vw;
    margin-right: 4vw;
}

.books-item {
    text-align: center;
}

.books-item h2 {
    margin-bottom: 20px;
}

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

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
}

.blog-item h2 {
    margin-bottom: 20px;
}

.blog-image {
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    margin-bottom: 30px;
}

.blog-image a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.blog-date {
    font-size: 12px;
    color: #a3a3a3;
    margin-bottom: 10px;
}

.blog-topics {
    font-size: 14px;
}

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

.blog-filter {
    display: flex;
    align-items: center;
    margin-bottom: 3vw;
}

.blog-selects {
    display: flex;
    column-gap: 15px;
    margin-left: auto;
}

.follow-link i {
    margin-right: 5px;
}

.blog-sidebar h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

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

.sidebar-list ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebar-list ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #f37239;
    position: absolute;
    top: 4px;
    left: 0;
}

.sidebar-list ul li a {
    color: #000;
    padding-left: 20px;
    display: block;
}

.sidebar-list ul li a:hover {
    color: #f37239;
}

.follow-link a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.follow-link i {
    color: #f37239;
    margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Workshops
   ========================================================================== */
   
.workshops-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
}

.workshops-item {
    border: 1px solid #d9d9d9;
}

.workshops-info {
    padding: 50px;
}

.workshops-info h2 {
    margin-bottom: 20px;
}

.workshop-date {
    font-size: 12px;
    color: #a3a3a3;
    margin-bottom: 10px;
}

/* ==========================================================================
   Workshops
   ========================================================================== */
   
.links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
}

.links-item {
    background: #f6f6f6;
    padding: 50px;
}

.links-item h2 {
    margin-bottom: 20px;
}

.links-item.press-packet {
    color: #fff;
    background: #f37239;
}

.links-item.press-packet h2 a, .links-item.press-packet .read-more {
    color: #fff !important;
}

.links-item.press-packet h2 a:hover, .links-item.press-packet .read-more:hover {
    color: #000 !important;
}

.links-item.press-packet .read-more:after {
    background: #fff;
}

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

.works-section h2 {
    font-size: 20px;
}

.works-item {
    text-align: center;
    margin-bottom: 50px;
}

.works-item img {
    margin-bottom: 20px;
}

.works-item h2 {
    margin-bottom: 5px;
}

.works-item .details {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.works-item .details span {
    display: block;
}

.works-item .details span.works-price-currency-name {
    display: inline;
}

.work-nav {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0 0 30px;
    font-size: 12px;
}

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

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

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

.works-details span {
    display: block;
}

.works-details .works-price-currency-name {
    display: inline;
}

.price-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.price-boxes .box {
    background: #f6f6f6;
}

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

.price-box {
    text-align: center;
    line-height: 22px;
    padding: 20px;
}

.price-box span {
    display: block;
}

.price-box span span {
    display: inline-block;
}

.price-box .note {
    font-weight: 600;
}

.price-box .shipping {
    font-size: 11px;
}

.price-box .cart-form {
    margin-top: 10px;
}

.user-cta {
    margin-bottom: 30px;
}

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

/* ==========================================================================
   Artwork Viewer
   ========================================================================== */
   
#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: 800px;
}

#artwork-viewer .lazyload,
#artwork-viewer .lazyloading,
#artwork-viewer .lazyloaded {
    transition: opacity 300ms linear;
}

#artwork-viewer .lazyload {
    opacity: 0.5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

#artwork-viewer .lazyloading,
#artwork-viewer .lazyloaded {
    opacity: 1;
}

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

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

.videos {
    min-width: 0;
}

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

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

.video-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-length {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    font-weight: 600;
    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: #000;
    -webkit-transition: .2s color linear;
                    transition: .2s color linear;
}

.filter > ul > li:hover, .filter > ul > li:hover:after {
    color: #f37239;
}

.filter > ul > li:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: .2s color linear;
                    transition: .2s color linear;
}

.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: #fff;
    border: 1px solid #d9d9d9;
    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;
}

.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: #000;
    text-transform: none;
    -webkit-transition: .2s color linear;
                    transition: .2s color linear;
}

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

.filter hr {
    margin: 5px 0;
}

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

.isotope-reset:hover {
    color: #f37239;
}

.filter-container {
    text-align: center;
}

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

.widget_sidebar_works > h2 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.recent-works-slider {
    padding-left: 30px;
    padding-right: 30px;
}

.recent-works-slider .slick-slide {
    padding: 0 15px;
}

.recent-works-slider .slick-prev {
    left: 0;
}

.recent-works-slider .slick-next {
    right: 0;
}

.recent-works-slider .slick-prev:before {
    content: url('//www.sandraduranwilson.com/styles/custom/sandraduranwilson/images/arrow-left-blk.png');
}

.recent-works-slider .slick-next:before {
    content: url('//www.sandraduranwilson.com/styles/custom/sandraduranwilson/images/arrow-right-blk.png');
}

.recent-works-item {
    position: relative;
}

.recent-works-item h2, .recent-works-item h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: 100%;
    background: #000;
    padding: 15px 10px;
    margin-bottom: 0px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, button, input[type='submit'],
.bbav .bbav-button .btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 1px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #f37239;
    display: inline-block;
    cursor: pointer;
    position: relative;
    border: none;
    border-radius: 0px !important;
    padding: 15px 50px;
    max-width: 100%;
    -webkit-transition: .2s all linear;
                    transition: .2s all linear;
}

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

.btn.big {
    font-size: 16px;
    padding: 30px 30px;
}

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

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

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

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

.pagination ul li a {
    text-decoration: none;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
}

.pagination ul li a:hover, .pagination ul li a.current {
    color: #f37239;
}

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

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

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

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

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

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

input[type="text"], textarea {
    color: #000;
    text-transform: none;
    width: 100%;
  padding: 8px 15px;
  margin: 0;
    border: 1px solid #d9d9d9;
    background: #fff;
    
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
                border-radius: 0;
    
  -webkit-transition: .2s background linear;
                    transition: .2s background linear;
}

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

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

textarea {
    height: 225px;
}

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

.select { 
    color: black; 
}

.select-field {
    display: block;
    position: relative;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  background: none;
  border: 1px solid #d9d9d9;
  width: 250px;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
}

.select-field:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #000;
  text-align: center;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 5;
}

.select-field select {
    position: relative;
    display: inline-block;
    z-index: 10;
    font-size: 16px;
    color: #000;
    line-height: 20px;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  border: none;
  z-index: 6;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    -webkit-border-radius: 0px;
                    border-radius: 0;
}

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

.form-item.error input, .form-item.error textarea, .signup-form input[type='text'].error {
    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 input[type='text'] {
    width: 90%;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #000;
}

.signup-form button {
    background: #000;
}

.signup-form-action {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.row {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  margin-right: -3vw;
  margin-left: -3vw;
}

.col, *[class*='col-'] {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
    padding: 0 3vw;
}

.col {
    flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

.masonry-item {
    width: 25%;
    padding: 15px;
    margin: 0;
    float: left;
}

.masonry-item img { width: 100%; }

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

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

.contained {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

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

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

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

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

/* ==========================================================================
   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 (max-width : 1600px) {

    .masonry-item {
        width: 33.33333%;
    }
    
}

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

    .contained {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .hero-section, .hero-section .slick-slide {
        height: 450px;
    }
    
    .signup-form input[type=text], .signup-form-action {
        width: 100%;
    }
    
}

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

    .sf-menu {
        display: none;
    }
    
    .hamburger {
        display: inline-block;
    }
    
}

@media only screen and (max-width : 1024px) {
    
    .hero-section, .hero-section .slick-slide {
        height: 400px;
    }
    
    .contained {
        grid-template-columns: 1fr 1fr;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .isotope-item {
        width: 33.33333%;
    }
    
    .masonry-item {
        width: 50%;
    }
    
    .blog-grid {
        grid-gap: 40px;
    }
    
    .galleries-grid, .workshops-grid, .links-grid, .articles-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
    }
    
    .books-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .home-columns {
        flex-direction: column;
    }
    
    .home-column {
        width: 100%;
        padding: 0;
    }
    
    .home-column:first-child {
        margin-bottom: 4vw;
    }
    
    .price-boxes {
        grid-template-columns: 1fr;
    }
    
    .newsletter-headline {
        width: 45%;
    }
    
    .newsletter-signup {
    width: 55%;
    }
        
}

@media only screen and (max-width : 768px) {
    
    .hero-section, .hero-section .slick-slide {
        height: 350px;
    }
    
    .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;
    }
    
    .blog-filter {
        flex-direction: column;
    }
    
    .blog-selects {
        margin-left: 0;
        margin-bottom: 20px;
    }
    
    .follow-link {
        order: 2;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        grid-gap: 100px;
    }
    
    .col, *[class*='col-'] {
        width: 100%;
    }
    
    .page-section.top-section {
        padding-top: 120px;
    }
    
    .about-quote blockquote p {
        font-size: 24px;
        line-height: 38px;
    }
    
    .price-boxes {
        grid-template-columns: 1fr 1fr;
    }
    
}

@media only screen and (max-width: 640px) {
    
    .text-right-center, .text-left-center {
        text-align: center;
    }
    
    .text-right-left {
        text-align: left;
    }
    
    .margin-bottom-mobile { margin-bottom: 30px !important; }
    
    .hero-section, .hero-section .slick-slide {
        height: 300px;
    }
    
    .masonry-item {
        width: 100%;
    }
    
    .contained {
        grid-template-columns: 1fr;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .newsletter-inner, .footer-inner {
        flex-direction: column;
    }
    
    .newsletter-headline {
        width: 100%;
        margin-right: 0px;
    }

    .newsletter-signup {
        width: 100%;
    }
    
    .footer-inner, .footer-inner .social {
        text-align: center;
    }
    
    .galleries-grid, .books-grid, .workshops-grid, .links-grid, .articles-grid {
        grid-template-columns: 1fr;
    }
    
    .price-boxes {
        grid-template-columns: 1fr;
    }
    
    .page-section {
    padding: 30px 0;
    }
    
    .blog-selects {
        width: 100%;
    }
    
    .faso-sidebar-blog-topical, .faso-sidebar-blog-archives {
        width: 50%;
    }
    
    .blog-selects .select-field {
        width: 100%;
    }

}

@media only screen and (max-width : 480px) {
    
    .header-inner {
        flex-direction: column;
        align-items: center;
    }
    
    .newsletter-inner {
        padding: 30px 4vw;
    }
    
    .page-section.top-section {
        padding-top: 160px;
    }

    .btn, input[type='submit'] {
        width: 100%;
    }
    
    .hero-section, .hero-section .slick-slide {
        height: 250px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .isotope-item {
        width: 100%;
    }
    
}

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