/*
    Post Layout css
*/

/* Style 01 */

.xg-single-news-post-item-1 {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.xg-single-news-post-item-1 .post-thumbnail {
    position: relative;
    overflow: hidden;
}

.xg-single-news-post-item-1 .post-thumbnail img {
    width: 100%;
    height: auto;
}

.xg-single-news-post-item-1 .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.30s ease;
}

.xg-single-news-post-item-1:hover .hover {
    opacity: 1;
}

.xg-single-news-post-item-1 .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
}

.xg-single-news-post-item-1 .post-link li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}

.xg-single-news-post-item-1 .post-link li a {
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
}

.xg-single-news-post-item-1 .post-link li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fd79a8;
    border-color: #fd79a8;
}

.xg-single-news-post-item-1 .post-date {
    position: absolute;
    top: 10%;
    left: 4%;
}

.xg-single-news-post-item-1 .date {
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #333;
    width: 100%;
    padding-top: 7px;
}

.xg-single-news-post-item-1 .month {
    display: block;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    background: #fd79a8;
    height: 35px;
}

.xg-single-news-post-item-1 .post-content {
    padding: 30px;
}

.xg-single-news-post-item-1 .post-title {
    margin: 0 0 15px 0;
}

.xg-single-news-post-item-1 .post-title a {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.xg-single-news-post-item-1 .post-title a:hover {
    text-decoration: none;
    color: #fd79a8;
}

.xg-ingle-news-post-item-1 .post-description {
    font-size: 16px;
    line-height: 26px;
    color: #505050;
}

.xg-single-news-post-item-1 .read-more {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
    margin-top: 10px;
    display: inline-block;
}

.xg-single-news-post-item-1 .read-more:hover {
    text-decoration: none;
    color: #fd79a8;
}

.xg-single-news-post-item-1 .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #fd79a8;
    transition: all 0.30s ease;
}

.xg-single-news-post-item-1 .read-more:hover:after {
    width: 100%;
}

@media only screen and (max-width: 479px) {
    .xg-single-news-post-item-1 .month {
        font-size: 14px;
    }

    .xg-single-news-post-item-1 .date {
        font-size: 14px;
    }
}

/* Style 02 */

.xg-single-news-post-item-02 .thumb {
    position: relative;
}

.xg-single-news-post-item-02 .thumb .tags {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 8px 15px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 10px;
    padding-top: 10px;
    padding-bottom: 6px;
    background-color: #E91E63;
    color: #fff;
}

.xg-single-news-post-item-02 .thumb .tags a {
    color: #fff;
}

.xg-single-news-post-item-02 .xg-content .post-title a {
    font-size: 20px;
    font-weight: 600;
    color: #313131;
    transition: .3s ease;
    display: block;
    margin-bottom: 15px;
}

.xg-single-news-post-item-02 .xg-content {
    padding: 20px;
}

