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

#to_top_scrollup {
	width:40px !important;
	height:40px !important;
	line-height:40px !important;
	box-shadow:10px 10px 20px rgba(80,80,160,.2);
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;	
}

#to_top_scrollup:hover {
	color:#363760;
	background:#fff;
	-moz-transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
}

.elementor-custom-embed-play svg {
	opacity:1;
}

.ini p {
	margin:0;
}

p strong, 
li strong {
	font-weight:700;
}

.itemc .elementor-testimonial__image {
	display:inline-block !important;
	width:100%;
	text-align:center;
}

.itemc .elementor-testimonial__header {
	display:inline-block !important;
	width:100%;
	text-align:center;	
}

.itemc .elementor-testimonial__image+cite {
	margin-left:0 !important;
}

.itemc .elementor-testimonial__text {
	text-align:center;
}

.itemc .elementor-testimonial__icon.elementor-icon {
	display:none;
}

#breadcrumbs span span:last-child
{
	display:none !important;	
}

@media print {
	#to_top_scrollup, 
	.elementor-location-header, 
	.borprint, 
	.btr, 
	.leem, 
	.elementor-location-footer {
		display:none;
	}
}