.pt-cv-ifield {
  border-radius: 5px;
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,.5);
  padding: 20px;
  border: thin solid lightgray;
  text-align: center;
}
.pt-cv-readmore{
    color: #fff !important;
    background-color: #f6c504 !important;
    border-color: #f6c504 !important;
}
.widget-magazine-posts .magazine-vertical-box .small-posts .post {
  display: block;
  /*background-color: #22aadd;*/
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0,0,0,.5);
}
.widget-magazine-posts .magazine-vertical-box .small-posts .post img,
.attachment-poseidon-thumbnail-large .size-poseidon-thumbnail-large .wp-post-image {
  border-radius: 5px 0 0 5px;
}
.widget-magazine-posts .magazine-vertical-box .large-post img,
.widget-magazine-posts .magazine-grid .large-post img {
  border-radius: 5px;
}
.widget-magazine-posts .magazine-vertical-box .large-post,
.widget-magazine-posts .magazine-grid .large-post {
  display: block;
  padding: 10px;
  /*background-color: rgba(0,0,0,.1);*/
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0,0,0,.5);
}
.footer-wrap {
  background-color: #fff;
  text-align: center;
}
#footer-text
{
width: 100%;
}