/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Sun, 27 Sep 2026 04:13:07 -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: 18px/26px 'Crimson Text', serif;
    font-weight: 400;
    color: #ffffff;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #363c3a url('//www.dunawayfineart.com/styles/custom/michelledunaway/images/bg.jpg') repeat left top;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
       -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
}

img.no-shadow {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.img-left {
    float: left;
    margin-right: 40px;
    margin-bottom: 25px;
}

.img-right {
    float: right;
    margin-left: 40px;
    margin-bottom: 25px;
}

/*.shadow {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
       -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
}*/

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 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; }

.table {
    display: table;
}

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

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #eed59d;
    height: 1px;
    clear: both;
    /*position: relative;*/
    text-align: center;
}

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

hr.double {
    position: relative;
    height: 3px;
    border-top: 2px solid #eed59d;
}

hr.double:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #eed59d;
}

hr.fancy:after {
    content: url('//www.dunawayfineart.com/styles/custom/michelledunaway/images/hr.jpg');
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Italianno', cursive;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    text-transform: none;
    letter-spacing: 1px;
    color: #eed59d;
    margin-bottom: 30px;
    margin-top: 0px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .75);
}

h1, .h1 { font-size: 58px; line-height: 60px; }
h2, .h2 { font-size: 48px; line-height: 44px; }
h3, .h3 { font-size: 40px; }
h4, .h4 { font-size: 36px; }
h5, .h5 { font-size: 32px; }
h6, .h6 { font-size: 28px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Italianno', cursive;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #eed59d;
}

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

p { margin: 0; }
.faso-user-p { margin: 0; padding: 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .txt-small { font-size: 85%; }
.txt-large { font-size: 135%; }

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

.gold { color: #eed59d; }

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

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

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

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

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

a {
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    color: #eed59d;
    text-decoration: none;
    outline: 0;
    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

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

a img {
    opacity: 1;
    -webkit-transition: 0.2s opacity linear;
            transition: 0.2s opacity linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
a:hover img {
    opacity: .2;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

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

.inline-list, .social-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 {
    margin-right: 0px;
}

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

.header {
    width: 100%;
    height: 188px;
    text-align: center;
    border-bottom: 1px solid #eed59d;
    background: #766f4e url('//www.dunawayfineart.com/styles/custom/michelledunaway/images/header-bg.jpg') no-repeat top center;
    position: fixed;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
       -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
}

.site-title {
    display: block;
    padding-top: 5px;
}

.site-title img {
    width: 470px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

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

/*** ESSENTIAL STYLES ***/

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

.sf-menu li {
    position: relative;
}

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

.sf-menu > li {
    display: inline-block;
}

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

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

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

/*** SKIN ***/

.main-nav {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    border-top: 1px solid #eed59d;
    border-bottom: 2px solid #eed59d;
    background: rgba(55, 61, 59, .6);
}

.sf-menu {
    position: relative;
}

.sf-menu ul {
    min-width: 10em; /* allow long menu items to determine submenu width */
    *width: 10em; /* no auto sub width for IE7, see white-space comment below */
    left: 50%;
    background: rgba(55, 61, 59, .75);
    border: 1px solid #eed59d;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
}

.sf-menu a {
    font-family: 'Crimson Text', serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .75);
}

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

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

.sf-menu li li a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
}

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

.sf-menu li li.selectednavlink a {
    color: #eed59d;
}

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

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

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

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

.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffffff url('//www.dunawayfineart.com/styles/custom/michelledunaway/images/bg.jpg') repeat left top;
    overflow: auto;
    z-index: 99999;
}

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

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

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

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

.mobile-nav ul li a {
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    padding-bottom: 5px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .75);
}

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

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

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

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

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

.hamburger {
    display: none;
    cursor: pointer;
    color: #ffffff;
    padding: 15px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .75);
    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

.hamburger:hover {
    color: #eed59d;
}

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

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

.content {
    width: 100%;
    padding-top: 218px;
    padding-bottom: 50px;
}

.page-title {
    text-align: center;
}

.spacer {
    padding-bottom: 50px;
}

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

.footer {
    width: 100%;
    position: relative;
    font-size: 13px;
    padding-bottom: 30px;
}

.footer hr.double {
    margin-top: 0px;
    margin-bottom: 40px;
}

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

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

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

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

.social li a {
    font-size: 20px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .75);
}

.newsletter {
    margin-bottom: 20px;
}

.newsletter h2 {
    font-size: 48px;
    line-height: 44px;
}

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

.blog-sidebar h3 {
    margin-bottom: 15px;
}

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

.sidebar-list ul li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}

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

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

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

