/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 14 2023 | 00:09:38 */
@charset "UTF-8";
/******* 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 */
#privacy, #terms {
  padding-top: 100px;
}
@media only screen and (min-width: 1600px) {
  #privacy:before, #terms:before {
    background-position: top !important;
  }
}
@media only screen and (max-width: 767px) {
  #privacy:before, #terms:before {
    display: none !important;
  }
}
#privacy:after, #terms:after {
  background-size: 25% !important;
}
@media only screen and (max-width: 767px) {
  #privacy:after, #terms:after {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #privacy .content, #terms .content {
    padding: 50px 0 !important;
  }
}
#privacy strong, #terms strong {
  color: #1B1718 !important;
}
#privacy ul, #terms ul {
  list-style: none;
  margin-top: 20px;
}
#privacy li, #terms li {
  font-weight: 300 !important;
}
#privacy ul li::before, #terms ul li::before {
  content: "•";
  color: #8CBC29;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#privacy ol, #terms ol {
  margin-top: 20px;
}
#privacy ol li, #terms ol li {
  font-weight: 700 !important;
}
