﻿.titlebox-gal h1, .titlebox-gal h2 {
color:#069 !important;
text-shadow: 0 0 20px rgba(255,255,255,0.9);
}

.press_items  {
  position: relative;
}

.press_items ul {
  list-style: none;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  justify-content:left;
}


.press_items ul li {
  display: none;
  width: calc(100%/3 - 20px);
  margin: 10px !important;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(100,100,100,0.2);
  transition: all linear 0.5s;
}

.press_items ul li.show {
  display: inline-block !important;;
}


.press_items ul li:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.press_items ul li .img-clip {
  margin: 0 0 20px 0px;
  width: 100%;
  height: 200px;
  overflow:hidden;
}



.press_items ul li .img-clip img {
  display: block;
  object-fit: contain;
  object-position: left;
  width: 100%;
  transition: all linear 0.5s;
}



.press_items ul li:hover .img-clip img {
  transform: scale(1.1);
}


.press_items h5 {
  line-height: 150%;
  font-weight: 300;
}


.post-date {font-size: 12px; margin: 0px !important;}


@media screen and (max-width: 992px) {
 
  .press_items ul li {
  width: calc(100%/2 - 20px);
}
 
}


@media screen and (max-width: 768px) {
 
 
  .press_items ul li  {
   width: calc(100% - 20px);
   flex-direction: column;
   flex-wrap: wrap;
}

.press_items ul li.show {
   display: flex;
}
 
 .press_items ul li a {
   display: flex;
   flex-direction: row;
}
 
 .press_items ul li .img-clip {
  margin: 0 20px 0px 0px;
  width: 30%;
  height: 170px;
}
 
 
 .press_items ul li .img-clip img {
    max-height:170px;
    object-position: center;
}
 
 
  .press_items ul li .text {
  margin: 0 0 0px 0px;
  width: 70%;
}
 
}

@media screen and (max-width: 650px) {
 

 
  .press_items ul li {
  width: calc(100% - 20px);
}
 
 
  .press_items ul li a {
   flex-direction: column;

}
 
 
 .press_items ul li .img-clip,  .press_items ul li .text {
  margin: 0 20px 0px 0px;
  width: 100%;
}
 
}



 