#select404page {
  display: block;
  width: 100%; 
  max-width: none;
}

.pp-404page-videos:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  clear: both;
}

.pp-404page-videos a {
  display: block;
  margin: 0 12px 12px 0;
  width: 300px;
  float: left;
  line-height: 1;
}

.pp-404page-videos a div {
  position: relative;
}

.pp-404page-videos a img {
  width: 100%;
  height: auto;
}
  
.pp-404page-videos a div:after {
  content: '\f236';
  font-family: dashicons;
  font-size: 60px;
  display: block;
  position: absolute;
   left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #FF0000;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}

.pp-404page-videos a:hover div:after, .pp-404page-videos a:focus div:after {
  opacity: 0.8;
}

.pp-admin-page-wrapper .form-table td .pp-404page-info {
  display: inline-block;
  line-height: 20px;
  margin: 20px 12px 0 12px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 6px;
}

.pp-admin-page-wrapper .form-table td .pp-404page-info:before {
  font-family: dashicons;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  /* speak: none; */
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  content: "\f348";
  margin-right: 12px;
}

/* Some changes for Lity to overlay Admin Bar */
.lity, .lity-wrap {
  z-index: 999990;
}
.lity-loader {
  z-index: 999991;
}
.lity-container {
  z-index: 999992;
}
.lity-content {
  z-index: 999993;
}
.lity-close {
  z-index: 999994;
}
/* Page not found css */
section.not-found-page.archive-pages{
  padding: 0;
}
.not-found-content{
  max-width: 874px;
}
.not-found-page .not-found-content h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: 0.11999999731779099px;
  margin-bottom: 8px;
  color: #000000;
}
.not-found-page .not-found-content h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0.11999999731779099px;
  color: #000000;
}
.searchWrapper {
  margin-top: 48px !important;
  margin-bottom: 32px !important;
  padding-top: 48px;
  padding-bottom: 48px;
}
.searchWrapper .search-title p{
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.10000000149011612px;
  color: #121212;
}
 
.not-found-page .search{
  margin-bottom: 16px;
  margin-top: 16px;
}
.searchWrapper .form-block{
  position: relative;
}
.most-searched {
  display: flex;
  align-items: center;
}
.most-searched p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.20000000298023224px;
  color: #121212;
  margin-right: 16px;
  margin-bottom: 0;
}
.most-searched .most-searched-item span {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.20000000298023224px;
  margin-left: 16px;
  color: #121212;
}
.most-searched .most-searched-item a {
  text-decoration: none;
}
.most-searched .most-searched-item a:hover {
  text-decoration: underline;
}
.searchWrapper .form-block .search-button{
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchWrapper .form-block .search-button span{
    width: unset !important;
    margin-right: 5px;
}
.searchWrapper .form-block .search-button i{
  font-size: 18px;
}
.block-title h3{
  line-height: 39px !important;
}
@media only screen and (max-width: 767px) {
  .not-found-page .not-found-content h1 {
    font-size: 28px;
    line-height: 40px;
    color: #121212;
  }
  .not-found-page .not-found-content h2 {
    color: #121212;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
  }
  .searchWrapper .search-title p{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
 
  }
  .most-searched {
    display: block;
  }
  .most-searched p {
    margin-right: 0;
    margin-bottom: 16px;;
  }
  .most-searched .most-searched-item span {
    font-weight: 400;
    margin-left: 0;
    display: block;
    margin-top: 8px;
    margin-left: 16px;
  }
  .searchWrapper .form-block input{
    height: 3.5rem;
  }
  .searchWrapper .form-block .search-button{
    height: 3.5rem;
    width: 3.5rem;
  }
  .block-title h3{
    line-height: 30px !important;
    font-size: 18px !important;
  }
}