/*
Theme Name: Ending Credits
Theme URI: http://endingcreditsthemes.com/demo/ending-credits
Author: Ending Credits Themes
Author URI: http://endingcreditsthemes.com/
Description: Ending Credits is a responsive Blog theme with features and style options that will make blogging experience much more enjoyable & fun. Ending Credits comes with a Toggle Navigation, 1 Custom Widget, 2 Sidebar positions, several Post Formats, 5 Different Fonts, Unlimited color options using Customizer. Ending Credits is Schema.org microdata (for Google) ready which will help in SEO as well. And much more...
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ending-credits
Tags: blog,post-formats,custom-colors,custom-menu,custom-background,featured-images,sticky-post,threaded-comments,left-sidebar,right-sidebar,two-columns,editor-style,theme-options
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Box Sizing
# Typography
# Grid
# Clearings
# Table
# Links
# Images
# Alignments
# Lists
# Accessibility
# Forms
# Base
# Header
	## Branding
	## Navigation
	## Search
# Page Layout
	## Sidebar
		### Widgets
# Contents
	## Breadcrumbs
	## Post Formats
	## Comments
	## Paginations
	## Post Navigation
# Footer
# 404 Page
# JetPack Support
# Media
	## Gallery
	## Captions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/
*,
*:after,
*:before
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.break-word
{
        word-break: break-all;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.italic
{
    font-style: italic;
}
.normal
{
    font-weight: 300;
}
.serif
{
    font-family: 'Crimson Text', serif;
}
strong,
.bold
{
    font-weight: 700;
}
.uppercase
{
    text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    line-height: 140%;

    margin: 15px 0;

    letter-spacing: 2px;
}
h1
{
    font-size: 32px;
}
h2
{
    font-size: 28px;
}
h3
{
    font-size: 24px;
}
h4
{
    font-size: 18px;
}
h5
{
    font-size: 16px;
}
h6
{
    font-size: 14px;
}
p
{
    font-size: 14px;

    margin: 0 0 1rem;
}
sup
{
    font-size: .6rem;

    position: relative;
    top: -7px;
}
sub
{
    font-size: .6rem;

    position: relative;
    bottom: -2px;
}
blockquote
{
    font-family: 'Crimson Text', serif;
    font-size: 2rem;
    font-style: italic;
    line-height: 2.2rem;

    margin: 30px;
    padding: 0 0 0 20px;

    border-left: 3px solid #e45245;
}
blockquote.blue
{
    border-color: #94a3b6;
}
blockquote.green
{
    border-color: #91983d;
}
blockquote.orange
{
    border-color: #bc7204;
}
blockquote.taupe
{
    border-color: #ab9b75;
}
blockquote.light-taupe
{
    border-color: #beb5a1;
}
blockquote p
{
    font-size: 1.5rem;

    margin: 0;
}
blockquote cite
{
    font-size: .688rem;
    font-style: normal;

    display: block;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #797979;
}
q
{
    font-family: 'Crimson Text', serif;
    font-size: 1.2rem;
    font-style: italic;

    position: relative;

    display: inline-block;

    max-width: 100%;
    margin-right: 20px;
    padding: 20px;
}
q:before,
q:after
{
    font-family: 'FontAwesome';
    font-size: .6rem;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 0;

    text-decoration: inherit;
}
q:before
{
    left: 0;

    content: '\f10d';
}
q:after
{
    right: 0;

    content: '\f10e';
}
abbr[title],
abbr[data-original-title]
{
    cursor: help;

    border-bottom: 1px dotted #777;
}
dfn,
cite,
em,
i
{
    font-style: italic;
}
big
{
    font-size: 150%;
}
address
{
    font-weight: 300;
    line-height: 1.42857143;

    margin-bottom: 22px;
}
pre,
code
{
    font-family: Courier, monospace;

    border: 1px solid #d6d6d6;
    background: #f1f1f1;
}
pre
{
    font-size: .9375rem;
    line-height: 1.2;

    overflow: auto;

    max-width: 100%;
    margin-bottom: 1.6em;
    padding: 20px;
}
code
{
    padding: 0 8px;

    color: #e45245;
}
kbd,
tt,
var
{
    font-family: Monaco, Consolas, monospace;
    font-size: 1rem;
}
abbr,
acronym
{
    cursor: help;

    border-bottom: 1px dotted #666;
}
mark,
ins
{
    padding: 0 6px;

    text-decoration: none;

    color: #181818;
    background: #d0c900;
}
.dropCaps
{
    font-family: 'Crimson Text', serif;
    font-size: 4.8rem;
    font-style: italic;
    line-height: 80%;

    float: left;

    width: 3.5rem;
    margin-top: 2px;
}
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.en-col-two
{
    display: block;
    float: left;
}
@media screen and (min-width: 1025px), screen and (min-width: 769px) and (max-width: 1024px)
{
    .en-col-two
    {
        width: calc(100% / 2 - 10px);
        margin-right: 20px;
    }
    .en-col-two:nth-child(2n + 2)
    {
        margin-right: 0;
    }
    .en-col-two:nth-child(2n + 2):after
    {
        display: block;
        clear: both;

        width: 100%;

        content: '';
    }
}
@media screen and (min-width: 601px) and (max-width: 768px), screen and (max-width: 600px)
{
    .en-col-two
    {
        float: none;

        width: 100%;
    }
}
.en-col-three
{
    display: block;
    float: left;
}
@media screen and (min-width: 1025px), screen and (min-width: 769px) and (max-width: 1024px)
{
    .en-col-three
    {
        width: calc(100% / 3 - 10px);
        margin-right: 15px;
    }
    .en-col-three:nth-child(3n + 3)
    {
        margin-right: 0;
    }
    .en-col-three:nth-child(3n + 3):after
    {
        display: block;
        clear: both;

        width: 100%;

        content: '';
    }
}
@media screen and (min-width: 601px) and (max-width: 768px), screen and (max-width: 600px)
{
    .en-col-three
    {
        float: none;

        width: 100%;
    }
}
.en-col-four
{
    display: block;
    float: left;
}
@media screen and (min-width: 1025px), screen and (min-width: 769px) and (max-width: 1024px)
{
    .en-col-four
    {
        width: calc(100% / 4 - 7.5px);
        margin-right: 10px;
    }
    .en-col-four:nth-child(4n + 4)
    {
        margin-right: 0;
    }
    .en-col-four:nth-child(4n + 4):after
    {
        display: block;
        clear: both;

        width: 100%;

        content: '';
    }
}
@media screen and (min-width: 601px) and (max-width: 768px), screen and (max-width: 600px)
{
    .en-col-four
    {
        float: none;

        width: 100%;
    }
}
.en-col-five
{
    display: block;
    float: left;
}
@media screen and (min-width: 1025px), screen and (min-width: 769px) and (max-width: 1024px)
{
    .en-col-five
    {
        width: calc(100% / 5 - 8px);
        margin-right: 10px;
    }
    .en-col-five:nth-child(5n + 5)
    {
        margin-right: 0;
    }
    .en-col-five:nth-child(5n + 5):after
    {
        display: block;
        clear: both;

        width: 100%;

        content: '';
    }
}
@media screen and (min-width: 601px) and (max-width: 768px), screen and (max-width: 600px)
{
    .en-col-five
    {
        float: none;

        width: 100%;
    }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear
{
    display: block;
    clear: both;
}
.clearfix:after,
.row:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}
* html .clearfix,
* html .clearfix,
* html .row,
* html .row
{
    height: 1%;
}
.row,
.clearfix
{
    display: block;
}
/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table
{
    width: 100%;
}
table th,
table td
{
    padding: 10px;

    border-bottom: 1px solid #f1f1f1;
}
table th
{
    font-weight: 700;

    background: #f1f1f1;
}
/*--------------------------------------------------------------
# Links
  --------------------------------------------------------------*/
