/*
	Theme Name: Hello Biz
	Theme URI: https://elementor.com/products/hello-biz/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Biz is a free, user-friendly Hybrid WordPress Theme that was crafted for seamless integration with the Elementor site builder and tailored specifically for business websites. Perfect for beginners, but far from limited to just them, it features a dedicated beginner-oriented “Home” screen to simplify and streamline the web-building process. Hello Biz also integrates with Elementor’s premium features, giving you access to tools like AI, and accessibility enhancements in one place. Whether launching a startup site or refining a company portfolio, Hello Biz offers a solid, responsive foundation for all web creators. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 1.2.0
	Stable tag: 1.2.0
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-biz
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

.site-header, .page-header {
	display: none;
}

.hero-slider .bdt-slideshow-items {
	aspect-ratio: auto!important;
	min-height: 700px!important;
}

.hero-slider.v2 .bdt-slideshow-items {
	aspect-ratio: auto!important;
	min-height: 93vh!important;
}

.bdt-prime-slider-skin-general .bdt-prime-slider-desc {
	margin-top: -50px;
}

.bdt-ps-slide-img {
	opacity: 0.5;
}

.bdt-slideshow-item  {
	background: #000;
}

.bdt-prime-slider-skin-general .bdt-slide-btn {
	padding: 1rem 2rem;
	border: none;
}

.bdt-prime-slider .bdt-dotnav li a::before {
	border: none;
	box-shadow: none;
}

.bdt-prime-slider-skin-general .bdt-dotnav {
	left: 48%;
}

.bdt-prime-slider-skin-general .bdt-slideshow-nav li a {
  width: 12px;
  height: 12px;
  transition: all ease 0.3s;
}

.bdt-slide-btn, .butt, .event button, .news button, .footer button, .footer a svg, .menue button, .menue button i::before, .butttwo a, .breeder a, .menue-v2 button, .menue-v2 a, .menue-v2 a i {
	transition: all ease 0.4s!important;
}

.v1 .bdt-slide-btn:hover, .butt:hover {
	transform: scale(1.05);
	background-image: linear-gradient(270deg, #e72e3e 0%, #e72e3e 100%)!important;
	box-shadow: 0 4px 6px -4px rgb(224 57 69 / 0.8);
}

.v2 .bdt-slide-btn:hover, .butttwo a:hover, .breeder a:hover {
	transform: scale(1.05)!important;
}

.butttwo a:hover {
	background-color: #fff!important;
	color: #e72e3eff!important;
	fill: #e72e3eff!important;
}

.breeder a:hover {
	background-color: #e72e3eff!important;
	color: #fff!important;
	fill: #fff!important;
}

.product img {
	transition: all ease 0.8s!important;
}

.product:hover img {
	transform: scale(1.2);
}

.event button:hover, .news button:hover, .menue button:hover {
	color: #e72e3e!important;
}

.footer button:hover, .menue-v2 button:hover, .menue-v2 a:hover, .menue-v2 a:hover i {
	color: #fff!important;
}

.footer a:hover svg {
	fill: #fff!important;
}

.menue button:hover i::before {
	-webkit-text-fill-color: #e72e3e!important;
	-webkit-text-stroke-color: #e72e3e!important;
}


.white {
	backdrop-filter: blur(8px);
	border-radius: 12px;
	box-shadow: rgba(0,0,0,.1) 0 10px 15px -3px,rgba(0,0,0,.05) 0 4px 6px -2px;
	background-color: rgb(255 255 255 / 0.6);
	padding: 30px;
}	

.breeder a {
	margin-top: 20px!important;
	border: 2px solid;
}

.page-id-413 {
	background-attachment: fixed!important;
}

/* Responsive */


@media(max-width: 1500px){
.event .softlite-dynamic-icon {
	height: 345px!important;
}
}

@media(max-width: 1300px){
.event .softlite-dynamic-icon {
	height: 300px!important;
}
}

@media(max-width: 1100px){
.event .softlite-dynamic-icon {
	height: 240px!important;
}

.news .softlite-dynamic-icon {
	height: 170px!important;
}
}

@media(max-width: 900px){
.event .softlite-dynamic-icon {
	height: 480px!important;
}

.news .softlite-dynamic-icon {
  height: 300px !important;
}
}

@media(max-width: 765px){
.hero-slider .bdt-slideshow-items {
  min-height: 600px !important;
}

.event .softlite-dynamic-icon {
  height: 300px !important;
}

.news .softlite-dynamic-icon {
  height: 185px !important;
}
}