.xg-single-news-post-item-02 {
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.xg-single-news-post-item-02 .thumb img {
    width: 100%;
}

.xg-single-news-post-item-02 .xg-content .post-meta {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.xg-single-news-post-item-02 .xg-content .post-meta li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.xg-single-news-post-item-02 .xg-content .post-meta li a {
    color: #F21E61;
}

.xg-single-news-post-item-02 .xg-content .post-title {
    margin-bottom: 0;
}

.xg-single-news-post-item-02 .post-description {
    color: #616161;
}

.xg-single-news-post-item-02 .xg-content .post-title a:hover {
    color: #F21E61;
}

/* Style 03 */

.xg-single-news-post-item-03 .xg-content .post-meta {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.xg-single-news-post-item-03 .xg-content {
    padding: 30px;
}

.xg-single-news-post-item-03 .xg-content .post-meta li {
    list-style: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.xg-single-news-post-item-03 .xg-content .post-meta li a {
    color: #388E3C;
}

.xg-single-news-post-item-03 .xg-content .post-title a {
    font-size: 22px;
    font-weight: 600;
    color: #313131;
    display: block;
    margin-bottom: 15px;
}

.xg-single-news-post-item-03 .xg-content .post-description {
    color: #616161;
    font-size: 16px;
    line-height: 25px;
}

.xg-single-news-post-item-03 .xg-content .read-more {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 10px 15px;
    margin-top: 20px;
    display: inline-block;
    line-height: 22px;
    padding-bottom: 5px;
    color: #616161;
    transition: .3s ease-in;
}

.xg-single-news-post-item-03 .thumb img {
    width: 100%;
}

.xg-single-news-post-item-03 .xg-content {
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.xg-single-news-post-item-03 .xg-content .read-more:hover {
    color: #388E3C;
}

/* Style 04 */

.xg-single-news-post-item-04:hover {
    box-shadow: 0 20px 40px rgba(61, 65, 84, .15);
}

.xg-single-news-post-item-04 {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.01);
    transition: .5s ease-in;
}

.xg-single-news-post-item-04 .thumb {
    position: relative;
    margin-bottom: 5px;
}

.xg-single-news-post-item-04 .thumb img {
    width: 100%;
}

.xg-single-news-post-item-04 .thumb .post-date {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #c0392b;
    border-radius: 5px;
}

.xg-single-news-post-item-04 .thumb .post-date .month {
    font-size: 16px;
    display: block;
    line-height: 26px;
}

.xg-single-news-post-item-04 .thumb .post-date .date {
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 16px;
    padding-top: 15px;
}

.xg-single-news-post-item-04 .xg-content .post-title a {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 500ms;
}

.xg-single-news-post-item-04 .xg-content .post-meta ul {
    margin: 0;
    padding: 0;
}

.xg-single-news-post-item-04 .xg-content .post-meta ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 5px;
    margin-bottom: 16px;
}

.xg-single-news-post-item-04 .xg-content .post-meta ul li a {
    color: #545353;
    margin-bottom: unset;
}

.xg-single-news-post-item-04 .xg-content .post-title:hover a {
    color: #c0392b;
}

.xg-single-news-post-item-04 .xg-content .post-title {
    margin-bottom: 0;
}

.xg-single-news-post-item-04 .xg-content {
    padding: 20px;
}

.xg-single-news-post-item-04 .xg-post-description {
    font-size: 16px;
    color: #505050;
    line-height: 26px;
    margin-bottom: 20px;
}

.xg-single-news-post-item-04 .xg-content .read-more {
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
}

.xg-single-news-post-item-04 .xg-content .read-more i {
    font-size: 9px;
}

.xg-single-news-post-item-04 .xg-content .read-more:hover {
    color: #c0392b;
}

/* Style 05 */

.xg-single-news-post-item-05 .xg-content .post-title a {
    font-size: 24px;
    margin-top: 25px;
    display: inline-block;
    color: #F43751;
    font-weight: 600;
    margin-bottom: 20px;
}

.xg-single-news-post-item-05 .xg-content .post-meta {
    margin: 0;
    padding: 0;
}

.xg-single-news-post-item-05 .xg-content .post-meta li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    color: #848484;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.xg-single-news-post-item-05 .xg-content .post-meta li a {
    color: #848484;
    transition: .5s ease-in;
}

.xg-single-news-post-item-05 .xg-content .post-meta li a:hover {
    color: #F43751;
}

.xg-single-news-post-item-05 .xg-content p {
    font-size: 16px;
    line-height: 26px;
    color: #515151;
}

.xg-single-news-post-item-05 .xg-content .read-more {
    display: inline-block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #F43751;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 15px;
    text-transform: capitalize;
}

/* Style 06 */

.xg-single-blog-post-06 .xg-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 15px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    top: -50px;
}

.xg-single-blog-post-06 .xg-content .post-title {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;
    text-decoration: none;
    line-height: 26px;
    margin-top: 0;
    color: #E74856;
}

.xg-single-blog-post-06 .xg-content .post-meta ul {
    margin: 0;
    padding: 0;
}

.xg-single-blog-post-06 .xg-content .post-meta ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 600;
}

.xg-single-blog-post-06 .xg-content .post-meta ul li:first-child {
    margin-left: 0;
}

.xg-single-blog-post-06 .xg-content .post-meta ul li a {
    color: #515151;
    text-decoration: none;
    transition: .3s ease-in;
}

.xg-single-blog-post-06 .xg-content .post-meta ul li a:hover {
    color: #E74856;
}

.xg-single-blog-post-06 .xg-content {
    padding: 30px;
}

.xg-single-blog-post-06 .xg-content .post-meta {
    margin-bottom: 20px;
}

.xg-single-blog-post-06 .xg-content .post-comments ul {
    margin: 0;
    padding: 0;
}

.xg-single-blog-post-06 .xg-content .post-comments ul li {
    list-style: none;
    display: inline-block;
    color: #a0a0a0;
}

.xg-single-blog-post-06 .xg-content .post-comments ul li a {
    color: #505050;
    text-decoration: none;
    transition: .3s ease-in;
}

.xg-single-blog-post-06 .xg-content .post-comments ul li a:hover {
    color: #E74856;
}

.xg-single-blog-post-06 .xg-content .post-comments ul li:last-child {
    float: right;
}

.xg-single-blog-post-06 .xg-content .post-comments ul li:last-child a {
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 10px;
    background-color: #E74856;
    line-height: 13px;
    padding-top: 6px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 2px;
}

.xg-single-blog-post-06 .post-thumb img {
    width: 100%;
}

.xg-single-blog-post-06 .xg-content .post-comments {
    margin-bottom: 25px;
}

.xg-single-blog-post-06 .xg-content .post-desc {
    color: #505050;
    font-size: 16px;
    line-height: 26px;
}

.xg-single-blog-post-06 .xg-content .read-more {
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 15px;
    padding-top: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 2px;
    color: #515151;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: .3s ease-in;
    border-radius: 25px;
}

.xg-single-blog-post-06 .xg-content .read-more:hover {
    background-color: #E74856;
    color: #fff;
    border-color: #E74856;
}

/* Style 07 */
.xg-single-blog-post-07 {
    margin-bottom: 30px;
}

