/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2023 | 20:20:09 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2023 | 20:20:09 */
/************/
/*  Colors  */
/************/
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Enfold menu */
#header {
  background: #06254A;
}
#header.header-scrolled-full {
  box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.33);
}
@media only screen and (max-width: 767px) {
  #header {
    position: fixed !important;
  }
}
#header nav {
  display: none !important;
}
#header #header_main {
  border: none;
}
#header #header_main svg {
  width: 60% !important;
}
@media only screen and (max-width: 767px) {
  #header #header_main svg {
    max-width: 140px !important;
    width: 100% !important;
  }
}
/* Superfly Menu */
.sfm-rollback .sfm-navicon-button.adjust-top {
  top: -5px;
}
@media only screen and (max-width: 767px) {
  .sfm-rollback .sfm-navicon-button.adjust-top {
    top: 12px !important;
  }
}
.sfm-rollback .sfm-navicon-button .sfm-navicon {
  background: #fff !important;
}
.sfm-rollback .sfm-navicon-button .sfm-navicon:before, .sfm-rollback .sfm-navicon-button .sfm-navicon:after {
  background: #fff !important;
}
@media only screen and (max-width: 484px) {
  #sfm-sidebar {
    width: 320px !important;
  }
}
#sfm-sidebar.sfm-sidebar-exposed .sfm-social-icons {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: ease;
}
#sfm-sidebar .sfm-sidebar-bg {
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("/wp-content/uploads/custom-icosohedron-optimized.png");
  background-position-x: 100%;
  background-size: cover;
}
#sfm-sidebar .sfm-sidebar-bg:before {
  content: "";
  background-image: linear-gradient(145deg, #06254a 62%, transparent 130%);
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  position: absolute;
}
#sfm-sidebar .sfm-sidebar-close {
  margin-left: auto;
  margin-right: 0;
  top: 5px;
  width: 85px;
}
@media only screen and (max-width: 484px) {
  #sfm-sidebar .sfm-nav {
    width: 320px !important;
  }
}
#sfm-sidebar .sfm-nav .sfm-va-middle {
  margin-top: 100px;
  padding: 0 50px;
}
#sfm-sidebar .sfm-nav .sfm-social-icons {
  display: flex;
  justify-content: start;
  margin-top: 0 !important;
  padding: 0 35px !important;
  position: relative;
  width: auto;
}
@media only screen and (max-width: 800px) {
  #sfm-sidebar .sfm-nav .sfm-social-icons {
    margin-top: 0 !important;
  }
}
#sfm-sidebar .sfm-nav .sfm-social-icons li:hover a:after {
  background: transparent !important;
}
#sfm-sidebar .sfm-nav .sfm-social-icons li a:after {
  background: transparent !important;
}
#sfm-sidebar .sfm-nav .sfm-menu > li:hover a span {
  right: 0 !important;
}
#sfm-sidebar .sfm-nav .sfm-menu > li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
#sfm-sidebar .sfm-nav .sfm-menu > li:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#sfm-sidebar .sfm-nav .sfm-menu > li a {
  padding: 20px 0 !important;
}
#sfm-sidebar .sfm-nav .sfm-menu > li a span {
  right: 0 !important;
}
#sfm-sidebar .sfm-nav .sfm-menu > li a span[data-index="5"] {
  line-height: 1.5 !important;
}
#sfm-sidebar .sfm-nav .sfm-child-menu > li:after {
  display: none;
}
#sfm-sidebar .sfm-nav .sfm-child-menu > li:hover a {
  box-shadow: none !important;
}
#sfm-sidebar .sfm-nav .sfm-child-menu > li:last-of-type {
  padding-bottom: 20px;
}
#sfm-sidebar .sfm-nav .sfm-child-menu > li a {
  font-weight: 500 !important;
  padding: 10px 0 !important;
}
#sfm-sidebar .sfm-nav .sfm-child-menu > li a span {
  line-height: 1.5;
  text-transform: none;
}
