/*@media all and (min-width:768px)*/
li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
    position: absolute;
    top: 60px;
    right: 0px;
    z-index: 9999;
    list-style: none;
    min-width: 150px;
    padding: 15px;
    background: #2C3E50;
    background-color: #dddddd;
    box-shadow: 0px 1px 3px #000;
    white-space: nowrap;
}
.text-muted {
  display: none;
}
.navbar-brand {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
a {
  color: #56295D;
}
.widget ul li a:hover {
  color: #2fcfef;
}
.navbar-default {
  background-color: #2F4F4F;
}
.bg-primary {
  color: #fff;
  background-color: #2F4F4F;
}
#main-footer {
  border-top: #2F4F4F;
}
.btn-danger {
  color: #ffffff;
  background-color: #2F4F4F;
  border-color: #2F4F4F;
}
.post-meta {
  display: none;
}
.commentlist img, .author-description img {
  display: none;
}
.author-description .media-body {
  display: none;
}
.widget h2 {
  border-bottom: 2px solid #2F4F4F;
}
.ai1ec-allday-badge {
  background: #2F4F4F;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #2fcfef;
}