img{
    vertical-align: middle;
}

/*------------------------------------------------------------------*/
/*	XX) LIST TOPBAR
/*------------------------------------------------------------------*/
.kb-filter-bar{
	width: 100%;
	clear: both;
	position: relative;
	border-bottom: 2px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 20px;    

}
.kb-filter-bar .leftpart{
	display: inline-block;
	margin-right: 50px;
}
.kb-filter-bar .leftpart h3{
	margin: 0px;
	padding: 0px;
}
.kb-filter-bar .leftpart h3 span{
	display: block;
	position: relative;
}

.kb-filter-bar .rightpart .view_more{
	display: block;
	height: 100%;
}

.kb-filter-bar .rightpart{
	float: right;
	position: absolute;
	top: 10px;
	right: 0px;
}
ul.kb_subcats_list{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: -20px;
	float: left;
}
ul.kb_subcats_list li{
	margin: 0px;
	padding: 0px;
	float: left;
	padding-left: 15px;
}

ul.kb_subcats_list li.notneeded{
	display: none;
}
.kb_more_list{
	float: left;
	position: relative;
	display: none;
    padding-left: 20px;
}
.kb_more_list.notneeded{
	display: none;
}
.kb_more_list .more_label{
	float: left;
	height: 100%;
}
.kb_more_list .more_label span{
	padding-right: 14px;
	cursor: pointer;
}

.kb_dropdown_list a {
  color:black !important;
}

