/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 00:49:28 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 00:49:28 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --blue: #083887;
  --orange: #FF671F;
  --white: #ffffff;
  --gray: #F2F2F2;
  --yellow: rgba(255, 208, 64, 0.55);
  --lightpurple: rgba(57, 83, 255, 0.10);
  --lightblue: rgba(128, 176, 255, 0.33);
  --lightyellow: rgba(255, 208, 64, 0.25);
  --darkyellow: rgba(255, 208, 64, 1);
  --lightorange: #EF9600;
  --orangeAlt: rgba(239, 150, 0, 0.90);
  --orangeAltLight: rgba(239, 150, 0, 0.75);
  --orangeNav: #FFAE2C;
  --brightblue: #3953FF;
  --jayblue: #97BFFF;
  --text: #58595B;
  --source: "Source Sans 3", sans-serif;
  --rubik: "Rubik", sans-serif;
  --lato: "Lato", sans-serif;
  --fw-thin: 100;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2026 | 16:58:32 */
.search-results {
  opacity: 0;
  transition: 0.45s ease-out opacity;
}
.search-results.animate_page {
  opacity: 1;
}
.search-results .isi {
  display: none !important;
}
.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-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: none !important;
  background-color: var(--white) !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;
}
@media only screen and (max-width: 767px) {
  .search-results #main .content {
    flex-direction: column;
  }
}
.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;
  margin-bottom: 1em;
}
.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: var(--blue);
  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;
  min-width: 44px;
  height: 44px;
  background-color: var(--orange);
  font-size: 22px;
  line-height: 44px;
  color: var(--white);
  padding: 0;
  margin-right: 10px;
}
.search-results #main .search_results_left article.post-entry .post-meta-infos {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .search-results #main .search_results_left {
    width: 100%;
  }
}
.search-results #main .search_results_right {
  width: calc((1 / 3) * 100%);
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .search-results #main .search_results_right {
    width: 100%;
  }
}
.search-results aside.search-sidebar {
  background-color: var(--lightyellow) !important;
  padding: 20px;
  border-radius: 20px;
}
.search-results aside.search-sidebar h2 {
  color: var(--blue) !important;
}
.search-results aside.search-sidebar p, .search-results aside.search-sidebar li {
  color: var(--black) !important;
  font-size: 16px;
  line-height: 1.5em;
}
.search-results aside.search-sidebar ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 23px;
  margin-bottom: 0;
}
.search-results .search_form_field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 20px;
}
.search-results .search_form_field search {
  width: 100%;
  max-width: 960px;
}
.search-results .search_form_field .new_search_container {
  width: 100%;
}
.search-results .search_form_field h4.new_search {
  color: var(--blue!important);
  text-transform: none !important;
  font-size: 26px !important;
}
.search-results .search_form_field p.new_search {
  color: var(--text!important);
  font-size: 18px !important;
}
.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 > div .avia-svg-icon {
  background: var(--blue);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-results .search_form_field form #searchsubmit {
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--blue);
  width: 54px !important;
}
.search-results .search_form_field form input[type="search"] {
  background: var(--white) !important;
  border: 2px solid var(--blue) !important;
  border-radius: 10px !important;
  color: var(--text) !important;
}
.search-results .search_form_field form input[type="search"]::placeholder {
  color: var(--text) !important;
  opacity: 1;
}
.search-results .search_form_field form input[type="search"]::-webkit-input-placeholder {
  color: var(--text) !important;
}
.search-results .search_form_field form input[type="search"]:-ms-input-placeholder {
  color: var(--text) !important;
}
.search-results .search_form_field form input[type="search"]::-ms-input-placeholder {
  color: var(--text) !important;
}
.search-results .search_form_field form input[type="text"] {
  padding-left: 20px !important;
  line-height: 1em !important;
}
.search-results .search_form_field .author-extra-border {
  display: none;
}
.search-results .search_form_field button {
  cursor: pointer;
  box-shadow: none !important;
  border: none !important;
  padding: 16px 30px;
  transition: 0.3s ease-out all;
  background-color: var(--blue);
  border-radius: 100px;
  color: var(--white);
  width: 175px;
  font-size: 18px;
}
.search-results a.return_home {
  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;
}
h4.extra-mini-title {
  color: var(--blue) !important;
  text-transform: none !important;
  font-size: 26px !important;
}
