/* 
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: 3.4.4
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 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');
body{
	font-family: "Montserrat", sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	 font-family: "Sora", sans-serif !important;
}
p{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-icon-box-title a{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-button{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-icon-list-text{
	font-family: "Montserrat", sans-serif !important;
}
.ekit-accordion-title{
	font-family: "Sora", sans-serif !important;
}
.icon-box-description, .elementor-icon-box-description{
	font-family: "Montserrat", sans-serif !important;
}
.elementskit-author-name{
	font-family: "Sora", sans-serif !important;
	color:#000;
}
.ouraire h3.elementor-heading-title a{
	font-family: "Sora", sans-serif !important;
	font-weight:700;
}
.righbannerimg{
	border:3px soild #fff;
}
.metform-btn {
   -webkit-box-shadow: none !important; 
    box-shadow: none !important;

}
.furniture-section .elementskit-box-style-content{
	min-height:88px;
}
.testimonial-section .elementor-widget-jkit_testimonials {
	background:#fff !important;
}


@media (min-width: 320px) and (max-width: 767px) {
button.metform-btn.metform-submit-btn {
    font-size: 13px !important;
}
	.logo-emovee img{
		max-width:165px;
	}	
	
}

@media (min-width: 768px) and (max-width: 1025px) {

	.logo-emovee img{
		max-width:165px;
	}	
	button.metform-btn.metform-submit-btn {
    font-size: 15px !important;
}
.metform-btn {
    font-size: 16px !important;
}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.metform-btn {
    font-size: 16px !important;
}
}