/*
	Theme Name:   Grizzanti Library
	Author:       Gaetano Grizzanti
	Author URI:   https://grizzanti.it
	Version:      2.66
	License:      Private
	Text Domain:  grizzanti-library
*/
/* line 5, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 27, style.scss */
body > div#fixed > header > div, body > div#fixed > section#breadcrumbs > nav, body > main, body > section#search-results > div, body > footer > div {
  width: 100%;
  max-width: 1140px;
  padding: 0 16px;
  margin: auto;
  box-sizing: border-box;
}

/* line 35, style.scss */
body, body > main > form#general-search > input[type="text"], body > main > form#filter-search > input[type="submit"], body > main > form#field-search > div.row > div:last-child > input[type="text"], body > main > form#field-search > input[type="submit"], body > main > a#back-to-search {
  font-family: Arial, sans-serif;
  font-size: calc(.645 * 32px);
  line-height: calc(.645 * 40px);
  color: #000;
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 35, style.scss */
  body, body > main > form#general-search > input[type="text"], body > main > form#filter-search > input[type="submit"], body > main > form#field-search > div.row > div:last-child > input[type="text"], body > main > form#field-search > input[type="submit"], body > main > a#back-to-search {
    font-size: calc(.5 * 32px);
    line-height: calc(.5 * 40px);
  }
}

/* line 47, style.scss */
body > section#main-slider > div > a {
  -moz-transition: -moz-transform 292ms ease-out;
  -o-transition: -o-transform 292ms ease-out;
  -webkit-transition: -webkit-transform 292ms ease-out;
  transition: transform 292ms ease-out;
}
/* line 49, style.scss */
body > section#main-slider > div > a > img {
  display: block;
  /*transform: scale(.2);*/
}
/* line 53, style.scss */
body > section#main-slider > div > a:hover {
  transform: scale(1.064) translate(0, -24px);
}

/* line 58, style.scss */
body > main > section#shelves > section.shelf > a {
  -moz-transition: -moz-transform 292ms ease-out;
  -o-transition: -o-transform 292ms ease-out;
  -webkit-transition: -webkit-transform 292ms ease-out;
  transition: transform 292ms ease-out;
}
/* line 60, style.scss */
body > main > section#shelves > section.shelf > a > img {
  display: block;
  /*transform: scale(.16);*/
}
/* line 64, style.scss */
body > main > section#shelves > section.shelf > a:hover {
  /*transform: scale(.94) translate(0, -20px);*/
  transform: translate(0, -20px);
}

