/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor ECWebDesigns Team
Author URI: https://ecwebdesigns.com
Template: hello-elementor
Version: 2.6.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
*/

/* GLOBAL**********************/
.page {
	overflow-x: hidden;
}
/*Font BG Color*/
.ecwd-txt-bg h1 {
	display: inline;
	background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 30%);
}
/* SECTIONS, COLUMNS */
.ecwd-sec-hero {
	padding: 5.5% 12% 0 12%;
}
.ecwd-sec{
	padding-top: 10%;
	padding-bottom: 10%;
}
.ecwd-sec-fw{
}
.ecwd-sec-column{
}
.ecwd-sec-inner{
}
.ecwd-sec-inner-column{
}
/* HEADER**********************/
/* Sticky Header Fade In Option */
.header-2 {
	opacity: 0;
	-moz-transition: opacity .25s ease-out!important;
	-webkit-transition: opacity .25s ease-out!important;
	transition: opacity .25s ease-out!important;
}
.elementor-sticky--effects.header-2 {
	opacity: 1!important;
}
/* End Of Fade In Option */
/* CONTENT**********************/
/* ASSETS */
/*add image bg to text*/
.ecwd-img-bg span {
	background-image: url("https://staging.emsparrow.online/leonie-mccabe/wp-content/uploads/gold-mark.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
/*add color bg to text link*/
.ecwd-img-bg a:hover {
	background-image: linear-gradient(to bottom, #ffffff00, 50%, var( --e-global-color-accent )50%);
}
/*marque*/
marquee {
	font-size: inherit;
	font-size: 26px;
	text-transform: uppercase;
}
/* WOOCOMMERCE**********************/
/* FOOTER**********************/
/* MEDIA **********************/
/*XL-Widescreen min 2560px*/
@media (min-width: 2560px) {
	
}
/*Widescreen min 1920px*/
@media (min-width: 1920px) {
	
}
/*Default min 1440px*/
@media (min-width: 1440px) {
	
}
/*xl-tablet max 1200px*/
@media (max-width: 1200px) {
	
}
/*tablet max 1024px*/
@media (max-width: 1024px) {
	
}
/*mobile max 767px*/
@media (max-width: 767px) {
	
}
