/* search results */
/* .result{
    display: block;
    box-sizing: border-box;
    padding: 40px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    margin: 0 auto 20px;
} */

/* blog */
/* blog styles */
/* .wp-block-image{
    margin: 30px 0;
}
.wp-block-image img{
    display: block;
    height: auto;
    margin: 0 auto;
}
.wp-block-image figcaption{
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #999;
    margin: 10px 0 0 !important;
}

.post figure{
    text-align: center;
    margin-bottom: 30px;
    background: #f0f2f6;
    text-align: center;
    padding: 20px;
}
.post figure iframe{
    max-width: 100%;
    margin: 0 auto;
}

.postNav{
    display: block;
    position: relative;
    clear: both;
}
.postNav .btn.next{
    clear: both;
    float: left;
}


#stage.stage-blog-home .post{
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 448px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    padding: 16px;
    margin: 0 auto 16px;
    color: #252525;
}
#stage.stage-blog-home .post .post_content{
    display: block;
    position: relative;
    overflow: hidden;
}
#stage.stage-blog-home .post .thumb{
    display: block;
    max-width: 100%;
    max-height: 300px;
    overflow: hidden;
}
#stage.stage-blog-home .post .thumb img{
    display: block;
    max-width: 100%;
    height: auto;
}

#stage.stage-blog-home .post h2{
    font-size: 32px;
    line-height: 36px;
    color: #cf4b00;
    margin: 0;
    padding: 16px 4px 8px;
}
#stage.stage-blog-home .post .floor{
    font-size: 14px;
    line-height: 24px;
}

.post a, .post a:link{
    color: #cf4b00;
}
.post a:hover{
    color: #e7712d;
}

.post .floor{
    font-family: 'Patua One', helvetica, arial, sans-serif;
    padding: 60px 0 30px;
}

.postNav{
    clear: both;
} */