/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2023 | 20:19:45 */
/******* 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 */
.socket {
  background: #002A4E !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px !important;
}
.socket .content {
  padding: 10px !important;
}
.socket .flex_column {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .socket .flex_column {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}
.socket .flex_column p {
  font-weight: 700 !important;
  color: #fff;
  font-size: 15px !important;
  letter-spacing: 1px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .socket .flex_column p {
    text-align: center;
  }
}
.socket .flex_column a {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: all ease 0.3s !important;
}
.socket .flex_column a:hover {
  color: #8CBC29 !important;
}
.socket .flex_column .av_font_icon {
  margin: 0 15px !important;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 989px) {
  .socket .flex_column .av_font_icon {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .socket .flex_column .av_font_icon {
    margin-top: 20px !important;
  }
}
.socket .flex_column .av_font_icon .av-icon-char {
  font-size: 30px !important;
  line-height: 30px !important;
  text-decoration: none !important;
}
.socket .flex_column .av_font_icon .av-icon-char:before {
  color: #fff !important;
  transition: all ease 0.3s;
}
.socket .flex_column .av_font_icon .av-icon-char:hover:before {
  color: #8CBC29 !important;
}
