/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2019 | 02:00:26 */
/* 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 */ 

/*estilos*/

.entry-content h1 {
   font-weight: 700;
  font-size:30px !important;
}


li.srpw-li.srpw-clearfix {
    width: 90%;
    float: left;
}

a.srpw-img.srpw-aligncenter img {
    width: 100%;
}

#noticia1 li.srpw-li.srpw-clearfix {
    width: 80% !important;
    float: left;
}

a.srpw-img.srpw-alignleft img {
    width: 200px;
  padding-right:20px;
}

li.srpw-li.srpw-clearfix {
    padding: 16px;
    box-shadow: 0px 10px 26px -1px rgba(212,210,212,1);
    margin-bottom: 30px;
}

.entry-thumbnail.has-thumb img {
    width: 100%;
}

.entry-content h1, .wp-block h1, .entry-single .entry-title{
font-size:21px;
}

.type-post {
    margin-top: 50px;
}

.blogde3 li.srpw-li.srpw-clearfix {
    width: 28%;
}

a.srpw-title {
    font-weight: 700;
    line-height: 70%;
    font-size: 15px;
}

.widget-title {
  font-size: 25px !important;
  Font-weight:bold !important; 
  color:black !important;
  text-transform:capitalize;
}


.srpw-meta{
  font-weight: 600;
  color:black;
  padding-bottom:10px;
}

.srpw-more-link {
  	margin-top: 15px;
    display: inline-block;
    color: #ffffff;
    text-decoration-color: #ffffff;
    background-color: #10caca;
    border-style: none;
    line-height: 1;
    text-transform: uppercase;
    padding: 7px 17px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0px;
    border-radius: 2px;

}

.srpw-summary{
	color:  #a8a8a8;
}

.border-left{
  border-left:2px;
  color:black;
}

.cat-item {
  color: #a8a8a8 !important;
  padding: 10px;
  border-bottom: 1px solid #a8a8a8;
  list-style-type: none;

}


@media (max-width: 600px) {
	.blogde3 li.srpw-li.srpw-clearfix {
    width: 90%;
}

}