.btn:focus {
  outline: unset;
  box-shadow: unset
}
.bwp-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}
.btn {
  display: block;
  padding: 10px 30px;
  border-radius: 0;
  font-family: var(--font-family-base);
  font-size: 12px;
  text-transform: uppercase;
  transition: all .3s ease
}
.form-control {
  padding: 10px 20px;
  color: var(--text-color);
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 20px;
  border-radius: 20px
}
.form-control:focus {
  border-color: #000;
  box-shadow: none
}
.social-icons {
  padding: 0;
  margin: 0;
  list-style: none
}
.social-icons li {
  margin: 0 10px
}
.social-icons li:first-child {
  margin-left: 0
}
.social-icons li:last-child {
  margin-right: 0
}
.social-icons a {
  color: var(--text-color);
  fill: var(--text-color)
}
.social-icons a:hover {
  color: var(--color-primary);
  fill: var(--color-primary)
}
.social-icons a span {
  display: none
}
.newsletter-popup .newsletter-form__input {
  border: 0;
  padding: 0 20px;
  background: 0 0;
  line-height: 45px;
  height: 45px;
  width: 100%;
  color: #000;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px
}
.newsletter-popup .newsletter-form__input::placeholder {
  color: var(--text-color)
}
.newsletter-popup .newsletter-form__wrap {
  width: 100%;
  margin: 0;
  display: flex;
  background: #fff
}
.newsletter-popup .newsletter-form__submit {
  border: 0;
  padding: 0 25px;
  background: 0 0;
  line-height: 48px;
  height: 45px;
  font-size: 16px;
  text-wrap: nowrap;
  color: #000;
  background: var(--color-primary);
  cursor: pointer;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-family: var(--font-family);
  font-weight: 700
}
.newsletter-popup .newsletter-form__submit:hover {
  color: #fff;
  background: #000
}




.wpbingo-section--newsletter2 .wpbingo-section__content {
  align-items: center;
  justify-content: space-between
}
.wpbingo-section--newsletter2 .wpbingo-section__content .wpbingo-section__content-left {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px
}
.wpbingo-section--newsletter2 .wpbingo-section__content .wpbingo-section__content-center,
.wpbingo-section--newsletter2 .wpbingo-section__content .wpbingo-section__content-right {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 15px
}
.wpbingo-section--newsletter2 .social-icons {
  padding: 0;
  list-style: none
}
.wpbingo-section--newsletter2 .social-icons li {
  display: inline-block;
  margin-right: 5px
}
.wpbingo-section--newsletter2 .social-icons li:last-child {
  margin-right: 0
}
.wpbingo-section--newsletter2 .social-icons li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 0;
  background: rgba(0,0,0,.04);
  border-radius: 5px;
  font-size: 15px;
  transition: all .3s ease
}
.wpbingo-section--newsletter2 .social-icons li a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary)
}
.wpbingo-section--newsletter2 .social-icons span {
  display: none
}
.wpbingo-section--newsletter2 .wpbingo-section__content .newsletter__content .newsletter-form {
  min-width: 490px
}
.wpbingo-section--newsletter2 .newsletter-form__wrap {
  padding: 0 15px;
  display: flex;
  border-bottom: 1px solid #fff
}
.wpbingo-section--newsletter2 .newsletter-form__wrap input {
  width: 100%;
  border: 0;
  font-size: 14px;
  background: 0 0;
  height: auto;
  padding: 0;
    color: #fff;
}
.wpbingo-section--newsletter2 .newsletter-form__wrap input::placeholder {
  color: #fff
}
.wpbingo-section--newsletter2 .newsletter-form__wrap .newsletter-form__submit {
  padding: 0;
  background: 0 0;
  color: var(--color-primary);
  border: 0;
  text-wrap: nowrap
}
.wpbingo-section--newsletter2 .newsletter-form__wrap .newsletter-form__submit span {
  text-transform: uppercase;
  font-size: 18px!important;
  font-family: var(--font-family);
  font-weight: 700;
  margin: 0!important
}
.wpbingo-section--newsletter2 .newsletter-form__wrap .newsletter-form__submit:hover {
  color: #fff
}
.rtl .wpbingo-section--newsletter2 .newsletter-form__wrap .newsletter-form__submit {
  margin: 0 10px 0 0
}
@media (max-width:1199px) {
  .wpbingo-section--newsletter2 .wpbingo-section__content {
    margin: 0 -7.5px
  }
  .wpbingo-section--newsletter2 .social-icons {
    text-align: center;
    margin-bottom: 30px
  }
  .wpbingo-section--newsletter2 .wpbingo-section__content .wpbingo-section__content-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 7.5px
  }
  .wpbingo-section--newsletter2 .wpbingo-section__content .wpbingo-section__content-center,
  .wpbingo-section--newsletter2 .wpbingo-section__content .wpbingo-section__content-right {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7.5px
  }
}
@media (max-width:767px) {
  .wpbingo-section--newsletter2 .wpbingo-section__content .wpbingo-section__content-center,
  .wpbingo-section--newsletter2 .wpbingo-section__content .wpbingo-section__content-right {
    flex: 0 0 100%;
    max-width: 100%
  }
  .wpbingo-section--newsletter2 .wpbingo-section__content .newsletter__content .newsletter-form {
    min-width: unset
  }
}