a {
    cursor: pointer;
}

.nav_wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
}

.bee-horizontal.with-bee-hamburger {
    display: flex;
}

nav .bee-menu {
    padding-right: 30px;
}

.bee-row.bee-row-1 .bee-block.bee-block-1.bee-image {
    width: auto;
}

.bee-row.bee-row-1 .bee-block.bee-block-4.bee-paragraph p {
    /* margin-top: -20px; */
}

.lilly-shadow {
    box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.39);
-webkit-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 1px 1px 12px 0px rgba(0,0,0,0.39);
width: 80%;
width: 100%;
    max-width: 1240px;
}

.lilly_flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 15px;
}

.lilly_flex .bee-image {
        width: 100%;
        max-width: 80px;
}


@media (max-width:768px) {

    .bee-row.bee-row-1 .bee-block.bee-block-4.bee-paragraph p {
        margin-top: 0px;
    }

    .mobile_hide {
        display: none;
    }

    .lilly-shadow {
    width: 90%;

    }

    .nav_wrapper {
        flex-direction: row;
        justify-content: space-between;
    }

    .bee-row-1 .bee-col-1 .bee-block-1 img {
        max-width: 126px;
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .bee-block.bee-block-2.bee-menu {
        width: 100%;
    }
    
}

.bee-row-3 {
  display: none;
}