a
{
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-decoration: none;

    color: #e45245;
}
a:hover,
a:active,
a:focus
{
    color: #181818;
    outline: 0;
}
a:focus
{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img
{
    max-width: 100%;
    height: auto;

    vertical-align: middle;

    border: 0;
}
img.alignleft
{
    margin-right: 10px;
    margin-bottom: 10px;
}
img.alignright
{
    margin-bottom: 10px;
    margin-left: 10px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aleft
{
    text-align: left;
}
.aright
{
    text-align: right;
}
.alcenter
{
    text-align: center;
}
.aligncenter
{
    margin: auto;
}
.pull-left,
.alignleft,
.floatleft
{
    float: left;
}
.pull-right,
.alignright,
.floatright
{
    float: right;
}
.floatNone
{
    float: none;
}
.alignleft
{
    display: inline-block;

    margin-right: 4%;
}
.alignright
{
    display: inline-block;

    margin-left: 4%;
}
.aligncenter
{
    display: block;
    clear: both;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft
{
    margin: .5% 4% 1% 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright
{
    margin: .5% 0 1% 4%;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter
{
    clear: both;

    margin: .5% auto 3%;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter
{
    margin-bottom: 3%;
}
.centerposition
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
dl
{
    margin-top: 0;
    margin-bottom: 22px;
}
dt,
dd
{
    line-height: 1.42857143;
}
dt
{
    font-weight: 600;

    text-transform: uppercase;
}
dd
{
    margin: 8px 16px;
}
ul,
ol
{
    padding-left: 20px;
}
/*--------------------------------------------------------------
# Accessibilty
--------------------------------------------------------------*/
/* 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;
}
.site .skip-link
{
    font-size: 14px;
    font-weight: 300;

    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: bold 14px / normal 'Open Sans', sans-serif;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}
.site .skip-link:focus
{
    z-index: 100000;
    top: 7px;
    left: 6px;

    clip: auto;

    width: auto;
    height: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}
legend
{
    font-size: 24px;
    line-height: inherit;

    display: block;

    width: 100%;
    margin-bottom: 22px;
    padding: 0;

    color: #b7b8ba;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label
{
    font-weight: 700;

    display: inline-block;

    max-width: 100%;
    margin-bottom: 5px;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='search'],
textarea,
select
{
    font-size: 14px;

    width: 100%;
    margin-bottom: 10px;
    padding: 10px;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

    border: 1px solid #f1f1f1;
    border-radius: 0;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='search']:focus,
textarea:focus,
select:focus
{
    border-color: #e45245;
}
select
{
    background: url(images/icon-selectbox-arrow.svg) #fff right 7px center no-repeat;
    background-size: 10px;
}
input[type='submit'],
input[type='button'],
button,
input[type='reset']
{
    font-size: 14px;
    font-weight: 300;
    font-weight: 700;

    width: 100%;
    max-width: 200px;
    padding: 10px 0;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: 0;
    border-radius: 0;
    background: #000;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type='submit']:hover,
input[type='button']:hover,
button:hover,
input[type='reset']:hover
{
    background: #e45245;
}
@media screen and (max-width: 1024px)
{
    input[type='submit'],
    input[type='button'],
    button,
    input[type='reset']
    {
        max-width: 100%;
    }
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body
{
    font-family: sans-serif;
    font-size: 14px;
    line-height: 160%;

    position: relative;

    height: 100%;

    word-wrap: break-word;

    color: #181818;
    background: #181818;
}
body.nav-open
{
    overflow: hidden;
}
@media screen and (min-width: 1025px), screen and (min-width: 769px) and (max-width: 1024px)
{
    body.logged-in .site-header .header-wrapper
    {
        padding-top: 32px;
    }
    body.logged-in .site-header .nav-close
    {
        padding-top: 50px;
    }
    body.logged-in .nav-close.mobile
    {
        top: 32px;
    }
}
@media screen and (min-width: 601px) and (max-width: 768px), screen and (max-width: 600px)
{
    body.logged-in .site-header .header-wrapper
    {
        padding-top: 46px;
    }
    body.logged-in .nav-close.mobile
    {
        top: 46px;
    }
}
.wrapper
{
    position: relative;

    width: 100%;
    max-width: 1200px;
    margin: auto;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all 700ms ease-in-out;
       -moz-transition: all 700ms ease-in-out;
         -o-transition: all 700ms ease-in-out;
            transition: all 700ms ease-in-out;

    background: #181818;
}
@media screen and (min-width: 1025px)
{
    .site-header
    {
        z-index: 2;

        max-width: calc(100% - 300px);
    }
}
@media screen and (max-width: 1024px)
{
    .site-header
    {
        z-index: 2;
        top: 50px;
        left: -320px;

        overflow-x: hidden;

        max-width: 320px;
    }
    .site-header.nav-open
    {
        left: 0;
    }
}
.site-header .header-wrapper
{
    position: relative;

    overflow: auto;

    height: 100%;
    padding: 15px 40px 15px 15px;

    background: #181818;

    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1025px)
{
    .site-header .header-wrapper
    {
        width: 100%;
        max-width: calc(100% - 100px);
        margin-left: 100px;
    }
}
@media screen and (max-width: 1024px)
{
    .site-header .header-wrapper
    {
        width: 350px;
        min-width: 270px;
        padding: 15px 55px 55px 15px;
    }
}
.site-header .header-wrapper::-webkit-scrollbar
{
    width: 0!important;
}
.site-header .social-media-icons
{
    width: 100%;
    margin: 40px 0 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
@media screen and (min-width: 1025px)
{
    .site-header .social-media-icons
    {
        position: absolute;
        z-index: 2;
        bottom: 10px;
        left: 0;
    }
}
.site-header .social-media-icons li
{
    font-size: 18px;

    display: inline-block;
}
.site-header .social-media-icons li a
{
    display: block;

    padding: 10px;

    color: #797979;
}
.site-header .social-media-icons li a:hover
{
    color: #e45245;
}
.site-header.nav-open .header-wrapper
{
    opacity: 1;
}
.nav-close
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: #181818;
}
.nav-close .home-button
{
    margin-top: 20px;

    text-align: center;
}
.nav-close .home-button a
{
    font-size: 30px;

    color: #fff;
}
.nav-close .menu-btn
{
    position: relative;

    width: 30px;
    height: 20px;
    margin: 20px auto;

    cursor: pointer;
}
.nav-close .menu-btn div
{
    position: absolute;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);

    opacity: 1;
    background: #fbfbfb;

    filter: alpha(opacity=100);
}
.nav-close .menu-btn div:nth-child(1)
{
    top: 0;
}
.nav-close .menu-btn div:nth-child(2),
.nav-close .menu-btn div:nth-child(3)
{
    top: 8px;
}
.nav-close .menu-btn div:nth-child(3)
{
    opacity: 0;

    filter: alpha(opacity=0);
}
.nav-close .menu-btn div:nth-child(4)
{
    top: 16px;
}
.nav-close .menu-btn.nav-open div:nth-child(1),
.nav-close .menu-btn.nav-open div:nth-child(4)
{
    top: 8px;
    left: 50%;

    width: 0;
}
.nav-close .menu-btn.nav-open div:nth-child(2)
{
    width: 100%;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
}
.nav-close .menu-btn.nav-open div:nth-child(3)
{
    width: 100%;

    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);

    opacity: 1;

    filter: alpha(opacity=100);
}
.nav-close .search-button
{
    font-size: 25px;

    width: 100%;

    cursor: pointer;
    text-align: center;

    color: #fbfbfb;
}
@media screen and (min-width: 1025px)
{
    .nav-close
    {
        max-width: 100px;
    }
    .nav-close.mobile
    {
        display: none;
    }
}
@media screen and (max-width: 1024px)
{
    .nav-close
    {
        position: fixed;
        z-index: 3;
        left: 0;

        height: 50px;
        padding: 10px;

        background: #181818;
    }
    .nav-close.desktop
    {
        display: none;
    }
    .nav-close .home-button
    {
        float: left;

        margin-top: 0;
    }
    .nav-close .menu-btn
    {
        float: right;

        margin-top: 5px;
    }
    .nav-close .search-button
    {
        float: right;

        width: auto;
        margin-right: 20px;
    }
}
/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/
.site-branding
{
    color: #fff;
}
@media screen and (min-width: 1025px)
{
    .site-branding
    {
        position: absolute;
        top: 50%;
        left: 60px;

        width: 70%;

        -webkit-transform: translate(0, -50%);
           -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}
.site-branding .site-logo
{
    margin: 15px 0;
}
.site-branding .site-title
{
    font-size: 35px;
    font-weight: 700;
    line-height: 140%;

    text-transform: uppercase;
}
.site-branding .site-title a
{
    color: #797979;
}
.site-branding .site-description
{
    font-family: 'Crimson Text', serif;
    font-size: 2.5vh;
    font-style: italic;
    line-height: 200%;

    margin-bottom: 20px;

    color: #797979;
}
@media screen and (min-width: 1500px)
{
    .site-branding .site-description
    {
        font-size: 2.5vh;
    }
}
@media screen and (max-width: 1024px)
{
    .site-branding .site-description
    {
        font-size: 18px;
    }
}
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.site-navigation ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.site-navigation ul li a
{
    font-size: .9rem;
    font-weight: 300;

    position: relative;

    display: inline-block;

    padding: 10px;

    text-transform: uppercase;

    color: #f1f1f1;
}
.site-navigation ul li a:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);

    background: #fff;
}
.site-navigation ul li a:hover
{
    color: #e45245;
}
.site-navigation ul li a:hover:after
{
    width: 100%;
}
.site-navigation ul li.current_page_item > a,
.site-navigation ul li.current-menu-item > a
{
    color: #e45245;
}
@media screen and (min-width: 1025px)
{
    .site-navigation ul li
    {
        position: relative;

        display: inline-block;
    }
    .site-navigation ul li ul
    {
        position: absolute;

        overflow: hidden;

        max-height: 0;

        -webkit-transition: all 400ms ease-in-out;
           -moz-transition: all 400ms ease-in-out;
             -o-transition: all 400ms ease-in-out;
                transition: all 400ms ease-in-out;

        background: rgba(255, 255, 255, .2);
    }
    .site-navigation ul li ul:before
    {
        position: absolute;
        top: 0;
        left: 50%;

        width: 0;
        height: 1px;

        content: '';
        -webkit-transition: all .3s ease-in-out;
           -moz-transition: all .3s ease-in-out;
             -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);

        background: #fff;
    }
    .site-navigation ul li ul li a
    {
        min-width: 250px;
    }
    .site-navigation ul li ul li a:hover
    {
        color: #fff;
        background: rgba(255, 255, 255, .4);
    }
    .site-navigation ul li ul li ul
    {
        position: relative;
    }
    .site-navigation ul li ul li ul:before
    {
        display: none;
    }
    .site-navigation ul li ul li ul li a
    {
        padding-left: 30px;
    }
    .site-navigation ul li:hover ul
    {
        max-height: 900%;
    }
    .site-navigation ul li:hover ul:before
    {
        width: 100%;
    }
    .site-navigation ul li.page_item_has_children > a:after,
    .site-navigation ul li.menu-item-has-children > a:after
    {
        display: none;
    }
}
@media screen and (max-width: 1024px)
{
    .site-navigation ul li ul
    {
        margin-left: 10px;
    }
    .site-navigation ul li ul li a
    {
        position: relative;

        padding-left: 10px;
    }
    .site-navigation ul li ul li a:before
    {
        position: absolute;
        top: 50%;
        left: 0;

        content: '-';
        -webkit-transform: translate(0, -50%);
           -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);

        color: #fff;
    }
}
@media screen and (max-width: 1024px)
{
    .site-navigation
    {
        margin-bottom: 50px;
    }
}
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search-box
{
    position: fixed;
    z-index: 102;
    top: -150vh;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all 900ms cubic-bezier(.26, 1.3, .47, .96);
       -moz-transition: all 900ms cubic-bezier(.26, 1.3, .47, .96);
         -o-transition: all 900ms cubic-bezier(.26, 1.3, .47, .96);
            transition: all 900ms cubic-bezier(.26, 1.3, .47, .96);

    color: #000;
    background: #fff;
}
.search-box .search-form
{
    margin: 10vh 10vw;
}
.search-box .search-form .search-close
{
    font-size: 30px;

    margin-bottom: 20px;

    cursor: pointer;
}
.search-box .search-form h3
{
    font-size: 30px;
    font-weight: 300;

    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;

    -webkit-transition: transform 900ms cubic-bezier(.26, 1.48, .47, .96);
       -moz-transition: transform 900ms cubic-bezier(.26, 1.48, .47, .96);
         -o-transition: transform 900ms cubic-bezier(.26, 1.48, .47, .96);
            transition: transform 900ms cubic-bezier(.26, 1.48, .47, .96);
    -webkit-transition-delay: .3s;
       -moz-transition-delay: .3s;
        -ms-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
    -webkit-transform: translate3d(0, -150px, 0);
       -moz-transform: translate3d(0, -150px, 0);
        -ms-transform: translate3d(0, -150px, 0);
         -o-transform: translate3d(0, -150px, 0);

    color: #797979;
}
@media screen and (max-width: 1024px)
{
    .search-box .search-form h3
    {
        font-size: 20px;
    }
}
.search-box .search-form label
{
    width: 100%;
}
.search-box .search-form input[type='search']
{
    font-size: 50px;

    -webkit-transition: transform 900ms cubic-bezier(.26, 1.48, .47, .96);
       -moz-transition: transform 900ms cubic-bezier(.26, 1.48, .47, .96);
         -o-transition: transform 900ms cubic-bezier(.26, 1.48, .47, .96);
            transition: transform 900ms cubic-bezier(.26, 1.48, .47, .96);
    -webkit-transition-delay: .4s;
       -moz-transition-delay: .4s;
        -ms-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
    -webkit-transform: translate3d(0, -150px, 0);
       -moz-transform: translate3d(0, -150px, 0);
        -ms-transform: translate3d(0, -150px, 0);
         -o-transform: translate3d(0, -150px, 0);

    border: 0;
    border-bottom: 1px solid #797979;
}
.search-box .search-form input[type='submit']
{
    color: #fff;
}
@media screen and (min-width: 1025px)
{
    .search-box .search-form input[type='submit']
    {
        display: none;
    }
}
.search-box.visible
{
    top: 0;
}
.search-box.visible .search-form h3,
.search-box.visible .search-form input[type='search']
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
/*--------------------------------------------------------------
# Page Layout
--------------------------------------------------------------*/
.content-area.full-width
{
    position: relative;

    width: 100%;
    max-width: 1200px;
    margin: auto;
}
@media screen and (min-width: 1025px)
{
    .content-area.sidebar .site-main
    {
        width: 70%;
    }
    .content-area.sidebar .site-sidebar
    {
        width: 30%;
    }
}
@media screen and (min-width: 1025px)
{
    .content-area.content-sidebar .site-main
    {
        float: left;
    }
    .content-area.content-sidebar .site-sidebar
    {
        float: right;
    }
}
@media screen and (min-width: 1025px)
{
    .content-area.sidebar-content .site-main
    {
        float: right;
    }
    .content-area.sidebar-content .site-sidebar
    {
        float: left;
    }
}
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
@media screen and (min-width: 1025px)
{
    .site-sidebar
    {
        padding: 50px 30px 30px;
    }
}
@media screen and (max-width: 1024px)
{
    .site-sidebar
    {
        padding: 30px 10px;
    }
}
/*--------------------------------------------------------------
### Widgets
--------------------------------------------------------------*/
.widget
{
    margin-bottom: 30px;
    padding-bottom: 10px;

    border-bottom: 1px solid #f1f1f1;
}
.widget .widget-title
{
    font-size: 1.2rem;

    margin-bottom: 30px;

    text-transform: uppercase;
}
.widget ul
{
    padding: 0;

    list-style: none;
}
.widget ul ul
{
    padding-left: 10px;
}
.widget_tag_cloud a
{
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
.widget_recent_entries
{
    border: 0;
}
.widget_recent_entries article
{
    margin-bottom: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid #f1f1f1;
}
.widget_recent_entries article .thumbnail
{
    float: left;

    width: 100px;
    margin-right: 10px;
}
.widget_recent_entries article .thumbnail.no-thumbnail
{
    height: 100px;

    background: url(images/noimage.jpg) center no-repeat;
    background-size: cover;
}
.widget_recent_entries article .post-det
{
    float: right;

    width: calc(100% - 130px);
}
.widget_recent_entries article .post-det.no-ftimage
{
    float: none;

    width: 100%;
}
.widget_recent_entries article .post-det .widget-recent-post-title
{
    font-size: 1rem;

    margin: 0;

    letter-spacing: 0;
}
.widget_recent_entries article .post-det .post-date
{
    font-size: .8rem;

    margin-bottom: 10px;

    color: #797979;
}
.widget_recent_entries article .post-det .excerpt
{
    font-size: .9rem;
    line-height: 160%;

    margin: 0;
}
.related-posts
{
    padding: 10px;

    background: #fbfbfb;
}
.related-posts h2
{
    font-size: 1.5rem;

    text-transform: uppercase;
}
.related-posts .related-item figure
{
    margin-bottom: 10px;

    text-align: center;
}
.related-posts .related-item h3
{
    font-size: .9rem;

    text-transform: uppercase;
}
.related-posts .related-item p
{
    font-size: .9rem;
    line-height: 140%;
}
/*--------------------------------------------------------------
# Contents
--------------------------------------------------------------*/
.site
{
    background: #f1f1f1;
}
@media screen and (min-width: 1025px)
{
    .site
    {
        position: relative;
        z-index: 3;
        left: 100px;

        width: calc(100% - 100px);
        min-height: 100vh;

        -webkit-transition: all 700ms ease-in-out;
           -moz-transition: all 700ms ease-in-out;
             -o-transition: all 700ms ease-in-out;
                transition: all 700ms ease-in-out;
    }
    .site.nav-open
    {
        left: calc(100% - 300px);
    }
}
@media screen and (max-width: 1024px)
{
    .site
    {
        position: relative;

        padding-top: 50px;
    }
}
.entry-content a
{
        word-break: break-all;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}
.hentry
{
    margin-bottom: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid #f1f1f1;
}
span.featured
{
    font-size: 12px;
    font-weight: 700;

    padding: 5px 10px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    background: #e45245;
}
.entry-title,
.page-title
{
    text-transform: uppercase;
}
.entry-title a,
.page-title a
{
    color: #181818;
}
.entry-title a:hover,
.page-title a:hover
{
    color: #e45245;
}
.cat-links
{
    margin: 10px 0;
}
.cat-links .category-label,
.cat-links a
{
    font-size: 12px;

    letter-spacing: 2px;
    text-transform: uppercase;
}
.entry-meta
{
    font-size: .8rem;

    margin: 15px 0;

    color: #797979;
}
.entry-meta .fa
{
    font-size: 4px;

    vertical-align: middle;

    opacity: .6;

    filter: alpha(opacity=60);
}
.post-thumbnail
{
    margin-bottom: 30px;
}
.edit-link a
{
    font-size: .8rem;
    font-weight: 700;

    display: block;

    max-width: 50px;
    margin: 10px 0;
    padding: 5px 10px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border-radius: 2px;
    background: #00aeef;
}
.edit-link a:hover
{
    color: #fff;
    background: #797979;
}
.page-links a
{
    font-style: italic;
}
.tags-links
{
    font-size: 12px;

    margin: 10px 0;

    letter-spacing: 2px;
    text-transform: uppercase;
}
.bypostauthor
{
    font-weight: 700;
}
.post-password-form
{
    width: 320px;
}
.post-password-form label
{
    width: 100%;
}
.page-header
{
    margin-bottom: 20px;

    border-bottom: 1px solid #f1f1f1;
}
.page-header .page-title
{
    font-size: 2.1rem;
}
.taxonomy-description
{
    font-style: italic;
}
.read-more
{
    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}
.read-more a
{
    text-transform: uppercase;
}
.read-more a:before,
.read-more a:after
{
    position: relative;
    top: -1px;

    display: inline-block;

    content: '|';
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.read-more a:before
{
    margin-right: 8px;

    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
         -o-transform: translateX(0px);
}
.read-more a:after
{
    margin-left: 8px;

    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
         -o-transform: translateX(0px);
}
.read-more a:hover:before
{
    -webkit-transform: translateX(3px);
       -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
         -o-transform: translateX(3px);
}
.read-more a:hover:after
{
    -webkit-transform: translateX(-3px);
       -moz-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
         -o-transform: translateX(-3px);
}
/*--------------------------------------------------------------
## Blog Style
--------------------------------------------------------------*/
.site-main
{
    background: #fff;
}
@media screen and (min-width: 1025px)
{
    .site-main
    {
        padding: 30px;
    }
}
@media screen and (max-width: 1024px)
{
    .site-main
    {
        padding: 10px;
    }
}
/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb
{
    font-size: .8rem;

    margin-bottom: 10px;
    padding-bottom: 10px;

    color: #797979;
    border-bottom: 1px solid #f1f1f1;
}
.breadcrumb ul
{
    display: inline;

    padding: 0;

    list-style: none;
}
.breadcrumb ul li
{
    display: inline;
}
.breadcrumb ul li a
{
    text-decoration: underline;
}
/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.format-aside,
.format-link
{
    padding: 20px;

    color: #797979;
    border: 1px solid #f1f1f1;
    background: #fbfbfb;
}
.format-aside .entry-header a,
.format-link .entry-header a
{
    color: #e45245;
}
.format-aside .entry-header a:hover,
.format-link .entry-header a:hover
{
    color: #181818;
}
.format-aside p,
.format-link p
{
    margin-bottom: .9rem;
}
.sticky
{
    position: relative;

    padding: 15px;

    border: 1px solid #f1f1f1;
}
.sticky .featured
{
    position: absolute;
}
@media screen and (min-width: 1025px), screen and (min-width: 769px) and (max-width: 1024px)
{
    .sticky
    {
        overflow: hidden;

        padding-left: 65px;
    }
    .sticky .featured
    {
        line-height: 40px;

        top: 0;
        left: 50px;

        width: 100%;
        min-width: 75vh;
        height: 50px;
        padding-left: 30px;

        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
        transform-origin: left top 0;
        white-space: nowrap;
    }
}
@media screen and (min-width: 601px) and (max-width: 768px), screen and (max-width: 600px)
{
    .sticky
    {
        padding-top: 30px;
    }
    .sticky .featured
    {
        top: 0;
        left: 0;

        width: 100%;
    }
}
.format-link .entry-content
{
    font-family: 'Crimson Text', serif;
    font-size: 2rem;
    font-style: italic;
}
.format-link .entry-content p
{
    font-size: 1.2rem;
}
.format-status,
.format-quote
{
    padding: 15px;

    border: 1px solid #f1f1f1;
    background: #fbfbfb;
}
.format-status figure,
.format-quote figure
{
    text-align: center;
}
@media screen and (min-width: 1025px), screen and (min-width: 769px) and (max-width: 1024px)
{
    .format-status figure,
    .format-quote figure
    {
        float: left;

        width: 70px;
        margin-right: 20px;
        padding-top: 15px;
    }
}
@media screen and (min-width: 1025px), screen and (min-width: 769px) and (max-width: 1024px)
{
    .format-status aside,
    .format-quote aside
    {
        float: right;

        width: calc(100% - 100px);
    }
    .format-status aside .entry-meta,
    .format-quote aside .entry-meta
    {
        margin: 5px 0;
    }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments .comments-title
{
    font-size: 1.5rem;

    margin-bottom: 20px;

    text-transform: uppercase;
}
#comments .comment-navigation
{
    padding: 10px 0;

    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
#comments .comment-list
{
    position: relative;

    padding: 0;
}
#comments .comment-list .comment
{
    list-style: none;
}
#comments .comment-list .comment .comment-box
{
    margin-bottom: 20px;
}
#comments .comment-list .comment .comment-box .author-image
{
    float: left;

    width: 50px;
}
#comments .comment-list .comment .comment-box .author-image img
{
    border-radius: 3px;
}
#comments .comment-list .comment .comment-box .comment-body
{
    float: right;

    width: calc(100% -  80px);
    padding-bottom: 20px;

    border-bottom: 1px solid #f1f1f1;
}
#comments .comment-list .comment .comment-box .comment-body .comment-meta
{
    margin-bottom: 10px;
}
#comments .comment-list .comment .comment-box .comment-body .comment-meta span
{
    font-size: .8rem;
}
#comments .comment-list .comment .comment-box .comment-body .comment-meta span.author-name
{
    font-weight: 700;

    color: #026388;
}
#comments .comment-list .comment .comment-box .comment-body .comment-meta span.date
{
    color: #797979;
}
#comments .comment-list .comment .comment-box .comment-body .comment-text
{
    font-family: 'Crimson Text', serif;
    font-weight: normal;

    color: #797979;
}
#comments .comment-list .comment .comment-box .comment-body .comment-text p
{
    font-size: 1rem;
    line-height: 140%;

    margin-bottom: 15px;
}
#comments .comment-list .comment .comment-box .comment-body .reply .fa
{
    font-size: 8px;

    vertical-align: middle;
}
#comments .comment-list .comment .comment-box .comment-body .reply a
{
    color: #797979;
}
#comments .comment-list .comment .comment-box .comment-body .reply a:hover
{
    color: #e45245;
}
#comments #respond
{
    padding-top: 20px;

    border-top: 1px solid #f1f1f1;
}
#comments #respond .comment-reply-title
{
    font-size: 1.1rem;

    text-transform: uppercase;
}
#comments #respond .comment-reply-title small
{
    display: block;
    float: right;
}
#comments #respond .comment-reply-title small a
{
    font-size: 12px;

    display: inline-block;

    margin: 5px 0;
    padding: 5px 10px;

    color: #fff;
    background: #e45245;
}
#comments #respond textarea
{
    height: 70px;

    border-width: 2px;
    border-radius: 5px;
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination
{
    margin: 20px 0;

    text-align: center;
}
.pagination ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.pagination ul li
{
    display: inline-block;
}
.pagination ul li .page-numbers
{
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;

    text-align: center;

    border-radius: 50%;
}
@media screen and (max-width: 600px)
{
    .pagination ul li .page-numbers
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination ul li .page-numbers.prev,
.pagination ul li .page-numbers.next
{
    background: none;
}
.pagination ul li .page-numbers.current
{
    color: #797979;
    background: #fbfbfb;
}
/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/
.post-navigation .nav-links
{
    padding: 20px 0;
}
.post-navigation .nav-links:after
{
    display: block;
    clear: both;

    content: '';
}
.post-navigation .nav-links div
{
    margin-bottom: 10px;
}
@media screen and (min-width: 1025px), screen and (min-width: 769px) and (max-width: 1024px)
{
    .post-navigation .nav-links div
    {
        max-width: 49%;
    }
    .post-navigation .nav-links div.nav-previous
    {
        float: left;
    }
    .post-navigation .nav-links div.nav-next
    {
        float: right;

        text-align: right;
    }
}
.post-navigation .nav-links div .meta-nav
{
    display: block;

    margin-bottom: 10px;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #797979;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer
{
    padding: 20px;

    text-align: center;
}
.site-footer.full-width
{
    position: relative;

    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.site-footer .copyright
{
    font-size: 13px;

    margin-top: 20px;
    padding-top: 10px;

    color: #797979;
    border-top: 1px solid rgba(255, 255, 255, .5);
}
.site-footer nav ul
{
    padding: 0;

    list-style: none;
}
.site-footer nav ul li
{
    font-size: 14px;

    display: inline-block;

    margin-right: 10px;

    text-transform: uppercase;
}
.scrollTop
{
    line-height: 40px;

    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;

    width: 40px;
    height: 40px;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-align: center;

    opacity: 0;
    border: 2px solid #797979;
    background: rgba(255, 255, 255, .5);

    filter: alpha(opacity=0);
}
.scrollTop.visible
{
    opacity: 1;

    filter: alpha(opacity=100);
}
.scrollTop:hover
{
    color: #e45245;
    border-color: #e45245;
}
/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error404 .error-404
{
    text-align: center;
}
.error404 .error-404 figure
{
    max-width: 300px;
    margin: auto;
}
.error404 .error-404 h1
{
    font-size: 140px;

    margin: 0 0 50px 0;

    color: #e45245;
}
.error404 .error-404 h2
{
    text-transform: uppercase;
}
.error404 .error-404 p
{
    font-size: 16px;
    font-style: italic;
}
.error404 .error-404 a
{
    font-weight: 700;

    text-transform: uppercase;
}
.error404 .site-footer
{
    display: none;
}
/*--------------------------------------------------------------
# JetPack Support
--------------------------------------------------------------*/
.sd-sharing-enabled .sd-title
{
    width: 100%;

    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley
{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;

    border: none;
}
audio,
canvas
{
    display: inline-block;
}
embed,
iframe,
object,
video
{
    max-width: 100%;
    margin-bottom: 1.6em;

    vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video
{
    margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist
{
    font-size: 1.5rem;

    margin-top: 0;
    margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist
{
    padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks
{
    margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption
{
    padding: 10px 0;

    border-bottom: 0;
}
.wp-playlist-item .wp-playlist-item-length
{
    top: 10px;
}
/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.gallery
{
    text-align: center;
}
.gallery:after
{
    display: block;
    clear: both;

    content: '';
}
.gallery .gallery-item
{
    display: inline-block;

    width: 100%;
    margin-bottom: 30px;

    vertical-align: top;
}
.gallery .gallery-item .gallery-icon,
.gallery .gallery-item .gallery-caption
{
    padding: 15px;
}
.gallery .gallery-icon img
{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
@media screen and (min-width: 1025px), screen and (min-width: 601px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px)
{
    .gallery.gallery-columns-2 .gallery-item
    {
        width: 50%;
    }
    .gallery.gallery-columns-3 .gallery-item
    {
        width: 33.333333%;
    }
    .gallery.gallery-columns-4 .gallery-item
    {
        width: 25%;
    }
    .gallery.gallery-columns-5 .gallery-item
    {
        width: 20%;
    }
    .gallery.gallery-columns-6 .gallery-item
    {
        width: 16.66%;
    }
    .gallery.gallery-columns-5 .gallery-item,
    .gallery.gallery-columns-6 .gallery-item
    {
        margin-bottom: 20px;
    }
    .gallery.gallery-columns-5 .gallery-caption,
    .gallery.gallery-columns-6 .gallery-caption
    {
        display: none;
    }
    .gallery.gallery-columns-7 .gallery-item
    {
        width: 14.28%;
    }
    .gallery.gallery-columns-8 .gallery-item
    {
        width: 12.5%;
    }
    .gallery.gallery-columns-9 .gallery-item
    {
        width: 11.11%;
    }
    .gallery.gallery-columns-9 .gallery-caption
    {
        display: none;
    }
    .gallery.gallery-columns-7 .gallery-item,
    .gallery.gallery-columns-8 .gallery-item,
    .gallery.gallery-columns-9 .gallery-item
    {
        margin-bottom: 10px;
    }
    .gallery.gallery-columns-7 .gallery-caption,
    .gallery.gallery-columns-8 .gallery-caption,
    .gallery.gallery-columns-9 .gallery-caption
    {
        display: none;
    }
}
/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption
{
    max-width: 100%;
    margin-bottom: 1.6em;
}
.wp-caption img[class*='wp-image-']
{
    display: block;

    margin: 0;
}
.wp-caption-text,
figcaption
{
    font-family: 'Crimson Text', serif;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.5;

    padding: .5rem 0;

    color: #646464;
}
