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

h1.elementor-heading-title, 
h2.elementor-heading-title, 
h3.elementor-heading-title, 
h4.elementor-heading-title, 
h5.elementor-heading-title, 
h6.elementor-heading-title {
    font-family: "Static", Sans-serif !important;
}

.page-content .e-parent:nth-of-type(2) h2.elementor-heading-title, .page-content .e-parent:nth-of-type(2){
	font-weight: 400 !important;
	background-position: center center !important;
    background-size: cover !important;
}

.home .page-content .e-parent:nth-of-type(2) h2.elementor-heading-title, .page-content .e-parent:nth-of-type(2){
	font-weight: 500 !important;
}

.e-con>.e-con-inner{
	padding-left:50px;
	padding-right:50px;
}

.e-loop-item .e-con>.e-con-inner{
	padding-left:0;
	padding-right:0;
}


.elementor-loop-container h2.elementor-heading-title{
	font-family: 'raleway', Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
}


#breadcrumbs span, #breadcrumbs span a {
	font-size: 14px !important;
}

#breadcrumbs span span {
    padding: 0 15px;
}

#breadcrumbs span span:first-child {
    padding-left: 0px;
}

#breadcrumbs .breadcrumb_last {
    color: #36b6ff;
}

@media (max-width: 768px) {
	.e-con>.e-con-inner{
		padding-left:15px;
		padding-right:15px;
	}
}