/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
a {
    color: #EF8B16;
}
[type=submit]{
	color: #EF8B16
    background:none;
}
[type=submit]:hover{
    background:#EF8B16;
}
#kinges-tal .elementor-main-swiper .swiper-slide {
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 3px 5px #7474748c;
    margin: 20px 5px;
}

#kinges-tal .elementor-testimonial__content:after {
    content: url(https://thelogopalace.co/devs/kinged/wp-content/uploads/2023/08/Group-415.png);
}
.elementor-1895 .elementor-element.elementor-element-3b0d782 .elementor-pagination .page-numbers:not(.dots) {
    color: #FFFFFF;
    background: #EF8B16;
    padding: 10px 20px;
}
.burnout-form {
	font-size: 14px;
	background: #fff;
	border-top: 10px solid #ef8b16;
	padding: 25px;
	overflow: hidden;
	position: relative;
}
.burnout-form.active {
	height: 300px;
}
.burnout-form .title {
	font-family: Playfair Display;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 34px;
}
.burnout-form .description {
	font-size: 16px;
	margin-bottom: 20px;
}
.burnout-form .description p.tool {
	font-size: 18px;
    color: #000;
}
.burnout-form .description p.disclaimer {
	color: #000;
	font-size: 12px;
}
.burnout-form .description h4 {
	font-size: 24px;
	margin-bottom: 10px;
	padding: 0;
}
.burnout-form .description p {
	margin: 0;
	padding: 0;
}
.burnout-form select {
	font-size: 16px;
	border: 1px solid #ef8b16;
	border-radius: 25px;
	padding: 10px 15px;
}
.burnout-form label {
	font-size: 16px;
	margin-left: 10px;
}
.burnout-form button {
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	background: #ef8b16;
	border: none;
	color: #fff;
	padding: 15px 30px;
	cursor: pointer;
}
.burnout-form button:hover {
	background: #333;
}
.burnout-form .submit {
	font-size: 15px;
	font-weight: 500;
	border-radius: 25px;
	background: #ef8b16;
	border: none;
	color: #fff;
	padding: 15px 30px;
	cursor: pointer;
	text-decoration: none;
}
.burnout-form .submit:hover {
	background: #333;
}
.burnout-form.active .result-box {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	padding: 20px 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.burnout-form progress {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 10px;
	height: 20px;
}
.burnout-form progress::-webkit-progress-bar {
	background-color: #f0f0f0;
}
.burnout-form progress::-webkit-progress-bar,
.burnout-form progress::-webkit-progress-value {
	border-radius: 10px;
}
.burnout-form progress::-moz-progress-bar {
	border-radius: 10px;
}
.burnout-form progress::-webkit-progress-value {
	background: #ef8b16;
}
.result-box p {
	font-size: 18px;
	line-height: 28px;
}
.result-box p b {
	display: block;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}
.burnout-form .close {
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	border-radius: 100%;
	border: 2px solid #ef8b16;
	display: flex;
	align-items: center;
	justify-content: center;
}
.close:before, .close:after {
	position: absolute;
	content: '';
	height: 10px;
	width: 2px;
	background-color: #ef8b16;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}
.burnout-form .close:hover {
	border: 2px solid #000;
}
.close:hover:before, .close:hover:after {
	background-color: #000;
}
.user-email {
	padding: 10px 0;
}
.user-email input {
	font-size: 16px;
	border: 1px solid #ef8b16;
	border-radius: 25px;
	padding: 13px 15px;
	max-width: 300px;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
}
.questions {
	display: none;
}
.burnout-form .error {
	color: #ff0000;
	border: 1px solid #ff0000;
}
.burnout-form .error::-webkit-input-placeholder {
	color: #ff0000;
}