/*Here we gonna create the styles for the site for the general settings*/

p,h1,h2,h3,h4,h5,h6{
    margin: 0;
}

/*Elementor Popup Close Button*/

[id^="elementor-popup-modal-"] .dialog-close-button svg {
    fill: var(--Color-Palette-Yellow-Yellow-500, #FFC432) !important;
    transition: 0.3s;
}
[id^="elementor-popup-modal-"] .dialog-close-button:hover svg {
    fill: var(--Color-Palette-Blue-Blue-500, #0091FF) !important;
    transition: 0.3s;
}
a.dialog-close-button.dialog-lightbox-close-button {
    padding: 12px;
    border: 1px solid var(--Color-Palette-Yellow-Yellow-500, #FFC432);
    border-radius: 50%;
    transition: 0.3s;
}
a.dialog-close-button.dialog-lightbox-close-button:hover {
    border-color: var(--Color-Palette-Blue-Blue-500, #0091FF);
    transition: 0.3s;
}
[class^="elementor-popup-modal-"] .dialog-close-button,
[class*=" elementor-popup-modal-"] .dialog-close-button {
    font-size: 16px;
}

/*Blog Content justify his elements*/
.blog-content .e-con-inner {
    align-items: center !important;
}