/**buttons**/

.button-orange {
  background: orange;
  color: black !important;
}

.button-orange:hover, .button-orange:active {
  background: #e69500;
  color: black !important;
}

.button-orange.alternate {
  color: orange;
  background: black;
  border: 1px solid transparent;
}

.button-orange.alternate:hover, .button-orange.alternate:active {
  background: transparent;
  color: black;
  border: 1px solid white;
}

.button-orange.insidebanner:hover, .button-orange.insidebanner:active {
  background: #f09b00;
  color: black !important;
}

.button-orange.fade {
  background: #b37400;
}

.button-orange.fade:hover, .button-orange.fade:active {
  background: #f09b00;
  color: black !important;
}



.block-column ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .block-column ul {
    display: block;
  }
}

.block-column li {
  list-style: none;
}

.block-column li:first-child {
  width: 45%;
}

@media (max-width: 767px) {
  .block-column li:first-child {
    width: 100%;
  }
}

.block-column li:last-child {
  padding-left: 50px;
  width: 55%;
}

@media (max-width: 767px) {
  .block-column li:last-child {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

/**benefits**/

.block-keyfeatures {
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
}

.block-keyfeatures {
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
}

.block-features ul {
  margin-left: 0;
}

.block-features li {
  list-style: none;
  padding-left: 10px;
}

.block-features li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1rem;
  left: -15px;
  position: relative;
  color: #0c8819;
}

/**amp contact**/
.amp-contact{
  /*display: block;*/
}
.amp-contact a{
  display: block;
  background:orange;
  color:#fff;
  margin:10px auto;
  width:100%;
  text-align: center;
  padding:10px 0;
}
/***product specs**/
.post-product_specs{
  text-align: left;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
}
@media(max-width: 767px){
  .post-product_specs{
    display: block;
  }
}
.post-product_specs--data {
  flex-grow: 1;
  flex-basis: 0;
}
.post-product_specs--data.first ul li{
  font-weight: 600;

}

.post-product_specs--data ul{
  list-style: none;
  margin:0;
  padding:0;
}
.post-product_specs--data ul li{
  width: 100%;
  list-style: none;
  padding:.5rem .625rem .625rem;
  line-height: 30px;
  font-size: 12px;
}

.post-product_specs--data ul li:nth-child(odd){
  background:#e9f1fc;
}
.post-product_specs--data ul li:first-child{
  background:orange;
  font-weight:600;
}

.amp-contact a{
	display: block;
	background:orange;
	color:#fff;
	margin:10px auto;
	width:100%;
	text-align: center;
	padding:10px 0;
}

/**popular posts**/
.posts-popular{
  margin:60px 0;
}
.posts-popular h3{
  margin-bottom: 20px;
}
.posts-popular ul{
  margin:0;
  padding:0;
  display:
}
.posts-popular ul li{
  width:32.5%;
  display: inline-block;
  padding:0 15px;
  list-style: none;
  margin-bottom:30px;
}
.posts-popular ul li a{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: center;
  background:#fff;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}
.posts-popular ul li a img{
  max-width:45%;
}
.posts-popular ul li a span{
  max-width:50%;
  font-size:14px;
  font-weight:bold;
  padding-right:10px;
}
@media(max-width: 991px){
  .posts-popular ul li{
    width:49%;
  }
}
@media(max-width: 767px){
  .posts-popular ul li{
    width:100%;
  }
}