/*-----------------------
    Header Slider Layouts
------------------------*/
.xg-post-header-slider-wrapper .owl-nav div
{
    position: absolute;
    left: 10px;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid rgba(255,255,255,.2);
    transition: all 500ms;
    visibility: hidden;
    opacity: 0;
}

.xg-post-header-slider-wrapper .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.xg-post-header-slider-wrapper .owl-nav div:hover {
    background-color: #ddd;
    color: #fc4444;
}

.xg-post-header-slider-wrapper:hover .owl-nav div
{
    visibility: visible;
    opacity: 1;
}
.xg-post-header-slider-wrapper .owl-dots
{
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform:translateX(-50%);
}
.xg-post-header-slider-wrapper .owl-dots div{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    display:inline-block;
}

.xg-post-header-slider-wrapper .owl-dots div+div
{
    margin-left:10px
}

.xg-post-layouts-wrapper .owl-dots div.active
{
    background-color: #fc4444;
}



.owl-item.active .xgnews-header-slider-01 .title{
    -webkit-animation: 1s .2s fadeInDown both;
    animation: 1s .2s fadeInDown both;
}
.owl-item.active .xgnews-header-slider-01 .cats{
    -webkit-animation: 1s .2s fadeInDown both;
    animation: 1s .2s fadeInDown both;
}
.owl-item.active .xgnews-header-slider-01 .post-meta{
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}
.owl-item.active .xgnews-header-slider-01 .readmore{
    -webkit-animation: 1s .2s flipInX  both;
    animation: 1s .2s flipInX  both;
}

/* Header Slider 01 */
.xgnews-header-slider-01 .content{
    overflow: hidden;
}
.xg-background-image{
    background-size: cover;
    background-position: center;
    background-color: #000;
}
.xgnews-header-slider-01 {
    padding: 200px 100px 200px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.xgnews-header-slider-01:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    z-index: -1;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-01:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.xgnews-header-slider-01 .content .cats {
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    font-size: 16px;
    line-height:26px ;
}

.xgnews-header-slider-01 .content .cats a {
    color: #fff;
}

.xgnews-header-slider-01 .content .title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    word-break: break-word;
}

.xgnews-header-slider-01 .content .title a {
    color: #fff;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-01 .content .post-meta {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.xgnews-header-slider-01 .content .post-meta a {
    color: #fff;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-01 .content .readmore {
    display: inline-block;
    padding: 8px 20px 5px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-01 .content .readmore:hover,
.xgnews-header-slider-01 .content .title a:hover {
    background-color: #fc4444;
}

.xgnews-header-slider-01 .content .post-meta a:hover {
    color: #fc4444;
}

@media only screen and (max-width: 991px) {
    .xgnews-header-slider-01 {
        padding: 160px 50px 150px !important;
    }
}

@media only screen and (max-width: 767px) {
    .xgnews-header-slider-01 {
        padding: 160px 40px 150px !important;
    }

    .xgnews-header-slider-01 .content .title {
        font-size: 38px !important;
        line-height: 50px !important;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 450px) {
    .xgnews-header-slider-01 .content .title {
        font-size: 30px !important;
        line-height: 40px !important;;
        margin-bottom: 10px !important;;
    }
}

/* Header Slider 02 */
.xgnews-header-slider-02 {
    padding: 280px 100px 60px;
    position: relative;
    z-index: 0;
}

.xgnews-header-slider-02:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.8));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.1)), to(rgba(28, 28, 28, 0.8)));
    background: -o-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.8));
    background: linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.8));
    content: '';
    z-index: -1;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-02:hover:after {
    background-color: rgba(0, 0, 0, 0.2);
}

.xgnews-header-slider-02 .content .cats {
    font-weight: 600;
    color: #00aced;
    margin-bottom: 25px;
    background-color: #fff;
    display: inline-block;
    padding: 8px 10px 5px 10px;
    border-radius: 3px;
}

.xgnews-header-slider-02 .content .cats a {
    color: #00aced;
}

.xgnews-header-slider-02 .content .title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.xgnews-header-slider-02 .content .title a {
    color: #fff;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-02 .content .post-meta {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.xgnews-header-slider-02 .content .post-meta a {
    color: #fff;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-02 .content .post-meta a:hover {
    color: #00aced;
}

@media only screen and (max-width: 991px) {
    .xgnews-header-slider-02 {
        padding: 240px 50px 60px !important;;
    }
}

@media only screen and (max-width: 767px) {
    .xgnews-header-slider-02 {
        padding: 220px 50px 60px !important;;
    }

    .xgnews-header-slider-02 .content .title {
        font-size: 45px !important;;
        line-height: 55px !important;;
        margin-bottom: 20px !important;;
    }
}

@media only screen and (max-width: 450px) {
    .xgnews-header-slider-02 .content .title {
        font-size: 35px !important;;
        line-height: 45px !important;;
        margin-bottom: 20px !important;;
    }
}
.xgnews-header-slider-02 .content{
    overflow: hidden;
}
.owl-item.active .xgnews-header-slider-02 .title{
    -webkit-animation: 1s .2s fadeInLeft both;
    animation: 1s .2s fadeInLeft both;
}
.owl-item.active .xgnews-header-slider-02 .cats{
    -webkit-animation: 1s .2s fadeInLeft both;
    animation: 1s .2s fadeInLeft both;
}
.owl-item.active .xgnews-header-slider-02 .post-meta{
    -webkit-animation: 1s .2s fadeInLeft both;
    animation: 1s .2s fadeInLeft both;
}

/* Header Slider 03 */
.xgnews-header-slider-03 {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.xgnews-header-slider-03 .content {
    max-width: 550px;
    background-color: #040404;
    padding: 200px 40px 100px 40px;
}

.xgnews-header-slider-03 .content .cats {
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-left: 45px;
}

.xgnews-header-slider-03 .content .cats:after {
    position: absolute;
    left: 0;
    top: 8px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    content: '';
}

.xgnews-header-slider-03 .content .cats a {
    color: #fff;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-03 .content .cats a:hover {
    color: #c3a26e;
}

.xgnews-header-slider-03 .content .title {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 30px;
}

.xgnews-header-slider-03 .content .title a {
    color: #fff;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-03 .content .title a:hover {
    opacity: .8;
}

.xgnews-header-slider-03 .content p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}

