/* 
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 */
#wpadminbar {
    top: auto !important;
    bottom: 0;
    position: fixed;
}
.mmp-logo img{
	/*filter: invert(1);*/
}

div.mm-contact-container form.wpcf7-form label,
div.mm-contact-container form.wpcf7-form input{
	font-family: "Roboto", Sans-serif !important;
	font-size: 16px;
	font-weight: 300;
	width: 100%;
}
div.mm-contact-container .wpcf7-select:invalid,
div.mm-contact-container .wpcf7-select[value=""] {
	font-family: "Roboto", Sans-serif !important;
	font-size: 16px;
	font-weight: 300;
    color: #999;
}

div.mm-contact-container form.wpcf7-form input.wpcf7-submit,
.mailpoet_form .mailpoet_submit{
	font-family: "Montserrat", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	background-color: var(--e-global-color-accent) !important;
	text-transform: uppercase !important;
	border-radius: 2px !important;
	color: #fff !important;
	border: 0;
	width: 35%;
}
div.mm-contact-container form.wpcf7-form input.wpcf7-submit:hover,
.mailpoet_form .mailpoet_submit:hover{
	color: var(--e-global-color-f5abeb9) !important;
	transform: scale(1.1) !important;
}


div.home-gallery div.gallery figure.gallery-item a{
	display: flex;
	height: 190px;
}
div.home-gallery div.gallery a img{
	display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

img.footer-img-logo{
	/*filter: invert(1);*/
}

.gallery-loop-template nav.elementor-pagination{
	margin-top: 40px;
}

div.image-filter-tool button.e-filter-item[aria-pressed="true"]::after{
	content: "\f00c";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    display: inline-block;
    margin-left: 3px;
    color: #FF7B00; 
	font-size: 10px;
}