#searchform #s {
  background: #fff !important;
}
#searchform #input {
}
#searchform #s {
  background: #fff !important;
  margin: 0 0px 0 -7px;
}
#searchform #searchsubmit {
  height: 40px;
  padding: 10px;
  margin: 1px 0 0 10px;
  background: #f8f8f8;
}
#searchform #searchsubmit:hover {
  background: #ccc;
}
input#searchsubmit {
  float: right;
  position: absolute;
}





.copyright-footer {
  background-color: rgb(211, 211, 211) !important;
  padding: 14px;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////
//  XX - ROLLOVER EFFECT IMAGES / GALERIES BLOGPOSTS
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.pp-grid-image__image:hover {
cursor: pointer;
-webkit-transform: scale(1.05);
transform: scale(1.05);
transition: transform .3s ease-in-out;
opacity: 5;
}
.pp-grid-image__image {
-webkit-transform: scale(1);
transform: scale(1);
transition: transform .3s ease-in-out;
opacity: 1;
}