/*
 Theme Name:   Algenix Child Theme
 Theme URI:    https://algenix.axiomthemes.com/
 Description:  Algenix Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     algenix
 Version:      1.0.0
 Tested up to: 6.8
 Requires at least: 5.5
 Requires PHP: 7.4
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  algenix
*/


/* =Theme customization starts here
------------------------------------------------------------ */

h3{
	word-break:auto-phrase !important;
}

/* Video Sound Toggle Button */
.video-sound-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 1;
    transition: transform 0.2s ease;
    outline: none;
    box-shadow: none;
}

.video-sound-btn:hover,
.video-sound-btn:focus,
.video-sound-btn:active {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    transform: scale(1.1);
}

.video-sound-btn:focus-visible {
    outline: none;
}

.video-sound-btn span {
    color: white;
    font-size: 20px;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    pointer-events: none;
}