/* line 70, style.scss */
body {
  background: #e7e7e7;
}
/* line 72, style.scss */
body#tinymce {
  padding: 30px 20px !important;
}
/* line 76, style.scss */
body strong {
  font-weight: 700;
}
/* line 79, style.scss */
body a {
  color: #e9530e;
  text-decoration: none;
}
/* line 83, style.scss */
body p {
  margin: 0 0 15px;
}
/* line 86, style.scss */
body ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
/* line 91, style.scss */
body ol {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
/* line 95, style.scss */
body > div#fixed {
  position: fixed;
  z-index: 1;
  background: #e7e7e7;
  width: 100%;
  top: 0;
}
/* line 101, style.scss */
body > div#fixed.wp-admin {
  top: 32px;
}
/* line 104, style.scss */
body > div#fixed > header {
  padding: 28px 0;
  border-bottom: 6px solid #000;
}
@media (max-width: 614px) {
  /* line 104, style.scss */
  body > div#fixed > header {
    padding: 18px 0;
  }
}
/* line 110, style.scss */
body > div#fixed > header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 115, style.scss */
body > div#fixed > header > div > a {
  color: #000;
  flex: 1 1 auto;
  font-size: calc(.75 * 45px);
  line-height: calc(.75 * 47px);
  font-weight: 700;
}
@media (max-width: 954px) {
  /* line 115, style.scss */
  body > div#fixed > header > div > a {
    font-size: calc(.58 * 45px);
    line-height: calc(.58 * 47px);
  }
}
@media (max-width: 768px) {
  /* line 115, style.scss */
  body > div#fixed > header > div > a {
    font-size: calc(.67 * 30px);
    line-height: calc(.67 * 32px);
    padding-right: 12px;
  }
}
@media (max-width: 614px) {
  /* line 115, style.scss */
  body > div#fixed > header > div > a {
    font-size: calc(.66 * 28px);
    line-height: calc(.66 * 32px);
  }
  /* line 133, style.scss */
  body > div#fixed > header > div > a > span {
    display: none;
  }
}
/* line 138, style.scss */
body > div#fixed > header > div > div {
  flex: 0 0 190px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 954px) {
  /* line 138, style.scss */
  body > div#fixed > header > div > div {
    flex: 0 0 176px;
  }
}
@media (max-width: 768px) {
  /* line 138, style.scss */
  body > div#fixed > header > div > div {
    flex: 0 0 150px;
  }
}
@media (max-width: 614px) {
  /* line 138, style.scss */
  body > div#fixed > header > div > div {
    flex: 0 0 114px;
  }
}
/* line 152, style.scss */
body > div#fixed > header > div > div > a {
  color: #000;
  text-decoration: none;
}
/* line 155, style.scss */
body > div#fixed > header > div > div > a#search {
  border: 3px solid #000;
  border-radius: 4.5px;
  font-size: calc(.645 * 36px);
  line-height: calc(.645 * 36px);
  font-weight: 700;
  padding: 3px 7px 3px 8px;
}
@media (max-width: 768px) {
  /* line 155, style.scss */
  body > div#fixed > header > div > div > a#search {
    font-size: calc(.5 * 36px);
    line-height: calc(.5 * 36px);
  }
}
@media (max-width: 614px) {
  /* line 155, style.scss */
  body > div#fixed > header > div > div > a#search {
    border: 2px solid #000;
    border-radius: 3px;
    font-size: calc(.4 * 36px);
    line-height: calc(.4 * 36px);
    padding: 3px 8px;
  }
}
/* line 174, style.scss */
body > div#fixed > header > div > div > a#burger {
  font-size: 0;
  line-height: 0;
}
/* line 177, style.scss */
body > div#fixed > header > div > div > a#burger > span {
  display: inline-block;
  width: 7px;
  height: 35px;
  background: #000;
}
@media (max-width: 768px) {
  /* line 177, style.scss */
  body > div#fixed > header > div > div > a#burger > span {
    width: 6px;
    height: 30px;
  }
}
@media (max-width: 614px) {
  /* line 177, style.scss */
  body > div#fixed > header > div > div > a#burger > span {
    width: 4px;
    height: 22px;
  }
}
/* line 190, style.scss */
body > div#fixed > header > div > div > a#burger > span:not(first-child) {
  margin-left: 7px;
}
@media (max-width: 768px) {
  /* line 190, style.scss */
  body > div#fixed > header > div > div > a#burger > span:not(first-child) {
    margin-left: 6px;
  }
}
@media (max-width: 614px) {
  /* line 190, style.scss */
  body > div#fixed > header > div > div > a#burger > span:not(first-child) {
    margin-left: 5px;
  }
}
/* line 205, style.scss */
body > div#fixed > section#breadcrumbs {
  border-bottom: 3px solid #000;
  padding: 13px 0 15px 0;
}
@media (max-width: 954px) {
  /* line 205, style.scss */
  body > div#fixed > section#breadcrumbs {
    border-bottom: 2px solid #000;
  }
}
/* line 211, style.scss */
body > div#fixed > section#breadcrumbs > nav {
  font-size: calc(.645 * 28px);
  line-height: calc(.645 * 32px);
}
@media (max-width: 768px) {
  /* line 211, style.scss */
  body > div#fixed > section#breadcrumbs > nav {
    font-size: calc(.5 * 28px);
    line-height: calc(.5 * 32px);
  }
}
/* line 219, style.scss */
body > div#fixed > section#breadcrumbs > nav > a {
  display: inline-block;
  color: #1d1d1d;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 223, style.scss */
