/* 
Theme Name: GRN Productions Theme
Theme URI: https://www.grnproductions.com
Description: GRN Productions' custom theme
Author: Grn Productions
Author URI: https://www.grnproductions.com
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* YOUTUBE EMBED SQUARE FIX */
.video-container {
    position: relative;
    width: 100%; /* Adjust as needed */
    max-width: 500px; /* Controls the square size */
    padding-top: 100%; /* Ensures a perfect square aspect ratio */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
}

.out-of-stock {
    font-family: Oswald !important;
    background-color: #D4A155;
    color: white;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
}