/* ---------------------------------------------------------------------------------------
Theme specific CSS:
--------------------------------------------------------------------------------------- */
/* ABCArizonaFlare-Bold */
@font-face {
  font-family: 'ABC Arizona Flare';
  src: url('../fonts/ABCArizonaFlare-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
/* ABCArizonaFlare-BoldItalic */
@font-face {
  font-family: 'ABC Arizona Flare';
  src: url('../fonts/ABCArizonaFlare-BoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}
/* ABCArizonaFlare-Medium */
@font-face {
  font-family: 'ABC Arizona Flare';
  src: url('../fonts/ABCArizonaFlare-Medium.otf') format('opentype');
  font-weight: 500; /* or whatever value 'Medium' represents */
  font-style: normal;
}
/* ABCArizonaFlare-MediumItalic */
@font-face {
  font-family: 'ABC Arizona Flare';
  src: url('../fonts/ABCArizonaFlare-MediumItalic.otf') format('opentype');
  font-weight: 500; /* or whatever value 'Medium' represents */
  font-style: italic;
}
/* ABCArizonaFlare-Regular */
@font-face {
  font-family: 'ABC Arizona Flare';
  src: url('../fonts/ABCArizonaFlare-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
/* ABCArizonaFlare-RegularItalic */
@font-face {
  font-family: 'ABC Arizona Flare';
  src: url('../fonts/ABCArizonaFlare-RegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
/* ABCArizonaFlare-Light */
@font-face {
  font-family: 'ABC Arizona Flare';
  src: url('../fonts/ABCArizonaFlare-Light.otf') format('opentype');
  font-weight: lighter;
  font-style: normal;
}
/* NectoMono-Regular */
@font-face {
  font-family: 'Necto Mono';
  src: url('../fonts/NectoMono-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
/* WorkFaAAD-B */
@font-face {
  font-family: 'Work Faad';
  src: url('../fonts/WorkFaAAD-B.woff2') format('woff2');
  /* font-weight: bold; */
  /* font-style: normal; */
}
/* ---------------------------------------------------------------------------------------
Global CSS variables:
--------------------------------------------------------------------------------------- */

:root {
  --primary-color: #3498db;
  --secondary-color: #2ecc71;
  --font-base: "Work Sans", sans-serif;
  --font-size-base: 16px;
  --line-height-base: 24px;
  /* other global variables */
  --font-main-title: 'ABC Arizona Flare', sans-serif;
  --font-necto: 'Necto Mono', monospace;
  --font-family-mono: 'Necto Mono', monospace;
  --font-family-sans: "Work Sans", sans-serif;
}

/* ---------------------------------------------------------------------------------------
Basic CSS properties:
---------------------------------------------------------------------------------------
- body
- body font
- strong
- titles (h1, h2, ..., h6)
--------------------------------------------------------------------------------------- */
body {
  /* width: 100vw;
  overflow-x: hidden !important;
  color: rgba(0, 0, 0, 0.8); */
  margin: 0;
}
html, body {
  font-family: var(--font-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-weight: normal;
}
strong{
  font-weight: 700;
}
body a{
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1{
  font-family: var(--font-main-title);
  font-size: 51px;
  line-height: 64px;
  font-weight: 500;
}
h2{
  font-family: var(--font-main-title);
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
h3{
  font-family: var(--font-main-title);
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
}
h4{
  font-family: var(--font-main-title);
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
h5{
  font-family: var(--font-main-title);
}
h6{
  font-family: var(--font-main-title);
}
/* Essential CSS */

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.splide__arrow:disabled{
  opacity: 0 !important;
}
.splide__arrows button:focus{
  background-color: none;
}
.splide__arrows .splide__arrow{
  background: transparent;
}
.splide__arrows .splide__arrow--prev{
  left: -15px;
}
.splide__arrows .splide__arrow--next{
  right: -15px;
}
#topbutton {
  position: fixed;
  display: none;
  height: 50px;
  width: 50px;
  line-height: 40px;
  right: 20px;
  bottom: 15px;
  z-index: 1;
  background: #000000;
  border-radius: 2px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  line-height: 49px;
}
#topbutton{
  background: black;
  border-radius: 50%;
}
#topbutton:after {
  content: "\2191";
}
#search-icon-click .fa-search{
  font-size: 27px;
  margin-right: 12px;
  padding-top: 6px;
}
#search-icon-click .fa-times{
  font-size: 36px;
  margin-right: 12px;
  padding-top: 6px;
}
/* New CSS */
#topbutton{
    border-radius: var(--Dimensions-radius-full, 9999px);
    border: 1px solid var(--Common-Neutral-Lower, #E7E7E7);
    background: var(--Common-Neutral-Lowest, #FFF);
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: black;
}