body > div#fixed > section#breadcrumbs > nav > a:hover {
  color: #e9530e;
}
/* line 227, style.scss */
body > div#fixed > section#breadcrumbs > nav > span {
  display: inline-block;
  color: #e9530e;
}
/* line 234, style.scss */
body > section#main-slider {
  width: 100%;
  height: 288px;
  position: relative;
  z-index: 0;
  margin-top: 97px;
  overflow: hidden;
  border-bottom: 29px solid #000;
}
/* line 242, style.scss */
body > section#main-slider > div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
/* line 249, style.scss */
body > section#main-slider > div > a {
  margin-right: 52px;
}
/* line 255, style.scss */
body > main {
  margin-top: 212px;
}
@media (max-width: 768px) {
  /* line 255, style.scss */
  body > main {
    margin-top: 174px;
  }
}
@media (max-width: 614px) {
  /* line 255, style.scss */
  body > main {
    margin-top: 156px;
  }
}
/* line 264, style.scss */
body > main > div#h1-wrapper {
  margin: 51px 0 55px 0;
}
@media (max-width: 768px) {
  /* line 264, style.scss */
  body > main > div#h1-wrapper {
    margin: 30px 0 27px 0;
  }
}
/* line 269, style.scss */
body > main > div#h1-wrapper > h1 {
  font-weight: 700;
  font-size: calc(.645 * 36px);
  line-height: calc(.645 * 36px);
}
@media (max-width: 768px) {
  /* line 269, style.scss */
  body > main > div#h1-wrapper > h1 {
    font-size: calc(.5 * 36px);
    line-height: calc(.5 * 36px);
  }
}
/* line 279, style.scss */
body > main span.label {
  display: block;
  margin-bottom: 9px;
  color: #e9530e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
}
@media (max-width: 768px) {
  /* line 279, style.scss */
  body > main span.label {
    font-size: 13px;
    line-height: 13px;
  }
}
/* line 292, style.scss */
body > main > section#publication {
  border-top: 2px solid #000;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  /* line 292, style.scss */
  body > main > section#publication {
    display: block;
    border-top: none;
  }
}
/* line 302, style.scss */
body > main > section#publication > div:last-child {
  flex: 1 1 714px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  /* line 302, style.scss */
  body > main > section#publication > div:last-child {
    padding-right: 0;
    margin-top: 54px;
  }
}
/* line 309, style.scss */
body > main > section#publication > div:last-child > div {
  padding-top: 4px;
  padding-bottom: 40px;
}
/* line 312, style.scss */
body > main > section#publication > div:last-child > div:not(:last-child) {
  border-bottom: 2px solid #000;
}
@media (max-width: 768px) {
  /* line 315, style.scss */
  body > main > section#publication > div:last-child > div:first-child {
    border-top: 2px solid #000;
  }
}
@media (max-width: 768px) {
  /* line 320, style.scss */
  body > main > section#publication > div:last-child > div:last-child {
    border-bottom: 2px solid #000;
  }
}
/* line 325, style.scss */
body > main > section#publication > div:last-child > div > span {
  display: block;
}
/* line 335, style.scss */
body > main > section#publication > div:last-child > span {
  display: block;
  color: #e9530e;
  margin-top: 32px;
  line-height: 165%;
}
/* line 340, style.scss */
body > main > section#publication > div:last-child > span > a {
  display: inline-block;
  margin-right: 13px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 344, style.scss */
