.col-1,
.col-2{
width: 50%;
	padding: 0px;
	box-sizing: border-box;
  position: relative;
}
.col-0{
width: 100%;
  padding: 0 0 10px 0;
  box-sizing: border-box;
  text-align: center;
}

.col-0 .item i{
    font-size: 22px;
  padding-right: 5px;
  width: 30px;
    text-align: center;
}
.col-1 .item i{
  font-size: 22px;
  padding-right: 5px;
  width: 30px;
    text-align: center;
    position: absolute;
    left: 0px;
      top: -5px;
}

.col-1.w35{
  width: 35%;
}

/*.col-1.w35 i{

}*/

.col-1.w65{
  width: 65%;
}
.col-0 .item{
  font-size: 11px;
  padding-bottom: 20px;
    line-height: 12px;
      position: relative;
      display: block;
    height: 40px;
    width: 100%;
}

.col-1 .item{
	font-size: 11px;
	padding-bottom: 20px;
    line-height: 12px;
    padding-left: 30px;
      position: relative;
      display: block;
    height: 40px;
    width: 100%;
}
.listingcountdown{
	font-size: 16px!important;
}
.widget_hstngr_widget .flipper{
	width: 100%;
}


.single_job_listing .widget_hstngr_widget .item{
	font-size: 15px;
  width: 100%;
    padding-bottom: 10px;
padding-right: 5px;
}

.single_job_listing .widget_hstngr_widget label{
	text-decoration: underline;
}

.single_job_listing .widget_hstngr_widget .item i{
  font-size: 20px;
  padding-right: 15px;
  width: 30px;
    text-align: center;
}

.widget_sidebar_title{
  text-align: center;
}

.flexbox h3.card__tagline{
   margin-top: 0;
   color:#969b9e;
}

.flexbox .card--listing .card__content h6{
    margin-top: 0;
 
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.flexbox .card--listing .card__content .item-1 h6{
      margin-bottom: 20px;

}

.item {
  margin-top: 0;
  display: inline-block;
  font-size: 12px;
}
.main-example h6{
  text-align: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: initial;
    margin-bottom: 20px;
}

.apply_date{
   font-size: 1rem;
   margin-bottom: 20px;
   display: inline-block;
   padding: 0 0 0 7px;
       width: 100%;
    text-align: center;
       font-weight: 700;
}
.widget_hstngr_widget .item:last-child{
  padding-bottom: 0;
}
.wf-time{
  border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    background: #202020;
    color: #f8f8f8;
    display: inline-block;
    padding: 0 3px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 5px;
    position: relative;
    margin: 0 5px;
}
.wf-time:before{
    position: absolute;
    top:50%;
    left: 0;
    content:'';
    height: 1px;
    width: 100%;
    background-color: rgba(255,255,255,0.2);

}


.mb-40{
  margin-bottom: 30px;
}

.grid.list.job_listings{
  padding: 30px 0;
}.


.job_listings .card__content {
    padding: 15px;
    }

/**/
.count.top{
	padding-top: 9px;
}



.main-example {
  margin: 0 auto;
  width: 100%;
}
.main-example .countdown-container {
  height: 90px;
}

.single_job_listing .main-example .countdown-container {
    margin-bottom: 20px;
    text-align: center;
}


.main-example .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 45px;
  width: 50px;

  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.main-example .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.main-example .count.top {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.main-example .count.bottom {
  background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.main-example .count.next {
}
.main-example .label {
  font-size: 1rem;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 60px;
  width: 100%;
}
/* Animation start */
.main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.main-example .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.main-example .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media screen and (max-width: 48em) {
  .main-example {
    width: 100%;
  }
  .main-example .countdown-container {
    height: 100px;
  }
  .main-example .time {
      height: 45px;
      width: 48px;
  }
  .main-example .count {
    font-size: 1.5em;
  }
  .main-example .label {
    font-size: 0.8em;
    top: 50px;
  }
}

.home-countdown-example{
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
}
.home-countdown-example span{
    background-color: #333333;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    padding: 5px;
}

.card__content h3{
  
}

h3.entry-subtitle{
  color: #e27602;
}

.flexbox .card__footer {
    align-items: flex-start;
}
