.post-content ul{list-style: initial;}

img {
  max-width: 100%;
  height: auto;
}
.post-columns .post {
    background: #f8f8f8;
    margin: 0 0 30px;
}

.post-columns .post .post-title {
    font-size: 20px;
    color:#ED1D24;
}

.post-title a{color:#ED1D24;}
.post-columns .post .post-content {
    padding: 30px 25px;
}

.post-columns .post .post-content > *:last-child {
    margin-bottom: 0;
}

.post-meta {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
.post-meta a{color:#ED1D24;}

.post-meta > li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    color: #999;
}

.post-meta > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
}
    
  .btn.btn-base.btn-link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #ED1D24;
}

.btn.btn-base.btn-link:hover,
.btn.btn-base.btn-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: #ED1D24;
}  

.bg-white {
  background-color: #ffffff !important;
}
.bg-white-dark {
  background-color: #f8f8f8 !important;
}
h1.text-uppercase, .h3.text-uppercase {
  margin-right: -5px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb a {
    color: #999999;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #27CBC0;
}

.breadcrumb > li + li:before {
    color: #999999;
    padding: 0 8px;
}

.breadcrumb > .active {
    color: #999999;
    opacity: 0.9;
}
.module-sm {
  padding: 50px 0;
}


.icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icons-list > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.icons-list > li:first-child {
    border: 0;
    padding-top: 0;
}

.icons-list a {
    color: #999999;
}

.icons-list a:hover,
.icons-list a:focus {
    color: #27CBC0;
}

.icons-list a > .fa,
.icons-list a > .icons {
    padding-left: 5px;
}
.widget {
  margin: 0 0 40px;
}

.widget .recent-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget .recent-posts > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.widget .recent-posts > li:before,
.widget .recent-posts > li:after {
    content: " ";
    display: table;
}

.widget .recent-posts > li:after {
    clear: both;
}

.widget .recent-posts > li:first-child {
    border: 0;
    padding-top: 0;
}

.widget .recent-posts a {
    text-decoration: none;
}

.widget .recent-posts a:hover,
.widget .recent-posts a:focus {
    opacity: 0.7;
}

.widget-posts-image {
    float: left;
    width: 44px;
}

.widget-posts-body {
    margin-left: 58px;
}

.widget-posts-title {
    margin: 2px 0;
}

.widget-posts-meta {
    font-size: 11px;
    opacity: 0.7;
}

.tags a {
    background: #f8f8f8;
    display: inline-block;
    border-radius: 2px;
    padding: 8px 12px;
    margin: 0 0 6px;
    font-size: 11px;
    color: #777777;
}

.tags a:hover,
.tags a:focus {
    background: #27CBC0;
    color: #ffffff;
}

.post .post-title {
  font-size: 23px;
  margin-bottom: 10px;
}
.post .post-content {
  padding: 30px 0 0 0;
}

