.editable {
    position: relative;
}

.editable::before {
    content: '🖊';
    transition: .3s;
    opacity: 0;
    color: #002319;
    visibility: hidden;
    font-size: 12px;
    position: absolute;
    top: -15px;
    right: -20px;
    z-index: 99;
}

.editable:hover::before {
    visibility: visible;
    opacity: 1;
}

.editable.is-editing::before {
    visibility: visible;
    opacity: 1;
}

.avatar-upload {
    position: relative;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:after {
    content: "🖊";
    position: absolute;
    top: -35px;
    left: 18px;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 99;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.goog-te-banner-frame {
    display: none;
    margin-top: -20px;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-combo {
    color: #000 !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
    -webkit-tap-highlight-color: transparent !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    border: solid 1px #e8e8e8 !important;
    box-sizing: border-box !important;
    clear: both !important;
    cursor: pointer !important;
    display: block !important;
    float: left !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 30px !important;
    line-height: 40px !important;
    outline: none !important;
    padding-left: 18px !important;
    padding-right: 30px !important;
    position: relative !important;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    white-space: nowrap !important;
    width: auto !important;
    margin: 2px 0 !important;
}

/* responsive  */
.features-area-13 {
    overflow: hidden;
}

.features-area-14 {
    overflow: hidden;
}

.modal-backdrop{
    z-index: -1 !important;
}

.blog_details .ce-block__content{
    max-width: 90% !important;
}

.blog_details .cdx-simple-image__caption{
    display: none !important;
}