@charset "UTF-8";
/*
Theme Name: tatmuda
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */

body:not(.wp-admin) {
  margin: 0;
  direction: rtl;
}

.no_valid {
  border-bottom: 1px solid red !important;
}

.error_msg_sm_r {
  margin-top: 5px;
  font-size: 12px !important;
  color: red !important;
}

.login_form button,
#registration_form_desktop button,
#registration_form button {
  cursor: pointer;
}

.tml .tml-action-confirmaction .success,
.tml .tml-error,
.tml .tml-message,
.tml .tml-success {
  border-left: 4px solid #f54564;
}
.elementor-message.elementor-message-success {
  display: none;
}
.categories-tabs {
  overflow: scroll;
  max-width: 100vw;
}
.categories-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.categories-tabs li {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 20px;
  cursor: pointer;
  background: #fff;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 20px;
  color: #b69064;
  border: 1px solid #b69064;
  min-width: max-content;
}

.categories-tabs li.active_li_b {
  background: #b69064;
  color: #fff;
}
.categories-tabs::-webkit-scrollbar {
  width: 0;
}

/* ie 10+ */
.categories-tabs {
  -ms-overflow-style: none;
}

/* фф (свойство больше не работает, других способов тоже нет)*/
.categories-tabs {
  overflow: -moz-scrollbars-none;
}
.posts-container {
  display: none;
  margin-top: 30px;
  padding-top: 20px;
}

.posts-container .post {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#days_slider .carousel-cell .day_info .date {
  justify-content: center;
}

#commentstatusdiv {
	display: none;
}


