/* @override 
	https://northern-realestate.com/wp-content/themes/northern/style.css?* */

/*
Theme Name: Northern Real Estate
Author: Maximilien Gorelkine
Author URI: https://gorelkine.com
Template: pixelpiernyc
*/



ul#menu-2-4556407.elementor-nav-menu  {
	padding: 20px 5px;
}

#details .elementor-widget-text-editor ul {
	list-style-type: "➤ ";
	margin: 0;
	padding-left: 20px;
}
#details .elementor-widget-text-editor ul li::marker {
  color: #FF6900;
}

#box-expertise {
	box-shadow: 0 10px 20px rgba(210, 90, 9, 0.15);
}
#box-expertise:hover {
	box-shadow: 0 10px 30px rgba(210, 90, 9, 0.4);
}

#box-expertise:after {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	background: url('images/fleche.svg') no-repeat center center;
	background-size: contain;
	right: 25px;
	top: 25px;
	transition: all 0.3s ease-in-out 0s;
}
#box-expertise:hover:after {
	background: url('images/fleche-orange.svg') no-repeat center center;
	right: 20px;
	top: 20px;
	transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
.elementor-nav-menu--burger {
	position: fixed;
	right: 20px;
	top: 20px;
}
.elementor-nav-menu--burger a.elementor-item:hover {
	color: #ff6800 !important;
}
}


@media only screen and (max-width: 480px) {
.title-top br {
    display: none
}
}
