/*
 * Custom site CSS (survives Joomla/template updates -- this is the dedicated
 * "template.user" asset file, not a core template/component file).
 */

/* Make the close (X) button on the PhocaGallery video popup easier to see. */
.pg-video-popup .mfp-close {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 32px;
    border-radius: 50%;
    top: 8px;
    right: 8px;
    opacity: 1;
}

.pg-video-popup .mfp-close:hover,
.pg-video-popup .mfp-close:focus {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}
