/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: 'CardinalPhoto';
    src: url('./fonts/CardinalPhoto-MediumItalic.woff2') format('woff2'),
         url('./fonts/CardinalPhoto-MediumItalic.woff') format('woff'),
         url('./fonts/CardinalPhoto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'CardinalPhoto';
    src: url('./fonts/CardinalPhoto-Medium.woff2') format('woff2'),
         url('./fonts/CardinalPhoto-Medium.woff') format('woff'),
         url('./fonts/CardinalPhoto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueMontreal';
    src: url('./fonts/NeueMontreal-Regular.eot');
    src: url('./fonts/NeueMontreal-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/NeueMontreal-Regular.woff2') format('woff2'),
        url('./fonts/NeueMontreal-Regular.woff') format('woff'),
        url('./fonts/NeueMontreal-Regular.ttf') format('truetype'),
        url('./fonts/NeueMontreal-Regular.svg#NeueMontreal-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*//draw - animation*/
.draw svg path,
.draw-opp svg path,
.draw-up svg path,
.draw-down svg path {
  stroke-dashoffset: 0;
}

.draw.animate svg path {
  animation: drawLine 2s ease-out forwards;
}

.draw-opp.animate svg path {
  animation: drawLineOpp 2s ease-out forwards;
}

.draw-up.animate svg path {
  animation: drawUp 2s ease-out forwards;
}

.draw-down.animate svg path {
  animation: drawDown 2s ease-out forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawLineOpp {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawUp {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawDown {
  to {
    stroke-dashoffset: 0;
  }
}

/* //homepage wine scroll */
.winery-scroll-list {
  position: relative;
  overflow: hidden;
  height: 730px;
}

@media (max-width: 575px){
  .winery-scroll-list {
    height: 330px;
  }
}

.winery-scroll-list .elementor-icon-list-items {
  animation: scroll-up 10s linear infinite;
}

.winery-scroll-list::before,
.winery-scroll-list::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 150px; 
  left: 0;
  z-index: 1;
  border: 0;
}

.winery-scroll-list::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(206, 197, 186, 1), rgba(255, 255, 255, 0));
}

.winery-scroll-list::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(206, 197, 186, 1), rgba(255, 255, 255, 0));
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}


/* // Product filter styles */
.product-filter-wrapper .elementor-shortcode {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.product-filter-wrapper .bapf_hascolarr {
    font-size: 14px;
}

.product-filter-wrapper .bapf_radio_chck ul li input[type=checkbox]:checked {
    border-radius: 50%;
    background: #373737;
    padding: 0px;
    width: 13px;
    height: 13px;
    display: inline-block;
}

.bapf_radio_chck ul li input[type=checkbox]:checked:after {
  display: none;
}

.product-filter-wrapper .bapf_radio_chck ul li input[type=checkbox]{
  display: none;
}

.product-filter-wrapper .bapf_head.bapf_colaps_togl {
  cursor: pointer;
}

.product-filter-wrapper .bapf_sfilter .bapf_colaps_smb {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M0 1C4.47761 1 6.15672 6.5 6.15672 10" stroke="%23645546" stroke-width="1.5"/><path d="M12.5 1C8.02239 1 6.34328 6.5 6.34328 10" stroke="%23645546" stroke-width="1.5"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 10px;
  color: transparent; /* optional: hide original icon */
}
i.bapf_colaps_smb.fa.fa-chevron-up {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10" fill="none"><path d="M12.5 9C8.02239 9 6.34328 3.5 6.34328 -5.38237e-07" stroke="%232D2D2D" stroke-width="1.5"/><path d="M0 9C4.47761 9 6.15672 3.5 6.15672 5.38237e-07" stroke="%232D2D2D" stroke-width="1.5"/></svg>');
}
.product-filter-wrapper button.bapf_button.bapf_reset {
    background: transparent !important;
    color: #645546 !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    padding: 10px 20px !important;
    border: 1px solid #645546 !important;
    transition: ease all .5s;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.bapf_sfilter.bapf_button_dark_rounded .bapf_button:after {
  display: none;
}

.product-filter-wrapper button.bapf_button.bapf_reset:hover {
    background: #645546 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    padding: 10px 20px !important;
    border: 1px solid #645546 !important;
}


.shortcode-region-slider {
  font-size: 20px;
}