/* Enter Your Custom CSS Here */
.entry-content,
.entry-summary {
font-family: Varela;
 font-size: 13px;
}

a.wp-caption p, a.wp-caption:hover p, .wp-caption p.wp-caption-text, .full-image-caption {
font-family: Helvetica; 
font-size:11px !important;
font-weight: bold;
color: #000000;
}

.entry-title,
.entry-summary {
font-family: Oswald;
font-size: 15px;
color: #4c4d00;
}

/*below code to enable Nelio Featured
//.sticky { color:red; }

#branding{
background-image:url(‘insert image url here’);
background-size:cover;
background-position: center;	
}

/* Change entry-title size for Nelio Featured Posts */

.widget_neliofp_widget article .entry-title {

  font-size: 13px; /* for ie8 &amp; below */

 font-size: 13px;
font-weight: normal;


    line-height: 12px; /* for ie8 &amp; below */

    line-height: 12px;

        }

table{
table-layout: fixed;
width: 1024px;
}


