.entry-content>.elementor{width:initial;max-width:initial}.ct-elementor-default-template .elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky){margin-left:var(--has-wide, auto);margin-right:var(--has-wide, auto);width:var(--theme-block-width, var(--theme-container-width));max-width:var(--theme-block-max-width, var(--theme-normal-container-max-width))}.ct-elementor-default-template .elementor-section.elementor-section-boxed>.elementor-container{width:var(--theme-block-width, var(--theme-container-width));max-width:var(--theme-block-max-width, var(--theme-normal-container-max-width))}.ct-elementor-default-template .e-container{--container-max-width: min(var(--theme-block-max-width, var(--theme-normal-container-max-width)), var(--theme-container-width-base))}.ct-elementor-default-template .e-con{--container-max-width: var(--theme-block-max-width, var(--theme-normal-container-max-width))}.ct-elementor-default-template .e-con>.e-con-inner{width:var(--theme-block-width, var(--theme-container-width))}.elementor-widget-text-editor p:last-child{margin-bottom:0}.elementor-select-wrapper select{background-image:none}.elementor-search-form__input{--theme-form-field-height: auto}.elementor-search-form__submit{--theme-button-shadow: none;--theme-button-transform: none}


/* ========================== NewsLetter ======================== */
.hustle-content{
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(2px);
	border-radius: 20px;
}

.newsletter-content *{
	font-family: "Libre Bodoni", sans-serif !important;
}

.newsletter-content h2{
	font-size: 40px !important;
	color: #fff;
}

.newsletter-content p{
	color: #fff !important;
}

.newsletter-content .tnp.tnp-subscription label{
	font-size: 17px;
	text-align: center;
	color: #fff;
}

.newsletter-content .tnp-field.tnp-field-button{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.hustle-layout{
	position: relative !important;
}

.newsletter-conten .hustle-button-icon{
	position: absolute;
}

.newsletter-content .tnp-field.tnp-field-button input[type=submit]{
	border-radius: 50px;
	padding: 10px 20px;
	background-color: #f2ede9 !important;
	color: #73665d;
}