/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: :iphone] */
/* Current-Time:Tue, 10 Jun 2025 22:36:44 -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;
}

/*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;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #999;
    /*-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;*/
    -webkit-font-smoothing: subpixel-antialiased;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}

.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: 20px !important; }
.margin-top-half { margin-top: 10px !important; }
.margin-bottom { margin-bottom: 20px !important; }
.margin-bottom-dbl { margin-bottom: 40px !important; }
.margin-bottom-half { margin-bottom: 10px !important; }
.margin-bottom-huge { margin-bottom: 80px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 20px !important; }
.padding-bottom { padding-bottom: 20px !important; }
.padding-bottom-dbl { padding-bottom: 40px !important; }
.padding-bottom-half { padding-bottom: 10px !important; }

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #e1e1e1;
    clear: both;
}

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

h1, h2, h3, h4, h5, h6 { 
    color: #666;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0 0 0.5em;
}

h1 { font-size: 14px; }
h2 { font-size: 12px; }
h3 { font-size: 11px; }
h4 { font-size: 10px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #666; text-decoration: none; }

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

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

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

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

.boldbrush {
    font-family: 'boldbrush';
    font-size: 24px !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: #999;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

a:hover, a:active, a:focus { outline: 0; }

.click-enlarge {
    background: url(//www.davidkassan.com/styles/custom/davidkassan/images/icon_plus.png) 0 5px no-repeat;
    list-style: none;
    font-size: 12px;
    padding-left: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}


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

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

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

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

.subnav {
    display: block;
    margin-top: 10px;
}

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

.subnav li:after {
    content: "/";
    position: absolute;
    top: -4px;
    right: -14px;
}

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

.subnav li a {
    text-transform: lowercase;
    font-weight: 500;
    text-decoration: none;
}

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

.artist-list li a {
    font-size: 22px;
    text-decoration: none;
}

/* ==========================================================================
   Structure
   ========================================================================== */

.content {
    max-width: none;
    width: 100%;
    padding-bottom: 40px;
}

.page img {
    padding: 3px;
    border: 1px solid #e6e6e6;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
#header {
    margin-top: 22px;
    margin-bottom: 48px;
}

#header .site-title {
    float: left;
    width: 20%;
}

.main-menu {
    float: right;
    width: 80%;
}

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

.sf-menu li {
    position: relative;
}

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

.sf-menu > li {
    /*display: inline-block;*/
    float: left;
}

.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;
    float: right;
    line-height: 0;
    margin-right: -6px;
}

.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 */
    right: -10px;
    top: 15px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: right;
}

.sf-menu a {
    display: block;
    position: relative;
    color: #999;
    text-decoration: none;
    font-size: 11px;
    line-height: 1em;
    padding: 0 6px 5px;
    text-transform: uppercase;
    zoom: 1; /* IE7 */
}

.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:hover > a, .sf-menu li > a:hover, .sf-menu li.current > a {
    color: #666;
}

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

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

.sf-menu .selectednavlink > a {
    color: #666;
    font-weight: bold;
}

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

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

.nav-toggle {
    cursor: pointer;
    text-align: left;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: rgba(0, 0, 0, .65);
    background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.8));
    display: none;
}

.nav-toggle:before {
    content: "\f039";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #fff;
    margin-left: 0.5em;
    text-shadow: 0 1px 0 #000;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 0.8em 1em 0.8em 0.5em;
}

