/*
Theme Name: Stradale
Theme URI: http://demo.bravisthemes.com/stradale/
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes/
Description: Stardale is an exclusive website template specially made for Cafes and Restaurants. Made using only the finest coding and design practices. Stardale has a lot of styles and elements to help you make beauty and modern website in no time. With over 13 years of experience, we ensure you will always get top-notch products from us.
Version: 1.0.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: stradale
Tags: bar, black, booking, cafe, chef, coffee, cooking, delivery, dinner, food, menu, modern, premium, reservation, restaurant 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

div#ct-loadding {
    display: none;
}

.grecaptcha-badge {
    z-index: 999;
}

#welcome .ct-banner.layout2 {
    height: 320px;
    display: flex;
}

#welcome .ct-banner.layout2 .ct-feature {
    background-position: right !important;
}

#sec-3 .ct-counter-meta {
    display: none;
}

.description, label_info, .label_info, .function_info {
    color: white;
}

.ct-banner.layout2 .ct-banner-inner .baner-image-meta .btn.btn-fcb {
    padding: 4px 30px;
}

.single-hentry .entry-featured img {
    width: auto;
}

.ct-mouse .pxl-mouse {
    opacity: 1 !important;
}




/* preloader */

.preloader-img img {
	width: 9%;
}
.preloader-img {
	animation: fadeIn 10s;
}
.page-loading .loader-icon {
	font-size: 0px !important;
	display: none !important;
}


.preloader.home{
	display: none;
}

.home .preloader.home {
	display: block;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	z-index: 999999;
}
#videoPlayer {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	object-fit: cover;
}