/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 14 2023 | 17:52:40 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 07 2023 | 20:17:13 */
/************/
/*  Colors  */
/************/
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
.error404 {
  opacity: 0;
  transition: 0.45s ease-out opacity;
}
.error404.animate_page {
  opacity: 1;
}
.error404 header#header {
  border-bottom: none !important;
}
.error404 header#header #header_main {
  border-bottom: none !important;
}
.error404 header#header .main_menu, .error404 header#header .header_bg, .error404 header#header #header_meta {
  display: none !important;
}
.error404 header#header span.logo {
  padding: 0;
}
.error404 #footer-page, .error404 #socket, .error404 #scroll-top-link {
  display: none !important;
}
.error404 #main {
  background-color: #ffffff !important;
  background-image: url("/wp-content/uploads/portola_watermark.svg");
  background-size: contain !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  padding-top: 0 !important;
}
.error404 #main .main_color {
  background-color: transparent !important;
  border-top: none !important;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.error404 #main .main_color .entry-content-wrapper {
  text-align: center;
}
.error404 #main .main_color .entry-content {
  display: none !important;
}
.error404 .error404_content {
  text-align: center;
  margin-bottom: 75px;
}
.error404 .error404_content h1 {
  font-weight: 300 !important;
  font-size: 18vw;
  line-height: 0.8em;
  margin-bottom: 30px;
  color: #2E1F66 !important;
}
.error404 .error404_content h2 {
  font-size: 24px !important;
  line-height: 1em !important;
  text-transform: none !important;
  color: #2E2C2B !important;
  font-weight: 400 !important;
}
.error404 .error404_content p {
  font-size: 18px !important;
  line-height: 1.5em !important;
  color: #2E2C2B !important;
}
.error404 .error404_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 60px;
}
.error404 .error404_form form {
  width: calc(100% - (130px + 15px));
  padding-bottom: 0 !important;
}
.error404 .error404_form form > div {
  max-width: 100% !important;
}
.error404 .error404_form form #searchsubmit {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #2E1F66;
  border-radius: 0 !important;
}
.error404 .error404_form form input[type="text"] {
  border-radius: 0 !important;
  color: #2E2C2B !important;
  background-color: #F8F8F8 !important;
  border: none !important;
  font-size: 14px !important;
  letter-spacing: 1px;
  border: 2px solid #2E1F66 !important;
  padding-left: 20px !important;
  line-height: 1em !important;
}
.error404 .error404_form button {
  width: 130px;
  background-color: #2E1F66 !important;
  border: 2px solid transparent !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1em !important;
  transition: 0.3s ease-out all;
  font-weight: 700 !important;
  border-radius: 0 !important;
  cursor: pointer;
  box-shadow: none !important;
  padding: 11px;
  transition: 0.3s ease-out all;
}
.error404 .error404_form button:hover {
  background-color: #F8F8F8 !important;
  color: #2E1F66 !important;
  border: 2px solid #2E1F66 !important;
}
.error404 a.return_home {
  width: auto;
  background-color: #F8F8F8 !important;
  border: 2px solid #2E1F66 !important;
  color: #2E1F66 !important;
  font-size: 14px !important;
  line-height: 1em !important;
  transition: 0.3s ease-out all;
  font-weight: 700 !important;
  display: inline-block;
  border-radius: 0 !important;
  cursor: pointer;
  box-shadow: none !important;
  padding: 15px 25px !important;
  transition: 0.3s ease-out all;
  min-width: 225px;
  margin: 0 auto;
}
.error404 a.return_home:hover {
  color: #ffffff !important;
  background-color: #2E1F66 !important;
}
.error404_recommendation {
  text-align: center;
  display: none !important;
}
.error404_recommendation > p strong {
  font-size: 16px !important;
  color: #2E2C2B !important;
}
.error404_recommendation ul {
  margin: 0 !important;
}
.error404_recommendation li {
  display: inline-block;
  list-style: none;
  width: auto;
  background-color: #2E1F66 !important;
  color: #ffffff !important;
  padding: 10px;
  border-radius: 100px;
  margin: 5px;
}
::placeholder {
  color: #2E2C2B !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #2E2C2B !important;
}
::-ms-input-placeholder {
  color: #2E2C2B !important;
}
::selection {
  background-color: #2E1F66 !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  .error404 header#header {
    position: fixed !important;
  }
  .error404 .error404_content h1 {
    font-size: 25vw !important;
  }
}
@media only screen and (max-width: 500px) {
  .error404 .error404_form {
    flex-wrap: wrap !important;
  }
  .error404 .error404_form form#searchform, .error404 .error404_form .search_trigger {
    width: 100% !important;
  }
  .error404 .error404_form form#searchform {
    margin-bottom: 20px !important;
  }
}
