/*
Theme Name: Hello Elementor - Child
Author: WildPress
Template: hello-elementor
Version: 1.0.0
*/

.footer-nav-col {
    .menu {
        list-style: none;
        padding: 0;
        margin: 0;
        font-family: "Rethink Sans", sans-serif;
        font-size: 16px;
        font-weight: 600;

        a {
            color: black;
        }
    }
}

.menu-item .sub-arrow {
    fill: #FF00C1;
}

body {
	:where(ol, ul):not(:is(nav *, nav)) {
	    margin-left: 2em !important;
		
		> * {
			margin-bottom: 0.5rem;
		}
		
	}
	
	ol {
		list-style: decimal;
		margin-top: 0.5rem;
		
		ol {
			list-style: lower-alpha;
		}
	}
	
	ul {
		list-style: disc;
	}
}

.elementor-widget-text-editor > * + * {
	margin-top: 1rem !important;	
}

#cookie-notice {
	font-size: 16px;
	font-family: "Rethink Sans";
	
	.xplus-cookie {
		background: #F3F1FF;
		color: #6701ED;
		border: none;
	}
	
	.cn-close-icon {
		background: transparent;
		color: white;
		border: none;
		
		&:before,
		&:after {
			background-color: white;
		}
	}
}