/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 18:47:33 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 18:47:33 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  /*Add colors here*/
  --white: #ffffff;
  --navy: #010031;
  --magenta: #C4358B;
  --coral: #EC5D5A;
  --transparentBG: rgba(247, 247, 255, 0.95);
  --transparentBGMobile: rgba(247, 247, 255, 0.80);
  --gradientVert: linear-gradient(to bottom, var(--magenta), var(--coral) );
  --gradientHor: linear-gradient(to right, var(--magenta), var(--coral) );
  --neue: "helvetica-neue-lt-pro", sans-serif;
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --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 */
@media only screen and (max-width: 767px) {
  .responsive #top .av-main-nav .menu-item-avia-special {
    display: none;
  }
  .responsive #top .av-main-nav .menu-item {
    display: block;
  }
}
