.page-layout-2columns-right .col.main {
    width: 100%;
    max-width: 66.66%;
}

.page-layout-2columns-right .col-left {
    float: right;
    width: 100%;
    max-width: 33.33%;
    padding-left: 20px;
}

.main-post .picture
{
    max-width: 48rem;
    min-height: 15.625rem;
    margin: 0 auto 1.25rem;
    padding-top: 64.94%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.post-block .descr
{
    margin-bottom: 1.25rem;
}

.post-block .descr h2
{
    font-weight: 300;

    margin-bottom: 1rem;
}

.post-block .descr h2 a
{
    color: #000;
}

.post-block .descr .posted
{
    font-size: 1.0625rem;

    margin-bottom: 2rem;

    color: #a3a3a3;
}

.post-block .descr p
{
    font-size: .9375rem;

    color: #000;
}

.post-block .descr .legend
{
    display: none;
}

.post-block .descr ul,
.post-block .descr li
{
    margin: 0;
}

.category-nav
{
    margin-bottom: 1.25rem;
    padding: 1.25rem .625rem;
}

.category-nav ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    margin: 0;

    list-style: none;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-nav ul li
{
    position: relative;

    margin: 0 .9375rem;
    padding: .3125rem .9375rem;
}

.category-nav ul li:hover:before,
.category-nav ul li:hover:after,
.category-nav ul li.current-menu-item:before,
.category-nav ul li.current-menu-item:after
{
    opacity: 1;
}

.category-nav ul li:before
{
    right: auto;
    left: -.125rem;
}

.category-nav ul li:after
{
    right: -.125rem;
    left: auto;
}

.category-nav ul li:before,
.category-nav ul li:after
{
    position: absolute;
    top: 50%;

    width: .25rem;
    height: .25rem;
    margin-top: -2px;

    content: '';
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;

    opacity: 0;
    border-radius: .125rem;
    background-color: #000;
}

.category-nav ul li a
{
    font-size: .75rem;
    font-weight: 500;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #000;
}

.search-blog
{
    margin-bottom: 1.25rem;
}

.search-blog .validation-advice
{
    display: none !important;
}

.search-blog .form-group
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-blog .btn-group
{
    position: relative;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.search-blog .form-control
{
    display: none;

    max-width: 18.125rem;
    margin-right: .625rem;

    border: none;
    border-bottom: 1px solid #a3a3a3;
}

.search-blog .form-control:focus
{
    border: none;
    border-bottom: 1px solid #000;
}

.search-blog .search-btn
{
    font-size: .75rem;
    font-weight: 500;

    cursor: pointer;
    text-transform: uppercase;
}

.search-blog .search-btn img
{
    margin-right: .3125rem;
}

.post-list
{
    list-style: none;
}

.post-list li
{
    margin-bottom: 1.25rem;
}

.post-list li h2
{
    line-height: 1.4;

    margin-bottom: .5rem;
}

.post-list .picture
{
    max-width: 48rem;
    min-height: 15.625rem;
    margin: 0 auto 1.25rem;
    padding-top: 51.95%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.blog-gallery-holder
{
    padding-right: .625rem !important;
    padding-left: .625rem !important;

    background-color: rgba(248, 249, 250, .5);
}

.blog-gallery-holder p
{
    font-size: .9375rem;

    letter-spacing: 1px;
}

.blog-gallery-holder ul
{
    list-style: none;
}

.blog-gallery-holder ul li div,
.blog-gallery-holder ul li a
{
    display: block;

    min-height: 15.625rem;
    padding-top: 85%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.search-field-area .form-group
{
    position: relative;

    margin-bottom: 1.5625rem;
}

.search-field-area .form-control
{
    font-family: 'miller', sans-serif;
    font-size: 1.125rem;

    height: auto;
    padding: .75rem 2.5rem .75rem 0;

    border: none;
    border-bottom: 1px solid #a3a3a3;
}

.search-field-area .form-control:focus
{
    border: none;
    border-bottom: 1px solid #000;
}

.search-field-area .search-btn
{
    position: absolute;
    top: 0;
    right: 0;

    width: 1.875rem;
    height: 100%;

    cursor: pointer;
    text-align: right;
}

.search-field-area .holder
{
    margin-bottom: 1.5625rem;
}

.search-field-area .holder > div
{
    font-size: .9375rem;

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

.search-field-area .holder .results
{
    margin-bottom: .625rem;

    color: #a3a3a3;
}

.search-field-area .holder .results strong
{
    color: #000;
}

.search-field-area .holder .pager
{
    color: #000;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.search-field-area .holder .pager ul
{
    display: inline;

    list-style: none;
}

.search-field-area .holder .pager li
{
    display: inline-block;

    margin-left: 1.375rem;

    vertical-align: top;
}

.search-field-area .holder .pager li.active a
{
    color: #000;
}

.search-field-area .holder .pager li a
{
    color: #a3a3a3;
}

.search-field-area .holder .pager li a:hover
{
    color: #000;
}

.press-list .picture
{
    max-width: 100%;
    padding-top: 43.1%;
}

.press-list .post-header
{
    margin-bottom: .9375rem;
}

.press-list .post-header img
{
    max-width: 13.75rem;
    margin-bottom: .625rem;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.press-list .post-block .descr h2
{
    margin-bottom: 1rem;
}

.post-list.featured-list h2
{
    font-size: 1.125rem;

    margin-bottom: 1.25rem;
}

.post-list.featured-list .picture
{
    padding-top: 55.55%;
}

.comments-wrapper ul
{
    list-style: none;
}

.comments-wrapper .wide
{
    margin: 0;
}

.comments-wrapper .wide .input-box
{
    margin-bottom: .625rem;
}

.comments-wrapper .fields .field
{
    margin-bottom: 1.5625rem;
}

.comments-wrapper .buttons-set
{
    text-align: right;
}

.comments-wrapper .comment-btn
{
    font-size: .75rem;
    font-weight: 500;

    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comments-wrapper textarea
{
    padding: 1.25rem 0;
}

.comments-wrapper input
{
    line-height: 1.5;

    padding: .625rem 0;
}

.comments-wrapper input,
.comments-wrapper textarea
{
    font-size: 1.0625rem;

    max-width: 100% !important;

    color: #000;
    border: none;
}

.comments-wrapper input::-webkit-input-placeholder,
.comments-wrapper textarea::-webkit-input-placeholder
{
    -webkit-transition: color .25s;
    transition: color .25s;

    opacity: 1;
    color: #a3a3a3;
}

.comments-wrapper input::-moz-placeholder,
.comments-wrapper textarea::-moz-placeholder
{
    -webkit-transition: color .25s;
    transition: color .25s;

    opacity: 1;
    color: #a3a3a3;
}

.comments-wrapper input:-ms-input-placeholder,
.comments-wrapper textarea:-ms-input-placeholder
{
    -webkit-transition: color .25s;
    transition: color .25s;

    color: #a3a3a3;
}

.comments-wrapper input
{
    height: 3.625rem;

    border-bottom: 1px solid #000;
}

.comments-wrapper input:focus
{
    border: none;
    border-bottom: 1px solid #000;
}

.comments-wrapper textarea
{
    height: 12.5rem;

    resize: vertical;

    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.comments-wrapper .comment .comment-when
{
    display: block; text-decoration: none;
}

.share-block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: .625rem;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.share-block > span
{
    font-size: .75rem;
    font-weight: 500;

    margin-right: 1.25rem;

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

.share-block > div
{
    line-height: 1;
}

.share-block > div > span
{
    font-size: .875rem;
    line-height: 1;

    position: relative;

    display: inline-block;

    padding: 0 .3125rem;

    cursor: pointer;
    -webkit-transition: color .25s;
    transition: color .25s;
    vertical-align: top;

    color: #a3a3a3;
}

.share-block > div > span:before
{
    font-size: .875rem;
}

.share-block > div > span:hover
{
    color: #000;
}

.share-block .stButton
{
    font-size: 0;
    line-height: 1;

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

    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 0;

    color: transparent;
}

.share-block .stLarge
{
    width: auto !important;
    height: auto !important;

    background-image: none !important;
}

.comments-count
{
    font-size: .75rem;

    position: relative;

    margin: 1.875rem 0 .9375rem;
    padding: 1.25rem 0;

    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    border-top: 1px solid #edeef1;
}

.comments-count:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 100%;
    max-width: 38.125rem;
    height: 1px;

    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #edeef1;
}

.comment-list
{
    max-width: 38.125rem;
    margin: 0 auto;

    list-style: none;
}

.comment-list.children
{
    margin-left: .625rem;
}

.comment-list .comment-inner
{
    overflow: hidden;

    margin-bottom: .9375rem;
    padding-bottom: .9375rem;

    border-bottom: 1px solid #edeef1;
}

.comment-list .comment-content
{
    overflow: hidden;

    vertical-align: top;
}

.comment-list .comment-meta
{
    margin-bottom: .9375rem;
}

.comment-list .gravatar
{
    float: left;

    width: 3.375rem;
    height: 3.375rem;
    margin-right: .9375rem;
    padding: .375rem;

    border-radius: 3.125rem;
    background-color: rgba(212, 211, 213, .2);
}

.comment-list .gravatar div
{
    height: 100%;

    border-radius: 3.125rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.comment-list .comment-url
{
    font-size: .75rem;
    font-weight: 500;

    margin-right: .9375rem;

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

.comment-list .comment-when
{
    font-size: .75rem;

    color: rgba(0, 0, 0, .5);
}

#respond
{
    margin: .9375rem 0;
}

#respond .form-list
{
    margin: 0;
}

.post-title
{
    position: relative;

    margin-bottom: .9375rem;
    padding-bottom: 1.875rem;
}

.post-title:after
{
    position: absolute;
    bottom: 0;
    left: calc(50% - 60px);

    display: block;

    width: 7.5rem;
    height: 2px;

    content: '';

    background-color: #000;
}

.post-title h1
{
    margin-bottom: 1.5625rem;

    text-align: center;
}

.post-title .avatar-holder
{
    width: 6.6875rem;
    height: 6.6875rem;
    margin: 0 auto 1.25rem;
    padding: .5rem;

    border-radius: 3.75rem;
    background-color: rgba(212, 211, 213, .2);
}

.post-title .avatar-holder div
{
    height: 100%;

    border-radius: 3.125rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.post-title .by-author
{
    font-size: .75rem;
    font-weight: 500;

    margin-bottom: 1.5625rem;

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

.post-title .post-date
{
    font-family: 'miller', sans-serif;
    font-size: .875rem;
    font-style: normal;

    margin: 0;

    text-align: center;
}

.post-content
{
    overflow: hidden;

    text-align: center;
}

.post-content > *
{
    margin: 0 auto 1.5625rem;

    text-align: left;
}

.post-content .legend
{
    display: none;
}

.post-content p
{
    font-size: .9375rem;
}

.post-content p img
{
    margin-bottom: .625rem;
    padding: 0;

    border: none;
}

.post-content img
{
    display: inline-block;

    margin: 0 0 1.25rem;
    padding: 0;

    vertical-align: top;

    border: none;
}

.post-content .wp-caption
{
    margin: 0 auto 1.5625rem;
}

.post-content .wp-caption img
{
    margin-bottom: .3125rem;
}

.post-content .wp-caption a
{
    display: block;
}

.post-content blockquote
{
    font-size: 1.125rem;
    font-weight: 300;

    position: relative;

    overflow: hidden;

    padding: 1.875rem 0;

    quotes: '“' '”' '‘' '’';

    border-bottom: none;
}

.post-content blockquote p
{
    font-size: inherit;

    margin-bottom: 0;

    text-align: center;
}

.post-content blockquote p:before
{
    content: open-quote;
}

.post-content blockquote p:after
{
    content: close-quote;
}

.post-content blockquote:before,
.post-content blockquote:after
{
    position: absolute;
    left: calc(50% - 60px);

    display: block;

    width: 7.5rem;
    height: 2px;

    content: '';

    background-color: #000;
}

.post-content blockquote:before
{
    top: 0;
}

.post-content blockquote:after
{
    bottom: 0;
}

.like-block
{
    position: relative;

    padding: 1.25rem 0;
}

.like-block:before
{
    position: absolute;
    top: 0;
    left: calc(50% - 60px);

    display: block;

    width: 7.5rem;
    height: 2px;

    content: '';

    background-color: #000;
}

.like-block p
{
    font-size: .75rem;
    font-weight: 500;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    text-transform: uppercase;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.like-block p a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: .5rem;

    color: #000;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.like-block p a:before
{
    font-size: 1.0625rem;

    margin-right: .5rem;
}

.like-block p a.active
{
    color: #f86859;
}

@media print, screen and (min-width: 30em)
{
    .blog-gallery-holder ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blog-gallery-holder ul li
    {
        width: 50%;
    }
}

@media print, screen and (min-width: 40em)
{
    .comments-wrapper .fields
    {
        margin: 0 -.9375rem;

        letter-spacing: -6px;
    }

    .comments-wrapper .fields .field
    {
        display: inline-block;

        width: 50%;
        padding: 0 .9375rem;

        vertical-align: top;
        letter-spacing: 0;
    }
}

@media print, screen and (min-width: 48em)
{
    .category-nav
    {
        padding: 1.25rem .9375rem;
    }

    .blog-gallery-holder ul li
    {
        width: 33.33%;
    }

    .press-list .post-header
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .press-list .post-header img
    {
        margin-bottom: 0;
    }

    .press-list .post-block .descr h2
    {
        margin-bottom: 0;
    }

    .press-list .post-block .descr h2
    {
        margin-right: .625rem;
    }

    .post-title h1
    {
        font-size: 2.5rem;
    }
}

@media print, screen and (min-width: 64em)
{
    .category-nav {
        position: relative;

        padding: 1.25rem 4.875rem;
    }

    .category-nav ul {
        flex-direction: row;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .search-blog {
        position: absolute;
        top: 0;
        right: 0;

        margin-bottom: 0;
    }

    .search-blog .trigger-mask {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;

        cursor: pointer;
    }

    .search-blog .form-control {
        position: absolute;
        right: 6.25rem;

        width: 18.125rem;
    }

    .search-field-area .form-control {
        font-size: 1.3125rem;
    }

    .search-field-area .holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .search-field-area .holder .results {
        margin-right: .9375rem;
        margin-bottom: 0;
    }

    .comments-wrapper input {
        height: 3.75rem;
    }

    .comment-list.children {
        margin-left: 1.25rem;
    }

    .comment-list .gravatar {
        width: 5.25rem;
        height: 5.25rem;
    }

    .wordpress-homepage-view.small-12.columns{
        position: relative;
    }
    .wordpress-homepage-view.page-wrap,
    .wordpress-homepage-view.wrapper{
        overflow-x: visible;
    }
}

@media screen and (min-width: 75em)
{
    .post-block .descr h2
    {
        max-width: 65%;
    }

    .post-block .descr p
    {
        font-size: 1.0625rem;
    }

    .category-nav ul li
    {
        margin: 0 1rem;
        padding: .3125rem 1.1rem;
    }

    .category-nav ul li a
    {
        font-size: .875rem;
    }

    .search-blog .search-btn
    {
        font-size: .875rem;

        letter-spacing: 2px;
    }

    .search-blog .search-btn img
    {
        margin-right: .625rem;
    }

    .post-list li
    {
        margin-bottom: 2.8125rem;
    }

    .post-list .picture
    {
        margin: 0 auto 1.875rem;
    }

    .blog-gallery-holder p
    {
        font-size: 1.0625rem;
    }

    .blog-gallery-holder ul li
    {
        width: 25%;
    }

    .search-field-area .form-group
    {
        margin-bottom: 3.4375rem;
    }

    .search-field-area .form-control
    {
        font-size: 1.5rem;

        padding: .9375rem 2.5rem .9375rem 0;
    }

    .search-field-area .holder
    {
        margin-bottom: 3.4375rem;
    }

    .search-field-area .holder > div
    {
        font-size: 1.0625rem;
    }

    .press-list
    {
        padding-right: 6.25rem;
    }

    .press-list .post-block .descr h2
    {
        max-width: 50%;
    }

    .featured-title
    {
        padding-left: 3.125rem;
    }

    .post-list.featured-list
    {
        padding-left: 3.125rem;
    }

    .post-list.featured-list h2
    {
        max-width: 75%;
    }

    .comments-count
    {
        margin: 3.75rem 0 1.875rem;
        padding: 2.1875rem 0;
    }

    .comment-list .comment-inner
    {
        margin-bottom: 1.875rem;
        padding-bottom: 1.875rem;
    }

    .comment-list .gravatar
    {
        margin-right: 1.875rem;
    }

    .comment-list .comment-url
    {
        margin-right: 1.875rem;
    }

    .blog-details .columns
    {
        padding: 0 2.1875rem;
    }

    .post-title
    {
        padding-bottom: 3.75rem;
    }

    .post-content > *
    {
        margin: 0 auto 3.4375rem;

        letter-spacing: 1px;
    }

    .post-content p
    {
        font-size: 1.0625rem;
    }

    .post-content img
    {
        margin: 0 .875rem 3.4375rem;
    }

    .post-content .wp-caption
    {
        margin: 0 auto 3.4375rem;
    }

    .post-content blockquote
    {
        font-size: 1.375rem;

        padding: 3.75rem 0;
    }

    .post-content blockquote p
    {
        font-size: inherit;
    }
}

@media screen and (min-width: 90em)
{
    .follow-links {
        margin: 0 -1.0625rem 2.1875rem;
    }

    .follow-links li {
        margin: 0 1.0625rem;
    }

    .post-block .descr h2 {
        font-size: 1.875rem;
    }

    .category-nav {
        padding: 2.0625rem 6.875rem;
    }

    /*.search-blog {*/
    /*    top: -40px;*/
    /*}*/

    .blog-gallery-holder h2 {
        font-size: 1.875rem;
    }

    .post-list.featured-list h2 {
        font-size: 1.25rem;
    }

    .comments-wrapper .wide .input-box {
        margin-bottom: 1.25rem;
    }

    .share-block > div {
        margin: 0 -.375rem;
    }

    .share-block > div > span {
        margin: 0 .375rem;
    }

    .post-title h1 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 63.9375em)
{
    .search-blog .trigger-mask
    {
        display: none !important;
    }

    .search-blog .form-control
    {
        display: block !important;

        opacity: 1 !important;
    }

    .press-list .picture
    {
        max-width: 48rem;
    }
}
