@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "WendysFresh";
  font-style: normal;
  font-weight: 400 500 600 700 800 900;
  src: url("/themes/custom/wendys_main/dist/css/../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2 supports variations"), url("/themes/custom/wendys_main/dist/css/../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.eot"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.woff") format("woff"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.ttf") format("truetype");
}
@font-face {
  font-family: "WendysFresh";
  font-style: normal;
  font-weight: 400 500 600 700 800 900;
  src: url("/themes/custom/wendys_main/dist/css/../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2 supports variations"), url("/themes/custom/wendys_main/dist/css/../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.eot"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.woff") format("woff"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.ttf") format("truetype");
}
.brick--hero {
  position: relative;
}
.brick--hero > .field,
.brick--hero .inner {
  position: relative;
}
.brick--hero .field--name-field-hero-background {
  height: 0;
  position: initial;
}
.brick--hero .field--name-field-hero-background .media--background,
.brick--hero .field--name-field-hero-background .b-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.brick--hero .inner {
  padding: 38px 30px 83px;
}
.brick--hero .field--name-field-hero-copy {
  font-family: "WendysFresh", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 5rem;
  line-height: 7.2rem;
  margin-bottom: 28px;
  min-height: 1px;
  position: relative;
  text-align: center;
  text-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) {
  .brick--hero .field--name-field-hero-copy {
    font-size: 8rem;
  }
}
@media (min-width: 768px) {
  .brick--hero .field--name-field-hero-ctas {
    text-align: center;
  }
}
.brick--hero .field--name-field-hero-ctas .brick {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .brick--hero .field--name-field-hero-ctas .brick {
    display: inline-block;
  }
}
.brick--hero .field--name-field-hero-ctas a {
  font-family: "WendysFresh", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  align-items: center;
  background: #0077a3;
  border: 1px solid #0077a3;
  border-radius: 24px;
  color: #fff;
  display: block;
  font-size: 2rem;
  justify-content: center;
  letter-spacing: 0.1rem;
  line-height: 38px;
  margin-bottom: 15px;
  min-height: 38px;
  padding: 5px 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}
.brick--hero .field--name-field-hero-ctas a:hover {
  background: #00658b;
  border-color: #00658b;
}
.brick--hero .field--name-field-hero-ctas a:disabled,
.brick--hero .field--name-field-hero-ctas a .disabled {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
@media (min-width: 768px) {
  .brick--hero .field--name-field-hero-ctas a {
    display: inline-flex;
    min-width: 300px;
  }
}