body {
font-size: 17px;
}

#title-page h2,
#title-page .page-caption,
h1,
h2,
h3,
h4,
h5,
h6 {
letter-spacing: 0px;
}


/* fixes dropdown menu width */
#menu ul ul {
position: absolute;
top: -9999em;
width: 300px !important;
}

/* changes footer bg */
.footer-widgets {
background: #506a74;
}

/* changes footer social color */
.footer-widgets .social_widget a {
border: 2px solid #FFFFFF;
}

/* changes footer social icon color */
.social_widget a i {
color: #FFFFFF;
}

/* changes footer h3 */
.footer-widgets h3 {
letter-spacing: 1px  !important;
}

.rpwe-block a {
color: #FFF;
}

.rpwe-block a:hover {
color: #f16f21;
}

.rpwe-summary{
font-size: 14px;
line-height: 24px;
}

a {
color: #f16f21;
}

a:hover {
color: #00A0FF;
}

.footer-widgets a {
color: #FFFFFF;
}

.footer-widgets a:hover {
color: #f16f21;
}

ul {
list-style: disc outside;
}

/* removes date from blog posts */
.masonry-blog .entry-meta { display: none; }
.standard-blog .entry-meta { display: none; }

/* removes blog separator */
.standard-blog #post-area .separator {
height: 0px;
}