body > main > section#publication > div:last-child > span > a:hover {
  color: #000;
  /*> span {
  	color: $orange ;
  }*/
}
/* line 352, style.scss */
body > main > section#publication > div:last-child table {
  border: none;
  width: 100%;
}
/* line 355, style.scss */
body > main > section#publication > div:last-child table tr {
  border-bottom: 2px solid #000;
  /*@include breakpoint(max-width $md) {
  	border-bottom: 2px solid #000 ;
  }*/
}
@media (max-width: 768px) {
  /* line 360, style.scss */
  body > main > section#publication > div:last-child table tr:first-child {
    border-top: 2px solid #000;
  }
}
/* line 365, style.scss */
body > main > section#publication > div:last-child table tr:last-child {
  border-bottom: none;
}
/* line 368, style.scss */
body > main > section#publication > div:last-child table tr > td {
  padding-top: 16px;
  padding-bottom: 52px;
  vertical-align: top;
}
/* line 372, style.scss */
body > main > section#publication > div:last-child table tr > td:first-child {
  font-weight: 700;
  padding-right: 72px;
}
/* line 376, style.scss */
body > main > section#publication > div:last-child table tr > td:last-child {
  width: 100%;
}
/* line 382, style.scss */
body > main > section#publication > div:last-child table.within tr {
  border: none;
}
/* line 384, style.scss */
body > main > section#publication > div:last-child table.within tr td {
  font-weight: 400;
  width: 25%;
  padding: 0;
}
/* line 393, style.scss */
body > main > section#publication > div:first-child {
  padding-top: 9px;
  flex: 1 1 702px;
  max-width: 702px;
}
@media (max-width: 768px) {
  /* line 393, style.scss */
  body > main > section#publication > div:first-child {
    max-width: 100%;
  }
}
/* line 400, style.scss */
body > main > section#publication > div:first-child > div {
  background: #fff;
  aspect-ratio: 4/3;
  padding: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 614px) {
  /* line 400, style.scss */
  body > main > section#publication > div:first-child > div {
    padding: 24px;
  }
}
@media (max-width: 478px) {
  /* line 400, style.scss */
  body > main > section#publication > div:first-child > div {
    padding: 0;
  }
}
/* line 414, style.scss */
body > main > section#publication > div:first-child > div > img {
  display: block;
  max-height: 32vw !important;
}
@media (max-width: 768px) {
  /* line 414, style.scss */
  body > main > section#publication > div:first-child > div > img {
    max-height: 100% !important;
  }
}
/* line 421, style.scss */
body > main > section#publication > div:first-child > div:first-child {
  margin-bottom: 57px;
  background: transparent;
}
/* line 426, style.scss */
body > main > section#publication > div:first-child > section {
  display: flex;
  justify-content: space-between;
  height: 44px;
}
/* line 430, style.scss */
body > main > section#publication > div:first-child > section > a {
  flex: 0 0 44px;
}
/* line 432, style.scss */
body > main > section#publication > div:first-child > section > a > img {
  display: block;
  width: 44px;
  height: 44px;
}
/* line 438, style.scss */
body > main > section#publication > div:first-child > section > div {
  flex: 1 1 auto;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 444, style.scss */
body > main > section#publication > div:first-child > section > div > span {
  color: #fff;
  font-weight: 700;
}
/* line 453, style.scss */
body > main > form#general-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
  background: #fff;
  padding-right: 12.5px;
}
@media (max-width: 478px) {
  /* line 453, style.scss */
  body > main > form#general-search {
    padding-right: 5px;
  }
}
/* line 463, style.scss */
body > main > form#general-search > img {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
}
@media (max-width: 478px) {
  /* line 463, style.scss */
  body > main > form#general-search > img {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
}
/* line 473, style.scss */
body > main > form#general-search > input[type="text"] {
  outline: none;
  padding: 8px 16px;
  flex: 1 1 auto;
  color: #000;
  background: transparent;
  border: none;
  min-width: 50px;
}
/* line 61, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body > main > form#general-search > input[type="text"]:-moz-placeholder {
  color: #9d9d9d;
}
/* line 64, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body > main > form#general-search > input[type="text"]::-moz-placeholder {
  color: #9d9d9d;
}
/* line 67, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body > main > form#general-search > input[type="text"]:-ms-input-placeholder {
  color: #9d9d9d;
}
/* line 56, ../../../../lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
body > main > form#general-search > input[type="text"]::-webkit-input-placeholder {
  color: #9d9d9d;
}
@media (max-width: 478px) {
  /* line 473, style.scss */
  body > main > form#general-search > input[type="text"] {
    padding: 8px;
  }
}
/* line 489, style.scss */
body > main > form#general-search > input[type="submit"] {
  flex: 0 0 120px;
  display: block;
  font-family: Arial, sans-serif;
  font-size: calc(.645 * 32px);
  line-height: calc(.645 * 40px);
  font-weight: 700;
  background: #e9530e;
  text-align: center;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4.5px;
  cursor: pointer;
}
@media (max-width: 478px) {
  /* line 489, style.scss */
  body > main > form#general-search > input[type="submit"] {
    padding: 6.5px;
    flex: 0 0 90px;
  }
}
/* line 509, style.scss */
body > main > form#filter-search {
  margin-top: 42px;
}
/* line 511, style.scss */
body > main > form#filter-search > div.row-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  /* line 511, style.scss */
  body > main > form#filter-search > div.row-filter {
    display: block;
  }
}
/* line 517, style.scss */
body > main > form#filter-search > div.row-filter > div {
  padding: 20px 16px;
  border-top: 6px solid #000;
}
@media (max-width: 768px) {
  /* line 517, style.scss */
  body > main > form#filter-search > div.row-filter > div {
    border-top: 3px solid #000;
  }
}
@media (max-width: 768px) {
  /* line 523, style.scss */
  body > main > form#filter-search > div.row-filter > div.extra {
    display: none;
  }
}
/* line 528, style.scss */
body > main > form#filter-search > div.row-filter > div > div {
  cursor: pointer;
  display: flex;
  align-items: center;
}
/* line 532, style.scss */
body > main > form#filter-search > div.row-filter > div > div > img {
  display: block;
  width: 44px;
  height: 44px;
}
/* line 537, style.scss */
body > main > form#filter-search > div.row-filter > div > div > div {
  padding-left: 14px;
  text-transform: uppercase;
}
/* line 544, style.scss */
body > main > form#filter-search > div.row-wide {
  background: #000;
  color: #fff;
  padding: 16px 8px 16px 16px;
  font-weight: 700;
}
/* line 551, style.scss */
body > main > form#filter-search > input[type="submit"] {
  display: block;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 284px;
  font-weight: 700;
  background: #e9530e;
  text-align: center;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4.5px;
  cursor: pointer;
}
/* line 569, style.scss */
body > main > form#field-search {
  margin-top: 63px;
}
/* line 571, style.scss */
body > main > form#field-search > div.row {
  margin-top: 9px;
  border-bottom: 6px solid #000;
}
@media (max-width: 954px) {
  /* line 571, style.scss */
  body > main > form#field-search > div.row {
    border-bottom: 3px solid #000;
  }
}
/* line 579, style.scss */
body > main > form#field-search > div.row > div:first-child {
  margin-bottom: 9px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
}
@media (max-width: 768px) {
  /* line 579, style.scss */
  body > main > form#field-search > div.row > div:first-child {
    font-size: 13px;
    line-height: 13px;
  }
}
/* line 590, style.scss */
body > main > form#field-search > div.row > div:last-child {
  background: #fff;
}
/* line 593, style.scss */
body > main > form#field-search > div.row > div:last-child > input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  padding: 16px;
}
/* line 605, style.scss */
body > main > form#field-search > div.row-wide {
  background: #000;
  color: #fff;
  padding: 16px 8px 16px 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
