﻿/*=======================================================================done
[08] Blog Area
=========================================================================*/
h3.blog-title {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 19px;
    font-weight: bold;
}

    h3.blog-title a {
        color: #111111;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

        h3.blog-title a:hover {
            color: #1d274c;
        }

.blog-layout1 {
    margin-bottom: 30px;
}

    .blog-layout1 .item-img {
        position: relative;
        overflow: hidden;
    }

    .blog-layout1 .published-date-comment {
        padding: 12px 25px;
        left: 0;
        right: 0;
        position: absolute;
        bottom: -50px;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .blog-layout1 .published-date-comment li {
            margin-right: 30px;
            display: inline-block;
        }

            .blog-layout1 .published-date-comment li:last-child {
                margin-right: 0;
            }

            .blog-layout1 .published-date-comment li a {
                color: #ffffff;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -ms-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

                .blog-layout1 .published-date-comment li a:hover {
                    color: #1d274c;
                }

                .blog-layout1 .published-date-comment li a i {
                    margin-right: 15px;
                }

    .blog-layout1 .item-content {
        background-color: #ffffff;
        padding: 30px 25px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(202, 202, 202, 0.75);
        -moz-box-shadow: 0px 1px 0px 0px rgba(202, 202, 202, 0.75);
        box-shadow: 0px 1px 0px 0px rgba(202, 202, 202, 0.75);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .blog-layout1:hover .published-date-comment {
        bottom: 0;
        opacity: 1;
        visibility: visible;
    }

    .blog-layout1:hover .item-content {
        -webkit-box-shadow: 0px 16px 20px 0px rgba(202, 202, 202, 0.75);
        -moz-box-shadow: 0px 16px 20px 0px rgba(202, 202, 202, 0.75);
        box-shadow: 0px 16px 20px 0px rgba(202, 202, 202, 0.75);
    }

@keyframes shine {
    100% {
        left: 125%;
    }
}

.blog-layout1 figure {
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
    position: relative;
}

    .blog-layout1 figure:before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .blog-layout1 figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

.blog-layout2 {
    display: inline-block;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(202, 202, 202, 0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(202, 202, 202, 0.75);
    /*box-shadow: 0px 1px 0px 0px rgba(202, 202, 202, 0.75);*/
    box-shadow: 0px 2px 0px 0px #0075bc!important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .blog-layout2 .item-img {
        position: relative;
        overflow: hidden;
    }

        .blog-layout2 .item-img img {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 1s ease-out;
            -moz-transition: all 1s ease-out;
            -ms-transition: all 1s ease-out;
            -o-transition: all 1s ease-out;
            transition: all 1s ease-out;
        }

    .blog-layout2 .published-date-comment {
        padding: 12px 25px;
        left: 0;
        right: 0;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .blog-layout2 .published-date-comment li {
            margin-right: 30px;
            display: inline-block;
        }

            .blog-layout2 .published-date-comment li:last-child {
                margin-right: 0;
            }

            .blog-layout2 .published-date-comment li a {
                color: #ffffff;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -ms-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

                .blog-layout2 .published-date-comment li a:hover {
                    color: #1d274c;
                }

                .blog-layout2 .published-date-comment li a i {
                    margin-right: 15px;
                    color: #1d274c;
                }

    .blog-layout2 .item-content {
        background-color: #f8f8f8;
        padding: 15px 25px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .blog-layout2 .item-content .published-by {
            margin-bottom: 10px;
        }

            .blog-layout2 .item-content .published-by li {
                margin-right: 20px;
                display: inline-block;
            }

                .blog-layout2 .item-content .published-by li:last-child {
                    margin-right: 0;
                }

                .blog-layout2 .item-content .published-by li a {
                    color: #444444;
                }

                    .blog-layout2 .item-content .published-by li a span {
                        color: #1d274c;
                    }

    .blog-layout2:hover {
        -webkit-box-shadow: 0px 10px 20px 0px rgba(102, 102, 102, 0.4);
        -moz-box-shadow: 0px 10px 20px 0px rgba(102, 102, 102, 0.4);
        box-shadow: 0px 10px 20px 0px rgba(102, 102, 102, 0.4);
    }

        .blog-layout2:hover .item-img img {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

@keyframes shine {
    100% {
        left: 125%;
    }
}

.blog-layout2 figure {
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
    position: relative;
}

    .blog-layout2 figure:before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .blog-layout2 figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

.single-blog .item-img {
    position: relative;
    margin-bottom: 30px;
}

    .single-blog .item-img:before {
        opacity: 0;
        visibility: hidden;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        content: "";
        position: absolute;
        z-index: 1;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .single-blog .item-img:hover:before {
        opacity: 1;
        visibility: visible;
    }

.single-blog .published-date-comment {
    padding: 12px 25px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 2;
}

    .single-blog .published-date-comment li {
        margin-right: 30px;
        display: inline-block;
    }

        .single-blog .published-date-comment li:last-child {
            margin-right: 0;
        }

        .single-blog .published-date-comment li a {
            color: #ffffff;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

            .single-blog .published-date-comment li a:hover {
                color: #1d274c;
            }

            .single-blog .published-date-comment li a i {
                margin-right: 15px;
                color: #1d274c;
            }

.single-blog .item-content .blog-title {
    font-size: 24px;
    font-weight: 500;
}

.single-blog .item-content .published-by {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

    .single-blog .item-content .published-by li {
        margin-right: 15px;
        display: inline-block;
        border-right: 1px solid #dcdcdc;
        padding-right: 15px;
    }

        .single-blog .item-content .published-by li:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: 0;
        }

        .single-blog .item-content .published-by li a {
            color: #444444;
        }

            .single-blog .item-content .published-by li a span {
                color: #1d274c;
            }

.single-blog blockquote {
    background: #f8f8f8;
    color: #8f8e8e;
    border: none;
    display: flex;
    font-size: 16px;
    font-style: italic;
    margin: 30px 0;
    padding: 30px 40px;
    line-height: 26px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
}

    .single-blog blockquote:before {
        font-family: 'FontAwesome';
        content: "\f10d";
        color: #1d274c;
        padding-right: 12px;
    }

.single-blog ul.tag-share {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .single-blog ul.tag-share li {
        margin-right: 10px;
        display: inline-block;
    }

        .single-blog ul.tag-share li:first-child {
            font-size: 18px;
            font-weight: 600;
            color: #111111;
            margin-bottom: 8px;
        }

        .single-blog ul.tag-share li:last-child {
            margin-right: 0;
        }

        .single-blog ul.tag-share li a {
            color: #707070;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .single-blog ul.tag-share li a:hover {
                color: #1d274c;
            }

.single-blog .blog-comments {
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
}

    .single-blog .blog-comments h2 {
        color: #111111;
        font-size: 24px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .single-blog .blog-comments ul li {
        margin-bottom: 40px;
        position: relative;
    }

        .single-blog .blog-comments ul li .comments-img {
            background-color: #f8f8f8;
        }

            .single-blog .blog-comments ul li .comments-img a {
                display: block;
            }

        .single-blog .blog-comments ul li .comments-content {
            margin-left: 30px;
        }

            .single-blog .blog-comments ul li .comments-content h3 {
                font-size: 16px;
            }

                .single-blog .blog-comments ul li .comments-content h3 a {
                    color: #1d274c;
                    -webkit-transition: all 0.5s ease-out;
                    -moz-transition: all 0.5s ease-out;
                    -ms-transition: all 0.5s ease-out;
                    -o-transition: all 0.5s ease-out;
                    transition: all 0.5s ease-out;
                }

                    .single-blog .blog-comments ul li .comments-content h3 a:hover {
                        color: #111111;
                    }

            .single-blog .blog-comments ul li .comments-content span {
                position: absolute;
                z-index: 1;
                right: 0;
                top: 0;
            }

                .single-blog .blog-comments ul li .comments-content span a {
                    color: #ffffff;
                    border-radius: 30px;
                    padding: 8px 20px;
                    display: block;
                    background: #707070;
                    font-size: 12px;
                    -webkit-transition: all 0.5s ease-out;
                    -moz-transition: all 0.5s ease-out;
                    -ms-transition: all 0.5s ease-out;
                    -o-transition: all 0.5s ease-out;
                    transition: all 0.5s ease-out;
                }

                .single-blog .blog-comments ul li .comments-content span:hover a {
                    background: #1d274c;
                }

        .single-blog .blog-comments ul li:nth-child(even) {
            padding-left: 40px;
        }

.single-blog .leave-comments h2 {
    color: #111111;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.single-blog .leave-comments .form-group {
    margin-bottom: 20px;
}

    .single-blog .leave-comments .form-group .form-control {
        border-radius: 0;
        background: #f9f9f9;
        box-shadow: none;
        border: none;
        font-size: 14px;
    }

    .single-blog .leave-comments .form-group input {
        height: 45px;
        color: #111111;
        font-weight: 500;
        padding: 0 1.5rem;
    }

    .single-blog .leave-comments .form-group textarea {
        padding: 1.5rem;
    }

        .single-blog .leave-comments .form-group input.form-control::-webkit-input-placeholder,
        .single-blog .leave-comments .form-group textarea.form-control::-webkit-input-placeholder {
            color: #707070;
        }

        .single-blog .leave-comments .form-group input.form-control::-moz-placeholder,
        .single-blog .leave-comments .form-group textarea.form-control::-moz-placeholder {
            color: #707070;
        }

        .single-blog .leave-comments .form-group input.form-control:-moz-placeholder,
        .single-blog .leave-comments .form-group textarea.form-control:-moz-placeholder {
            color: #707070;
        }

        .single-blog .leave-comments .form-group input.form-control:-ms-input-placeholder,
        .single-blog .leave-comments .form-group textarea.form-control:-ms-input-placeholder {
            color: #707070;
        }
