﻿.aw-blog-read-more {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ff4081;
    display: inline-block;
    padding: 10px 18px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: 0;
    font-size: 15px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.aw-blog-read-more span {
    z-index: 9;
    position: relative
}

.aw-blog-read-more:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #ff0d5f;
    z-index: 2
}

.aw-blog-read-more:hover {
    background: #ff0d5f;
    cursor: pointer
}

.aw-blog-read-more:hover::after {
    height: 100%
}

.aw-blog-read-more:active::after {
    background: #d9004a
}

.aw-blog-read-more:focus {
    color: #fff;
    background: #d9004a
}

.aw-blog-read-more {
    background: #eee;
    color: #333;
    text-shadow: none
}

.aw-blog-read-more:not(a)::after {
    background: #e1e1e1
}

.aw-blog-read-more:hover {
    background: #e1e1e1;
    cursor: pointer;
    color: #333
}

.aw-blog-read-more:active {
    color: #333
}

.aw-blog-read-more:active::after {
    background: #d4d4d4
}

.aw-blog-read-more:focus {
    background: #d4d4d4;
    color: #333;
    outline: none
}

.aw-blog-read-more:hover {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.28);
    border-left-color: rgba(0, 0, 0, 0.2)
}

.aw-blog-read-more:hover {
    z-index: 999
}

.theme-border,
.table-bordered {
    border-top: solid 2px #ff4081
}

.theme-color {
    color: #ff4081
}

.title-border,
.postWrapper .postTitle.page-title,
.postWidget .postTitle.page-title {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px !important;
    margin-bottom: 40px !important
}

@media only screen and (max-width: 767px) {
    .title-border,
    .postWrapper .postTitle.page-title,
    .postWidget .postTitle.page-title {
        margin-bottom: 15px !important;
        padding-bottom: 10px !important
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #ff4081;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.blog-list>li:not(.last) {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dfdfdf
}

.blog-index-list .toolbar .sorter .dropdown {
    width: 200px
}

.postWidget .postImage {
    margin-bottom: 20px
}

.postWidget .postImage:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.postWrapper,
.postWidget {
    clear: both
}

.postWrapper .postImage img,
.postWidget .postImage img {
    max-width: 100%
}

.postWrapper .postTitle,
.postWidget .postTitle {
    margin-bottom: 11px
}

.postWrapper .postTitle h2,
.postWidget .postTitle h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase
}

.postWrapper .postTitle h2 a,
.postWidget .postTitle h2 a {
    color: #ff4081
}

.postWrapper .postTitle h2 a:hover,
.postWidget .postTitle h2 a:hover {
    color: #717171
}

.postWrapper .postTitle h3,
.postWidget .postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px
}

.postWrapper .postTitle.page-title h2,
.postWidget .postTitle.page-title h2 {
    font-size: 44px;
    font-weight: 300;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .postWrapper .postTitle.page-title h2,
    .postWidget .postTitle.page-title h2 {
        font-size: 20px
    }
}

.postWrapper .postDetails,
.postWidget .postDetails {
    padding: 0 0 20px;
    color: #333
}

.postWrapper .postDetails>span,
.postWidget .postDetails>span {
    margin-right: 20px;
    color: #333
}

.postWrapper .postDetails>span::before,
.postWidget .postDetails>span::before {
    font-size: 18px;
    color: #ff4081
}

.postWrapper .postDetails a,
.postWidget .postDetails a {
    color: #333
}

.postWrapper .postDetails a:hover,
.postWidget .postDetails a:hover {
    color: #ff4081
}

.postWrapper .postContent,
.postWidget .postContent {
    line-height: 1.714em
}

.postWrapper .commentDetails>span,
.postWrapper .postDetails>span,
.comments-section .commentDetails>span,
.comments-section .postDetails>span {
    margin-right: 20px;
    color: #333
}

.postWrapper .commentDetails>span::before,
.postWrapper .postDetails>span::before,
.comments-section .commentDetails>span::before,
.comments-section .postDetails>span::before {
    font-size: 18px;
    color: #ff4081
}

.postWrapper .commentDetails .postDetails-date::before,
.postWrapper .postDetails .postDetails-date::before,
.comments-section .commentDetails .postDetails-date::before,
.comments-section .postDetails .postDetails-date::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    padding-right: 7px
}

.postWrapper .commentDetails .postDetails-coment::before,
.postWrapper .postDetails .postDetails-coment::before,
.comments-section .commentDetails .postDetails-coment::before,
.comments-section .postDetails .postDetails-coment::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.postWrapper .commentDetails .postDetails-tags::before,
.postWrapper .postDetails .postDetails-tags::before,
.comments-section .commentDetails .postDetails-tags::before,
.comments-section .postDetails .postDetails-tags::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.postWrapper .commentDetails .postDetails-user::before,
.postWrapper .postDetails .postDetails-user::before,
.comments-section .commentDetails .postDetails-user::before,
.comments-section .postDetails .postDetails-user::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""
}

