.has-primary-color {
  color: #772420;
}

.has-primary-background-color {
  background-color: #772420;
}

.has-secondary-color {
  color: #333333;
}

.has-secondary-background-color {
  background-color: #333333;
}

.has-accent-color {
  color: #707e7e;
}

.has-accent-background-color {
  background-color: #707e7e;
}

.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-light-gray-color {
  color: #f5f5f5;
}

.has-light-gray-background-color {
  background-color: #f5f5f5;
}

.has-medium-gray-color {
  color: #999999;
}

.has-medium-gray-background-color {
  background-color: #999999;
}

.has-dark-gray-color {
  color: #333333;
}

.has-dark-gray-background-color {
  background-color: #333333;
}

.has-light-tan-color {
  color: #eadfc3;
}

.has-light-tan-background-color {
  background-color: #eadfc3;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", cursive;
  color: #333333;
  margin-bottom: 30px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #fff;
  text-decoration: none;
}

a {
  color: #772420;
  text-decoration: none;
}

.primary-bg {
  background-color: #772420;
}

.secondary-bg {
  background-color: #333333;
}

.accent-bg {
  background-color: #707e7e;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
  max-width: 200px;
  margin: 10px auto;
  background-color: #772420;
  color: #fff;
  border: 2px solid #772420;
  border-radius: 2px;
  text-decoration: none;
  font-size: 20px;
}
.button:hover {
  background-color: #707e7e;
  color: #fff;
  border-color: #707e7e;
}

body {
  background-image: url("/wp-content/themes/orion/images/pizza-bg-light.jpg");
  background-size: contain;
}

article {
  width: 100%;
  margin: auto;
}
article .wp-block-group {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 20px;
}
article .wp-block-group .wp-block-columns {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
article p {
  color: #333333;
  font-size: 1.1rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  line-height: 23px;
}
article h2 {
  color: #772420;
  font-family: "Playfair Display", cursive;
  text-shadow: 1px 1px #333333;
}

#site-name {
  display: block;
  padding: 10px;
  background-color: #772420;
}
#site-name h1 {
  width: 90%;
  max-width: 1080px;
  margin: auto;
  font-size: 2rem;
  color: #fff;
}

header#masthead .top-bar {
  display: flex;
  flex-direction: row;
  padding: 10px;
  width: 100%;
  background-color: #772420;
}
header#masthead .top-bar a {
  color: #fff;
  font-size: 1.3rem;
  font-family: "Times New Roman", Times, serif;
  text-decoration: none;
  margin: 5px;
}
header#masthead .top-bar a.fa {
  font-family: "Font Awesome 5 Brands";
}
header#masthead .top-bar div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
header#masthead .top-bar div .sm-container {
  display: flex;
  flex-direction: row;
}
header#masthead .menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #772420;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 2;
  box-shadow: 1px 1px 10px #000;
}
header#masthead .menu-icon:hover {
  cursor: pointer;
  background-color: #707e7e;
}
header#masthead .menu-icon span {
  display: block;
  margin: 2px 0;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}
header#masthead .menu-icon .icon {
  color: #fff;
  font-size: 20px;
}
header#masthead .menu-bar {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  transform: translate(100%, 0);
  transition: 1s transform;
  z-index: 2;
}
header#masthead .menu-bar .ORI_nav_menu_container {
  width: 100%;
}
header#masthead .menu-bar .ORI_nav_menu_container #menu-primary-navigation.ORI_nav_menu {
  width: 100%;
}
header#masthead .menu-bar .ORI_nav_menu_container #menu-primary-navigation.ORI_nav_menu li.menu-item {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style-type: none;
}
header#masthead .menu-bar .ORI_nav_menu_container #menu-primary-navigation.ORI_nav_menu li.menu-item.current-menu-item {
  background-color: #eadfc3;
}
header#masthead .menu-bar .ORI_nav_menu_container #menu-primary-navigation.ORI_nav_menu li.menu-item.current-menu-item a {
  color: #772420;
}
header#masthead .menu-bar .ORI_nav_menu_container #menu-primary-navigation.ORI_nav_menu li.menu-item a {
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
}
header#masthead .menu-bar .close-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #772420;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
header#masthead .menu-bar .close-menu span {
  color: #fff;
  font-size: 3rem;
  font-family: "Times New Roman", Times, serif;
  transform: rotate(45deg);
}
header#masthead .menu-bar .close-menu:hover {
  cursor: pointer;
}
header#masthead .menu-bar.open {
  display: flex;
  transform: translate(0, 0);
}
header#masthead .featured-container {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: #333;
}
header#masthead .featured-container .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5647058824);
}
header#masthead .featured-container .logo-container h1 {
  display: block;
  font-size: 35px;
  font-family: "Playfair Display", serif;
  color: #fff;
  margin: 0;
}
header#masthead .featured-container .logo-container img.custom-logo {
  width: 200px;
  height: auto;
}
header#masthead .featured-container .logo-container .featured-info {
  width: 100%;
}
header#masthead .featured-container .logo-container .featured-info p {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
header#masthead .featured-container .logo-container .featured-info .featured-buttons {
  display: none;
}
header#masthead .featured-container.page {
  display: flex;
  flex-direction: column;
  position: relative;
}
header#masthead .featured-container.page .logo-container {
  background-color: transparent;
  z-index: 1;
}
header#masthead .featured-container.page h1 {
  color: #fff;
  text-align: center;
  z-index: 1;
}
header#masthead .featured-container.page .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top right, #000, transparent);
}

