/* 
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.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 */
.blue{
	color:#256cad;
}
.blueBig{
	color:#256cad;
	font-size:1.4em;
}
sup.logoSup{
	font-size:0.4em;
	top: -1em;
}
.XXMenu a.has-submenu, .XXMenu li.menu-item-object-page a.elementor-item{
	background-color:rgba(255,255,255,0.1);
	border-radius: 10px;
	margin-bottom:10px;
}
.XXMenu a.elementor-sub-item{
		border-radius: 0px;
	  margin-bottom:0px;
}

a.XXCategoryLink, a.XXCategoryLink p, 
a.XXCategoryLink h2 {
	text-decoration: none !Important;
}
a.XXCategoryLink p{
	color: #EBDC85 !important;
}
.Cat_Search{
	height:70px;
}
.Cat_Search .tp-radio{
	float:left;
	padding-right:30px;
	padding-bottom:30px;
}
.Cat_Search .tp-wp-radio{
height: 65px;
}
.Cat_Search .tp-search-filter .field-col {
	margin-bottom:0px;
}


@media only screen and (max-width: 1024px) {
			.XXMenu a.has-submenu{
				background-color:rgba(255,255,255,0) !Important;
				border-radius: 0px !Important;
			}
	.XXMenu a.elementor-sub-item{
		font-size:1.3em !Important;
		margin-left:10px !Important;	
	}
	.XXMenuMobile a.elementor-sub-item{
		font-size:1.3em !Important;
		margin-left:10px !Important;
	}
		.XXMenuMobile a.elementor-sub-item:active{
		background-color:rgba(255,255,255,0) !important;
	}
}