/**
 *
 **/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ol.post-list,
ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* General Post Styles */

.post-list li:after {
    content: ' ';
    clear: both;
    display: block;
}

.post-list li {
    /*display: inline-block; width: 48%; vertical-align: top;*/
}

.post-entry {
    overflow: hidden;
    margin: 0 0 20px;
}

.post-image {
    margin: 0 0 10px;
    overflow: hidden;
}

.post-image a {
    display: inline-block;
}

.post-list .post-image {
    max-height: 300px;
}

.post-meta {
    clear: both;
    margin: 0 0 20px;
    text-align: left;
}

.post-meta .post-meta-item {
    display: inline-block;
    margin-right: 10px;
}

.post-readmore {
    margin-top: 10px;
}

.post-entry iframe {
    max-width: 100%;
    display: block;
}


/* Comments */

.comment-list-item {
    margin: 0 0 20px;
}

.comment-list.children {
    margin-top: 20px;
}

.comment-image {
    float: left;
    margin: 0 10px 10px 0;
}

.comment-author {
    font-weight: bold;
    display: block;
}

.comment-entry {
    clear: both;
    margin: 0 0 20px;
}


/* Widgets */

.block-blog .block-title {
    /* margin-bottom: 10px; */
    padding-bottom: 10px;
    border-top: 1px solid #c6c6c6;
    padding-top: 10px;
}

.block-blog .block-title>strong {
    font-weight: 700;
    color: #131006;
    font-family: "LFT_Etica_Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    text-rendering: optimizeSpeed;
    line-height: 25px;
}

.block-blog ul,
.block-blog ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block-blog-cloud li {
    display: inline;
    margin: 0;
}

.block-blog-categories ul.level1 {
    margin-top: 1rem;
}

.shortcode-product {}

.shortcode-product .products {
    text-align: left;
    list-style: none;
}

.shortcode-product .products>li {
    display: inline-block;
    width: 24%;
    text-align: center;
}


/* Post List Grid */

.post-list.grid {}

.post-list.grid li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 20px;
}

.post-list.grid li .post-list-item h2 {
    background: transparent;
    color: #333;
    padding: 0;
    margin-bottom: 0.5em;
    font-size: 48px;
    font-style: normal;
    line-height: 69px;
    text-transform: inherit;
    text-align: left;
}

.post-list.grid li .post-list-item h2 a {
    color: #333;
}

.post-list.grid li .post-list-item .post-entry .post-excerpt img {
    float: none;
    display: block;
    margin-top: 1em;
}

.post-list-wrapper .pager {
    text-align: center;
}

.post-list-wrapper .pager .toolbar-amount {
    float: none;
    text-align: center;
}


/* Search Widget */

.block-blog.block-blog-search .block-title {
    border-top: 0;
}

.block-blog .blog-search input {
    background: url("../images/input_texture.png") #898782;
    border: none;
    padding: 0 15px 0 15px;
    line-height: 46px;
    height: 46px;
    box-shadow: none;
}

.block-blog .blog-search button {
    background: #FFCD00;
    background-image: none;
    display: inline-block;
    padding: 17px 49px 16px 50px;
    border: 0;
    color: #131006;
    font-size: 14px;
    font-weight: normal;
    font-family: "LFT_Etica_Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    background-image: url("../images/btn_texture.png");
    border-radius: 0;
}

.block-blog .block-content ul>li {
    margin-bottom: 0.5rem;
}

.post-list.grid li .readmore .button {
    background: #FFCD00;
    background-image: none;
    display: inline-block;
    padding: 17px 49px 16px 50px;
    border: 0;
    color: #131006;
    font-size: 14px;
    font-weight: normal;
    font-family: "LFT_Etica_Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    background-image: url("../images/btn_texture.png");
}

.post-list.grid li .readmore .button:hover {
    text-decoration: none;
}

.page-title-wrapper .page-title {
    line-height: 50px;
    margin-top: 48px;
    font-size: 48px;
    font-weight: 600;
    color: #131006;
    padding-bottom: 3px;
    margin-bottom: 5px;
    text-align: left;
}

.post-view .post-content img {
    float: none;
    display: block;
    margin-top: 1em;
}

@media only screen and (max-width: 767px) {
    .page-title-wrapper .page-title {
        font-size: 44px;
        margin-top: 0;
    }
    .post-list.grid li .post-list-item h2 {
        font-size: 32px;
        line-height: 1em;
    }
    .page-title-wrapper .page-title {
        font-size: 44px;
    }
}

.wp-caption {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.wp-block-image {
    float: left;
    width: 100%;
}

.post-view .post-entry p {
    clear: both;
}

.post-view .post-entry a img {
    display: block;
    float: none;
}

.post-view .post-entry ul {
    display: inline-block;
    width: 100%;
    /* padding: 0; */
}


/* SEARCH BOX STYLE */

.block-blog.block-blog-search .blog-search {
    position: relative;
}

.block-blog.block-blog-search .block-title>strong {
    font-size: 18px;
    font-style: normal;
    text-rendering: optimizeSpeed;
    line-height: 25px;
    font-weight: normal;
}

.block-blog.block-blog-search .blog-search button {
    background: transparent;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    box-shadow: none;
    padding: 9px 9px;
}

.block-blog.block-blog-search .blog-search button span {
    display: none;
}

.block-blog.block-blog-search .blog-search button::before {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.block-blog.block-blog-search .blog-search input {
    border: none;
    padding: 0 40px 0 10px;
    line-height: 40px;
    height: 40px;
    box-shadow: none;
    background-image: url("../images/input_bg.png");
    background-repeat: repeat;
}

.block-blog .block-title>strong {
    font-size: 18px;
    font-weight: normal;
}

.page-main .block.block-blog {
    margin-bottom: 15px;
}