#content {
  display: flex;
  flex-direction: column;
}
#content article {
  flex-grow: 1;
}
#content article img {
  border-radius: 5px;
  box-shadow: 2px 2px 10px #707e7e;
}
#content article .hours-container {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  padding: 10px;
  margin: auto;
}
#content article .hours-container .hours {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #000;
  margin-bottom: 15px;
  border-bottom: 1px solid #707e7e;
}

footer {
  width: 100%;
  background-color: #772420;
  margin-bottom: 70px;
}
footer .sm-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px;
}
footer .sm-container a {
  font-size: 1rem;
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
}
footer .site-footer {
  width: 100%;
  padding: 10px;
  background-color: #333;
}
footer .site-footer p {
  color: #fff;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
footer .mobile-footer {
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #772420;
  height: 100%;
  max-height: 70px;
  z-index: 2;
}
footer .mobile-footer .mf-item {
  width: 100%;
  border-right: 1px solid #fff;
}
footer .mobile-footer .mf-item:last-child {
  border: none;
}
footer .mobile-footer .mf-item a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}

.cta-bar-container {
  display: flex;
  width: 100%;
  height: 375px;
  margin: 20px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 5px 5px 20px #000;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.cta-bar-container .cta-info-wrapper {
  width: 100%;
  max-width: 1000px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5647058824);
  padding: 10px;
  margin: 15px;
  border-radius: 10px;
}
.cta-bar-container .cta-info-wrapper .blurb-container {
  padding: 10px;
}
.cta-bar-container .cta-info-wrapper .blurb-container p {
  color: #fff;
  font-size: 23px;
  text-align: center;
  margin: 0;
  line-height: 25px;
}
.cta-bar-container .cta-info-wrapper .cta-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cta-bar-container .cta-info-wrapper .cta-button-container .button {
  margin: 10px;
}
.cta-bar-container .cta-info-wrapper .cta-button-container .button .fa {
  margin-right: 10px;
}
.cta-bar-container .cta-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
}

#content.specials-content .special-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  overflow: hidden;
  box-shadow: 2px 2px 20px 2px;
}
#content.specials-content .special-wrapper:last-child {
  margin-bottom: 0;
}
#content.specials-content .special-wrapper .special-container {
  position: relative;
  width: 100%;
}
#content.specials-content .special-wrapper .special-container h2 {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #772420;
  padding: 5px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 33px;
}
#content.specials-content .special-wrapper .special-container .special-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#content.specials-content .special-wrapper .special-container .specials {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
}
#content.specials-content .special-wrapper .special-container .specials h2 {
  display: none;
}
#content.specials-content .special-wrapper .special-container .specials .special {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5647058824);
  border: 3px solid #eadfc3;
  border-radius: 10px;
  margin: 10px;
  padding: 30px;
  z-index: 1;
}
#content.specials-content .special-wrapper .special-container .specials .special p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 25px;
  text-align: center;
  line-height: 30px;
}