/* line 612, style.scss */
body > main > form#field-search > div.row-filter {
  display: grid;
  margin-bottom: 42px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 954px) {
  /* line 612, style.scss */
  body > main > form#field-search > div.row-filter {
    display: block;
  }
}
/* line 619, style.scss */
body > main > form#field-search > div.row-filter > div {
  padding: 20px 16px;
  border-top: 6px solid #000;
}
@media (max-width: 954px) {
  /* line 619, style.scss */
  body > main > form#field-search > div.row-filter > div {
    border-top: 3px solid #000;
  }
}
/* line 625, style.scss */
body > main > form#field-search > div.row-filter > div > div {
  cursor: pointer;
  display: flex;
  align-items: center;
}
/* line 632, style.scss */
body > main > form#field-search > div.row-filter > div > div > div {
  padding-left: 14px;
  text-transform: uppercase;
}
/* line 639, style.scss */
body > main > form#field-search > input[type="submit"] {
  display: block;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 284px;
  font-weight: 700;
  background: #e9530e;
  text-align: center;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 4.5px;
  cursor: pointer;
}
/* line 657, style.scss */
body > main > p#no-results {
  margin-top: 42px;
}
/* line 660, style.scss */
body > main > a#back-to-search {
  display: block;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #fff;
  background: #e9530e;
  width: 100%;
  max-width: 284px;
  text-align: center;
  border: none;
  padding: 10px;
  border-radius: 4.5px;
}
/* line 676, style.scss */
body > main > section#tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  margin-top: 42px;
}
@media (max-width: 954px) {
  /* line 676, style.scss */
  body > main > section#tags {
    gap: 29px;
    margin-top: 29px;
  }
}
@media (max-width: 768px) {
  /* line 676, style.scss */
  body > main > section#tags {
    grid-template-columns: 1fr;
  }
}
/* line 688, style.scss */
body > main > section#tags > a {
  border-top: 6px solid #000;
  background: #fff;
  color: #000;
  display: flex;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 954px) {
  /* line 688, style.scss */
  body > main > section#tags > a {
    border-top: 6px solid #000;
  }
}
/* line 696, style.scss */
body > main > section#tags > a > span {
  flex: 0 1 53.3%;
}
/* line 698, style.scss */
body > main > section#tags > a > span > span {
  display: block;
  font-size: calc(.75 * 34px);
  line-height: calc(.75 * 40px);
  font-weight: 700;
  padding: 12px;
}
@media (max-width: 1024px) {
  /* line 698, style.scss */
  body > main > section#tags > a > span > span {
    font-size: calc(.72 * 34px);
    line-height: calc(.72 * 40px);
  }
}
@media (max-width: 954px) {
  /* line 698, style.scss */
  body > main > section#tags > a > span > span {
    font-size: calc(.64 * 28px);
    line-height: calc(.64 * 32px);
    padding: 7.5px 9px;
    padding-right: 7.5px;
  }
}
@media (max-width: 768px) {
  /* line 698, style.scss */
  body > main > section#tags > a > span > span {
    font-size: calc(.73 * 28px);
    line-height: calc(.73 * 32px);
  }
}
@media (max-width: 614px) {
  /* line 698, style.scss */
  body > main > section#tags > a > span > span {
    font-size: calc(.64 * 28px);
    line-height: calc(.64 * 32px);
  }
}
/* line 724, style.scss */
body > main > section#tags > a > img {
  flex: 0 0 46.7%;
  width: 46.7%;
  height: auto;
}
/* line 730, style.scss */
body > main > section#tags > a:hover {
  border-color: #e9530e;
}
/* line 736, style.scss */
body > main > section#shelves > section.shelf {
  margin-top: 42px;
  border-bottom: 29px solid #000;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: nowrap;
  /*@include breakpoint(max-width 1280px) {
  	display: none !important ; // tada!
  }*/
}
/* line 748, style.scss */
body > main > section#shelves > section.shelf > a {
  border: none;
  text-decoration: none;
}
/* line 753, style.scss */
body > main > section#shelves > section.shelf > div {
  width: 136px;
}
/* line 758, style.scss */
body > main > section#shelves.temp > section.shelf {
  border-bottom: none;
}
/* line 763, style.scss */
body > main > section#slider-base {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 29px;
  background: #000;
}
/* line 773, style.scss */
body > main > article {
  margin-top: 42px;
}
/* line 775, style.scss */
body > main > article img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 782, style.scss */
body > section#search-results {
  display: flex;
  border-bottom: 3px solid #000;
  margin-top: 42px;
  padding-bottom: 42px;
  /*@include breakpoint(max-width $md) {
  	border-bottom: 3px solid #000 ;
  }*/
}
/* line 790, style.scss */
body > section#search-results > div {
  display: flex;
}
/* line 793, style.scss */
body > section#search-results > div > a {
  flex: 0 0 42px;
  background: #e9530e;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 799, style.scss */
