/*
 Theme Name:   Manufactura Child
 Theme URI:    http://manufactura.bold-themes.com
 Description:  Manufactura Child Theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     manufactura
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  manufactura-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

@font-face {
font-family: "nudica";
src: url("./assets/fonts/nudica-medium.otf") format("opentype");
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/satoshi/Satoshi-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/satoshi/Satoshi-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/satoshi/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/satoshi/Satoshi-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/satoshi/Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/satoshi/Satoshi-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/satoshi/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/satoshi/Satoshi-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/satoshi/Satoshi-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("./assets/fonts/satoshi/Satoshi-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

body,
button,
input,
select,
textarea,
div {
  font-family: "Satoshi", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: "Satoshi", Arial, sans-serif;
  /* font-weight: 700; */
}

/* MENU TOP BAR */
.btMenuHorizontal .menuPort > nav > ul > li.on > ul {
    z-index: 99981;
}
/* END MENU TOP BAR */

/* BTN GRAD */
.mg-hero-buttons{
    display:flex;
    width: 100%;
    gap:20px;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
}

.mg-button .label {
    color: white;
}

.mg-button {
  position: relative;
  overflow: hidden;

  display: inline-flex;
  flex: 0 1 220px;
  width: 220px;
  min-width: 190px;
  max-width: 260px;
  min-height: 58px;
  
  box-sizing: border-box;
  padding: 0 24px;
 
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 6px;
  background: #b28564;
  color: #fff;

  font-family: "Satoshi", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;

  cursor: pointer;

  transition:
    transform 0.2s ease,
    box-shadow 0.25s ease;
}

.mg-button .transition {
    position: absolute;
    inset: 0;
    z-index: 0;

    background: #191919;

    transform: scaleX(0);
    transform-origin: center center;

    transition: transform .45s cubic-bezier(.22,1,.36,1);
}

.mg-button .label {
  position: relative;
  z-index: 2;

  color: #fff;
  white-space: nowrap;

  transition: color 0.35s ease;
}

.mg-button:hover .transition,
.mg-button:focus-visible .transition {
  transform: scaleX(1);
}

.mg-button:hover .label,
.mg-button:focus-visible .label {
  color: #b28564;
}

.mg-button:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.mg-button:active {
  transform: scale(0.98);
}

.mg-button:focus-visible {
  outline: 2px solid #191919;
  outline-offset: 3px;
}

/* Tablet */

@media (max-width: 900px) {
    .mg-hero-buttons {
        max-width: 520px;
        margin-inline: auto;
        gap: 14px;
    }
    
    .mg-button {
        flex-basis: 190px;
        min-height: 54px;
        padding-inline: 20px;
        font-size: 14px;
    }
}

/* Mobile */ 

@media (mac-width: 600px) {
    .mg-hero-buttons {
        mac-width: 420px;
        margin-inline: auto;
        gap: 12px;
        flex-direction: column;
    }
    
    .mg-button {
        flex: none;
        width: 100%;
        max-width: none;
        min-height: 52px;
        padding-inline: 18px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .mg-hero-buttons {
        margin-top: 50px;
    }
}

/* Very small phones */

@media (max-width: 360px) {

  .mg-button {
    min-height: 50px;
    padding-inline: 14px;
    font-size: 13px;
    letter-spacing: 0.025em;
  }
}
/* END BTN GRAD */

.product.woocommerce.add_to_cart_inline {
	width: 140px !important;
}

.bt_bb_row_holder {
	padding: 20px !important;
}

h2{
	color:#59431b
}

h3{
	color:#694f2f
}

.btLogoArea .logo img {
	padding: 10px;
}


/* Hover MG UKULELES */

.mg-product-hover {
  position: relative;
  max-width: 560px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.mg-product-hover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .35s ease, transform .35s ease;
}

.mg-img-default {
  opacity: 1;
}

.mg-img-hover {
  opacity: 0;
}

.mg-product-hover:hover .mg-img-default {
  opacity: 0;
  transform: scale(1.03);
}

.mg-product-hover:hover .mg-img-hover {
  opacity: 1;
  transform: scale(1.03);
}

/* END MG UKULELES */

/* Hero Banner */
.mg-hero-overlay {
  position: relative;
}

.header-font span {
	font-family: 'Satoshi', serif !important;
}

.mg-hero-overlay .bt_bb_background_image_holder_wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mg-hero-overlay .bt_bb_background_image_holder_wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
	background: linear-gradient(
			90deg,
			rgba(18, 12, 9, 0.82) 0%,
			rgba(35, 22, 18, 0.65) 18%,
			rgba(145, 110, 75, 0.12) 50%,
			rgba(35, 22, 18, 0.65) 82%,
			rgba(18, 12, 9, 0.82) 100%
	);
}

