.wrap_bantext h2::before {
	content: none;
}
.main_footer h2::before {
	content: none;
}
.header_sec h1::before {
	content: none;
}
.name_client h2::before {
	content: none;
}

.social_icon .widget-title {
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;
	color: #000;
	font-size: 31px;
}

.form_newslet #mailpoet_form_1 {
	width: 600px;
	max-width: 100%;
}
.form_newslet #mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
	width: 200px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 55px;
	border-radius: unset;
	border-top-right-radius: unset;
	border-bottom-right-radius: unset;
	border-bottom: 1px solid #d7d7d7;
	border-bottom-color: rgb(215, 215, 215);
	font-size: 17px;
	background-color: transparent;
	border-top: 0;
	border-top-color: currentcolor;
	border-left: 0;
	border-left-color: currentcolor;
	border-right: 0;
	border-right-color: currentcolor;
	padding-left: 0;
	color: #fff;
}
.form_newslet #mailpoet_form_1 .mailpoet_submit {
	position: relative;
	right: 22px;
	height: 100%;
	background-color: transparent;
	border: unset;
	padding: 0 0;
	cursor: pointer;
	line-height: normal;
}

.form_newslet #mailpoet_form_1 .mailpoet_paragraph.last {
	margin-bottom: 0;
	position: absolute;
	top: 40px;
	height: auto;
	padding: 0;
	margin: 0;
	float: right;
}

.name_client p {
	font-size: 18px;
	padding-top: 10px;
	text-align: center;
}
.type-mailpoet_page .entry-meta {
    display: none;
}
input.search-submit {
    position: relative;
    display: inline-block;
    /* padding: 8px 0px; */
    background: #fff;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    transition: 0.5s;
    font-family: 'Bebas Neue', cursive;
    background-color: #bc0000;
    width: 30%;
    /* float: left; */
    border: 1px solid #bc0000;
}