/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2021 | 09:29:51 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS knowledge echa un vistazo a http://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

.wp-show-posts-single{text-align:left; padding: 0 10px!important; margin-bottom: 100px!important}
.wp-show-posts-single .wp-show-posts-image img{width:100%; object-fit:cover!important; border-radius:5px!important}
.wp-show-posts-single .wp-show-posts-image img:hover{opacity:0.7}
.wp-show-posts-single .wp-show-posts-image a{text-align: left; width: 100%; display: block;}

@media screen and (max-width: 850px){
  .wp-show-posts-single{padding: 0 20px!important}
}

.wp-show-posts-read-more{transition: 0.3s; border:2px solid #3e5e44!important; background-color: #3e5e44; color:white!important; border-radius:3px!important}
.wp-show-posts-read-more:hover{background-color: white!important; color: #3e5e44!important; border: 2px solid #3e5e44!important}

.wpsp-load-more{float: right; background-color: #3e5e44; padding: 10px}
.wpsp-load-more span, .wpsp-load-more a{color: white}
.wpsp-load-more a:hover{color: lightgray}