﻿b /**************************************
 ** - 15 - Blog Section CSS
 *************************************/

.blog-area .section-title {
    margin-bottom: 30px;
}

.blog-area .single-blog {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
    box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
    border-radius: 3px;
    margin-top: 35px;
    overflow: hidden;
}

.blog-area .post-img {
    position: relative;
    overflow: hidden;
}

.blog-area .single-blog img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.blog-area .single-blog:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: rotate(3deg) scale(1.1, 1.1);
    -ms-transform: rotate(3deg) scale(1.1, 1.1);
    transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
    padding: 25px 25px;
    text-align: left;
}

.blog-content .blog-date {
    margin-bottom: 15px;
}

    .blog-content .blog-date .blog-list li {
        display: inline-block;
    }

        .blog-content .blog-date .blog-list li h6 {
            font-size: 13px;
            color: #777;
            display: inline-block;
        }

        .blog-content .blog-date .blog-list li .blog-inline-sep {
            padding: 0 5px;
            font-size: 12px;
            color: #333;
        }

        .blog-content .blog-date .blog-list li a {
            font-size: 13px;
            color: #074286;
            font-weight: 500;
            display: inline-block;
        }



.blog-area .single-blog .blog-content p a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
}

    .blog-area .single-blog .blog-content p a:hover {
        color: #074286;
        text-decoration: underline !important;
    }

.blog-bottom-text-link {
    margin-top: 10px;
}

.single-blog .blog-content .blog-bottom-text-link a {
    color: #074286;
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.7px;
}

    .single-blog .blog-content .blog-bottom-text-link a:hover {
        color: #074286;
        text-decoration: underline !important;
    }

a{
    color:#333;
}

    a:hover {
        color: #074286;
        text-decoration: none;
    }


.truncateTitle {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color:darkgrey;
}

/*.truncateTitle p:hover{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}*/

.truncate {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}



/************************************************
 ** - 16 - Blog Details Page Area CSS
 ************************************************/
.blog-details-desc .article-content {
    margin-top: 30px;
}

    .blog-details-desc .article-content .entry-meta {
        margin-bottom: -8px;
    }

        .blog-details-desc .article-content .entry-meta ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

            .blog-details-desc .article-content .entry-meta ul li {
                position: relative;
                display: inline-block;
                color: #0b0b31;
                margin-right: 21px;
            }

                .blog-details-desc .article-content .entry-meta ul li span {
                    display: inline-block;
                    color: #0b0b31;
                    font-weight: 500;
                }

                .blog-details-desc .article-content .entry-meta ul li a {
                    display: inline-block;
                    color: #747576;
                }

                    .blog-details-desc .article-content .entry-meta ul li a:hover {
                        color: #5764ec;
                    }

                .blog-details-desc .article-content .entry-meta ul li i {
                    color: #5764ec;
                    margin-right: 2px;
                }

                .blog-details-desc .article-content .entry-meta ul li::before {
                    content: '';
                    position: absolute;
                    top: 12px;
                    right: -15px;
                    width: 6px;
                    height: 1px;
                    background: #5764ec;
                }

                .blog-details-desc .article-content .entry-meta ul li:last-child {
                    margin-right: 0;
                }

                    .blog-details-desc .article-content .entry-meta ul li:last-child::before {
                        display: none;
                    }

