#post-header.page-header {
    padding-top: 120px
}
#post-header.page-header h1 {
    color: #fff
}
.post {
    margin-bottom: 40px
}
.post .post-img {
    display: block;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}
.post .post-img:hover,
.post .post-img:focus {
    opacity: .9
}
.post .post-img>img {
    width: 100%
}
.post .post-meta {
    margin-top: 15px;
    margin-bottom: 15px
}
.post-meta .post-category {
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 2px;
    margin-right: 15px;
    color: #fff;
    background-color: #212631;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}
.post-meta .post-category:hover,
.post-meta .post-category:focus {
    text-decoration: none;
    opacity: .9
}
.post-meta .post-category.cat-1 {
    background-color: #4bb92f
}
.post-meta .post-category.cat-2 {
    background-color: #ff8700
}
.post-meta .post-category.cat-3 {
    background-color: #8d00ff
}
.post-meta .post-category.cat-4 {
    background-color: #0078ff
}
.post-meta .post-date {
    font-size: 13px;
    font-weight: 600
}
.post .post-title {
    font-size: 18px;
    margin-bottom: 0
}
.post.post-thumb {
    position: relative
}
.post.post-thumb .post-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 38, 49, .3)), to(transparent));
    background: linear-gradient(to top, rgba(33, 38, 49, .3) 0%, transparent 100%)
}
.post.post-thumb .post-body {
    position: absolute;
    bottom: 0;
    padding: 20px 15px
}
.post.post-thumb .post-meta .post-date {
    color: #eceef2
}
.post.post-thumb .post-title {
    font-size: 22px
}
.post.post-thumb .post-title>a {
    color: #fff
}
.post.post-widget:after {
    content: '';
    display: block;
    clear: both
}
.post.post-widget .post-img {
    width: 90px;
    float: left;
    margin-right: 15px
}
.post.post-widget .post-img img {
    width: 100%
}
.post.post-widget .post-title {
    font-size: 18px
}
.post.post-row:after {
    content: '';
    display: block;
    clear: both
}
.post.post-row .post-img {
    width: 40%;
    float: left
}
.post.post-row .post-body {
    margin-left: calc(40% + 30px)
}
.post.post-row .post-meta {
    margin-top: 0
}
.post.post-row .post-title {
    margin-bottom: 15px
}
.sticky-container {
    position: relative;
    padding-left: 80px
}
.sticky-container .sticky-shares {
    position: absolute;
    top: 0;
    left: 0
}
.sticky-shares a {
    display: block;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fbfbfd;
    color: #a7b3c6;
    border: 1px solid #eceef2;
    -webkit-transition: .2s all;
    transition: .2s all
}
.sticky-shares a:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}
.sticky-shares a.share-facebook:hover {
    color: #3b5998;
    border-color: #3b5998
}
.sticky-shares a.share-twitter:hover {
    color: #55acee;
    border-color: #55acee
}
.sticky-shares a.share-google-plus:hover {
    color: #dd4b39;
    border-color: #dd4b39
}
.sticky-shares a.share-pinterest:hover {
    color: red;
    border-color: red
}
.sticky-shares a.share-linkedin:hover {
    color: #007bb5;
    border-color: #007bb5
}
.post-author .media .media-left {
    padding-right: 40px
}
.post-author .media .media-left .media-object {
    width: 120px;
    border-radius: 50%
}
.post-author .author-social {
    margin-top: 15px
}
.post-author .author-social li {
    display: inline-block;
    margin-right: 5px
}
.post-author .author-social li>a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #a7b3c6;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}
.post-author .author-social li>a:hover,
.post-author .author-social li>a:focus {
    color: #fff;
    opacity: .9
}
.post-comments .media {
    padding-top: 15px;
    border-top: 1px solid #eceef2
}
.post-comments .media:nth-child(1) {
    padding-top: 0;
    border-top: none
}
.post-comments .media .media-left {
    padding-right: 15px
}
.post-comments .media .media-left .media-object {
    width: 70px;
    border-radius: 50%
}
.post-comments .media .media-body .media-heading h4 {
    text-transform: capitalize
}
.post-comments .media .media-body .media-heading .time {
    font-size: 13px;
    margin-right: 15px;
    color: #a7b3c6
}
.post-comments .media .media-body .media-heading .reply {
    font-size: 13px;
    color: #a7b3c6;
    -webkit-transition: .2s color;
    transition: .2s color
}
.post-comments .media .media-body .media-heading .reply:hover,
.post-comments .media .media-body .media-heading .reply:focus {
    color: #212631;
    text-decoration: none
}
.post-body > .post-title a {
    color: #212631;
    font-weight: bold;
}