.xgnews-header-slider-03 .content .readmore {
    display: inline-block;
    padding: 0px 30px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-03 .content .readmore:hover {
    background-color: #c3a26e;
    color: #fff;
    border-color: #c3a26e;
}

@media only screen and (max-width: 767px) {
    .xgnews-header-slider-03 .content {
        max-width: 100% !important;
        background-color: rgba(4, 4, 4, 0.8) !important;
    }
}

@media only screen and (max-width: 450px) {
    .xgnews-header-slider-03 .content .title {
        font-size: 35px !important;
        line-height: 45px !important;
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width: 360px) {
    .xgnews-header-slider-03 .content .title {
        font-size: 30px !important;
        line-height: 40px !important;
        margin-bottom: 15px !important;
    }
}
.owl-item.active .xgnews-header-slider-03 .content{
    overflow: hidden;
}
.owl-item.active .xgnews-header-slider-03 .post-meta,
.owl-item.active .xgnews-header-slider-03 .cats,
.owl-item.active .xgnews-header-slider-03 .title,
.owl-item.active .xgnews-header-slider-03 .readmore,
.owl-item.active .xgnews-header-slider-03 .content p{
    -webkit-animation: 1s .2s fadeInLeft both;
    animation: 1s .2s fadeInLeft both;
}
/* Header Slider 04 */
.xgnews-header-slider-04 {
    position: relative;
    z-index: 0;
    padding: 280px 100px 100px 100px;
    background-size: cover;
    background-position: center;
}

.xgnews-header-slider-04 .content {
    max-width: 650px;
}

.xgnews-header-slider-04 .content .cats {
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    margin-bottom: 25px;
    display: inline-block;
    background-color: #dd3333;
    padding: 8px 10px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.xgnews-header-slider-04 .content .cats a {
    color: #fff;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-04 .content .cats a:hover {
    opacity: .8;
}

.xgnews-header-slider-04 .content .title {
    font-size: 46px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 30px;
}

.xgnews-header-slider-04 .content .title a {
    color: #333;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    background-color: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 5px 15px;
    font-size: 45px;
    line-height: 85px;
}

.xgnews-header-slider-04 .content .title a:hover {
    opacity: .8;
}

.xgnews-header-slider-04 .content p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}

.xgnews-header-slider-04 .content .readmore {
    display: inline-block;
    padding: 0px 30px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-04 .content .readmore:hover {
    background-color: #c3a26e;
    color: #fff;
    border-color: #c3a26e;
}

.xgnews-header-slider-04 .content .post-meta {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 8px 10px 5px 10px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-04 .content .post-meta a i {
    color: #dd3333;
    padding-right: 5px;
}

.xgnews-header-slider-04 .content .post-meta a {
    color: #333;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-04 .content .post-meta a + a {
    margin-left: 15px;
}

.xgnews-header-slider-04 .content .post-meta a:hover {
    color: #dd3333;
}

.xgnews-header-slider-04:hover .content .post-meta {
    background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 991px) {
    .xgnews-header-slider-04 {
        padding: 280px 50px 100px 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    .xgnews-header-slider-04 .content .title a {
        font-size: 35px !important;
        line-height: 50px !important;
    }
}

@media only screen and (max-width: 450px) {
    .xgnews-header-slider-04 .content .title {
        line-height: 60px !important;
    }

    .xgnews-header-slider-04 .content .title a {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .xgnews-header-slider-04 {
        padding: 220px 50px 100px 50px !important;
    }
}

@media only screen and (max-width: 360px) {
    .xgnews-header-slider-04 {
        padding: 220px 30px 100px 30px!important;
    }

    .xgnews-header-slider-04 .content .title a {
        font-size: 25px !important;
        line-height: 26px !important;
    }

    .xgnews-header-slider-04 .content .title {
        line-height: 55px !important;
    }
}
.xgnews-header-slider-04 .content{
    overflow: hidden;
}
.owl-item.active .xgnews-header-slider-04 .post-meta,
.owl-item.active .xgnews-header-slider-04 .cats,
.owl-item.active .xgnews-header-slider-04 .title{
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}
/* Header Slider 05 */
.xgnews-header-slider-05 {
    position: relative;
    z-index: 0;
    padding: 320px 0px 100px 0px;
}

.xgnews-header-slider-05 .content {
    max-width: 850px;
    background-color: #fff;
    padding: 40px 40px 40px 40px;
    margin: 0 auto;
    text-align: center;
}

.xgnews-header-slider-05 .content .cats {
    font-weight: 700;
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
    padding: 8px 10px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.xgnews-header-slider-05 .content .cats a {
    color: #777;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-05 .content .cats a:hover {
    color: #36D7B6;
}

.xgnews-header-slider-05 .content .title {
    font-size: 46px;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
}

.xgnews-header-slider-05 .content .title a {
    color: #333;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    font-size: 50px;
    line-height: 55px;
}

.xgnews-header-slider-05 .content .title a:hover {
    opacity: .8;
}

@media only screen and (max-width: 991px) {
    .xgnews-header-slider-05 {
        padding: 270px 30px 100px 30px !important;
    }

    .xgnews-header-slider-05 .content .title {
        line-height: 55px !important;
    }

    .xgnews-header-slider-05 .content .title a {
        font-size: 40px !important;
        line-height: 45px !important;
    }
}

@media only screen and (max-width: 767px) {
    .xgnews-header-slider-05 .content .title a {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .xgnews-header-slider-05 .content .title {
        line-height: 45px !important;
    }
}

@media only screen and (max-width: 450px) {
    .xgnews-header-slider-05 .content {
        padding: 40px 30px 40px 30px !important;
    }

    .xgnews-header-slider-05 .content .title a {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

@media only screen and (max-width: 360px) {
    .xgnews-header-slider-05 .content {
        padding: 40px 20px 40px 20px !important;
    }

    .xgnews-header-slider-05 .content .title a {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .xgnews-header-slider-05 .content .title {
        line-height: 35px !important;
        margin-bottom: 0 !important;
    }

    .xgnews-header-slider-05 {
        padding: 170px 30px 100px 30px !important;
    }
}

/* Header Slider 06 */
.xgnews-header-slider-06 {
    position: relative;
    z-index: 0;
}

.xgnews-header-slider-06 .content {
    max-width: 850px;
    background-color: #fff;
    padding: 40px 40px 40px 40px;
    margin: 0 auto;
    margin-top: -150px;
    text-align: center;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.03);
}

.xgnews-header-slider-06 .bg-image {
    min-height: 600px;
}

.xgnews-header-slider-06 .content .cats {
    font-weight: 700;
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
    padding: 8px 10px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.xgnews-header-slider-06 .content .cats a {
    color: #777;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-06 .content .cats a:hover {
    color: #36D7B6;
}

.xgnews-header-slider-06 .content .title {
    font-size: 46px;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
}

.xgnews-header-slider-06 .content .title a {
    color: #333;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    font-size: 50px;
    line-height: 55px;
}

.xgnews-header-slider-06 .content .title a:hover {
    opacity: .8;
}

@media only screen and (max-width: 991px) {
    .xgnews-header-slider-06 .content {
        margin: 0 40px !important;
        margin-top: -150px !important;
    }

    .xgnews-header-slider-06 .content .title a {
        font-size: 40px !important;
        line-height: 49px !important;
    }

    .xgnews-header-slider-06 .content .title {
        line-height: 56px !important;
    }
}

@media only screen and (max-width: 767px) {
    .xgnews-header-slider-06 .content .title a {
        font-size: 35px !important;
        line-height: 49px !important;
    }

    .xgnews-header-slider-06 .content .title {
        line-height: 46px !important;
    }
}

@media only screen and (max-width: 450px) {
    .xgnews-header-slider-06 .content {
        margin: 0 30px !important;
        margin-top: -150px !important;
        padding: 40px 25px 40px 25px !important;
    }

    .xgnews-header-slider-06 .content .title a {
        font-size: 30px !important;
        line-height: 49px !important;
    }

    .xgnews-header-slider-06 .content .title {
        line-height: 40px !important;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 360px) {
    .xgnews-header-slider-06 .content {
        margin: 0 20px !important;
        margin-top: -150px !important;
        padding: 40px 20px 40px 20px !important;
    }

    .xgnews-header-slider-06 .content .title a {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .xgnews-header-slider-06 .content .title {
        line-height: 30px !important;
        margin-bottom: 0 !important;
    }
}

/* Header Slider 07 */
.xgnews-header-slider-07 {
    position: relative;
    z-index: 0;
    padding: 250px 0 250px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.xgnews-header-slider-07:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: -1;
}

.xgnews-header-slider-07 .content {
    max-width: 70%;
    padding: 150px 40px 150px 40px;
    margin: 0 auto;
    text-align: center;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.xgnews-header-slider-07 .bg-image {
    min-height: 600px;
}

.xgnews-header-slider-07 .content .cats {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    margin-bottom: 25px;
    padding: 8px 10px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #000;
    display: inline-block;
}

.xgnews-header-slider-07 .content .cats a {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-07 .content .cats a:hover {
    color: #fff;
}

.xgnews-header-slider-07 .content .title {
    font-size: 80px;
    line-height: 100px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.xgnews-header-slider-07 .content .title a {
    color: #fff;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-07 .content .title a:hover {
    opacity: .8;
}

.xgnews-header-slider-07 .content .post-meta {
    margin-bottom: 40px;
}

.xgnews-header-slider-07 .content .post-meta .time {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 0;
}

.xgnews-header-slider-07 .content .post-meta .time:after {
    position: absolute;
    left: -50px;
    top: 8px;
    width: 40px;
    height: 1px;
    content: '';
    background-color: #fff;
}

.xgnews-header-slider-07 .content .post-meta .time:before {
    position: absolute;
    right: -50px;
    top: 8px;
    width: 40px;
    height: 1px;
    content: '';
    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    .xgnews-header-slider-07 .content {
        max-width: 80% !important;
        padding: 100px 30px 90px 30px !important;
    }

    .xgnews-header-slider-07 .content .title {
        font-size: 60px !important;
        line-height: 70px !important;
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width: 767px) {
    .xgnews-header-slider-07 .content .title {
        font-size: 50px !important;
        line-height: 60px !important;
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width: 450px) {
    .xgnews-header-slider-07 .content {
        max-width: 95% !important;
        padding: 60px 20px 50px 20px !important;
    }

    .xgnews-header-slider-07 {
        padding: 100px 0 100px 0 !important;
    }

    .xgnews-header-slider-07 .content .title {
        font-size: 35px !important;
        line-height: 45px !important;
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width: 360px) {
    .xgnews-header-slider-07 .content .title {
        font-size: 28px !important;
        line-height: 40px !important;
        margin-bottom: 20px !important;
    }
}
.owl-item.active .xgnews-header-slider-07 .post-meta,
.owl-item.active .xgnews-header-slider-07 .cats,
.owl-item.active .xgnews-header-slider-07 .title{
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}
/* Header Slider 08 */
.xgnews-header-slider-08 {
    position: relative;
    z-index: 0;
    padding: 40px 0 40px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.xgnews-header-slider-08 .content {
    max-width: 500px;
    background-color: #fff;
    margin-left: 40px;
    padding: 30px;
}

.xgnews-header-slider-08 .content .cats {
    font-weight: 700;
    font-size: 12px;
    color: #333;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}

.xgnews-header-slider-08 .content .cats:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #888;
    content: '';
}

.xgnews-header-slider-08 .content .cats a {
    color: #333;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-08 .content .cats a:hover {
    color: #B6CA9F;
}

.xgnews-header-slider-08 .content .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.xgnews-header-slider-08 .content .title a {
    color: #353535;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-08 .content .title a:hover {
    opacity: .8;
}

.xgnews-header-slider-08 .content .post-meta {
    margin-bottom: 20px;
}

.xgnews-header-slider-08 .content .post-meta a:hover,
.xgnews-header-slider-08 .content .readmore:hover {
    color: #B6CA9F;
}

.xgnews-header-slider-08 .content .post-meta a {
    display: inline-block;
    color: #656565;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 0;
    padding-left: 10px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-08 .content .post-meta a:after {
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: '';
    background-color: #656565;
    content: '';
}

.xgnews-header-slider-08 .content .post-meta a + a {
    margin-left: 20px;
}

.xgnews-header-slider-08 .content p {
    font-size: 18px;
    line-height: 30px;
}

.xgnews-header-slider-08 .content .readmore {
    font-weight: 700;
    font-size: 12px;
    color: #656565;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

@media only screen and (max-width: 767px) {
    .xgnews-header-slider-08 .content {
        margin: 0 40px !important;
        padding: 30px !important;
    }

    .xgnews-header-slider-08 .content .title {
        font-size: 35px !important;
        line-height: 45px !important;
    }
}

@media only screen and (max-width: 450px) {
    .xgnews-header-slider-08 .content {
        margin: 0 20px !important;
        padding: 25px !important;
    }

    .xgnews-header-slider-08 .content .title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

@media only screen and (max-width: 360px) {
    .xgnews-header-slider-08 .content .title {
        font-size: 25px !important;
        line-height: 39px !important;
    }

    .xgnews-header-slider-08 .content .post-meta a {
        font-size: 12px !important;
    }
}
.owl-item.active .xgnews-header-slider-08 .content{
    overflow: hidden;
}
.owl-item.active .xgnews-header-slider-08 .post-meta,
.owl-item.active .xgnews-header-slider-08 .cats,
.owl-item.active .xgnews-header-slider-08 .title,
.owl-item.active .xgnews-header-slider-08 .content p{
    -webkit-animation: 1s .2s fadeInLeft both;
    animation: 1s .2s fadeInLeft both;
}
/* Header Slider 09 */
.xgnews-header-slider-09 {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.xgnews-header-slider-09 .content {
    max-width: 500px;
    background-color: #fff;
    padding: 100px 40px 100px 40px;
    margin: 0 0 0 auto;
}

.xgnews-header-slider-09 .content .cats {
    font-weight: 700;
    font-size: 12px;
    color: #333;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}

.xgnews-header-slider-09 .content .cats:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #2821FC;
    content: '';
}

.xgnews-header-slider-09 .content .cats a {
    color: #333;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-09 .content .cats a:hover {
    color: #2821FC;
}

.xgnews-header-slider-09 .content .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.xgnews-header-slider-09 .content .title a {
    color: #353535;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-09 .content .title a:hover {
    opacity: .8;
}

.xgnews-header-slider-09 .content .post-meta {
    margin-bottom: 20px;
}

.xgnews-header-slider-09 .content .post-meta a:hover,
.xgnews-header-slider-09 .content .readmore:hover {
    color: #2821FC;
}

.xgnews-header-slider-09 .content .post-meta a {
    display: inline-block;
    color: #656565;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 0;
    padding-left: 10px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-09 .content .post-meta a:after {
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: '';
    background-color: #2821FC;
    content: '';
}

.xgnews-header-slider-09 .content .post-meta a + a {
    margin-left: 20px;
}

.xgnews-header-slider-09 .content p {
    font-size: 18px;
    line-height: 30px;
}

.xgnews-header-slider-09 .content .readmore {
    font-weight: 700;
    font-size: 12px;
    color: #656565;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

@media only screen and (max-width: 991px) {
    .xgnews-header-slider-09 .content {
        max-width: 50% !important;
        padding: 100px 30px 100px 30px !important;
    }

    .xgnews-header-slider-09 .content .title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .xgnews-header-slider-09 .content {
        max-width: 100% !important;
        padding: 100px 30px 100px 30px !important;
        background-color: rgba(255, 255, 255, 0.6) !important;
    }

    .xgnews-header-slider-09 .content .title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}
.owl-item.active .xgnews-header-slider-09 .post-meta,
.owl-item.active .xgnews-header-slider-09 .cats,
.owl-item.active .xgnews-header-slider-09 .title,
.owl-item.active .xgnews-header-slider-09 .content p{
    -webkit-animation: 1s .2s fadeInRight both;
    animation: 1s .2s fadeInRight both;
}
/* Header Slider 10 */
.xgnews-header-slider-10 {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.xgnews-header-slider-10:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    background-color: rgba(237, 224, 112, 0.5);
    content: '';
    height: 100%;
}

.xgnews-header-slider-10:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    background-color: rgba(237, 224, 112, 0.5);
    content: '';
    height: 100%;
}

.xgnews-header-slider-10 .content {
    max-width: 60%;
    background-color: rgba(156, 213, 232, 0.8);
    padding: 200px 40px 180px 40px;
    margin: 0 auto;
    text-align: center;
}

.xgnews-header-slider-10 .content .cats {
    font-weight: 700;
    font-size: 12px;
    color: #333;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 8px 10px 5px 10px;
    border-radius: 3px;
}

.xgnews-header-slider-10 .content .cats a {
    color: #333;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-10 .content .cats a:hover {
    color: #000;
}

.xgnews-header-slider-10 .content .title {
    font-size: 70px;
    line-height: 90px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.xgnews-header-slider-10 .content .title a {
    color: #000;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.xgnews-header-slider-10 .content .title a:hover {
    opacity: .8;
}

.xgnews-header-slider-10 .content .post-meta {
    margin-bottom: 20px;
}

.xgnews-header-slider-10 .content .post-meta a:hover {
    opacity: .8;
}

.xgnews-header-slider-10 .content .post-meta a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 0;
    padding-left: 10px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.xgnews-header-slider-10 .content .post-meta a i {
    color: #333;
}

@media only screen and (max-width: 991px) {
    .xgnews-header-slider-10:before,
    .xgnews-header-slider-10:after {
        display: none !important;
    }

    .xgnews-header-slider-10 .content {
        width: 100% !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .xgnews-header-slider-10 .content .title {
        font-size: 60px !important;
        line-height: 70px !important;
        font-weight: 700 !important;
    }
}

@media only screen and (max-width: 767px) {
    .xgnews-header-slider-10 .content .title {
        font-size: 50px !important;
        line-height: 60px !important;
        font-weight: 700 !important;
    }
}

@media only screen and (max-width: 450px) {
    .xgnews-header-slider-10 .content .title {
        font-size: 33px !important;
        line-height: 45px !important;
        font-weight: 700 !important;
    }
}

@media only screen and (max-width: 360px) {
    .xgnews-header-slider-10 .content {
        padding: 160px 25px 150px 25px !important;
    }

    .xgnews-header-slider-10 .content .title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}
.owl-item.active .xgnews-header-slider-10 .post-meta,
.owl-item.active .xgnews-header-slider-10 .cats,
.owl-item.active .xgnews-header-slider-10 .title{
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}
/*--------------------------
    Thumbnil Layouts
--------------------------*/
/* owl nav */
.xg-post-thumbnail-slider-wrapper .owl-nav div:hover,
.xg-post-layouts-wrapper .owl-nav div:hover
{
    background-color: #fc4444;
    color: #fff;
}
.xg-post-thumbnail-slider-wrapper .owl-nav div ,
.xg-post-layouts-wrapper .owl-nav div {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    text-align: center;
    line-height: 30px;
    margin: 0 50px;
    -webkit-transition: ease-in 500ms;
    -moz-transition: ease-in 500ms;
    -ms-transition: ease-in 500ms;
    -o-transition: ease-in 500ms;
    transition: ease-in 500ms;
}

.xg-post-thumbnail-slider-wrapper,
.xg-post-layouts-wrapper
{
    margin-bottom: 50px;
}

.xg-post-thumbnail-slider-wrapper .owl-nav div.owl-next ,
.xg-post-layouts-wrapper .owl-nav div.owl-next {
    left: 50px;
}

.xg-post-thumbnail-slider-wrapper .owl-nav ,
.xg-post-layouts-wrapper .owl-nav {
    position: absolute;
    left: 40%;
}
.xg-post-thumbnail-slider-wrapper .owl-dots ,
.xg-post-layouts-wrapper .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform:translateX(-50%);
}
.xg-post-layouts-wrapper .owl-dots div ,
.xg-post-thumbnail-slider-wrapper .owl-dots div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    display:inline-block;
}

.xg-post-layouts-wrapper .owl-dots div+div,
.xg-post-thumbnail-slider-wrapper .owl-dots div+div{
    margin-left:10px
}

.xg-post-layouts-wrapper .owl-dots div.active,
.xg-post-thumbnail-slider-wrapper .owl-dots div.active{
    background-color: #fc4444;
}


/* Thumbnail 01 */
.xgnews-thumbnail-01 {
    margin-bottom: 30px;
}

.xgnews-thumbnail-01 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-thumbnail-01 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px 20px 0px 20px;
}

.xgnews-thumbnail-01 .thumb .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}

.xgnews-thumbnail-01 .thumb .content .title a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-01 .thumb .content .cats a {
    display: inline-block;
    background-color: #5333ed;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}

.xgnews-thumbnail-01 .thumb .content .cats {
    margin-top: -34px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .xgnews-thumbnail-01 .thumb img {
        width: 100%;
    }
}

/* Thumbnail 02 */
.xgnews-thumbnail-02 {
    margin-bottom: 30px;
}

.xgnews-thumbnail-02 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-thumbnail-02 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 0px 20px 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.xgnews-thumbnail-02 .thumb .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}

.xgnews-thumbnail-02 .thumb .content .title a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-02 .thumb .content .cats a {
    display: inline-block;
    background-color: #5333ed;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}

.xgnews-thumbnail-02 .thumb .content .cats {
    margin-bottom: 15px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .xgnews-thumbnail-02 .thumb img {
        width: 100%;
    }
}

/* Thumbnail 03 */
.xgnews-thumbnail-03 {
    margin-bottom: 30px;
}

.xgnews-thumbnail-03 .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.xgnews-thumbnail-03:hover .thumb .content {
    background-color: rgba(241, 90, 34, 0.8);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.xgnews-thumbnail-03 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px 20px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
}

.xgnews-thumbnail-03 .thumb .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

.xgnews-thumbnail-03 .thumb .content .title a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-03 .thumb .content .cats a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.xgnews-thumbnail-03 .thumb .content .cats {
    margin-bottom: 5px;
    display: block;
    color: #fff;
}

.xgnews-thumbnail-03 .thumb .content .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}

.xgnews-thumbnail-03 .thumb .content .post-meta a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .xgnews-thumbnail-03 .thumb img {
        width: 100%;
    }
}

/* Thumbnail 04 */
.xgnews-thumbnail-04 {
    margin-bottom: 30px;
}

.xgnews-thumbnail-04 .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.xgnews-thumbnail-04 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 20px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    width: 80%;
}

.xgnews-thumbnail-04 .thumb .content .title a:hover,
.xgnews-thumbnail-04 .thumb .content .cats a:hover {
    color: #d63031;
}

.xgnews-thumbnail-04 .thumb .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #242424;
}

.xgnews-thumbnail-04 .thumb .content .title a {
    color: #242424;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-04 .thumb .content .cats a {
    display: inline-block;
    color: #242424;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-04 .thumb .content .cats {
    margin-bottom: 5px;
    display: block;
    color: #242424;
}

.xgnews-thumbnail-04 .thumb .content .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #242424;
}

.xgnews-thumbnail-04 .thumb .content .post-meta a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #242424;
}

@media only screen and (max-width: 767px) {
    .xgnews-thumbnail-04 .thumb img {
        width: 100%;
    }
}
.xgnews-thumbnail-04 .thumb img {
    width: 100%;
}

/* Thumbnail 05 */
.xgnews-thumbnail-05 {
    margin-bottom: 30px;
}

.xgnews-thumbnail-05 .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.xgnews-thumbnail-05 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.5);
    padding: 20px 20px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 0;
}

.xgnews-thumbnail-05 .thumb .content:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-linear-gradient(rgba(28, 28, 28, 0.7), rgba(28, 28, 28, 0.1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.7)), to(rgba(28, 28, 28, 0.1)));
    background: -o-linear-gradient(rgba(28, 28, 28, 0.7), rgba(28, 28, 28, 0.1));
    background: linear-gradient(rgba(28, 28, 28, 0.7), rgba(28, 28, 28, 0.1));
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-05:hover .thumb .content:after {
    visibility: visible;
    opacity: 1;
}

.xgnews-thumbnail-05 .thumb .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
}

.xgnews-thumbnail-05 .thumb .content .title a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-05 .thumb .content .title a:hover {
    color: #3accc3;
}

.xgnews-thumbnail-05 .thumb .content .cats {
    display: inline-block;
}

.xgnews-thumbnail-05 .thumb .content .cats a {
    display: inline-block;
    color: #3accc3;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-05 .thumb .content .cats {
    margin-bottom: 5px;
    display: block;
    color: #3accc3;
}

.xgnews-thumbnail-05 .thumb .content .post-meta {
    color: rgba(255, 255, 255, 0.8);
}

.xgnews-thumbnail-05 .thumb .content .post-meta a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-05 .thumb .content .post-meta a:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .xgnews-thumbnail-05 .thumb img {
        width: 100%;
    }
}

/* Thumbnail 06 */
.xgnews-thumbnail-06 {
    margin-bottom: 30px;
}

.xgnews-thumbnail-06 .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.xgnews-thumbnail-06 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.5);
    padding: 20px 20px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 0;
}

.xgnews-thumbnail-06 .thumb .content:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-linear-gradient(rgba(28, 28, 28, 0.7), rgba(28, 28, 28, 0.1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.7)), to(rgba(28, 28, 28, 0.1)));
    background: -o-linear-gradient(rgba(28, 28, 28, 0.7), rgba(28, 28, 28, 0.1));
    background: linear-gradient(rgba(28, 28, 28, 0.7), rgba(28, 28, 28, 0.1));
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-06 .thumb .content .inner-content {
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-06:hover .thumb .content:after {
    visibility: visible;
    opacity: 1;
}

.xgnews-thumbnail-06:hover .thumb .content .inner-content {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.xgnews-thumbnail-06 .thumb .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
}

.xgnews-thumbnail-06 .thumb .content p {
    color: rgba(255, 255, 255, 0.8);
}

.xgnews-thumbnail-06 .thumb .content .title a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-06 .thumb .content .title a:hover {
    color: #F43D2A;
}

.xgnews-thumbnail-06 .thumb .content .cats {
    display: inline-block;
}

.xgnews-thumbnail-06 .thumb .content .cats a {
    display: inline-block;
    color: #F43D2A;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-06 .thumb .content .cats {
    margin-bottom: 5px;
    display: block;
    color: #F43D2A;
}

.xgnews-thumbnail-06 .thumb .content .post-meta {
    color: rgba(255, 255, 255, 0.8);
}

.xgnews-thumbnail-06 .thumb .content .post-meta a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-06 .thumb .content .post-meta a:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .xgnews-thumbnail-06 .thumb img {
        width: 100%;
    }
}

/* Thumbnail 07 */
.xgnews-thumbnail-07 {
    margin-bottom: 30px;
}

.xgnews-thumbnail-07 .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.xgnews-thumbnail-07 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.1)), to(rgba(28, 28, 28, 0.7)));
    background: -o-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    background: linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    padding: 20px 20px 0 20px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}

.xgnews-thumbnail-07:hover .thumb .content {
    visibility: visible;
    opacity: 1;
}

.xgnews-thumbnail-07 .thumb .content .inner-content {
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
}

.xgnews-thumbnail-07:hover .thumb .content .inner-content {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.xgnews-thumbnail-07:hover .thumb .content .title,
.xgnews-thumbnail-07:hover .thumb .content .post-meta {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.xgnews-thumbnail-07 .thumb .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.xgnews-thumbnail-07 .thumb .content .title a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-07 .thumb .content .title a:hover {
    color: #b88516;
}

.xgnews-thumbnail-07 .thumb .content .post-meta {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    margin-bottom: 10px;
}

.xgnews-thumbnail-07 .thumb .content .post-meta a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.xgnews-thumbnail-07 .thumb .content .post-meta a:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .xgnews-thumbnail-07 .thumb img {
        width: 100%;
    }
}

/* Thumbnail 08 */
.xgnews-thumbnail-08 {
    margin-bottom: 30px;
}

.xgnews-thumbnail-08 .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.xgnews-thumbnail-08 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.1)), to(rgba(28, 28, 28, 0.7)));
    background: -o-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    background: linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    padding: 20px 20px 0 20px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 0;
}

.xgnews-thumbnail-08 .thumb .content:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.1)), to(rgba(28, 28, 28, 0.7)));
    background: -o-linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    background: linear-gradient(rgba(28, 28, 28, 0.1), rgba(28, 28, 28, 0.7));
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: -1;
}

