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

/* Add your custom styles here */

.metadata-tag {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5em;

}

.metadata-tag .meta-label {

    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}

.metadata-tag .meta-value {
    font-size: 20px;
    font-weight: normal;
white-space: pre-line;

}

.metadata-tag .meta-value a {
color: white;
text-decoration: underline;
}
.metadata-tag .meta-value a:hover {
color: white;
text-decoration: underline;
}


.metadata-tag .meta-value ul {
    margin-left: -10px;
    white-space: initial;	
}

.metadata-tag .meta-value li {
    margin-left: -10px;
}

.metadata-tag .meta-value ol {
    margin-left: -10px;
	white-space: initial;	
}

.social-media-icon-container {
    display: flex;
    gap: 10px;
		flex-wrap: wrap;
}

.social-media-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    background-color: #000;
    border-radius: 100px;
}
.elementor-element .social-media-icon a {
    color: white !important;
}

.elementor-element .social-media-icon a i {
    color: white !important;
}


.social-media-icon-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.social-media-icon:hover {
    background: var(--e-global-color-secondary);
    color: white;
}


.elementor-element.link-container a:not(.elementor-button-link) {
	color: #AB92BF;
}


.elementor-element.link-container a:hover:not(.elementor-button-link) {
	color: #482784;
}

.elementor-kit-8 a.elementor-button-link {
	color: white !important;
}

.elementor-kit-8 a.elementor-button-link:hover {
	color: white !important;
}

.hide-download {
display: none !important;
}