.aw-blog {}
/*
 * sideblocks
***************************/
    .aw-blog .sidebar .block {
        background-color: transparent;
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    .aw-blog .block-title {
        padding: 0 0 60px;
        border: 0;
    }
        .aw-blog .block-title strong {
            font-size: 26px;
            text-transform: none;
        }
        .aw-blog .block-title::before {
            content: '';
            position: absolute;
            top: 60px;
            left: 0;
            width: 53px;
            height: 2px;
            background-color: #fd5f3d;
        }

    .aw-blog .block-content {
        margin: 0;
    }

    .aw-blog .block-blog-recent {
    }
        .aw-blog .block-blog-recent li{
            margin: 0 0 30px;
            padding: 0 0 30px;
            border-bottom: 1px solid #e4e4e4;
        }
        .aw-blog .block-blog-recent .recent-img{
            float: left;
        }
        .aw-blog .block-blog-recent .recent-info{
            height:96px;
            position: relative;
            padding: 0 0 0 20px;
            overflow: hidden;
        }
        .aw-blog .block-blog-recent .recent-title{
            display: block;
            line-height: 1.2em;
            height: 3.6em;
            overflow: hidden;

            font-family: "Oswald", Arial, serif;
            font-size: 16px;
            font-weight: 700;
        }
        .aw-blog .block-blog-recent .recent-author{
            position: absolute;
            bottom: 0;
            left: 20px;
        }

    .aw-blog .block-blog-tags {
    }
        .aw-blog .block-blog-tags .tagcloud {
            margin: 0;
            padding: 0;
        }
            .aw-blog .block-blog-tags .tagcloud li {
                float: left;
                margin:0 10px 10px 0;
            }
                .aw-blog .block-blog-tags .tagcloud li a{
                    display: block;
                    line-height: 34px;
                    padding: 0 12px;
                    border: 1px solid #e4e4e4;

                    -webkit-transition-property: background, color, border;
                    -moz-transition-property: background, color, border;
                    -o-transition-property: background, color, border;
                    transition-property: background, color, border;
                }
                .aw-blog .block-blog-tags .tagcloud li a:hover{
                    color: #fff;
                    border-color: #fd5f3d;
                    background-color: #fd5f3d;
                }

.blog-top-container {
    background: #f4f4f4;
    padding: 43px 0 30px;
}
    .blog-top-container strong {
        text-transform: none;
        font-family: "Oswald", Arial, serif;
        font-size: 32px;
        font-weight: 800;
        border-bottom: 0;
    }
    .blog-top-container .top-categories {
        padding: 11px 0 0;
    }
        .blog-top-container .top-categories h5 {
            float: left;
            margin: 1px 35px 0 0;
            font-family: "Open Sans";
            font-weight: 700;
            font-size: 15px;
        }
        .blog-top-container .top-categories ul {
            overflow: hidden;
            list-style: none;
        }
        .blog-top-container .top-categories li {
            display: inline-block;
            margin-right: 35px;
        }
            .blog-top-container .top-categories li a{
                font-size: 15px;
                line-height: 100%;
                text-decoration: none;
            }



.postWrapper {
    position: relative;
    margin: 0;
    padding: 40px 0 0;
    border-left: 2px solid #e4e4e4;
    clear: both;
}
.postWrapper:first-child {
    padding-top: 0;
}

.authorWrapper {
    position: absolute;
    top: 15px;
}
.postWrapper:first-child .authorWrapper {
    top: -25px;
}
.authorImage {
    border: 10px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}
.authorName {
    margin: 0 auto;
    background-color: #fff;
    padding: 0 0 5px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

.aw-blog-read-more {
    margin-top: 40px;
}


.postTitle {
    padding: 0;
    border: 0;
}

    .postTitle h2 {
        margin: 4px 0 0;
        font-family: "Oswald", Arial, serif;
        font-size: 26px;
        font-weight: 700;
    }

    .postTitle h3 {
        font-size: 20px;
    }

.postInfo {
    border: 1px solid #e4e4e4;
    padding: 17px;
    margin: 28px 0 0;
    line-height: 20px;
}
.postDate {}
.postAuthor {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #e4e4e4;
}

.postImage {
    margin-top: 28px;
}
.postContent {
    margin-top: 40px;
    padding: 0 0 40px;
    border-bottom: 3px solid #e4e4e4;
    text-align: justify;
}

.blog-post-view {}
    .blog-post-view .postWrapper {
        margin-left: 0 !important;
        padding: 0 !important;
        border: none;
    }
        .blog-post-view .postWrapper .authorWrapper {
            top: -25px;
        }

.postDetails {
    margin: 40px 0 0;
}
    .postDetails h4 {
        display: inline;
        font-weight: 700;
        font-size: 16px;
        margin: 0 15px 0 0;
    }
    .postDetails a {
        margin: 0 10px 0 0;
    }

.postBookmarks {
    float: right;
}
    .postBookmarks h4 {
        display: none;
    }
    .postBookmarks a.bm {
        display: inline-block;
        width: 16px;
        height: 16px;
        overflow: hidden;
    }
        .postBookmarks a.bm img {
            display: block;
        }

.aw-blog .toolbar {
    margin-top: 40px;
}

.commentsWrapper {
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-top: 3px solid #e4e4e4;
}
    .commentsWrapper .postTitle{
        margin: 0 0 25px;
    }

.commentWrapper {
    padding-bottom: 25px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

    .commentDetails h4.username {
        display: inline;
        font-size: 14px;
        font-weight: 700;
    }
    .commentDetails .commentTime {
        float: right;
    }
        .commentDetails .commentTime i{
            margin: 0 15px 0 0;
            color: #fd5f3d;
        }

.postError {
    font-size: 16px;
}

.tags {
    margin: 15px 0 5px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline-block;
    margin:0 10px 10px 0;
}

.tags UL LI a{
    display: block;
    line-height: 34px;
    padding: 0 12px;
    border: 1px solid #e4e4e4;

    -webkit-transition-property: background, color, border;
    -moz-transition-property: background, color, border;
    -o-transition-property: background, color, border;
    transition-property: background, color, border;
}
.tags UL LI a:hover{
    color: #fff;
    border-color: #fd5f3d;
    background-color: #fd5f3d;
}


.tags h4 {
    display: inline;
    font-weight: 700;
    font-size: 16px;
    margin: 0 15px 0 0;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

.blog-widget-latest { margin: 0 -15px 25px}
.blog-widget-latest h2.subtitle {
    margin: 0 0 40px 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.blog-widget-latest .owl-carousel, .blog-widget-latest .owl-carousel ul {list-style: none; margin: 0; padding: 0 }
.blog-widget-latest .owl-carousel li { margin: 0; padding: 0 15px}
.blog-widget-latest .owl-carousel p { margin: 0 }

.blog-widget-latest .postTitle {margin: 25px 0}
.blog-widget-latest .postTitle h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0;
}
.blog-widget-latest .postTitle a { text-decoration: none}
.blog-widget-latest .postContent  {
    margin: 15px 0 0;
    padding: 0;
    border: 0;
    text-align: left;
}
.blog-widget-latest .read-more {
    margin: 15px 0 0;
}
.blog-widget-latest .recent-img {
    display: block;
    overflow: hidden;
}
.blog-widget-latest .recent-img:hover {}
.blog-widget-latest .recent-img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*
* animation
**********************/
.blog-widget-latest .owl-buttons,
.blog-widget-latest .owl-controls .owl-page span,
.blog-widget-latest .owl-controls div.owl-prev i,
.blog-widget-latest .owl-controls div.owl-next i {
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}
.blog-widget-latest .recent-img:hover img {
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.blog-widget-latest .recent-img img {
    -webkit-transition-duration: 1.4s;
    -moz-transition-duration: 1.4s;
    -ms-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s;
}


/*
* responsive
**********************/
@media (max-width: 1199px){
    .blog-widget-latest .postAuthor {
        margin: 0;
        padding: 0;
        border: 0;
        display: block;
    }
}
@media (max-width: 991px){
    .blog-widget-latest .postInfo  {
        border: 0;
        padding: 0;
    }
    .blog-widget-latest .postContent {
        display: none;
    }
}

@media (max-width: 768px){
    .blog-top-container .top-categories h5 {
        float: none;
        margin-bottom: 10px;
    }

    .authorWrapper { display: none}
    .postWrapper {
        margin-left: 0 !important;
        padding-left: 0 !important;
        border: none;
    }
}

@media (max-width: 600px){
    .postAuthor {
        margin: 0;
        padding-left: 0;
        border: none;
        white-space: nowrap;
    }
    .postBookmarks {
        float: none;
        margin: 10px 0 0;
    }

	.blog-widget-latest .postInfo,
	.blog-widget-latest .postContent {
		display: none;
	}
}