/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page 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.
 */

 .page-header {
	display: none;
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main {
	max-width: 1200px !important;
	padding: 0 15px;
}
.copy_button svg {
	height: 20px;
	width: 20px;
	color: #fff;
	margin-right: 5px;
}
button.copy_button {
	background-color: #000 !important;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	border: 0;
	border-radius: 0;
	height: 50px;
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-top: 10px;
}
button.copy_button:hover {
	background: #91c957 !important;
}
#copy_message {
	max-width: 500px;
	background: #008000bf;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	margin: auto;
	margin-top: 5px;
}
.inner-page-banner {
	background: #91C957;
	color: #fff;
	padding: 30px 15px;
	text-align: center;
	margin-bottom: 50px;
}
.inner-page-banner .title {
	font-size: 30px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 600;
}
.wpbakery_embed_code {
	padding: 15px;
}
.wpbakery_embed_code:focus {
	background: #cccccc21;
	outline: none;
}
.steps ul, .steps ol {
	padding: 0;
	list-style: none;
}
.steps{
	margin-bottom: 20px;
}
.steps li {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 500;
	color: #000;
}