/*
Theme Name: Logo Poppin.
Theme URI:
Description: Css, SASS.
Version: 1.00
Author: Logopoppin,
Tags: Logo Design, Website Design, Branding, Video Animation.
*/

/* @import "assets/css/style.css"; */


.main_chimp{margin-bottom:0 !important;}
.main_chimp #mc_embed_signup {
    background: transparent !important;
    font-family: 'Poppins';
}
.main_chimp #mc_embed_signup form {
    padding: 0;
}
.main_chimp #mc_embed_signup form > div{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-direction: row;
	margin-bottom: 15px;
}
.main_chimp #mc_embed_signup form > div .mc-field-group {
    width: 100%;
    padding-right: 15px;
}
.main_chimp #mc_embed_signup form input{
	 width: 100%;
}
.main_chimp #mc_embed_signup form input {
	width: 100%;
	padding: 0 20px;
	margin-bottom: 0;
	margin-right: 10px;
	border: none;
	height: 49px;
	border-radius: 32px;
}
.main_chimp #mc_embed_signup form input[type=submit] {
	background: #fdee3d;
	width: 130px;
	height: 49px;
	padding: 0;
	margin-bottom: 0;
	border-radius: 32px;
	color: #5f5f5f;
	font-weight: 600;
	margin-right: 0;
}
.note_style a{
	color: #fdee3d;
	font-weight: 600;
}

.connect-us-field{
	background: none !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  color: #fff !important;
  margin-bottom: 20px !important;
	padding-left: 0 !important;
}

.connect-us-field::placeholder{
	color: #fff !important;
}

.submit-button{
  width: 200px;
  line-height: 30px;
  font-size: 23px !important;
  color: #000000 !important;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  display: block;
  border-radius: 32px;
  font-family: 'Poppins';
  font-weight: 500;
  padding: 12px 30px !important;
  background-color: #eee !important;
  border: 1px solid #ddd !important;
  border-radius: 50px !important;
}

.wpcf7-spinner{
	position: absolute;
}

.contact-us-field{
	min-height: 55px !important;
  border-radius: 25px !important;
	margin-bottom: 20px !important;
}

.form_style {
  padding: 25px;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 20%);
  border-radius: 12px;
}

.form_style .submit-button{
  font-family: 'Poppins', sans-serif;
  padding: 18px 25px 20px !important;
  text-transform: uppercase;
  border-radius: 38px;
  font-weight: bold;
  font-size: 16px !important;
  line-height: normal;
  letter-spacing: 0px;
  margin: 15px auto 20px;
  outline: none;
  text-decoration: none;
  box-shadow: none;
  min-width: 280px;
  border: none !important;
  position: relative;
  background: linear-gradient(130deg, #ff0566 0%, #fa7236 100%);
  color: #fff !important;
}

.addon-field{
	display: none;
}

.wpcf7-not-valid-tip {
  color: #990000;
  font-size: 12px;
}

.contact-form-background{
	color: #fff;
}

.mobile-hide{
	display: none;
}

.check_box .wpcf7-list-item.first{
	display: none;
}