.xgnews-thumbnail-08:hover .thumb .content:after {
    visibility: visible;
    opacity: 1;
}

.xgnews-thumbnail-08 .thumb .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
}

.xgnews-thumbnail-08 .thumb .content .title a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-08 .thumb .content .title a:hover {
    color: #dd0202;
}

.xgnews-thumbnail-08 .thumb .content .post-meta {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.xgnews-thumbnail-08 .thumb .content .post-meta a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 0;
    padding-left: 10px;
}

.xgnews-thumbnail-08 .thumb .content .post-meta a + a {
    margin-left: 10px;
}

.xgnews-thumbnail-08 .thumb .content .post-meta a:after {
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
    background-color: #dd0202;
}

.xgnews-thumbnail-08 .thumb .content .post-meta a:hover {
    color: #fff;
}

.xgnews-thumbnail-08 .content .cats {
    background-color: #dd0202;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    word-break: break-all;
}

.xgnews-thumbnail-08 .content .cats a {
    color: #fff;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .xgnews-thumbnail-08 .thumb img {
        width: 100%;
    }
}

/* Thumbnail 09 */
.xgnews-thumbnail-09 {
    margin-bottom: 30px;
}

.xgnews-thumbnail-09 .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.xgnews-thumbnail-09 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(126, 77, 254, 0.7);
    padding: 20px 20px 0 20px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 0;
    -webkit-transition-delay: .300ms;
    -o-transition-delay: .300ms;
    transition-delay: .300ms;
}