.follow-link i {
    color: #444;
    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: rgba(40, 45, 43, .5);
}

.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;
    color: #eed59d;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .75);
}

.social-buttons li a:hover {
    color: #5b6361;
}

.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 'Quicksand', sans-serif !important;
    font-weight: 400 !important;
    padding: 20px;
    background-color: rgba(0, 0, 0, .25) !important;
}

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

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

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

.btn, button, input[type='submit'] {
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    line-height: 18px;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    color: #505754;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: rgba(217, 217, 217, .2);
    border: none;
    padding: 15px 50px;
    max-width: 100%;
    background: #eed59d;
    background-image: -webkit-linear-gradient(top, #eed59d, #ad9b74);
    background-image: -moz-linear-gradient(top, #eed59d, #ad9b74);
    background-image: -ms-linear-gradient(top, #eed59d, #ad9b74);
    background-image: -o-linear-gradient(top, #eed59d, #ad9b74);
    background-image: linear-gradient(to bottom, #eed59d, #ad9b74);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
       -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
}

.btn:hover, button:hover, input[type='submit']:hover {
    color: #505754;
    background-image: -webkit-linear-gradient(top, #ad9b74, #eed59d);
    background-image: -moz-linear-gradient(top, #ad9b74, #eed59d);
    background-image: -ms-linear-gradient(top, #ad9b74, #eed59d);
    background-image: -o-linear-gradient(top, #ad9b74, #eed59d);
    background-image: linear-gradient(to bottom, #ad9b74, #eed59d);
}

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

.pagination ul li a.current {
    font-weight: 700;
    color: #5b6361;
}

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

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

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

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

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

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

input[type="text"], textarea {
    font: 16px/24px 'Crimson Text', sans-serif;
    font-weight: 400;
    color: #fff;
    width: 100%;
    padding: 10px 15px;
    margin: 0;
    border: none;
    background: rgba(40, 45, 43, .5);

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

    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
       -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
            box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);

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

input[type="text"]:focus, textarea:focus {
    background: rgba(40, 45, 43, 1);
}

input[type="text"] {
    height: 48px;
    line-height: 48px;
}

textarea {
    height: 235px;
}

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:#d9d9d9;} /* change accordingly depending on your button bg color, this fixes the focus problem when using keyboard to move betweenform elements */
}

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

.form-item.error input, .form-item.error textarea {
    background: rgba(255, 0, 0, .25);
}

.form-item.error label {
    color: #ff0000;
}

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

input[type='radio'] {
    margin-right: 5px;
}

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

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

.signup-form {
    position: relative;
}

.signup-form input[type='text'] {
    padding-right: 175px;
}

.signup-form button {
    position: absolute;
    top: 0;
    right: 0;
}

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

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

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

.item-box {
    position: relative;
}

.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;
    -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
            transition: 0.2s all linear;

}

.item-title {
    margin: 0;
    padding: 0 10px;
    width: 95%;
}

.item-data {
    font: 16px/26px 'Crimson Text', serif;
    font-weight: 400;
    color: #ffffff;
    display: block;
    padding: 0 10px;
    width: 95%;
    margin: 0;
}

.item-box:hover .item-caption {
    opacity: 1;
}

/* ==========================================================================
   Blockquotes
   ========================================================================== */

blockquote {
    margin: 0 0 50px;
}

blockquote p {
    font-family: 'Italianno', cursive;
    font-weight: normal;
    font-style: normal;
    font-size: 42px;
    line-height: 42px;
    color: #eed59d;
    margin-bottom: 25px !important;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .75);
}

blockquote cite {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 18px;
    display: block;
}

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

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

.row .row {
    width: auto;
    margin: 0 -15px !important;
}

*[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%; }

.cell { padding: 40px; position: relative; }
.cell p { margin-bottom: 10px; }
.cell p:last-child { margin-bottom: 0px; }
.centered { margin: 0 auto; position: relative; float: none; }

.grid { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.grid-item { padding: 15px; margin: 0; float: left; }
.grid-item img { width: 100%; }

/* ==========================================================================
   lightGallery Overrides
   ========================================================================== */

@font-face {
  font-family: 'lg';
  src: url("//www.dunawayfineart.com/styles/shared/fonts/lg.eot?n1z373");
  src: url("//www.dunawayfineart.com/styles/shared/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("//www.dunawayfineart.com/styles/shared/fonts/lg.woff?n1z373") format("woff"), url("//www.dunawayfineart.com/styles/shared/fonts/lg.ttf?n1z373") format("truetype"), url("//www.dunawayfineart.com/styles/shared/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-backdrop {
    background: #363c3a url('//www.dunawayfineart.com/styles/custom/michelledunaway/images/bg.jpg') repeat left top;
}

.lg-toolbar {
    background: none;
}

.lg-image {
    padding-top: 47px;
    padding-bottom: 47px;
    box-shadow: none;
}

.lg-icon {
    background: none !important;
}

.lg-sub-html {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    width: 100%;
    white-space: normal;
    padding: 10px 50px;
    /*background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); */
    background: none;
}

.lg-sub-html a {
    color: #fff;
    text-decoration: underline;
}

.lg-sub-html a:hover {
    color: #999;
}

.lg-outer .lg-thumb-item {
    border-radius: 0px;
}

#lg-counter {
    padding-left: 50px;
}

#lg-counter:before {
    content: 'F';
    font-family: 'boldbrush';
    font-size: 24px;
    font-style: normal;
    position: absolute;
    top: 12px;
    left: 20px;
}

/* ==========================================================================
   Slick Slider
   ========================================================================== */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ==========================================================================
   Slick Theme
   ========================================================================== */

#photo-slider {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
       -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
            box-shadow: 0px 0px 15px 0px rgba(0,0,0,.4);
}

#photo-slider .slick-slide img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('//www.dunawayfineart.com/styles/custom/michelledunaway/images/ajax-loader.gif') center center no-repeat;
}

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

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

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.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 {
    left: 15px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

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

[dir='rtl'] .slick-prev:before {
    content: '&#226;†'';
}

.slick-next {
    right: 15px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

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

[dir='rtl'] .slick-next:before {
    content: '&#226;†';
}

/* Dots */
.slick-slider {
    margin-bottom: 100px;
}

.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    opacity: .2;
    color: #5b6361;

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

.slick-dots li.slick-active button:before {
    content: '\f111';
    opacity: 1;
    color: #eed59d;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.row:after {
    clear: both;
}

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

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

    .main-nav ul {
        display: none;
    }

    .hamburger {
        display: inline-block;
    }

}

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

    .grid-item {
        width: 33.33333%;
    }

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

    .grid-item-4 {
        width: 25%;
    }

}

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

    .grid-item {
        width: 33.33333%;
    }

}

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

    .grid-item {
        width: 50%;
    }

    .header {
        position: relative;
    }

    .content {
        padding-top: 30px;
    }

}

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

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

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

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

    .margin-bottom-mobile { margin-bottom: 15px !important; }

    .cell { padding: 15px; }

    .footer {
        text-align: center;
    }

    .newsletter {
        margin-bottom: 50px;
    }

    .newsletter h2 {
        padding-bottom: 25px;
    }

    .signup-form input[type="text"] {
        margin-bottom: 10px;
    }

    .signup-form button {
        position: static;
    }

}

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

    .grid-item {
        width: 100%;
    }

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

    .header {
        height: 168px;
    }

}

/* ==========================================================================
   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-events-event-dates {display:none !important;}