/*======================= DE BOX ===================*/
/*========================================================*/

.divienhancer_premade_box.debox-style-1 {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    overflow-y: hidden;
}

.divienhancer_premade_box.debox-style-1 .divienhancer_premade_box_content_wrapper {
    background-color: #fff;
}

.divienhancer_premade_box.debox-style-1 .divienhancer_premade_box_content {
  margin-bottom: 2em;
}

.divienhancer_premade_box.debox-style-1 img.divienhancer_premade_box_main_image {
  width: 100%;
  display: block;
}

.divienhancer_premade_box.debox-style-1 h2.divienhancer_premade_box_title {
    position: relative;
    z-index: 1;
}

span.divienhancer_premade_box_icon {
    font-size: 2.5em;
    top: -0.2em;
    padding: 0.6em;
    border-radius: 100em;
    position: relative;
    color: #333;
    background-color: #fff;
}

a.divienhancer_premade_box_button {
    color: #fff;
    padding: 0.4em 1em 0.6em;
    display: inline-block;
    line-height: 1em;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 2px;
}

.divienhancer_premade_box_button_wrapper {
    padding: 0 2em 2em;
}

.divienhancer_premade_box.debox-style-1 {
  border-bottom: 3px solid;
}
