.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS *//* Page caption */
.pusher .masthead .page-caption{
	display:none;
}

/* Page shadown */
.pusher .masthead .page-shadown{
	display:none;
}

/* Page hero */
.pusher .masthead .page-hero{
	display:none;
}

/* Masthead */
.pusher .masthead{
	min-height:135px;
	height:135px;
}

/* 991px and smaller screen sizes */
@media (max-width:991px){

	/* Masthead */
	.pusher .masthead{
		min-height:92px;
		height:92px !important;
	}
	
}

/* 767px and smaller screen sizes */
@media (max-width:767px){

	/* Masthead */
	.pusher .masthead{
		transform:translatex(0px) translatey(0px);
		min-height:92px !important;
		height:92px !important;
	}
	
}

/* 448px and smaller screen sizes */
@media (max-width:448px){

	/* Masthead */
	.pusher .masthead{
		
	}
	
}/* End custom CSS */