/* 
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.23
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
*/

/* SEE CUSTOM CSS FOR STYLES SPANNING THE PARAGRAPH AND BULLET POINTS OF A SPECIFIC PAGE / PAGES IN "ELEMENTOR > CUSTOM CODE" */

/* Add padding after bullet points */
.elementor-widget-text-editor ul{ margin-bottom: 15px !important;} 
.elementor-widget-text-editor ol{ margin-bottom:15px !important;}


/* --------- HOME PAGE -------------- */

/* FRONT OF FLIP BOXES */

/* Remove wrapper padding to allow full text to go to bottom completely */
#home-page-services .elementor-flip-box__front .elementor-flip-box__layer__overlay{
	padding: 0px !important;
}

/* Background change color for wrapper around front elements on flip box. */
#home-page-services .elementor-flip-box__front .elementor-flip-box__layer__inner{
	background-color: RGB(255,255,255,0.75);
	padding-top: 0px;
	padding-bottom: 5%;
	padding-left:4%;
	padding-right:4%;
}

/* Remove extra space from hiding the icon */
#home-page-services .elementor-flip-box__front .elementor-icon-wrapper{
	margin-bottom: 0px !important;
}