/** WIDGET **/
.aside-widget {
    margin-bottom: 40px
}
.category-widget ul li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eceef2
}
.category-widget ul li+li {
    margin-top: 10px
}
.category-widget ul li>a {
    display: block;
    -webkit-transition: .2s color;
    transition: .2s color
}
.category-widget ul li>a>span {
    float: right;
    color: #fff;
    background-color: #212631;
    padding: 0 5px;
    font-weight: 600;
    border-radius: 2px
}
.category-widget ul li>a.cat-1>span {
    background-color: #4bb92f
}
.category-widget ul li>a.cat-2>span {
    background-color: #ff8700
}
.category-widget ul li>a.cat-3>span {
    background-color: #8d00ff
}
.category-widget ul li>a.cat-4>span {
    background-color: #0078ff
}
.category-widget ul li>a:hover,
.category-widget ul li>a:focus {
    text-decoration: none
}
.category-widget ul li>a.cat-1:hover,
.category-widget ul li>a.cat-1:focus {
    color: #4bb92f
}
.category-widget ul li>a.cat-2:hover,
.category-widget ul li>a.cat-2:focus {
    color: #ff8700
}
.category-widget ul li>a.cat-3:hover,
.category-widget ul li>a.cat-3:focus {
    color: #0078ff
}
.category-widget ul li>a.cat-4:hover,
.category-widget ul li>a.cat-4:focus {
    color: #8d00ff
}
.tags-widget ul li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px
}
.tags-widget ul li a {
    display: block;
    color: #fff;
    background-color: #212631;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}
.tags-widget ul li a:hover,
.tags-widget ul li a:focus {
    opacity: .9;
    color: #fff;
    text-decoration: none
}
.archive-widget ul li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eceef2
}
.archive-widget ul li+li {
    margin-top: 10px
}
.archive-widget ul li>a {
    display: block
}
@media only screen and (max-width:767px) {
    .page-header h1 {
        font-size: 28px
    }

    .post.post-row .post-img {
        width: 100%;
        float: none
    }

    .post.post-row .post-body {
        margin-left: 0
    }

    .post.post-row .post-meta {
        margin-top: 15px
    }

    .post.post-row .post-body p {
        display: none
    }
}

@media only screen and (max-width: 1199px) {
    .featured-post-body .post-meta {
        display: none;
    }
}


/**  section **/
.section{
    padding-top:40px
}
.section.section-grey{
    background-color:#fbfbfd;
    border-bottom:1px solid #eceef2;
    border-top:1px solid #eceef2
}
.section .section-title{
    margin-bottom:40px
}
.section .section-title h2{
    text-transform:capitalize;
    font-size:28px
}
.section-row{
    margin-bottom:40px
}


/** theme overwrite **/
.masthead {
    background-image: none !important;
    padding-bottom: 0px !important;
    color: #6c757d !important;
}
header.masthead .intro-text {
    padding-top: 55px !important;
    padding-bottom: 0px !important;
}
.aside-ul {
    padding-left: 0px !important;
}
.aside-ul a {
    color: black;
}

/** single psot **/
blockquote.blockquote {
    position: relative;
    border-left: 0;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 20px;
}
blockquote.blockquote:before {
    content: "``";
    font-family: "Nunito Sans", sans-serif;
    display: block;
    position: absolute;
    left: -5px;
    top: 5px;
    font-size: 240px;
    line-height: 200px;
    color: #eceef2;
    letter-spacing: -30px;
    z-index: -2;
}
figure {
    margin: 0;
    display: block;
}
figure.figure-img {
    /*margin-bottom: 20px;*/
}
figure.figure-img figcaption {
    padding-top: 5px;
    font-size: 13px;
    font-weight: 600;
}
figure.figure-img {
    /*margin-bottom: 20px;*/
}
figure.figure-img figcaption {
    padding-top: 5px;
    font-size: 13px;
    font-weight: 600;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.figure-img img {
    display: block;
    max-width: 100%;
    height: auto;
}
.figure-img {
    padding: 5px;
    text-align: center;
}
/** stiky single post social **/
.sticky-container {
    position: relative;
    padding-left: 80px;
}
.sticky-container .sticky-shares {
    position: absolute;
    top: 0;
    left: 0;
}
.sticky-shares a {
    display: block;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fbfbfd;
    color: #a7b3c6;
    border: 1px solid #eceef2;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.sticky-shares a:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.sticky-shares a.share-facebook:hover {
    color: #3b5998;
    border-color: #3b5998;
}
.sticky-shares a.share-twitter:hover {
    color: #55acee;
    border-color: #55acee;
}
.sticky-shares a.share-google-plus:hover {
    color: #dd4b39;
    border-color: #dd4b39;
}
.sticky-shares a.share-pinterest:hover {
    color: red;
    border-color: red;
}
.sticky-shares a.share-linkedin:hover {
    color: #007bb5;
    border-color: #007bb5;
}
.sticky-shares a {
     display: block;
     margin-bottom: 10px;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     border-radius: 50%;
     background-color: #fbfbfd;
     color: #a7b3c6;
     border: 1px solid #eceef2;
     -webkit-transition: .2s all;
     transition: .2s all;
 }
.post-shares {
    position: fixed;
    top: 80px;
    left: 382.5px;
}
.post-widget a {
    color: #212631;
}
.post-meta-title {
    color: #fff;
}

.gradientback{
    width:100%;
    background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.intro-text > .post-meta > .post-date {
    color: #fff;
}
.blur-text {
    color: transparent !important;
    text-shadow: 0 0 8px #000;
}
.blur-image {
    filter: blur(8px) !important;
    -webkit-filter: blur(8px) !important;
}
.tag-a:hover {
    text-decoration-color: #fff !important;
}
.jq-marquee ul {
    list-style: none !important;
}

.figure-img {
    width: 30% !important;
}
.text-xs-tag {
    font-size: .75rem;
}
.cancel-reply {
    cursor: pointer;
}
.cancel-reply:hover {
    color: #dc3545 !important;
}
.delete-reply{
    text-decoration: none !important;
    font-size: 11px;
    font-weight: bold;
}
