img{
    vertical-align: middle;
}
.tpoverflow:after {
    content: " ";
    display: block;
    clear: both;
}
.ne-page-loader-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: white;
    z-index: 9;
}
.elementor-html body.khbloaderactive{
    display: block;
}    
.khobish-flex-inr {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.khobish-flex-col {
  width: 33.33%;
  padding-left:10px;
  padding-right:10px;
}

.khobishpreloader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 55;
    opacity: 1;
    background: white;
}

.khobishpreloader {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.khobishpreloader.loaded {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.khobishpreloader .content-container {
    position: relative;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*------------------------------------------------------------------*/
/*	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-right: -14px;*/
	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;
    overflow: hidden;
}
.khobish_pagination > div{
    display: inline-block;
    position: relative;
}
.khobish_pagination.load-more > div {
    display: inline-block;
    text-align: center;
    position: relative;
}

.khobish_pagination a{
    display: flex;
    border: 1px solid #bebebe;
    transition: all .3s ease;
    justify-content: center;
    align-items: center;
}
.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;
}

.khobish_pagination .mz_prev,.khobish_pagination .mz_next{
    text-align: center;
}

.khobish_pagination.load-more .mz_next:before,.khobish_pagination.load-more .mz_next:after {
    content: '';
    height: 1px;
    background: #eee;
    width: 1000px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}
.khobish_pagination.load-more .mz_next:before {
    right: 100%;
    margin-right: 20px;
}
.khobish_pagination.load-more .mz_next:after {
    left: 100%;
    margin-left: 20px;
}

.khobish_pagination.prev-next .mz_prev:before,.khobish_pagination.prev-next .mz_next:after {
    content: '';
    height: 1px;
    background: #eee;
    width: 1000px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}
.khobish_pagination.prev-next .mz_prev:before {
    right: 100%;
    margin-right: 20px;
}
.khobish_pagination.prev-next .mz_next:after {
    left: 100%;
    margin-left: 20px;
}

.khobish-theme-pagi.number-pagination .page-numbers {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.khobish-theme-pagi.number-pagination .page-numbers li {
    display: inline-flex;
}
.khobish-theme-pagi.number-pagination li .page-numbers{
display: flex;
    justify-content: center;
    align-items: center;  
}

  
/*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;
    background-position: center center;
    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{

    position: relative;
    overflow: hidden;
}

/*@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;
    margin-top: -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.no-translate img{
  width: calc(100% + 0px);
  width: -webkit-calc(100% + 0px);
    -webkit-transform:        translate3d(-0px,0,0);
    transform: translate3d(-0px,0,0);  
}

.ft-thumbwrap:hover img {
    -webkit-transform: translate3d(0,0,0);
  opacity:.9;
    transform: translate3d(0,0,0);
}

/*Format Icon*/
.format-video .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;
}x 
.format-video .icon:before {
    content: "\f2be";
}
.format-gallery .icon:before {
    content: "\f1e8";
}
.format-video .icon:before {
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: block;
    font-family: LineAwesome; 
    text-align: center;
    font-size: 17px;
    background: rgba(0,0,0,0.3);
    transition: 0.3s;
    z-index: 2;
}
.ft-thumbwrap{
    position: relative;
}
.ft-thumbwrap.no-overflow{
    overflow: hidden;
}
.khboverlaythumb{
    top: 20px;
    left: 20px;
    position: absolute;    
}
.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;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; 
}

.bg-img.post-item {
    height:300px;
    background-size: cover;
    background-position: center;
}

.catbg-wrap .cat-bg{
    color: #fff;
    padding: 1px 6px;
    display: inline-block;
    margin-right: 4px;	
    background: black;
}

/*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;
    display: inline-block !important;
}

/*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; 
}
/*.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*/