#content #cspecial.current-special-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden;
}
#content #cspecial.current-special-container .current-special-wrapper {
  width: 100%;
  height: 450px;
  max-width: 1200px;
  margin: auto;
  border-radius: 10px;
}
#content #cspecial.current-special-container .current-special-wrapper .current-special-wrapper-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#content #cspecial.current-special-container .current-special-wrapper .current-special-wrapper-inner .special-title {
  padding: 10px;
  color: #fff;
  background-color: #772420;
  text-align: center;
  margin: 0;
}
#content #cspecial.current-special-container .current-special-wrapper .current-special-wrapper-inner .specials-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  max-height: calc(100% - 52px);
  background-size: cover;
  background-position: center center;
}
#content #cspecial.current-special-container .current-special-wrapper .current-special-wrapper-inner .specials-image-container .current-specials {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#content #cspecial.current-special-container .current-special-wrapper .current-special-wrapper-inner .specials-image-container .current-specials .special {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5647058824);
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 2px solid #eadfc3;
  border-radius: 10px;
}
#content #cspecial.current-special-container .current-special-wrapper .current-special-wrapper-inner .specials-image-container .current-specials .special:first-child {
  margin-bottom: 20px;
}
#content #cspecial.current-special-container .current-special-wrapper .current-special-wrapper-inner .specials-image-container .current-specials .special p {
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding: 0 10px;
  margin: 0;
  line-height: 30px;
}
#content #cspecial.current-special-container .current-special-wrapper .current-special-wrapper-inner .specials-image-container .current-special-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#content .menu-tabs .kt-title-item {
  margin-bottom: 10px;
}
#content .menu-tabs p {
  margin-bottom: 10px;
}
#content .menu-tabs ul {
  margin: 20px;
}
#content .menu-tabs ul li {
  margin-bottom: 5px;
}
#content .menu-tabs h2 {
  margin-bottom: 0;
}

.menu-item-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.menu-item-container .food-menu-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
  background-color: #eadfc3;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 1px 1px 10px #999;
}
.menu-item-container .food-menu-item .food-menu-item-name, .menu-item-container .food-menu-item .food-menu-item-description, .menu-item-container .food-menu-item .food-menu-item-price {
  text-align: center;
}
.menu-item-container .food-menu-item .food-menu-item-price {
  color: #772420;
}

table.pizza-price-table {
  width: 100%;
  border-collapse: collapse;
}
table.pizza-price-table th, table.pizza-price-table td {
  width: 20% !important;
}
table.pizza-price-table thead {
  background-color: #772420;
  height: 60px;
  color: #fff;
}
table.pizza-price-table thead th {
  padding: 0 5px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
}
table.pizza-price-table tbody th {
  background-color: #772420;
  color: #fff;
  padding: 0 5px;
  height: 60px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
}
table.pizza-price-table tbody td {
  background-color: #999;
  color: #fff;
  height: 60px;
  border: 1px solid #fff;
  text-align: center;
}

.pizza-toppings {
  text-align: center;
}
.pizza-toppings .topping-separator {
  font-weight: bold;
  color: #772420;
}

ul.additional-prices li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px !important;
}

