.nav-links ul li a.active {
  color: #e52741;
}
/* ANIMATED LOGO CSS */
.video-logo {
  width: 250px;
}

.image-logo {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 251px;
  padding-bottom: 0.34rem;
}
.image-logo img {
  max-width: 251px;
}

.video-logo {
  display: none;
}

@media screen and (max-width: 1024px) {
  .image-logo {
    display: none;
  }
  .video-logo {
    display: block;
  }
  .lfm-mobile-search-text input {
    margin-bottom: 3.4rem !important;
    margin-top: 3.3rem !important;
  }
}

/*
   * THIS IS SEARCH CSS
   */
.nav-links ul li.lfm-search::after,
.nav-links ul li.lfm-social::after {
  content: none !important;
}
li.lfm-search:hover::after,
li.lfm-social:hover::after {
  width: 0px !important;
}

.lfm-search {
  position: relative;
  border: 2px solid #000;
  border-radius: 4px;
  max-width: 200px;
  padding: 0px !important;
  margin-right: 180px;
}
.lfm-search .search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px !important;
}
.search-box input {
  background: transparent !important;
  border: 0px;
  padding: 0px 5px;
  width: 100%;
  height: auto;
}
.search-box input:focus {
  border: 0px;
  outline: none;
}
.search-box .fa-search {
    cursor: pointer;
  display: block;
  margin-right: 4px;
}

.search-items-found,
.search-items-not-found {
  background: #fefefe;
  border: 2px solid #000;
  border-top: 0px;
  border-radius: 0 0px 4px 4px;

  text-align: left;
  position: absolute;
  left: 0;
  right: 0;

  margin-top: 16px;
  z-index: 10000;
}
.search-items-not-found {
  padding: 0.5rem;
  font-size: 12px;
}

.search-item {
  padding: 0.5rem;
  border-bottom: 1px solid #efefef;
}
.search-item.note-header {
  font-weight: bold;
  font-size: 12px;
}
.search-item a {
  font-weight: normal !important;
  color: #a59da8 !important;
  font-size: 14px !important;
}
.search-item a:hover {
  color: #e52741 !important;
}
.search-item:last-child {
  border-bottom: 0px;
  border-radius: 0px 0px 4px 4px;
}

.lfm-mobile-search,
.lfm-mobile-search-text {
  display: none;
}
.lfm-mobile-search {
  font-size: 22px !important;
  cursor: pointer;
}
.lfm-mobile-search-text {
  position: relative;
  width: 80%;
}
.lfm-mobile-search-text input {
  border: 0px;
  border-bottom: 2px solid #e52741;
  padding: 0.5rem 1rem;
  margin-top: 3.5rem;
  width: 100%;
  margin-bottom: 3.6rem;
}
.lfm-mobile-search-text input:focus {
  border: 0px;
  outline: none;
  border-bottom: 2px solid #eee;
}

@media screen and (max-width: 1450px) {
  .lfm-search {
    margin-right: 150px !important;
  }
}

@media screen and (max-width: 1250px) {
  .lfm-search {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 1150px) {
  .lfm-search {
    margin-right: -10px !important;
  }
}

@media screen and (max-width: 1100px) {
  .nav-links ul li.lfm-search,
  li.lfm-search,
  .lfm-search {
    display: none !important;
  }
  .lfm-mobile-search {
    display: block;
  }
  .search-items-found,
  .search-items-not-found {
    border: 2px solid #eee;
    border-top: 0px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 500px) {
  .hello {
    margin-top: 10px !important;
  }
  .logo {
    width: 180px !important;
  }
  .lfm-mobile-search-text input {
    margin-bottom: 2rem !important;
    margin-top: 2.1rem !important;
  }
}