.xgnews-thumbnail-09 .thumb .content .inner-content {
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition-delay: .300ms;
    -o-transition-delay: .300ms;
    transition-delay: .300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.xgnews-thumbnail-09:hover .thumb .content .inner-content {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.xgnews-thumbnail-09:hover .thumb .content {
    background-color: rgba(126, 77, 254, 0.9);
}

.xgnews-thumbnail-09 .thumb .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.xgnews-thumbnail-09 .thumb .content p {
    color: rgba(255, 255, 255, 0.9);
}

.xgnews-thumbnail-09 .thumb .content .title a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-09 .thumb .content .title a:hover {
    color: #51DD9E;
}

.xgnews-thumbnail-09 .thumb .content .post-meta {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.xgnews-thumbnail-09 .thumb .content .post-meta i {
    color: #51DD9E;
}

.xgnews-thumbnail-09 .thumb .content .post-meta a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 0;
}

.xgnews-thumbnail-09 .thumb .content .post-meta a + a {
    margin-left: 10px;
}

.xgnews-thumbnail-09 .thumb .content .post-meta a:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .xgnews-thumbnail-09 .thumb img {
        width: 100%;
    }

    .xgnews-thumbnail-09 .thumb .content .inner-content {
        -webkit-transform: translateY(36%);
        -ms-transform: translateY(36%);
        transform: translateY(36%);
    }
}

@media only screen and (max-width: 450px) {
    .xgnews-thumbnail-09 .thumb .content .inner-content {
        -webkit-transform: translateY(45%);
        -ms-transform: translateY(45%);
        transform: translateY(45%);
    }
}

/* Thumbnail 10 */
.xgnews-thumbnail-10 {
    margin-bottom: 30px;
}

.xgnews-thumbnail-10 .thumb {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.xgnews-thumbnail-10 .thumb .content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 30px 0 30px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
    -webkit-transition-delay: .300ms;
    -o-transition-delay: .300ms;
    transition-delay: .300ms;
    text-align: center;
}

.xgnews-thumbnail-10 .thumb .content:after {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    content: '';
    z-index: -1;
}

.xgnews-thumbnail-10:hover .thumb .content {
    background-color: rgba(0, 0, 0, 0.7);
}

.xgnews-thumbnail-10 .thumb .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.xgnews-thumbnail-10 .thumb .content p {
    color: rgba(255, 255, 255, 0.9);
}

.xgnews-thumbnail-10 .thumb .content .title a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-thumbnail-10 .thumb .content .title a:hover {
    color: #f23051;
}

.xgnews-thumbnail-10 .thumb .content .post-meta {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.xgnews-thumbnail-10 .thumb .content .post-meta i {
    color: #129E12;
}

.xgnews-thumbnail-10 .thumb .content .post-meta a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 0;
}

.xgnews-thumbnail-10 .thumb .content .post-meta a + a {
    margin-left: 10px;
}

.xgnews-thumbnail-10 .thumb .content .post-meta a:hover {
    color: #fff;
}

.xgnews-thumbnail-10 .thumb .content .cats {
    display: inline-block;
    background-color: #129E12;
    padding: 8px 10px 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.xgnews-thumbnail-10 .thumb .content .cats a {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .xgnews-thumbnail-10 .thumb img {
        width: 100%;
    }
}

/*----------------------------
    Full Width Lauout
----------------------------*/
/* full width layout 01 */
.xgnews-full-width-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-01 .thumb {
    margin-right: 30px;
}

.xgnews-full-width-01 .content {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-01 .content .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 600;
}

.xgnews-full-width-01 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-01 .content .title a:hover {
    color: #27ae60;
}

.xgnews-full-width-01 .content .time {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #555;
    font-style: italic;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.xgnews-full-width-01 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-full-width-01 .content .readmore {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 600;
    font-style: italic;
    position: relative;
    z-index: 0;
    display: inline-block;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-01 .content .readmore:after,
.xgnews-full-width-01 .content .readmore:before {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 20px;
    height: 1px;
    background-color: #27ae60;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-01 .content .readmore:after {
    left: auto;
    right: 0px;
}

.xgnews-full-width-01 .content .readmore:hover {
    color: #27ae60;
}

.xgnews-full-width-01 .content .readmore:hover:after {
    right: -30px;
    visibility: visible;
    opacity: 1;
}

.xgnews-full-width-01 .content .readmore:hover:before {
    left: -30px;
    visibility: visible;
    opacity: 1;
}

.xgnews-full-width-01 .content .time:after,
.xgnews-full-width-01 .content .time:before {
    position: absolute;
    left: -100%;
    top: 8px;
    width: 50px;
    height: 1px;
    background-color: #e2e2e2;
    content: '';
}

.xgnews-full-width-01 .content .time:after {
    left: auto;
    right: -100%;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-01 {
        display: block;
    }

    .xgnews-full-width-01 .thumb img {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* full width layout 02 */
.xgnews-full-width-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-02 .thumb {
    margin-right: 30px;
}

.xgnews-full-width-02 .content {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-02 .content .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    z-index: 0;
}

.xgnews-full-width-02 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-02 .content .title a:hover {
    color: #e67e22;
}

.xgnews-full-width-02 .content .time {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #555;
    font-style: italic;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.xgnews-full-width-02 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-full-width-02 .content .cats {
    margin-bottom: 10px;
    color: #e67e22;
}

.xgnews-full-width-02 .content .cats a {
    color: #e67e22;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-02 .content .title:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 1px;
    background-color: #e67e22;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-02 {
        display: block;
    }

    .xgnews-full-width-02 .thumb img {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* full width layout 03 */
.xgnews-full-width-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-03 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-03 .content .cats a {
    color: #ff5252;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-full-width-03 .thumb {
    margin-right: 30px;
}

.xgnews-full-width-03 .content .cats {
    display: block;
    margin-bottom: 10px;
}

.xgnews-full-width-03 .content .title {
    font-size: 24px;
    font-weight: 700;
    color: #444;
    line-height: 34px;
    margin-bottom: 10px;
}

.xgnews-full-width-03 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-03 .content .time {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-full-width-03 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-full-width-03 .content .title a:hover {
    color: #ff5252;
}

.xgnews-full-width-03 .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;
}

.xgnews-full-width-03 .content .share-icon ul li {
    display: inline-block;
    color: #515151;
}

.xgnews-full-width-03 .content .share-icon ul li + li {
    margin-left: 15px;
}

.xgnews-full-width-03 .content .share-icon ul li a {
    color: #515151;
}

.xgnews-full-width-03 .content .share-icon ul li.title {
    font-size: 16px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-03 {
        display: block;
    }

    .xgnews-full-width-03 .thumb img {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* full width layout 04 */
.xgnews-full-width-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-04 .content {
    position: relative;
    z-index: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-04 .content .comments {
    position: absolute;
    left: -30px;
    top: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 30px;
    padding-top: 10px;
    font-weight: 600;
    color: #ff5e57;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.xgnews-full-width-04 .content .comments i {
    display: block;
}

.xgnews-full-width-04 .cats a {
    color: #ff5e57;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-full-width-04 .content {
    padding: 30px 30px 20px 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}

.xgnews-full-width-04 .cats {
    color: #ff5e57;
    display: block;
    margin-bottom: 10px;
}

.xgnews-full-width-04 .content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
}

.xgnews-full-width-04 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-04 .content .post-meta {
    color: #ff5e57;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.xgnews-full-width-04 .content .post-meta a {
    color: #777;
}

.xgnews-full-width-04 .content .share-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xgnews-full-width-04 .content .share-icon li {
    display: inline-block;
}

.xgnews-full-width-04 .content .share-icon li + li {
    margin-left: 20px;
}

.xgnews-full-width-04 .content .share-icon li a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-04 .content .title a:hover,
.xgnews-full-width-05 .content .share-icon li a:hover {
    color: #ff5e57;
}
.xgnews-full-width-04 .content .share-icon li.title{
    font-size: 16px;
}
@media only screen and (max-width: 991px) {
    .xgnews-full-width-04 {
        display: block;
    }

    .xgnews-full-width-04 .thumb img {
        width: 100%;
    }

    .xgnews-full-width-04 .content .comments {
        left: 20px;
        top: -80px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .xgnews-full-width-04 .content {
        padding: 30px 30px 20px 30px;
    }
}

/* full width layout 05 */
.xgnews-full-width-05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-05 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-05 .thumb {
    position: relative;
    z-index: 0;
    margin-right: 30px;
}

.xgnews-full-width-05 .thumb .cats {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #3c40c6;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}

.xgnews-full-width-05 .content .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
}

.xgnews-full-width-05 .content p {
    color: #656565;
}

.xgnews-full-width-05 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-05 .content .title a:hover,
.xgnews-full-width-05 .content .readmore:hover {
    color: #3c40c6;
}

.xgnews-full-width-05 .thumb .cats a {
    color: #fff;
}

.xgnews-full-width-05 .content {
    padding: 20px 20px 20px 30px;
    position: relative;
    z-index: 0;
}

.xgnews-full-width-05 .content .readmore {
    color: #616161;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-weight: 600;
}

.xgnews-full-width-05 .content .time {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3c40c6;
}

.xgnews-full-width-05 .content .time-wrap {
    position: absolute;
    left: -50px;
    top: 62px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-05 {
        display: block;
    }

    .xgnews-full-width-05 .thumb img {
        width: 100%;
    }

    .xgnews-full-width-05 .content {
        padding: 30px 20px 20px 30px;
    }
}

/* full width layout 06 */
.xgnews-full-width-06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-06 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-06 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-full-width-06 .thumb .time-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: #216ae6;
    color: #fff;
    text-align: center;
    padding-top: 16px;
}

.xgnews-full-width-06 .thumb .time-wrap .time {
    color: #fff;
    font-size: 30px;
    line-height: 15px;
    font-weight: 600;
}

.xgnews-full-width-06 .thumb .time-wrap .time .month {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 16px;
}

.xgnews-full-width-06 .content {
    padding: 30px 30px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    position: relative;
}

.xgnews-full-width-06 .content .cats {
    font-size: 14px;
    font-weight: 600;
    color: #656565;
    display: block;
    margin-bottom: 15px;
}

.xgnews-full-width-06 .content .cats i {
    color: #216ae6;
}

.xgnews-full-width-06 .content .cats a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-06 .content .cats a:hover {
    color: #216ae6;
}

.xgnews-full-width-06 .content .title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 32px;
}

.xgnews-full-width-06 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-06 .content .title a:hover {
    color: #216ae6;
}

.xgnews-full-width-06 .content p {
    color: #656565;
}

.xgnews-full-width-06 .content .readmore {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: relative;
}

.xgnews-full-width-06 .content .readmore:hover {
    color: #216ae6;
}

.xgnews-full-width-06 .content .readmore i {
    position: absolute;
    right: 5px;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-06 .content .readmore:hover {
    color: #007bff;
}

.xgnews-full-width-06 .content .readmore:hover i {
    visibility: visible;
    opacity: 1;
    right: -10px;
    color: #007bff;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-06 {
        display: block;
    }

    .xgnews-full-width-06 .thumb img {
        width: 100%;
    }
}

/* full width layout 07 */
.xgnews-full-width-07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-07 .thumb {
    margin-right: 30px;
}

.xgnews-full-width-07 .content {
    padding: 20px 0px 20px 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-07 .content .cats {
    font-weight: 600;
    color: #fc4444;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.xgnews-full-width-07 .content .cats a {
    color: #fc4444;
}

.xgnews-full-width-07 .content .title {
    font-size: 22px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.xgnews-full-width-07 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-07 .content .title a:hover {
    color: #fc4444;
}

.xgnews-full-width-07 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.xgnews-full-width-07 .content .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-07 .content .post-meta a:hover {
    color: #fc4444;
}

.xgnews-full-width-07 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-full-width-07 .content .readmore {
    display: inline-block;
    border: 1px solid #E2E2E2;
    padding: 8px 25px 5px 25px;
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #f2f2f2;
}

.xgnews-full-width-07 .content .readmore:hover {
    color: #fff;
    background-color: #fc4444;
    border-color: #fc4444;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-07 {
        display: block;
    }

    .xgnews-full-width-07 .thumb img {
        width: 100%;
    }

    .xgnews-full-width-07 .thumb {
        margin-right: 0px;
    }
}

/* full width layout 08 */
.xgnews-full-width-08 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-08 .thumb {
    margin-right: 30px;
}

.xgnews-full-width-08 .thumb {
    position: relative;
    z-index: 0;
}

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

.xgnews-full-width-08 .thumb .cats a {
    color: #fff;
}

.xgnews-full-width-08 .content {
    padding: 30px 0px 0px 0px;
}

.xgnews-full-width-08 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.xgnews-full-width-08 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-08 .content .title a:hover {
    color: #e74c3c;
}

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

.xgnews-full-width-08 .content .post-meta a {
    color: #656565;
}

.xgnews-full-width-08 .content .post-meta a.posted_by {
    color: #e74c3c;
}

.xgnews-full-width-08 .content p {
    font-size: 18px;
    line-height: 28px;
    color: #656565;
}

.xgnews-full-width-08 .content .readmore {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-08 .content .readmore:hover {
    color: #e74c3c;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-08 {
        display: block;
    }

    .xgnews-full-width-08 .thumb img {
        width: 100%;
    }

    .xgnews-full-width-08 .thumb {
        margin-right: 0px;
    }
}

/* full width layout 09 */
.xgnews-full-width-09 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-09 .content {
    padding: 30px 30px 20px 30px;
    border: 1px solid #e3e3e3;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-09 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.xgnews-full-width-09 .content .post-meta a,
.xgnews-full-width-09 .content .cats {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-09 .content .post-meta a:hover,
.xgnews-full-width-09 .content .cats a:hover,
.xgnews-full-width-09 .content .title a:hover {
    color: #fc4444;
}

.xgnews-full-width-09 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-full-width-09 .content .cats a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-09 .content .cats {
    margin-bottom: 10px;
    display: block;
}

.xgnews-full-width-09 .content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
}

.xgnews-full-width-09 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-09 {
        display: block;
    }

    .xgnews-full-width-09 .thumb img {
        width: 100%;
    }
}

/* full width layout 10 */
.xgnews-full-width-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-10 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-10 .thumb {
    position: relative;
    z-index: 0;
    margin-right: 30px;
}

.xgnews-full-width-10 .thumb .cats {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 5px 10px;
    background-color: #fc4444;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
}

.xgnews-full-width-10 .thumb .cats a {
    color: #fff;
}

.xgnews-full-width-10 .post-meta {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #656565;
    margin-bottom: 15px;
    margin-top: 25px;
}

.xgnews-full-width-10 .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-10 .post-meta a:hover,
.xgnews-full-width-10 .content .title a:hover {
    color: #fc4444;
}

.xgnews-full-width-10 .content .title a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-10 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-full-width-10 .content .readmore {
    position: relative;
    z-index: 0;
    color: #656565;
}

.xgnews-full-width-10 .content .readmore:after {
    position: absolute;
    right: 0px;
    top: -2px;
    color: #656565;
    content: "....";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-10 .content .readmore i {
    position: absolute;
    right: 0px;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-10 .content .readmore:hover {
    color: #fc4444;
}

.xgnews-full-width-10 .content .readmore:hover:after,
.xgnews-full-width-10 .content .readmore:hover i {
    visibility: visible;
    opacity: 1;
    color: #fc4444;
}

.xgnews-full-width-10 .content .readmore:hover:after {
    right: -20px;
}

.xgnews-full-width-10 .content .readmore:hover i {
    right: -26px;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-10 {
        display: block;
    }

    .xgnews-full-width-10 .thumb img {
        width: 100%;
    }

    .xgnews-full-width-10 .thumb {
        margin-right: 0px;
    }
}

/* full width layout 11 */
.xgnews-full-width-11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-11 .content .cats {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.xgnews-full-width-11 .content {
    text-align: center;
    padding: 25px 30px 30px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-11 .content .cats a {
    color: #27ae60;
    text-decoration: underline;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-11 .content .cats a:hover {
    color: #27ae60;
}

.xgnews-full-width-11 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.xgnews-full-width-11 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-11 .content .title a:hover {
    color: #27ae60;
}

.xgnews-full-width-11 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-full-width-11 .content .readmore {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: relative;
}

.xgnews-full-width-11 .content .readmore:hover {
    color: #27ae60;
}

.xgnews-full-width-11 .content .readmore:hover i {
    right: -10px;
    visibility: visible;
    opacity: 1;
}

.xgnews-full-width-11 .content .readmore i {
    position: absolute;
    right: 0;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.xgnews-full-width-11 .share-icon li.title{
    display: none !important;
}
.xgnews-full-width-11 .share-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.xgnews-full-width-11 .share-icon li {
    display: inline-block;
}

.xgnews-full-width-11 .share-icon li + li {
    margin-left: 20px;
}

.xgnews-full-width-11 .share-icon li a {
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #333;
    color: #fff;
    line-height: 30px;
}

.xgnews-full-width-11 .share-icon li a:hover {
    background-color: #27ae60;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-11 {
        display: block;
    }

    .xgnews-full-width-11 .thumb img {
        width: 100%;
    }

    .xgnews-full-width-11 .thumb {
        margin-right: 0px;
    }
}

/* full width layout 12 */
.xgnews-full-width-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-12 .post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-12 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-full-width-12 .thumb .time {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #eee;
    padding: 8px 10px 5px 10px;
    border-radius: 3px;
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 13px;
    font-weight: 600;
}

.xgnews-full-width-12:hover .thumb .time {
    background-color: #1abc9c;
    color: #fff;
}

.xgnews-full-width-12 .content {
    padding: 25px 30px 25px 30px;
    border: 1px solid #e2e2e2;
}

.xgnews-full-width-12 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.xgnews-full-width-12 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-12 .content .title a:hover {
    color: #1abc9c;
}

.xgnews-full-width-12 .post-footer .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #e2e2e2;
    border-top: none;
}

.xgnews-full-width-12 .post-footer .post-meta li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.xgnews-full-width-12 .post-footer .post-meta li + li {
    border-left: 1px solid #e2e2e2;
}

.xgnews-full-width-12 .post-footer .post-meta li .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xgnews-full-width-12 .post-footer .post-meta li .social-icon li {
    display: inline;
}

.xgnews-full-width-12 .post-footer .post-meta li .social-icon li + li {
    margin-left: 10px;
    border: none;
}

.xgnews-full-width-12 .post-footer .post-meta li a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.xgnews-full-width-12 .post-footer .post-meta li a:hover {
    color: #1ABC9C;
}

.xgnews-full-width-12 .content .readmore {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-decoration: underline;
}

.xgnews-full-width-12 .content .readmore:hover {
    color: #1ABC9C;
}

.xgnews-full-width-12 .content p {
    font-size: 18px;
    line-height: 28px;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-12 {
        display: block;
    }

    .xgnews-full-width-12 .thumb img {
        width: 100%;
    }
}
.xgnews-full-width-12 .post-footer .post-meta li.title {
    display: none;
}

.xgnews-full-width-12 .post-footer .post-meta ul {
    padding-left: 0;
}

.xgnews-full-width-12 .post-footer .post-meta ul li {
    border: none;
    width: auto;
    margin: 0 10px;
}
/* full width layout 13 */
.xgnews-full-width-13 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-13 .content {
    padding: 35px 30px 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 20px;
}

.xgnews-full-width-13 .content .cats {
    position: absolute;
    top: -15px;
}

.xgnews-full-width-13 .content .cats a {
    display: inline-block;
    background-color: #fc4444;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    color: #fff;
}

.xgnews-full-width-13 .content .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.xgnews-full-width-13 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-13 .content .title a:hover {
    color: #fc4444;
}

.xgnews-full-width-13 .content .post-meta {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.xgnews-full-width-13 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-13 .content .post-meta a:hover {
    color: #fc4444;
}

.xgnews-full-width-13 .content p {
    font-size: 16px;
    line-height: 28px;
}

.xgnews-full-width-13 .content .readmore {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-13 .content .readmore:hover {
    color: #fc4444;
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-13 {
        display: block;
    }

    .xgnews-full-width-13 .thumb img {
        width: 100%;
    }

    .xgnews-full-width-13 .thumb {
        margin-bottom: 40px;
    }
}

/* full width layout 14 */
.xgnews-full-width-14 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-14 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-14 .thumb {
    position: relative;
    z-index: 0;
    margin-right: 30px;
}

.xgnews-full-width-14 .thumb .cats {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #E43D6A;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.xgnews-full-width-14 .thumb .cats a {
    color: #fff;
}

.xgnews-full-width-14 .content .title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}

.xgnews-full-width-14 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-14 .content .title a:hover,
.xgnews-full-width-14 .content .post-meta a:hover {
    color: #e43d6a;
}

.xgnews-full-width-14 .content .post-meta {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-bottom: 10px;
}

.xgnews-full-width-14 .content .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-14 .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: 991px) {
    .xgnews-full-width-14 {
        display: block;
    }

    .xgnews-full-width-14 .thumb img {
        width: 100%;
    }

    .xgnews-full-width-14 .thumb {
        margin-bottom: 30px;
    }
}

/* full width layout 15 */
.xgnews-full-width-15 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-15 .cats {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    padding: 5px 10px;
    color: #fff;
    background-color: #FF9C42;
    display: inline-block;
    margin-bottom: 15px;
}

.xgnews-full-width-15 .thumb {
    margin-right: 30px;
}

.xgnews-full-width-15 .cats a {
    color: #fff;
    letter-spacing: 1px;
}

.xgnews-full-width-15 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-15 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.xgnews-full-width-15 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.xgnews-full-width-15 .content .title a:hover,
.xgnews-full-width-15 .content .post-meta a:hover {
    color: #FF9C42;
}

.xgnews-full-width-15 .content .post-meta {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-bottom: 15px;
}

.xgnews-full-width-15 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-15 .content .readmore {
    position: relative;
    z-index: 0;
    color: #777;
    padding-left: 8px;
    -webkit-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    -o-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.xgnews-full-width-15 .content .readmore:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #777;
    content: '';
    -webkit-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    -o-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
}

.xgnews-full-width-15 .content .readmore:hover {
    color: #FF9C42;
}

.xgnews-full-width-15 .content .readmore:hover:after {
    background-color: #FF9C42;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-15 {
        display: block;
    }

    .xgnews-full-width-15 .thumb img {
        width: 100%;
    }

    .xgnews-full-width-15 .thumb {
        margin-bottom: 30px;
    }
}

/* full width layout 16 */
.xgnews-full-width-16 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-16 .thumb {
    margin-right: 30px;
}

.xgnews-full-width-16 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-16 .content .post-meta {
    font-size: 14px;
    line-height: 22px;
    color: #777;
    margin-bottom: 15px;
}

.xgnews-full-width-16 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-16 .content .post-meta a:hover,
.xgnews-full-width-16 .content .title a:hover,
.xgnews-full-width-16 .content .posted_by:hover {
    color: #E74C3C;
}

.xgnews-full-width-16 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.xgnews-full-width-16 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-16 .content .posted_by {
    margin-bottom: 15px;
    display: block;
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-16 {
        display: block;
    }

    .xgnews-full-width-16 .thumb img {
        width: 100%;
    }

    .xgnews-full-width-16 .thumb {
        margin-bottom: 30px;
    }
}

/* full width layout 17 */
.xgnews-full-width-17 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.xgnews-full-width-17 .thumb {
    margin-right: 30px;
}

.xgnews-full-width-17 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-full-width-17 .thumb img {
    border-radius: 10px;
}

.xgnews-full-width-17 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.xgnews-full-width-17 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-17 .content .title a:hover,
.xgnews-full-width-17 .content .post-meta a:hover {
    color: #e74c3c;
}

.xgnews-full-width-17 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    margin-bottom: 15px;
}

.xgnews-full-width-17 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-17 .content .cats a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px;
    background-color: #f3f3f3;
    color: #777;
    border-radius: 3px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-full-width-17 .content .cats a + a {
    margin-left: 10px;
}

.xgnews-full-width-17 .content .cats a:hover {
    background-color: #e74c3c;
    color: #fff;
}

.xgnews-full-width-17 .content .cats {
    margin-top: 15px;
}

@media only screen and (max-width: 991px) {
    .xgnews-full-width-17 {
        display: block;
    }

    .xgnews-full-width-17 .thumb img {
        width: 100%;
    }

    .xgnews-full-width-17 .thumb {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

/*--------------------------------
    Featured Column
-------------------------------*/
/* featured column 01 */
.xgnews-feature-column-01 {
    margin-bottom: 30px;
}

.xgnews-feature-column-01 .thumb {
    margin-bottom: 25px;
}

.xgnews-feature-column-01 .content .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 600;
}

.xgnews-feature-column-01 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-01 .content .title a:hover {
    color: #27ae60;
}

.xgnews-feature-column-01 .content .time {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #555;
    font-style: italic;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.xgnews-feature-column-01 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-feature-column-01 .content .readmore {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 600;
    font-style: italic;
    position: relative;
    z-index: 0;
    display: inline-block;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-01 .content .readmore:after {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 20px;
    height: 1px;
    background-color: #27ae60;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-01 .content .readmore:after {
    left: auto;
    right: 0px;
}

.xgnews-feature-column-01 .content .readmore:hover {
    color: #27ae60;
}

.xgnews-feature-column-01 .content .readmore:hover:after {
    right: -30px;
    visibility: visible;
    opacity: 1;
}

.xgnews-feature-column-01 .content .time:after,
.xgnews-feature-column-01 .content .time:before {
    position: absolute;
    left: 50px;
    top: 9px;
    width: 50px;
    height: 1px;
    background-color: #e2e2e2;
    content: '';
}

.xgnews-feature-column-01 .content .time:after {
    left: auto;
    right: 50px;
}

.xgnews-feature-column-list-01 .thumb {
    max-width: 100px;
    margin-right: 20px;
}

.xgnews-feature-column-list-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-01 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-01 .content .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
    font-weight: 700;
}

.xgnews-feature-column-list-01 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-01 .content .title a:hover {
    color: #27ae60;
}

.xgnews-feature-column-list-01 .content .time {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    color: #555;
    font-style: italic;
    position: relative;
    z-index: 0;
    margin-bottom: 0;
    display: block;
    text-align: center;
}

.xgnews-feature-column-list-01 .content .time:after,
.xgnews-feature-column-list-01 .content .time:before {
    position: absolute;
    left: 40px;
    top: 9px;
    width: 30px;
    height: 1px;
    background-color: #e2e2e2;
    content: '';
}

.xgnews-feature-column-list-01 .content .time:after {
    left: auto;
    right: 40px;
}

.xgnews-feature-column-list-01:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .xgnews-feature-column-list-01 .content .time:after,
    .xgnews-feature-column-list-01 .content .time:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-01 .thumb img {
        width: 100%;
    }

    .xgnews-feature-column-list-01 .content .time {
        text-align: left;
    }
}

/* featured column 02 */
.xgnews-feature-column-02 .thumb {
    margin-bottom: 25px;
}

.xgnews-feature-column-02 .content {
    text-align: center;
}

.xgnews-feature-column-02 .content .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-02 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-02 .content .title a:hover {
    color: #e67e22;
}

.xgnews-feature-column-02 .content .time {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #555;
    font-style: italic;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.xgnews-feature-column-02 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-feature-column-02 .content .cats {
    margin-bottom: 10px;
    color: #e67e22;
}

.xgnews-feature-column-02 .content .cats a {
    color: #e67e22;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-02 .content .title:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 1px;
    background-color: #e67e22;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xgnews-feature-column-list-02 .thumb {
    max-width: 100px;
    margin-right: 20px;
}

.xgnews-feature-column-list-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-02 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-02 .content .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}

.xgnews-feature-column-list-02 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-02 .content .title a:hover {
    color: #e67e22;
}

.xgnews-feature-column-list-02 .content .title:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 1px;
    background-color: #e67e22;
    content: '';
}

.xgnews-feature-column-list-02 .content .time {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #555;
    font-style: italic;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-02 .thumb img {
        width: 100%;
    }
}

/* featured column 03 */
.xgnews-feature-column-03 .content .cats a {
    color: #ff5252;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-feature-column-03 .thumb {
    margin-bottom: 25px;
}

.xgnews-feature-column-03 .content .cats {
    display: block;
    margin-bottom: 10px;
}

.xgnews-feature-column-03 .content .title {
    font-size: 24px;
    font-weight: 700;
    color: #444;
    line-height: 34px;
    margin-bottom: 10px;
}

.xgnews-feature-column-03 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-03 .content .time {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-feature-column-03 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-feature-column-03 .content .title a:hover,
.xgnews-feature-column-list-03 .content .title a:hover {
    color: #ff5252;
}

.xgnews-feature-column-03 .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;
}

.xgnews-feature-column-03 .content .share-icon ul li {
    display: inline-block;
    color: #515151;
}

.xgnews-feature-column-03 .content .share-icon ul li + li {
    margin-left: 15px;
}

.xgnews-feature-column-03 .content .share-icon ul li a {
    color: #515151;
}

.xgnews-feature-column-03 .content .share-icon ul li.title {
    font-size: 16px;
    margin-bottom: 0;
}

.xgnews-feature-column-list-03 .thumb {
    max-width: 100px;
    margin-right: 20px;
}

.xgnews-feature-column-list-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-03 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-03 .content .time {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-feature-column-list-03 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-03 .content .cats a {
    color: #ff5252;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-feature-column-list-03 .content .title {
    font-size: 20px;
    font-weight: 700;
    color: #444;
    line-height: 25px;
    margin-bottom: 0;
}

.xgnews-feature-column-list-03:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-03 .thumb img {
        width: 100%;
    }
}

/* featured column 04 */
.xgnews-feature-column-04 .content {
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-04 .content .comments {
    position: absolute;
    left: 20px;
    top: -32px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 30px;
    padding-top: 10px;
    font-weight: 600;
    color: #ff5e57;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.xgnews-feature-column-04 .content .comments i {
    display: block;
}

.xgnews-feature-column-04 .cats a {
    color: #ff5e57;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-feature-column-04 .content {
    padding: 50px 30px 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}

.xgnews-feature-column-04 .cats {
    color: #ff5e57;
    display: block;
    margin-bottom: 10px;
}

.xgnews-feature-column-04 .content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
}
.xgnews-feature-column-04 .content .share-icon li.title{
    display: none;
}
.xgnews-feature-column-04 .content .share-icon li:nth-child(2){
    margin-left: 0;
}
.xgnews-feature-column-04 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-04 .content .post-meta {
    color: #ff5e57;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.xgnews-feature-column-04 .content .post-meta a {
    color: #777;
}

.xgnews-feature-column-04 .content .share-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xgnews-feature-column-04 .content .share-icon li {
    display: inline-block;
}

.xgnews-feature-column-04 .content .share-icon li + li {
    margin-left: 20px;
}

.xgnews-feature-column-04 .content .share-icon li a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-04 .content .title a:hover,
.xgnews-feature-column-04 .content .share-icon li a:hover {
    color: #ff5e57;
}

.xgnews-feature-column-list-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-04 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-04 .thumb {
    max-width: 100px;
    margin-right: 20px;
}

.xgnews-feature-column-list-04 .cats a {
    color: #ff5e57;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-feature-column-list-04 .content .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #333;
    margin-top: 5px;
}

.xgnews-feature-column-list-04 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-04 .content .title a:hover {
    color: #ff5e57;
}

.xgnews-feature-column-list-04 .content .post-meta {
    color: #ff5e57;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

.xgnews-feature-column-list-04 .content .post-meta a {
    color: #777;
}

.xgnews-feature-column-list-04:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-04 .thumb img {
        width: 100%;
    }
}

/* featured column 05 */
.xgnews-feature-column-05 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-05 .thumb .cats {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #3c40c6;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}

.xgnews-feature-column-05 .content .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
}

.xgnews-feature-column-05 .content p {
    color: #656565;
}

.xgnews-feature-column-05 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-05 .content .title a:hover,
.xgnews-feature-column-05 .content .readmore:hover {
    color: #3c40c6;
}

.xgnews-feature-column-05 .thumb .cats a {
    color: #fff;
}

.xgnews-feature-column-05 .content {
    padding: 20px 20px 20px 30px;
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-05 .content .readmore {
    color: #616161;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-weight: 600;
}

.xgnews-feature-column-05 .content .time {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3c40c6;
}

.xgnews-feature-column-05 .content .time-wrap {
    position: absolute;
    left: -42px;
    top: 62px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.xgnews-feature-column-list-05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-05 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-05 .thumb {
    max-width: 100px;
    margin-right: 20px;
}

.xgnews-feature-column-list-05 .content .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #333;
}

.xgnews-feature-column-list-05 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-05 .title a:hover {
    color: #3c40c6;
}

.xgnews-feature-column-list-05:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-05 .thumb img {
        width: 100%;
    }
}

/* featured column 06 */
.xgnews-feature-column-06 {
    margin-bottom: 30px;
}

.xgnews-feature-column-06 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-06 .thumb .time-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: #216ae6;
    color: #fff;
    text-align: center;
    padding-top: 16px;
}

.xgnews-feature-column-06 .thumb .time-wrap .time {
    color: #fff;
    font-size: 30px;
    line-height: 15px;
    font-weight: 600;
}

.xgnews-feature-column-06 .thumb .time-wrap .time .month {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 16px;
}

.xgnews-feature-column-06 .content {
    padding: 30px 30px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    margin: 0 20px;
    border-radius: 10px;
    margin-top: -40px;
    position: relative;
}

.xgnews-feature-column-06 .content .cats {
    font-size: 14px;
    font-weight: 600;
    color: #656565;
    display: block;
    margin-bottom: 15px;
}

.xgnews-feature-column-06 .content .cats i {
    color: #216ae6;
}

.xgnews-feature-column-06 .content .cats a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-06 .content .cats a:hover {
    color: #216ae6;
}

.xgnews-feature-column-06 .content .title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 32px;
}

.xgnews-feature-column-06 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-06 .content .title a:hover {
    color: #216ae6;
}

.xgnews-feature-column-06 .content p {
    color: #656565;
}

.xgnews-feature-column-06 .content .readmore {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: relative;
}

.xgnews-feature-column-06 .content .readmore:hover {
    color: #216ae6;
}

.xgnews-feature-column-06 .content .readmore i {
    position: absolute;
    right: 5px;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-06 .content .readmore:hover {
    color: #007bff;
}

.xgnews-feature-column-06 .content .readmore:hover i {
    visibility: visible;
    opacity: 1;
    right: -10px;
    color: #007bff;
}

.xgnews-feature-column-list-06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-06 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-06 .thumb {
    max-width: 150px;
    margin-right: 20px;
}

.xgnews-feature-column-list-06 .content .cats {
    font-size: 14px;
    font-weight: 600;
    color: #656565;
    display: block;
    margin-bottom: 15px;
}

.xgnews-feature-column-list-06 .content .cats i {
    color: #216ae6;
}

.xgnews-feature-column-list-06 .content .cats a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-06 .content .cats a:hover {
    color: #216ae6;
}

.xgnews-feature-column-list-06 .content .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 25px;
}

.xgnews-feature-column-list-06 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-06 .content .title a:hover {
    color: #216ae6;
}

.xgnews-feature-column-list-06 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-list-06 .thumb .time-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 55px;
    background-color: #216ae6;
    color: #fff;
    text-align: center;
    padding-top: 6px;
}

.xgnews-feature-column-list-06 .thumb .time-wrap .time {
    color: #fff;
    font-size: 20px;
    line-height: 5px;
    font-weight: 600;
}

.xgnews-feature-column-list-06 .thumb .time-wrap .time .month {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 15px;
    display: block;
}

.xgnews-feature-column-list-06:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-06 .thumb img {
        width: 100%;
    }
}

/* featured column 07 */
.xgnews-feature-column-07 {
    margin-bottom: 30px;
}

.xgnews-feature-column-07 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-07 .thumb .cats {
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #27ae60;
    padding: 8px 10px 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xgnews-feature-column-07 .thumb .cats a {
    color: #fff;
}

.xgnews-feature-column-07 .content {
    padding: 30px 30px 30px 30px;
    text-align: center;
    border: 1px solid #e2e2e2;
}

.xgnews-feature-column-07 .content .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.xgnews-feature-column-07 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-07 .content .title a:hover, .xgnews-feature-column-07 .content .post-meta a:hover {
    color: #27ae60;
}

.xgnews-feature-column-07 .content .title:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 1px;
    background-color: #27ae60;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xgnews-feature-column-07 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #656565;
}

.xgnews-feature-column-07 .content .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-07 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-07 .thumb {
    max-width: 120px;
    margin-right: 20px;
}

.xgnews-feature-column-list-07 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-list-07 .thumb .cats {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #27ae60;
    padding: 8px 10px 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.xgnews-feature-column-list-07 .thumb .cats a {
    color: #fff;
}

.xgnews-feature-column-list-07 .content .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.xgnews-feature-column-list-07 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-07 .content .title a:hover,
.xgnews-feature-column-list-07 .content .post-meta a:hover {
    color: #27ae60;
}

.xgnews-feature-column-list-07 .content .title:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 1px;
    background-color: #27ae60;
    content: '';
}

.xgnews-feature-column-list-07 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #656565;
}

.xgnews-feature-column-list-07 .content .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-07:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-07 .thumb img {
        width: 100%;
    }
}

/* featured column 08 */
.xgnews-feature-column-08 .content {
    padding: 30px 30px 20px 30px;
    border: 1px solid #e3e3e3;
}

.xgnews-feature-column-08 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.xgnews-feature-column-08 .content .post-meta a,
.xgnews-feature-column-08 .content .cats {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-08 .content .post-meta a:hover,
.xgnews-feature-column-08 .content .cats a:hover,
.xgnews-feature-column-08 .content .title a:hover {
    color: #fc4444;
}

.xgnews-feature-column-08 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-feature-column-08 .content .cats a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-08 .content .cats {
    margin-bottom: 10px;
    display: block;
}

.xgnews-feature-column-08 .content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
}

.xgnews-feature-column-08 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-08 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-08 .thumb {
    max-width: 120px;
    margin-right: 20px;
}

.xgnews-feature-column-list-08 .content .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #333;
}

.xgnews-feature-column-list-08 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-08 .content .cats a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-08 .content .cats {
    margin-bottom: 5px;
    display: block;
}

.xgnews-feature-column-list-08 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.xgnews-feature-column-list-08 .content .post-meta a,
.xgnews-feature-column-list-08 .content .cats {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-08 .content .post-meta a:hover,
.xgnews-feature-column-list-08 .content .cats a:hover,
.xgnews-feature-column-list-08 .content .title a:hover {
    color: #fc4444;
}

.xgnews-feature-column-list-08:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-08 .thumb img {
        width: 100%;
    }
}

/* featured column 09 */
.xgnews-feature-column-09 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-09 .thumb .cats {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 5px 10px;
    background-color: #fc4444;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
}

.xgnews-feature-column-09 .thumb .cats a {
    color: #fff;
}

.xgnews-feature-column-09 .post-meta {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #656565;
    margin-bottom: 15px;
    margin-top: 25px;
}

.xgnews-feature-column-09 .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-09 .post-meta a:hover,
.xgnews-feature-column-09 .content .title a:hover {
    color: #fc4444;
}

.xgnews-feature-column-09 .content .title a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-09 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-feature-column-09 .content .readmore {
    position: relative;
    z-index: 0;
    color: #656565;
}

.xgnews-feature-column-09 .content .readmore:after {
    position: absolute;
    right: 0px;
    top: -2px;
    color: #656565;
    content: "....";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-09 .content .readmore i {
    position: absolute;
    right: 0px;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-09 .content .readmore:hover {
    color: #fc4444;
}

.xgnews-feature-column-09 .content .readmore:hover:after,
.xgnews-feature-column-09 .content .readmore:hover i {
    visibility: visible;
    opacity: 1;
    color: #fc4444;
}

.xgnews-feature-column-09 .content .readmore:hover:after {
    right: -20px;
}

.xgnews-feature-column-09 .content .readmore:hover i {
    right: -26px;
}

.xgnews-feature-column-list-09 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-09 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-09 .thumb {
    max-width: 150px;
    margin-right: 20px;
}

.xgnews-feature-column-list-09 .content .title a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-09 .post-meta {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #656565;
    margin-bottom: 5px;
}

.xgnews-feature-column-list-09 .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-09 .post-meta a:hover,
.xgnews-feature-column-list-09 .content .title a:hover {
    color: #fc4444;
}

.xgnews-feature-column-list-09:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-09 .thumb img {
        width: 100%;
    }
}

/* featured column 10 */
.xgnews-feature-column-10 .content {
    text-align: center;
    padding: 30px 30px 25px 30px;
    border: 1px solid #e2e2e2;
}

.xgnews-feature-column-10 .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;
}

.xgnews-feature-column-10 .content .cats a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-10 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #333;
}

.xgnews-feature-column-10 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-10 .content .title a:hover {
    color: #E91E63;
}

.xgnews-feature-column-10 .content .post-meta {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
}

.xgnews-feature-column-10 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-10 .content .post-meta a:hover {
    color: #e91e63;
}

.xgnews-feature-column-list-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-10 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-10 .thumb {
    max-width: 120px;
    margin-right: 20px;
}

.xgnews-feature-column-list-10 .content .cats {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #E91E63;
    display: inline-block;
    padding: 8px 10px 5px 10px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 10px;
}

.xgnews-feature-column-list-10 .content .cats a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-10 .content .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.xgnews-feature-column-list-10 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-10 .content .title a:hover {
    color: #E91E63;
}

.xgnews-feature-column-list-10 .content .post-meta {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
}

.xgnews-feature-column-list-10 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-10 .content .post-meta a:hover {
    color: #e91e63;
}

.xgnews-feature-column-list-10:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-10 .thumb img {
        width: 100%;
    }
}

/* featured column 11 */
.xgnews-feature-column-11 {
    margin-bottom: 30px;
}

.xgnews-feature-column-11 .content {
    padding-top: 25px;
}

.xgnews-feature-column-11 .content .cats {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.xgnews-feature-column-11 .content .cats a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-11 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #333;
}

.xgnews-feature-column-11 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-11 .content .title a:hover {
    color: #E91E63;
}

.xgnews-feature-column-11 .content .post-meta {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    border-top: 1px dashed #e3e3e3;
    padding-top: 15px;
}

.xgnews-feature-column-11 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-11 .content .post-meta a:hover {
    color: #e91e63;
}

.xgnews-feature-column-list-11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-11 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-11 .thumb {
    max-width: 120px;
    margin-right: 20px;
}

.xgnews-feature-column-list-11 .content .cats {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
}

.xgnews-feature-column-list-11 .content .cats a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-11 .content .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #333;
}

.xgnews-feature-column-list-11 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-11 .content .title a:hover {
    color: #E91E63;
}

.xgnews-feature-column-list-11 .content .post-meta {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    border-top: 1px dashed #e3e3e3;
    padding-top: 15px;
}

.xgnews-feature-column-list-11 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-11 .content .post-meta a:hover {
    color: #e91e63;
}

.xgnews-feature-column-list-11:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-11 .thumb img {
        width: 100%;
    }
}

/* featured column 12 */
.xgnews-feature-column-12 {
    margin-bottom: 30px;
}

.xgnews-feature-column-12 .content .cats {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.xgnews-feature-column-12 .content {
    text-align: center;
    padding: 25px 30px 30px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.02);
}

.xgnews-feature-column-12 .content .cats a {
    color: #27ae60;
    text-decoration: underline;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-12 .content .cats a:hover {
    color: #27ae60;
}

.xgnews-feature-column-12 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.xgnews-feature-column-12 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-12 .content .title a:hover {
    color: #27ae60;
}

.xgnews-feature-column-12 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-feature-column-12 .content .readmore {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: relative;
}

.xgnews-feature-column-12 .content .readmore:hover {
    color: #27ae60;
}

.xgnews-feature-column-12 .content .readmore:hover i {
    right: -10px;
    visibility: visible;
    opacity: 1;
}

.xgnews-feature-column-12 .content .readmore i {
    position: absolute;
    right: 0;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-12 .share-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}
.xgnews-feature-column-12 .share-icon li.title{
    display: none;
}
.xgnews-feature-column-12 .share-icon li {
    display: inline-block;
}

.xgnews-feature-column-12 .share-icon li + li {
    margin-left: 20px;
}

.xgnews-feature-column-12 .share-icon li a {
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #333;
    color: #fff;
    line-height: 30px;
}

.xgnews-feature-column-12 .share-icon li a:hover {
    background-color: #27ae60;
    color: #fff;
}

.xgnews-feature-column-list-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-12 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-12 .thumb {
    max-width: 120px;
    margin-right: 20px;
}

.xgnews-feature-column-list-12 .content .cats {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.xgnews-feature-column-list-12 .content .cats a {
    color: #27ae60;
    text-decoration: underline;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-12 .content .cats a:hover {
    color: #27ae60;
}

.xgnews-feature-column-list-12 .content .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.xgnews-feature-column-list-12 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-12 .content .title a:hover {
    color: #27ae60;
}

.xgnews-feature-column-list-12:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-12 .thumb img {
        width: 100%;
    }
}

/* featured column 13 */
.xgnews-feature-column-13 {
    margin-bottom: 30px;
}

.xgnews-feature-column-13 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-13 .thumb .time {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #eee;
    padding: 8px 10px 5px 10px;
    border-radius: 3px;
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 13px;
    font-weight: 600;
}

.xgnews-feature-column-13:hover .thumb .time {
    background-color: #1abc9c;
    color: #fff;
}

.xgnews-feature-column-13 .content {
    padding: 25px 30px 25px 30px;
    border: 1px solid #e2e2e2;
}

.xgnews-feature-column-13 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.xgnews-feature-column-13 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-13 .content .title a:hover {
    color: #1abc9c;
}

.xgnews-feature-column-13 .post-footer .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #e2e2e2;
    border-top: none;
}

.xgnews-feature-column-13 .post-footer .post-meta li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.xgnews-feature-column-13 .post-footer .post-meta li + li {
    border-left: 1px solid #e2e2e2;
}

.xgnews-feature-column-13 .post-footer .post-meta li .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xgnews-feature-column-13 .post-footer .post-meta li .social-icon li {
    display: inline;
}

.xgnews-feature-column-13 .post-footer .post-meta li .social-icon li + li {
    margin-left: 10px;
    border: none;
}

.xgnews-feature-column-13 .post-footer .post-meta li a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.xgnews-feature-column-13 .post-footer .post-meta li a:hover {
    color: #1ABC9C;
}

.xgnews-feature-column-13 .content .readmore {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-decoration: underline;
}

.xgnews-feature-column-13 .content .readmore:hover {
    color: #1ABC9C;
}

.xgnews-feature-column-13 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-feature-column-list-13 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-13 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-13 .thumb {
    max-width: 130px;
    margin-right: 20px;
}

.xgnews-feature-column-list-13 .content .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.xgnews-feature-column-list-13 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-13 .content .title a:hover {
    color: #1abc9c;
}

.xgnews-feature-column-list-13 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-list-13 .thumb .time {
    position: absolute;
    left: 5px;
    bottom: 5px;
    background-color: #eee;
    padding: 8px 10px 5px 10px;
    border-radius: 3px;
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 13px;
    font-weight: 600;
}

.xgnews-feature-column-list-13:hover .thumb .time {
    background-color: #1abc9c;
    color: #fff;
}

.xgnews-feature-column-list-13 .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.xgnews-feature-column-list-13:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-13 .thumb img {
        width: 100%;
    }
}

/* featured column 14 */
.xgnews-feature-column-14 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-feature-column-14 .thumb .cats {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E43D6A;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.xgnews-feature-column-14 .thumb .cats a {
    color: #fff;
}

.xgnews-feature-column-14 .content {
    padding: 25px 0 0 0;
}

.xgnews-feature-column-14 .content .title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}

.xgnews-feature-column-14 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-14 .content .title a:hover,
.xgnews-feature-column-14 .content .post-meta a:hover {
    color: #e43d6a;
}

.xgnews-feature-column-14 .content .post-meta {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-bottom: 10px;
}

.xgnews-feature-column-14 .content .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-14 .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;
}

