.tinos {
  font-family: "Tinos", serif !important;
}

.gorgone {
  font-family: "Gorgone", serif !important;
}

.playfair {
  font-family: "Playfair Display", serif !important;
}

.masthead {
    text-transform: uppercase;
    font-kerning: normal;
    background: linear-gradient(65deg, rgba(165,130,0,1) 0%, rgba(205,160,0,1) 55%, rgba(240,230,0,1) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

hr {
    border: 0;
    height: 1px;
    width: 54px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

hr.left {
    margin-left: 0;
}

hr.tall {
    margin-top: 30px;
    margin-bottom: 29px;
}

hr.fullWidth {
    width: calc(100% - 30px);
}

.whiteSlide hr, .yellow hr {
    background: #303030;
}

.container .wrap.top {
  vertical-align: top !important;
}

.hscroll:not(.video) .background {
    background-position: left center;
    -webkit-animation: backgroundScroll 12000s linear infinite;
    -moz-animation: backgroundScroll 12000s linear infinite;
    -o-animation: backgroundScroll 12000s linear infinite;
    animation: backgroundScroll 12000s linear infinite;
}

@-webkit-keyframes backgroundScroll {
    from { background-position: 0 0; }
    to { background-position: -384000px 0; }
}

@-moz-keyframes backgroundScroll {
    from { background-position: 0 0; }
    to { background-position: -384000px 0; }
}

@-o-keyframes backgroundScroll {
    from { background-position: 0 0; }
    to { background-position: -384000px 0; }
}

@keyframes backgroundScroll {
    from { background-position: 0 0; }
    to { background-position: -384000px 0; }
}

.noCursor {
    cursor: inherit !important;
}

progress {
  vertical-align: baseline;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

section.blogArticle .articleBody p {
    font-size: 22px;
    font-weight: 300;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-rendering: optimizeLegibility;
    margin-bottom: 1.2rem;
    color: #111;
}

section.blogArticle .articleBody ul li,
section.blogArticle .articleBody ol li {
    font-size: 22px;
    font-weight: 300;
}

section.blogArticle ul.bullet {
    list-style-type: none;
    margin-left: 44px;
}

section.blogArticle ul.bullet li {
    margin-bottom: 22px;
}

section.blogArticle ul.bullet li:before {
    content: '- ';
    position: absolute;
    margin-left: -22px;
}

section.blogArticle .articleBody p.small {
    font-size: 18px;
}

section.blogArticle .articleBody > p:first-child {
    margin-top: 60px;
}

section.blogArticle .articleBody > p:first-child::first-letter {
    float: left;
    font-size: 60px;
    line-height: 56px;
    padding: 0;
}

section.blogArticle .articleBody sup,
section.blogArticle .articleBody sub,
section.blogArticle td sup,
section.blogArticle td sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: 14px;
}

section.blogArticle .articleBody sub {
    top: 0.6em;
}

section.blogArticle td sub {
    font-size: 60%;
    top: 0.4em;
}

section.blogArticle .articleBody h3 {
    text-align: left;
    font-size: 28px;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 14px;
}

section.blogArticle table tbody tr td,
section.blogArticle table thead tr th {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    padding: 8px;
    vertical-align: baseline;
}

table.catalog tr td:first-child {
    font-size: 14px;
}

table.catalog tr td:first-child::after {
    content: '.';
}

table.catalog tr th:nth-child(2),
table.catalog tr td:nth-child(2) {
    max-width: 180px;
}

table.catalog sup {
    font-size: 10px;
}

.prod-sequence {
  display: inline-block;
  white-space: nowrap;
  list-style: none;
}

.prod-sequence li {
  display: inline-block;
  padding: 0 14px 0 14px;
}

.prod-sequence li:first-child {
  padding: 0 14px 0 0;
}

.button.pink-gradient {
  background-color: transparent;
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%) !important;
}

.lightBlue {
  background: #A1E0E1 !important;
  color: #202020 !important;
}