/**
 * Theme Name: Trim
 * Theme URI: http://demo.themebeans.com/trim
 * Author: ThemeBeans
 * Author URI: http://themebeans.com
 * Description: A super-flexible masonry inspired blog & portfolio theme.
 * Version: 1.5.5
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: post-formats, theme-options, translation-ready, custom-menu, fluid-layout, responsive-layout, light, white, microformats
 * Text Domain: bean
 * 
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 * 
 * 1.  #RESET
 * 2.  #BODY & TYPE
 * 3.  #GLOBAL
 * 4.  #FORM & INPUTS
 * 5.  #THEME STRUCTURE
 * 6.  #THEME TEMPLATES
 * 7.  #BLOGROLL
 * 8.  #SINGLE POST
 * 9.  #COMMENTS
 * 10. #JPLAYER
 * 11. #PORTFOLIO
 * 12. #SINGLE PORTFOLIO
 * 13. #EDD
 * 14. #WIDGETS
 * 15  #PLUGINS
 * 16. #ANIMATIONS
 * 17. #CROSS BROWSER
 */





/*------------------------------------*\
    #RESET
\*------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;
    text-decoration: none;

    border: 0;
}img
{
    vertical-align: bottom;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}body
{
    line-height: 1;
}ol,
ul
{
    list-style: none;
}blockquote,
q
{
    quotes: none;
}blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}table
{
    border-spacing: 0;
    border-collapse: collapse;
}.clearfix::after
{
    display: table;
    clear: both;

    content: '';
}.none
{
    display: none;
}

/* GRID FRAMEWORK */
.row
{
    width: 100%;
    margin: 0 auto;
    padding: 0;

    *zoom: 1;
}
.row:before,
.row:after
{
    display: table;

    content: '';
} .row:after
{
    clear: both;
}

.column,
.columns
{
    position: relative;

    float: left;

    min-height: 1px;
    padding: 0;
}
.columns .columns
{
    padding: 0;
}
.columns .columns .columns
{
    padding: 0;
}
.column.centered,
.columns.centered
{
    float: none;

    margin: 0 auto;
}
[class*='column'] + [class*='column'].end
{
    float: left;
}

/* COLUMNS */
.one,
.row .one
{
    width: 8.33333%;
}
.two,
.row .two
{
    width: 16.66667%;
}
.three,
.row .three
{
    width: 25%;
}
.four,
.row .four
{
    width: 33.33333%;
}
.five,
.row .five
{
    width: 41.66667%;
}
.six,
.row .six
{
    width: 50%;
}
.seven,
.row .seven
{
    width: 58.33333%;
}
.eight,
.row .eight
{
    width: 66.66667%;
}
.nine,
.row .nine
{
    width: 75%;
}
.ten,
.row .ten
{
    width: 83.33333%;
}
.eleven,
.row .eleven
{
    width: 91.66667%;
}
.twelve,
.row .twelve
{
    width: 100%;
}

/* IMAGES */
img,
object,
embed
{
    max-width: 100%;
    height: auto;
}
object,
embed
{
    height: 100%;
}
img
{
    -ms-interpolation-mode: bicubic;
}

/* VISABILITY CLASSES */
.show-for-small
{
    display: none!important;
}

/* FLOATS */
.left
{
    float: left;
}
.right
{
    float: right;
}
.text-right
{
    text-align: right;
}
.text-centered
{
    text-align: center;
}

