/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1731550724
Updated: 2024-11-14 02:18:44

*/

body, html{min-width:1200px; overflow-x:hidden; width:100%;}
body a, body a:hover{color:unset;}
.elementor-image-box-wrapper{display:flex;}
.bg.cut {
    background-size: 100% 100% !important;
}

.header .current-menu-item:before, .header .menu-item:hover:before {
    content: '';
    background: url(https://beta7.technodreamcenter.com/cuttingedgeslicers.com/wp-content/uploads/2024/11/drop-button.png) no-repeat;
    width: 50px;
    height: 15px;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
	position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.bordered {
	background-position:top center !important;
    background-size: 77% 93% !important;
}

#offer h2:before {
    left: 0;
    top: 40px;
}
#offer h2:before, #offer h2:after {
    position: absolute;
    content: '';
    background: url(https://beta7.technodreamcenter.com/cuttingedgeslicers.com/wp-content/uploads/2024/11/border.png) no-repeat top left;
    width: 343px;
    height: 63px;
}
#offer h2:after {
    transform: scaleX(-1);
    right: 0;
	top: 40px;
}

#offer .bordered:before, #offer .bordered:after {
    position: absolute;
    content: '';
    background: url(https://beta7.technodreamcenter.com/cuttingedgeslicers.com/wp-content/uploads/2024/11/border.png) no-repeat;
    width: 343px;
    height: 63px;
    bottom: 0;
    transform: scale(-1);
}

#offer .bordered:after{
	left: auto;
	right: 50px;
}

#offer .bordered:before{
    right: auto;
    top: auto;
    transform: scaleY(-1);
    left: 50px;
}

.choose ul {
    list-style: none;
}

.choose ul li::before {
    content: '';
    background: url(https://beta7.technodreamcenter.com/cuttingedgeslicers.com/wp-content/uploads/2024/11/list.png);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    left: -10px;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
    position: absolute;
    display: block;
    margin-top: 14px;
}

.choose ul li {
    margin-bottom: 50px;
	list-style-position: outside;
}

.form span label {
    font-size: 18px;
    font-family: montserrat;
    color: white;
	line-height: 150%;
}
.form label {
    font-size: .3px;
}
.form .flex {
    display: flex;
    gap: 10px;
    margin: 0 auto 5px;
}
.form label, .form span {
    width: 100%;
}
::placeholder {
    color: white;
}
.form input[type='text'], .form textarea {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
    font-family: Arial;
    font-size: 16px;
    color: white;
    /* height: 45px; */
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 8px;
}
.form span.wpcf7-form-control.wpcf7-acceptance span {
    margin: 5px 0;
    text-align: center;
}
.form .btn {
    border: none;
    display: block;
    margin: 20px auto 0;
    color: white;
    background: linear-gradient(#F4C712, #A78707);
    padding: 20px 3%;
    font-size: 15px;
    font-family: unset;
    font-weight: 700;
    letter-spacing: 1.5px;
    border: 1px solid transparent;
}

main .form input[type='text'], main .form textarea{
	background:white;
	color:black;
}

main .form ::placeholder{
	color:black;
}

@media(max-width: 1024px){
	html,body{min-width: 320px;}
}

@media (max-width:768px){
	.elementor-image-box-wrapper{display:flex; flex-wrap:wrap; justify-content:center;}
	.form .flex {
		display: block;
		margin: 0 auto;
	}
	.form span label {
		font-size: 15px;
	}
	.bordered {
		background-position: top center !important;
		background-size: 100% 100% !important;
	}
}

@media (max-width: 450px){
	#offer h2:before, #offer h2:after, #offer .bordered:before, #offer .bordered:after{display: none !important;}
	.choose ul li::before{margin-top: 20px;}
	.choose ul li {margin-bottom: 30px;}
}