/*
Theme Name: Skelementor Child
Theme URI: https://wp-themes.com/skelementor
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Skelementor child theme.
Template: skelementor
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: skelementor-child
*/

/*-------- DO NOT PUT STYLES HERE -------------*/
/*--------請將您的CSS寫在main.css的文件 ----------*/

/*----------light-box------------*/
.elementor-slideshow__footer, .elementor-slideshow__header {
	padding: 30px 0px!important;
	opacity: 1 !important;
}

.systems-popup .systems-popup-close {
    content: none;
    font-size: 0;
}


.systems-popup .systems-popup-close:before {
    content: url(/wp-content/uploads/2025/09/close.svg);
    border: none;
    cursor: pointer;
    line-height: 1;
    background: white;
    transform: translate(50%, 50%);
}

.elementor-lightbox .dialog-lightbox-close-button {
    padding: 0px!important;
}


.elementor-slideshow__description {
    display: none;
}
