body.rtl .list-unstyled {
padding-right: 0;
}

body.rtl .list-unstyled {.wpmem-ul-user div, .wpmem-ul-user-odd div {
    display: table-cell;
    font-size: .8em;
}

#wpmem-ul-list .avatar {
    float: none !important;
    margin: 0 -5px 0 0 !important;
    min-width: 45px;
}

#wpmem-ul-list .wpmem-ul-user, #wpmem-ul-list .wpmem-ul-user-odd {
    padding: 0;
    margin: 0;
}
padding-right: auto;
}

body.rtl .title-widget:before {
left: auto;
right: -30px;
height: 28px;
width: 6px;
}

body.rtl .k-dropdown-menu li {
margin-left: 50px; }

#k-site-logo {
margin: 0;
float: right !important;
}

body.rtl .k-dropdown-menu {
text-align: right; 
}

.copy-text { 
text-align: left;
}

body.rtl  #drop-down-left ul a {
border-left: medium;
border-right: 1px solid #CCC;
}

#drop-down-left .k-item-desc {
    font-size: 14px;
}

#drop-down-left a {
    font-size: 15px;
}

#drop-down-left ul a {
    font-size: 13px;
}

.title-widget {
font-size: 22px;
}


body {
color: #233943;
}

.custom-button-tagline { opacity: 1; }

.title-widget, h1 { color: black; }

.col-lg-4:nth-child(1) li.widget-container:not(:first-child) {
  margin: 0;
}

.col-lg-4:nth-child(1) a.custom-button:nth-child(1) {
  margin-top: -30px;
}

.col-lg-4:nth-child(1) a.custom-button {
  margin-top: -30px;
  padding: 30px 20px;
}

body.rtl i.s-open.fa.fa-search:after {
  content: " חיפוש";
}

i.s-open.fa.fa-search:after {
  content: " Search";
}

i.s-open.fa.fa-search {
  width: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #drop-down-left > li:first-child {
      margin-left: 30px;
    }

#drop-down-left { margin-top: 10px; }

.k-main-navig { margin-top: 0; }

}


@media (max-width: 767px) {
#mobile-nav-switch {
  display: block;
  left: 0;
  right: auto;
  top: 25px;
}
#k-head > .row > .col-lg-12 {
  background-image: none !important;
}
}




#wpmem-ul-list-heading,
#wpmem-ul-list {
    display: table;
    width: 100%;
}
 
#wpmem-ul-list .wpmem-ul-user,
#wpmem-ul-list .wpmem-ul-user-odd {
    display: table-row;
    height: 36px;
}
 
#wpmem-ul-list-heading {
    height: 40px;
    background:#000;
    color:#fff;
}
 
#wpmem-ul-list .wpmem-ul-user-odd {
    background:#F2F2F2;
}
 
#wpmem-ul-list h2 {
    font-size: 16px;
    font-weight: bold;
}
 
/**
 * The headings and data cells are all set as
 * "table-cell". Also, I've set the padding
 * and margins here to be the same for each.
 */
#wpmem-ul-list-heading .username,
#wpmem-ul-list-heading .first_name,
#wpmem-ul-list-heading .last_name,
#wpmem-ul-list-heading .country,
#wpmem-ul-list a,
#wpmem-ul-list .first_name,
#wpmem-ul-list .last_name,
#wpmem-ul-list .country{
    display: table-cell;
    padding: 2px 4px;
    margin: 2px 4px;
}
 
/**
 * Each column has the heading and the column value.
 * I've set the width for each equally, but depending
 * on the data used (and number of columns), you may
 * need to adjust these. I've separated each pair for
 * each column for easier customizing of the example
 * to your unique data.
 */
 
#wpmem-ul-list-heading .first_name,
#wpmem-ul-list .first_name {
    width: 20%;
}
 
#wpmem-ul-list-heading .last_name,
#wpmem-ul-list .last_name {
    width:20%;
}
 
#wpmem-ul-list-heading .country,
#wpmem-ul-list .country {
    width:20%;
}

.wpmem-ul-user div, .wpmem-ul-user-odd div {
    display: table-cell;
    font-size: .8em;
}

#wpmem-ul-list .avatar {
    float: none !important;
    margin: 0 -5px 0 0 !important;
    min-width: 45px;
}

#wpmem-ul-list .wpmem-ul-user, #wpmem-ul-list .wpmem-ul-user-odd {
    padding: 0 !important;
    margin: 0 !important;
}

#wpmem-ul-heading div {
    display: table-cell;
    font-weight: bold;
    color: white;
padding: 0 0.5em;
}

#wpmem-ul-heading  {
display: table-row;
background: #474747;
}

#user-list-profile .user_firstname {
  float: right;
  margin: 0 0 0 .5em;
  font-weight: bold;
  font-size: 1.5em;
}

#user-list-profile .user_lastname {
  font-weight: bold;
  font-size: 1.5em;
}


.wpcf7-form-control.wpcf7-captchar {
width: 100%;
}