/**
Theme Name: Arfalum
Author: Felipe
Author URI: https://felipeloya.com/
Description: Child Theme para Arfalum
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arfalum
Template: astra
*/

.grid-prod .gallery-item-caption-wrap.caption-style-hoverer {
    height: 75px;
    margin-top: 64%;
}
.grid-prod .gallery-item-caption-wrap.caption-style-hoverer {
    background-color: #22331b66 !important;
    backdrop-filter: saturate(180%) blur(5px);
    border: 1.6px solid #22331b50;
    box-shadow: 0px 1px 10px 0px rgba( 31, 38, 135, 0.1 );
}
.gallery-item-caption-over a, .nos-prod h5 a {
    text-decoration: none !important;
}
textarea#form-field-message {
    resize: none;
}
body::-webkit-scrollbar {
  width: 13px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #ffffff;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #22331b;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #22331b;  /* creates padding around scroll thumb */
}
@media(max-width:767px){
	.grid-prod .caption.eael-fade-in {
    height: 300px;
    margin-top: 0%;
	}
	.grid-prod .gallery-item-caption-wrap.caption-style-hoverer {
    height: 74px;
    margin-top: 65%;
    padding-bottom: 12%;
	}
	.gallery-item-caption-wrap {
    visibility: visible !important;
    opacity: 1 !important;
	}
	
}