@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/wp-content/themes/visitheme/assets/fonts/roboto-700.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/visitheme/assets/fonts/roboto-italic-400.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/wp-content/themes/visitheme/assets/fonts/roboto-italic-700.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

.colorwhite a:hover {
  color: var(--base-1);
}

.navbar li:hover,
.search-form button:hover,
a:hover {
  color: var(--primary);
}
.btn {
  transition-duration: 0.4s;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  background-color: var(--secondary);
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
/* Header */
.navbar ul li ul {
  position: inherit;
  top: 85px;
  height: auto;
  width: 240px;
}
.navbar ul li:hover > ul,
.navbar ul li:focus-within > ul,
.navbar ul li ul:hover,
ul li ul:focus {
  opacity: 1;
  display: block;
}
.navbar ul li ul li {
  clear: both;
  width: 100%;
}

#canvas-blur {
  margin: 0;
  padding: 0;
  border: none;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
/* Singgle */
.entry-content a:hover,
.entry-content a:focus,
.entry-meta a:hover,
.entry-meta a:focus {
  color: var(--secondary);
}
.entry-content ul {
  padding: 0;
  list-style: disc inside;
}
.entry-content ul li ul {
  margin-left: 30px;
  margin-bottom: 10px;
}
.entry-content blockquote {
  border-left: 4px solid var(--primary);
  padding: 0 25px;
  margin: 0;
}

.entry-content pre {
  display: block;
  padding: 20px;
  margin: 0 0 25px;
  overflow: auto;
  border: 1px solid var(--border);
  max-height: 500px;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  border-radius: 5px;
  white-space-collapse: preserve;
  background-color: var(--base-4);
  font-family: monospace;
  white-space: pre;
}

.entry-content figure {
  margin-bottom: 1em;
}

.entry-content figure img {
  margin: 0 0 1em;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/*Sidebar*/

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

/*Footer*/
footer {
  width: 100%;
  background-color: var(--secondary);
  height: 80px;
  padding: 15px 0;
  margin-top: 50px;
  position: relative;
  bottom: 0;
  clear: both;
}
footer p {
  text-align: center;
  color: var(--base-1);
  font-size: calc(2vw + 4px);
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  footer p {
    font-size: 14px;
  }
  blockquote {
    margin-left: 40px;
  }
}
@media screen and (min-width: 820px) {
  .col50 {
    width: 50%;
  }
  .navbar ul li ul {
    position: absolute;
    z-index: 2;
    background: var(--base-1);
    border: 1px solid var(--border);
    border-bottom: 4px solid var(--secondary);
  }
  .navbar ul li ul li:hover {
    background: var(--base-4);
  }
  .navopen {
    width: auto;
  }
}
