/*
Theme Name: Matt Minnis Photography Child
Theme URI: https://example.com/
Description: Child theme for Matt Minnis Photography (Hello Elementor based)
Author: Shivam Kashyap
Template: matt-minnis-photography
Version: 1.0
Text Domain: matt-minnis-photography-child
*/

/* Custom Styles Below */

html, body {
    width: 100%;
    overflow-x: hidden;
}
body {
    background-color: #000 !important;
}
.container-xy .e-con-inner {
    max-width: 1600px;
}
.new-sletter .noptin-optin-form-wrapper {
    margin: 0;
}
.new-sletter .noptin-optin-form-wrapper .noptin-form-footer {
    padding: 8px;
}
.new-sletter .noptin-optin-form-wrapper .noptin-form-footer input#noptin-form-1__field-email {
    border: navajowhite;
    font-size: 16px !important;
}
.new-sletter .noptin-optin-form-wrapper .noptin-form-fields input#noptin-form-1__submit {
    border: none !important;
    padding: .5rem 1.5rem;
    font-weight: 500 !important;
}
.new-sletter .noptin-optin-form-wrapper .noptin-form-fields {
    gap: 0 !important;
}
.new-sletter .noptin-optin-form-wrapper {
    border-radius: 5px !important;
    overflow: hidden;
    background: #fff !important;
}
.noptin-form-footer .noptin-optin-field-wrapper:not(.noptin-optin-field-wrapper-hidden) .noptin-form-field, .noptin-form-footer .noptin-form-submit {
    border: none;
}
.banner-home .elementor-heading-title span {
    font-weight: 400;
}
.lets-work {
    border: 1px solid;
}
.work-image, lets-work {
    width: 100%;
    padding: 0;
}
.work-inner {
    padding: 4rem;
    width: 90%;
}
.faq-last {
    padding: 1.5rem 4rem;
}
.faq-last:before {
    content: '';
    border: 2px solid #000;
    width: 2px;
    height: 60%;
    position: absolute;
    left: 30px;
    top: 25px;
}
/*Albums Slider------------------------------------------------------*/

.album-card {
  position: relative;
  /*border-radius: 12px;*/
  overflow: hidden;
}
.album-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: 0.4s;
}
.album-card:hover img {
  transform: scale(1.08);
}
.album-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.album-year {
    background: #00000059;
    border: 3px solid #fff;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-family: Poppins;
    line-height: normal;
    margin: 0;
}
.album-overlay h4 {
    background: #00000059;
    border: 3px solid #fff;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-family: Poppins;
    line-height: normal;
    margin: 0;
}
.album-swiper {
  padding-bottom: 60px;
}
.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: 10px;
  transform: none;
}
.swiper-button-prev {
  left: calc(50% - 50px);
}
.swiper-button-next {
  right: calc(50% - 50px);
}
.swiper-button-next,
.swiper-button-prev {
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/*Fetured Work--------------------------------------------------------*/

.fw-wrapper {
  position: relative;
  padding-bottom: 60px;
}
.fw-box {
  height: 700px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.fw-box:hover .fw-data {
    opacity: 1;
}
.fw-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 51%);
}
.fw-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 80%;
  padding: 0 2rem;
  z-index: 2;
  opacity: 0; 
}
.fw-data h2 {
  font-size: 64px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: 'Playfair Display';
}
.fw-data p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'Poppins';
    opacity: 0.9;
}
.fw-btn {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 16px;
    transition: 0.3s;
    font-family: 'Poppins';
    font-weight: 600;
    text-decoration: none !important;
}
.fw-btn:hover {
  background: #ddd;
}
.fw-year {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #00000059;
    border: 3px solid #fff;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-family: Poppins;
    line-height: normal;
    margin: 0;
    z-index: 3;
}
.fw-nav {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 5;
  cursor: pointer;
}
/*.fw-prev, .fw-next {*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  border: 1px solid #fff;*/
/*  border-radius: 50%;*/
/*  color: #fff;*/
/*  display:flex;*/
/*  align-items:center;*/
/*  justify-content:center;*/
/*  cursor:pointer;*/
/*  transition: 0.3s;*/
/*}*/
/*.fw-prev:hover, .fw-next:hover {*/
/*  background: #fff;*/
/*  color: #000;*/
/*}*/
.swiper-slide {
  transition: 0.4s ease;
}
@media(max-width:768px){
  .fw-box {
    height: 320px;
  }

  .fw-data {
    max-width: 95%;
  }

  .fw-data h2 {
    font-size: 22px;
  }
}

