/*
 Theme Name:   Uncode Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Uncode Child Theme
 Author:       Wesley Hsu
 Author URI:   http://www.robolink.com
 Template:     uncode
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  uncode-child
*/

/* Fix: Uncode 2.11.6 fluid-svg wrapper makes SVG icons overflow .icon-media span */
.fluid-svg .icon-media {
    display: inline-block;
}
.fluid-svg .icon-media img {
    max-width: 100%;
    height: auto;
}

/* Fix: Uncode 2.11.6 shrinks .fa-container in icon-box-top, breaking center alignment */
.icon-box.icon-box-top .fa-container {
    width: 100%;
}

/* Fix: Gallery overlay intercepts first click -- let clicks pass through to the link */
.t-entry-visual .t-entry-visual-overlay {
    pointer-events: none;
}