.xg-single-blog-post-07 .xg-content .cats a {
    color: #3c40c6;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xg-single-blog-post-07 .thumb {
    margin-bottom: 25px;
}

.xg-single-blog-post-07 .xg-content .cats {
    display: block;
    margin-bottom: 10px;
}

.xg-single-blog-post-07 .xg-content .title {
    font-size: 24px;
    font-weight: 700;
    color: #444;
    line-height: 34px;
    margin-bottom: 10px;
}

.xg-single-blog-post-07 .xg-content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xg-single-blog-post-07 .xg-content .time {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xg-single-blog-post-07 .xg-content p {
    font-size: 18px;
    line-height: 28px;
}

.xg-single-blog-post-07 .xg-content .title a:hover {
    color: #3c40c6;
}

.xg-single-blog-post-07 .xg-content .share-icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 0 5px 0;
    text-align: center;
}

.xg-single-blog-post-07 .xg-content .share-icon ul li {
    display: inline-block;
    color: #515151;
}

.xg-single-blog-post-07 .xg-content .share-icon ul li + li {
    margin-left: 15px;
}

.xg-single-blog-post-07 .xg-content .share-icon ul li a {
    color: #515151;
}

.xg-single-blog-post-07 .xg-content .share-icon ul li.title {
    font-size: 16px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .xg-single-blog-post-07 .thumb img {
        width: 100%;
    }
}

/* Style 08 */
.xg-single-blog-post-08 {
    margin-bottom: 30px;
}

.xg-single-blog-post-08 .thumb {
    position: relative;
    z-index: 0;
}

.xg-single-blog-post-08 .thumb .cats {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    background-color: #e74c3c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.xg-single-blog-post-08 .thumb .cats a {
    color: #fff;
}

.xg-single-blog-post-08 .xg-content {
    padding: 30px 0px 0px 0px;
}

.xg-single-blog-post-08 .xg-content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.xg-single-blog-post-08 .xg-content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xg-single-blog-post-08 .xg-content .title a:hover {
    color: #e74c3c;
}

.xg-single-blog-post-08 .xg-content .post-meta {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #656565;
    margin-bottom: 10px;
}

.xg-single-blog-post-08 .xg-content .post-meta a {
    color: #656565;
}

.xg-single-blog-post-08 .xg-content .post-meta a.posted_by {
    color: #e74c3c;
}

.xg-single-blog-post-08 .xg-content p {
    font-size: 18px;
    line-height: 28px;
    color: #656565;
}

.xg-single-blog-post-08 .xg-content .readmore {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-transform: capitalize;
    font-size: 16px;
}

.xg-single-blog-post-08 .xg-content .readmore:hover {
    color: #e74c3c;
}

@media only screen and (max-width: 767px) {
    .xg-single-blog-post-08 .thumb img {
        width: 100%;
    }
}

/* Style 09 */

.xg-single-blog-post-09 {
    margin-bottom: 30px;
}

.xg-single-blog-post-09 .xg-content {
    text-align: center;
    padding: 30px 30px 25px 30px;
    border: 1px solid #e2e2e2;
}

.xg-single-blog-post-09 .xg-content .cats {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #E91E63;
    display: inline-block;
    padding: 8px 10px 5px 10px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 15px;
}

.xg-single-blog-post-09 .xg-content .cats a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xg-single-blog-post-09 .xg-content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.xg-single-blog-post-09 .xg-content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xg-single-blog-post-09 .xg-content .title a:hover {
    color: #E91E63;
}

.xg-single-blog-post-09 .xg-content .post-meta {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
}

.xg-single-blog-post-09 .xg-content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xg-single-blog-post-09 .xg-content .post-meta a:hover {
    color: #e91e63;
}

@media only screen and (max-width: 767px) {
    .xg-single-blog-post-09 .thumb img {
        width: 100%;
    }
}

/* Style 10 */
.xg-single-blog-post-10 {
    margin-bottom: 30px;
}

.xg-single-blog-post-10 .thumb {
    position: relative;
    z-index: 0;
}

.xg-single-blog-post-10 .thumb .cats {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E43D6A;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.xg-single-blog-post-10 .thumb .cats a {
    color: #fff;
}

.xg-single-blog-post-10 .xg-content {
    padding: 25px 0 0 0;
}

.xg-single-blog-post-10 .xg-content .title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}

.xg-single-blog-post-10 .xg-content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xg-single-blog-post-10 .xg-content .title a:hover, .xg-single-blog-post-10 .xg-content .post-meta a:hover {
    color: #e43d6a;
}

.xg-single-blog-post-10 .xg-content .post-meta {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-bottom: 10px;
}

.xg-single-blog-post-10 .xg-content .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xg-single-blog-post-10 .thumb .cats:after {
    position: absolute;
    left: 0;
    bottom: -12px;
    border-left: 15px transparent;
    border-right: 15px solid transparent;
    border-top: 12px solid #e43d6a;
    content: '';
    z-index: 1;
    width: 10px;
}

@media only screen and (max-width: 767px) {
    .xg-single-blog-post-10 .thumb img {
        width: 100%;
    }
}

