/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2023 | 00:23:35 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 29 2023 | 00:23:35 */
/************/
/*  Colors  */
/************/
@font-face {
  font-family: "Sidewinder-Custom";
  src: url("/wp-content/uploads/cc_fonts/Sidewinder/Sidewinder-CustomFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
.search-results {
  opacity: 0;
  transition: 0.45s ease-out opacity;
}
.search-results.animate_page {
  opacity: 1;
}
.search-results header#header {
  border-bottom: none !important;
}
.search-results header#header #header_main {
  border-bottom: none !important;
}
.search-results header#header .main_menu, .search-results header#header .header_bg {
  display: none !important;
}
.search-results header#header span.logo {
  padding: 25px 30px 25px 0px;
}
.search-results #footer-page, .search-results #socket, .search-results #scroll-top-link {
  display: none !important;
}
.search-results #main {
  background-color: #ffffff !important;
  background-image: url("/wp-content/uploads/404_bg_35.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: none !important;
}
.search-results #main .main_color {
  background-color: transparent !important;
  border-top: none !important;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.search-results #main .main_color .entry-content-wrapper {
  text-align: center;
}
.search-results #main .main_color .entry-content {
  display: none !important;
}
.search-results #main .page-heading-container {
  border-bottom: none !important;
  padding-bottom: 0;
}
.search-results #main .content {
  display: flex;
}
.search-results #main .search_results_left {
  width: calc((2 / 3) * 100%);
  width: 75%;
  padding-right: 6%;
}
.search-results #main .search_results_left article.post-entry {
  text-align: left;
}
.search-results #main .search_results_left article.post-entry .entry-content-wrapper {
  text-align: left;
  padding-left: 0;
  padding-bottom: 0;
}
.search-results #main .search_results_left article.post-entry .entry-content-wrapper .entry-content-header {
  display: flex;
  align-items: center;
}
.search-results #main .search_results_left article.post-entry .entry-content-wrapper .entry-content-header h2 {
  color: #9A0053;
  padding-left: 15px;
  margin-bottom: 0;
}
.search-results #main .search_results_left article.post-entry .search-result-counter {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #eae3dc;
  font-size: 22px;
  line-height: 44px;
  font-weight: 700 !important;
  color: #C1B9AE;
  padding: 0;
}
.search-results #main .search_results_right {
  width: calc((1 / 3) * 100%);
  width: 25%;
}
.search-results aside.search-sidebar {
  background-color: #eae3dc !important;
  padding: 30px;
}
.search-results aside.search-sidebar h2 {
  color: #9A0053 !important;
}
.search-results aside.search-sidebar p, .search-results aside.search-sidebar li {
  color: #000000 !important;
  font-size: 16px;
  line-height: 1.5em;
}
.search-results .search_form_field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 60px;
}
.search-results .search_form_field .new_search_container {
  width: 100%;
}
.search-results .search_form_field .search_form_container {
  width: 100%;
}
.search-results .search_form_field form {
  width: 100%;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.search-results .search_form_field form > div {
  max-width: 100% !important;
}
.search-results .search_form_field form #searchsubmit {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #9A0053;
  border-radius: 100px !important;
}
.search-results .search_form_field form input[type="text"] {
  border-radius: 100px !important;
  color: #000000 !important;
  background-color: #eae3dc !important;
  border: none !important;
  font-size: 14px !important;
  letter-spacing: 1px;
  padding-left: 20px !important;
  line-height: 1em !important;
}
.search-results .search_form_field .author-extra-border {
  display: none;
}
.search-results .search_form_field button {
  width: 130px;
  background-color: #9A0053 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1em !important;
  transition: 0.3s ease-out all;
  font-weight: 700 !important;
  border-radius: 100px !important;
  cursor: pointer;
  box-shadow: none !important;
  border: none !important;
  padding: 11px;
  transition: 0.3s ease-out all;
}
.search-results .search_form_field button:hover {
  background-color: #eae3dc !important;
  color: #9A0053 !important;
}
.search-results a.return_home {
  width: auto;
  background-color: #eae3dc !important;
  color: #9A0053 !important;
  font-size: 14px !important;
  line-height: 1em !important;
  transition: 0.3s ease-out all;
  font-weight: 700 !important;
  display: inline-block;
  border-radius: 100px !important;
  cursor: pointer;
  box-shadow: none !important;
  border: none !important;
  padding: 15px 25px !important;
  transition: 0.3s ease-out all;
  min-width: 225px;
  margin: 0 auto;
}
.search-results a.return_home:hover {
  color: #eae3dc !important;
  background-color: #9A0053 !important;
}
::placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #000000 !important;
}
::-ms-input-placeholder {
  color: #000000 !important;
}
::selection {
  background-color: #ff1949 !important;
  color: #ffffff !important;
}
