/* #email-input{
	border-radius: 5px !important;
	overflow: hidden;
}

#header-outer:not([data-format=left-header]) #top>.container>.row, #header-outer:not([data-format=left-header]) #top>.container>.row nav, #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul, #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul>li{
	padding-left: 10px
}

#top #mobile-cart-link{
	display: none;
} */

/* People */
.wpb_row.our-people  {
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (min-width: 691px) {
    .wpb_row.our-people {
        padding-left: 0;
        padding-right: 0;
    }
}

.wpb_row.our-people .col {
    row-gap: 24px;
    column-gap: 24px;
}

@media only screen and (min-width: 768px) {
    .wpb_row.our-people .wpb_column {
        width: calc(50% - 24px);
    }
}
@media only screen and (min-width: 1024px) {
    .wpb_row.our-people .wpb_column {
        width: calc(100% / 3 - 24px);
    }
}

.wpb_row.our-people .vc_column-inner {
    display: flex;
    flex-direction: column;

    height: 100%;

    background-color: #f4eae2;
    border-top-right-radius: 24px;
    padding: 16px;
}

.wpb_row.our-people .vc_column-inner .wpb_wrapper {
    height: 100%;
}

.wpb_row.our-people .img-with-aniamtion-wrap {
    aspect-ratio: 1/1;
    object-fit: cover;
    overflow: hidden;
}
.wpb_row.our-people .img-with-aniamtion-wrap img {
    width: 100%;
    border-top-right-radius: 24px!important;
}
@media only screen and (min-width: 768px) {
    .wpb_row.our-people .img-with-aniamtion-wrap {
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .wpb_row.our-people .img-with-aniamtion-wrap {
        width: 160px;
        margin-right: 24px;
        display: inline-block;
    }
}

.wpb_row.our-people .wpb_content_element.name  {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    width: 100%;
}

.wpb_row.our-people .wpb_content_element.name h3:first-of-type {
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
    .wpb_row.our-people .wpb_content_element.name  {
        /* width: 60%; */
        width: calc(100% - 160px - 32px);
        margin-top: 0;
        height: 160px;
    }
}

.wpb_row.our-people .wpb_content_element.name .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wpb_row.our-people .wpb_content_element.name h3  {
    line-height: 1.2!important;
    font-size: 18px!important;
    font-family: Archivo;
}

.wpb_row.our-people .divider-wrap {
    margin-left: -16px;
    margin-right: -16px;
}
.wpb_row.our-people .divider-wrap div {
    background-color: #fff;
    height: 1px!important;
    width: 100%;
    margin: 16px auto;
}

.wpb_row.our-people .wpb_text_column p {
    font-size: 16px!important;
    line-height: 1.6!important;
    margin-bottom: 32px;
    padding-bottom: 36px;
    color: #000;
}

.wpb_row.our-people a {
    margin-bottom: 0;
}

.wpb_row.our-people .iwithtext {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.wpb_row.our-people .iwithtext .iwt-icon {
    position: unset;
}

.wpb_row.our-people .iwithtext .iwt-icon .icon-default-style {
    border-radius: 50%;
    font-size: 16px;
    background-color: #8c2143;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpb_row.our-people .iwithtext .iwt-text {
    padding-left: 4px;
}