body {
  font-family: "Heebo" !important;
}
/* Menu Fix */

.sfm-sm-indicator {
  left: 0 !important;
  right: auto !important;
}
/* #sfm-sidebar {z-index: 999 !important;} */

#sfm-sidebar {
  z-index: 0 !important;
}
#sfm-sidebar.sfm-sidebar-exposed {
  z-index: 9999999 !important;
}

.sfm-has-child-menu .sfm-sm-indicator i {
  -webkit-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important;
}
.sfm-submenu-visible .sfm-sm-indicator i {
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
}
.sfm-pos-right #sfm-sidebar .sfm-view-level-1 {
  min-width: 400px;
}
.sfm-pos-right #sfm-sidebar .sfm-view-level-1 span {
  max-width: 100% !important;
}
.sfm-pos-right #sfm-sidebar .sfm-view-level-1 a {
  color: #ffffff;
  border-color: #ffffff;
  width: 361px;
  padding-right: 0 !important;
}
#sfm-sidebar .sfm-va-middle {
  vertical-align: top !important;
  padding-top: 10em;
}
/* Search */
#searchform input[type="search"] {
  max-width: 9vw;
  float: right;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
}
#searchform .search-submit {
  background: url("/wp-content/uploads/2020/08/2020-08-25_11h42_11.png");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  padding: 1.2em 0.5em;
}

/* Filter Block */

#fltrblk {
  margin: 0 auto;
  text-align: center;
}
#fltrblk select {
  color: black;
  font-family: "Heebo";
  background: white;
  border-radius: 0px;
  font-size: 17px;
  min-width: 300px;
}
/* .home .elementor-heading-title{
    display:none;
} */
.searchandfilter ul li {
  list-style: none;
  display: inline-block !important;
  padding: 10px 10px;
  margin: 0;
}

#fltrblk input[type="submit"] {
  border: 1px solid #00bbf2;
  color: #00bbf2;
  background: transparent;
  font-size: 17px;
  font-size: 17px;
  padding: 0.65em 3em;
}

#fltrblk select option {
  color: black;
}

/* lower filter block */
/* .pstgrd .uael-post__content-wrap {
  margin-top: -9em;
  background-color: #00000099 !important;
  position: absolute;
  max-height: 8.9em;
  min-height: 8.9em;
  width: 16.65%;
  display: none;
} */
.pstgrd .uael-post__content-wrap {
  margin-top: -11%;
  background-color: #00000099 !important;
  position: absolute;
  height: 10.85vw;
  /* max-height: 10.9em; */
  /* min-height: 9.2%; */
  /* min-height: 14.7em; */
  width: 16.65%;
  padding-top: 3% !important;
  display: none;
}
.pstgrd .uael-post__title {
  font-size: 2.2rem;
  line-height: 120%;
  max-height: 2.5em;
  overflow: hidden;
  margin-bottom: 0.5em;
}
/* .uael-post__title a:after {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 24.2em !important;
} */
.uael-post__title a:after {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 7.2em !important;
}
.pstgrd .uael-post__excerpt p {
  margin: 0px;
  line-height: 110%;
  font-size: 14px;
  overflow: hidden;
  max-height: 5.5em;
}
.uael-post__excerpt {
  max-height: 4.2em;
  overflow: hidden;
}
.pstgrd .uael-post__bg-wrap {
  margin-top: -0.7em;
}
.videourl,
.posid {
  display: none;
}
.videourl iframe {
  min-width: 44vw;
}
.videourl iframe {
  min-height: 35vw;
}
.uael-post__inner-wrap:hover .uael-post__content-wrap {
  display: block;
  transition-duration: 2s;
}

.uael-post__header-filters-wrap {
  margin-bottom: 0px !important;
  margin-top: 0px;
  background: black;
  padding: 2em 0em 2em;
  font-size: 20px;
}
.uael-post__header-filters li:nth-child(1) {
  background-color: black !important;
  color: #008fba !important;
  border: 1px solid #008fba;
}

.uael-post__header-filters li {
  height: 2.1em;
  line-height: 170%;
  vertical-align: middle;
}
.uael-post__header-filters li:hover {
  background-color: transparent !important;
}
.uael-post__thumbnail img {
  min-height: 207px;
  /* object-fit: contain; */
  min-width: 255px !important;
  max-height: 207px !important;
}

/* Lightbox popup */
.backdrop {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
}
.rdmrpp {
  text-align: center;
  margin: 0 auto;
  display: block;
  float: none;
  font-weight: bold;
  border: 1px solid black;
  width: fit-content;
  padding: 0em 1em;
  margin-top: 1em;
}
.box {
  z-index: 999;
  position: fixed;
  opacity: 1;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  width: 55vw;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #444444;
  -webkit-box-shadow: 0px 0px 5px #444444;
  box-shadow: 0px 0px 5px #444444;
  padding-top: 0.5em;
}
.close:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00d";
  font-size: 20px;
  color: black;
  right: 0;
}
.close {
  float: right;
  cursor: pointer;
  width: 2em;
  position: relative;
  top: -0.15em;
  font-size: 20px;
  font-weight: bold;
  color: transparent;
  /* border: 1px solid black;*/
  border-radius: 100%;
  background: white;
  right: 0em;
  text-align: center;
}

/* Footer */

.ftrmnublk li a {
  border-bottom: 1px solid white;
}
.ftrmnublk li a:hover {
  /* color:transparent; */
}
.ftrmnublk li:before {
  content: "\f053";
  position: absolute;
  color: white !important;
  font-size: 13px !important;
  font-family: FontAwesome;
  margin-right: 0.2em;
  background: transparent !important;
  line-height: 100%;
  margin-top: 0.9em;
}

/* Contact Form */

.elementor-field-group-checkbx {
  position: absolute !important;
  top: 6.7em;
  margin-right: 0em !important;
  left: 0;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  margin-right: 26em;
}

.elementor-field-type-checkbox label {
  /* padding-right: 2.5em; */
  position: absolute;
  left: 0;
}
.uael-post__header-filters li:nth-child(2) {
  display: none;
}
.rtl #ajaxsearchpro1_1 .probox .proinput input.orig {
  box-sizing: border-box !important;
  padding-bottom: 5px !important;
}
