.primary .menu .menu-item.ion-ios-wine-outline:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/wine-outline-black.svg") no-repeat center;
    background-size: contain;
    margin-left: -3px;
    margin-right: 5px;
}
#menu-my-account .menu-item.ion-ios-wine-outline:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/wine-outline.svg") no-repeat center;
    background-size: contain;
}

.content-box .btn-wrap {
    padding-top: 20px;
}
.experiences tr td {
    vertical-align: middle;
}
#confirmbox .btnwrap {
    text-align: center;
    padding-top: 30px;
}
#confirmbox .btnwrap .button {
    margin: 0 5px;
}
.hidden {
    display: none;
}
#confirmbox h4 span {
    text-decoration: underline;
    color: #256e37;
}
.nav-menu.tertiary li.current-page-ancestor a:before,
.nav-menu.tertiary li.is-active a:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent;
    border-bottom-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*
    add edit experience
*/
.loggedin-message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border: 1px solid #EDEDED;
    border-radius: 3px;
}
.loggedin-message .btn-wrap {
    padding-top: 0;
}

/* Form heading */
.form-heading {
    margin-bottom: 30px;
}

.error-message {
    padding: 16px;
    border: 1px solid #EDEDED;
    color: red;
    margin-bottom: 30px;
}
.success-message {
    padding: 16px;
    border: 1px solid #EDEDED;
    color: #256E37;
    margin-bottom: 30px;
}

.manage-activity-form fieldset {
    padding: 0;
    border: 0;
}
.manage-activity-form fieldset label {
    font-weight: bold;
    color: #256E37;
}
.manage-activity-form fieldset input[type=text] {
    width: 100%;
}
.manage-activity-form fieldset select#activity_category,
.manage-activity-form fieldset .select {
    width: 100%;
    max-width: 320px;
}
.manage-activity-form fieldset .field.error {
    border: 1px solid red;
}
.manage-activity-form .activity-uploaded-files {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.manage-activity-form .activity-uploaded-files .image-uploads {
    width: 320px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}
.manage-activity-form .activity-uploaded-files .image-uploads img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.manage-activity-form .activity-uploaded-files .image-uploads a {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    background: red;
    color: #fff;
}
.manage-activity-form .activity-uploaded-files .image-uploads a:hover {
    background: #8d0000;
}

.nearby-experiences {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}
.nearby-experiences .xp-item {
    width: 100%;
    flex-grow: 1;
}
.nearby-experiences .xp-img {
    position: relative;
    height: 149px;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
}
.nearby-experiences .xp-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    left: 0;
    top: 0;
}
.nearby-experiences .overlay {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.53);
    border-radius: 3px;
}
.nearby-experiences .overlay span {
    background: #256E37;
    display: inline-block;
    padding: 5px 12px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
}
.nearby-experiences .overlay:hover {
    background: rgba(0,0,0,.33);
}
.nearby-experiences h3 {
    margin: 0 0 20px;
    font-size: 16px;
    color: #454545;
}
.single-job_listing .widget .nearby-experiences .xp-item h3 a {
    color: #454545;
}
.single-job_listing .widget .nearby-experiences .xp-item h3 a:hover {
    color: #256E37;
}
.QR-code {
    float: none !important;
    text-align: center;
    padding-top: 40px;
    width: 100%;
    clear: both;
}
.QR-code img {
    max-width: 200px;
}
@media all and (min-width: 768px) {
    .nearby-experiences .xp-item {
        width: 48%;
    }
}
@media all and (min-width: 1140px) {
    .nearby-experiences .xp-item {
        width: 22%;
    }
}
@media all and (min-width: 1200px) {
    .QR-code {
        width: auto;
        float: right !important;
        padding: 0;
        clear: none;
    }
}