/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Sat, 26 Sep 2026 17:06:16 -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.
 */

/* =============================.hero-image==================================
   Base styles: opinionated defaults
   ========================================================================== */

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

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

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

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

/*
 * A better looking default horizontal rule
 */

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

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

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

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

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

/*Fix select boxes on certain browsers that were inheriting the select color from
content.text or other variables that make it hard to read. */
.select {
    color: black;
}

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

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font: 16px/24px 'Lato', sans-serif;
    font-weight: 300;
    color: #ebf0de;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #000;
    background: #000 url('//www.danielgerhartz.com/styles/custom/danielgerhartz/images/main-bg.jpg');
    background-position: top center;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-size: 100% 335px;
}

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

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

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

.border-radius {
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    color: #d49c52;
    margin-bottom: 20px;
    margin-top: 0px;
}

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

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-right-left { text-align: right; }
.uppercase { text-transform: uppercase; }

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

.fleur { color: #ED2024; }

.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;
    width: 35px;
    height: 16px;
    display: inline-block;
}

.dpw:before {
    content: 'D';
    font-family: 'boldbrush';
    font-size: 60px;
    font-style: normal;
    line-height: 0;
    position: absolute;
    top: 8px;
    left: 0;
}

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

.price {
    font-size: 20px;
    font-weight: 400;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

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

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

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

a.more {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

a.back {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 15px;
}

a.back:after {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    line-height: 0;
    position: absolute;
    top: 8px;
    left: 0;
}

a.next {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-right: 15px;
}

a.next:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    line-height: 0;
    position: absolute;
    top: 8px;
    right: 0;
}

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

.inline-list, .social-list, .subnav {
    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: "";
}

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

.header {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 9;
}

.site-title {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-title img {
    width: 320px;
    height: auto;
}

.eyebrow {
    width: 100%;
    padding: 10px 0;
    background: #000;
}

.myic {
    font-family: 'Cinzel', serif;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
}

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

.social li {
    display: inline-block;
    margin-left: 10px;
}

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

.main-nav {
    width: 100%;
    position: relative;
}

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

.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 */
    left: 50%;
    top: 49px;
    background: rgba(0, 0, 0, .45);
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
}

.sf-menu a {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #ebf0de;
    text-decoration: none;
    letter-spacing: .5px;
    margin: 0 20px;
    padding-bottom: 25px;
    display: inline-block;
    position: relative;
}

.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:before {
    position: absolute;
    top: -3px;
    left: -4px;
    content: '\00B7';
    color: #d49c52;
    font-size: 32px;
}

.sf-menu > li:first-child:before {
    content: '';
}

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

.sf-menu li li a {
    padding: 5px 15px;
    line-height: 12px;
}

.sf-menu .selectednavlink > a {
    color: #d49c52 !important;
}

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

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

.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    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: 'Cinzel', serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #ebf0de;
    text-decoration: none;
    letter-spacing: .5px;
    display: inline-block;
    padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

.hamburger {
    display: none;
    cursor: pointer;
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #ebf0de;
    letter-spacing: .5px;
    padding-bottom: 25px;
    -webkit-transition:0.2s all linear;
            transition:0.2s all linear;
}

.hamburger:hover {
    color: #d49c52;
}

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

.content {
    margin: 0 auto;
    padding-bottom: 60px;
}

.page-title {
    margin-bottom: 50px;
}

.main {
    padding-top: 300px;
}

.hero-slider .image {
    height: 600px;
}

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

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

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

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

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

.footer {
    width: 100%;
    position: relative;
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
}

.footer a {
    font-weight: 700;
    color: #ebf0de;
}

.footer a:hover {
    color: #d49c52;
}

.mailinglist {
    width: 100%;
    background: #d49c52;
    padding: 30px;
    margin-bottom: 50px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.mailinglist-inner {
    width: 100%;
    padding: 45px;
    border: 1px solid #bf8d4a;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.boldbrush-tagline {
    margin-bottom: 5px;
}

.faso-tagline {
    margin-bottom: 75px;
}

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

.blog-heading {
    text-align: center;
    margin-bottom: 30px;
}

.blog-heading h2 {
    font-size: 24px;
    margin-bottom: 0px;
}

.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: 12px;
    line-height: normal;
}

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

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

.blog-comment-odd {
    background: rgba(255, 255, 255, .05);
}

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

.blog-share {
    text-align: center;
    border: 1px solid #352715;
    padding: 30px;
    margin-bottom: 60px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.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 15px 0 0;
    padding: 0;
    display: inline-block;
}

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

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

.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 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    padding: 20px;
    background: rgba(255, 255, 255, .05) !important;
}

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

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

