@font-face {
  font-family: 'LatoBlack';
  src: url('/wp-content/themes/severn-child/fonts/Lato-Black.ttf');
}
@font-face {
    font-family: 'LatoRegular';
  font-style: normal;
  font-weight: normal;
  src: url('/wp-content/themes/severn-child/fonts/Lato-Regular.ttf');
}
@font-face {
  font-family: 'LatoLight';
 font-style: normal;
font-weight: normal;
  src: url('/wp-content/themes/severn-child/fonts/Lato-Light.ttf');
}
@font-face {
  font-family: 'RailwayBold';
  src: url('/wp-content/themes/severn-child/fonts/Raleway-Bold.ttf');
}

body,h1,h2,h3,p{
    color:#0a0a0a!important;
}
.secondary-inner img {
	display: none;
}
h1{
    font-family: LatoBlack!important;
    font-size:32px!important;
   /* font-weight: 900;*/
    line-height: 1.2!important;
}
h2{
    font-family: LatoBlack!important;
    font-size:24px!important;
   /* font-weight: 900;*/
    /*line-height:28.8px!important;*/
    line-height:32px!important;
}
h3{
    font-family: LatoRegular!important;
}
p{
    letter-spacing: -.5px;
    font-size:16px;
    line-height:24px;
}
ol.wpp-list {
    padding-left: 0!important;
}
    footer.page-footer .copyright .main, footer.page-footer .copyright .main a {
    color: #fff!important;
}
.textwidget img {
    display: none;
}
.sidebar-right .textwidget td {
    text-align: center!important;
}
.sidebar-right .textwidget td:nth-child(1) {
    display: none!important;
}
.widget.copyright p.alt {
    display: none;
}
.post-squares h3{
    color:#fff!important;
}
.page-header .title h1 {
    color: #0a0a0a!important;
}
.essb-profiles.essb-profiles-square {
    /* padding-top: 20px; */
    padding: 45px 0;
    border-bottom: 1px solid #e4e4e4;
}
.post-squares.nextprev .info {
    height: 180px;
}
.post-squares.nextprev .next h3, .post-squares.nextprev .previous h3{
    font-size:18px!important;
}
.page-header-category {
    padding: 25px 0!important;
    background: transparent!important;
    margin-top: 20px!important;
}
.widget.randomposts h4 a, .widget.relatedposts h4 a{
    color:#0a0a0a!important;
}
.widget.randomposts h4 a:hover, .widget.relatedposts h4 a:hover{
    color:#d41a68!important;
}
.post-bottom .tags a{
    color: #fff!important;
    background: #d41a68!important;
}
.post-item-header span a {
    color: #0a0a0a;
}
.meta span {
    color: #0a0a0a!important;
}
.button.gray-outline:hover {
    color: #fff;
    background: #b50e58!important;
}