.xgnews-feature-column-list-14 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-14 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-14 .thumb {
    max-width: 130px;
    margin-right: 20px;
}

.xgnews-feature-column-list-14 .content .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 25px;
}

.xgnews-feature-column-list-14 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-14 .content .title a:hover,
.xgnews-feature-column-list-14 .content .post-meta a:hover {
    color: #e43d6a;
}

.xgnews-feature-column-list-14 .content .post-meta {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-bottom: 10px;
}

.xgnews-feature-column-list-14 .content .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-14:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-14 .thumb img {
        width: 100%;
    }
}

/* featured column 15 */
.xgnews-feature-column-15 .cats {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    padding: 5px 10px;
    color: #fff;
    background-color: #FF9C42;
    display: inline-block;
    margin-bottom: 15px;
}

.xgnews-feature-column-15 .cats a {
    color: #fff;
    letter-spacing: 1px;
}

.xgnews-feature-column-15 .content {
    padding: 30px 0 0 0;
}

.xgnews-feature-column-15 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.xgnews-feature-column-15 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.xgnews-feature-column-15 .content .title a:hover,
.xgnews-feature-column-15 .content .post-meta a:hover {
    color: #FF9C42;
}

.xgnews-feature-column-15 .content .post-meta {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-bottom: 15px;
}

