
@font-face {
    font-family: 'parmigiano_caption_stdlight';
    src: url('/wp-content/themes/tank-child/fonts/parmigianocaptionstd-light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/tank-child/fonts/parmigianocaptionstd-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'parmigiano_caption_stdLtIt';
    src: url('/wp-content/themes/tank-child/fonts/parmigianocaptionstd-lightitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/tank-child/fonts/parmigianocaptionstd-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'parmigiano_caption_stdmedium';
    src: url('/wp-content/themes/tank-child/fonts/parmigianocaptionstd-medium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/tank-child/fonts/parmigianocaptionstd-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'parmigiano_caption_stdregular';
    src: url('/wp-content/themes/tank-child/fonts/parmigianocaptionstd-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/tank-child/fonts/parmigianocaptionstd-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'parmigiano_caption_stdRgIt';
    src: url('/wp-content/themes/tank-child/fonts/parmigianocaptionstd-regularitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/tank-child/fonts/parmigianocaptionstd-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'parmigiano_headline_stdmedium';
    src: url('/wp-content/themes/tank-child/fonts/parmigianoheadlinestd-medium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/tank-child/fonts/parmigianoheadlinestd-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.alt-font{font-family: 'parmigiano_caption_stdregular', Arial, sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, #ball, .tt-main-menu, .ph-caption-title-ghost, .ph-caption-subtitle, .scroll-down-circle, .made-with-love, .tt-ol-menu-toggle-btn-text, .tt-m-menu-toggle-btn-text, .tt-ol-menu-list, .tt-heading, .tt-btn, .social-buttons, .footer-social, .tt-ps-nav-pagination, .tt-pc-navigation, .tt-cc-pagination, .tt-phc-item::before, .tt-phc-counter, .pli-counter, .ttgr-cat-trigger-wrap, .ttgr-cat-list, .ttgr-cat-classic-nav, .portfolio-interactive-item, .tt-copyright, .project-info-list, .tt-pn-link, .tt-pn-subtitle, .ph-share-ghost, .tt-search-ghost, .tt-pagination, .tt-scrolling-text, #blog-list.bli-compact .bli-info::before, .blog-interactive-item::before {
     font-family: 'parmigiano_headline_stdmedium', Arial, sans-serif;
}
body, p{
	font-family: 'parmigiano_caption_stdregular', Arial, sans-serif;
}
.tt-pn-title {
  position: relative;
  display: block;
  left: 50%;
  font-size: clamp(12px, 6vw, 50px);
  font-weight: bold;
  font-weight: 500;
  color: #FFF;
  line-height: 1.6;
  opacity: .4;
  white-space: nowrap;
  transform: translate3d(-50%, 0, 0);
  transition: transform .6s cubic-bezier(0.51, 0.57, 0.17, 1);
  overflow: hidden;
  text-overflow: ellipsis;
}

.tt-pn-hover-title {
    position: absolute;
    left: 50%;
    font-size: clamp(12px, 6vw, 50px);
    font-weight: bold;
    font-weight: 500;
    color: #FFF;
    line-height: 1.6;
    white-space: nowrap;
    transform: translate3d(-50%, 100%, 0);
    transition: transform .6s cubic-bezier(0.51, 0.57, 0.17, 1);
}
.ph-caption-title{
    text-shadow: 2px 2px 2px Rgba(0,0,0,0.7);
}
.title_slide h2, .title_slide span{
	border:none!important;
	font-weight:normal;
	color:#FFF;
	font-family: 'parmigiano_caption_stdregular', Arial, sans-serif;
}
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  top: 0px;
  margin: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
  padding: 0px !important;
  width: 18px;
  height: 18px;
  background-color: #4e4e4e;
  border-radius: 3px;
  transition: background-color 0.2s;
}

.woocommerce-loop-category__title mark.count {
    display: none;
}