.postWrapper .page-title h3 {
    margin-bottom: 0.5em;
}
.postWrapper {
    padding-bottom: 25px;
    background-color: #fff;
    text-align: left;
    padding: 30px;
    border: solid 1px rgba(0,0,0,.1);
    width: calc(50% - 82px);
    margin: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 6px;
}
.postWrapper .user {
    color: rgba(0,0,0,0.5);
    margin-bottom: 3.6em;
    padding-top: 0;
}
.postWrapper .user i {
    font-size: 14px;
    line-height: 17px;
    margin-right: 9px;
}
.postWrapper h3 {
    margin-bottom: 1.8em;
}
.postWrapper h3 a {
    font-size: 18px;
    color: rgba(0,0,0,0.8);
    margin-bottom: 20px;
    font-weight: normal;
}
.postWrapper h3 a:hover{
    text-decoration: none;
}
.postWrapper .post-date {
    color: rgba(0,0,0,0.5);
    display: block;
    margin-right: 0;
    width: 100%;
    padding: 0;
    border: none;
    float: none;
}
.postWrapper .postContent p {
    font-size: 13px;
    line-height: 25px;
    color: rgba(0,0,0,0.5);
}
.postWrapper .postContent .truncated {
    overflow: hidden;
    margin-bottom: 1.3em;
    height: 4.84em;
}
.postWrapper .comments,
.postWrapper .comments a {
    color: rgba(0,0,0,0.5);
    display: block;
    margin-right: 0;
    width: 100%;
    padding: 0;
    border: none;
    float: none;
    font-size: 11px;
    margin-bottom: 0;
}
.postWrapper .comments i {
    margin-top: 1px;
    margin-right: 3px;
    font-size: 14px;
}
.postWrapper .inner-wrapper .postContent p.truncated,
.postWrapper .inner-wrapper > *:not(.postContent) {
    z-index: 1;
    position: relative;
}
.postWrapper .postContent p:not(.truncated) {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 0;
    padding: 0;
}
.postWrapper .postContent p:not(.truncated) a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffd800;
    opacity: 0.9;
}
.postWrapper .postContent p:not(.truncated) a img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    min-height: 100%;
    min-width: 100%;
    width: auto;
}
.postWrapper:hover .postContent p:not(.truncated) a,
.postWrapper:hover .postContent p:not(.truncated) {
    opacity: 1;
}
.postWrapper.first {
    width: calc(100% - 82px);
}
.postWrapper.first .inner-wrapper {
    padding-left: calc(50% + 20px);
    position: static;
}
.postWrapper.first .inner-wrapper:after {
    content: "\f005";
    font-family: FontAwesome;
    position: absolute;
    left: calc(50% - 60px);
    top: 20px;
    font-size: 27px;
    color: #f7b84c;
}
.postWrapper.first .post-info .post-icon {
    opacity: 0;
}
.postWrapper.first .postContent p:not(.truncated) a > img {
    min-width: calc(50% - 10px);
    height: 100%;
}
.postWrapper.first .postContent p:not(.truncated):before {
    content: '';
    position: absolute;
    width: calc(50% + 10px);
    height: calc(100%);
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    background-color: #fff;
    z-index: 1;
}
.postWrapper.first .postContent p:not(.truncated) {
    opacity: 1;
}
.postWrapper.first .postContent p:not(.truncated) a:after {display: none;}


.postTitle {
    border:none;
    margin: 0 0 7px 0;
    padding: 0;
}

.postTitle h3 {
    color: #222;
    font-size: 2.5em;
    font-weight: bold;
}

.postTitle h3 a {
    color: #222;
}

.post-date {
    float: right;
    color: #222;
    font-size: 1.09em;
    margin: 0 0 7px 0;
}

.postContent {
    padding-top: 10px;
    padding-bottom: 10px;
}
.postContent p {
    padding-bottom: 10px;
}

a.aw-blog-read-more {
    margin: 10px 0 0 0;
    display: inline-block;
    line-height: 29px;
    font-size: .75em;
    text-transform: uppercase;
    font-weight: bold; 
    color: #aaa;
    padding: 0 18px;
    white-space: nowrap;
    border: solid 4px #eee;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a.aw-blog-read-more:hover{color:#fff;}

.postDetails {
    float: left;
    color: rgba(0,0,0,0.8);
}
.postDetails a:not(:hover),
.tags a:not(:hover) {
    color: rgba(0,0,0,0.5);
}

.blog-post-view .form-wrapper {width: auto;}
.postBookmarks {
    padding-bottom: 10px;
}
.postBookmarks a {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    padding: 5px 3px;
    display: inline-block;
}
.postPage p {
    color: rgba(0,0,0,0.5);
    font-size: 1.1em;
    line-height: 2em;
}
.postPage p img {
    margin-bottom: 1em;
}
.postPage .page-title h3,
.postPage + .page-title h4 {margin-bottom: 0;}
.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}
.blog-post-view .toolbar { display: none; }