.xgnews-feature-column-15 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-15 .content .readmore {
    position: relative;
    z-index: 0;
    color: #777;
    padding-left: 8px;
    -webkit-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    -o-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.xgnews-feature-column-15 .content .readmore:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #777;
    content: '';
    -webkit-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    -o-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
}

.xgnews-feature-column-15 .content .readmore:hover {
    color: #FF9C42;
}

.xgnews-feature-column-15 .content .readmore:hover:after {
    background-color: #FF9C42;
}

.xgnews-feature-column-list-15 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-15 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-15 .thumb {
    max-width: 100px;
    margin-right: 20px;
}

.xgnews-feature-column-list-15 .content .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.xgnews-feature-column-list-15 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.xgnews-feature-column-list-15 .content .title a:hover,
.xgnews-feature-column-list-15 .content .post-meta a:hover {
    color: #FF9C42;
}

.xgnews-feature-column-list-15 .content .post-meta {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-bottom: 15px;
}

.xgnews-feature-column-list-15 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-15:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-15 .thumb img {
        width: 100%;
    }
}

/* featured column 16 */
.xgnews-feature-column-16 .content {
    padding-top: 21px;
}

.xgnews-feature-column-16 .content .post-meta {
    font-size: 14px;
    line-height: 22px;
    color: #777;
    margin-bottom: 15px;
}

.xgnews-feature-column-16 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-16 .content .post-meta a:hover,
.xgnews-feature-column-16 .content .title a:hover,
.xgnews-feature-column-16 .content .posted_by:hover {
    color: #E74C3C;
}