@media (min-width: 481px) {
  header#masthead .top-bar a {
    font-size: 1.7rem;
    margin: 8px 12px;
  }
  footer .sm-container a {
    font-size: 1.7rem;
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
  }
}
@media (min-width: 769px) {
  h2 {
    font-size: 30px;
  }
  header#masthead .top-bar > div {
    flex-direction: row;
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
  header#masthead .top-bar > div .contact-container {
    flex-direction: row;
    justify-content: flex-end;
  }
  header#masthead .top-bar > div .sm-container {
    justify-content: flex-start;
  }
  header#masthead .top-bar a {
    font-size: 1.1rem;
    margin: 0 12px;
  }
  header#masthead .menu-icon {
    display: none;
  }
  header#masthead .menu-bar {
    display: block;
    transform: none;
    height: auto;
    position: relative;
    background-color: #772420;
    z-index: 0;
  }
  header#masthead .menu-bar .ORI_nav_menu_container {
    max-width: 1080px;
    margin: auto;
  }
  header#masthead .menu-bar .ORI_nav_menu_container #menu-primary-navigation.ORI_nav_menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  header#masthead .menu-bar .ORI_nav_menu_container #menu-primary-navigation.ORI_nav_menu li.menu-item {
    margin: 0 5px;
    padding: 10px;
  }
  header#masthead .menu-bar .ORI_nav_menu_container #menu-primary-navigation.ORI_nav_menu li.menu-item a {
    font-size: 1.3rem;
  }
  header#masthead .menu-bar .ORI_nav_menu_container #menu-primary-navigation.ORI_nav_menu li.menu-item.current-menu-item {
    background-color: #707e7e;
  }
  header#masthead .menu-bar .ORI_nav_menu_container #menu-primary-navigation.ORI_nav_menu li.menu-item.current-menu-item a {
    color: #fff;
  }
  header#masthead .menu-bar .ORI_nav_menu_container #menu-primary-navigation.ORI_nav_menu li.menu-item:hover {
    background-color: #333333;
  }
  header#masthead .menu-bar .close-menu {
    display: none;
  }
  header#masthead .featured-container {
    height: 450px;
  }
  header#masthead .featured-container .logo-container {
    position: absolute;
    max-width: 300px;
    bottom: 0;
    left: 0;
    transform: none;
  }
  header#masthead .featured-container .logo-container .featured-info p {
    color: #fff;
    text-align: center;
  }
  header#masthead .featured-container .logo-container .featured-info .featured-buttons {
    display: block;
  }
  header#masthead .featured-container .logo-container .featured-info .featured-buttons .fa {
    margin-right: 10px;
  }
  header#masthead .featured-container.no-feature {
    height: 300px;
  }
  header#masthead .featured-container.no-feature .logo-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header#masthead .featured-container.page {
    display: block;
  }
  header#masthead .featured-container.page .logo-container {
    display: block;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    padding: 20px;
  }
  header#masthead .featured-container.page .logo-container img.custom-logo {
    width: 100%;
    height: 100%;
  }
  header#masthead .featured-container.page h1 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3em;
  }
  #site-name h1 {
    font-size: 35px;
  }
  footer {
    margin-bottom: 0;
  }
  footer .mobile-footer {
    display: none;
  }
  footer .sm-container a {
    font-size: 1.2rem;
  }
  table.pizza-price-table thead th {
    font-size: 20px;
  }
  table.pizza-price-table thead th:first-child {
    text-align: left;
    padding-left: 10px;
  }
  table.pizza-price-table.specialty-pizza-prices thead th:first-child {
    text-align: center;
  }
  table.pizza-price-table tbody th {
    text-align: left;
    font-size: 20px;
    padding-left: 10px;
  }
  table.pizza-price-table tbody td {
    font-size: 18px;
  }
}
#content.specials-content .special-wrapper {
  width: 90%;
}
#content.specials-content .special-wrapper:last-child {
  margin-bottom: 20px;
}
#content.specials-content .special-wrapper:nth-child(even) {
  border-radius: 30px 2px;
}
#content.specials-content .special-wrapper:nth-child(odd) {
  border-radius: 2px 30px;
}
#content.specials-content .special-wrapper:nth-child(odd) .special-container {
  flex-direction: row-reverse;
}

@media (min-width: 1025px) {
  header#masthead .featured-container {
    height: 550px;
  }
  header#masthead .featured-container .logo-container {
    left: 15%;
  }
  header#masthead .featured-container.page .logo-container {
    width: 250px;
    height: 250px;
  }
  header#masthead .featured-container.page h1 {
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 4em;
  }
  #content.specials-content .special-wrapper {
    height: 400px;
  }
  #content.specials-content .special-wrapper .special-container {
    display: flex;
    background-color: #333333;
    height: 100%;
  }
  #content.specials-content .special-wrapper .special-container h2 {
    display: none;
  }
  #content.specials-content .special-wrapper .special-container .special-image-wrapper {
    position: relative;
    height: auto;
  }
  #content.specials-content .special-wrapper .special-container .specials {
    padding: 0;
    justify-content: space-between;
  }
  #content.specials-content .special-wrapper .special-container .specials h2 {
    display: block;
  }
  #content.specials-content .special-wrapper .special-container .specials .special {
    background-color: #eadfc3;
    border: unset;
    width: 90%;
    margin: 20px;
    border: 3px solid #772420;
  }
  #content.specials-content .special-wrapper .special-container .specials .special p {
    color: #000;
  }
  #content #cspecial.current-special-container .current-special-wrapper {
    border-radius: 10px;
    overflow: hidden;
  }
}

/*# sourceMappingURL=styles.css.map */
