/*
Theme Name: Musaclass
Theme URI: https://musaclass.com
Author: Musaclass
Author URI: https://musaclass.com
Description: Musaclass Theme - Fully WPML Ready.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: musaclass
Domain Path: /languages
*/

/* Import main stylesheet */
@import url('assets/css/main.css?v=1.3');

/* WordPress video fixes */
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}

.mejs-container {
    padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}

video.wp-video-shortcode {
    position: relative;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Gallery */
.mgl-gallery {
    column-count: 2 !important;
}

/* Widgets */
#text-5 .textwidget p {
    text-align: center;
    font-size: 20px;
}

/* Buttons */
.btn-pink-moon {
    background: #303030;
    color: #fff;
}

@media all and (max-width: 480px) {
    .btn-pink-moon {
        width: 100%;
        display: block;
    }
}