body > section#search-results > div > a:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
/* line 803, style.scss */
body > section#search-results > div > a:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* line 808, style.scss */
body > section#search-results > div > div {
  background: #fff;
  flex: 1 1 auto;
  padding: 12px 118px;
}
@media (max-width: 954px) {
  /* line 808, style.scss */
  body > section#search-results > div > div {
    padding: 12px 16px;
  }
}
/* line 815, style.scss */
body > section#search-results > div > div > div {
  font-weight: 700;
  text-align: center;
}
/* line 818, style.scss */
body > section#search-results > div > div > div:first-child {
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
}
@media (max-width: 954px) {
  /* line 818, style.scss */
  body > section#search-results > div > div > div:first-child {
    border-bottom: 2px solid #000;
  }
}
/* line 825, style.scss */
body > section#search-results > div > div > div:last-child {
  padding-top: 4px;
}
/* line 832, style.scss */
body > a#back-to-top {
  display: block;
  margin: 49px auto 58px auto;
  font-size: 0;
  line-height: 0;
  width: 44px;
  height: 44px;
}
/* line 839, style.scss */
body > a#back-to-top > img {
  display: block;
  width: 44px;
  height: 44px;
}
/* line 845, style.scss */
body > footer {
  background: #000;
  padding: 46px 0 53px 0;
}
/* line 848, style.scss */
body > footer > div {
  color: #fff;
  font-size: calc(.645 * 30px);
  line-height: calc(.645 * 39px);
}
@media (max-width: 954px) {
  /* line 848, style.scss */
  body > footer > div {
    font-size: calc(.5 * 30px);
    line-height: calc(.5 * 39px);
  }
}
/* line 859, style.scss */
body > section#mobile-menu {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  background: #e9530e;
  right: calc((100vw - 1140px)/2 - 9px);
}
/* line 865, style.scss */
body > section#mobile-menu.wp-admin {
  top: 32px;
}
@media (max-width: 1140px) {
  /* line 859, style.scss */
  body > section#mobile-menu {
    right: 0;
  }
}
/* line 872, style.scss */
body > section#mobile-menu > div {
  font-size: 0;
  line-height: 0;
  display: flex;
}
/* line 876, style.scss */
body > section#mobile-menu > div > div {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 24px;
}
@media (max-width: 614px) {
  /* line 876, style.scss */
  body > section#mobile-menu > div > div {
    padding-left: 18px;
  }
}
/* line 885, style.scss */
body > section#mobile-menu > div > div > a {
  display: block;
  margin-right: 8px;
  margin-top: 28px;
  color: #000;
  background: #fff;
  border: none;
  border-radius: 4.5px;
  font-size: calc(.645 * 36px);
  line-height: calc(.645 * 36px);
  font-weight: 700;
  padding: 6px 11px;
}
@media (max-width: 768px) {
  /* line 885, style.scss */
  body > section#mobile-menu > div > div > a {
    margin-right: 0;
    font-size: calc(.5 * 36px);
    line-height: calc(.5 * 36px);
  }
}
@media (max-width: 614px) {
  /* line 885, style.scss */
  body > section#mobile-menu > div > div > a {
    margin-top: 18px;
    border-radius: 3px;
    font-size: calc(.4 * 36px);
    line-height: calc(.4 * 36px);
    padding: 5px 10px;
  }
}
/* line 911, style.scss */
body > section#mobile-menu > div > a {
  flex: 0 0 40px;
  padding: 26px 24px 26px 24px;
}
@media (max-width: 1172px) {
  /* line 911, style.scss */
  body > section#mobile-menu > div > a {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  /* line 911, style.scss */
  body > section#mobile-menu > div > a {
    padding-left: 19px;
    padding-top: 27px;
  }
}
@media (max-width: 614px) {
  /* line 911, style.scss */
  body > section#mobile-menu > div > a {
    padding: 18px 16px 18px 10px;
  }
}
/* line 924, style.scss */
body > section#mobile-menu > div > a > img {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 954px) {
  /* line 924, style.scss */
  body > section#mobile-menu > div > a > img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 614px) {
  /* line 924, style.scss */
  body > section#mobile-menu > div > a > img {
    width: 24px;
    height: 24px;
  }
}
/* line 939, style.scss */
body > section#mobile-menu > nav {
  padding: 10px 0 26px 24px;
}
@media (max-width: 614px) {
  /* line 939, style.scss */
  body > section#mobile-menu > nav {
    padding: 0 0 18px 18px;
  }
}
/* line 944, style.scss */
body > section#mobile-menu > nav > a {
  display: block;
  color: #fff;
  font-weight: 400;
  line-height: 36px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 950, style.scss */
body > section#mobile-menu > nav > a:hover {
  color: #201c19;
}
@media (max-width: 768px) {
  /* line 944, style.scss */
  body > section#mobile-menu > nav > a {
    line-height: 27px;
  }
}
@media (max-width: 614px) {
  /* line 944, style.scss */
  body > section#mobile-menu > nav > a {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 960, style.scss */
body > section#mobile-menu > nav > a.inverse {
  color: #201c19;
}
/* line 962, style.scss */
body > section#mobile-menu > nav > a.inverse:hover {
  color: #fff;
}

/* line 971, style.scss */
section#next-prev-admin {
  width: 99px;
  margin-top: -40px;
  margin-bottom: -27px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /* line 971, style.scss */
  section#next-prev-admin {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 478px) {
  /* line 971, style.scss */
  section#next-prev-admin {
    margin-top: -8px;
    margin-bottom: -8px;
  }
}
/* line 985, style.scss */
section#next-prev-admin > a {
  font-size: 0;
  line-height: 0;
  width: 44px;
  height: 44px;
}
/* line 990, style.scss */
section#next-prev-admin > a > img {
  display: block;
  width: 44px;
  height: 44px;
}
