/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Mindshare
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.1.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/

.header-mobile-menu .elementor-nav-menu .menu-item .elementor-item{
        background-color: #10aba7 !important;
        color: #fff !important;
        font-size: 16px !important;
}
.header-mobile-menu .elementor-nav-menu .menu-item .elementor-item .sub-arrow svg{
    fill: #fff;
}
.learn-more-btn{
	display:inline-block;
    background-color: #C5F8F7;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #4B1313;
    border-radius: 8px 8px 8px 8px;
    padding: 15px 45px 15px 45px;
	transition: all .3s;
}
.learn-more-btn:hover{
	background-color: #4B1313;
    color: #C5F8F7;
}

@media (max-width:767px){
	.for-mobile{
		width:48% !important;
	}
	.for-mobile-grid .e-con-inner{
		grid-template-columns:repeat(2, 1fr) !important;
	}
}
@media (max-width:575px){
	.for-mobile{
		width:100% !important;
	}
	.for-mobile-grid .e-con-inner{
		grid-template-columns:repeat(1, 1fr) !important;
	}
}