/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Fri, 05 Sep 2025 15:26:24 -0500*/
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.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%;
    background: #000 url('//www.davidcheifetz.com/styles/custom/davidcheifetz/img/background.png') repeat left top;
    font: 16px/24px 'Georgia', serif;
    color: #999;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

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

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

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

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.gray {
    color: #999;
}


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

h1, h2, h3, h4, h5, h6 {
    color: #ececec;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 30px;
    margin-top: 0;
}

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

h1, .h1 { font-size:36px; }
h2, .h2 { font-size:24px; }
h3, .h3 { font-size:20px; }
h4, .h4 { font-size:16px; }
h5, .h5 { font-size:14px; }
h6, .h6 { font-size:12px; }

h1 a, h2 a, h3 a { color: #ececec; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #afdff7; }

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

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

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

.fleur {
    font-family: 'boldbrush';
    font-size: 28px !important;
    font-style: normal;
    position: relative;
    top: 1px;
    left: 0;
    /*color: #000;
    background: rgba(255, 255, 255, .2);
    padding: 3px 3px 2px 4px;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition:0.2s all linear;
            transition:0.2s all linear;*/

}

/*.fleur:hover {
    background: #afdff7;
    color: #000;
}*/

.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: #afdff7;
    text-decoration: none;
    outline: 0;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

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


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

.btn, input[type='submit'] {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    color: #ececec;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: rgba(255, 255, 255, .2);
    white-space: nowrap;
    padding: 15px 50px;
    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

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


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

.logo {
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline-block;
}

.social {
    position: absolute;
    right: 12px;
    top: 40px;
}

.social i {
    font-size: 20px;
    color: rgba(255, 255, 255, .2);
    padding-right: 5px;
    padding-left: 5px;
    -webkit-transition:0.2s color linear;
            transition:0.2s color linear;
}

.social i:hover {
    color: #afdff7;
}

.main-nav {
    line-height: 60px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 50px;
}

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

.main-nav li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.main-nav li:first-child {
    padding-left: 0px;
}

.main-nav li:last-child {
    padding-right: 0px;
}

.main-nav a {
    font-family: 'Ubuntu', sans-serif;
    color: #ececec;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.main-nav a:hover {
    color: #666;
}

.main-nav a.selected {
    color: #666 !important;
}

.main-nav .selectednavlink a {
    color: #666 !important;
}

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

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

.mobile-nav i {
    font-size: 20px;
}


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

.content-section {
    padding-bottom: 50px;
}


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

.intro {
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 0px;
}

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

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

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

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

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

.workshop, .event {
    margin-bottom: 50px;
}

.workshop h2, .event h2 {
    margin-bottom: 15px;
}

.workshop h5, .event h5 {
    margin-bottom: 10px;
}

.workshop p {
    margin-bottom: 0px;
}

.share-buttons {
    margin-bottom: 50px;
}

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

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

.footer {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #666;
}

.footer-container {
    border-top: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
    line-height: 75px;
}

.footer-container p {
    margin-bottom: 0px;
}

.footer-container .copyright {
    text-align: right;
}

.footer-container .copyright img {
    width: 18px;
    margin-right: 5px;
}

.sponsored {
    text-align: right;
    line-height: 30px;
}


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

blockquote {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #999;
    margin-right: 0;
    margin-left: 0;
}

blockquote cite {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 20px;
}


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

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

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

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

.pagination ul li a {
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
    padding: 10px 15px;
}

.pagination ul li a.current {
    background: rgba(255, 255, 255, .2);
    color: #000 !important;
}


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

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

input[type="text"], textarea {
    font: 14px/24px 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #ececec;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: none;
    background: rgba(255, 255, 255, .2);

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

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

input[type="text"].error, textarea.error {
    border: 1px solid #afdff7;
}

textarea {
    height: 200px;
}

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

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

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

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

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

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

.signup-form label {
    display: inline-block;
    margin-right: 10px;
}

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

.signup-form .alert label {
    margin-right: 0px;
}

.signup-form input[type="text"] {
    font-size: 12px;
    width: 200px;
    margin-bottom: 0px;
    padding: 5px 28px 5px 10px;
    height: 34px;
}

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

.signup-form button:hover {
    color: #666;
}

.signup-form .field-container {
    position: relative;
    display: inline-block;
    line-height: normal;
}


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

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

.item-box:hover .item-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}

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

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

.item-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    overflow: hidden;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
            transition: 0.2s all linear;

}

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

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


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

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


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

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

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.cell { padding: 25px; }
.centered { margin: 0 auto; position: relative; float: none; }

.grid-item { margin-bottom: 30px; padding-left: 15px; padding-right: 15px; }
.grid-item img { width: 100%; }


/* ==========================================================================
   BX Slider Overrides
   ========================================================================== */

.slider-container {
    visibility: hidden;
}

.bx-wrapper {
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:  none;
    left: 0;
    background: none;
}

.bx-viewport ul {
    margin: 0;
    padding: 0;

}

.bx-wrapper .bx-viewport .bx-slider li {
    margin: 0 !important;
    padding: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(236, 236, 236, .2);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ececec;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -12px;
}

.bx-wrapper img {
    margin: 0 auto;
}


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

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

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

    .main-nav li {
        padding-left: 11px;
        padding-right: 11px;
    }

}

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

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

}

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

    .main-nav li {
        padding-left: 8px;
        padding-right: 8px;
    }

    .main-nav a {
        font-size: 11px;
    }

}

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

    .grid-item {
        width: 33.33333%;
    }

}

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

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

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

    .mobile-nav {
        display: inline;
        visibility: visible;
    }

    .main-nav ul {
        margin-bottom: 15px;
        display: none;
    }

    .main-nav li {
        display: block;
        line-height: 34px;
    }

    .main-nav a {
        font-size: 12px;
        cursor: pointer;
    }

    .grid-item {
        width: 50%;
    }

    /* Temp fix for content under home slider jumping due to varying image sizes */
    .home-slider img {
        max-height: 300px !important;
    }

    .item-title {
        font-size: 14px;
    }

    .item-category {
        font-size: 10px;
    }

    .logo {
        padding-bottom: 20px;
    }

    .social {
        position: static;
        display: block;
        padding-bottom: 20px;
    }

    .signup-form {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .signup-form label {
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
        line-height: normal;
    }

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

    .signup-form .alert label {
        margin-top: 15px;
    }

    .signup-form input[type="text"] {
        display: block;
        width: 300px;
    }

    .footer-container {
        text-align: center;
        line-height: normal;
    }

    .footer-container .copyright {
        text-align: center;
        margin-bottom: 25px;
    }

    .hide-on-mobile {
        display: none !important;
        visibility: hidden;
    }

}


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