/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2025 | 08:21:39 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 01:00:12 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --purple: #42458E;
  --green: #5A9680;
  --orange: #D7A048;
  --yellow: #D2CB38;
  --black: #1D252D;
  --white: #ffffff;
  --gray: #D9D9D9;
  --purpleGradient: linear-gradient(211deg, #42458E 2.61%, #0C0F53 92.79%);
  --piplinePurple: linear-gradient(90deg, #232555 0%, #4D52BB 100%);
  --pipelineOrange: linear-gradient(90deg, #A56500 0%, #D7A048 100%);
  --pipelineYellow: linear-gradient(90deg, #9C9500 0%, #D2CB38 100%);
  --pipelineGreen: linear-gradient(270deg, #5A9680 0%, #005838 100%);
  --space: "Space Grotesk", monospace;
  --mono: "Space Mono", monospace;
  --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 */
:root {
  --purple: #42458E;
  --green: #5A9680;
  --orange: #D7A048;
  --yellow: #D2CB38;
  --black: #1D252D;
  --white: #ffffff;
  --purpleGradient: linear-gradient(211deg, #42458E 2.61%, #0C0F53 92.79%);
  --pipelinePurple: linear-gradient(90deg, #232555 0%, #4D52BB 100%);
  --pipelineOrange: linear-gradient(90deg, #A56500 0%, #D7A048 100%);
  --pipelineYellow: linear-gradient(90deg, #9C9500 0%, #D2CB38 100%);
  --pipelineGreen: linear-gradient(270deg, #5A9680 0%, #005838 100%);
}
.av-main-single.content {
  padding-top: 0 !important;
}
.blog-meta {
  display: none !important;
}
article header.entry-content-header {
  min-height: 500px;
  padding-top: 120px;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  opacity: 0;
}
article header.entry-content-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200vw;
  height: 100%;
  transform: translate3d(-50vw, 0, 0);
  background: var(--purpleGradient);
}
article header.entry-content-header h1 {
  z-index: 50;
  position: relative;
  text-align: left !important;
  color: var(--white);
  width: 100%;
  font-size: 60px !important;
  line-height: 1.1em !important;
  font-weight: var(--fw_semibold) !important;
  text-transform: none !important;
  max-width: 100% !important;
  transition: 0.3s ease-in-out font-size;
}
article .entry-content-wrapper {
  max-width: 1000px !important;
  padding-top: 40px !important;
}
article .entry-content-wrapper .entry-content * {
  font-size: 18px !important;
  line-height: 1.5em !important;
  text-align: left !important;
}
article .post-meta-infos {
  display: none !important;
}
@media only screen and (max-width: 989px) {
  article header.entry-content-header {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  article header.entry-content-header {
    min-height: 300px;
  }
  article header.entry-content-header h1 {
    font-size: 40px !important;
  }
}
