/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1685610076
Updated: 2023-06-01 09:01:16

*/

.shadow {
	transition: all .3s ease-in-out;
}

.shadow:hover {
	box-shadow: #888 0 0 9px; 
}

h1.entry-title {
	margin-top: 4rem;
}




/*

@media (min-width: 1200px) { 

	header {
	top: 36px;
}
	
	[data-id="d4d46bb", "52fbaa2"] {
   top: -111px;
}
}


@media (min-width: 992px) and (max-width: 1199px) { 

	header {
	top: 36px;
}
	
	[data-id="d4d46bb"] {
   	top: -89px;
	padding-right: 20px !important;
}
}

@media (min-width: 768px) and (max-width: 991px) { 

	header {
	top: 36px;
}


/*******************MENU***********************/



.menu-item {
	border-bottom: solid #000000 4px;
	transition: all ease-in-out .5s;
}

.menu-item:hover {
	border-bottom: solid #b90000 4px;
}

.current-menu-item  {
	border-bottom: solid #b90000 4px;

}
	
	
main.post-8 header.page-header  {
	display: none;
}


.site-navigation ul.menu li ul li {
	background-color: rgba(0,0,0,.9);
	border-bottom: 3px solid #b90000;
}


.elementor-kit-4 a {
	color: #fff !important;
}

.elementor-image-box-content {
	margin-top: -60px !important;
}

.site-navigation ul.menu li ul {
	min-width: 250px !important;
}
