/**
* Theme Name: Futurity Child
* Description: This is a child theme of Futurity, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Futurecap</a>
* Template: futurity-wp-theme-main
* Version: 1.2.8
*/

:root {
	--e-global-color-secondary: #C90000;
}

.no-padding{
	padding:0 !important;
}

.no-margin{
	margin:0 !important;
}

.overlay{
	background: rgba(0, 0, 0, 0.4);
}

.category-hero-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.category-hero-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 420px;
  object-fit: cover;
}

.category-hero-wrapper .nt-hero-title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 30px 0 0 0;
  padding: 0.5em 1em;
  line-height: 1.2;
  z-index: 2;
  font-family: "Prompt", Sans-serif;
  font-weight: 700;
  font-size: 70px;
  text-shadow: rgba(0,0,0,0.6) 0px 2px 6px;
}

@media screen and (max-width: 768px) {
  .category-hero-wrapper img {
    height: 250px;
  }

  .category-hero-wrapper .nt-hero-title {
    font-size: 40px;
    padding: 0.25em 0.5em;
  }
}

.brand-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 18px;
  border: 2px solid #aaa;
  border-radius: 12px;
  font-size: 16px;
  color: #aaa;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  width: auto;
  font-family: "Prompt", Sans-serif;
  font-weight: 600;
}

.brand-pill:hover {
  border: 2px solid #000;
  color: #000;
}

/* Hide native radio */
.brand-pill input[type="radio"] {
  display: none;
}

/* Checked pill style */
.brand-pill.checked {
  background-color: #d30000;
  color: #fff;
  border-color: #d30000;
  font-family: "Prompt", Sans-serif;
  font-weight: 600;
  font-size: 16px;
}


.product-card__inner {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  transition: all 0.2s ease-in-out;
  height: 100%;
  position: relative;
}

.product-card__inner:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.product-card__image {
  background:#000;
  border-radius:15px;
}

.product-card__image img {
  border-radius: 15px;
  transition: ease-in-out 0.3s all;
  height: 366px;
  object-fit: cover;
}

.product-card__image img:hover {
  opacity:0.8;
}

.product-line, .product-brand {
  font-weight: 600;
  color: black;
	position: absolute;

	background-color: white;
	padding: 5px;
	border-radius: 10px;
	margin: 15px;
	
}

.product-line {
	bottom: 15px;
	font-family: "Prompt", Sans-serif;
  	font-weight: 700;
  	font-size: 16px;
	letter-spacing:1.25px;
	text-transform:uppercase;
	padding: 10px 15px;
}

.product-brand {
	top: 0;
	font-family: "Prompt", Sans-serif;
  	font-weight: 700;
  	font-size: 16px;
	letter-spacing:1.25px;
	text-transform:uppercase;
	padding: 2.5px 10px;
}

.blog-card__content {
	position: absolute !important;
    bottom: 20px !important;
	left: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
	border-radius: 10px !important;
}

.blog-card__content h3.title{
    margin: 0 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #000;
	letter-spacing: 2px;
}

.page-header .container .page-title {
    text-shadow: rgba(0, 0, 0, 0.6) 0px 2px 6px;
	text-transform:uppercase;
}

.post--content {
  position: absolute !important;
  bottom: 20px;
  left: 20px;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  background-color: #fff;
}

.post--content h3.post--heading{
    margin: 0 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 5px 10px !important;
    color: #000 !important;
	letter-spacing: 2px;
	font-weight:500;
}

.post--content h3.post--heading a{
    color: #000 !important;
	font-weight:600;
}

.category-description h1{
	font-family: "Prompt", Sans-serif;
    font-weight: 700;
    font-size: 35px;
	text-transform:uppercase;
	color:#000;
	letter-spacing:1.25px;
}

.category-description p{
	font-family: "Prompt", Sans-serif;
    font-weight: 400;
    font-size: 18px;
	color:#000;
	letter-spacing:1.25px;
}

.brand-filter-form h5{
	font-family: "Prompt", Sans-serif;
    font-weight: 700;
    font-size: 20px;
	color:#000;
	text-transform:uppercase;
	letter-spacing:1.25px;
}

.nt-theme-inner-container{
	margin-bottom:60px;
}

.elementor-element.elementor-element-5f6aad7 .blog--slider-wrapper .swiper-container {
  padding: 0;
}

.page-header__bg {
  background-position: center;
}

.post--bg-image-nop {
  padding-top: 0;
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 366px !important;
  object-fit: cover;
}

@media (min-width: 1200px) {
    .blog-grid, .section-padding {
        padding-top: 60px !important;
        padding-bottom: 90px !important;
    }
}
