/**
Theme Name: Pireva
Author: VAIA Digital AB
Author URI: https://vaia.se
Description: Anpassningar för Pireva.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pireva
Template: astra
*/

body .nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0, 0, 0, 0.8);
}

.ld_course_grid .thumbnail .caption {
    text-align: center;
}
.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary {
    background: #00a2e8;
    border-color: #00a2e8;
}
.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary:hover {
    color: #00a2e8;
    background: #fff;
    border-color: #00a2e8;
}
.uo-tincanny-content .uo-tclr-open-content-button {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #00a2e8;
    border: 1px solid #00a2e8;
    padding: 14px 28px;
    border-radius: 4px;
}
.uo-tincanny-content .uo-tclr-open-content-button:hover {
    font-size: 15px;
    font-weight: 500;
    color: #00a2e8;
    background: #fff;
    border: 1px solid #00a2e8;
    padding: 14px 28px;
    border-radius: 4px;
}