.mg-hero-overlay .bt_bb_background_image_holder {
  z-index: 1;
}

.mg-hero-overlay .bt_bb_port {
  position: relative;
  z-index: 3;
}

.hero-left-col {
	display: flex !important;
	justify-content: center !important;
}

@media (max-width: 800px) {
    .banner-shop-text .bt_bb_row_holder {
        margin: 0;
    }
}

/* END Hero Banner */

/* MG Diviver */
.mg-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin:35px 0;
}

.mg-divider span{
    width:130px;
    height:3px;
    background:#fff;
    opacity:.45;
}

.ornament{
    display:flex;
    align-items:center;
    gap:6px;
}

.ornament i{
    width:8px;
    height:8px;
    border:1px solid #b28564;
    border-radius:50%;
    transform:rotate(45deg);
}

.ornament b{
    width:6px;
    height:6px;
    background:#b28564;
    border-radius:50%;
}
/* END MG Diviver */

/* NEW RELEASE */
.bt_bb_headline_superheadline {
	color: #b28564 !important;
	font-weight: 700 !important;
}

.mg-product-hover{
    position:relative;
    border-radius:8px;
    overflow:hidden;

    box-shadow:
        0 15px 40px rgba(46, 34, 23, .18),
        0 5px 12px rgba(46, 34, 23, .10);

    transition:all .35s ease;
}

.mg-product-hover:hover{
    transform:translateY(-4px);

    box-shadow:
        0 28px 60px rgba(46, 34, 23, .24),
        0 10px 20px rgba(46, 34, 23, .14);
}
/* END NEW RELEASE */

.mg-intro{
    max-width:900px;
    margin:0 auto 80px;
    text-align:center;
    color:#3f2e22;
}

.mg-quote{
    font-size:70px;
    color:#b28564;
    line-height:1;
    margin-bottom:20px;
    opacity:.85;
}

.mg-intro h2{

    /*font-family:"Cormorant Garamond", Georgia, serif;*/
	
	  font-family: "Satoshi", sans-serif;

    font-size:40px;
    /*font-weight:400;*/

    line-height:1.35;

    letter-spacing:-0.5px;

    margin:0 auto 40px;

    max-width:900px;
}

.mg-intro h2 span{
    color:#8a6344;
}

.mg-intro p{

    max-width:720px;
	  /*font-family:"Cormorant Garamond", Georgia, serif;*/
	
	  font-family: "Satoshi", sans-serif;

    margin:40px auto 0;

    font-size:22px;

    line-height:1.9;

    color:#5b4b40;

    letter-spacing:.02em;
}

.learn-btn .bt_bb_link {
	/*border: 1px solid #8a6344;*/
}

.btn-cj .bt_bb_button_text {
	/*font-family: 'Cormorant Garamond', serif;*/
	
	font-family: "Satoshi", sans-serif;
}

.new-release-text,
.new-release-text span, 
.new-release-text div {
	/*font-family: 'Cormorant Garamond', serif !important;*/
	font-family: "Satoshi", sans-serif;
}

.new-release-text div {
	font-size: 18px !important;
}


/* SHOP CSS */
/* MG SHOP PRODUCT CARDS */

.mg-shop-card {
  display: flex;
  padding: 10px !important;
}

.mg-shop-card > .bt_bb_column_content {
  display: flex;
  width: 100%;
  height: 100%;

  overflow: hidden;

  border: 1px solid rgba(138, 99, 68, 0.12);
  border-radius: 6px;
  background: #fffdf9;

  box-shadow:
    0 14px 35px rgba(49, 35, 24, 0.08),
    0 3px 10px rgba(49, 35, 24, 0.05);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.mg-shop-card .bt_bb_column_content_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.mg-shop-card:hover > .bt_bb_column_content {
  transform: translateY(-6px);

  box-shadow:
    0 24px 55px rgba(49, 35, 24, 0.14),
    0 8px 18px rgba(49, 35, 24, 0.08);
}

/* Product image */

.mg-shop-card .bt_bb_image {
  flex-shrink: 0;
  overflow: hidden;
}

.mg-shop-card .bt_bb_image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;

  object-fit: cover;

  transition: transform 0.6s ease;
}

.mg-shop-card:hover .bt_bb_image img {
  transform: scale(1.035);
}

/* Product content */

.mg-shop-card .bt_bb_text {
  display: flex;
  flex: 1;
  flex-direction: column;

  padding: 26px 24px 10px;
}

.mg-shop-card .mg-shop-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;

  color: #4c4037;
}

.mg-product-label {
  display: block;
  margin-bottom: 6px;

  color: #a36f4c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mg-shop-card-content h3 {
  margin: 0 0 8px;

  color: #3f2e22;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.12;
}