.form-wrapper {
    width: 70%;
}
.form-wrapper .input-box{
    padding-bottom: 8px;
}

.commentWrapper {
    padding: 15px;
}
.commentWrapper.even {
    background: #f1f1f1;
    padding: 15px;
    margin-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    color: #222;
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    margin: 0 0 5px 0;
    font-size: 1.4em;
    color: #222;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 0;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 1.2em;
    color: rgba(0,0,0,0.8);
}

.block-blog .menu-tags ul li {
    display: inline-block;
    padding: 2px;
}
.block-blog .menu-tags ul li:not(:first-of-type) {
    margin-left: 10px;
}

.block-blog li {
    width: auto;
    overflow: hidden;
 }
.block-blog li a {color: rgba(0,0,0,0.5); padding: .2em 5px .2em 0; display: inline-block; font-size: 14px;}
.block-blog li a:hover { color: #222 !important;}
.block-blog li:first-child {border-top: none;}

.block-blog .menu-recent,
.block-blog .menu-categories {
    margin-bottom: 1em;
}
.block-blog .menu-recent ul li:not(:last-of-type),
.block-blog .menu-categories ul li:not(:last-of-type) {
    border-bottom: 1px dotted rgba(0,0,0,0.1);
}
.block-blog .menu-recent ul li a,
.block-blog .menu-categories ul li a {
    padding: 8px 0;
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

aside.sidebar .block.block-blog {background-color: #f5f5f5; padding: 1.5em 20px;}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest ul{
	list-style-type: none;
	margin: 0;
}
.widget-latest li {
    color: #888;
    font-size: 1em;
    padding: 0 0 1.5em;
	position: relative;
}
.widget-latest li:first-child{
	border-top: none;
}
.widget-latest li:first-child{
	margin-left: 0;
	clear: left;
}
.widget-latest li:nth-of-type(4n+4){
	margin-right: 0;
}
.widget-latest li h3{margin-bottom: 1.09em;}
.widget-latest li h3 a{
	color:#222;
	padding:0;
	font-size: 1.09em;
	font-weight: normal;
}

.widget-latest li .info-box{
	border-bottom: 1px solid #ddd;
	padding:1em 0;
	margin-bottom: 1.16em;
}
.widget-latest li .post-date,
.widget-latest li .comments{
	float: left;
	margin: 0;
	color:#aaa;
	font-size: 0.91em;
}
.widget-latest li .comments a{color:#aaa;}
.widget-latest li .post-date{
	border-right: 1px solid #e4dcd9;
	padding-right: 20px;
	margin-right: 20px;
}
.widget-latest li .post-date i,
.widget-latest li .comments i{
	margin-top: 2px;
	margin-right: 10px;
	font-size: 1.25em;
}
.widget-latest li .comments i{margin-top: 1px; margin-right: 3px;}
.widget-latest li .postContent{
	padding:0 0 4px;
	border-bottom: 1px solid #ddd;
}
.widget-latest li .postContent p{
	margin: 0;
	padding:0 0 0.75em;
	font-size: 0.91em;
}

.widget-latest li .postContent .truncated{
	height: 4.54em;
	overflow: hidden;
	position: relative;
}

.widget-latest li button{margin-right: 20px;}
.widget-latest li .user{
	display: inline-block;
	color:#aaa;
	font-size: 0.91em;
	padding-top: 0.81em;
}
.widget-latest li .user i{
	font-size: 1.3em;
	line-height: 1.2em;
	margin-right: 9px;
}


.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

.widget-latest.slider-container .widget-slider li.item {width: 25%; margin: 0;}
.widget-latest.slider-container .widget-slider li.item .indent {padding-left: 10px; padding-right: 10px;}

@media only screen and (min-width: 1375px) {
    
}
@media only screen and (min-width: 978px) {

}
@media only screen and (min-width: 1008px) and (max-width: 1374px) {

}
@media only screen and (min-width: 768px) and (max-width: 1007px) {
    .postWrapper {padding: 20px; width: calc(50% - 62px);}
    .postWrapper.first {width: calc(100% - 62px);}
}
@media only screen and (max-width: 767px) {
    .postWrapper {padding: 20px; width: auto;}
    .postWrapper .user {margin-bottom: 2.5em;}
    .postWrapper.first {width: auto;}
    .postWrapper.first .postContent p:not(.truncated) {bottom: auto; right: 0;}
    .postWrapper.first .inner-wrapper:after {left: auto; right: 30px;}
    .postWrapper.first .postContent p:not(.truncated) a img {position: static; height: auto; width: 100%;}
    .postWrapper.first .inner-wrapper {padding-left: 0; padding-top: 90%;}
    .postWrapper.first .postContent p:not(.truncated):before,
    .postWrapper.first .postContent p:not(.truncated):before {top: 100%; width: 100%; left: 0;}
    .blog-post-view .form-wrapper textarea {width: 90%;}
}