* {
  margin: 0;
  padding: 0;
}

a {
  background-color: red;
}

.site-main > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
}

#main.site-main {
  padding-top: 0 !important;
}

.site-title a {
  text-decoration: none;
}

.site-branding a:hover {
  color: #c3141c !important;
}

.site-name {
  font-family: auto !important;
}

.primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child:focus {
  border-radius: 12px;
  -webkit-text-decoration: double !important;
  text-decoration: double !important;
}

:hover {
  text-decoration: none !important;
}

:focus {
  background-color: transparent !important;
}

.site-header .has-title-and-headline {
  margin: 0 !important;
  padding: 0 !important;
}

.site-header {
  padding-bottom: 0 !important;
}

.primary-navigation a:hover {
  color: black !important;
  border-radius: 12px;
  list-style-type: none;
}

.primary-navigation .primary-menu-container ul .menu-item a {
  font-size: smaller;
}

a {
  text-decoration: none;
}

.card {
  margin: 5% 0;
  background: initial;
  padding: 5%;
  border-radius: 7px;
  border: 4px solid #753121 !important;
  color: #b65833;
}

.card h6 {
  margin-bottom: 2em;
}

.imgs {
  max-width: 55% !important;
  display: block;
  margin: 0 auto;
}

.block {
  display: block;
}

.buttonSale {
  text-align: center !important;
  margin: 1em 0;
  display: flex;
  justify-content: center;
  font-family: "pratt" !important;
}

.bookSale {
  background: linear-gradient(-237deg, #753121, #b65833, #e88d34) !important;
  color: white !important;
  border: none;
  border-radius: 10px;
  font-family: 'pratt' !important;
}

.widget-area {
  padding: 0 !important;
  margin-top: 0 !important;
  display: none !important;
}

.buttonCenter {
  background: linear-gradient(-237deg, #753121, #b65833, #e88d34) !important;
  color: white !important;
  width: 200px;
  margin: 14px 0;
  font-size: smaller;
  border: 0;
  border-radius: 5px;
  padding: 1em;
  list-style-type: none;
}

.book-link {
  background: linear-gradient(-237deg, #753121, #b65833, #e88d34) !important;
  color: white !important;
  width: 200px;
  margin: 14px 0;
  font-size: smaller;
  border: 0;
  border-radius: 5px;
  padding: 1em;
  list-style-type: none !important;
  text-decoration: none !important;
}

li, .book-link {
  margin-top: 2em !important;
  list-style-type: none;
}

.bookSales ul {
  padding-left: 0;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  /* background: rgba(0, 0, 0, 0.9); */
  color: initial;
}

/* style for Slider */
.front-page-title {
  position: absolute;
  display: block;
  text-align: center;
  max-width: 30%;
  margin: auto;
  z-index: 1;
}

.pic {
  display: block;
  margin: 0 auto;
  max-width: 75%;
}

.pic-credit {
  text-align: center;
  font-size: smaller;
  text-transform: uppercase;
}

.book-style {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.center {
  text-align: center;
  margin: 5% 0 !important;
}

.pad {
  padding: 0.8em 0.7em !important;
}

.wpra-grid-item:not(.wpra-grid-item--image-background):not(.wpra-grid-item--no-borders) {
  border: black 2px solid !important;
}

.wpra-item-grid .wpra-item .wpra-grid-item--link {
  padding-top: 0;
}

.wpra-grid-item__item:last-child {
  margin-top: auto;
}

li {
  text-decoration: none;
}

.nf-field-description p {
  font-size: x-large;
}

.fade-in {
  animation: fadeIn ease 4s;
  -webkit-animation: fadeIn ease 4s;
  -moz-animation: fadeIn ease 4s;
  -o-animation: fadeIn ease 4s;
  -ms-animation: fadeIn ease 4s;
}

@keyframes fadeIn {
  0% {
    opacity: 0.004;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: fadeOUT ease 9s;
  -webkit-animation: fadeOUT ease 9s;
  -moz-animation: fadeOUT ease 9s;
  -o-animation: fadeOUT ease 9s;
  -ms-animation: fadeOUT ease 9s;
}

@keyframes fadeOUT {
  0% {
    opacity: 0.004;
  }
  50% {
    max-width: 40%;
    opacity: 0.5;
  }
  100% {
    max-width: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOUT {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
  bottom: -2em !important;
}

.flex-prev, .flex-next {
  padding: 0 !important;
  border-radius: 20%;
  height: 0;
  max-width: 0;
  width: 0;
}

.news-page {
  text-align: center;
  padding-bottom: 1.2em;
}

.wp-rss-template-container a {
  list-style: none;
  font-size: x-large;
  padding-top: 3em;
}

.wp-rss-template-container {
  padding-top: 3em;
}

.wp-rss-template-container {
  margin: 4em;
}

.wpra-item-list--default {
  padding-left: 0 !important;
}

div.wpra-list-template .wpra-item-list a {
  text-decoration: none;
}

.wp-rss-template-container {
  padding: 0;
}

.emailSection a {
  color: #E90000;
}

.nf-before-form-content {
  font-family: prattNova-Regular !important;
}

.has-background-white a:focus:not(.menu-item a):not(.wp-block-button__link):not(.wp-block-file__button):not(.special-class) {
  color: #E90000 !important;
}

.social {
  display: block;
}

/* no dotting on socials when focusing */
a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
  outline: none;
}

.footer {
  text-transform: uppercase;
}

@media screen and (min-width: 310px) {
  .bookSale {
    margin-top: 10%;
  }

  .pic {
    max-width: 100%;
  }

  .book-style {
    max-width: 58%;
    padding-bottom: 1em;
  }

  .wp-rss-template-container {
    margin: 0 5% !important;
    display: contents;
  }

  .displayStyle {
    display: block;
  }

  .grid {
    display: block;
  }
}
@media screen and (min-width: 425px) and (max-width: 549px) {
  .pic {
    max-width: 81%;
  }

  .bookSale {
    margin-top: 4%;
  }

  .book-style {
    max-width: 50%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 550px) {
  .pic {
    max-width: 60%;
  }

  .bookSale {
    margin-top: 4%;
  }

  .book-style {
    max-width: 30%;
    padding-bottom: 0;
  }

  .wp-rss-template-container {
    display: inherit;
  }
}
@media screen and (min-width: 680px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 5%;
  }

  :last-child {
    grid-column: span 2;
  }

  .card {
    margin: 1% 0 !important;
  }

  .displayStyle {
    display: grid;
    grid-template-columns: 60% 40%;
  }

  .emailSection {
    margin: 0 auto;
  }
}
@media screen and (min-width: 850px) {
  .pic {
    max-width: 30%;
  }

  .book {
    max-width: 30%;
  }

  .book-style {
    max-width: 270px;
  }
}/*# sourceMappingURL=style.css.map */