.postWrapper .commentDetails>span.postDetails-user,
.comments-section .commentDetails>span.postDetails-user {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    display: block
}

.postWrapper .commentDetails>span.postDetails-user::before,
.comments-section .commentDetails>span.postDetails-user::before {
    display: none
}

.post-container .postDetails {
    text-align: center;
    padding-bottom: 40px
}

.post-container .postImage {
    margin-bottom: 30px
}

.top-toolbar .toolbar .pages {
    display: none
}

.bottom-toolbar {
    overflow: hidden;
    margin-top: 30px
}

.bottom-toolbar .toolbar {
    float: left
}

.bottom-toolbar .toolbar .sorter,
.bottom-toolbar .toolbar .count-container {
    display: none
}

.comments-section {
    border-top: solid 2px #dfdfdf;
    padding-top: 40px;
    margin-top: 40px
}

.comments-section .comments-container .commentWrapper {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dfdfdf
}

.comments-section .comments-container .commentWrapper:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

#postComment {
    border-top: solid 2px #dfdfdf;
    padding-top: 40px
}

#postComment p.required {
    margin: 10px 0
}

#postComment .input-box input,
#postComment textarea {
    width: 50%;
    max-width: 50%
}

@media only screen and (max-width: 767px) {
    .postWrapper .postImage {
        margin-bottom: 15px
    }
    .postWrapper .postTitle h2 {
        font-size: 18px
    }
    #postComment .input-box input,
    #postComment textarea {
        width: 100%;
        max-width: 100%
    }
}

.postContent {
    overflow: hidden
}

.postDetails a:hover,
.postDetails-tags li a:hover {
    color: #000
}

.postDetails i {
    margin-right: 3px
}

.aw-blog-read-more {
    display: table;
    margin-top: 20px
}

.aw-blog-read-more span {
    position: relative
}

.postBookmarks {
    padding-bottom: 10px
}

.postBookmarks h4 {
    font-size: 12px;
    font-weight: bold
}

.commentWrapper:after {
    content: "";
    display: table;
    clear: both
}

.commentWrapper i {
    font-size: 16px;
    margin-right: 5px
}

.commentContent {
    padding-bottom: 0px
}

.commentDetails {
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase
}

.commentDetails .postDetails-user {
    margin-right: 10px
}

.commentDetails h4.username {
    display: inline
}

.postError {
    font-size: 16px
}

.postDetails-tags h4 {
    display: none
}

.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: 5px 9px
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px
}

.block-blog .menu-categories UL LI {
    margin-left: 10px
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
    margin-bottom: 5px
}

.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
}

.block-blog .block-subtitle,
.menu-tags h5 {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000
}

.postWrapper .poster {
    display: inline
}

.input-box.aw-blog-comment-area {
    width: 100%
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px
}

.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important
}

.blog-bg {
    padding-top: 60px;
    margin-bottom: 30px
}

.widget-latest-title {
    margin-bottom: 16px
}

.widget-latest-title a {
    font-size: 16px;
    line-height: 25px;
    color: #333333
}

.widget-latest-title a:hover {
    color: #ff4081
}

.blog-bg .postContent {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin-bottom: 28px
}

.blog-bg .postContent img {
    position: relative;
    margin-right: 0 !important;
    float: none !important;
    max-width: 100%
}

.widget-latest-details {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0 11px
}

.widget-latest-details,
.widget-latest-details a {
    font-size: 13px;
    font-weight: 300;
    color: #333333
}

.widget-latest-details .widget-latest-data,
.widget-latest-details .widget-latest-comment {
    margin: 5px 10px 5px 0;
    padding-right: 12px;
    border-right: 1px solid #e5e5e5;
    display: inline-block
}

.widget-latest-details i {
    margin-right: 5px;
    font-size: 20px;
    color: #d6d6d6
}

.widget-latest-details .widget-latest-comment:hover {
    color: #fe3c3c
}

#empty-blog span::before {
    font-family: 'material-design';
    content: '\e06a';
    font-size: 32px;
    color: #a50000;
    vertical-align: middle;
    padding-right: 15px
}

@media only screen and (min-width: 992px) and (max-width: 1420px) {
    .widget-latest-details i {
        font-size: 13px;
        margin-right: 3px
    }
    .widget-latest-details .widget-latest-data,
    .widget-latest-details .widget-latest-comment,
    .widget-latest-details,
    .widget-latest-details a {
        font-size: 11px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget-latest-title a {
        font-size: 16px;
        line-height: 20px
    }
    .widget-latest-details {
        padding-top: 3px
    }
    .widget-latest-details .widget-latest-data,
    .widget-latest-details .widget-latest-comment {
        display: block;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 8px
    }
}

@media only screen and (max-width: 767px) {
    .widget-latest .grid-clol-6 .col-item3 {
        width: 100%
    }
    .widget-latest .postContent img {
        width: 100%
    }
}

.blog-line {
     width:100%;
     height:20px;
     margin-bottom:30px;
     border-bottom: 2px solid gray;

 }