/*Testimonials slider style-------------------------------------------------*/

.testi-card {
  background: #000;
  border-radius: 20px;
  padding: 2.5rem;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.2);
  position: relative;
}
.testi-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(120deg,#fff,transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.stars {
  margin-bottom: 15px;
  color: #fff;
}
.testi-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.testi-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testi-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.testi-user span {
    font-size: 13px;
    opacity: 0.7;
    font-family: 'Poppins';
    font-weight: 300;
}
/* NAVIGATION (CUSTOM) */
.testi-prev,
.testi-next {
  cursor: pointer;
}
.testi-user strong {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
}
.testi-card p {
    font-family: 'Poppins';
    color: #ADADAD;
}

/*Newsletter -----------------------------------------------------------*/
.nnletter .noptin-optin-form-wrapper {
    margin: 0;
}
.nnletter .noptin-optin-form-wrapper .noptin-form-footer {
    padding: 0;
}
.nnletter .noptin-optin-form-wrapper .noptin-form-footer .noptin-form-fields {
    display: block;
}
.nnletter .noptin-optin-form-wrapper .noptin-form-footer .noptin-form-fields input#noptin-form-1__field-email {
    padding: 1rem;
    border-radius: 30px;
    font-size: 20px;
    color: #000 !important;
    background: #F4F7FF !important;
    border: 1px solid lightgray;
}
.nnletter .noptin-optin-form-wrapper .noptin-form-footer .noptin-form-field-submit {
    text-align: center;
}
.nnletter .noptin-optin-form-wrapper .noptin-form-footer .noptin-form-field-submit .noptin-form-submit {
    border: none;
    font-size: 24px;
    padding: 1rem;
    width: 100%;
    border-radius: 30px;
    margin-top: 1rem;
}

/*Verticle Article Slider home page newr Fqq------------------------------*/

