/*
Theme Name: Montoya Child
Theme URI: https://montoya.clapat-themes.com/
Description: Responsive Wordpress Theme
Template: montoya
Version: 1.0
Author: You
Author URI: https://your site
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: montoya-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

@media only screen and (max-width: 1537px) {
    .next-hero-title {
        font-size: calc(1rem + 12.15vw) !important;
        line-height: calc(1rem + 12.5vw);
    }
}

#hero {
            position: relative; 
            overflow: hidden;
        }
       #hero .video-bg {
            position: absolute;
            top: 0; left: 0; 
            width: 100%; height: 100%;
            object-fit: cover;
            z-index: 0;
        }
        #hero .content {
            position: relative;
            z-index: 2;
        }
#hero .video-gradient-overlay {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            z-index: 1;
            pointer-events: none;
            background: linear-gradient(178deg, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 1) 100%);
        }
#hero-footer{display:none;}


div.slide-date, div.slide-cat, .slide-subtitle,  .snap-slider-captions .slide-subtitle {
    display: none !important;
}
