/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/
body {
  line-height: 1.6em
}
.entry-date {
   display:none
}
/*
.excerpt > p {
    line-height: 1.2em
}
*/
.entry-title {
   font-size: 12px
}
h1.entry-title {
font-family: 'Open Sans', sans-serif;
}
h3.entry-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
}
.entry-content {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
}
.widget h3.title {
   font-size: 20px;
    line-height: 1.2em;
}
.widget a  {
   font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #444;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Recent Posts  */
.widget .feature-posts-list br {display: none;}
.widget .feature-posts-list img { margin: 0 15px 15px 0; float: left; }
.widget .feature-posts-list small { font-size: 14px; color: #838383; margin: 0 0 5px; display: block; }
.widget .feature-posts-list .post-excerpt { display: block; overflow: hidden; }
.widget .feature-posts-list li { padding:0 0 15px; margin:0 0 15px; border-bottom: 1px solid #ebebeb; }
.widget .feature-posts-list li:last-child { margin: 0; border: none; padding: 0;}
.widget .feature-posts-list li h3 { line-height: 1.3em; font-size: 15px; color: #3a3a3a; margin: 0 0 5px; }
.widget .feature-posts-list li a { color: #212426; }
.widget .feature-posts-list li a:hover { color: #2d2a62;  }

.home_widgets_dark .widget .feature-posts-list small { color: #838F98; font-size: 12px; }
.home_widgets_dark .widget .feature-posts-list li { border-bottom: none; padding-bottom: 0; }
.home_widgets_dark .widget .feature-posts-list li a { color: #fff; }
.home_widgets_dark .widget .feature-posts-list li a:hover { color: #fff;  }


.home_widgets_dark {
    background: #2d2a62;
    padding: 40px 0 0;
    color: #d7d7d7;
}

.site-info {
    padding: 30px 0;
    color: #6c7a84;
    font-size: 12px;
}

