/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Sat, 26 Sep 2026 01:22:30 -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/26px 'Average', serif;
    font-weight: normal;
    color: #333333;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #d6c9af;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transition:0.2s linear;
            transition:0.2s linear;
}

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

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

.shadow {
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
       -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
            box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
}

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

.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: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #cec5b4;
    border-bottom: 1px solid #cec5b4;
    height: 1px;
    clear: both;
    position: relative;
}

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

.orange {
    color: #be5613;
}

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

h1, h2, h3, h4, h5, h6 { 
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #be5613;
    margin-bottom: 30px;
    margin-top: 0px;
}

h1, .h1 { font-size: 36px; }
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: 'Fjalla One', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    color: #be5613;
}

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

p { margin: 0 0 30px 0; }
.faso-user-p { margin: 0; padding: 0; }
em { font-style: italic; }
strong, b { font-weight: bold; }
small, .small { font-size: 90%; }
.large { font-size: 120%; }

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

@font-face {
    font-family: 'boldbrush';
    src: url('//www.brianblood.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//www.brianblood.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.brianblood.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//www.brianblood.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//www.brianblood.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//www.brianblood.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 {
    color: #be5613;
    text-decoration: none;
    outline: 0;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

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

a.link {
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

/* ==========================================================================
   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%;
    background: #e9dfcb;
    height: 114px;
    line-height: 114px;
    border-bottom: 1px solid #cec5b4;
}

.site-title {
    display: block;
    float: left;
}

.site-title a {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -2px;
}

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

.main-nav {
    position: relative;
    float: right;
}

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

.main-nav ul li {
    display: inline;
}

.main-nav ul li a {
    font-family: 'Fjalla One', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    margin: 0 15px;
    display: inline-block;
    position: relative;
}

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

.main-nav .selectednavlink a {
    color: #be5613;
}

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

/* ==========================================================================
   Mobile Nav
   ========================================================================== */
   
.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e9dfcb;
    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 0 50px;
}

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

.mobile-nav a {
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: #444;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 5px;
}

.mobile-nav a:hover {
    color: #be5613;
}

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

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

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

.hamburger {
    display: none;
    cursor: pointer;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #444;
    text-transform: uppercase;
    letter-spacing: .5px;
    -webkit-transition:0.2s all linear;
            transition:0.2s all linear;
}

.hamburger:hover {
    color: #be5613;
}

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

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

.content {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    background: #e9dfcb;
}

.hero-container {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #444;
    border-bottom: 1px solid #cec5b4;
    margin-bottom: 50px;
}

.hero {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: block;
    text-align: center;
}

.hero .page-title {
    font-size: 48px;
    color: #e9dfcb;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: 0px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.list-item {
    background: #d6c9af;
    min-height: 250px;
    margin-bottom: 30px;
    position: relative;
}

.list-img {
    width: 250px;
    min-height: 250px;
    float: left;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.list-content {
    overflow: hidden;
}

.date {
    font-family: 'Fjalla One', sans-serif;
    font-size: 14px;
    color: #9c875a;
}

.spacer {
    padding-bottom: 50px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
    width: 100%;
    position: relative;
    font-size: 14px;
    padding: 50px 0;
}

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

.social li {
    display: inline-block;
    margin-right: 20px !important;
    margin-left: 20px !important;
    margin-bottom: 25px;
    text-align: center;
}

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

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

.social li a {
    font-family: 'Fjalla One', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    -webkit-transition:0.2s all linear;
            transition:0.2s all linear;
}

.social li a:hover {
    color: #be5613;
}

/* ==========================================================================
   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: 'Average', 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: #d6c9af;
}

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

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

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

.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 'Average', serif !important;
    font-weight: normal !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: 'Fjalla One', sans-serif;
    font-weight: normal;
    line-height: 18px;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: #be5613;
    border: none;
    padding: 10px 20px;
    max-width: 100%;
    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

.btn:hover, button:hover, input[type='submit']:hover {
    color: #444;
    background: #d6c9af;
}

/* ==========================================================================
   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 {
    color: #d0c9c1 !important;
    font-weight: bold;
    background: #444;
}

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

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

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

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

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

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

input[type="text"], textarea {
    font: 16px/24px 'Average', serif;
    font-weight: normal;
    color: #444;
    width: 100%;
    padding: 10px 15px;
    margin: 0;
    border: none;
    background: #d6c9af;
    
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    
    -webkit-transition:0.2s background linear;
            transition:0.2s background linear;
}

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

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

textarea {
    height: 200px;
}

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:#be5613;} /* 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: #be5613;
}

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

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

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

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

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

.signup-form {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

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

.signup-form .form-item {
    display: inline;
}

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

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

.work-details li {
    display: inline;
    margin-right: 10px;
    position: relative;
}

.work-details li:after {
    content: '-';
    position: absolute;
    top: -3px;
    right: -6px;
    width: 5px;
}

.work-details li:last-child:after {
    content: '';
    margin-right: 0px;
}

.work-image {
    position: relative;
    margin-bottom: 25px;
}

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

.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
   ========================================================================== */

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
}

.grid figure figcaption {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}
   
figure.hover-effect {
    background: #d6c9af;
}

figure.hover-effect img,
figure.hover-effect h2 {
    -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
}

figure.hover-effect img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

figure.hover-effect h2,
figure.hover-effect ul {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

figure.hover-effect ul {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
            transform: translate3d(0,50px,0);
}

figure.hover-effect:hover img {
    -webkit-transform: translate3d(0,-80px,0);
            transform: translate3d(0,-80px,0);
}

figure.hover-effect:hover h2 {
    -webkit-transform: translate3d(0,-100px,0);
            transform: translate3d(0,-100px,0);
}

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

figure.hover-effect h2 {
    font-size: 20px;
    color: #e9dfcb;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .75);
}

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

blockquote {
    margin-bottom: 50px;
    margin-right: 0px;
    margin-left: 80px;
}

blockquote p {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px !important;
    padding-left: 25px !important;
    border-left: 3px solid #444;
}

blockquote cite {
    font-family: 'Average', serif;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    display: block;
}

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

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

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

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

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

.cell { padding: 25px; position: relative; }
.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.brianblood.com/styles/shared/fonts/lg.eot?n1z373");
  src: url("//www.brianblood.com/styles/shared/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("//www.brianblood.com/styles/shared/fonts/lg.woff?n1z373") format("woff"), url("//www.brianblood.com/styles/shared/fonts/lg.ttf?n1z373") format("truetype"), url("//www.brianblood.com/styles/shared/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-sub-html {
    font-family: 'Average', serif;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    width: 100%;
    white-space: normal;
    padding: 10px 50px;
    background-color: #202020;
    background-color: rgba(0, 0, 0, 0.85);
}

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

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

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

/* ==========================================================================
   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 : 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%;
    }
    
    .grid-item-4 {
        width: 25%;
    }
    
    .hero-container {
        height: 350px;
    }
    
}

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

    .main-nav ul {
        display: none;
    }
    
    .hamburger {
        display: inline-block;
    }
    
}

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

    .grid-item {
        width: 50%;
    }
    
    .hero-container {
        height: 300px;
    }
    
    .grid figure figcaption {
        position: static;
    }
    
    a figure figcaption ul {
        color: #333;
    }
    
    figure.hover-effect img {
        opacity: 1;
        -webkit-transition: none;
                transition: none;
    }
    
    figure.hover-effect:hover img {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
    
    figure.hover-effect h2 {
        color: #be5613;
        text-shadow: none;
        opacity: 1;
        position: static;
        padding: 20px 20px 0;       
        -webkit-transform: none;
                transform: none;
        -webkit-transition: none;
                transition: none;
        
    }
    
    figure.hover-effect:hover h2, figure.hover-effect:hover ul {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
    
    figure.hover-effect ul {
        opacity: 1;
        position: static;
        padding: 0 20px 20px;
        -webkit-transform: none;
                transform: none;
        -webkit-transition: none;
                transition: none;
    }
    
    .list-img {
        width: 100%;
        height: 250px;
        float: none;
    }
    
    .work-details {
        margin-top: 10px;
    }
    
    .work-details li {
        display: block;
        margin-right: 0px;
        line-height: 18px;
    }
    
    .work-details li:after {
        content: '';
    }
    
}

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

    *[class*='col-'] {
        float: none;
        width: 100%;
    }
    
    .text-right-center, .text-left-center {
        text-align: center;
    }
    
    .footer .newsletter h2 {
        padding-top: 0px;
    }
    
    blockquote {
        margin-left: 0px;
    }
    
    .module {
        margin-bottom: 30px;
    }
    
    .hero-container {
        height: 250px;
    }

}

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

    .footer .newsletter h2 {
        margin-right: 0px;
        margin-bottom: 0px;
        display: block;
    }
    
    .signup-form .form-item {
        display: block;
        margin-bottom: 0px;
    }
    
    .signup-form input[type='text'] {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
}

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

    .grid-item {
        width: 100%;
    }
    
    .btn, input[type='submit'] {
        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;
    }
}
/*a:link {color: #541F14;}*/

/* Elevated Coral - Display the "Sold" word in red and bolder - RPP 5/24/16*/
/*.faso-works-data-sold {
    color: red;
    font-weight: bold;
}*/