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

.upt-subscribe .elementor-form-fields-wrapper {
	flex-wrap: nowrap !important;
}

.upt-subscribe .elementor-field-textual:focus{
	box-shadow: none;
}

.upt-web-dev-menu {
	background-image: url(https://demo.uptsol.com/uptechuk/wp-content/uploads/2026/02/Icon.svg);
	
}

.upt-e-com-menu {
	background-image: url(https://demo.uptsol.com/uptechuk/wp-content/uploads/2026/02/Icon2.svg);
}

.upt-seo-menu {
	background-image: url(https://demo.uptsol.com/uptechuk/wp-content/uploads/2026/02/Icon3.svg);
}

.upt-e-com-menu {
	background-image: url(https://demo.uptsol.com/uptechuk/wp-content/uploads/2026/02/Icon2.svg);
}

.upt-digital-menu {
	background-image: url(https://demo.uptsol.com/uptechuk/wp-content/uploads/2026/02/digital-marketing.svg);
}

.upt-soft-menu {
	background-image: url(https://demo.uptsol.com/uptechuk/wp-content/uploads/2026/02/software-development.svg);
}

.upt-mobile-menu {
	background-image: url(https://demo.uptsol.com/uptechuk/wp-content/uploads/2026/02/mobile-app-development.svg);
}

.sub-menu .menu-item {
	margin-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px;
}

.sub-menu .menu-item a,
.sub-menu .menu-item a:hover {
	padding-left: 40px;
}

@media screen and (max-width: 480px) {
	.upt-subscribe .elementor-form-fields-wrapper {
		flex-wrap: wrap !important;
	}
}