.kb_more_list ul{
	margin: 0px;
	padding: 20px;
	list-style-type: none;
	box-shadow: 0px 0px 20px rgba(0,0,0,.05);
	border-radius: 3px;
	background-color: #fff;
}
.kb_more_list .kb_dropdown_list{
	transform: translateY(15px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	width: max-content;
	min-width: 150px;
	z-index: 333;
	position: absolute;
	top: 100%;
	right: 0px;
	text-align: right;
	padding-top: 12px;
}

.kb_more_list:hover .kb_dropdown_list{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.kb_more_list ul li{
	margin: 0px;
	padding: 0px;
	display: none;
	margin-bottom: 5px;
}
.kb_more_list ul li:last-child{
	margin-bottom: 0px;
}
.kb_more_list ul li.need{
	display: block;
}
.kb-filter-bar span.forwidth{
	width: auto;
	display: block;
	float: left;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.style-one .leftpart:after {
    content: "";
    background: #2c2f34;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}


.khobish-ajax-wrap{
    position: relative;
    overflow: hidden;
}
.mason-on .clear{
    display: none;
}

/*------------------------------------------------------------------*/
/*	XX) AJAX NAVIGATION
/*------------------------------------------------------------------*/
.khobish_pagination{
    clear: both;
    position: relative;
    font-size: 11px;
}
.khobish_pagination > div{
    display: inline-block;
}
.khobish_pagination.load-more > div {
    display: inline-block;
    text-align: center;
}
.khobish_pagination .mz_prev{
	margin-right: 5px;
}
.khobish_pagination a{
	display: block;
	border: 1px solid #bebebe;
    padding: 5px 10px;
	transition: all .3s ease;
}
.khobish_pagination.load-more a {
    width: 100%;
}
.khobish_pagination.load-more i,.khobish_pagination.load-more .xlspin span{
    display: none;
}
.khobish_pagination.load-more .xlspin i{
    display: block;
}

.khobish_pagination a.inactive:after,
.khobish_pagination a.inactive:before{
	background-color: #d6d6d6;
}
.khobish_pagination a.inactive{
	border-color: #d6d6d6;
	cursor: default;
}


/*Generals*/
.entry_title{
    margin: 0;
}
.clear{
    clear: both;
}
.hidden-xl{
    display:none !important;
}
.lazyload{
    background-image: linear-gradient(to left,#f5f5f5 0%,#efefef 15%,#f5f5f5 40%,#f5f5f5 100%);
    background-repeat: no-repeat !important;
    background-color: #f5f5f5;
    background-size: 900px 1700px !important;
    background-position: center center !important;
    animation: wbangonpreload 1s infinite linear forwards;
    -webkit-animation: wbangonpreload 1s infinite linear forwards;  
}
}@-webkit-keyframes
wbangonpreload{from{background-position:-800px 0}to{background-position:100px 0}}@keyframes
wbangonpreload{from{background-position:-800px 0}to{background-position:100px 0}}
.excerpt-wrap{
    overflow: hidden;
    position: relative;
}

/*@media (min-width: 992px) {*/
    .no-margin{
      margin-left:-15px;
      margin-right:-15px;
    }
/*}*/

.no-pad{
  padding-left:0px !important;
  padding-right:0px !important;
}

/*Post loader*/
.loader,
.loader:after {
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  z-index:2;
}
.loader {
    font-size: 10px;
    top: 50%;
    left: 50%;
    margin-left:-15px;
    position: absolute;
    text-indent: -9999em;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;    
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.load-wrap {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 33;
    left: 0px;
    right: 0px;
    bottom: 0;
}

.khobish-ajax-wrap.loading{
    opacity:.5;   
}
.khobish-ajax-wrap{
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 1;    
}

.ft-thumbwrap img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition:  -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ft-thumbwrap:hover img {
    -webkit-transform: translate3d(0,0,0);
  opacity:.9;
    transform: translate3d(0,0,0);
}

/*Format Icon*/
.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
        z-index: 1;
}
.icon.xlsmall:before {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 11px;
}
.format-video .icon:before {
    content: "\f04b";
}
.format-gallery .icon:before {
    content: "\f030";
}
.icon:before {
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: block;
    font-family: fontawesome;
    text-align: center;
    font-size: 17px;
    background: rgba(0,0,0,0.3);
    transition: 0.3s;
    z-index: 2;
}
.ft-thumbwrap{
    position: relative;
        overflow: hidden;
}
.btn-more{
    display: inline-block;
}
/*Block 1*/
.block-1 .ft-thumbwrap{
    max-width: 350px;
    float: left;
    margin-right: 25px;
    position: relative;
}
.post-item {
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; 
}

.bg-img.post-item {
    height:300px;
}

.ft-thumbwrap .catbg-wrap{
    position: absolute;
    top: 0;
}
.catbg-wrap .cat-bg{
    color: #fff;
    padding: 1px 6px;
    display: inline-block;
    margin-right: 4px;	
}

/*Block 2*/
.bottom-meta {
    display: table;
    width: 100%;
}
.col {
    display: table-cell;
}
.post-info-author img{
    display: inline-block;
    vertical-align: middle;
}

.post-info-author img{
    width: 30px;
    border-radius: 50%;
    margin-right: 7px;
}

/*Block 3*/
.bottom-meta{
    border: 1px solid #eee;
    border-left: 0px;
    border-right: 0px;
    padding: 6px 0px;
}
.xld_sharelist {
    display: inline-block;
    padding-left: 20px;
}

.xld_sharelist a {
    padding:0px 2px;
}
.bottom-meta .col{
    width:33.33%;
}
.bottom-meta .col.share{
    border-left: 1px solid #eeee;
    border-right: 1px solid #eee;
}

/*Block 5*/
.magazine-1{
	clear: both;
	overflow: hidden;
}
.magazine-1 .rest .ft-thumbwrap{
    width: 100px;
    float: left;
    margin-right: 15px;  
}
.magazine-1 .rest .ft-thumbwrap img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*Carousels*/

.slick-arrow:not(.newsticker-prev):not(.newsticker-next) {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    background: white;
    line-height: 35px;
    text-align: center;
    font-size: 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-top:-17.5px;
    z-index: 1;
  opacity:0;
      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.fa-chevron-right.slick-arrow {
    right: 0;
}
.slick-slider .fa-chevron-left{
  left:0;
}
.slick-slider:hover .slick-arrow{
  opacity:1;
}
.slick-slider:hover .fa-chevron-left{
  left:10px;
}
.slick-slider:hover .fa-chevron-right{
  right:10px;
}

.grid-item {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: 1.5s;
}
.thumb-overlay .thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 20px;
    z-index: 3;
    width: 100%;
    pointer-events: none;
    transition: bottom 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
}

.thumb-overlay .entry_excerpt {
    color: #ffffff;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s;
}
.grid-item:hover .entry_excerpt{
    opacity: 1;
    max-height: 100px;
    margin-top: 5px;
    transition: opacity 0.4s ease-out, max-height 0.9s ease-out;
}
.full-thumb-link {
    position: absolute;
    width: 100%;
    height: 100%;
        z-index: 1;
}

.thumb-overlay:after,.slide-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    transition: height 0.2s;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.70));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bg-img.post-item:hover .thumb-overlay:after{
  height:80%;
}
.style-three .full-thumb-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #00000052;
    z-index: 2;
}

.grid-item:hover .slide-bg.zoomin{
     -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 2s; 
}
/*Mag slide 1*/
.slider-b {
    list-style-type: none;
}
.slider-a-wrap{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.grid-item{
  height:100%
}
.mag-item-1:nth-child(1) {
    width: 50%;
    height: 100%;
    margin-right: 1px;
        padding-bottom: 1px;
    float:left;
    height:100%;
}

.mag-item-2:nth-child(n+2) {
    height: calc(50% - 1px);
    width: 24.9%;
    width: calc(25% - 1px);
    float: left;
    margin-bottom: 1px;
}

.mag-item-2:nth-child(2n){
  margin-right:1px;
}
@media (max-width: 767px){
  .mag-item-1:nth-child(1) {
    width:100%;
  }
 .mag-item-2:nth-child(n+2) {
    width: calc(50% - 1px);

} 
}

/*Ajax Pagination*/
.ajxmpostainer{
    overflow: hidden;
    position: relative;
    clear: both;
}

.loadmore.pagi {
    clear: both;
}
.pagi.prev-nxt{
    clear: both;
    position: relative;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 0;
    display: inline-block;      
}
.loadmore .ash_loadmore{
  position: relative;
  cursor:pointer;
    display: block;  
}
.ash_loadmore.disabled{
  cursor:auto !important;
}

.pagi.prev-nxt .ash_loadmore{
    display: inline-block;
    border: 1px solid #eee;
    font-size: 11px;
    width: 23px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

/*Sync slider*/
.sync-wrap{
    position: relative;    
}
.sync-wrap .grid-item{
    height:500px;
}

.sync-carousel-nav .thumb-content {
    padding: 0px 10px;
}
.sync-carousel-nav.slick-slider{
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 0 35px;
    background-color: rgba(0, 0, 0, 0.3); 
  cursor:pointer;
}
.sync-carousel-nav .grid-item{
  height: 110px;
}
.sync-carousel-nav .slick-current {
    box-shadow: inset 0 -3px 0 0;
    color: #12c5c3;
}
.sync-carousel .thumb-content{
    margin: 0px auto;
}
.sync-carousel-nav .entry_title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.sync-wrap .thumb-content a,.sync-wrap .thumb-content{
  color:white;
}
.sync-carousel-nav .thumb-content {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
  text-align:left;
}
.thumb-overlay-center{
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}
@media (max-width: 960px){
    .sync-carousel-nav.slick-slider{
        display: none !important;
        visibility: hidden;
    }
    .thumb-overlay .thumb-content{
        padding: 0 15px 20px;
    }
    .grid-item:hover .entry_excerpt{
        display: none;
    }
}
/*--one*/
.post-carousel.style-one .thumb-overlay:after{
    content:none;
}
.post-carousel.style-one .thumb-content {
    background: #00000042;
     padding: 20px 30px 20px;
    transition: background 1s cubic-bezier(0.16, 0.84, 0.45, 1);
}
.style-one .grid-item:hover .thumb-content{
  background: #ff55b3;
}

/*--three*/


.style-three .thumb-overlay3{
    position: relative;
    top: 48%;
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
    text-align:center;
     opacity: 0; 
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;  
        z-index: 3;
}
.style-three .slick-active .thumb-overlay3{
  opacity:1;
}

/*---five*/
.post-carousel.style-five{
    padding: 0px 25px;
}
.post-carousel.style-five .grid-item{
  display: table;
}
.post-carousel.style-five .ft-thumbwrap {
    vertical-align: top;
    display: table-cell;
    width: 75px;
    float: left;  
}

.post-carousel.style-five .thumb-bottom {
    display: table-cell;
    vertical-align: middle;
}

.post-carousel.style-five .slick-arrow {
    position: absolute;
    padding: 8px;
    display: flex !important;
    align-items: center;
    top: 0;
    bottom: 0;
    background: #d0d0d0;
    font-size: 10px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: auto;
    height: auto; 
    line-height: initial;
  margin-top:0px;
  opacity: 1;
}

.post-carousel.style-five:hover .fa-chevron-left {
    left: 0;
}
.post-carousel.style-five:hover .fa-chevron-right {
    right: 0;
}
/*Overlay Post*/
.post-overlay .thumb-overlay:after{
    display: none;
}
/*CTA Box*/
.box-content-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.box-content-wrap:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 80%;
}
.box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.box-image {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box-image:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.box-image:after {
    border: 1px solid #fff;
    content: "";
    position: absolute;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    right: 15px;
    top: 15px;
}
.cta-text {
    position: absolute;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    text-align: center;
}

.box-content:hover .box-image:after {
    opacity: 1;
}
.box-content .title{
    display: inline-block;
    margin: 0;
}

/*Social Icons*/
.xl-social-follow{
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow:hidden;
}
.xl-social-follow li{
    padding:4px;
    display: inline-block;
}
.xl-social-follow a {
    transition: all 0.5s ease;
    display: block;
}

.xl-social-follow a{
    padding: 10px 20px;
    position: relative;  
}
.xl-social-follow i{
    position: absolute;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform:  translateY(-50%);
    -ms-transform:  translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}
.xl-social-follow .txt-wrap {
    margin-left: 22px;
    display: inline-block;
}

.xl-social-follow.col_one li{
  width:100%;
}
.xl-social-follow.col_two li{
  width:50%;
  float:left
}
.xl-social-follow .count {
    font-size: 14px;
}
.xl-social-follow .sub {
    font-size: 11px;
    line-height: initial; 
        display: block;
}
.xl-social-follow.style-one a:hover{
  opacity:.75;
}
.xl-social-follow.style-two i{
    text-align: center;
}
/*Nav menu items */
ul.ae-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ae-nav a {
    display: block;
}
.ae-nav li{
  display:inline-block;
}
.col-2 li{
    width:50%;
    float: left;
}

.col-3 li{
    width:33.33%;
    float: left;
}

/*Wp Insagram Widget*/
.fullwidth-insta,.columnar-insta{
    margin: 0;
    padding:0;
    list-style-type: none;
    overflow: hidden;
}
.fullwidth-insta li{
  float:left;
}

.columnar-insta li{
  float:left;
  padding:4px;
}
@media (max-width: 768px) {
.fullwidth-insta li{
  float:left;
}  
}

.xlinsta {
    display: block;
    overflow: hidden;
    position: relative;
}

.xlinsta:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    transition: .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 1;
}
.xlinsta:hover:before {
    opacity: .5;
}
  
/*Widget cat tax*/
.aetaxo.full li:last-child{
    border-bottom: 0;
    padding-top: 0;
}

.aetaxo.full li{
    color: #a0a0a0;
    
    position: relative;
    line-height: 1.8em;
    padding: 5px 0;
      text-align: left;
  
}
.aetaxo.full span{
  float: right;
}
.aetaxo a{
  display:block;
  border-bottom: 1px solid #eee;
}
/*Contact form*/
.wpcf7 .ajax-loader {
    display: none !important;
}

.cf-flex{
    display: flex;
    width: 100%;
}
.cf-flex .wpcf7-form-control-wrap {
    flex: 1 1 auto;
    display: inline-flex;
    width: auto;
}

.cf-flex .wpcf7-form-control-wrap{
  padding-right: 20px;
}

.ae-cf7 .wpcf7-form-control{
  width:100%;
}
.ae-cf7 .wpcf7-validation-errors { display: none !important; }
.ae-cf7 .wpcf7-not-valid-tip { display: none; }
.ae-cf7 input[aria-invalid="true"],.ae-cf7 select[aria-invalid="true"] { border-color: red; background-color: rgba(153,0,0,0.3); }

.ae-cf7 .submit-busy, .ae-cf7 .submit-busy:after {
    border-radius: 50%;
    top:10px;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    display: none;
}
.ae-cf7 .wpcf7 #submit{
    position: relative;
    display: block;
    cursor: pointer;  
}
.ae-cf7 .submit-busy {
    /* display: inline-block; */
    font-size: 10px;
    position: absolute;
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    border-right: 3px solid rgba(255, 255, 255, 0.2);
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    border-left: 3px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 960px){

    .cf-flex .wpcf7-form-control-wrap,.cf-flex {
        width: 100% !important;
        display: block;
        flex: none;
    }

}

/*Clearings*/
.height5{
    height:5px;
}
.height10{
    height:10px;
}

/*Widgets*/
.ft-thumbwrap .counter{
    position: absolute;
    top: 0px;
    background: #6100e0;
    width: 27px;
    height: 27px;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 27px;
}

/*timeline*/
.timeline-widget{
  position:relative;
  padding-left:20px;
    margin: 0px;
    margin-left: 5px;
}
.timeline-widget li{
  list-style-type:none;
}
.timeline-widget:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e6e6e6;
}

.timeline-widget .anim-fade:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #e6e6e6;
    border: 3px solid rgba(255,255,255,0.8);
    position: absolute;
    left: -4px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-duration: 0.3s;
}

.timeline-widget .anim-fade:hover:before {
    background: #08f;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.xl-flex-row{
    position: relative;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;  
}
.xl-flex-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.xl_nav_normal {
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/*-------------------------------------------------------*/


/* Trending Now
/*-------------------------------------------------------*/

.trending-now {
    position: relative;
    overflow: hidden;
}

.trending-now-label {
    background-color: #2D95E3;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    padding: 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    float: left;
}

.trending-now-label i {
    margin-right: 5px;
}

.newsticker {
    padding-right: 59px;
    padding-left: 20px;
    overflow: hidden;
}

.post-ticker{
    margin: 0;
    padding: 0px;
 overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;   
}

.newsticker-buttons {
    position: absolute;
    top: 0;
    right: 0;
}
.newsticker-prev,.newsticker-next{
    width: 20px;
    height: 20px;
    border: 1px solid;
    display: inline-block;
    line-height: 20px;
    text-align: center;  
    cursor: pointer;
}