/*
SIMPLE IDEAS STYLES
*/

.post-content img{
 max-width:99.9% !important;
 height:auto;
}
.post-content p {
   color: #333 !important;
}

.yarpp-related img{
 max-height:135px;
 object-fit:cover;
}

#search input[type="text"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none; }
