/*
Theme Name: manian
Author: Pietro Ibba
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.newsletter_form > input[type="submit"] {
  background: #a4916d;
  color: #fff;
  border-radius: 5px;
	width: 100%;
}
.newsletter_form input[type="text"], .newsletter_form > input[type="email"]{
  border-color: #fff!important;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0)!important;
}

.campon  .newsletter_form > input[type="text"] {
  display: block!important;
  margin: 0!important;
  width: 100%!important;
}


.campon .newsletter_form > input[type="email"] {
  display: block!important;
  margin: 10px 0!important;
  width: 100%!important;
	max-width: 100%!important;
}

.newsletter_form > input[type="submit"] {
padding: 15px 13px;
  margin: 0px 0 auto;
  border:0px;
}
.newsletter_form > input[type="email"] {
  display: inline-block;
  margin: 10px 0;
  max-width: 100%;
	width: 100%;
	text-align: center;
}
.newsletter_form > input[type="text"] {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}
.mini_trust_pilot .gutensuite-reviewkit_fpln_mini{
	width: 200px;	
}
.maxi_trust_pilot .swiper-pagination-bullet-active{
	background: var(--e-global-color-primary) !important;
}
.maxi_trust_pilot .swiper-button-next, .maxi_trust_pilot .swiper-button-container, .maxi_trust_pilot .gutensuite-reviewkit-header{
	display: none;
}