.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;
    transition: 1.5s;
    background-position: center center;
}
/*.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;
}

/*.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;
}
.thumb-overlay .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;
    top: 0;
    bottom: 0;
}

.thumb-overlay:after,.slide-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    transition: height 0.2s;
    -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;
}


/*--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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xl-social-follow li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 15px;
}
.xl-social-follow a {
    color: #53585c;
    border: 1px solid #e0e0e0;
    margin: 0 -1px -1px 0;
    transition: all .3s ease;
}
.xl-social-follow{
    margin: 0;
    padding: 0;
    list-style-type: none;

}
.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.style-two i,.xl-social-follow.style-one 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 .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;
}
.xl-social-follow.style-three a{
    text-align: center;
}
.xl-social-follow.style-three .txt-wrap{
    margin-left: 0px;
    display: block;
}
/*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-label i {
    margin-right: 5px;
}

/*Video Playlist*/
.xlvidpre,.playimg{
    position: relative;
}
.xlvidpre.loading{
    opacity:.5;   
}
.xlvidpre{
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 1;    
}
.plthmb{
    cursor: pointer;
}
.slick-current .playimg:before {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    right: 0;
    left: 0;
    width: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 2;
}

.list .playimg {
    width: 77px;
    float: left;
        margin-right: 10px;
}
.list .title {
    display: inline-block;
}

.list .plthmb {
    overflow: hidden;
    clear: both;
        border-bottom: 1px solid #eee;
}

.list .playlist-title{
    position: relative;
    background: antiquewhite;
    padding: 13px 15px;
}
.list .playlist-title i{
    position: absolute;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.list .playlist-title h2 {
    margin: 0;
    padding-left: 19px;
    font-size: 20px;
}
.list .content{
    overflow: hidden;
    position: relative;
}

/*Fullwidth share*/

    .xld_postshare {
        float: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .xld_share_post a {
        float: left;
        width: 44px;
        max-width: 44px;
        height: 38px;
        line-height: 38px;
        white-space: nowrap;
        padding: 0 10px;
        margin: 0 5px 5px 0;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: .2s;
    }
    .xld_share_post a.expanded {
        width: auto;
        max-width: none;
        padding: 0 12px;
    }
    .share-secondary {
        display: none;
    }
    .xld_share_post .xld_btn-toggle {
        background: #bdbdbd;
    }
    .xld_share_post a:last-child {
        margin-right: 0;
    }
    .xld_share_post a:hover {
        opacity: .75;
    }
    .xld_share_post.show-secondary .xld_btn-toggle {
        max-width: auto;
    }
    .xld_share_post i {
        font-size: 14px;
        line-height: inherit;
    }
    .show-secondary .share-secondary {
        display: block;
        margin-right: 5px;
    }
    .show-secondary .xld_btn-toggle .fa {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .xld_share_post span{

        padding-left: 8px;
    }
    .xld_btn-toggle .fa {
        transition: transform .2s ease;
    }
    .flathym .xld_btn-facebook {
        background: #3b5998;
    }
    .flathym .xld_btn-twitter{
        background: #00aced;
    }

    .flathym .xld_btn-linkedin{
        background: #007bb6;
    }
    .flathym .xld_btn-pinterest{
        background: #BD081C;
    }

    @media only screen and (max-width: 767px) {
        .xld_share_post span {
            display: none;
        }
    } 

.khobish-fullshare .khb-view{
  position:relative;
    width: auto;
    max-width: 94px;
    margin-right: 15px;
    padding-left: 0px;
    justify-content: flex-start;  
}
.khobish-fullshare .khb-view i{
  display:none;
}
.khobish-fullshare .khb-view:after {
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}    


/*Circular Share*/
.khobish-circularshare .xld_sharelist{
    background: white;
    padding: 0px 15px;
    position: relative;
}

.khobish-circularshare .xld_sharelist:after,.khobish-circularshare .xld_sharelist:before {
    content: '';
    height: 1px;
    background: #eee;
    width: 1000px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
}

.khobish-circularshare .xld_sharelist:after {
    right: 100%;
}

.khobish-circularshare a{
    width: 32px;
    height: 32px;
    text-align: center;
    float: left;
    font-size: 14px;
    margin: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear; 
    border:1px solid;
}

/*netas*/
.magnews-posted-on >*{
   padding-right: 5px;  
}
/*Sticky column sections*/
.tp-section-sticky {
    position: fixed;
    left: 0;
    right: 0;
  }
  
  .tp-section-sticky-hide {
    display: none;
  }
  .tp-column-sticky {
    position: fixed;
    top: 0;
  }