.fe-extrainfo-label, .rhc-info-row div.rhc-info-cell .fe-extrainfo-label {
    
    margin-right: 3px;
    margin-bottom: 0px;
    width: 100%;
    display: block;
    text-transform: none;
    letter-spacing: normal;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.rhc .fe-extrainfo-holder [class^="icon-"], .rhc .fe-extrainfo-holder [class*="icon-"] {
    width: auto;
    height: auto;
    background-image: none;
    background-color: transparent;
    text-align: left;
    padding: 14px;
}

.fe-extrainfo-holder {
    padding: 8px 15px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.bp-list li .item-meta, .bp-list li .meta {
    color: #737373;
    font-size: 18px;
    box-shadow: inset 0 0 0px #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.buddypress-wrap .main-navs:not(.dir-navs) li.current a, .buddypress-wrap .main-navs:not(.dir-navs) li.selected a {
    background: #000;
    color: #fff;

}

.buddypress-wrap .bp-subnavs li.current a, .buddypress-wrap .bp-subnavs li.selected a {
    background: #000;
    color: #fff;

}

.groups-header .desc-wrap {
    background: #fff;
        background-clip: border-box;
    border: 2px solid #ededed;
    margin: 0 0 15px;
    padding: 1em;
    text-align: center;
}

.groups-header .desc-wrap .group-description {
    background: #fff;
    box-shadow: inset 0 0 9px #fff;
    padding: 1em;
    text-align: left;
}

.buddypress .buddypress-wrap .activity-read-more a, .buddypress .buddypress-wrap .comment-reply-link, .buddypress .buddypress-wrap .generic-button a, .buddypress .buddypress-wrap a.bp-title-button, .buddypress .buddypress-wrap a.button, .buddypress .buddypress-wrap button, .buddypress .buddypress-wrap input[type=button], .buddypress .buddypress-wrap input[type=reset], .buddypress .buddypress-wrap input[type=submit], .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
    background: #ffce31;
    border-color: #ccc;
    border-style: solid;
    border-width: 2px;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;

    outline: 0;
    padding: 1em 1.2em;
    text-align: center;
    text-decoration: none;
    width: auto;
    line-height: 1;
}

.meks_ess {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 0;
  margin: 0 0 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  top: 85px;
}