.xgnews-feature-column-16 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.xgnews-feature-column-16 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-16 .content .posted_by {
    margin-bottom: 15px;
    display: block;
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-16 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-16 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-16 .thumb {
    max-width: 100px;
    margin-right: 20px;
}

.xgnews-feature-column-list-16 .content .post-meta a:hover,
.xgnews-feature-column-list-16 .content .title a:hover,
.xgnews-feature-column-list-16 .content .posted_by:hover {
    color: #E74C3C;
}

.xgnews-feature-column-list-16 .content .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.xgnews-feature-column-list-16 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-16 .content .posted_by {
    margin-bottom: 15px;
    display: block;
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 14px;
}

.xgnews-feature-column-list-16 .content .post-meta {
    font-size: 14px;
    line-height: 22px;
    color: #777;
    margin-bottom: 5px;
}

.xgnews-feature-column-list-16 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-16:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-16 .thumb img {
        width: 100%;
    }
}

/* featured column 17 */
.xgnews-feature-column-17 {
    margin-bottom: 30px;
}

.xgnews-feature-column-17 .thumb img {
    border-radius: 10px;
    margin-bottom: 25px;
}

.xgnews-feature-column-17 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.xgnews-feature-column-17 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-17 .content .title a:hover,
.xgnews-feature-column-17 .content .post-meta a:hover {
    color: #e74c3c;
}

.xgnews-feature-column-17 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    margin-bottom: 15px;
}

.xgnews-feature-column-17 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-17 .content .cats a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px;
    background-color: #f3f3f3;
    color: #777;
    border-radius: 3px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-17 .content .cats a + a {
    margin-left: 10px;
}

.xgnews-feature-column-17 .content .cats a:hover {
    background-color: #e74c3c;
    color: #fff;
}

.xgnews-feature-column-17 .content .cats {
    margin-top: 15px;
}

.xgnews-feature-column-list-17 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
}

.xgnews-feature-column-list-17 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.xgnews-feature-column-list-17 .thumb {
    max-width: 120px;
    margin-right: 20px;
}

.xgnews-feature-column-list-17 .content .cats a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px;
    background-color: #f3f3f3;
    color: #777;
    border-radius: 3px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-17 .content .cats a + a {
    margin-left: 10px;
}

.xgnews-feature-column-list-17 .content .cats a:hover {
    background-color: #e74c3c;
    color: #fff;
}

.xgnews-feature-column-list-17 .content .cats {
    margin-top: 15px;
}

.xgnews-feature-column-list-17 .content .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.xgnews-feature-column-list-17 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-17 .content .title a:hover,
.xgnews-feature-column-list-17 .content .post-meta a:hover {
    color: #e74c3c;
}

.xgnews-feature-column-list-17 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    margin-bottom: 15px;
}

.xgnews-feature-column-list-17 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-feature-column-list-17:last-child {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .xgnews-feature-column-17 .thumb img {
        width: 100%;
    }

    .xgnews-feature-column-17 .thumb {
        margin-bottom: 30px;
    }
}

/*--------------------------
    Post Grid
--------------------------*/
/* post grid 01 */
.xgnews-grid-01 {
    margin-bottom: 30px;
}

.xgnews-grid-01 .thumb {
    margin-bottom: 25px;
}

.xgnews-grid-01 .content {
    text-align: center;
}

.xgnews-grid-01 .content .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 600;
}

.xgnews-grid-01 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-01 .content .title a:hover {
    color: #27ae60;
}

.xgnews-grid-01 .content .time {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #555;
    font-style: italic;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.xgnews-grid-01 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-grid-01 .content .readmore {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 600;
    font-style: italic;
    position: relative;
    z-index: 0;
    display: inline-block;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-01 .content .readmore:after,
.xgnews-grid-01 .content .readmore:before {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 20px;
    height: 1px;
    background-color: #27ae60;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-01 .content .readmore:after {
    left: auto;
    right: 0px;
}

.xgnews-grid-01 .content .readmore:hover {
    color: #27ae60;
}

.xgnews-grid-01 .content .readmore:hover:after {
    right: -30px;
    visibility: visible;
    opacity: 1;
}

.xgnews-grid-01 .content .readmore:hover:before {
    left: -30px;
    visibility: visible;
    opacity: 1;
}

.xgnews-grid-01 .content .time:after,
.xgnews-grid-01 .content .time:before {
    position: absolute;
    left: -100%;
    top: 8px;
    width: 50px;
    height: 1px;
    background-color: #e2e2e2;
    content: '';
}

.xgnews-grid-01 .content .time:after {
    left: auto;
    right: -100%;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-01 .thumb img {
        width: 100%;
    }
}

/* post grid 02 */
.xgnews-grid-02 {
    margin-bottom: 30px;
}

.xgnews-grid-02 .thumb {
    margin-bottom: 25px;
}

.xgnews-grid-02 .content {
    text-align: center;
}

.xgnews-grid-02 .content .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    z-index: 0;
}

.xgnews-grid-02 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-02 .content .title a:hover {
    color: #e67e22;
}

.xgnews-grid-02 .content .time {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #555;
    font-style: italic;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.xgnews-grid-02 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-grid-02 .content .cats {
    margin-bottom: 10px;
    color: #e67e22;
}

.xgnews-grid-02 .content .cats a {
    color: #e67e22;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-02 .content .title:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 1px;
    background-color: #e67e22;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-02 .thumb img {
        width: 100%;
    }
}

/* post grid 03 */
.xgnews-grid-03 {
    margin-bottom: 30px;
}

.xgnews-grid-03 .content .cats a {
    color: #ff5252;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-grid-03 .thumb {
    margin-bottom: 25px;
}

.xgnews-grid-03 .content .cats {
    display: block;
    margin-bottom: 10px;
}

.xgnews-grid-03 .content .title {
    font-size: 24px;
    font-weight: 700;
    color: #444;
    line-height: 34px;
    margin-bottom: 10px;
}

.xgnews-grid-03 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-03 .content .time {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-grid-03 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-grid-03 .content .title a:hover {
    color: #ff5252;
}

.xgnews-grid-03 .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;
}

.xgnews-grid-03 .content .share-icon ul li {
    display: inline-block;
    color: #515151;
}

.xgnews-grid-03 .content .share-icon ul li + li {
    margin-left: 15px;
}

.xgnews-grid-03 .content .share-icon ul li a {
    color: #515151;
}

.xgnews-grid-03 .content .share-icon ul li.title {
    font-size: 16px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-03 .thumb img {
        width: 100%;
    }
}

/* post grid 04 */
.xgnews-grid-04 {
    margin-bottom: 30px;
}

.xgnews-grid-04 .content .cats a {
    color: #3c40c6;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-grid-04 .thumb {
    margin-bottom: 25px;
}

.xgnews-grid-04 .content .cats {
    display: block;
    margin-bottom: 10px;
}

.xgnews-grid-04 .content .title {
    font-size: 24px;
    font-weight: 700;
    color: #444;
    line-height: 34px;
    margin-bottom: 10px;
}

.xgnews-grid-04 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-04 .content .time {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-grid-04 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-grid-04 .content .title a:hover {
    color: #3c40c6;
}

.xgnews-grid-04 .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;
}

.xgnews-grid-04 .content .share-icon ul li {
    display: inline-block;
    color: #515151;
}

.xgnews-grid-04 .content .share-icon ul li + li {
    margin-left: 15px;
}

.xgnews-grid-04 .content .share-icon ul li a {
    color: #515151;
}

.xgnews-grid-04 .content .share-icon ul li.title {
    font-size: 16px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-04 .thumb img {
        width: 100%;
    }
}

/* post grid 05 */
.xgnews-grid-05 {
    margin-bottom: 30px;
}

.xgnews-grid-05 .content {
    position: relative;
    z-index: 0;
}

.xgnews-grid-05 .content .comments {
    position: absolute;
    left: 20px;
    top: -32px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 30px;
    padding-top: 10px;
    font-weight: 600;
    color: #ff5e57;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.xgnews-grid-05 .content .comments a{
    color: #ff5e57;
}
.xgnews-grid-05 .content .comments i {
    display: block;
}

.xgnews-grid-05 .cats a {
    color: #ff5e57;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.xgnews-grid-05 .content {
    padding: 50px 30px 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}

.xgnews-grid-05 .cats {
    color: #ff5e57;
    display: block;
    margin-bottom: 10px;
}

.xgnews-grid-05 .content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
}

.xgnews-grid-05 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-05 .content .post-meta {
    color: #ff5e57;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.xgnews-grid-05 .content .post-meta a {
    color: #777;
}

.xgnews-grid-05 .content .share-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xgnews-grid-05 .content .share-icon li {
    display: inline-block;
}
.xgnews-grid-05 .content .share-icon li.title {
    font-size: 16px;
    font-weight: 700;
}
.xgnews-grid-05 .content .share-icon li + li {
    margin-left: 20px;
}

.xgnews-grid-05 .content .share-icon li a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-05 .content .title a:hover,
.xgnews-grid-05 .content .share-icon li a:hover {
    color: #ff5e57;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-05 .thumb img {
        width: 100%;
    }
}

/* post grid 06 */
.xgnews-grid-06 {
    margin-bottom: 30px;
}

.xgnews-grid-06 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-grid-06 .thumb .cats {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #3c40c6;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}

.xgnews-grid-06 .content .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
}

.xgnews-grid-06 .content p {
    color: #656565;
}

.xgnews-grid-06 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-06 .content .title a:hover,
.xgnews-grid-06 .content .readmore:hover {
    color: #3c40c6;
}

.xgnews-grid-06 .thumb .cats a {
    color: #fff;
}

.xgnews-grid-06 .content {
    padding: 20px 20px 20px 30px;
    position: relative;
    z-index: 0;
}

.xgnews-grid-06 .content .readmore {
    color: #616161;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-weight: 600;
}

.xgnews-grid-06 .content .time {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3c40c6;
}

.xgnews-grid-06 .content .time-wrap {
    position: absolute;
    left: -42px;
    top: 62px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-06 .thumb img {
        width: 100%;
    }
}

/* post grid 07 */
.xgnews-grid-07 {
    margin-bottom: 30px;
}

.xgnews-grid-07 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-grid-07 .thumb .time-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: #216ae6;
    color: #fff;
    text-align: center;
    padding-top: 16px;
}

.xgnews-grid-07 .thumb .time-wrap .time {
    color: #fff;
    font-size: 30px;
    line-height: 15px;
    font-weight: 600;
}

.xgnews-grid-07 .thumb .time-wrap .time .month {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 16px;
}

.xgnews-grid-07 .content {
    padding: 30px 30px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
    margin: 0 20px;
    border-radius: 10px;
    margin-top: -40px;
    position: relative;
}

.xgnews-grid-07 .content .cats {
    font-size: 14px;
    font-weight: 600;
    color: #656565;
    display: block;
    margin-bottom: 15px;
}

.xgnews-grid-07 .content .cats i {
    color: #216ae6;
}

.xgnews-grid-07 .content .cats a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-07 .content .cats a:hover {
    color: #216ae6;
}

.xgnews-grid-07 .content .title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 32px;
}

.xgnews-grid-07 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-07 .content .title a:hover {
    color: #216ae6;
}

.xgnews-grid-07 .content p {
    color: #656565;
}

.xgnews-grid-07 .thumb img {
    width: 100%;
}
.xgnews-grid-07 .content .readmore {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: relative;
}

.xgnews-grid-07 .content .readmore:hover {
    color: #216ae6;
}

.xgnews-grid-07 .content .readmore i {
    position: absolute;
    right: 5px;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-07 .content .readmore:hover {
    color: #007bff;
}

.xgnews-grid-07 .content .readmore:hover i {
    visibility: visible;
    opacity: 1;
    right: -10px;
    color: #007bff;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-07 .thumb img {
        width: 100%;
    }
}

/* post grid 08 */
.xgnews-grid-08 {
    margin-bottom: 30px;
}

.xgnews-grid-08 .content {
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.xgnews-grid-08 .content .cats {
    font-weight: 600;
    color: #fc4444;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.xgnews-grid-08 .content .cats a {
    color: #fc4444;
}

.xgnews-grid-08 .content .title {
    font-size: 22px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.xgnews-grid-08 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-08 .content .title a:hover {
    color: #fc4444;
}

.xgnews-grid-08 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.xgnews-grid-08 .content .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-08 .content .post-meta a:hover {
    color: #fc4444;
}

.xgnews-grid-08 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-grid-08 .content .readmore {
    display: inline-block;
    border: 1px solid #E2E2E2;
    padding: 8px 25px 5px 25px;
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #f2f2f2;
}

.xgnews-grid-08 .content .readmore:hover {
    color: #fff;
    background-color: #fc4444;
    border-color: #fc4444;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-08 .thumb img {
        width: 100%;
    }
}

/* post grid 09 */
.xgnews-grid-09 {
    margin-bottom: 30px;
}

.xgnews-grid-09 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-grid-09 .thumb .cats {
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #27ae60;
    padding: 8px 10px 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xgnews-grid-09 .thumb .cats a {
    color: #fff;
}

.xgnews-grid-09 .content {
    padding: 30px 30px 30px 30px;
    text-align: center;
    border: 1px solid #e2e2e2;
}

.xgnews-grid-09 .content .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.xgnews-grid-09 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-09 .content .title a:hover, .xgnews-grid-09 .content .post-meta a:hover {
    color: #27ae60;
}

.xgnews-grid-09 .content .title:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 1px;
    background-color: #27ae60;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xgnews-grid-09 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #656565;
}

.xgnews-grid-09 .content .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-09 .thumb img {
        width: 100%;
    }
}

/* post grid 10 */
.xgnews-grid-10 {
    margin-bottom: 30px;
}

.xgnews-grid-10 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-grid-10 .thumb .cats {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    background-color: #e74c3c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.xgnews-grid-10 .thumb .cats a {
    color: #fff;
}

.xgnews-grid-10 .content {
    padding: 30px 0px 0px 0px;
}

.xgnews-grid-10 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.xgnews-grid-10 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-10 .content .title a:hover {
    color: #e74c3c;
}

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

.xgnews-grid-10 .content .post-meta a {
    color: #656565;
}

.xgnews-grid-10 .content .post-meta a.posted_by {
    color: #e74c3c;
}

.xgnews-grid-10 .content p {
    font-size: 18px;
    line-height: 28px;
    color: #656565;
}

.xgnews-grid-10 .content .readmore {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-10 .content .readmore:hover {
    color: #e74c3c;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-10 .thumb img {
        width: 100%;
    }
}

/* post grid 11 */
.xgnews-grid-11 {
    margin-bottom: 30px;
}

