/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.6
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.footer-ux-custom {
    position: relative; /* Position relative for absolute positioning of overlay */
    background-color: #4B3832; /* Fallback color */
    background-image: url('https://scontent.fdad3-5.fna.fbcdn.net/v/t39.30808-6/442475622_122112518876306591_7609705177953352774_n.jpg?_nc_cat=106&ccb=1-7&_nc_sid=cc71e4&_nc_ohc=SRN3kFJiBZEQ7kNvgF9iqC0&_nc_ht=scontent.fdad3-5.fna&_nc_gid=AKAzYk4em1QrlBaS3yxToUo&oh=00_AYDvlSj9-JyPCbriR1_PkCir6_TUWZ3kaeMf0Gd7QHCOFA&oe=6701FC89');
    background-size: cover;
    color: white;
    padding: 20px 100px;
    overflow: hidden; /* Ensures child elements do not overflow */
}

.footer-ux-custom::before {
    content: ''; /* Creates an empty pseudo-element */
    position: absolute; /* Position it absolutely */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black; /* Black overlay with 50% opacity */
	opacity: 0.7;
    z-index: 1; /* Position overlay below content */
}

.footer-ux-custom > * {
    position: relative; /* Ensure content is above the overlay */
    z-index: 2; /* Position content above overlay */
}

@media screen and (max-width: 667px){
	#top-bar{
		text-align: center !important;
		padding: 10px 0px !important;
	}
	.footer-ux-custom{
		padding: 10px;
	}
}

.header-nav.header-nav-main.nav.nav-left.nav-size-medium.nav-spacing-xlarge.nav-uppercase{
	font-size: 20px !important;
	color: #7f4c39 !important;
}
.tooltip{
	font-size: 20px !important;
}
.bdt-ep-static-carousel-image.bdt-ep-static-carousel-image.bdt-ep-static-carousel-image{
	height: 300px !important;
}
.bdt-ep-static-carousel-image.bdt-ep-static-carousel-image.bdt-ep-static-carousel-image img{
	height: 100% !important;
} 
.bdt-ep-static-carousel-readmore{
	padding: 2px 10px;
	background-color: white;
	color: red;
	border: 2px solid red;
	transition: 0.2s;
	text-align:center;
	margin: 0 auto;
}
.bdt-ep-static-carousel-readmore:hover{
	background-color: red;
	color: white;
	transition: 0.2s;
}
.elementor-section.elementor-top-section.elementor-element.elementor-element-183714e.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default img,
.elementor-section.elementor-top-section.elementor-element.elementor-element-2320b2b.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default img
{
	width: 100% !important;
	height: 200px !important;
	object-fit: cover !important;
}

.bdt-ep-static-carousel-title.ep-title-{
	color: #F8A41C !important;
	font-size: 18px !important;
}
.bdt-ep-static-carousel-image.bdt-ep-static-carousel-image.bdt-ep-static-carousel-image img
{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}