.nav-toggle a {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    padding: 0.5em 1em;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-toggle a:hover {
    text-decoration: none;
}

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

.mobile-nav .selectednavlink > a {
    font-weight: bold;
}

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

/* ==========================================================================
   Social
   ========================================================================== */

.social {
    position: absolute;
    right: 25px;
    top: 31px;
}

.social a {
    padding: 0 0 0 4px;
    font-size: 20px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
    width: 100%;
    font-size: 11px;
    text-align: right;
    padding-top: 18px;
    padding-bottom: 18px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, input[type='submit'] {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #999999;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: #F1C40F;
    border: 2px solid #F1C40F;
    border-radius: 5px;
    padding: 15px 32px;
    max-width: 100%;
    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

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

/* ==========================================================================
   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 {
    text-decoration: none;
    padding: 10px 15px;
    -webkit-transition:0.2s all ease-out;
            transition:0.2s all ease-out;
}

/*.pagination ul li a:hover {
    color: #F1C40F;
}*/

.pagination ul li a.current {
    color: #666;
    font-weight: bold;
}

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

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

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

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

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

textarea:focus, input:focus {
    outline: 0 !important;
    background: #F1C40F !important;
    color: #000000 !important;
}

select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
    font: 16px/24px 'PT Sans', sans-serif;
    font-weight: 400;
    color: #999999;
    width: 100%;
    padding: 10px 15px;
    margin: 0;
    border: 2px solid #F1C40F;
    background: none;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: 0.2s all linear;
            transition: 0.2s all linear;
}

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

textarea {
    height: 200px;
}

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

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

.form-item.error input, .form-item.error textarea,
.form-item.error input:focus, .form-item.error textarea:focus {
    background: #ff0000 !important;
    border: 2px solid #ff0000 !important;
    color: #000 !important;
}

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

/* ==========================================================================
   Tables
   ========================================================================== */
   
.cv {
    width: 100%;
    border-collapse: separate;
    margin-bottom: 1.5em;
}

.cv td {
    padding: .857em 0;
    vertical-align: top;
}

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


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

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

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

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

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

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

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

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

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

.blog-comment-even {
    background: #191919;
}

#share {
    cursor: pointer;
    text-decoration: none;
}

.social-wrapper {
    position: absolute;
    left: 0 !important;
    top: 30px;
    display: none;
    overflow: hidden;
    z-index: 10000;
}

.social-wrapper-inner {
    padding: 10px;
    text-align: left;
    background-color: #000000;
    border: 1px solid #333333;
    border-radius: 5px;
}

.social-button-container {
    margin-bottom: 10px;
    min-height: 28px;
}

.social-stuff {
    position: relative;
}

.social-share {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.social-share li {
    display: inline;
    margin: 0;
    padding: 0 5px;
    cursor: pointer;
}

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

.social-like {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: right;
}

.social-like li {
    float: left;
    margin: 0 5px;
}

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

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

.post {
    margin-bottom: 100px;
}

.post-image {
    margin-bottom: 34px;
}

.post-nav {
    list-style: none;
    overflow: hidden;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 15px 0;
    margin: 100px 0;
}

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

.post-nav li a {
    text-decoration: none;
}

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

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

.related-posts ul li a {
    text-decoration: none;
}

.caption {
    font-size: 14px;
    opacity: .6;
}

.success_message {
    font: 16px/24px 'PT Sans', sans-serif !important;
    font-weight: 400 !important;
    padding: 20px;
    color: #999999;
    background-color: #191919 !important;
}

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

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

.follow-link a, .follow-link i {
    font-size: 14px;
    text-decoration: none;
}

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

.blog-topics {
    text-align: right;
}

.faso-sidebar-blog-topical, .faso-sidebar-blog-archives {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    overflow: hidden;
    background-color: #000000;
    border: 2px solid #F1C40F;
    border-radius: 5px;
}

.faso-sidebar-blog-topical:after, .faso-sidebar-blog-archives:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #999999;
    font-size: 14px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 5;
}

.faso-sidebar-blog-topical select, .faso-sidebar-blog-archives select {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    line-height: normal;
    padding: 12px 18px;
    width: 100%;
    cursor: pointer;
    border: none;
    z-index: 10;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-border-radius: 0px;
            border-radius: 0;
}

.widget_sidebar_blog .widget-item {
    margin-bottom: 40px;
}

.widget_sidebar_blog a {
    font-size: 20px;
    line-height: 24px;
    display: block;
    text-decoration: none;
}

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

.widget {
    margin-bottom: 12px;
}

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

.widget ul li {
    display: block;
}

.widget ul li a:hover {
    text-decoration: none;
}

.widget.recent-news li {
    background: url(//www.davidkassan.com/styles/custom/davidkassan/images/icon_plus.png) 0 5px no-repeat;
    padding-left: 15px;
}

.widget.twitter li {
    margin-bottom: 10px;
}

.workshop {
    margin-bottom: 50px;
    overflow: hidden;
}

.workshop h2 {
    color: #993300;
}

.workshop-image {
    float: left;
    margin-right: 30px;
    width: 300px;
}

.workshop-details {
    overflow: hidden;
}


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

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

.row.full-width-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

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

*[class*='col-'] {
    float: left;
    padding: 0 25px;
    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%; }

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

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

.home-slider, .home-slider .slide, .home-slider .slide img {
    width: 100%;
}

.home-slider .slick-arrow {
    opacity: 0;
    -webkit-transition: opacity .6s;
       -moz-transition: opacity .6s;
            transition: opacity .6s;
}

.home-slider:hover .slick-arrow {
    opacity: 1;
}

.works-slider .works-image {
    float: left;
    width: 64%;
    height: auto;
}

.works-slider .works-detail {
    background: none repeat scroll 0 0 #fff;
    float: right;
    height: 970px;
    padding: 112px 0 0;
    position: relative;
    text-align: left;
    width: 34%;
    z-index: 1;
}

.works-slider .works-detail h2 {
    color: #16192a;
    font-size: 18px !important;
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

.works-slider .works-detail .works-meta {
    font: normal 14px/1.5em "Helvetica Neue", Helvetica, sans-serif !important;
    margin-bottom: 18px;
}

.works-slider .works-detail .works-comments {
    margin-bottom: 18px;
}

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

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

/* Arrows */
.slick-arrows {
    display: block;
    position: absolute;
    top: 30px;
    right: 25px;
    width: 32%;
    z-index: 9;
}

.slick-arrows .slick-prev,
.slick-arrows .slick-next
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    
    
    width: auto;
    height: auto;
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #999;
    
    position: static;
    right: auto;
    left: auto;
    display: inline-block;
}

.slick-arrows .slick-prev:before,
.slick-arrows .slick-next:before
{
    content: '';
}
.slick-arrows .slick-prev:hover,
.slick-arrows .slick-next:hover
{
    color: #666;
    /*text-decoration: underline;*/
}
.slick-arrows .slick-prev:focus,
.slick-arrows .slick-next:focus
{
    color: #999;
    /*text-decoration: none;*/
}
.slick-arrows .slick-prev
{
    /*left: auto;*/
}
.slick-arrows .slick-next
{
    float: right;
    /*right: auto;*/
}


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

    position: absolute;
    top: 50%;

    display: block;

    width: 32px;
    height: 32px;
    margin-top: -10px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}
.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-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    top: -2px;
    right: 0px;
    width: 34%;
    display: block;

    /*width: 100%;*/
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: left;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    /*margin: 0 2px;*/
    padding: 0;

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

    display: block;

    width: 15px;
    height: 15px;
    padding: 8px;

    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: 'FontAwesome';
    font-size: 7px;
    line-height: 16px;

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

    width: 15px;
    height: 15px;

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

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #fff;
    background: #999;
}

