/**
Theme Name: Veeroll
Author: Gwacamol
Author URI: https://gwacamol.sg
Description: Custom theme for Veeroll compatible with Astra and Elementor
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: veeroll
Template: astra
*/

.elementor-location-header .header-default {
    position: relative;
    width: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.elementor-location-header.scrolled .header-default {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e7edf1 !important;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	height: 85px;
}

@media (max-width: 767px) {
	
.new-home-grid-template .e-con-inner {
	display: flex;
	flex-direction: column;
}
	.single-post .uael-video-inner-wrap img {position:relative !important;}
	.single-post .uael-video__outer-wrap iframe {position:relative !important;}
}