@font-face {
font-family: 'NeueHaasGroteskDislpay';
         src: url('../fonts/NeueHaasGroteskDislpay.ttf')  format('truetype'),
}

@font-face {
  font-family: 'Calluna';
  src: url('../fonts/CallunaRegular.eot');
  src: url('../fonts/CallunaRegular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CallunaRegular.woff2') format('woff2'),
      url('../fonts/CallunaRegular.woff') format('woff'),
      url('../fonts/CallunaRegular.ttf') format('truetype'),
      url('../fonts/CallunaRegular.svg#Calluna-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


h1, h2, h3 {
 font-family: 'NeueHaasGroteskDislpay', sans-serif !important;
}

p {
    font-weight: 400 !important;
}

#gotoTop {
    --cnvs-gotoTop-icon-size: 1em;
}

:root {
    --cnvs-font-size-h2: 2.2em;
    --cnvs-body-font: 'neue-haas-grotesk-text';
    --cnvs-themecolor: #DE212A;

}
.accordion-title
{
  font-size: 20px;
}

h1
{
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.1;
}

h2
{
  letter-spacing: 1px;
  line-height:1.2;
}

h3
{
    letter-spacing: 1px;
}

h4
{
  letter-spacing: 1px;
}

ul, ol
{
  margin-left: 18px;
}

.slider-caption h2
{
  letter-spacing: 3px;
  color: #ffffff;
}

.slider-caption {
 max-width: 1400px !important;
}

.menu-link {
  font-size: 16px !important;
}

#footer {
  background-color: #212529 !important;
}

#content
{
  min-height: 700px;
}

.content-wrap
{
  padding-top: 2.5em;
}

.bg-red
{
  width: 16rem;
  background-color: #DE212A;
  height: 5px;
}

article p
{
  font-size: 20px !important;
}

article,
em
{
  font-family: Calluna, 'Times New Roman', Times, serif !important;
}

#copyrights
{
  padding-top: 50px;
  padding-bottom: 50px;
}

.floating-button
{
    --cnvs-gotoTop-size: 2.5rem;
    --cnvs-gotoTop-bg: rgba(0, 0, 0, 0.3);
    --cnvs-gotoTop-icon-size: 1.5rem;
    --cnvs-gotoTop-icon-color: #fff;
    --cnvs-gotoTop-position-boxed-right: 30px;
    --cnvs-gotoTop-position-boxed-bottom: 50px;
    --cnvs-gotoTop-position-botom: 30px;
    --cnvs-gotoTop-border-radius: 2px;
    --cnvs-gotoTop-hover-color: var(--cnvs-themecolor);
    z-index: 599;
    position: fixed;
    width: 180px;
    height: var(--cnvs-gotoTop-size);
    line-height: var(--cnvs-gotoTop-size);
    background-color: var(--cnvs-themecolor);
    font-size: var(--cnvs-gotoTop-icon-size);
    text-align: center;
    color: var(--cnvs-gotoTop-icon-color);
    top: auto;
    left: auto;
    right: 50px;
    bottom: var(--cnvs-gotoTop-position-boxed-bottom);
    cursor: pointer;
    border-radius: var(--cnvs-gotoTop-border-radius);
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.9;
}

#gotoTop
{
  right: 250px !important;
}

.bl-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3em;
    padding-bottom: 3em;
}

.bl-button {
    padding-top: 0px;
    padding-bottom: 10px;
    line-height: 1;
    margin-right: 0;
    margin-left: 0;
}

.bl-button i {
    font-size: 26px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 5px;
    top: 4px;
}

.content-preview-title
{
    font-size: 18px;
}

@media only screen and (max-width: 576px) {
    .bl-hero {
        min-height: 40vh;
    }

    .bl-sub-hero h1 {
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .bl-extra-text {
        display: none;
    }

    #top-cart {
        display: none;
    }
}

@media only screen and (min-width: 577px) {
    .bl-hero {
        min-height: 80vh;
    }

    .bl-sub-hero h1 {
        font-size: 4em;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .bl-sub-hero p {
        font-size: 1.5em;
        font-weight: bold;
    }

    .bl-hero h1 {
        font-size: 5.5em;
    }
}

.content-preview-title
{
    font-size: 18px !important;
}

.entry-content {
    font-family: Calluna, 'Times New Roman', Times, serif !important;
}

.hsfc-RichText p {
    font-family: Calluna, 'Times New Roman', Times, serif !important;
}

#side-panel .side-panel-wrap
{
    padding: 0px !important;

}

#side-panel .widget {
    width: var(--cnvs-side-panel-size);
}

a {
    border-bottom: 1px dotted #dc0d15;
}

header a,
#oc-posts a {
    border-bottom: 0px;
}

.bl-logo-link {
    padding: 0;
    border-bottom: 0;
    display: inline;
}

.entry-meta li {
    color: var(--cnvs-contrast-600) !important;
}

.dark #copyrights, #copyrights.dark {
    color: #999999 !important;
}
