.wpe_free-features{
  margin-left: 0;
  list-style: none;
}
.wpe_free-features li{
  margin-bottom: 10px;
}
.wpe_addon-row{
  display: block;
  padding: 30px;
	margin-bottom: 30px;
	background-color: #f7f7f7;
  color: initial;
  transition: all .4s ease;
}
.wpe_addon-row:hover{
  -webkit-box-shadow: 0 5px 40px 10px rgba(0, 0, 0, .08);
  box-shadow: 0 5px 40px 10px rgba(0, 0, 0, .08);
  cursor: pointer;
  color: initial;
}
.wpe_addon-row.pro{
  background-color: #2e5e90;
}
.wpe_addon-row.full{
  background-color: #006100;
}
.wpe_addon-box{
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}
.wpe_addon-box.small{
	flex-wrap: nowrap;
}
.wpe_addon-row .wpe_addon-img{
	position: relative;
  max-width: 200px;
  margin-bottom: 20px;
}
.wpe_addon-row .small .wpe_addon-img{
  max-width: 60px;
  margin-right: 15px;
  margin-bottom: 0;
}
.wpe_addon-header{
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}
.wpe_addon-header h3{
  font-size: 24px;
  margin: 0 !important;
}
.wpe_addon-row .small .wpe_addon-header h3{
  font-size: 20px;
}
.wpe_addon-row .wpe_addon-content{
	width: 100%;
}
.wpe_addon-row .small .wpe_addon-content p{
  font-size: 14px;
  margin-bottom: 0;
}
.wpe_addon-row .wpe_addon-content.text-white, .wpe_addon-row .wpe_addon-content.text-white .wpe_addon-header h3{
  color: #fff;
}
.wpe_addon-content h5{
	font-size: 1.25em;
	font-weight: 500;
}
.wpe_addon-row .wpe_addon-content .button.btn,
.wpe_addon-cta .button{
	display: inline-block;
  line-height: normal;
  color: #333;
  font-weight: 600;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: all .4s ease;
  background-color: #fff;
  padding: 9px 22px;
  text-decoration: none;
}
.wpe_addon-row .wpe_addon-content .button.btn{
  border-color: #fff;
}
.wpe_addon-cta{
	background-color: #f7f7f7;
  padding: 30px;
  font-size: 20px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 4px;
}
.wpe_addon-cta img{
  margin-bottom: .5em;
}
.wpe_addon-cta .button{
  color: #fff;
  background-color: #d3741c;
  font-size: 16px;
}
html.wpe_addon-modal-is-active{
  overflow: hidden;
}
.wpe_addon-modal{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.wpe_addon-modal.active{
  display: flex !important;
}
.wpe_addon-modal .wpe_addon-modal-body{
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.wpe_addon-modal .wpe_addon-modal-body p{
  margin-bottom: 0;
}
.wpe_addon-modal .wpe_addon-modal-content{
  max-width: 100%;
  max-height: 60vh;
  overflow-y: auto;
  background-color: #fff;
  padding: 30px;
}
.wpe_addon-modal .wpe_addon-modal-close{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0000;
  position: absolute;
  right: -20px;
  top: -20px;
  color: #fff;
  border: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  text-decoration: none;
  z-index: 9;
}
.wpe_addon-modal .wpe_addon-modal-close span{
  width: 25px;
  height: 25px;
  font-size: 25px;
}
@media (min-width: 861px){
  .wpe_addon-row .small .wpe_addon-header h3{
    font-size: 24px;
  }
  .wpe_addon-row .wpe_addon-img{
    max-width: 200px;
  }
  .wpe_addon-row .small .wpe_addon-img{
    max-width: 80px;
  }
  .wpe_addon-row .wpe_addon-img{
		margin-right: 20px;
    margin-bottom: 0;
	}
	.wpe_addon-row .wpe_addon-img img{
		display: block;
		max-width: 100%;
	}
	.wpe_addon-row .wpe_addon-content{
		max-width: calc(100% - 220px);
	}
	.wpe_addon-row .small .wpe_addon-content{
		max-width: calc(100% - 100px);
	}
}