/*
Theme Name: Leo System
Template: defender
Version: 1.0
*/
.blog-post .post-header .comments::before{
  display: none;
}
.contact-info-block .info-block p {
    margin: 0;
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.929em;
    text-transform: none;
}
.blog-post .post-header .meta{
  display: none;
}
.sidebar .widget.widget_recent_posts .recent-post .meta{
  display: none;
}
.comments {
    display: none;
}
header .navigation nav ul li > ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #272829;
    top: 100%;
    left: -25px;
    min-width: 120px;
    z-index: 100;
    padding: 10px 10px 15px 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
a.inverted:hover {
    color: #d99c45;
}
a.inverted {
    color: #272829;
}
.rev_slider_wrapper h1{
  font-size: 48px;
}
.section-title::after, .section-title::before {
    margin: 0 20px;
    content: "";
}
p {
    color: #333333;
}
.contact-info-block .heading {
  background: #eee;
}
.contact-info-block .heading p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.429em;
    color: #d99c45;
  letter-spacing: 2px;
}