/* Hexagon specific code*/
.honeycombs {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
    max-width:100% !important;
}
.testimonial { max-width:100% !important; overflow:hidden;}

.honeycombs .inner_span {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    position: relative;background-size: cover;
    background-position: 50% 50%;
}

.honeycombs .inner_span:before {
    z-index: 1;
    background: rgb(185,122,87);
    background: linear-gradient(0deg, rgba(185,122,87,1) 0%, rgba(185,122,87,0.8) 30%,rgba(185,122,87,0.4) 50%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.honeycombs .honeycombs-inner-wrapper {
    display: inline-block;
    width: 700px;
    position: relative
}

.honeycombs .hex_l, .honeycombs .hex_r {
    overflow: hidden;
    position: absolute
}

.honeycombs .hex_l {
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.honeycombs .hex_r {
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg)
}

.honeycombs .hex_inner {
    display: block;
    visibility: visible;
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    cursor: pointer
}

@media (min-width: 700px) {
    .comb-container .inner-text-description-long {
        width: 260px
    }
}

.comb {
    position: absolute;
    display: inline-block;
    overflow: hidden

}

.comb .inner-text-description-long, .comb .inner-text-title {
    display: block;
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .7s ease-in;
    font-size:0.9em
}

.comb .inner-text-title {
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 1;
    transition: all 0.4s;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top:100%
}

.comb .inner-text-title h3 {
display:block;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Open Sans';
}

.comb:hover .inner_span:before {
    background-color: rgb(183 120 85 / 0.9);
    z-index: 0;
}

.comb:focus-within .inner_span:before {
    background-color: rgb(183 120 85 / 0.9);
    z-index: 0;
}

.comb:hover .inner-text-description-long, .comb:hover .inner-text-title {
    z-index: 10;
    opacity: 1;
}
.comb:focus-within .inner-text-description-long, .comb:hover .inner-text-title {
    z-index: 10;
    opacity: 1;
}

.comb:hover .inner-text-title {
    padding-top:0%
}
.comb:focus-within .inner-text-title {
    padding-top:0%
}

.comb .inner_span {
    display: table;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.comb .inner_span a {
    margin-top: 10px; padding:5px 20px
}
.comb .inner_span a:hover {padding:5px 20px}
.placeholder {
    display: none !important;
}

.comb .wp-block-buttons { justify-content: center;}

@media screen and ( max-width: 768px  ) {

    .honeycombs-wrapper {margin-bottom:-200px; margin-top:-100px}
}