// .kenzap .kenzap-featured-list-1 {
//   div, span,
//   h1, h2, h3, h4, h5, h6, p, blockquote,
//   a, del, dfn, img, ins, kbd, samp,
//   small, strike, sub, sup, tt, var,
//   center, dl, dt, dd, ol, ul, li,
//   fieldset, form, label, legend,
//   table, tbody, tfoot, thead, tr, th, td {
//     padding: 0;
//     margin: 0;
//     box-shadow: none;
//     border: none;
//     text-decoration: none;
//   }

//   // HTML5 display-role reset for older browsers
//   article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
//     display: block;
//   }

//   ol, 
//   ul {
//     list-style: none;
//   }

//   blockquote, q {
//     quotes: none;
//   }

//   blockquote:before, 
//   blockquote:after,
//   q:before, 
//   q:after {
//     content: '';
//     content: none;
//   }

//   table {
//     border-collapse: collapse;
//     border-spacing: 0;
//   }
// }

// .kenzap .kenzap-featured-list-1{
//   display:flex;
//   flex-wrap: wrap;
// }

// .kenzap .kenzap-featured-list-1 .featured-box{
//   width:50%;
//   float:left;
//   text-align:center;
//   padding:60px 0;
//   transition: all 400ms ease-in-out;
//   position: relative;
// }

// .kenzap .kenzap-featured-list-1 .featured-box:nth-child(odd){
//   background:#fff;
// }

// .kenzap .kenzap-featured-list-1 .featured-box:nth-child(even){
//   background:#f7f7f7;
// }

// .kenzap .kenzap-featured-list-1 .featured-box img, .kenzap-featured-list-1 .featured-box .addIcon{
//   margin:0 auto 40px;
//   max-width: 100%;
//   position: relative;
// }

// .kenzap .kenzap-featured-list-1 .featured-box h3{
//   //font-size:32px;
//   //color: var(--tcolor, #111);
//   margin:0 0 15px;
//   //line-height:38px;
//   text-transform:uppercase;
//   transition: all 400ms ease-in-out;
// }

// .kenzap .kenzap-featured-list-1 .featured-box ul{
//   padding:0;
//   margin:0;
//   list-style:none;
// }

// .kenzap .kenzap-featured-list-1 .featured-box ul li{
//   font-size: inherit;
//   text-transform:uppercase;
//   //color: var(--dcolor, #555);
//   padding: 7px 20px;
//   letter-spacing:.2em;
//   line-height: 1.4;
//   transition: all 400ms ease-in-out;
// }

// @media screen and (max-width: 61.938em) {
//   .kenzap .kenzap-featured-list-1 .featured-box{
//     width:100%;
//   }
// }

// .kenzap .kenzap-featured-list-1.hover-enabled .featured-box:hover {
//   background: var(--backgroundHover, #1c1c1c);
// }

// .kenzap .kenzap-featured-list-1.hover-enabled .featured-box:hover h3 {
//   color: var(--thover, #fff);
// }

// .kenzap .kenzap-featured-list-1.hover-enabled .featured-box:hover ul li {
//   color: var(--dhover, #fff);
// }

.kenzap .kenzap-featured-list-1 .remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  background: $white;
  border-radius: 50%;
  color: $black;
  z-index: 99;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;

  &:hover {
    color: red;
    opacity: 1;
  }

  &:focus {
    outline: none;
    opacity: 1;
  }
}

.kenzap .kenzap-featured-list-1 .featured-box:hover .remove{
  opacity: 1;
}

.kenzap .wp-block-kenzap-feature-list-1 .kenzap-add {
	position: absolute;
	display: none;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
	border-radius: 5px;
	padding: 5px;
	border: 0;
	background: white;
	box-shadow: inset 0 0 50px white;
	color: rgba(10,24,41,.7);
	cursor: pointer;
	text-align: center;
	flex-direction: column;
	justify-content: center;
  align-items: center;
  transition: all .2s;
  
  span {
	  display: block;
	  margin-bottom: 5px;
  }

  &:hover {
    color: #191e23;
  }

  &:focus {
    outline: none;
  }
}

.kenzap .wp-block-kenzap-feature-list-1 .editPadding {
	transition: all .2s;
}

.kenzap .is-selected .wp-block-kenzap-feature-list-1{
  
	& .kenzap-add {
    display: flex;
	}
  
	.editPadding {
	  padding: 0 0 100px;
	 }
}