.site_header p a {
	color: var(--Secondary_Color);
	transition: all 0.3s linear;
}
.site_header p a:hover {
	color: var(--White_Color);
}
.social_media_list .elementor-inline-item a * {
	transition: all ease .5s;
}
.social_media_list .elementor-inline-item a svg {
	transition: all ease .3s;
}
.social_media_list .elementor-inline-item a:hover svg {
	transform: scale(1.2);
}
.social_media_list .elementor-inline-item a:hover svg > path { 
	fill: var(--Secondary_Color);
}
.header_list_separator .elementor-element {
    position: relative;
}

.header_list_separator .elementor-element:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
    width: 2px;
    background-color: var(--White_Color);
}