.blog .entry .entry-meta a {
    color: #847872;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

    .blog-details-desc .article-content h3 {
        margin-bottom: 15px;
        margin-top: 25px;
        font-size: 24px;
    }

    .blog-details-desc .article-content .wp-block-gallery.columns-3 {
        padding-left: 0;
        list-style-type: none;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
            -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
            max-width: 50%;
            padding-right: 15px;
            padding-left: 15px;
        }

            .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
                margin-bottom: 0;
            }

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

    .blog .entry .entry-content blockquote p {
        color: #4d4643;
        line-height: 1.6;
        margin-bottom: 0;
        font-style: italic;
        font-weight: 500;
        font-size: 22px;
    }

    .blog .entry .entry-content blockquote::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #111;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.blog-details-desc .article-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

    .blog-details-desc .article-footer .article-tags {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        color: #747576;
    }

        .blog-details-desc .article-footer .article-tags span {
            display: inline-block;
            color: #333;
            font-size: 15px;
            margin-right: 5px;
            font-weight: 600;
        }

        .blog-details-desc .article-footer .article-tags a {
            display: inline-block;
            color: #747576;
        }

            .blog-details-desc .article-footer .article-tags a:hover {
                color: #5764ec;
                text-decoration: underline;
            }

    .blog-details-desc .article-footer .article-share {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .blog-details-desc .article-footer .article-share .social {
            padding-left: 0;
            list-style-type: none;
            text-align: right;
            margin-bottom: 0;
        }

            .blog-details-desc .article-footer .article-share .social li {
                display: inline-block;
                margin-right: 8px;
            }

                .blog-details-desc .article-footer .article-share .social li:last-child {
                    margin-right: 0px;
                }

                .blog-details-desc .article-footer .article-share .social li span {
                    display: inline-block;
                    margin-right: 5px;
                    font-weight: 600;
                    color: #747576;
                }

                .blog-details-desc .article-footer .article-share .social li a {
                    display: block;
                    color: #5764ec;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    border-radius: 50%;
                    background-color: transparent;
                    border: 1px solid #5764ec;
                    text-align: center;
                    font-size: 15px;
                }

                    .blog-details-desc .article-footer .article-share .social li a:hover {
                        color: #ffffff;
                        background-color: #5764ec;
                    }

.blog-details-desc .post-navigation {
    margin-top: 30px;
}



.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

    .blog .sidebar .sidebar-title {
        font-size: 20px;
        font-weight: 700;
        padding: 0 0 0 0;
        margin: 0 0 15px 0;
        color: #111;
        position: relative;
    }

    .blog .sidebar .sidebar-item {
        margin-bottom: 30px;
    }

    .blog .sidebar .search-form form {
        background: #fff;
        border: 1px solid #ddd;
        padding: 3px 10px;
        position: relative;
    }

        .blog .sidebar .search-form form input[type=text] {
            border: 0;
            padding: 4px;
            border-radius: 4px;
            width: calc(100% - 40px);
        }

        .blog .sidebar .search-form form button {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 15px;
            margin: -1px;
            background: #1bbd36;
            color: #fff;
            transition: 0.3s;
            border-radius: 0 4px 4px 0;
            line-height: 0;
        }

            .blog .sidebar .search-form form button i {
                line-height: 0;
            }

            .blog .sidebar .search-form form button:hover {
                background: #1ecf3b;
            }

    .blog .sidebar .categories ul {
        list-style: none;
        padding: 0;
    }

        .blog .sidebar .categories ul li + li {
            padding-top: 10px;
        }

        .blog .sidebar .categories ul a {
            color: #111;
            transition: 0.3s;
        }

            .blog .sidebar .categories ul a:hover {
                color: #074286;
            }

            .blog .sidebar .categories ul a span {
                padding-left: 5px;
                color: #b4aca8;
                font-size: 14px;
            }

    .blog .sidebar .recent-posts .post-item + .post-item {
        margin-top: 15px;
    }

    .blog .sidebar .recent-posts img {
        width: 80px;
        float: left;
    }

    .blog .sidebar .recent-posts h4 {
        font-size: 15px;
        margin-left: 95px;
        font-weight: bold;
    }

        .blog .sidebar .recent-posts h4 a {
            color: #111;
            transition: 0.3s;
        }

            .blog .sidebar .recent-posts h4 a:hover {
                color: #074286;
            }

    .blog .sidebar .recent-posts time {
        display: block;
        margin-left: 95px;
        font-style: italic;
        font-size: 14px;
        color: #b4aca8;
    }

    .blog .sidebar .tags {
        margin-bottom: -10px;
    }

        .blog .sidebar .tags ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .tags ul li {
                display: inline-block;
            }

            .blog .sidebar .tags ul a {
                color: #515151;
                font-size: 14px;
                padding: 6px 14px;
                margin: 0 6px 8px 0;
                border: 1px solid #c4c4c4;
                display: inline-block;
                transition: 0.3s;
            }

                .blog .sidebar .tags ul a:hover {
                    color: #fff;
                    border: 1px solid #074286;
                    background: #074286;
                }

                .blog .sidebar .tags ul a span {
                    padding-left: 5px;
                    color: #aaaaaa;
                    font-size: 14px;
                }