/*
Theme Name: Mixtas Child
Theme URI: http://mixtas.novaworks.net
Description: This is a child theme for Mixtas Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: mixtas
Version: 1.0
*/


p:last-child {
	margin-bottom: 0;
	margin-block-end: 0;
}

.kitify-nova-menu .main-navigation>ul>li.current-menu-item>a span:before, .kitify-nova-menu .main-navigation>ul>li:hover>a span:before {
	display: none !important;
}

.search-form .search-field {
	border-bottom: 1px solid #333;
	padding-left: 0;
	height: 2.5rem;
}

.elementor-widget-icon-box:is(.blackenborder) .elementor-icon {
	border-color: #000 !important;
}

.kitify-images-layout__inner:hover .kitify-images-layout__image {
	transform: unset !important;
}

.elementor-image-gallery .gallery .gallery-item .gallery-icon img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.gb-gallery button {
	color: #000 !important;
}
.gb-gallery button.close-button:hover {
	transform: none;
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item {
		width: calc(100% / 4);
		max-width: 25%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item {
		width: calc(100% / 2);
		max-width: 50%;
	}
}