.xgnews-grid-11 .content {
    padding: 30px 30px 20px 30px;
    border: 1px solid #e3e3e3;
}

.xgnews-grid-11 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.xgnews-grid-11 .content .post-meta a, .xgnews-grid-11 .content .cats {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-11 .content .post-meta a:hover,
.xgnews-grid-11 .content .cats a:hover,
.xgnews-grid-11 .content .title a:hover {
    color: #fc4444;
}

.xgnews-grid-11 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-grid-11 .content .cats a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-11 .content .cats {
    margin-bottom: 10px;
    display: block;
}

.xgnews-grid-11 .content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #333;
}

.xgnews-grid-11 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-11 .thumb img {
        width: 100%;
    }
}

/* post grid 12 */
.xgnews-grid-12 {
    margin-bottom: 30px;
}

.xgnews-grid-12 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-grid-12 .thumb .cats {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 5px 10px;
    background-color: #fc4444;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
}

.xgnews-grid-12 .thumb .cats a {
    color: #fff;
}

.xgnews-grid-12 .post-meta {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #656565;
    margin-bottom: 15px;
    margin-top: 25px;
}

.xgnews-grid-12 .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-12 .post-meta a:hover,
.xgnews-grid-12 .content .title a:hover {
    color: #fc4444;
}

.xgnews-grid-12 .content .title a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-12 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-grid-12 .content .readmore {
    position: relative;
    z-index: 0;
    color: #656565;
}

.xgnews-grid-12 .content .readmore:after {
    position: absolute;
    right: 0px;
    top: -2px;
    color: #656565;
    content: "....";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-12 .content .readmore i {
    position: absolute;
    right: 0px;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-12 .content .readmore:hover {
    color: #fc4444;
}

.xgnews-grid-12 .content .readmore:hover:after,
.xgnews-grid-12 .content .readmore:hover i {
    visibility: visible;
    opacity: 1;
    color: #fc4444;
}

.xgnews-grid-12 .content .readmore:hover:after {
    right: -20px;
}

.xgnews-grid-12 .content .readmore:hover i {
    right: -26px;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-12 .thumb img {
        width: 100%;
    }
}

/* post grid 13 */
.xgnews-grid-13 {
    margin-bottom: 30px;
}

.xgnews-grid-13 .content {
    text-align: center;
    padding: 30px 30px 25px 30px;
    border: 1px solid #e2e2e2;
}

.xgnews-grid-13 .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;
}

.xgnews-grid-13 .content .cats a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-13 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #333;
}

.xgnews-grid-13 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-13 .content .title a:hover {
    color: #E91E63;
}

.xgnews-grid-13 .content .post-meta {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
}

.xgnews-grid-13 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-13 .content .post-meta a:hover {
    color: #e91e63;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-13 .thumb img {
        width: 100%;
    }
}

/* post grid 14 */
.xgnews-grid-14 {
    margin-bottom: 30px;
}

.xgnews-grid-14 .content {
    padding-top: 25px;
}

.xgnews-grid-14 .content .cats {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.xgnews-grid-14 .content .cats a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-14 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #333;
}

.xgnews-grid-14 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-14 .content .title a:hover {
    color: #E91E63;
}

.xgnews-grid-14 .content .post-meta {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    border-top: 1px dashed #e3e3e3;
    padding-top: 15px;
}

.xgnews-grid-14 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-14 .content .post-meta a:hover {
    color: #e91e63;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-14 .thumb img {
        width: 100%;
    }
}

/* post grid 15 */
.xgnews-grid-15 {
    margin-bottom: 30px;
}

.xgnews-grid-15 .content .cats {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.xgnews-grid-15 .content {
    text-align: center;
    padding: 25px 30px 30px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.02);
}

.xgnews-grid-15 .content .cats a {
    color: #27ae60;
    text-decoration: underline;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-15 .content .cats a:hover {
    color: #27ae60;
}

.xgnews-grid-15 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.xgnews-grid-15 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-15 .content .title a:hover {
    color: #27ae60;
}

.xgnews-grid-15 .content p {
    font-size: 18px;
    line-height: 28px;
}

.xgnews-grid-15 .content .readmore {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: relative;
}

.xgnews-grid-15 .content .readmore:hover {
    color: #27ae60;
}

.xgnews-grid-15 .content .readmore:hover i {
    right: -10px;
    visibility: visible;
    opacity: 1;
}

.xgnews-grid-15 .content .readmore i {
    position: absolute;
    right: 0;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-15 .share-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.xgnews-grid-15 .share-icon li {
    display: inline-block;
}
.xgnews-grid-15 .share-icon li.title{
    display: none;
}
.xgnews-grid-15 .share-icon li + li {
    margin-left: 20px;
}

.xgnews-grid-15 .share-icon li a {
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #333;
    color: #fff;
    line-height: 30px;
}

.xgnews-grid-15 .share-icon li a:hover {
    background-color: #27ae60;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-15 .thumb img {
        width: 100%;
    }
}

/* post grid 16 */
.xgnews-grid-16 {
    margin-bottom: 30px;
}

.xgnews-grid-16 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-grid-16 .thumb .time {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #eee;
    padding: 8px 10px 5px 10px;
    border-radius: 3px;
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 13px;
    font-weight: 600;
}

.xgnews-grid-16:hover .thumb .time {
    background-color: #1abc9c;
    color: #fff;
}

.xgnews-grid-16 .content {
    padding: 25px 30px 25px 30px;
    border: 1px solid #e2e2e2;
}

.xgnews-grid-16 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.xgnews-grid-16 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-16 .content .title a:hover {
    color: #1abc9c;
}

.xgnews-grid-16 .post-footer .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #e2e2e2;
    border-top: none;
}

.xgnews-grid-16 .post-footer .post-meta li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.xgnews-grid-16 .post-footer .post-meta li + li {
    border-left: 1px solid #e2e2e2;
}

.xgnews-grid-16 .post-footer .post-meta li .share-icon a{
    font-size: 12px;
}
.xgnews-grid-16 .post-footer .post-meta li .share-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xgnews-grid-16 .post-footer .post-meta li .share-icon li {
    display: inline;
}
.xgnews-grid-16 .post-footer .post-meta li .share-icon li.title{
    display: none;
}
.xgnews-grid-16 .post-footer .post-meta li .share-icon li + li {
    margin-left: 5px;
    border: none;
}

.xgnews-grid-16 .post-footer .post-meta li a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.xgnews-grid-16 .post-footer .post-meta li a:hover {
    color: #1ABC9C;
}

.xgnews-grid-16 .content .readmore {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-decoration: underline;
}

.xgnews-grid-16 .content .readmore:hover {
    color: #1ABC9C;
}

.xgnews-grid-16 .content p {
    font-size: 18px;
    line-height: 28px;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-16 .thumb img {
        width: 100%;
    }
}

@media only screen and (max-width: 414px) {
    .xgnews-grid-16 .post-footer .post-meta li a {
        font-size: 12px;
    }

    .xgnews-grid-16 .post-footer .post-meta li .social-icon li + li {
        margin-left: 4px;
        border: none;
    }
}

/* post grid 17 */
.xgnews-grid-17 .thumb img{
    width:100%;
}
.xgnews-grid-17 .content {
    padding: 35px 20px 20px 20px;
    margin: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    top: -60px;
    border-radius: 5px;
    margin-bottom: 0;
}

.xgnews-grid-17 .content .cats {
    position: absolute;
    top: -15px;
}

.xgnews-grid-17 .content .cats a {
    display: inline-block;
    background-color: #fc4444;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    color: #fff;
}

.xgnews-grid-17 .content .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.xgnews-grid-17 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-17 .content .title a:hover {
    color: #fc4444;
}

.xgnews-grid-17 .content .post-meta {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.xgnews-grid-17 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-17 .content .post-meta a:hover {
    color: #fc4444;
}

.xgnews-grid-17 .content p {
    font-size: 16px;
    line-height: 28px;
}

.xgnews-grid-17 .content .readmore {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-17 .content .readmore:hover {
    color: #fc4444;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-17 .thumb img {
        width: 100%;
    }
}

/* post grid 18 */
.xgnews-grid-18 {
    margin-bottom: 30px;
}

.xgnews-grid-18 .thumb {
    position: relative;
    z-index: 0;
}

.xgnews-grid-18 .thumb .cats {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E43D6A;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.xgnews-grid-18 .thumb .cats a {
    color: #fff;
}

.xgnews-grid-18 .content {
    padding: 25px 0 0 0;
}

.xgnews-grid-18 .content .title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}

.xgnews-grid-18 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-18 .content .title a:hover, .xgnews-grid-18 .content .post-meta a:hover {
    color: #e43d6a;
}

.xgnews-grid-18 .content .post-meta {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    margin-bottom: 10px;
}

.xgnews-grid-18 .content .post-meta a {
    color: #656565;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-18 .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) {
    .xgnews-grid-18 .thumb img {
        width: 100%;
    }
}

/* post grid 19 */
.xgnews-grid-19 {
    margin-bottom: 30px;
}

.xgnews-grid-19 .cats {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    padding: 5px 10px;
    color: #fff;
    background-color: #FF9C42;
    display: inline-block;
    margin-bottom: 15px;
}

.xgnews-grid-19 .cats a {
    color: #fff;
    letter-spacing: 1px;
}

.xgnews-grid-19 .content {
    padding: 30px 0 0 0;
}

.xgnews-grid-19 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.xgnews-grid-19 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.xgnews-grid-19 .content .title a:hover,
.xgnews-grid-19 .content .post-meta a:hover {
    color: #FF9C42;
}

.xgnews-grid-19 .content .post-meta {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-bottom: 15px;
}

.xgnews-grid-19 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-19 .content .readmore {
    position: relative;
    z-index: 0;
    color: #777;
    padding-left: 8px;
    -webkit-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    -o-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.xgnews-grid-19 .content .readmore:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #777;
    content: '';
    -webkit-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    -o-transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
    transition: 0.3s cubic-bezier(1, 0.43, 1, 1);
}

.xgnews-grid-19 .content .readmore:hover {
    color: #FF9C42;
}

.xgnews-grid-19 .content .readmore:hover:after {
    background-color: #FF9C42;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-19 .thumb img {
        width: 100%;
    }
}

/* post grid 20 */
.xgnews-grid-20 {
    margin-bottom: 30px;
}

.xgnews-grid-20 .content {
    padding-top: 21px;
}

.xgnews-grid-20 .content .post-meta {
    font-size: 14px;
    line-height: 22px;
    color: #777;
    margin-bottom: 15px;
}

.xgnews-grid-20 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-20 .content .post-meta a:hover,
.xgnews-grid-20 .content .title a:hover,
.xgnews-grid-20 .content .posted_by:hover {
    color: #E74C3C;
}

.xgnews-grid-20 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.xgnews-grid-20 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-20 .content .posted_by {
    margin-bottom: 15px;
    display: block;
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-20 .thumb img {
        width: 100%;
    }
}

/* post grid 21 */
.xgnews-grid-21 {
    margin-bottom: 30px;
}

.xgnews-grid-21 .content {
    padding: 25px 0 0 0;
}

.xgnews-grid-21 .thumb img {
    border-radius: 10px;
}

.xgnews-grid-21 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.xgnews-grid-21 .content .title a {
    color: #333;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-21 .content .title a:hover, .xgnews-grid-21 .content .post-meta a:hover {
    color: #e74c3c;
}

.xgnews-grid-21 .content .post-meta {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    margin-bottom: 15px;
}

.xgnews-grid-21 .content .post-meta a {
    color: #777;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-21 .content .cats a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px;
    background-color: #f3f3f3;
    color: #777;
    border-radius: 3px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.xgnews-grid-21 .content .cats a + a {
    margin-left: 10px;
}

.xgnews-grid-21 .content .cats a:hover {
    background-color: #e74c3c;
    color: #fff;
}

.xgnews-grid-21 .content .cats {
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {
    .xgnews-grid-21 .thumb img {
        width: 100%;
    }
}


/*---------------------------
    Xg Filter Nav
---------------------------*/
.xg-post-filter-nav{
    margin-bottom: 30px;
}
.xg-post-filter-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xg-post-filter-nav ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    cursor: pointer;
}

.xg-post-filter-nav ul li+li {
    margin-left: 20px;
}

.xg-post-filter-nav ul li.active {
    background-color: #fc4444;
    border-color: #fc4444;
    color: #fff;
}
.xg-post-filter-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xg-post-filter-nav ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    cursor: pointer;
}

.xg-post-filter-nav ul li+li {
    margin-left: 20px;
}

.xg-post-filter-nav ul li.active {
    background-color: #fc4444;
    border-color: #fc4444;
    color: #fff;
}

.xg-align-center{
    text-align: center;
}
.xg-align-right{
    text-align: right;
}
.xg-align-left{
    text-align: left;
}

.xg-post-filter-item.xg-gutter {
    margin-bottom: 30px;
}
.xg-post-filter-item.xg-no-gutter {
    margin: 0 !important;
    padding: 0 !important;
}
.xg-post-filter-item.xg-no-gutter>div{
    margin-bottom: 0 !important;
}

.xg-post-filter-nav.style-02 ul li {
    border: none !important;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.xg-post-filter-nav.style-02 ul li+li {
    margin-left: 10px;
}

.xg-post-filter-nav.style-02 ul li.active {
    background-color: transparent !important;
    color: #fc4444;
}
.xg-post-filter-nav.style-03 ul li {
    border: none !important;
    text-transform:capitalize;
    padding:5px 15px
}

.xg-post-filter-nav.style-03 ul li+li,
.xg-post-filter-nav.style-04 ul li+li{
    margin-left: 0px;
}
.xg-post-filter-nav.style-04 ul li {
    border: none !important;
    position: relative;
}
.xg-post-filter-nav.style-04 ul li a{
    position: relative;
}
.xg-post-filter-nav.style-04 ul li.active{
    background-color: transparent !important;
    color:#fc4444;
}
.xg-post-filter-nav.style-04 ul li.active:after{
    visibility: visible;
    opacity: 1;
}
.xg-post-filter-nav.style-04 ul li:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color:#fc4444;
    content:'';
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
}
.xg-post-filter-nav.style-05 ul li{
    border: none !important;
    position: relative;
    text-transform: uppercase;
}
.xg-post-filter-nav.style-05 ul li.active{
    background-color: transparent !important;
    color: #fc4444;
}
.xg-post-filter-nav.style-05 ul li.active:after{
    visibility: visible;
    opacity: 1;
}
.xg-post-filter-nav.style-05 ul li:after{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background-color: #fc4444;
    visibility: hidden;
    opacity: 0;
    content: '';
}