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


#content .elementor p a,
footer p a {
	border-bottom: 1px dotted;
	transition: 0.4s;
	
	&:hover {
		border-bottom: 1px solid;
	}
}

#content .elementor-widget-text-editor,
main .elementor-widget-theme-post-content {
	ul {
		list-style-type: none;
		list-style-type: none;
		margin-bottom: 16px;
		padding-left: 14px;
    	text-indent: -0.9em;
	}
	li:before {
		content: "-";
		font-weight: 600;
		text-indent: -5px;
		margin-right: 8px;
		color: #ec2c26;
	}
	li {
		margin-bottom: 6px;
	}
}

.card-image .elementor-image-box-wrapper {
    overflow: hidden;
    position: relative;
}
.card-image .elementor-image-box-img img {
    width: 100%;
}
.card-image .elementor-image-box-content {
    position: absolute;
    bottom: 0.47em;
    left: -2.8em;
    width: auto !important;
    max-width: 100%;
    padding: 34px 60px 30px 80px;
    color: rgb(255, 255, 255);
    background: rgba(236, 44, 38, 0.86);
    font-weight: 600;
    text-align: left;
    margin: 0px;
    border: 0px;
    outline: 0px;
    transform: skew(47deg);
    display: inline-block;
    text-transform: unset !important;
}
.card-image .elementor-image-box-content .elementor-image-box-title {
    display: inline-block;
    transform: skew(-47deg);
    padding: 0;
    margin: 0;
    font-size: 1.2em;
}
.card-image .elementor-image-box-title a {
    color: inherit;
    border-bottom: 1px dotted;
}