/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 28 2023 | 20:16:28 */
/*Geofencing*/
.age-gate-wrapper~:not(#wpadminbar) {
    filter: none !important;
}
.geofence{
      position: fixed;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100vh;
      background: #242423;
      z-index: 99999999999;
      display: none;
  }
  .geofence-inner{
      text-align: center;
	  font-family:'HelveticaNeueLTPro' !important;
	  color:#ffe86c;
  }
  .btn-geofence{
      background: #34303d;
      border-color: #34303d;
      color: #fffdfb;
      font-size: 14px;
      cursor: pointer;
      padding: 0.5em 2em;
      margin: 15px;
      border-radius: 25px;
      text-decoration: none;
  }

