/*//////////////////////////////////////////////////////////////////// 
//  ACCORDION PLUGIN
////////////////////////////////////////////////////////////////////*/
.collapsed:hover {
  line-height: 28px !important;
  background-color: #ddd;
}
.collapsed, .ea-header a {
  background-color: #eee;
  font-size: 13px !important;
  font-family: "Poppins" !important;
  font-weight: normal !important;
}
.ea-expand-icon.fa.fa-plus, .ea-expand-icon.fa.fa-minus {
  font-size: 10px !important;
  color: #c34d3c !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 6px 3px 3px 11px;
  color: #444;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a:hover {
  font-family: "Poppins" !important;
  line-height: 28px;
}
.sp-easy-accordion .sp-ea-single {
  background: #efefef;
  margin-bottom: 5px;
  border-radius: 3px;
  font-family: "Poppins" !important;
  font-weight: normal !important;
}
.sp-easy-accordion a, .sp-easy-accordion a:hover {
  padding: 6px 3px 3px 11px;
}

/*//////////////////////////////////////////////////////////////////// 
//  MAILCHIMP PLUGIN
////////////////////////////////////////////////////////////////////*/
.mailchimpmail, .mailchimpname {
  padding: 10px 0 3px 0;
}
.mailchimpinput {
  padding: 0px 0 7px 0;
}
.mailchimpbutton input {
  background-color: #C24E40 !important;
  color: #fff;
  border: 0px solid #888;
  width: 170px;
  height: 48px;
  font-family: "Poppins";
  border-radius: 14px;
  top: 20px;
  position: relative;
}

/*///// PP MENU MOBILE 100% WIDTH ////*/
body:not(.pp-visualbuilder) .pp-slideover > .pp-block {width: 100vw !important;}