/*
 Theme Name:   Initiative Child
 Theme URI:    http://theme-stall.com/initiative
 Description:  Interior Design & Architect WordPress Child Theme
 Author:       Themestall
 Author URI:   https://themeforest.net/user/themestall
 Template:     initiative
 Version:      1.0.0
 License:      GNU General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
 Text Domain:  initiative-child
*/

@import url("../initiative/style.css");

/* Custom Portfolio Lightbox Link Styling */
.cbp-lightbox[data-title] a {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: normal;
    transition: color 0.3s ease;
}

.cbp-lightbox[data-title] a:hover {
    color: #f0f0f0 !important;
    text-decoration: none !important;
}