﻿
/**/
.bloger-wanted {
    position: relative;
    font-size: 14pt;
    background-color: #eee;
    padding: 30px 0 30px 0;
}

.blog-call {
    padding-left: 80px;
    margin-top: 0px;
    position: relative;
}

    .blog-call i {
        position: absolute;
        left: 0px;
        top: 10px;
        font-size: 60px;
        color: #ff6600;
    }

.blogs-outer {
    margin-top: 20px;
}

.blog-item {
    border: solid 1px #999;
    max-width:900px;
    /*max-height:630px;*/
    overflow:hidden;
    /*width:100%;*/
    margin: 20px 0 20px 0;
}

.blog-post {
    position: relative;
}

.blog-post-img {
    overflow: hidden;
}

    .blog-post-img img {
        width: 100%;
        transition: all 7s ease-out;
    }

.blog-post-date {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 2px 4px #333;
}

.blog-post-title {
    position: absolute;
    top: 70px;
    left: 40px;
    font-size: 36px;
    color: #fff;
    text-shadow: 2px 2px 4px #333;
}

.blog-post-description {
    position: absolute;
    bottom: 50px;
    right: 120px;
    width: 400px;
    min-height: 180px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 0px red;
}

.blog-post-description-in {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    border: solid 0px lime;
}

.blog-post-description .desc-back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 200px;
    border: solid 0px red;
    z-index: 0;
    background-color: #333;
    opacity: 0.5;
}

.blog-post-description .desc {
    position: relative;
    padding: 22px;
    font-size: 20px;
    color: #fff;
    text-shadow: 8px 4px 8px black;
    z-index: 1000;
}

.blog-post-author {
    position: absolute;
    bottom: 70px;
    left: 40px;
    width: 120px;
}

    .blog-post-author .author {
        position: relative;
        width: 100px;
        height: 1px;
    }

        .blog-post-author .author label {
            position: absolute;
            left: -20px;
            top: 110px;
            padding: 0px;
            background-color: #fff;
            color: #333;
            width: 140px;
            text-align: center;
            font-size: 10pt;
            border-radius: 8px;
        }

    .author-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: solid 3px #fff;
        overflow: hidden;
    }

        .author-img img {
            width: 100%;
        }

.blog-item a:hover .blog-post-title {
    text-decoration: underline;
}

.blog-item a:hover .blog-post-img img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .blog-post-description { display:none; }
    .author-img { display:none; }
    .blog-post-title { left:20px; }
    .blog-post-date { left:20px; }
}



/*Item*/

.main_image {
    width: 100%;
    height:auto;
}

.bpost {
    font-size: 14pt !important;
}

    .bpost img {
        width: 100%;
        height: auto;
    }

.bcat-th {
    position: relative;
    padding: 5px 30px;
    margin-right: 20px;
    background-color: #ff6600;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

    .bcat-th i {
        font-size: 20px;
        position: relative;
        left: -7px;
        top: 2px;
    }

.riba-th {
    text-align: center;
}

    .riba-th span {
        color: #999;
        font-style: italic;
    }

img.lake {
}

.riba-th img.lake {
    width: 80%;
    border-radius: 50%;
    border: solid 5px #ff6600;
}

.riba-th i.bx-water {
    font-size: 24px;
    color: #ff6600;
    position: relative;
    top: 5px;
    left: -7px;
}

.rel-blog-link2 {
    display: block;
    padding: 10px;
    border-radius: 10px;
}

    .rel-blog-link2 img {
        display: block;
        width: 140px !important;
        height: 140px !important;
        border-radius: 50%;
        margin: 10px auto;
    }

    .rel-blog-link2 label {
        font-weight: bold;
    }

    .rel-blog-link2 p {
        color: #333;
    }

    .rel-blog-link2:hover {
        background-color: #eee;
    }

.ht {
    font-size: 12pt;
    font-weight: normal;
    /*float: left;*/
    margin: 5px;
    display: inline-block;
    border: solid 1px #eee;
    padding: 3px 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color:#fff;
    color:#999;
}
    .ht i {
        font-size: 16px;
        color:#ff6600;
        position:relative;
        top:2px;
    }
.ht:hover {
    color:#333;
}
.baut {
    border-top: 3px solid #ff6600;
    padding-top: 20px;
}

.bpost-author { position:relative; min-height:50px; }
.bpost-author .author-img { border: solid 3px silver; }
.bpost-author .author-label { color:gray; position:absolute; left:150px; top:10px; }
.bpost-author .author-label label { font-weight:bold; color:#333; }
.bviews { position:relative; right:0; top:0; color:gray; letter-spacing:2px; margin-top: 20px; font-size: 10pt; }