.sidebar-swiper {
  height: 300px;
}
.blog-card {
  background: #fff;
  border-radius: 20px;
}
.blog-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}
.blog-content {
  padding: 10px;
}
.blog-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Poppins';
  text-transform: uppercase;
  color: #000;
}
.blog-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.read-more {
  font-size: 20px;
  text-decoration: none;
  border-bottom: 2px solid #000;
  font-family: "Inter", Sans-serif;
  font-weight: 700;
  color: #000;
  text-decoration: none !important;
}
.heart {
  cursor: pointer;
  font-size: 40px;
}
.page-header {
    max-width: 95%;
    margin: 0 auto;
}
.page-header h1.entry-title {
    color: #fff;
    font-family: "Playfair Display", Sans-serif;
}
.inner-page-title .elementor-widget-container {
    max-width: 90%;
    margin: 0 auto;
}
ul.products >li a .woocommerce-loop-product__title {
    font-family: "Playfair", Sans-serif !important;
    color: #fff;
    font-size: 24px !important;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.products >li a span.price, .product p.price {
    font-size: 18px !important;
    font-weight: 500 !important;
}
ul.products >li a.button {
    background-color: #1A1919;
    color: #fff;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 30px 15px 30px;
    font-weight: 400;
}
ul.products >li a.button:hover {
    color: #000;
    background: #fff;
}
nav.woocommerce-breadcrumb {
    color: #fff !important;
}
.product .product_title.entry-title
 {
    font-family: "Playfair", Sans-serif !important;
    color: #fff;
}
form.variations_form.cart table.variations {
    border-radius: 50px !important;
    overflow: hidden;
    background-color: #1A1919;
}
form.variations_form.cart table.variations th.label {
    color: #fff;
    text-transform: uppercase;
    padding: 30px 10px;
    line-height: normal;
    font-family: 'DM Sans';
}
.woocommerce-variation-price span.price {
    font-weight: 700;
    /* color: #fff !important; */
    padding-bottom: 15px !important;
    width: 100%;
    float: left;
}
.quantity .qty {
    background: transparent;
    color: #fff;
    font-weight: 500;
}
.product button.single_add_to_cart_button {
    background-color: #ffffff !important;
    color: #000 !important;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 30px 15px 30px;
    font-weight: 400;
}
.woocommerce-tabs.wc-tabs-wrapper {
    color: #fff;
}
section.related.products h2 {
    color: #fff;
}
.woocommerce-cart .alignwide {
    margin-inline: 0;
}
.woocommerce-cart .page-header {
    max-width: 100%;
}
.woocommerce-cart td.wc-block-cart-item__product {
    color: #fff;
}
.woocommerce-cart td.wc-block-cart-item__product a.wc-block-components-product-name {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
}
td.wc-block-cart-item__total {
    font-weight: 700;
    color: #958e09;
}
tr.wc-block-cart-items__header {
    color: #fff;
}
.wc-block-components-sidebar {
    color: #fff;
}
.wc-block-cart__submit-container a.wc-block-components-button {
    background-color: #ffffff !important;
    color: #000 !important;
    font-family: "Inter", Sans-serif;
    text-decoration: none;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 30px 15px 30px;
    font-weight: 400;
}
.wc-block-components-sidebar-layout {
    color: #fff;
}
.wc-block-components-checkout-place-order-button {
    background-color: #ffffff !important;
    color: #000 !important;
    font-family: "Inter", Sans-serif;
    text-decoration: none;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 30px 15px 30px;
    font-weight: 400;
    border: none;
}
.wc-block-components-text-input.wc-card-holder-name-element label {
    color: #000;
}




/*Test----------------------------------------------------------------------*/
@media screen and (max-width: 1720px) {
    .container-xy .e-con-inner {
        max-width: 90%;
    }
    .elementor-10 .elementor-element.elementor-element-f73267b {
        --padding-left: 6rem;
    }
}

@media screen and (max-width: 1600px) {
    .fw-box {
        height: 600px;
    }
    .fw-data h2 {
        font-size: 55px;
    }
}

@media screen and (max-width: 1425px) {
    .noptin-form-footer .noptin-form-submit {
        font-size: 12px;
        padding: 5px 15px;
    }
    .new-sletter .noptin-optin-form-wrapper .noptin-form-fields {
        align-items: center;
    }
    .noptin-form-single-line.noptin-label-hide .noptin-form-field-wrapper:not(.noptin-form-field-radio_field,.noptin-form-field-multi_checkbox_field)>div input {
        padding: 0px;
        font-size: 12px !important;
    }
    .nnletter .noptin-optin-form-wrapper .noptin-form-footer .noptin-form-field-submit .noptin-form-submit, .nnletter .noptin-optin-form-wrapper .noptin-form-footer .noptin-form-fields input#noptin-form-1__field-email {
        font-size: 14px;
        padding: 10px;
    }
    .blog-content h4, .read-more {
        font-size: 16px;
    }
    .sidebar-swiper {
        height: 200px;
    }
    .testi-card p, .testi-user strong {
        font-size: 14px;
    }
    .album-card img {
        height: auto;
    }
    .album-year, .album-overlay h4 {
        font-size: 11px;
        padding: 2px 18px;
        border: 2px solid #fff;
    }
    .elementor-10 .elementor-element.elementor-element-f73267b {
        --padding-left: 4rem;
    }
    .fw-box {
        height: 450px;
    }
    .fw-year {
        font-size: 11px;
        padding: 2px 18px;
        border: 2px solid #fff;
    }
    .fw-data h2 {
        font-size: 38px;
    }
    .fw-data p {
        font-size: 14px;
    }
    .fw-btn {
        font-size: 14px;
        padding: 15px 30px;
    }
    .fw-data {
        padding: 0 0;
    }
}

@media screen and (max-width: 768px) {
    .elementor-10 .elementor-element.elementor-element-c87e0d2 {
        display: block; 
    }
    .elementor-10 .elementor-element.elementor-element-2ebbfd4 {
        display: block;
    }
    .elementor-10 .elementor-element.elementor-element-f73267b {
        --width: 100%;
        padding: 0;
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 2rem;
    }
    .elementor-10 .elementor-element.elementor-element-c7555e1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-10 .elementor-element.elementor-element-6000765 {
        display: none;
    }
    .work-inner {
        padding: 2rem;
        width: 100%;
    }
    .elementor-10 .elementor-element.elementor-element-82f447a {
        display: grid;
    }
    .elementor-41 .elementor-element.elementor-element-a4f22bd .hfe-nav-menu {
        margin: 0 auto;
    }
    .elementor-41 .elementor-element.elementor-element-8e990d5 {
        --width: 100%;
        text-align: center;
    }
    .elementor-10 .elementor-element.elementor-element-a2a9152 .e-con-inner {
        max-width: 100%;
    }
}

@media screen and (max-width: 668px) {
    .elementor-10 .elementor-element.elementor-element-c7555e1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .swiper-button-next, .swiper-button-prev {
        position: unset !important;
        opacity: 0 !important;
    }
}