/* ==========================================================================
   Pushy
   ========================================================================== */

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #f0f0f0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #666;
  padding: 5px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.pushy a:hover {
  /*color: #FFF;*/
  text-decoration: underline;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("//www.davidkassan.com/styles/custom/davidkassan/images/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* ==========================================================================
   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,
*[class*='col-']:before,
*[class*='col-']:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.row:after,
*[class*='col-']:after {
    clear: both;
}

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

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

    

}

@media only screen and (max-width : 768px) {
    
    *[class*='col-'] {
        float: none;
        width: 100%;
    }
    
    .main-menu {
        display: none;
    }
    
    .nav-toggle {
        display: block;
    }
    
    .widget.recent-news {
        margin-top: 25px;
    }
    
    .works-slider {
        margin-top: 95px;
    }
    
    .works-slider .works-image {
        float: none;
        width: 100%;
    }
    
    .works-slider .works-detail {
        float: none;
        height: auto;
        padding: 25px 0 0;
        width: 100%;
    }
    
    .slick-arrows {
        display: block;
        position: absolute;
        top: 45px;
        right: auto;
        left: 0;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .slick-dots {
      position: absolute;
      top: -85px;
        right: auto;
        left: 0;
        width: 100%;
    }
    
    .workshop-image {
        float: none;
        margin-bottom: 30px;
    }
        
}

@media only screen and (max-width: 640px) {
    
    .workshop-image {
        width: 640px;
    }

}


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