﻿.ql-size-small {
    font-size: 11px !important;
}

.ql-size-large {
    font-size: 20px !important;
}

.ql-size-huge {
    font-size: 24px !important;
}

.ql-align-center {
    text-align: center !important;
}

.ql-align-left {
    text-align: left !important;
}

.ql-align-right {
    text-align: right !important;
}

.post-article ol li {
    line-height: 1.5;
    padding: 2px 0 2px 10px;
    text-align: left;
    font-size: 15px;
    margin-left: 15px;
}

    .post-article ol li:last-child {
        padding-bottom: 10px;
    }

    .post-article ol li::marker {
        float: left;
        display: block;
    }

/********* Categories btn ********/
.listing-filters.floatblog {
    float: none;
    border: none;
    overflow: hidden;
    border-radius: 4px;
    border-radius: 0;
    margin: 0 0 25px 0;
}

    .listing-filters.floatblog a,
    .listing-filters.floatblog button {
        float: left;
        padding: 10px 15px;
        border: 1px solid #eee;
        background: #747373;
        font-weight: 500;
        font-size: 13px;
        color: #fff;
        cursor: pointer;
    }

        .listing-filters.floatblog a:hover,
        .listing-filters.floatblog button:hover {
            background: #d8a70c;
            color: #fff;
        }

        .listing-filters.floatblog a.active,
        .listing-filters.floatblog button.active {
            background: #DBB94E;
            color: #fff;
        }
/********* Categories btn end ********/

.blog-photos {
    height: 250px;
    background-color: #000;
}

    .blog-photos img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.container-photos-blog {
    height: 400px;
    background-color: #666;
}

    .container-photos-blog img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.container-photos-blogpost {
    height: 220px;
    background-color: transparent;
}

    .container-photos-blogpost img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: 50% 50%;
    }

@media only screen and (max-height: 800px) {
    .container-photos-blog {
        height: 300px;
        background-color: #666;
    }

        .container-photos-blog img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            object-position: 50% 50%;
        }
}

/*.list-single-main-item.blogtitle {
    min-height: 320px;
}*/

/*.blogtitle a h1 {
    color: #525355;
}

.blogtitle a:hover h1 {
    color: #343342;
}*/

.blogtitle h1 {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    /*min-height: 80px;*/
    /*color: #525355;*/
}

.blogtitle h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    /*min-height: 80px;*/
    /*color: #343342;*/
}

.blogtitle p {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.blogtitle i {
    text-align: center !important;
}

/*.blogtitle a img {
    max-width: 320px;
}*/

@media only screen and (max-width: 800px) {
    .blogtitle h1 {
        /*font-size: 15px;
        font-weight: 400;*/
        text-align: center;
    }
}

.blogtitle span {
    /*font-size: 21px;*/
    /*font-weight: 400;
    color: #808080;*/
}

.blogtitle img {
    max-width: 980px;
}


.blogul ul,
.blogul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*.blogul ul {
    margin: 2em 0;
}*/

.blogul li {
    margin: 1em;
    margin-left: 3em;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

    .blogul li:first-child {
        margin-top: 0;
    }

    .blogul li i {
        float: left;
        margin-left: -1.5em;
        /*color: #343342;*/
    }

.post-article h1,
.post-article h2,
.post-article h3,
.post-article h4,
.post-article h5,
.post-article h6,
.post-article ul,
.post-article ol {
    text-align: left;
}

.minheightblog {
    min-height: 80px;
}
