/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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:		1.0.0
Text Domain:	hello-elementor-child
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
*/
a#floating-whatsapp {
    position: fixed;
    left: calc((100vw - 1200px) / 2);
    bottom: 43px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #32bf5f;
    border-radius: 30px;
    color: white;
    font-size: 24px;
    z-index: 12;
}
@media (max-width:767px)
{
	a#floating-whatsapp { display:none; }
	
	div#wpfront-scroll-top-container {
		bottom: 80px !important;
		right: 5px !important;
	}

	a.icon_mobile_menu_item:nth-child(2) {
		border-left: 1px solid #c8c8c8;
		border-right: 1px solid #c8c8c8;
	}
	
	.home-dots .elementor-icon-box-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.home-dots .elementor-icon-box-wrapper  .elementor-icon-box-icon {
		flex: 0 0 30px;
		margin: 7px 0px auto !important;
	}

	.home-dots .elementor-icon-box-wrapper .elementor-icon-box-content {
		flex: 1;
		margin: 0px 0px auto;
	}

}