/*
Theme Name: jhmcri
Theme URI: Your Theme URL
Description: Your theme description.
Author: Your Name
Author URI: Your Website URL
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jhmcri
*/
p {text-transform:normal;}
.text-white p {
  color: #fff !important;
}

/* Your custom styles go here */

.latestNews {
  overflow: hidden;
}

.latestNews div {
  border-radius: 1em;
  font-weight: 700;
  opacity: 1;
  transition: transform 100ms linear, opacity 100ms ease-in-out;

}

.latestNews .slick-slide {
  margin-bottom: 10px;
}

.latestNews>div .slick-center {
  opacity: 1.0;
  transform: scale(1.3);
}

.latestNews p {}


.thumbex {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  outline: 2px solid white;
  outline-offset: -15px;
  box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}

.thumbex .mythumbnail {
  overflow: hidden;
  min-width: 250px;
  height: 200px;
  position: relative;
  opacity: 0.88;
  backface-visibility: hidden;
  transition: all 0.4s ease-out;
}

.thumbex .mythumbnail img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 115%;
  width: auto;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
}

.thumbex .mythumbnail h2 {
  position: absolute;
  z-index: 2;
  top: calc(100px - 20px);
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 50px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  color: white;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.2px;
  transition: all 0.3s ease-out;
}

.thumbex:hover {
  backface-visibility: hidden;
  transform: scale(1.15, 1.15);
  opacity: 1;
}

.thumbex .mythumbnail:hover h2 {
  opacity: 0.3;
}

footer {
  margin-top: 50px;
}

.yes_latest_news {
  animation: blinker 1s linear infinite;
  background: #f00;
  color: white;
  width: 100px;
  font-weight: bold;
  padding: 2px 5px;
  font-size: 10px;
  margin: 0 auto;
  line-height: 1;
  border-radius: 2px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.lt_list i {
  padding: 10px 10px;
  background: #ccc;
  margin-right: 20px;
  border-radius: 5px;
}

.lt_list {
  display: flex;
  justify-items: center;
  align-items: center;
}

.lt_list span {
  width: 30px;
  margin-left: 15px;
}