/* 
Theme Name: Hello Elementor Child by MA_UXUI
Theme URI: https://mauxui.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
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 */

/* COMMON CLASSES */
.flex-1 {
	flex:1 !important;
}

/* CSS OVERWRITE */
ul.elementor-nav-menu a.elementor-sub-item {
	border: none
}
p:last-child {
	margin-bottom:0 !important;
}
.elementor-widget-text-editor ul {
	padding-left:20px;
}
.elementor-widget-text-editor ul li:not(:last-child) {
	margin-bottom:4px
}

.read-more-link a {
	display:flex;
	align-items:center;
	gap:3px
}
.read-more-link a:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(89,155,249,1)'%3E%3Cpath d='M16.0037 9.41421L7.39712 18.0208L5.98291 16.6066L14.5895 8H7.00373V6H18.0037V17H16.0037V9.41421Z'%3E%3C/path%3E%3C/svg%3E");
	width:16px;
	height:16px;
}
.read-more-link a:hover {
	color:var(--e-global-color-text) !important;
}
.read-more-link a:hover:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(35,34,34,1)'%3E%3Cpath d='M16.0037 9.41421L7.39712 18.0208L5.98291 16.6066L14.5895 8H7.00373V6H18.0037V17H16.0037V9.41421Z'%3E%3C/path%3E%3C/svg%3E");
}

input.elementor-upload-field {
	background-color: #ffffff;
	width:100%;
	border: 1px solid #69727d;
	border-radius: 8px 8px 8px 8px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	padding: .5rem;
	margin-top:-10px
}

@media (max-width: 1024px) {
	header.header {
		position:fixed;
		top:0;
		left:0;
		right:0;
		z-index:999;
	}
	[data-elementor-type="wp-page"] {
		padding-top:50px;
	}
	ul.elementor-nav-menu a.elementor-item-anchor {
		justify-content: space-between;
	}
}