.btn, button, input[type='submit'] {
    font-family: 'Cinzel', serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #000;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: #d49c52;
    border: none;
    padding: 5px 13px;
    max-width: 100%;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

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

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

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

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

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

.pagination ul li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 15px;
}

.pagination ul li a.current {
    color: #ebf0de !important;
    font-weight: 700;
}

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

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

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

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

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

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

input[type="text"], textarea {
    font: 14px/24px 'Montserrat', sans-serif;
    font-weight: 300;
    color: #ebf0de;
    width: 100%;
    padding: 13px 20px;
    margin: 0;
    border: none;
    background: rgba(235, 240, 222, .1);

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

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

input[type="text"]:focus, textarea:focus {
    background: rgba(235, 240, 222, .2);
}

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

textarea {
    height: 200px;
}

input[type="submit"] {
    display: block;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
            border-radius: 2px;

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

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

.form-item.error input, .form-item.error textarea {
    background: rgba(212, 156, 82, 1);
}

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

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

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

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

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

.signup-form {
    width: 50%;
    margin: 0 auto;
}

.signup-form h2 {
    font-size: 24px;
    color: #000;
}

.signup-form input[type="text"] {
    color: #000;
    background: #edeadb;
    text-align: center;
}

.signup-form button {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5;
    text-transform: uppercase;
    color: #000;
}

.signup-form .alert label {
    font-size: 16px;
    color: #000;
}

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

.masonry-grid {
    overflow: hidden;
    margin: -15px;
}

.work-item {
    position: relative;
    float: left;
    width: 33.33333%;
    padding: 15px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.work-item img {
    display: block;
    width: 100%;
}

a.faso-works-data-linktodetail {
    position: relative;
    display: block;
    width: 100%;
}

.work-item:hover .detail-container  {
    opacity: 1;
}

.detail-container {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    opacity: 0;
    -webkit-transition: 0.2s opacity linear;
            transition: 0.2s opacity linear;
}

.work-detail {
    width: 100%;
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(212, 156, 82, .5);
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.work-detail h2 {
    margin-bottom: 10px;
}


.work-detail .meta {
    color: #ebf0de;
}

.work-details {
    font-size: 20px;
    margin-bottom: 25px;
}

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

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

.work-nav li:first-child {
    text-align: left;
    font-size: 24px;
}

.work-nav li:last-child {
    text-align: right;
    font-size: 24px;
}

.work-nav li a {
    color: #666;
    padding: 10px;
    display: inline-block;
}

.work-nav li a:hover {
    color: #d49c52;
}

.faso-collections-collectionname {
    color: #ebf0de;
}

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

blockquote {
    margin-bottom: 50px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}

blockquote p {
    font-family: 'EB Garamond', serif;
    font-size: 24px;
    font-weight: 400i;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 15px !important;
}

blockquote cite {
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-align: right;
    color: #d49c52;
    display: inline-block;
}

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

.widget {
    text-align: center;
}

.widget h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.widget_sidebar_works .work-detail {
    text-align: center;
}

.widget_sidebar_works .work-detail h2 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0 30px;
}

.widget_sidebar_events .col {
    flex-basis: 50%;
}

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

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

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

*[class*='col-'] {
    float: left;
    padding: 0 25px;
    position: relative;
    min-height: 1px;
}

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

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

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

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -15px;
}

.col {
    flex-basis: 25%;
}

.grid-item {
    padding: 15px;
}

.grid-item img {
    margin-bottom: 15px;
}

.border-box {
    border: 1px solid #352715;
    padding: 60px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.border-box:hover {
    background: #;
}

.border-box h2, .border-box h2 a, .border-box h3, .border-box h3 a {
    font-size: 24px;
    color: #ebf0de;
    margin-bottom: 0px;
}

.meta {
    font-size: 14px;
    font-weight: 400;
}

.date {
    color: #d49c52;
}

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

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

.lg-backdrop {
    background: #605d48 url('//www.danielgerhartz.com/styles/custom/danielgerhartz/images/background.png') repeat left top;
}

.lg-toolbar {
    background: none;
}

.lg-sub-html {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #ebf0de;
    font-size: 14px;
    width: 100%;
    white-space: normal;
    padding: 12px 50px;
    background: none;
}

.lg-sub-html a {
    color: #d49c52;
    text-decoration: none;
}

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

.lg-toolbar .lg-icon, #lg-counter {
    color: #edeadb;
}

.lg-toolbar .lg-icon:hover {
    color: #FFF;
}

.lg-outer .lg-img-wrap {
    padding: 47px 5px 48px;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background: none;
    color: #edeadb;
}

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

.slick-slider
{
    position: relative;

    display: block;
    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;
    margin-left: auto;
    margin-right: auto;
}
.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
   ========================================================================== */

.hero-slider {
    width: 100%;
    height: 800px;
    margin-top: 0px;
    margin-bottom: 80px;
}

.hero-slider .slide {
    width: 100%;
    height: 800px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-slider .slick-dots {
    bottom: 0px;
}

.hero-slider .slick-prev,
.hero-slider .slick-next {
    top: calc(50%);
}

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

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: calc(50% - 30px);

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index: 999;
}

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

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

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

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    font-weight: 900;
    line-height: 1;

    opacity: 1;
    color: #ebf0de;

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

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

.slick-prev {
    left: 30px;
}

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

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

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

.slick-next {
    right: 30px;
}

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

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

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

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -40px;

    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: 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.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: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0px;
    left: 2px;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;
    color: #ebf0de;

    opacity: .5;

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

.slick-dots li.slick-active button:before {
    opacity: 1;
}

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

    .hero-slider, .hero-slider .slide {
        height: 700px;
    }

}

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

    .hero-slider, .hero-slider .slide {
        height: 600px;
    }

}

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

    .col {
        flex-basis: 50%;
    }

    .signup-form {
        width: 70%;
    }

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

    /*.widget_sidebar_works .col {
        flex-basis: 50%;
    }*/

}

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

    .main-nav ul {
        display: none;
    }

    .hamburger {
        display: inline-block;
    }

}

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

    .hero-slider {
        margin-top: 229px;
    }

    .hero-slider, .hero-slider .slide {
        height: 500px;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .signup-form {
        width: 90%;
    }

    .work-item {
        width: 50%;
    }

}

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

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

    /*.col {
        flex-basis: 100%;
    }*/

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

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

    .signature {
        margin-top: 50px;
    }

    blockquote {
        margin-left: 0px;
    }

    .hero-slider {
        margin-bottom: 60px;
    }

    .hero-slider, .hero-slider .slide {
        height: 400px;
    }

    .signup-form {
        width: 100%;
    }

    .mailinglist-inner {
        padding: 30px;
    }

}

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

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

    .hero-slider {
        margin-bottom: 50px;
    }

    .hero-slider, .hero-slider .slide {
        height: 300px;
    }

    .site-title a {
        font-size: 58px;
    }

    .work-item {
        width: 100%;
    }

    .price {
        text-align: center;
    }

    .col {
        flex-basis: 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;
    }
}