/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.1
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
*/


body img.wpfm-image-icon {
    margin: auto !important;
	padding-top: 25px !important;
	max-width: 30 !important;
	width: 75% !important;
}


.active:focus {
    visibility: hidden;
	transition: 0.0s;
}


.wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-right ul li, .wpfm-template-2 .wpfm-menu-nav.wpfm-position-top-right ul li, .wpfm-template-2 .wpfm-menu-nav.wpfm-position-bottom-right ul li {
	height: 70px;
}
.wpfm-template-2 .wpfm-menu-nav ul li a span i, .wpfm-template-2 .wpfm-menu-nav ul li a {
	line-height: 70px !important;
}


/* background size */
.wpfm-template-2 ul li .wpfm-icon-block {
    width: 50px !important;
    height: 50px !important;
}

/*shift to left right */
.wpfm-template-2 .wpfm-position-bottom-right ul li .wpfm-icon-block, .wpfm-template-2 .wpfm-position-top-right ul li .wpfm-icon-block {
    left: -20px !important;
    height: 100% !important;
    padding-left: 10px !important;
    background-color: #f0f0f0;
}

/*shift the icon down up */
.wpfm-template-2 ul li .wpfm-icon-block i {
    line-height: 49px !important;
}