/* RESPONSIVE */
@media only screen and (max-width: 768px)
{
    .row
    {
        width: auto;
        min-width: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .row .row
    {
    }
    .column,
    .columns
    {
        padding: 0;
    }
    .column:before,
    .columns:before,
    .column:after,
    .columns:after
    {
        display: table;

        content: '';
    }
    .column:after,
    .columns:after
    {
        clear: both;
    }
    .row .mobile-two
    {
        float: left;

        width: 50% !important;
        padding: 0 30px;
    }
    .row .mobile-two:last-child
    {
        float: left;
    }
    .row .mobile-two.end
    {
        float: left;
    }
    .row .mobile-four
    {
        float: left;

        width: 100% !important;
    }
    .row .mobile-four.end
    {
        float: left;
    }
}

/* SMALL DISPLAY TARGETS */
@media only screen and (max-width: 768px)
{
    .hide-for-small
    {
        display: none!important;
    }
    .show-for-small
    {
        display: block!important;
    }
}


/*------------------------------------*\
    Accessibility
\*------------------------------------*/
/* Text meant only for screen readers */
.says,
.screen-reader-text
{
    position: absolute !important;

    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);

    width: 1px;
    height: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link
{
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-size: .875rem;

    top: -9999em;
    left: -9999em;

    display: block;

    padding: 15px 23px 14px;

    text-decoration: none;
    text-transform: none;

    color: #21759b;
    outline: none;
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
}

.logged-in .site .skip-link
{
    font-family: 'Open Sans', sans-serif;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
}

.site .skip-link:focus
{
    z-index: 100000;
    top: 7px;
    left: 6px;

    clip: auto;

    width: auto;
    height: auto;
}


/*------------------------------------*\
    #BODY & TYPE
\*------------------------------------*/
*
{
    box-sizing: border-box;
}

html
{
    font-size: 62.5%;

    overflow-x: hidden;

    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body
{
    overflow-x: hidden;

    word-wrap: break-word;

    background-color: #f2f2f2;

    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
}

/* TYPOGRAPHY */
p,
body,
.btn,
h1,
h5,
.button,
textarea,
.rss-date,
.viewer .caption,
input[type='tel'],
input[type='url'],
input[type='text'],
input[type='date'],
input[type='time'],
input[type='email'],
.btn[type='submit'],
input[type='reset'],
input[type='number'],
.comment-author span,
.comment-author cite,
#wp-calendar caption,
input[type='search'],
input[type='button'],
input[type='submit'],
input[type='password'],
input[type='datetime'],
.button[type='submit'],
#cancel-comment-reply-link,
.entry-content .wp-playlist-item-length,
.widget_bean_tweets a.twitter-time-stamp,
.bean-pricing-table .table-mast h5.title,
#edd_checkout_form_wrap select.edd-select,
.bean-pricing-table .table-mast h6.price,
.bean-pricing-table,
.bean-pricing-table .table-mast p
{
    font: 15px/24px 'Arimo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3
{
    font-weight: 600;
}

h1
{
    font-size: 22px;
    line-height: 28px;

    margin-bottom: 10px;
}

h2
{
    font-size: 20px;
    line-height: 28px;

    margin-bottom: 5px;
}

h3
{
    font-size: 18px;
    line-height: 30px;
}

h4
{
    font-size: 16px;
    line-height: 30px;

    margin-bottom: 10px;
}

h5
{
    font-size: 13px;
    line-height: 22px;

    color: #fff;
}

h6,
{
    font-size: 14px;
    line-height: 22px;

    margin-bottom: 10px;
}

em,
cite
{
    font-style: italic;
}

cite
{
    display: block;
}

strong
{
    font-weight: bold;
}

strike,
del
{
    text-decoration: line-through;
}

abbr,
acronym,
ins
{
    padding-bottom: 2px;

    border-bottom: 2px solid #c8c8c8;
}

abbr,
acronym
{
    cursor: help;
    text-transform: uppercase;
}

sup
{
    font-size: 12px;

    position: relative;
    top: -5px;

    vertical-align: top;

    color: #aaa;
}

sub
{
    font-size: 12px;

    position: relative;
    bottom: -5px;

    vertical-align: bottom;

    color: #aaa;
}

a,
abbr,
acronym,
ins
{
    -webkit-transition: all .1s;
       -moz-transition: all .1s;
        -ms-transition: all .1s;
         -o-transition: all .1s;
}

var,
kbd,
samp,
code,
pre
{
    font: 13px/1.8 'Monaco', Courier, 'Courier New', monospace;
}

pre
{
    display: block;
    clear: both;
    overflow: auto;
    overflow-x: scroll;

    overflow-wrap: normal;
}

pre,
blockquote
{
    margin: 45px 0;
    padding: 35px 40px;

    background-color: #f2f2f2;
}

p,
ul,
ol,
dl,
dd,
form
table,
address,
fieldset
{
    margin-bottom: 20px;
}

#filter,
nav ul,
.products,
.widget ul,
.entry-meta,
.header p,
.footer p,
.logo a h1,
blockquote p,
p.form-submit,
ul.stacked,
.social-sharing,
#portfolio-grid,
#grid-container,
#filter li h1,
.jp-interface ul,
.primary fieldset,
.home-slider-mobile,
.bean-control-paging,
.bean-direction-nav,
.post-password-form p,
.attachment .published
{
    margin-bottom: 0;
}

/* TEXT MODS */
.widget a,
.entry-content a
{
    padding-bottom: 2px;

    border-bottom: 2px solid #f2f2f2;
}

.entry-meta a,
.error-logo a
{
    padding-bottom: 0;

    border-bottom: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4
{
    font-weight: bold;

    margin-bottom: 20px;
}

.header,
.footer,
.subtext,
.header a,
.footer a,
#mobile-filter li a
{
    font-size: 14px!important;
}





/*------------------------------------*\
    #GLOBAL
\*------------------------------------*/
pre,
label,
cite a,
form label,
input:focus,
.bean-tabs a,
h1,
h2,
h3,
h4,
textarea:focus,
h4.entry-title a,
.pinglist a:hover,
#wp-calendar caption,
.logged-in-as a:hover,
.bean-panel-title > a,
.portfolio-review,
#edd_checkout_cart td,
#edd_checkout_cart th,
.bean-tabs > li.active > a,
.recent-post-tabs > li > a:hover,
.single-page .vert-align:hover p,
.single-page .vert-align:hover h2,
.archive-head .vert-align:hover h2,
.fancybox-title-float-wrap .child,
.single-page .vert-align:hover span,
#masonry-container article.single-page,
.gform_wrapper .top_label .gfield_label,
#masonry-container article.sidebar.post,
#masonry-container article.single-page p,
#edd_checkout_form_wrap #edd_final_total_wrap,
.bean-pricing-table .pricing-column li.info:hover,
.entry-content .wp-playlist-item .wp-playlist-caption
{
    color: #333;
}

h1 a,
h2 a,
h3 a,
h4 a
{
    color: #333!important;
}

.btn,
.button,
.btn[type='submit'],
input[type='reset'],
input[type='button'],
input[type='submit'],
.button[type='submit'],
.products li a.added_to_cart,
.mailbag-wrap input[type='submit'],
article.sidebar .widget_bean_cta .bean-cta,
#masonry-container article.widget_bean_cta .inner
{
    background-color: #333;
}

#place_order:hover,
.single-page .edd-submit:hover,
.bean-pricing-table .table-mast,
.sidebar .edd-submit.button:hover,
.bean-pricing-table .table-mast:hover,
.single_add_to_cart_button.button:hover,
.widget .buttons .checkout.button:hover,
article.widget_bean_cta .bean-cta:hover,
.mailbag-wrap input[type='submit']:hover,
.side-menu .sidebar-btn .menu-icon:hover,
input[type=submit].edd-submit.button:hover
{
    background-color: #333!important;
}

h6,
.tabs,
.subtext,
.published a,
#reviews .meta,
.form-row label,
.commentmetadata a,
.widget span.reviewer,
.inner .entry-meta li,
.inner .entry-meta li a,
.format-aside.single-page a,
article.single-page .vert-align:hover span,
.widget ul.product_list_widget li .amount,
.widget ul.product_list_widget li .quantity,
.comment-respond a,
#edd_checkout_form_wrap span.edd-description,
#masonry-container article.single-page p.logged-in-as
{
    color: #bbb;
}

body,
.format-aside a,
.fancybox-title-float-wrap .child
{
    color: #696c70;
}

#comments
{
    background-color: #fff;
}

.header,
.footer,
.header a,
.footer a,
#mobile-filter li a,
.header .sub-menu li a,
.header .sub-menu li.current-menu-item a
{
    color: #a6a6a6;
}





/*------------------------------------*\
    #FORM & INPUTS
\*------------------------------------*/
.btn,
.button,
.btn[type='submit'],
input[type='reset'],
input[type='button'],
input[type='submit'],
.button[type='submit'],
.products li a.added_to_cart,
#edd-purchase-button,
.edd-submit,
input[type=submit].edd-submit
{
    display: inline-block;

    width: auto;
    margin: 1px 1px 4px 0;
    padding: 12px 20px 11px;

    cursor: pointer;
    -webkit-transition: all .1s;
       -moz-transition: all .1s;
        -ms-transition: all .1s;
         -o-transition: all .1s;
    text-align: center;

    color: #fff!important;
    border: none;
    border-radius: 4px;
    outline: none!important;

    -webkit-appearance: none;
}

.btn:hover,
.button:hover,
.btn[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover,
.button[type='submit']:hover,
.products li a.added_to_cart:hover
{
    color: #fff!important;
}

/* THEME FORMS */
form label
{
    cursor: pointer;
}

span.required,
abbr.required,
.gfield_required
{
    color: #ff5454;
}

textarea,
input[type='tel'],
input[type='url'],
input[type='text'],
input[type='date'],
input[type='time'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='password'],
input[type='datetime'],
.subscribe .mailbag-wrap input[type='text'],
.subscribe .mailbag-wrap input[type='email'],
.subscribe .mailbag-wrap input[type='password'],
#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap textarea
{
    display: block;

    width: 100%;
    margin: 5px 0 15px;
    padding: 16px 20px 13px;

    -webkit-transition: all .1s;
       -moz-transition: all .1s;
        -ms-transition: all .1s;
         -o-transition: all .1s;

    color: #363a40;
    border: 2px solid #f2f2f2;
    border-radius: 0;
    outline: none!important;
    background-color: #f2f2f2;

    -webkit-appearance: none;
}

textarea:hover,
input[type='tel']:hover,
input[type='url']:hover,
input[type='text']:hover,
input[type='date']:hover,
input[type='time']:hover,
input[type='email']:hover,
input[type='number']:hover,
input[type='search']:hover,
input[type='password']:hover,
input[type='datetime']:hover,
.subscribe .mailbag-wrap input[type='text']:hover,
.subscribe .mailbag-wrap input[type='email']:hover,
.subscribe .mailbag-wrap input[type='password']:hover,
#edd_checkout_form_wrap input[type=email]:hover,
#edd_checkout_form_wrap input[type=password]:hover,
#edd_checkout_form_wrap input[type=text]:hover,
#edd_checkout_form_wrap textarea:hover
{
    color: #363a40;
    border-color: #f0f0f0;
    background-color: #f0f0f0;
}

textarea:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='text']:focus,
input[type='date']:focus,
input[type='time']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
.subscribe .mailbag-wrap input[type='text']:focus,
.subscribe .mailbag-wrap input[type='email']:focus,
.subscribe .mailbag-wrap input[type='password']:focus,
#edd_checkout_form_wrap input[type=email]:focus,
#edd_checkout_form_wrap input[type=password]:focus,
#edd_checkout_form_wrap input[type=text]:focus,
#edd_checkout_form_wrap textarea:focus
{
    color: #363a40;
    border-color: #ededed!important;
    background-color: #ededed;
}

textarea
{
    display: block;

    height: 220px;
    padding: 14px 20px;
}

/* ERRORS */
label.error
{
    display: none!important;
}

input.error,
textarea.error,
.wpcf7-not-valid,
input.error:hover,
input.error:focus,
.requiredField.error,
textarea.error:hover,
textarea.error:focus,
.wpcf7-not-valid:hover,
.wpcf7-not-valid:focus
{
    color: #ff4949!important;
    border-color: #ff4949!important;
    background-color: #fff!important;
}

/* CONTACT FORM 7 COMPATIBILITY */
.wpcf7-form
{
    margin-top: 60px;

    text-align: left;
}


#masonry-container article.single-page .wpcf7-form p
{
    font-size: 14px;
    line-height: 22px;
}



.gfield_select,
.wpcf7-form select
{
    font: inherit;
    font-size: 14px;

    width: 100%;
    padding: 10px 15px;

    cursor: pointer;

    color: #444;
    border: 2px solid #e0e0e0;
    border-radius: 3px;
    outline: none;
    background: #f9f9f9 url(assets/images/select.png) no-repeat 97.5% 15px;

    -webkit-appearance: none;
}

.wpcf7-form select
{
    margin-top: 5px;
}

.gfield_select:hover,
.wpcf7-form select:hover
{
    color: #282828;
    border-color: #cecece;
    background-color: #fff;
    background-position: 97.5% -25px;
}

.wpcf7-not-valid-tip
{
    position: relative!important;

    color: #ff4949;
    border: none!important;
    background: none!important;
}

div.wpcf7-mail-sent-ok
{
    color: #fff;
    border: 2px solid #3fc380!important;
    border-radius: 2px;
    background: #3fc380;
}

div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors
{
    color: #fff;
    border: 2px solid #ff4949!important;
    border-radius: 2px;
    background: #ff4949;
}

div.wpcf7-response-output
{
    line-height: 25px;

    margin: 40px 0 0 0!important;
    padding: .6em 1em!important;

    text-align: center;
}

.wpcf7-form p
{
    font-weight: 500;
}

.wpcf7-form span
{
    font-weight: normal;

    width: 100%;

    color: #ff4949;
}

.wpcf7-form span.wpcf7-not-valid-tip
{
    display: none!important;
}

.wpcf7-submit
{
    padding: 8px 15px;
}

div.wpcf7 img.ajax-loader
{
    display: inline;
}

/* GRAVITY FORMS */
.gform_fields li.gfield
{
    margin-bottom: 20px;
}

.gfield_radio label,
.gfield_checkbox label
{
    margin-left: 10px;
}

.gfield.gfield_error .validation_message
{
    color: #ff4949;
}





/*------------------------------------*\
    #THEME STRUCTURE
\*------------------------------------*/
.content-wrapper
{
    margin-top: 110px;
    padding: 0 40px 40px 40px;
}

.logged-in.admin-bar .content-wrapper
{
    margin-top: 110px;
}

/* HEADER & FOOTER PANELS */
.header
{
    position: fixed;
    z-index: 499;
    top: 0;
    left: 0;

    width: 100%;
    min-height: 110px;
    padding: 40px;

    background-color: #f2f2f2;
}

.logged-in.admin-bar .header
{
    top: 32px;
}

.logged-in.admin-bar .side-menu .header,
.logged-in.admin-bar .side-trans .header
{
    top: 0;
}

.logo h1
{
    font-size: 22px;

    letter-spacing: 6px;
    text-transform: uppercase;
}

.header .nav li
{
    margin-right: 5px;
}

.header .nav li a
{
    margin-left: 8px;
}

.header .nav li:before
{
    font-size: 50%;

    position: relative;
    top: -2px;

    content: '\2022';
}

.header .nav,
.site-description
{
    vertical-align: 8%;
}

.header .site-description
{
    margin-right: 5px;
    margin-left: 20px;
}

nav,
nav ul,
nav ul li,
.logo,
.logo a h1,
.left-side,
.site-description
{
    display: inline;
}

/* HEADER STYLES */
.header.header-2,
.header.header-3
{
    position: relative;
    top: 0!important;

    min-height: 100%;
    padding: 40px;
}

.content-wrapper.header-2,
.content-wrapper.header-3
{
    margin-top: 0!important;
}

.header.header-3
{
    padding: 80px 40px;

    text-align: center;
}

.header.header-3 .logo,
.header.header-3 .site-description
{
    display: block;

    margin-bottom: 15px;
}

.header.header-3 .site-description
{
    display: block;
}

.header.header-3 li:first-child:before
{
    position: inherit;
    top: inherit;

    content: '';
}

/* DROPDOWN */
.header .sf-menu,
.sf-menu *
{
    list-style: none;
}
.header .sf-menu li
{
    position: relative;

    white-space: nowrap;
}
.header .sf-menu li:hover > ul,
.header .sf-menu li.sfHover > ul
{
    display: block;
}
.header .sf-menu a
{
    position: relative;
}
.header .sf-menu ul ul
{
    top: -10px;
    left: 100%;

    border-top: 3px solid #f2f2f2;
    border-radius: 0 3px 3px 3px;
}
.header .sf-menu ul
{
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: -6px;

    display: none;

    min-width: 12.5em;
}

.header .sub-menu
{
    margin-top: 0;
    padding: 8px 0;

    list-style: none;

    border: 3px solid #f2f2f2;
    border-top: none;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
}

.header .sub-menu li
{
    line-height: 18px;

    display: block;

    margin: 0;
    padding: 5px 15px;

    text-align: left;
}

.header .nav .sub-menu li:before
{
    position: inherit;
    top: inherit;

    content: '';
}

.header .sub-menu li a
{
    display: block;

    width: 100%;
    margin-left: 0;

    -webkit-transition: color .1s;
       -moz-transition: color .1s;
        -ms-transition: color .1s;
         -o-transition: color .1s;
}

.header .sub-menu li a,
.current_page_item.menu-item-has-children:hover
{
    cursor: pointer;
}

.header .sub-menu a.sf-with-ul,
.header .sub-menu .menu-item-has-children a
{
    background: url(assets/images/sf-arrow.png) no-repeat 100% 5px;
}

.header .sub-menu .menu-item-has-children .sub-menu a
{
    background: none;
}

/* FOOTER */
.footer
{
    padding: 40px;
}

.footer.fadein
{
    -webkit-animation-delay: 5s;
       -moz-animation-delay: 5s;
        -ms-animation-delay: 5s;
         -o-animation-delay: 5s;
}

/* HIDDEN SIDEBAR */
.hidden-sidebar
{
    position: fixed;
    z-index: 500;
    top: 0;
    right: -33.5%;

    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;

    width: 33.5%;
    max-width: 415px;
    height: 100%;
    margin: 0!important;

    -webkit-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;

    background-color: #222;
    background-color: rgba(34, 34, 34, .98);

    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.hidden-sidebar.open
{
    right: 0;
}

/* SIDEBAR BUTTON */
#nav-toggle,
#filter-toggle
{
    position: absolute;
    top: 50%;
    right: 40px;

    margin-top: -11px;
}

#nav-toggle,
#filter-toggle
{
    z-index: 600;

    width: 22px;
    height: 22px;

    cursor: pointer;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after,
#filter-toggle span,
#filter-toggle span:before,
#filter-toggle span:after
{
    position: absolute;

    display: block;

    width: 22px;
    height: 2px;

    content: '';
    cursor: pointer;

    background: #222;
}

#nav-toggle span,
#filter-toggle span
{
    top: 10px;

    background-color: transparent;
}

#nav-toggle span:before,
#filter-toggle span:before
{
    top: -4px;
}

#nav-toggle span:after,
#filter-toggle span:after
{
    bottom: -4px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after,
#filter-toggle span,
#filter-toggle span:before,
#filter-toggle span:after
{
    -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before,
#filter-toggle.active span:before
{
    top: 2px;
}

#nav-toggle.active span:before
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

#nav-toggle.active span:after
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.sidebar-close
{
    z-index: 400;

    display: block;

    width: 100%;
    padding: 30px 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
    -webkit-transition: all .1s ease-in-out;
            transition: all .13s ease-in-out;
    text-align: center;

    border-bottom: 2px solid #333;
    background: url(assets/images/sprite.png) no-repeat 50% -370px;
}

.logged-in.admin-bar .sidebar-close
{
    margin-top: 32px;
}

.sidebar-close:hover
{
    background-color: #222;
}

/* SIDEBAR PRIMARY */
.hidden-sidebar-inner
{
    position: relative;

    overflow-y: scroll;

    padding-top: 40px;
}

/* HIDDEN SIDEBAR DEFAULTS */
.hidden-sidebar .widget
{
    padding-right: 40px;
    padding-left: 40px;
}

.hidden-sidebar .widget
{
    margin-bottom: 40px!important;
    padding-bottom: 40px!important;

    border-bottom: 2px solid #333;
}

.hidden-sidebar .widget:last-child
{
    margin-bottom: 0!important;
    padding-bottom: 40px;

    border: none;
}

.hidden-sidebar .widget .widget-title
{
    font-size: 11px;
    font-weight: 600;

    text-transform: uppercase;

    color: #666;
}

.hidden-sidebar .widget,
.hidden-sidebar .widget a
{
    color: #a6a6a6;
}

.hidden-sidebar .widget a
{
    border-width: 1px;
    border-color: #444;
}

.hidden-sidebar .widget a:hover
{
    border-color: #fff!important;
}

.hidden-sidebar .widget_bean_tweets a.twitter-time-stamp
{
    margin-bottom: 10px;

    text-transform: uppercase;

    color: #595959!important;
}

.hidden-sidebar .widget .tagcloud a
{
    background-color: #0d0d0d;
}

.hidden-sidebar .widget textarea,
.hidden-sidebar .widget input[type='tel'],
.hidden-sidebar .widget input[type='url'],
.hidden-sidebar .widget input[type='text'],
.hidden-sidebar .widget input[type='date'],
.hidden-sidebar .widget input[type='time'],
.hidden-sidebar .widget input[type='email'],
.hidden-sidebar .widget input[type='number'],
.hidden-sidebar .widget input[type='search'],
.hidden-sidebar .widget input[type='password'],
.hidden-sidebar .widget input[type='datetime']
{
    color: #bbb!important;
    border-color: #333!important;
    background-color: #222!important;
}

.hidden-sidebar .widget textarea:hover,
.hidden-sidebar .widget input[type='tel']:hover,
.hidden-sidebar .widget input[type='url']:hover,
.hidden-sidebar .widget input[type='text']:hover,
.hidden-sidebar .widget input[type='date']:hover,
.hidden-sidebar .widget input[type='time']:hover,
.hidden-sidebar .widget input[type='email']:hover,
.hidden-sidebar .widget input[type='number']:hover,
.hidden-sidebar .widget input[type='search']:hover,
.hidden-sidebar .widget input[type='password']:hover,
.hidden-sidebar .widget input[type='datetime']:hover,
.hidden-sidebar .widget textarea:focus,
.hidden-sidebar .widget input[type='tel']:focus,
.hidden-sidebar .widget input[type='url']:focus,
.hidden-sidebar .widget input[type='text']:focus,
.hidden-sidebar .widget input[type='date']:focus,
.hidden-sidebar .widget input[type='time']:focus,
.hidden-sidebar .widget input[type='email']:focus,
.hidden-sidebar .widget input[type='number']:focus,
.hidden-sidebar .widget input[type='search']:focus,
.hidden-sidebar .widget input[type='password']:focus,
.hidden-sidebar .widget input[type='datetime']:focus
{
    color: #fff!important;
    border-color: #444!important;
}




/*------------------------------------*\
    #THEME TEMPLATES
\*------------------------------------*/
/* CONTACT TEMPLATE */
.g-map
{
    position: relative;

    height: 0;
    padding-bottom: 50%!important;
}

.g-map iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: none;
}

.g-map iframe
{
    overflow: hidden;

    width: 100%;
}

#BeanForm
{
    margin-top: 50px!important;

    text-align: left;
}

ul.bean-contactform label
{
    display: none;
}

.contact-alert
{
    font-size: 14px;
    line-height: 38px;

    height: 38px;

    text-align: center;

    color: #fff;
    border-radius: 2px;
    background-color: #f5f5f5;
}

.contact-alert.fail
{
    background-color: #ff5f49;
}

.contact-alert.success,
.subscribe .success-subscribe
{
    background-color: #3fc380;
}

/* ARCHIVES / SITE MAP TEMPLATE */
.archives-list
{
    margin-top: 60px;
}

.archives-list ul
{
    margin: 5px 20px 30px!important;
}

.archives-list ul:last-child
{
    margin-bottom: 0!important;
}

/* SEARCH TEMPLATE */
.search-no-results .main
{
    text-align: center;
}

.search .content-wrapper #searchform .button[type='submit']
{
    display: none;
}

/* DRIBBBLE TEMPLATE */
.page-template-template-dribbble-php .content-wrapper
{
    padding-bottom: 0;
}

/* 404 / UNDER CONSTRUCTION */
body.error404,
body.page-template-template-underconstruction-php
{
    padding: 5%;

    background-color: #222;
}

body.error404 p,
body.page-template-template-underconstruction-php p,
body.page-template-template-underconstruction-php h1
{
    font: 14px/24px 'Andale Mono',Courier,monospace;

    color: #bbb;
}

body.error404 p a,
body.page-template-template-underconstruction-php p a
{
    padding-bottom: 2px;

    color: #fff;
    border-bottom: 2px solid #333;
}

body.error404 p a:hover,
body.page-template-template-underconstruction-php p a:hover
{
    color: #bbb;
}

/* CONSTRUCTION */
body.page-template-template-underconstruction-php
{
    padding: 0;
}

body.page-template-template-underconstruction-php h1
{
    text-transform: uppercase;

    color: #fff;
}

.error-logo,
.construction-logo
{
    margin-bottom: 15px;
}

.construction-content
{
    padding: 5%;
}

.construction-banner
{
    position: absolute;
    top: 0;

    width: 100%;
    height: 30px;

    background-image: url(assets/images/construction-banner.png);
}

.logged-in.admin-bar .construction-banner
{
    top: 32px;
}

.construction-banner.btm,
.logged-in.admin-bar .construction-banner.btm
{
    top: inherit;
    bottom: 0;
}





/*------------------------------------*\
    #BLOGROLL
\*------------------------------------*/
#masonry-container.fadein
{
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
}

#masonry-container article
{
    float: left;

    max-width: 380px;
    margin-bottom: 20px;
}

#masonry-container article .inner
{
    padding: 40px;
}

#masonry-container article .entry-content-media
{
    position: relative;

    margin-bottom: 0;
}

#masonry-container article
{
    background: #fff;
}

/* POST SPECIFIC */
#masonry-container
{
    -webkit-animation-name: x;
            animation-name: x;
}

#masonry-container article.post
{
    -webkit-transition: opacity .25s ease-in;
            transition: opacity .25s ease-in;

    opacity: 0;
}

#masonry-container article.post h2.entry-title
{
    margin-bottom: 0;

    -webkit-font-smoothing: antialiased;
}

#masonry-container article.post.loaded,
#masonry-container article.post.sidebar,
#masonry-container article.post.single-page
{
    opacity: 1;
}

#masonry-container article .post-thumb
{
    position: relative;

    overflow: hidden;
}

#masonry-container article .post-thumb img
{
    min-width: 100%;

    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

#masonry-container article .post-thumb a:hover img
{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

#masonry-container article.format-video .post-thumb a:hover img,
#masonry-container article.format-image .post-thumb a:hover img
{
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

#masonry-container article.format-video .post-thumb a:hover .lightbox-play,
#masonry-container article.format-image .post-thumb a:hover .lightbox-image
{
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

#masonry-container article.format-video .post-thumb p
{
    display: none;
}

/* AUDIO FORMAT */
#masonry-container article .jp-audio
{
    bottom: 5%;
}

#masonry-container article .jp-interface
{
    position: relative;
    left: 5%;

    width: 90%;
    margin: inherit;
}

#masonry-container article .no-feat
{
    padding: 40px;

    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
}

#masonry-container article .no-feat .jp-audio
{
    position: relative;
}

#masonry-container article .no-feat .jp-interface
{
    left: 0;

    width: 100%;
}

/* SINGLE AUDIO */
#masonry-container article.single-page .no-feat
{
    padding: 0;

    border: none;
}

#masonry-container article.single-page .no-feat .jp-audio
{
    position: relative;
    bottom: inherit;
}

#masonry-container article.single-page .no-feat .jp-interface
{
    left: 0;

    width: 100%;
}

#masonry-container article.single-page.format-audio .entry-content-media.no-img
{
    padding: 40px;

    border-bottom: 1px solid #f2f2f2;
}

#masonry-container article.single-page.format-audio .entry-content-media.no-img
{
    margin: 0;
}

/* VIDEO FORMAT */
.lightbox-play,
.lightbox-image
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100px;
    height: 100px;
    margin: auto;

    background: url(assets/images/sprite.png) no-repeat -50px -1050px;
}

.lightbox-play
{
    background-position: -50px -1250px;
}

#masonry-container article.single-page .lightbox-play
{
    top: 40px;
}

/* IMAGE FORMAT */
#masonry-container article.format-image
{
    padding: 20px;

    background-color: #fff;
}

#masonry-container article.format-image.single-page
{
    padding: 0;
}

.lightbox-image
{
    -webkit-transition: opacity .2s ease-in;
            transition: opacity .2s ease-in;

    opacity: 0;
}

ul.stacked li:hover .lightbox-image,
#masonry-container article.format-image:hover .lightbox-image
{
    opacity: 1;
}

/* GALLERY FORMAT */
#masonry-container article.format-gallery .bean-direction-nav
{
    display: none;
}

#masonry-container article.format-gallery.single-page .bean-direction-nav
{
    display: block;
}

/* SINGLE POST/PAGE */
#masonry-container
{
    -webkit-animation-name: fadein;
            animation-name: fadein;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

#masonry-container article.single-page
{
    z-index: 2;

    max-width: none;
}

#masonry-container article.single-page .entry-content-media
{
    margin: 40px 40px 0;
    margin: 4.0rem 4.0rem 0;
}

#masonry-container article.single-page .inner.dark h1
{
    color: #fff;
}

/* INFINITE LOADING */
#page_nav,
#infscr-loading,
#infscr-loading img
{
    display: none;
}

#infscr-loading
{
    position: absolute;
    z-index: 100;
    bottom: 40px;
    left: 50%;

    width: 32px;
    height: 32px;
    margin-left: -16px;

    border-radius: 3px;
    background: url(assets/images/loading.gif) 50% 50% no-repeat #fff;
}

#infscr-loading div
{
    display: none;

    opacity: 0;
}

/* ATTACHMENT */
#masonry-container article.attachment
{
    width: auto!important;
}

/* MASONRY MEDIA QUERIES */
/* 1 COL */
@media only screen and (min-width: 500px)
{
    .gutter-width,
    .grid-width
    {
        width: 0;
    }
}

/* 2 COLS */
@media only screen and (min-width: 550px)
{
    .gutter-width
    {
        width: 2.6%;
    }

    .social-sharing-divide
    {
        padding-top: 5.2%;
    }

    #masonry-container article
    {
        margin-bottom: 2.6%;
    }

    .grid-width,
    #masonry-container article.page,
    #masonry-container article.post,
    #masonry-container article.widget
    {
        width: 48.7%;
    }
}

@media only screen and (max-width: 550px)
{
    #masonry-container article.widget
    {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .blog #masonry-container article.post,
    .search #masonry-container article.post,
    .archive #masonry-container article.post
    {
        width: 100%;
        max-width: none;
    }
}

/* 3 COLS */
@media only screen and (min-width: 769px)
{
    .gutter-width
    {
        width: 1.7%;
    }

    .social-sharing-divide
    {
        padding-top: 1.3%;
    }

    #masonry-container article
    {
        margin-bottom: 1.7%;
    }

    .grid-width,
    #masonry-container article.page,
    #masonry-container article.post,
    #masonry-container article.widget
    {
        width: 32.2%;
    }

    #masonry-container article.single-page
    {
        width: 66.1%;
    }
}

/* 4 COLS */
@media only screen and (min-width: 1190px)
{
    .gutter-width
    {
        width: 1.28%;
    }

    .social-sharing-divide
    {
        padding-top: 2.56%;
    }

    #masonry-container article
    {
        margin-bottom: 1.28%;
    }

    .grid-width,
    #masonry-container article.page,
    #masonry-container article.post,
    #masonry-container article.widget
    {
        width: 24.04%;
    }

    #masonry-container article.single-page
    {
        width: 49.36%;
    }
}

/* 5 COLS */
@media only screen and (min-width: 1600px)
{
    .gutter-width
    {
        width: .98%;
    }

    .social-sharing-divide
    {
        padding-top: 1.96%;
    }

    #masonry-container article
    {
        margin-bottom: .98%;
    }

    .grid-width,
    #masonry-container article.page,
    #masonry-container article.post,
    #masonry-container article.widget
    {
        width: 19.216%;
    }

    #masonry-container article.single-page
    {
        width: 39.412%;
    }
}

/* 6 COLS */
@media only screen and (min-width: 1950px)
{
    .gutter-width
    {
        width: .84%;
    }

    .social-sharing-divide
    {
        padding-top: 1.68%;
    }

    #masonry-container article
    {
        margin-bottom: .84%;
    }

    .grid-width,
    #masonry-container article.page,
    #masonry-container article.post,
    #masonry-container article.widget
    {
        width: 15.966%;
    }

    #masonry-container article.single-page
    {
        width: 32.772%;
    }
}

/* 7 COLS */
@media only screen and (min-width: 2350px)
{
    .gutter-width
    {
        width: .83%;
    }

    .social-sharing-divide
    {
        padding-top: 1.66%;
    }

    #masonry-container article
    {
        margin-bottom: .83%;
    }

    .grid-width,
    #masonry-container article.page,
    #masonry-container article.post,
    #masonry-container article.widget
    {
        width: 13.545%;
    }

    #masonry-container article.single-page
    {
        width: 27.92%;
    }
}

/* BLOGROLL POST LAYOUT */
/* META */
.published
{
    display: inline-block;

    margin-bottom: 15px;
}

.inner .entry-meta li
{
    display: inline-block;

    margin-right: 10px;
}

.inner .entry-meta li:last-child
{
    margin-right: 0;
}

/* LIKES */
.bean-likes span
{
    display: inline!important;
}

.bean-likes
{
    padding-left: 18px!important;

    -webkit-transition: all 0s;
       -moz-transition: all 0s;
        -ms-transition: all 0s;
         -o-transition: all 0s;

    background: url(assets/images/sprite.png) no-repeat -93px -584px;
}

.bean-likes:hover,
.bean-likes.active
{
    background-position: -93px -599px;
}

a.bean-likes:hover,
.bean-likes.active,
.bean-likes.active span.count,
.entry-meta .bean-likes.active:hover
{
    color: #ff6467!important;
}

.bean-likes.active,
.bean-likes.active span.count,
.entry-meta .bean-likes.active:hover
{
    cursor: default;
}

/* COMMENTS & EDIT */
.entry-meta .icon-comments:before
{
    content: ''!important;
}

.entry-meta [class^='icon-']:before,
.entry-meta [class*=' icon-']:before
{
    display: block;
}

.icon-comments
{
    position: relative;
    top: 2px;

    display: inline-block;

    width: 13px;
    height: 13px;
    margin-right: 3px;

    background: url(assets/images/sprite.png) no-repeat;
    background-position: -93px -493px;
}

.edit-link
{
    float: right;
}

.single .edit-link
{
    float: none;

    margin-bottom: 10px;
}

/* POST FORMATS */
.vert-align
{
    box-sizing: border-box;

    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
    text-align: center;

    background-color: #fff;
           background-size: cover!important;

    -khtml-background-size: cover!important;
       -ms-background-size: cover!important;
}

.vert-align h2
{
    margin-bottom: 10px!important;
}

.format-quote .vert-align
{
    padding: 30% 10%;
}

.format-aside .vert-align
{
    padding: 15% 10%;
}

.vert-align p,
.vert-align h2,
.vert-align span
{
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
}

.vert-align:hover p,
.vert-align:hover h2,
.vert-align:hover span
{
    color: #fff;
}

.format-link .vert-align
{
    padding: 31% 10%;
}

.single-page .vert-align
{
    background-color: #f2f2f2;
}

.format-aside p:last-child,
.entry-content-media p:last-child
{
    margin-bottom: 0;
}

/* BLOGROLL PAGINATION */
.pagination
{
    position: fixed;
    bottom: 0;
    left: 0;
}

.pagination a
{
    float: right;
}

.single .pagination a
{
    float: left;
}

.pagination a
{
    display: block;

    width: 30px;
    height: 30px;

    text-indent: -9999em;

    background: url(assets/images/sprite.png) no-repeat #282828;
}

.pagination .prev,
.pagination .page-prev a
{
    background-position: -85px -185px;
}

.pagination .next,
.pagination .page-next a
{
    background-position: -85px -85px;
}

.pagination .page-portfolio a
{
    background-position: -85px 8px;
}

.pagination .page-numbers
{
    display: none;
}

.pagination .next,
.pagination .prev
{
    display: block;
}

/* SEARCH/ARCHIVIAL VIEWS */
#masonry-container article.archive-head
{
    display: none;
}

#masonry-container article.archive-head:first-of-type
{
    display: block;
}

.archive-head .vert-align h2
{
    margin-bottom: 0!important;
}

.archive-head .vert-align
{
    background-color: #fff!important;
}

.search-head h2
{
    margin-bottom: 10px!important;
}

.search-head input
{
    margin: 0!important;
}





/*------------------------------------*\
    #SINGLE POST
\*------------------------------------*/
.single-post h1.entry-title,
.single-download h1.entry-title
{
    margin-bottom: 0;
}

/* MEDIA */
.single-format-aside .vert-align,
.single-format-quote .vert-align
{
    padding: 25% 10%;
}

.entry-content-media.lb-feat,
.single-format-quote .entry-content-quote
{
    margin-bottom: 30px;
}

/* LINK */
.single-format-link .vert-align
{
    padding: 17.25% 10%;
}

.single-format-link .a-link
{
    display: block;

    margin-top: -15px;
    margin-bottom: 30px;
}

/* AUDIO */
.entry-content-audio
{
    position: relative;
}

.entry-content-audio .jp-audio
{
    position: relative;
    bottom: auto;

    margin-bottom: 30px;
}

.jp-audio
{
    position: absolute;
    bottom: 0;

    width: 100%;
}

/* VIDEO */
.single-format-video .video-frame
{
    margin-bottom: 30px;
}

/* SINGLE POST META */
.single-page-footer
{
    margin: 40px -40px 0;
    padding: 40px;

    border-top: 1px solid #f2f2f2;
}

.single-page .entry-meta
{
    line-height: 24px;

    margin: 0!important;
}

.single-page .entry-meta li
{
    display: block;

    margin-right: 0;
}

.entry-meta li.tags
{
    text-transform: capitalize;
}

/* GRID PASSWORD */
.post-password-required form label
{
    display: block;

    margin-top: 20px;
}

.post-password-required input[type='password']
{
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 15px;
}

.post-password-required input[type='submit']
{
    width: 100%;
}

.post-password-form
{
    margin-bottom: 20px;
}

/* SINGLE PASSWORD */
.single-page.post-password-required form label
{
    display: inline-block;

    width: 68%;
}

.single-page.post-password-required input
{
    display: inline-block;
}

.single-page.post-password-required input[type='submit']
{
    width: 30%;
}

.single-page.post-password-form
{
    margin-bottom: 0;
}

/* SINGLE POST SIDEBAR */
#masonry-container article.sidebar.post .inner
{
    padding: 0;
}

#masonry-container article.sidebar.post .widget
{
    padding: 40px;

    border-bottom: 1px solid #f2f2f2;
}

#masonry-container article.sidebar.post .widget:last-of-type
{
    border-bottom: none;
}

/* SINGLE POST SOCIAL */
.social-sharing
{
    display: block;
    float: left;

    width: 100%;
    padding: 40px;
}

.social-sharing li a
{
    display: inline-block;
    float: left;

    width: 48%;
    height: 40px;
    margin: 1%;

    text-align: center;
    text-indent: -9999em;

    border-radius: 3px;
    background: url(assets/images/sprite.png) no-repeat #ced2d3;
}

.social-sharing li a.twitter
{
    background-position: 50% -680px;
}

.social-sharing li a.facebook
{
    background-position: 50% -780px;
}

.social-sharing li a.pinterest
{
    background-position: 50% -880px;
}

.social-sharing li a.google
{
    background-position: 50% -980px;
}

.social-sharing li a.twitter:hover
{
    background-color: #33ccfe;
}

.social-sharing li a.facebook:hover
{
    background-color: #3a5a99;
}

.social-sharing li a.pinterest:hover
{
    background-color: #ff545c;
}

.social-sharing li a.google:hover
{
    background-color: #dd4b39;
}

.social-sharing-divide
{
    display: block;
    float: left;

    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 10px;

    background-color: #f2f2f2;
}

.no-sidebar-social-only .social-sharing-divide
{
    display: none;
}

.single-portfolio .social-sharing
{
    padding: 20px;
}

.single-portfolio .social-sharing-divide
{
    display: none!important;
}

/* WORDPRESS DEFAULT STYLING */
.entry-content ul
{
    margin: 40px;

    list-style-type: disc;
}

.entry-content ol
{
    margin: 40px;

    list-style-type: decimal;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol li ul,
.entry-content ul li ol,
.entry-content ul li ul,
.entry-content ol li ol
{
    margin: 15px 0 15px 20px;
}

.entry-content form ul
{
    margin: 0!important;
}

.entry-content form li
{
    list-style: none;
}

.entry-content .bean-one-third ul
{
    margin-left: 0;

    list-style: none;
}

.single-post .entry-content img,
.single-post .entry-content img a
{
    margin: 40px 0 40px 0;
}

.single-post img.attachment-post-feat
{
    margin-top: 0;
}

/* IMAGES */
.slider img,
.image-frame img,
.entry-content p img,
.attachment .post-box img,
.content-wrapper .gallery .gallery-icon img
{
    display: block;

    background: transparent;
}

.image-frame img,
.attachment .post-box img,
.post-thumb img
{
    height: auto;
}

.entry-content .entry-content-media img
{
    margin: 0;
}

.content-wrapper .gallery-item
{
    float: left;

    margin: 0;
    padding: 0;
}

.content-wrapper .gallery .gallery-icon img
{
    margin-bottom: 0!important;
}

.entry-content img,
.comment-content img,
.widget img
{
    max-width: 100%;
}

.entry-content img.size-full,
.entry-content img.size-large
{
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;
}

.entry-content img.wp-smiley
{
    display: inline-block;
}

img.aligncenter
{
    display: block;
    clear: both;

    margin-right: auto!important;
    margin-left: auto!important;
}

img.alignleft
{
    float: left;

    margin-right: 40px!important;
}

img.alignright
{
    display: block;
    float: right;

    margin-left: 40px!important;
}

.wp-smiley
{
    max-height: 13px;
    margin: 0 !important;
}

.entry-content .gallery
{
    float: left;

    width: 100%;
    margin: auto;
}

.gallery-item
{
    float: left;

    margin-left: 0;

    text-align: center;
}

#gallery-1 .gallery-item
{
    float: left;

    width: 33%;
    margin-top: 10px;

    text-align: center;
}

.gallery-image
{
    margin-left: 0;
}

.gallery-caption
{
    font-weight: bold;

    margin-left: 0;
}

.gallery-item .gallery-caption
{
    margin-bottom: 0 !important;
    padding-right: 12%;
}

.wp-caption img,
.gallery-item img,
.wp-caption img a
{
    margin: 10px 0!important;
    padding: 0;

    border: none!important;
}

.wp-caption
{
    max-width: 100%;
}

.wp-caption
.wp-caption-text,
.gallery-caption
{
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;

    margin: 0;
    margin-bottom: 20px;
    padding: 5px;

    text-align: center;
}

img#wpstats
{
    display: none;
}

/* STICKY POST */


.twitter-tweet
{
    width: 100%!important;
    margin: 40px 0!important;
}

/* SINGLE ATTACHMENT */
.single-attachment .entry-content h1
{
    margin-bottom: 0;
}

.single-attachment .entry-content
{
    margin: 30px 0 0;
}

/* SHORTCODE OVERRIDES */
p:empty
{
    display: none;
}

.entry-content ul.bean-tabs li a:hover
{
    border-color: #ddd!important;
}

.bean-alert
{
    margin: 10px 0;
}

.bean-alert,
.bean-panel-body,
.bean-tab-content,
.bean-tabs > li > a,
.bean-panel-title > a
{
    text-align: left;
}

.bean-tabs > li
{
    margin-bottom: 5px;
}





/*------------------------------------*\
    #COMMENTS
\*------------------------------------*/
#comments
{
    position: relative;

    float: left;

    margin: 0 -40px 10px;
    padding: 40px 40px 5px;

    border-top: 1px solid #f2f2f2;
}

#reply-title span,
.subscribe h6 span,
.comments-title span
{
    font-size: 14px;
    font-weight: normal;

    top: 0;
    left: 0;

    display: inline-block;

    margin-bottom: 0;
    padding: 5px 15px;

    color: #a6a6a6;
    background-color: #f2f2f2;
}

.subscribe h6,
#reply-title,
.comments-title
{
    position: absolute;
    top: 0;
    right: 0;
}

#reply-title
{
    display: none;
}

#comments ul
{
    list-style: none!important;
}

.commentlist
{
    float: left;

    width: 100%;
    margin: 0!important;

    list-style-type: none!important;
}

/* COMMENT */
.avatar
{
    float: left;

    margin: 5px 20px 0 0;

    border-radius: 3px;
}

.comment-author
{
    margin-bottom: -7px;
}

.comment-author span,
.comment-author cite
{
    font-size: 17px;
    font-weight: bold;
    font-style: normal;

    display: inline-block;

    -webkit-font-smoothing: antialiased;
}

.comment-body
{
    clear: both;

    margin: 5px 0 25px;
}

.comment-body p
{
    margin-left: 65px;
}

.comment-body ul,
.comment-body ol
{
    list-style-type: disc;
}

.moderation
{
    display: none;
}



/* CHILDREN */
.comments .children
{
    margin: 0 0 0 65px;
}

/* COMMENT FORM */
#respond
{
    position: relative;

    clear: both;

    margin: 0 -40px;
    padding: 40px 40px 0;

    border-top: 1px solid #f2f2f2;
}

.comment #respond
{
    margin-bottom: 40px;

    border-bottom: 1px solid #f2f2f2;
}

.comment.depth-2 #respond
{
    margin: 0 -40px 40px -105px;
}

#comments.respond-form
{
    margin-top: 0;
}

.comment-form label
{
    display: none;
}

.comment .comment-form
{
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 30px;
}

.comment .logged-in-as,
.logged-in .comment #cancel-comment-reply-link
{
    display: none;
}

/* PINGS */
.pinglist
{
    float: left;
}

/* PAGE COMMENTS */
.page #comments
{
    margin-top: 50px;
    padding-top: 70px;

    border-top: 1px solid #e5e5e5;
}





/*------------------------------------*\
    #JPLAYER
\*------------------------------------*/
.jp-interface
{
    position: relative;

    overflow: hidden;

    height: 36px!important;
    margin: 0 auto;

    border: 1px solid #000;
    border-radius: 3px;
    background: #1f1f1f;
    background: rgba(31, 31, 31, .95);
    box-shadow: 0 1px 0 #414347 inset, 0 1px 3px rgba(0,0,0,.5);
}

ul.jp-controls
{
    border-right: 1px solid rgba(255, 255, 255, .1)!important;
}

ul.jp-controls,
.jp-interface ul.jp-controls li
{
    position: absolute;

    width: 36px;
    height: 36px;
    margin: 0;
}

.jp-interface ul.jp-controls a
{
    position: absolute;
    z-index: 2;
    top: 0;

    display: block;
    overflow: hidden;
    overflow: hidden;

    white-space: nowrap;
    text-indent: 100%;

    outline: none!important;
}

.jp-interface ul.jp-controls a span
{
    display: block;
    overflow: hidden;

    text-indent: 100%;
}

a.jp-play span,
a.jp-pause span
{
    width: 36px;
    height: 36px;
    margin: 0;
}

/* BASE ICON POSITIONING */
a.jp-play span
{
    background: url(assets/images/jplayer.png) -1px 0 no-repeat;
}

a.jp-pause span
{
    display: none;

    background: url(assets/images/jplayer.png) -1px -37px no-repeat;
}

a.jp-play:hover span,
a.jp-pause:hover span
{
    opacity: .7;
}

/* PROGRESS BARS */
div.jp-progress
{
    margin: 14px 14px 0 50px;

    border-bottom: 1px solid #28292b;
    border-radius: 2px;
    background: #0b0b0c;
}

div.jp-seek-bar
{
    width: 0;
    height: 100%;

    cursor: pointer;
}

div.jp-play-bar
{
    width: 0;
    height: 7px;

    -webkit-animation: BGAnimateHori 6s infinite linear;
       -moz-animation: BGAnimateHori 6s infinite linear;
        -ms-animation: BGAnimateHori 6s infinite linear;
         -o-animation: BGAnimateHori 6s infinite linear;

    border-radius: 2px;
    background-image: url(assets/images/jplayer-progress.png);
    background-repeat: repeat;
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 1px 3px rgba(0,0,0,.5);
}

/* PLAY BAR ANIMATION */
@-webkit-keyframes BGAnimateHori
{
    from
    {
        background-position: 0 0;
    }
    to
    {
        background-position: 7px 0;
    }
}
@keyframes BGAnimateHori
{
    from
    {
        background-position: 0 0;
    }
    to
    {
        background-position: 7px 0;
    }
}

/* AUDIO JPLAYER SPECIFIC */
.jp-audio,
.jp-video
{
    clear: both;
}

/* VIDEO JPLAYER SPECIFIC */
.jp-video .jp-jplayer
{
    height: auto!important;
}

.jp-video .jp-interface
{
    margin: -9px 0 0 0;

    background-color: #282828;
}

.fluid-width-video-wrapper iframe
{
    border: none;
}

/* WP EMBED */
.mejs-container
{
    outline: none;
}

/*  WP PLAYLIST CUSTOM THEME */
.entry-content .wp-playlist
{
    font-size: inherit;
    line-height: inherit;

    margin: 50px 0 30px;
    padding: 0;

    border: none;
}

.entry-content .wp-playlist-current-item
{
    display: none; /* REMOVE THIS TO DISPLAY ARTWORK */

    padding: 5% 0;

    background: #f5f5f5;
}

.entry-content .wp-playlist .mejs-container
{
    width: 100%;
    margin: 0;
}

.entry-content .wp-playlist-caption
{
    max-width: 100%;
}

.entry-content .wp-playlist-item-title,
.entry-content .wp-playlist-item .wp-playlist-caption
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
}

.entry-content .wp-playlist-item-album
{
    font-style: italic;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.entry-content .wp-playlist-item-length
{
    position: absolute;
    top: 3px;
    right: 0;

    text-transform: uppercase;
}

.entry-content .wp-playlist-tracks
{
    margin: 0;
    padding: 2% 0;
}

.entry-content .wp-playlist-tracks a
{
    border-bottom: 0;
}

.entry-content .wp-playlist-item
{
    position: relative;

    padding: 5px 0;

    cursor: pointer;

    border-bottom: 1px solid #ececec;
}

.entry-content .wp-playlist-light,
.entry-content .wp-playlist-tracks,
.entry-content .wp-playlist-light .wp-playlist-playing
{
    background: transparent;
}

.entry-content .wp-playlist-light .wp-playlist-playing .wp-playlist-item-title,
.entry-content .wp-playlist-dark .wp-playlist-playing .wp-playlist-item-title
{
    font-weight: normal;
}

.entry-content .wp-playlist-current-item
{
    height: auto;
    margin: 0;

    text-align: center;
}

.entry-content .wp-playlist .wp-playlist-current-item img
{
    float: none;

    max-width: 150px;
    height: auto;
    margin: 0 0 10px;
    padding: 0;

    border: 0;
}

/*  SLIDER */
.post-slider .slides
{
    zoom: 1;
}
.slides li img
{
    margin: 0 auto!important;
}
.post-slider
{
    position: relative;
}
html[xmlns] .slides
{
    display: block;
}
.post-slider a:focus
{
    outline: none;
}
.no-js .slides > li:first-child
{
    display: block;
}
.slides
{
    overflow: hidden;

    margin: 0!important;
    padding: 0;

    list-style: none;
}
.post-slider .slides > li
{
    position: relative;

    display: none;

    -webkit-backface-visibility: hidden;
}
.slides:after
{
    line-height: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}

.flexslider
{
    position: relative;

    cursor: pointer;
}

/* CONTROL NAV */
.bean-direction-nav a
{
    position: absolute;
    z-index: 995;
    top: 50%;
    left: 20px;

    display: block;
    overflow: hidden;

    width: 30px;
    height: 72px;
    margin-top: -36px;

    white-space: nowrap;
    text-indent: 100%;

    opacity: .5;
    background: url(assets/images/sprite.png) no-repeat -85px -64px;
}

.bean-direction-nav a.bean-next
{
    right: 20px;
    left: inherit;

    background-position: -85px -164px;
}

.bean-next:hover,
.bean-prev:hover
{
    opacity: 1;
}

/* CONTROL PAGING */
.bean-control-paging
{
    position: absolute;
    z-index: 500;
    right: 20px;
    bottom: 20px;

    margin-left: 0;
}

.bean-control-paging li
{
    float: left;

    margin: 0 1px;

    cursor: pointer;
    text-indent: -9999em;
}

.bean-control-paging li a
{
    display: block;

    width: 6px;
    height: 6px;

    opacity: .5;
    border-radius: 100px;
    background-color: #fff;
}

.bean-control-paging li a:hover,
.bean-control-paging li a.bean-active
{
    opacity: 1;
}

/* CAPTIONS */
ul.stacked li .bean-image-caption,
ul.home-slider-mobile li .bean-image-caption
{
    margin-top: 40px;

    text-align: center;
}

.flexslider .bean-image-caption,
.home-slider .bean-image-caption
{
    position: absolute;
    bottom: 40px;
    left: 40px;

    padding: 15px;

    color: #333;
    background-color: #fff;
}

.flexslider .bean-image-caption
{
    bottom: 10px;
    left: 10px;

    padding: 5px 10px;
}

.blog .bean-image-caption,
.search .bean-image-caption,
.archive .bean-image-caption
{
    display: none;
}

article .bean-image-caption
{
    display: none;
}

article.single-page .bean-image-caption
{
    display: block;
}

/* LIGHTBOX */
.fancybox-enabled
{
    overflow: hidden;
}

.fancybox-enabled body
{
    overflow: visible;

    height: 100%;
}

.fancybox-is-hidden
{
    position: absolute;
    top: -9999px;
    left: -9999px;

    visibility: hidden;
}

.fancybox-container
{
    position: fixed;
    z-index: 99993;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: translateZ(0);
            transform: translateZ(0); 

    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container
{
    z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer
{
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
}

.fancybox-bg
{
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
            transition-timing-function: cubic-bezier(.47, 0, .74, .71); 
    -webkit-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
            transition-property: opacity;

    opacity: 0;
    background: #1e1e1e;
}

.fancybox-is-open .fancybox-bg
{
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
            transition-timing-function: cubic-bezier(.22, .61, .36, 1); 

    opacity: .87;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap
{
    position: absolute;
    z-index: 99997;

    visibility: hidden;

    box-sizing: border-box; 

    -webkit-transition: opacity .25s, visibility 0s linear .25s;
            transition: opacity .25s, visibility 0s linear .25s;

    opacity: 0;

    direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap
{
    visibility: visible;

    -webkit-transition: opacity .25s, visibility 0s;
            transition: opacity .25s, visibility 0s; 

    opacity: 1;
}

.fancybox-infobar
{
    top: 0;
    left: 50%;

    margin-left: -79px;
}

.fancybox-infobar__body
{
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 44px;

    display: inline-block;

    width: 70px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    pointer-events: none;

    color: #ddd;
    background-color: rgba(30, 30, 30, .7);

    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar
{
    top: 0;
    right: 0;
}

.fancybox-stage
{
    z-index: 99994;

    overflow: hidden;

    -webkit-transform: translate3d(0, 0, 0); 

    direction: ltr;
}

.fancybox-slide
{
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;

    display: none;
    overflow: auto;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property:         transform, opacity;
            transition-property:         transform, opacity, -webkit-transform;
    text-align: center;
    white-space: normal;

    outline: none;

    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.fancybox-slide::before
{
    display: inline-block;

    width: 0; 
    height: 100%;

    content: '';
    vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next
{
    display: block;
}

.fancybox-slide--image
{
    overflow: visible;
}

.fancybox-slide--image::before
{
    display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe
{
    background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe
{
    background: #e5e3df;
}

.fancybox-slide--next
{
    z-index: 99995;
}

.fancybox-slide > *
{
    position: relative;

    display: inline-block;
    overflow: auto;

    box-sizing: border-box; 
    margin: 44px 0 44px;
    padding: 24px;

    text-align: left;
    vertical-align: middle;

    border-width: 0;
    background-color: #fff;
}

.fancybox-slide .fancybox-image-wrap
{
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;

    overflow: visible;

    margin: 0;
    padding: 0;

    cursor: default;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;

    border: 0;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap
{
    cursor: -webkit-zoom-out;
    cursor:         zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap
{
    cursor: -webkit-zoom-in;
    cursor:         zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap
{
    cursor: -webkit-grab;
    cursor:         grab;
}

.fancybox-is-dragging .fancybox-image-wrap
{
    cursor: -webkit-grabbing;
    cursor:         grabbing;
}

.fancybox-image,
.fancybox-spaceball
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none; 
    margin: 0;
    padding: 0;

    border: 0;
}

.fancybox-spaceball
{
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content
{
    overflow: visible;

    width: 80%;
    max-width: calc(100% - 100px);
    height: 80%;
    max-height: calc(100% - 88px);
    padding: 0;

    background: #fff;
}

.fancybox-iframe
{
    display: block;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    border: 0;
    background: #fff;
}

.fancybox-error
{
    width: 100%;
    max-width: 380px;
    margin: 0;
    padding: 40px;

    cursor: default; 

    background: #fff;
}

.fancybox-error p
{
    font: 16px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif; 

    margin: 0;
    padding: 0;

    color: #444;
}

.fancybox-close-small
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;

    cursor: pointer; 

    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
}

.fancybox-close-small:after
{
    font: 20px/30px Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-weight: 300;

    position: absolute;
    z-index: 2; 
    top: 5px;
    right: 5px;

    box-sizing: border-box;
    width: 30px;
    height: 30px;

    content: '×';
    -webkit-transition: background .25s;
            transition: background .25s;
    text-align: center;

    color: #888;
    border-width: 0;
    border-radius: 50%;
    background: #fff;
}

.fancybox-close-small:focus:after
{
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after
{
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small
{
    top: 0;
    right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after
{
    font-size: 35px;

    color: #aaa; 
    background: transparent;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after
{
    color: #fff;
}

/* Caption */
.fancybox-caption-wrap
{
    right: 0;
    bottom: 0;
    left: 0;

    padding: 60px 30px 0 30px;

    pointer-events: none; 

    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    background:         linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
}

.fancybox-caption
{
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;

    padding: 30px 0;

    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .4);

    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select
{
    pointer-events: all;
}

.fancybox-caption a
{
    text-decoration: underline; 

    color: #fff;
}

/* Buttons */
.fancybox-button
{
    line-height: 44px;

    position: relative;

    display: inline-block;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    text-align: center;
    vertical-align: top;

    color: #ddd;
    border: 0;
    border-radius: 0;
    outline: none; 
    background: transparent;
}

.fancybox-button[disabled]
{
    cursor: default;
    pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button
{
    background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover:not([disabled])
{
    color: #fff;
    background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after
{
    position: absolute;

    display: inline-block; 

    box-sizing: border-box;

    content: '';
    pointer-events: none;

    opacity: .9;
    color: currentColor;
    background-color: currentColor;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after
{
    opacity: .3;
}

.fancybox-button--left::after,
.fancybox-button--right::after
{
    top: 18px;

    width: 6px;
    height: 6px;

    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor; 
    background: transparent;
}

.fancybox-button--left::after
{
    left: 20px;

    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.fancybox-button--right::after
{
    right: 20px;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.fancybox-button--left
{
    border-bottom-left-radius: 5px;
}

.fancybox-button--right
{
    border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after
{
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px); 

    display: inline-block;

    width: 16px;
    height: 2px;

    content: '';
}

.fancybox-button--close::before
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.fancybox-button--close::after
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow
{
    position: absolute;
    z-index: 99995;
    top: 50%;

    width: 54px;
    height: 100px;
    margin: -50px 0 0 0;
    padding: 0;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: opacity .25s;
            transition: opacity .25s; 

    opacity: 0;
    border: 0;
    outline: none;
    background: none;
}

.fancybox-arrow::after
{
    position: absolute;
    top: 28px;

    width: 44px;
    height: 44px;

    content: '';

    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}

.fancybox-arrow--right
{
    right: 0;
}

.fancybox-arrow--left
{
    left: 0;

    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after
{
    left: 0;
}

.fancybox-show-nav .fancybox-arrow
{
    opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled]
{
    opacity: .3;
}

/* Loading indicator */
.fancybox-loading
{
    position: absolute;
    z-index: 99999; 
    top: 50%;
    left: 50%;

    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;

    -webkit-animation: fancybox-rotate .8s infinite linear;
            animation: fancybox-rotate .8s infinite linear;

    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    background: transparent;
}

@-webkit-keyframes fancybox-rotate
{
    from
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate
{
    from
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

/* Transition effects */
.fancybox-animated
{
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
            transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next
{
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next
{
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
            transition-timing-function: cubic-bezier(.19, 1, .22, 1); 

    opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current
{
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous
{
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next
{
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current
{
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);

    opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous
{
    -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next
{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);

    opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous
{
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next
{
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current
{
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous
{
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next
{
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current
{
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px)
{
    .fancybox-infobar
    {
        left: 0;

        margin-left: 0;
    }
    .fancybox-button--left,
    .fancybox-button--right
    {
        display: none !important;
    }
    .fancybox-caption
    {
        margin: 0; 
        padding: 20px 0;
    }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before
{
    top: calc(50% - 6px);
    left: calc(50% - 7px);

    width: 15px;
    height: 11px;

    border: 2px solid;
    background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before
{
    top: calc(50% - 6px);
    left: calc(50% - 4px);

    background: transparent;
}

.fancybox-button--play::before
{
    width: 0;
    height: 0;

    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
}

.fancybox-button--pause::before
{
    width: 7px;
    height: 11px;

    border-width: 0 2px 0 2px; 
    border-style: solid;
}

/* Thumbs */
.fancybox-thumbs
{
    display: none;
}

.fancybox-button--thumbs
{
    display: none;
}

@media all and (min-width: 800px)
{
    .fancybox-button--thumbs
    {
        display: inline-block;
    }
    .fancybox-button--thumbs span
    {
        font-size: 23px;
    }
    .fancybox-button--thumbs::before
    {
        top: calc(50% - 2px);
        left: calc(50% - 2px);

        width: 3px;
        height: 3px;

        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    }
    .fancybox-thumbs
    {
        position: absolute;
        z-index: 99995; 
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;

        box-sizing: border-box;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;

        word-break: normal;

        background: #fff;

        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .fancybox-show-thumbs .fancybox-thumbs
    {
        display: block;
    }
    .fancybox-show-thumbs .fancybox-inner
    {
        right: 220px;
    }
    .fancybox-thumbs > ul
    {
        font-size: 0; 

        position: absolute;
        position: relative;

        overflow-x: hidden;
        overflow-y: auto;

        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;

        list-style: none;
    }
    .fancybox-thumbs > ul > li
    {
        position: relative;

        float: left;
        overflow: hidden;

        box-sizing: border-box; 
        width: 105px;
        max-width: 50%;
        height: 75px;
        margin: 0;
        padding: 0;

        cursor: pointer;

        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        outline: none;

        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
    li.fancybox-thumbs-loading
    {
        background: rgba(0, 0, 0, .1);
    }
    .fancybox-thumbs > ul > li > img
    {
        position: absolute;
        top: 0;
        left: 0;

        min-width: 100%;
        max-width: none;
        min-height: 100%;
        max-height: none;

        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; 

        -webkit-touch-callout: none;
    }
    .fancybox-thumbs > ul > li:before
    {
        position: absolute;
        z-index: 99991;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        content: '';
        -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
                transition: all .2s cubic-bezier(.25, .46, .45, .94); 

        opacity: 0;
        border: 4px solid #4ea7f9;
        border-radius: 2px;
    }
    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before
    {
        opacity: 1;
    }
}


img.hidden,
a.lightbox.hidden
{
    display: none!important;
}

.images a.zoom,
a.view img:hover,
a.lightbox img:hover,
a.lightbox:hover
{
    cursor: -webkit-zoom-in;
    cursor:    -moz-zoom-in;
}




/*------------------------------------*\
    #PORTFOLIO
\*------------------------------------*/
/* PORTFOLIO OPTIONAL META */
#masonry-container article.portfolio .inner h3.entry-title
{
    margin-bottom: 5px;
}

article.portfolio .entry-meta li.likes
{
    float: right;
}

/* PORTFOLIO GRID TEMPLATE/STYLES */
#masonry-container article.portfolio.no-meta
{
    padding: 20px;
}

/* FULLWIDTH & FULLSCREEN TEMPLATE/STYLES */
.page-template-template-portfolio-fullwidth-php article.portfolio.fullwidth,
.page-template-template-portfolio-php .theme_version_fullwidth article.portfolio.fullwidth
{
    width: 100%!important;
    max-width: none!important;
    margin-bottom: 40px!important;
    padding: 40px;

    background-color: #fff;
}

.single-portfolio article.portfolio.fullwidth,
.single-portfolio article.portfolio.fullscreen
{
    width: 100%!important;
    max-width: none!important;
    padding: 40px;

    background-color: #fff;
}

.single-portfolio article.portfolio.fullwidth .inner
{
    padding: 0!important;
}

.single-portfolio article.portfolio.fullwidth ul li img
{
    width: 100%;
}

.page-template-template-portfolio-php #masonry-container article.portfolio.fullwidth .post-thumb a:hover img,
.page-template-template-portfolio-fullwidth-php #masonry-container article.portfolio.fullwidth .post-thumb a:hover img
{
    -webkit-transition: all 0;
       -moz-transition: all 0;
        -ms-transition: all 0;
         -o-transition: all 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.page-template-template-portfolio-fullwidth-php .content-wrapper,
.page-template-template-portfolio-fullscreen-slider-php .content-wrapper,
.page-template-template-portfolio-php .theme_version_fullwidth.content-wrapper,
.page-template-template-portfolio-php .theme_version_fullscreen.content-wrapper
{
    padding-bottom: 0;
}

.page-template-template-portfolio-fullwidth-php .content-wrapper,
.page-template-template-portfolio-php .theme_version_fullwidth.content-wrapper
{
    margin-bottom: -40px;
}

.page-template-template-portfolio-fullwidth-php .footer.fadein,
.page-template-template-portfolio-php .theme_version_fullwidth.footer,
.page-template-template-portfolio-php .theme_version_fullscreen.footer,
.page-template-template-portfolio-fullscreen-slider-php .footer.fadein
{
    -webkit-animation-delay: 0;
       -moz-animation-delay: 0;
        -ms-animation-delay: 0;
         -o-animation-delay: 0;
}

.single-portfolio article.portfolio.fullwidth .inner,
.single-portfolio article.portfolio.fullscreen .inner
{
    text-align: center;
}

.page-template-template-portfolio-fullwidth-php article.portfolio.fullwidth .inner,
.page-template-template-portfolio-php .theme_version_fullwidth article.portfolio.fullwidth .inner
{
    padding-right: 0!important;
    padding-bottom: 0!important;
    padding-left: 0!important;

    text-align: center;
}

.page-template-template-portfolio-fullwidth-php article.portfolio.fullwidth .inner h2,
.page-template-template-portfolio-php .theme_version_fullwidth article.portfolio.fullwidth .inner h2
{
    margin-bottom: 5px!important;
}

.single-portfolio article.portfolio.fullwidth .entry-content div,
.single-portfolio article.portfolio.fullscreen .entry-content div,
.page-template-template-portfolio-fullwidth-php article.portfolio.fullwidth .inner .entry-excerpt,
.page-template-template-portfolio-php .theme_version_fullwidth article.portfolio.fullwidth .inner .entry-excerpt
{
    width: 50%;
    margin: 0 auto 20px;
}

.single-portfolio article.portfolio.fullwidth li.likes,
.single-portfolio article.portfolio.fullscreen li.likes,
.page-template-template-portfolio-fullwidth-php article.portfolio.fullwidth .entry-meta li.likes,
.page-template-template-portfolio-php .theme_version_fullwidth article.portfolio.fullwidth .entry-meta li.likes
{
    float: none;

    margin-left: 20px;
}

/* FULLSCREEN SPECIFIC TEMPLATE/STYLES */
.page-template-template-portfolio-fullscreen-slider-php .content,
.page-template-template-portfolio-php .theme_version_fullscreen.content
{
    margin-top: 0!important;
}

.page-template-template-portfolio-php .theme_version_fullscreen.footer,
.page-template-template-portfolio-fullscreen-slider-php .footer-row
{
    position: fixed;
    z-index: 9999;
    bottom: 0;

    width: 100%;
}

.page-template-template-portfolio-php .theme_version_fullscreen.footer br,
.page-template-template-portfolio-fullscreen-slider-php .footer-row br
{
    display: none;
}

.page-template-template-portfolio-php .theme_version_fullscreen.footer,
.page-template-template-portfolio-fullscreen-slider-php .footer-row
{
    background-color: #f2f2f2;
}

.home-slider-mobile
{
    background-color: #fff;
}


.home-slider-mobile li
{
    margin-bottom: 0;
    padding: 20px 20px 0;
    ;
}

.home-slider-mobile li:last-child
{
    margin-bottom: 0!important;
}

.page-template .home-slider-mobile li
{
    position: relative;
}

.home-slider-mobile
{
    display: none;
}

/* CSS FILTER */
#masonry-container article.portfolio.single-page img
{
    -webkit-filter: sepia(0);
    -webkit-filter: url('');
    -webkit-filter: url('');
    -webkit-filter: grayscale(0);
    -webkit-filter: none;
    -webkit-filter: saturate(0);
    -webkit-filter: url('');
    -webkit-filter: none;
    -webkit-filter: url('');
    -webkit-filter: none;
    -webkit-filter: url('');
    -webkit-filter: none;
    -webkit-filter: url('');
       -moz-filter: grayscale(0);
         -o-filter: grayscale(0);
            filter: url('');
    -webkit-filter: none;
            filter: none;
}

/*  PORTFOLIO FILTER */
#portfolio-filter
{
    font-style: normal!important;

    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;

    overflow: auto;

    box-sizing: border-box;
    width: 100%;

    -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
    -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(0, -100%, 0);
    text-align: center;

    background: #fff;
    background: rgba(255, 255, 255, .88);
}

#portfolio-filter.open
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.logged-in.admin-bar #portfolio-filter
{
    top: 32px;
}

#filter
{
    height: 100%;
}

#filter li
{
    width: 100%;
}

#filter li a
{
    font-size: 30px;

    position: relative;

    display: block;

    height: 100%;
    padding: 0 10%;

    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;

    color: #333!important;
    border-bottom: 2px solid #222;
    border-bottom-color: rgba(34, 34, 34, .1);
}

#filter li a:hover
{
    background-color: #fff;
}

#filter li a span
{
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.inactive
{
    display: block!important;

    pointer-events: none!important;

    opacity: .1!important;
}

/* HEADER FILTER NAV */
#filter-toggle
{
    position: absolute;
    top: 50%;

    width: 22px;
    height: 22px;
    margin-top: -11px;

    cursor: pointer;
}

#filter-toggle.sidebar-active
{
    right: 90px;
}

.header-3 #nav-toggle,
.header-3 #filter-toggle
{
    top: 40px;
}

#filter-toggle span.filter-circle2:before,
#filter-toggle span.filter-circle2:after,
#filter-toggle span.filter-circle:before,
#filter-toggle span.filter-circle:after
{
    position: absolute;

    display: block;

    width: 22px;
    height: 2px;

    content: '';
    cursor: pointer;

    background: transparent!important;
}

#filter-toggle span.filter-circle,
#filter-toggle span.filter-circle2,
#filter-toggle span.filter-circle:after
{
    top: 3px;
    left: 2px;

    width: 8px;
    height: 8px;

    border: 2px solid #222;
    border-radius: 100px;
    background-color: #fff;
}

#filter-toggle span.filter-circle2
{
    top: 11px;
    left: 11px;
}

#filter-toggle span.filter-circle:after
{
    display: none;
}

#filter-toggle.hover span.filter-circle
{
    -webkit-animation: filter_knob 2s infinite;
       -moz-animation: filter_knob 2s infinite;
        -ms-animation: filter_knob 2s infinite;
         -o-animation: filter_knob 2s infinite;
}

#filter-toggle.hover span.filter-circle2
{
    -webkit-animation: filter_knob_after 1.7s infinite;
       -moz-animation: filter_knob_after 1.7s infinite;
        -ms-animation: filter_knob_after 1.7s infinite;
         -o-animation: filter_knob_after 1.7s infinite;
}

@-webkit-keyframes filter_knob
{
    from
    {
        -webkit-transform: translate(0, 0);
    }
    65%
    {
        -webkit-transform: translate(13px, 0);
    }
    to
    {
        -webkit-transform: translate(0, 0);
    }
}

@-webkit-keyframes filter_knob_after
{
    from
    {
        -webkit-transform: translate(0, 0);
    }
    65%
    {
        -webkit-transform: translate(-13px, 0);
    }
    to
    {
        -webkit-transform: translate(0, 0);
    }
}

/*  MOBILE PORTFOLIO FILTER */
#mobile-filter
{
    display: none;
}

#mobile-filter
{
    margin-bottom: 40px;

    text-align: center;
}

#mobile-filter li
{
    display: inline-block;

    margin: 0 2px 14px 1px;
}

#mobile-filter li:first-child
{
    margin-right: -2px;
}

#mobile-filter li a
{
    padding: 7px 5px;

    color: #a6a6a6;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

#mobile-filter li a.active,
#mobile-filter li a.active:hover
{
    color: #fff!important;
}

/* FULLSCREEN SLIDER STYLES */
.slides-navigation
{
    position: absolute;
    z-index: 5;
    top: 35%;

    width: 100%;
}

.slides-navigation.fadein
{
    -webkit-animation-delay: 1.5s;
       -moz-animation-delay: 1.5s;
        -ms-animation-delay: 1.5s;
         -o-animation-delay: 1.5s;
}

.slides-navigation a
{
    position: absolute;
    z-index: 51;
    right: 40px;

    float: left;

    width: 100px;
    height: 100px;

    cursor: pointer;
    text-indent: -9999em;

    background: url(assets/images/sprite.png) no-repeat rgba(34, 34, 34, .33);
}

.slides-navigation .prev
{
    left: 40px;

    background-position: 50% -50px;
}

.slides-navigation .next
{
    background-position: 50% -150px;
}

.slides-navigation a:hover,
.slides-navigation a:active
{
    background-color: rgba(34, 34, 34, .66);
}

.slides-pagination
{
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 30px;
}

.slides-pagination a
{
    display: block;
    float: left;

    width: 10px;
    height: 10px;
    margin-right: 2px;

    text-indent: -9999px;

    opacity: .5;
    border-radius: 10px;
    background: #fff;
}

.slides-pagination a:hover,
.slides-pagination a.current
{
    opacity: 1;
}

/* SLIDES OVERLAY */
.slides-container .overlay,
.home-portfolio-fullwidth .overlay
{
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 15%;

    width: 70%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}

.slides-container .overlay h1
{
    font-size: 80px;
    line-height: 1.2em;

    display: inline-block;

    max-width: 90%;
    margin: 0;
    padding: 8px 10px;

    vertical-align: middle;
    letter-spacing: 10px;
    text-transform: uppercase;

    color: #fff;
}





/*------------------------------------*\
    #SINGLE PORTFOLIO
\*------------------------------------*/
.single-portfolio article.portfolio.fullscreen,
#masonry-container article.portfolio.fullwidth.single-page
{
    margin-bottom: 40px!important;
}

/* ENTRY CONTENT */
.single-portfolio .entry-content
{
    margin-bottom: 40px;
}

.single-portfolio article.portfolio.fullwidth .entry-content
{
    margin-top: 40px;
    margin-bottom: 0;
}

.single-portfolio article.portfolio.fullscreen .entry-content
{
    margin-bottom: 0;
}

/* ENTRY META */
.single-portfolio .entry-meta li
{
    display: inline-block!important;
}

.single-portfolio .entry-meta li:before
{
    font-size: 50%;

    position: relative;
    top: -2px;

    padding-right: 6px;
    padding-left: 5px;

    content: '\2022';
}

.single-portfolio .entry-meta li.likes:before,
.single-portfolio .entry-meta li:first-child:before
{
    position: inherit;
    top: inherit;

    padding: 0;

    content: '';
}

/* PORTFOLIO REVIEW */
.portfolio-review
{
    text-align: center;
}

.portfolio-review .inner
{
    background-color: #282828;
}

.portfolio-review .inner h2
{
    color: #fff;
}

.portfolio-review .quote-icon
{
    display: block;

    width: 36px;
    height: 26px;
    margin: -0 auto 20px;

    background: url(assets/images/quote.png) no-repeat;
}

/* AUDIO */
.single-portfolio .audio-feat
{
    position: relative;
}

.single-portfolio .audio-no-feat .jp-audio
{
    position: relative;
    bottom: inherit;

    width: 100%;
}

.single-portfolio .audio-no-feat .jp-interface
{
    background-color: #282828;
}

.single-portfolio .audio-no-feat
{
    margin: -10px 0 40px;
}

.single-portfolio #masonry-container article.single-page .jp-interface
{
    left: 0;

    width: 100%;
}

.single-portfolio article.portfolio.fullwidth .audio-no-feat,
.single-portfolio article.portfolio.fullscreen .audio-no-feat
{
    margin-top: 0!important;
}

/* GALLERY */
.single-portfolio ul.stacked li
{
    position: relative;

    margin-bottom: 40px;

    list-style: none;

    text-align: center;
}

.single-portfolio ul.stacked li:last-child
{
    margin-bottom: 0;
}

/* PORTFOLIO VIDEO */
.single-portfolio .video-frame
{
    margin-bottom: 40px;
}

.single-portfolio .video-frame:last-of-type
{
    margin-bottom: 0;
}

.video-frame.fadein
{
    -webkit-animation-delay: 1s;
       -moz-animation-delay: 1s;
        -ms-animation-delay: 1s;
         -o-animation-delay: 1s;
}





/*------------------------------------*\
    #EDD
\*------------------------------------*/
.single-download .edd_download_purchase_form
{
    margin-bottom: 0;
}

.edd-download.portfolio .edd_purchase_submit_wrapper
{
    position: absolute;
    top: 50% !important;
    left: 0;

    width: 100%;

    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: center;

    opacity: 0;
}

.edd-download .post-thumb:hover .edd_purchase_submit_wrapper
{
    opacity: 1;
}

.edd-download .post-thumb .edd-submit.button
{
    color: #fff!important;
    border-radius: 0;
    background-color: #333!important;
    box-shadow: none!important;
}

.edd-download .post-thumb .edd-submit.button:hover
{
    color: #333!important;
    background-color: #fff!important;
}

.edd-download .edd-cart-added-alert
{
    display: none!important;
}

.single-page .edd-submit
{
    padding-bottom: 11px;

    border-bottom: 0;
}

.single-page .edd-submit:hover
{
    color: #fff!important;
}

.single-download .single-page .inner
{
    padding-bottom: 0!important;
}

/* SINGLE POST SOCIAL */
.edd-purchase-btn
{
    display: block;
    float: left;

    width: 100%;
    padding: 40px;
}

.edd-purchase-btn .button
{
    width: 100%;
}

.edd.social-sharing-divide
{
    margin-bottom: 0;
}

/* CHECKOUT */
a.edd_cart_remove_item_btn
{
    padding: 0;

    color: #ff4949;
    border-bottom: 0;
}

#edd_checkout_cart td,
#edd_checkout_cart th,
#edd_checkout_form_wrap fieldset
{
    border-width: 2px;
}

.edd_errors
{
    color: #7f4114!important;
    border: none;
    background: #fddb6d;
}

#edd_purchase_submit
{
    text-align: center;
}

.edd-submit,
#edd-purchase-button,
input[type=submit].edd-submit
{
    border: none;
}


#edd_purchase_submit #edd-purchase-button,
#edd_purchase_submit .edd-submit,
#edd_purchase_submit input[type=submit].edd-submit
{
    font-size: 18px;
    font-weight: 500;

    padding: 20px;

    border: none;
}

#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount
{
    border: none;
    background-color: #f2f2f2;
}

#edd_checkout_cart .edd_cart_header_row th
{
    background-color: #f2f2f2;
}





/*------------------------------------*\
    #WIDGETS
\*------------------------------------*/
.widget-title
{
    margin-bottom: 5px;
}

.widget input,
.widget textarea
{
    margin: 0!important;
}

.widget ul li:last-child,
.widget ol li:last-child
{
    margin-bottom: 0;
}

/* IMAGE HOVERS */
.bean-shot:hover img,
.flickr_badge_image img:hover,
.instagram_badge_image img:hover
{
    opacity: .1;
}

.bean-shot img,
.flickr_badge_image img,
.bean500px_badge_image a,
.instagram_badge_image a,
.widget_bean_portfolio ul li img
{
    -webkit-transition: all .3s!important;
       -moz-transition: all .3s!important;
        -ms-transition: all .3s!important;
         -o-transition: all .3s!important;
}

/*  DEFAULT WIDGETS */
/* CATEGORIES, ARCHIVES & RECENT POSTS WIDGETS */
.widget_rss ul li
{
    margin-bottom: 25px;
}

.rss-date
{
    display: block;

    text-transform: uppercase;
}

.post-date
{
    font-size: 12px;

    display: block;

    text-transform: uppercase;

    color: #bbb;
}

/* CALENDAR WIDGET */
#wp-calendar
{
    width: 100%;
}

#wp-calendar caption
{
    font-size: 14px;

    margin-bottom: 20px;

    text-align: left;
    text-transform: uppercase;
}

#wp-calendar thead
{
    font-size: 10px;
}

#wp-calendar thead th
{
    font-size: 12px;
    font-weight: 500;
}

#wp-calendar thead th,
#wp-calendar tbody td
{
    padding: 4px 0;

    text-align: center;

    border: none;
    background: #f5f5f5;
}

#wp-calendar thead th
{
    background-color: #e9e9e9;
}

#wp-calendar tbody .pad
{
    background: none;
}

#wp-calendar tfoot #next
{
    font-size: 12px;

    text-align: right;
    text-transform: uppercase;
}

#wp-calendar tfoot #prev
{
    font-size: 12px;

    padding-top: 10px;

    text-transform: uppercase;
}

/* SEARCH WIDGET */
.widget_search input,
.widget_product_search input
{
    float: left;

    padding: 9px 16px 8px;
}

/*  CTA WIDGET */
#masonry-container article.widget_bean_cta .inner
{
    padding: 0;
}

.widget_bean_cta .bean-cta
{
    padding: 20px 40px;

    text-align: center;
}

.widget_bean_cta h3
{
    font-weight: normal;

    color: #fff!important;
    border-bottom: none!important;
}

article.sidebar .widget_bean_cta .bean-cta
{
    border-radius: 3px;
}

article.widget_bean_cta .bean-cta
{
    -webkit-transition: all .1s;
       -moz-transition: all .1s;
        -ms-transition: all .1s;
         -o-transition: all .1s;
}

.hidden-sidebar .widget_bean_cta .bean-cta
{
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;

    border-radius: 3px;
}

.hidden-sidebar .widget_bean_cta .bean-cta:hover
{
    opacity: .8;
}

/*  TAG CLOUD WIDGET */
.tagcloud
{
    margin-top: 10px;
}

.tagcloud a
{
    font-size: 13px!important;

    position: relative;

    display: inline-block;
    float: left;

    margin: 0 3px 3px 0;
    padding: 1px 7px;

    text-transform: capitalize;

    color: #a6a6a6!important;
    border-bottom: none;
    border-radius: 2px;
    background-color: #f2f2f2;
}

.tagcloud a:hover
{
    color: #fff!important;
}

/*  DRIBBBLE WIDGET */
.bean-dribbble-shots
{
    width: 103.8961%;
    margin: 0 -1.875% -3.75% -1.875%;
}

.bean-shot
{
    float: left;

    width: 46.25%;
    height: 16.8831%;
    margin: 0 1.875% 3.8961%;
}

.bean-shot a
{
    padding: 0;

    border: none;
}

.bean-shot,
.bean-shot img
{
    border-radius: 3px!important;
}

.bean-shot
{
    background-image: url(assets/images/dribbble-hover.png)!important;
    background-repeat: no-repeat;
    background-position: 50% 50%!important;
}

/*  FLICKR WIDGET */
.flickr-image-wrapper
{
    width: 103.8961%;
    margin: 0 -1.8072% -3.6% -1.8072%;
}

.flickr-image-wrapper a
{
    padding: 0;

    border: none;
}

.flickr_badge_image
{
    float: left;

    width: 21.4%;
    height: 16.8831%;
    margin: 0 1.8% 3.6%;

    border-radius: 3px;
}

.flickr_badge_image img
{
    border-radius: 3px;
}

.flickr_badge_image
{
    background-image: url(assets/images/flickr-hover.png)!important;
    background-repeat: no-repeat;
    background-position: 50% 50%!important;
}

/* INSTAGRAM WIDGET & 500PX WIDGET (BEAN PLUGINS) */
.widget_bean_instagram .beaninstagram-image-wrapper,
.widget_bean_500px .bean500px-image-wrapper
{
    width: 103.8961%;
    margin: 0 -1.8072% -3.6% -1.8072%;
}

.instagram_badge_image,
.bean500px_badge_image
{
    float: left;

    width: 21.4%!important;
    height: 16.8831%;
    margin: 0 1.8% 3.6%!important;

    border-radius: 3px!important;
}

.instagram_badge_image img,
.bean500px_badge_image img
{
    width: auto!important;
    height: auto!important;

    border-radius: 3px!important;
}

.bean500px_badge_image a,
.instagram_badge_image a
{
    position: relative;

    float: left;

    padding: 0;

    border: none;
    border-radius: 3px!important;
}

.hidden-sidebar.dark .bean500px_badge_image a:hover,
.instagram_badge_image a:hover
{
    opacity: 1!important;
}

/*  TWITTER WIDGET */
.widget_bean_tweets a.twitter-time-stamp
{
    font-size: 12px;
    font-weight: normal!important;

    display: block;

    margin: 5px 0 20px;

    color: #bbb;
    border-bottom: none!important;
}

.widget_bean_tweets .button
{
    font-size: inherit;

    margin: 0;
    padding: 0;

    border-radius: 0;
    background-color: transparent;
}

/*  PORTFOLIO WIDGET */
.widget_bean_portfolio ul
{
    margin-top: 30px;
}

.widget_bean_portfolio ul li
{
    position: relative;

    overflow: hidden;

    margin: 0 0 20px 0;
    margin-bottom: 20px;
}

.widget_bean_portfolio ul li a
{
    border-bottom: none;
}

.widget_bean_portfolio ul li img
{
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.widget_bean_portfolio ul li img:hover
{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

/*  PORTFOLIO MENU WIDGET */
.widget_bean_portfolio_menu li span
{
    position: relative;

    -webkit-transition: opacity .1s;
       -moz-transition: opacity .1s;
        -ms-transition: opacity .1s;
         -o-transition: opacity .1s;

    opacity: 0;
}

.widget_bean_portfolio_menu li:hover span
{
    opacity: 1;
}





/*------------------------------------*\
    #PLUGINS
\*------------------------------------*/
/* SOCIAL PLUGIN */
ul.bean_social_icons
{
    text-align: left;
}
ul.bean_social_icons li.bean_social_icon
{
    margin: 0 5px 5px 0!important;
}
ul.bean_social_icons li a
{
    border: none;
}

/* PRICING TABLE PLUGIN */
.bean-pricing-table .details
{
    margin-top: 5px;
}
.bean-pricing-table .table-mast h6.price
{
    padding: 0;

    text-transform: uppercase;

    border: none!important;
}
.bean-pricing-table .pricing-highlighted
{
    font-size: 13px;
    font-weight: normal;
}
.bean-pricing-table .pricing-column ul
{
    background-color: #f5f5f5;
}
.bean-pricing-table .pricing-column li
{
    color: #aaa;
}
.bean-pricing-table .pricing-column li:last-child
{
    margin-bottom: 0;
}
.bean-pricing-table .table-mast h5.title
{
    font-size: 22px!important;

    letter-spacing: normal;

    color: #fff!important;
}
.bean-pricing-table .pricing-column.six.columns.mobile-four:first-child
{
    padding-right: 20px;
}
.bean-pricing-table .pricing-column.six.columns.mobile-four:last-child
{
    padding-left: 20px;
}

/* MAILBAG PLUGIN */
.subscribe
{
    position: relative;

    margin: 0 -40px;
    padding: 40px;

    border-top: 1px solid #f2f2f2;
}

.subscribe p
{
    margin-bottom: 0;
}

.mailbag-wrap label
{
    display: none!important;
}

.mailbag-wrap input
{
    margin: 0!important;
}

.subscribe .mailbag-wrap input[type='email']
{
    padding: 10px 15px;
}

.mailbag-wrap .mailbag-input
{
    display: inline-block;

    margin-bottom: 0!important;
}

.mailbag-wrap .mailbag-input:first-child
{
    width: 68%;
}

.mailbag-wrap .mailbag-input:last-child
{
    width: 30%;
}

.mailbag-wrap input[type='submit']
{
    position: relative;
    top: -1px;

    width: 100%;
    max-height: 48px;
    padding: 13px 0;
}

@-moz-document url-prefix()
{
    .mailbag-wrap input[type='submit']
    {
        top: 37px;

        padding: 11px 0;
    }
}

.subscribe .success-subscribe
{
    margin-top: 30px;
}

/* DRIBBBLE */
.dribbble-alert:hover a
{
    color: #fff;
}

/* JETPACK SUBSCRIBE */
#subscribe-email
{
    margin-bottom: 5px;
}

#subscribe-email input
{
    width: 100% !important;
    padding: 10px 15px !important;
}



/*------------------------------------*\
    #ANIMATIONS
\*------------------------------------*/
.fadein,
.fancybox-title-float-wrap .child
{
    -webkit-animation-name: fadein;
            animation-name: fadein;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fadein
{
    0%
    {
        opacity: 0;
    } 100%
    {
        opacity: 1;
    }
}
@keyframes fadein
{
    0%
    {
        opacity: 0;
    } 100%
    {
        opacity: 1;
    }
}

.slidein
{
    -webkit-animation-name: slidein;
       -moz-animation-name: slidein;
         -o-animation-name: slidein;
    -webkit-animation-duration: .7s;
       -moz-animation-duration: .7s;
        -ms-animation-duration: .7s;
         -o-animation-duration: .7s;
    -webkit-animation-delay: .2s;
       -moz-animation-delay: .2s;
        -ms-animation-delay: .2s;
         -o-animation-delay: .2s;
}

@-webkit-keyframes slidein
{
    0%
    {
        -webkit-transform: translateX(-2000px);
                transform: translateX(-2000px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes slidein
{
    0%
    {
        -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
                transform: translateX(-2000px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}

.slidein-right
{
    -webkit-animation-name: slidein_right;
       -moz-animation-name: slidein_right;
         -o-animation-name: slidein_right;
    -webkit-animation-duration: .7s;
       -moz-animation-duration: .7s;
        -ms-animation-duration: .7s;
         -o-animation-duration: .7s;
    -webkit-animation-delay: .2s;
       -moz-animation-delay: .2s;
        -ms-animation-delay: .2s;
         -o-animation-delay: .2s;
}

@-webkit-keyframes slidein_right
{
    0%
    {
        -webkit-transform: translateX(2000px);
                transform: translateX(2000px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes slidein_right
{
    0%
    {
        -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
                transform: translateX(2000px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}

/* UNDER CONSTRUCTION ANIMATION */
.construction-banner
{
    -webkit-animation: BGAnimateHori 2s infinite linear;
       -moz-animation: BGAnimateHori 2s infinite linear;
        -ms-animation: BGAnimateHori 2s infinite linear;
         -o-animation: BGAnimateHori 2s infinite linear;
}

@-webkit-keyframes BGAnimateHori
{
    from
    {
        background-position: 0 0;
    }
    to
    {
        background-position: 100px 0;
    }
}
@keyframes BGAnimateHori
{
    from
    {
        background-position: 0 0;
    }
    to
    {
        background-position: 100px 0;
    }
}





/*------------------------------------*\
    #CROSS BROWSER
\*------------------------------------*/
/* SAFARI ANIMATION FIX */
.safari .no-flick,
.safari #theme-wrapper,
.safari .hidden-sidebar p,
.safari .entry-content-media
{
    -webkit-backface-visibility: hidden!important;
}

/* IE FIX */
.ie-side-menu
{
    position: absolute;
    right: 400px;
}

/* WIDGETS */
.ie .flickr_badge_image,
.ie .instagram_badge_image,
.ie .500px_badge_image,
.ie .500px_badge_image img,
.ie .instagram_badge_image img
{
    width: 45px!important;
}

.ie .flickr_badge_image,
.ie .instagram_badge_image,
.ie .500px_badge_image
{
    margin-bottom: 15px;
}

/* INPUT */
.ie ul.bean-contactform label
{
    display: block;
}

.ie textarea
{
    padding-top: 15px;
}
.ie input[type='text'],
.ie input[type='password'],
.ie input[type='date'],
.ie input[type='email'],
.ie input[type='number'],
.ie input[type='search'],
.ie input[type='tel'],
.ie input[type='time'],
.ie input[type='url'],
.ie textarea
{
    line-height: 6px;
}

/* FF */
@-moz-document url-prefix()
{
    .flickr_badge_image,
    .instagram_badge_image,
    .instagram_badge_image img,
    .bean500px_badge_image,
    .bean500px_badge_image img
    {
        width: 60px!important;
    }

    .flickr_badge_image,
    .instagram_badge_image,
    .bean500px_badge_image
    {
        margin-bottom: 15px;
    }
}
