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

.elementor-loop-container .e-loop-item .elementor-post-info__terms-list-item {
	background-color: #FFA560;
	box-shadow: 2px 2px 0px 1px #0125A8;
	color: #0125A8;
	padding: 4px 8px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	border-radius: 5px;
}
.elementor-loop-container .e-loop-item.category-rezept .elementor-post-info__terms-list-item {
	background-color: #f3bafd;
}

/*.elementor-loop-container .e-loop-item:hover .e-con-full {
	box-shadow: 6px 6px 0px 1px #0125A8 !important;
}*/
.elementor-loop-container .e-loop-item.category-rezept:hover .e-con-full.e-parent {
	background-color: #f3bafd !important;
}
.elementor-loop-container .e-loop-item.category-blog:hover .e-con-full.e-parent {
	background-color: #FFA560 !important;
}

.widget-image-caption.wp-caption-text {
	color: var(--e-global-color-primary);
	margin-top: 6px;
}

body.single-post .elementor-widget-theme-post-content .elementor-widget-text-editor {
	color: var(--e-global-color-primary);
}

body.single-post .elementor-widget-theme-post-content ul li {
	margin-bottom: 1rem;
}

body.single-post .elementor-widget-theme-post-content .elementor-widget-image:not(.elementor-widget-theme-post-featured-image) .elementor-widget-container img {
	border: 2px solid var(--e-global-color-primary);
	border-radius: 15px;
}

body.single-post .elementor-widget-post-comments {
	border: 2px solid var(--e-global-color-primary);
	border-radius: 15px;
}

.elementor-button:visited:not(:hover) {
	color: inherit !important;
}

footer .ml-form-embedBody {
	padding: 10px !important;
}
footer .ml-form-embedPermissionsContent.privacy-policy p {
	line-height: 16px !important;
}
footer .ml-form-embedSubmit {
	margin: 0 0 10px 0 !important;
}
