#cf-footer-popup-links {
  text-align: center;
  font-size: 14px;
}
.cf-footer-first-row {
  font-size: 14px;
  margin-bottom: 5px;
}
.cf-footer-second-row {
  font-size: 12px;
}
.funnelplugin-cf-footer-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  text-align: left;
}
.funnelplugin-cf-footer-overlay:target {
  visibility: visible;
  opacity: 1;
}
.funnelplugin-cf-footer-popup {
  margin: 0 auto;
  padding: 40px;
  padding-top: 30px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50%;
  position: relative;
  font-size: 12px;
  color: #333;
  line-height: 16px;
  transition: all 1s ease-in-out;
}
.funnelplugin-cf-footer-popup p {
  font-size: 12px;
  line-height: 16px;
  opacity: .7;
}
.funnelplugin-cf-footer-popup li {
  font-size: 12px;
  line-height: 16px;
  opacity: .7;
}
.funnelplugin-cf-footer-popup h2.main-title {
  margin-top: -10px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
}
.funnelplugin-cf-footer-popup h2.main-title small {
  margin-top: 5px;
  font-size: 11px;
  opacity: .5;
  display: block;
  color: #222;
  text-transform: none;
}
.funnelplugin-cf-footer-popup h4 {
  margin-top: 16px;
  opacity: .7;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.funnelplugin-cf-footer-popup h4:first-child {
  margin-top: 0;
}
.funnelplugin-cf-footer-close {
  position: absolute;
  margin-top: 20px;
  top: 13px;
  right: 37px;
  transition: all 200ms;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  opacity: .4
}
.funnelplugin-cf-footer-close:hover {
  color: #d45843;
  text-decoration: none;
  opacity: 1
}
.funnelplugin-cf-footer-content {
  max-height: 500px;
  overflow-x: hidden;
  padding-right: 15px;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
@media screen and (max-width:700px) {
  .funnelplugin-cf-footer-popup {
    width: 70%;
  }
}