/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2025 | 01:08:38 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2025 | 00:01:01 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --purple: #000038;
  --pink: #c21fb7;
  --black: #000000;
  --white: #ffffff;
  --gray: #f1eef1;
  --gradient: linear-gradient(130deg,rgb(255,83,80) 1%,rgb(192,44,181) 100%);
  --fixedNavGradient: linear-gradient(90deg, rgb(255, 83, 80) 1%, rgb(192, 44, 181) 100%);
  --noto_sans: "Noto Sans", sans-serif;
  --prometo_trial: "Prometo Trial", sans-serif;
  --prometo: "prometo", 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: Aug 22 2022 | 20:38:52 */
#site-map {
  padding: 4.1666666667rem 0;
}
#site-map .post-entry {
  margin-right: -1.1111111111rem;
  margin-left: -1.1111111111rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#site-map .post-entry .entry-content-wrapper {
  padding-left: 1.1111111111rem;
  padding-right: 1.1111111111rem;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
}
#site-map .post-entry .entry-content-wrapper ul li::marker {
  color: var(--pink) !important;
}
#site-map .post-entry .entry-content-wrapper ul li a {
  padding: 0 0.5555555556rem;
}
#site-map .post-entry .entry-content-wrapper ul li a:hover {
  background-color: var(--pink);
  color: var(--white);
}
