/* 
Theme Name: Osky Interactive Lander
Theme URI: https://osky.com.au
Description: Theme for landing page
Author: OSKY
Author URI: https://osky.com.au
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom styles here */

.gfield--input-type-select select option {
    background-color: #ffffff !important; 
    color: #000000 !important;
}

.banner-overlay{
	pointer-events:none;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(30, 1, 54, 0.2) 20%, #220637 90%), rgba(0, 0, 0, 0.5);
}

