/* Styles specifically for the WP theme go here */
.admin-bar.default-layout .nav {
  top: 32px !important;
}

.admin-bar .off-canvas.is-open {
  margin-top: 32px !important;
}

.no-search-results {
  margin-top: 2rem;
}

.input-search-assets-container {
  margin-bottom: 2rem;
}

.tab-bar .button-filter:first-of-type:last-of-type {
  margin-left: 3.5rem;
}

.card-news-featured .card-description {
  color: #151515;
}

.footer-primary-links > li.footer-copyright,
.footer-secondary-links .menu > li.footer-copyright,
.footer-social-links > li.footer-copyright {
  text-transform: none;
}

.auth-form-error {
  color: #de1b4b;
}

.auth-form-success {
  color: #1ce783;
}

.ulimg img {
  user-select: none;
}

@font-face {
  font-family: "hulustyle";
  font-style: normal;
  font-weight: normal;
  src:
    url("../assets/fonts/hulustyle/hulustyle-extrabold-webfont.eot?#iefix")
    format("embedded-opentype"),

    url("../assets/fonts/hulustyle/hulustyle-extrabold-webfont.woff2")
    format("woff2"),

    url("../assets/fonts/hulustyle/hulustyle-extrabold-webfont.woff")
    format("woff"),

    url("../assets/fonts/hulustyle/hulustyle-extrabold-webfont.ttf")
    format("truetype"),

    url("../assets/fonts/hulustyle/hulustyle-extrabold-webfont.svg#svgFontName")
    format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "hulustyle-bold";
  font-style: normal;
  font-weight: normal;
  src:
    url("../assets/fonts/hulustyle/hulustyle-bold-webfont.eot?#iefix")
    format("embedded-opentype"),
    url("../assets/fonts/hulustyle/hulustyle-bold-webfont.woff2")
    format("woff2"),

    url("../assets/fonts/hulustyle/hulustyle-bold-webfont.woff") format("woff"),

    url("../assets/fonts/hulustyle/hulustyle-bold-webfont.ttf")
    format("truetype"),

    url("../assets/fonts/hulustyle/hulustyle-bold-webfont.svg#svgFontName")
    format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "hulustyle-regular";
  font-style: normal;
  font-weight: normal;
  src:
    url("../assets/fonts/hulustyle/hulustyle-regular-webfont.eot?#iefix")
    format("embedded-opentype"),
    url("../assets/fonts/hulustyle/hulustyle-regular-webfont.woff2")
    format("woff2"),

    url("../assets/fonts/hulustyle/hulustyle-regular-webfont.woff")
    format("woff"),

    url("../assets/fonts/hulustyle/hulustyle-regular-webfont.ttf")
    format("truetype"),

    url("../assets/fonts/hulustyle/hulustyle-regular-webfont.svg#svgFontName")
    format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "graphik";
  font-style: normal;
  font-weight: normal;
  src:
    url("../assets/fonts/graphik/Graphik-Regular-Web.eot?#iefix")
    format("embedded-opentype"),
    url("../assets/fonts/graphik/Graphik-Regular-Web.woff2")
    format("woff2"),

    url("../assets/fonts/graphik/Graphik-Regular-Web.woff") format("woff"),
    url("../assets/fonts/graphik/Graphik-Regular.otf")
    format("opentype");
}

@font-face {
  font-family: "graphik-medium";
  font-style: normal;
  font-weight: normal;
  src:
    url("../assets/fonts/graphik/Graphik-Medium-Web.eot?#iefix")
    format("embedded-opentype"),
    url("../assets/fonts/graphik/Graphik-Medium-Web.woff2")
    format("woff2"),

    url("../assets/fonts/graphik/Graphik-Medium-Web.woff") format("woff"),
    url("../assets/fonts/graphik/Graphik-Medium.otf")
    format("opentype");
}

@font-face {
  font-family: "graphik-semibold";
  font-style: normal;
  font-weight: normal;
  src:
    url("../assets/fonts/graphik/Graphik-Semibold-Web.eot?#iefix")
    format("embedded-opentype"),
    url("../assets/fonts/graphik/Graphik-Semibold-Web.woff2")
    format("woff2"),

    url("../assets/fonts/graphik/Graphik-Semibold-Web.woff") format("woff"),
    url("../assets/fonts/graphik/Graphik-Semibold.otf")
    format("opentype");
}

@font-face {
  font-family: "graphik-bold";
  font-style: normal;
  font-weight: normal;
  src:
    url("../assets/fonts/graphik/Graphik-Bold-Web.eot?#iefix")
    format("embedded-opentype"),
    url("../assets/fonts/graphik/Graphik-Bold-Web.woff2")
    format("woff2"),

    url("../assets/fonts/graphik/Graphik-Bold-Web.woff") format("woff"),
    url("../assets/fonts/graphik/Graphik-Bold.otf")
    format("opentype");
}
