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


/* --- general styling --- */
p:last-child{margin-bottom:0px !important;}
.elementor-text-editor ul {list-style: none;}
.elementor-text-editor ul li::before {
  content: "\2022";
  color: #DE7379;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  position: relative;
  right: -20px;
}

.elementor-toggle-item {border: 1px solid #EBEBEB; margin: 8px 0px;}


/* submenu */
@media (min-width: 1025px){
	.elementor-location-header ul.sub-menu:before{
	content: url(images/submenu-arrow.png);
	position: absolute;
    top: -16px;
    right: 44px;
	}	

	.elementor-location-header ul.elementor-nav-menu ul.sub-menu li > a{
		background-position: 57px 6px;
    	background-size: 35px;
    	background-repeat: no-repeat;
	}

	.elementor-location-header ul.elementor-nav-menu ul.sub-menu li > a:hover{
		background-image: url("images/menu-li-blob-hover.png");
	}
}



/* -- footer --- */

/*fix adi img from 1025 - 1485*/
@media (min-width:1025px) and (max-width: 1485px){
	.footer-adi-img {left:10% !important;}
}