.mg-shop-card-content p {
  margin: 0 0 14px;

  color: #675a50;
  font-size: 14px;
  line-height: 1.65;
}

/* Keep the price at the bottom of the text area */

.mg-shop-card-content > div:last-child {
  margin-top: auto;
  padding-top: 8px;
}

.mg-product-rating {
  display: flex;
  flex-direction: column;
  gap: 5px;

  margin-bottom: 18px;
}

.mg-product-rating span {
  color: #a36f4c;
  font-size: 13px;
  letter-spacing: 2px;
}

.mg-product-rating small {
  color: #88796d;
  font-size: 11px;
}

.mg-product-price {
  color: #2f251f;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* Explore button */

.mg-shop-card .bt_bb_button {
  width: calc(100% - 48px);
  margin: 20px 24px 10px;
}

.mg-shop-card .bt_bb_button .bt_bb_link {
  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  padding: 11px 18px !important;

  border-color: #9b6b4c !important;
  color: #80583e !important;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mg-shop-card .bt_bb_button .bt_bb_link:hover {
  background: #8a6344 !important;
  color: #fff !important;
}

/* Paddle basket button */

.mg-shop-card .bt_bb_raw_content {
  display: block;
  width: calc(100% - 48px);
  margin: 0 24px 24px;
}

.mg-card-basket-button {
  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  padding: 11px 18px;

  border: 1px solid #8a6344;
  border-radius: 2px;
  background: #8a6344;
  color: #fff;

  cursor: pointer;
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.mg-card-basket-button:hover {
  border-color: #694f2f;
  background: #694f2f;
  transform: translateY(-1px);
}

/* Mobile */

@media (max-width: 767px) {
  .mg-shop-card-content p {
    min-height: 0;
  }

  .mg-shop-card .bt_bb_button {
    margin-top: 18px;
  }
}

/* END SHOP */

/* SPITFIRE AUDIO PRODUCTS */

.mg-spitfire-product {
    padding: 28px 20px !important;
    background: transparent !important;
}

.mg-spitfire-product .bt_bb_row_holder {
    align-items: stretch;
    padding: 0 !important;
    overflow: hidden;

    border: 1px solid rgba(138, 99, 68, 0.14);
    border-radius: 10px;
    background: #fffdf9;

    box-shadow:
        0 18px 45px rgba(49, 35, 24, 0.08),
        0 4px 12px rgba(49, 35, 24, 0.05);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.mg-spitfire-product .bt_bb_row_holder:hover {
    transform: translateY(-4px);

    box-shadow:
        0 28px 60px rgba(49, 35, 24, 0.13),
        0 8px 20px rgba(49, 35, 24, 0.07);
}

/* Columns */

.mg-spitfire-product .bt_bb_column {
    padding: 0 !important;
}

.mg-spitfire-product .bt_bb_column_content,
.mg-spitfire-product .bt_bb_column_content_inner {
    height: 100%;
}

/* Image */

.mg-spitfire-product .bt_bb_image,
.mg-spitfire-product .bt_bb_image > span {
    display: block;
    width: 100%;
    height: 100%;
}

.mg-spitfire-product .bt_bb_image {
    overflow: hidden;
}

.mg-spitfire-product .bt_bb_image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;

    object-fit: cover;

    transition: transform 0.65s cubic-bezier(.22, 1, .36, 1);
}

.mg-spitfire-product:hover .bt_bb_image img {
    transform: scale(1.035);
}

/* Text column */

.mg-spitfire-product .col-lg-8 > .bt_bb_column_content {
    display: flex;
    align-items: center;

    padding: 48px 54px;
}

.mg-spitfire-product .col-lg-8 .bt_bb_column_content_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Partner label */

.mg-spitfire-product .bt_bb_headline::before {
    content: "Available on Spitfire Audio";

    display: inline-block;
    margin-bottom: 13px;
    padding: 6px 10px;

    border: 1px solid rgba(178, 133, 100, 0.28);
    border-radius: 100px;
    background: rgba(178, 133, 100, 0.08);
    color: #9a6b49;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1;
    text-transform: uppercase;
}

/* Heading */

.mg-spitfire-product .bt_bb_headline_tag {
    margin: 0 0 16px;
}

.mg-spitfire-product .bt_bb_headline_tag a {
    color: #3f2e22;
    font-family: "Satoshi", Arial, sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.15;
    text-decoration: none;
}

.mg-spitfire-product .bt_bb_headline_tag a:hover {
    color: #8a6344;
}

/* Description */

.mg-spitfire-product .bt_bb_headline_subheadline {
    max-width: 680px;

    color: #675a50;
    font-size: 16px;
    line-height: 1.75;
}

/* Remove unnecessary separator space */

.mg-spitfire-product .bt_bb_separator {
    display: none;
}

/* External button */

.mg-spitfire-product .bt_bb_text {
    margin-top: 26px;
}

.mg-spitfire-product .bt_bb_text p {
    margin: 0;
}

.mg-spitfire-product .bt_bb_text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    padding: 0 22px;

    border: 1px solid #b28564;
    border-radius: 4px;
    background: #b28564;
    color: #fff;

    font-family: "Satoshi", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.mg-spitfire-product .bt_bb_text a:hover {
    border-color: #191919;
    background: #191919;
    color: #b28564;
    transform: translateY(-2px);
}

/* Alternate the second product */

.mg-spitfire-product-reverse .bt_bb_row_holder {
    flex-direction: row-reverse;
}

/* Mobile */

@media (max-width: 991px) {
    .mg-spitfire-product-reverse .bt_bb_row_holder {
        flex-direction: row;
    }

    .mg-spitfire-product .col-lg-8 > .bt_bb_column_content {
        padding: 34px 30px 40px;
    }

    .mg-spitfire-product .bt_bb_image img {
        min-height: 280px;
    }

    .mg-spitfire-product .bt_bb_headline_tag a {
        font-size: 29px;
    }
}

@media (max-width: 767px) {
    .mg-spitfire-product {
        padding: 16px 10px !important;
    }

    .mg-spitfire-product .col-lg-8 > .bt_bb_column_content {
        padding: 28px 22px 32px;
    }

    .mg-spitfire-product .bt_bb_image img {
        min-height: 230px;
    }

    .mg-spitfire-product .bt_bb_headline_tag a {
        font-size: 25px;
    }

    .mg-spitfire-product .bt_bb_headline_subheadline {
        font-size: 15px;
        line-height: 1.65;
    }

    .mg-spitfire-product .bt_bb_text a {
        width: 100%;
        box-sizing: border-box;
    }
}

/* END SPITFIRE AUDIO PRODUCTS */


/* ==========================================================
   PRODUCT FEATURES - RESPONSIVE
   ========================================================== */

@media (max-width: 991px) {

    .mg-product-feature-row .bt_bb_row_holder {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .mg-product-feature-row .bt_bb_column {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    /*
     * Text first sections
     */

    .mg-product-feature-row-text-first .mg-product-feature-copy {
        order: 1;
    }

    .mg-product-feature-row-text-first .mg-product-feature-media {
        order: 2;
    }

    /*
     * Media first sections
     * (keep image first on mobile)
     */

    .mg-product-feature-row-media-first .mg-product-feature-media {
        order: 1;
    }

    .mg-product-feature-row-media-first .mg-product-feature-copy {
        order: 2;
    }

    .mg-product-feature-copy {
        padding: 0 !important;
    }

    .mg-product-feature-copy .bt_bb_headline_tag {
        font-size: 30px;
        line-height: 1.2;
    }

    .mg-product-feature-copy .bt_bb_text {
        font-size: 16px;
        line-height: 1.7;
    }

    .mg-product-interface-gallery {
        max-width: 700px;
        margin: auto;
    }
}

@media (max-width: 769px) {

    .mg-product-feature-row .bt_bb_row_holder {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .mg-product-feature-row .bt_bb_column {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Keep text first */
    .mg-product-feature-row-text-first .mg-product-feature-copy {
        order: 1;
    }

    .mg-product-feature-row-text-first .mg-product-feature-media {
        order: 2;
    }

    /* Also place text first for alternating rows */
    .mg-product-feature-row-media-first .mg-product-feature-copy {
        order: 1;
    }

    .mg-product-feature-row-media-first .mg-product-feature-media {
        order: 2;
    }

    .mg-product-feature-copy,
    .mg-product-feature-media {
        padding: 0 !important;
    }

    .mg-product-interface-gallery {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .mg-product-interface-gallery img {
        display: block;
        width: 100%;
        height: auto;
    }
}


@media (max-width: 767px) {

    .mg-product-feature-row {
        margin-bottom: 70px;
    }

    .mg-product-feature-copy .bt_bb_headline_tag {
        font-size: 26px;
    }

    .mg-product-feature-copy .bt_bb_text {
        font-size: 15px;
        line-height: 1.7;
    }

    .mg-product-interface-gallery .bt_bb_css_image_grid_content {
        gap: 18px;
    }

    .mg-product-interface-gallery img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }
}


@media (max-width: 480px) {

    .mg-product-feature-row {
        margin-bottom: 50px;
    }

    .mg-product-feature-copy .bt_bb_headline_tag {
        font-size: 23px;
    }

    .mg-product-feature-copy .bt_bb_text {
        font-size: 14px;
    }
}