/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
/*features-today section*/
section.features-today {
  max-width: 1260px;
  margin: -352px auto 0;
  padding: 25px 0 10px;
  z-index: 2;
  position: relative;
  background-color: rgba(0,0,0,0.5);
  border-top: 2px solid #aa35d6;
}
section.features-today .title-section h1 {
  color: #aa35d6;
}
section.features-today .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
section.features-today .owl-carousel .item {
  padding: 0 15px;
}
section.features-today .owl-carousel .news-post {
  margin-bottom: 15px;
}
section.features-today .owl-carousel .news-post .post-content {
  padding-left: 20px;
  padding-right: 20px;
}
section.features-today .owl-carousel .news-post .post-content h2 a {
  color: #ffffff;
}
section.features-today .owl-carousel .news-post .post-content h2 a:hover {
    opacity: 0.7;
}
section.features-today .owl-carousel .owl-wrapper-outer {
  padding: 3px 0;
}
section.features-today .owl-theme .owl-controls {
  margin-right: 12px;
}
section.features-today .owl-theme .owl-controls .owl-buttons div {
  border: 1px solid #444444;
  background: #333333;
}
section.features-today .owl-theme .owl-controls .owl-buttons div:hover {
  border: 1px solid #f5d76e;
  background: #f5d76e;
}

/*-------------------------------------------------*/
/* =  home4
/*-------------------------------------------------*/
.features-today.second-style {
  overflow: hidden;
}
.features-today.second-style .features-today-box {
  position: relative;
}
.features-today.second-style .features-today-box:before {
  position: absolute;
  content: '';
  width: 10000px;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
  right: 100%;
  top: 0;
  z-index: 2;
}
.features-today.second-style .features-today-box:after {
  position: absolute;
  content: '';
  width: 10000px;
  height: 100%;
  background: rgba(250, 250, 250, 0.7);
  left: 100%;
  margin-left: 3px;
  top: 0;
}
.features-today.second-style .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}




/*-------------------------------------------------*/
/* =  home - default
/*-------------------------------------------------*/
/*main-slider-news*/
.main-news-slider {
  margin-top: -22px;
  position: relative;
}
.main-news-slider .main-slider {
  margin: 0;
  padding: 0;
}
.main-news-slider .main-slider .news-post h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 100%;
  margin: 12px auto 10px;
  line-height: 36px;
  max-height: none;
}
.main-news-slider .main-slider .news-post .hover-box .inner-hover {
  margin-top: -310px;
}
.main-news-slider .custom-slider-arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -211px;
  height: 0;
  left: 0;
}
.main-news-slider .custom-slider-arrows .container div {
  height: 0;
}
.main-news-slider .custom-slider-arrows .container a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 64px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font-size: 30px;
  font-family: "FontAwesome";
}
.main-news-slider .custom-slider-arrows .container a:hover {
  border: 3px solid #cab260;
  color: #cab260;
}
.main-news-slider .custom-slider-arrows .container div#slider-prev {
  float: left;
  margin-left: -60px;
}
.main-news-slider .custom-slider-arrows .container div#slider-next {
  float: right;
  margin-right: -60px;
}

section.features-today .title-section {
    position: relative;
}
section.features-today .btn-archive {
    position: absolute;
    top: -1px;
    left: 80px;
    color: #fff;
    text-transform: uppercase;
}
section.features-today .standard-post a.video-link {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: absolute;
    top: 12px;
    left: 20px;
    color: #ffffff;
    font-size: 30px;
    padding: 1px;
    outline: none;
}
section.features-today .standard-post a.video-link:hover {
    opacity: 0.6;
}
section.medflix-logo-mobile {
    display: none;
}
section .medflix-logo {
    text-align: center;
}
section .medflix-logo img {
    max-width : 250px;
}

.medflix-banner-small-button {
    margin-top: 2em;
}
.medflix-banner-small-button a {
    color: #333333;
    background: rgb(255,255,255,0.8);
    text-decoration: none;
    padding: 0.5em 1em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
}
.medflix-banner-small-button a:hover {
    background-color: #fff;
}

.countdown {
    font-weight: normal !important;
    font-size: medium !important;
}

.countdown > span {
    display: inline !important;

    font-family: 'Lato', sans-serif;

    color: #fff !important;
    font-weight: 400 !important;
    font-size: 3rem !important;
}

.countdown > span:first-child {
    display: none !important;
}
.countdown > span:after {
    content: ':';
}
.countdown > span:last-child:after {
    content: '';
}


/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1400px) {
  section.features-today {
    margin-top: -180px;
  }
  .main-news-slider .custom-slider-arrows {
    margin-top: -110px;
  }
  .main-news-slider .main-slider .news-post .hover-box .inner-hover {
    margin-top: -220px;
  }
}
@media (max-width: 1199px) {
  .main-news-slider .custom-slider-arrows .container div#slider-prev,
  .main-news-slider .custom-slider-arrows .container div#slider-next {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
    section.features-today {
        margin-top: -10px;
    }
    .main-news-slider .custom-slider-arrows {
        display: none;
    }
    .main-news-slider .main-slider .news-post .hover-box .inner-hover {
        margin-top: -140px;
    }
}

@media (max-width: 767px) {
    .main-news-slider .main-slider .news-post h2 {
        font-size: 17px;
        line-height: 20px;
    }
    .main-news-slider .main-slider .news-post .hover-box .inner-hover {
     margin-top: -110px;
    }
    .main-news-slider .video-countdown {
        margin-top: 0 !important;
    }
    section .medflix-logo img {
        max-width : 200px;
    }
}
@media (max-width: 500px) {
    .main-news-slider .main-slider .news-post h2 {
        font-size: 15px;
        line-height: 21px;
    }
    .main-news-slider .main-slider .news-post a.category-post,
    .main-news-slider .main-slider .news-post ul {
        display: none;
    }
    .image-slider .image-post .hover-box .inner-hover h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .main-news-slider .main-slider .news-post .hover-box .inner-hover {
        margin-top: -77px;
    }
    
    section.medflix-logo-mobile {
        display: block;
        text-align: center;
        margin-top : -22px;
        padding: 10px 0;
    }
    .main-news-slider .medflix-logo {
        display: none;
    }
    .main-news-slider {
        margin-top: 0;
    }
    
    .main-news-slider .video-countdown {
        padding: 0.3em 1em !important;
    }
    .countdown > span {
        font-size: 2rem !important;
    }
}

