/*
Theme Name: Vedbo Child
Theme URI: http://vedbo.co
Description: This is a child theme for Vedbo Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: vedbo
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/


/*SITE CUSTOM FORMS*/
.m-10{
    margin-top: 10px;
}

.w-200{
    width: 200px;
}

.fa{
    font-size: 20px !important;
}

hr{
    width: 100%;
    height: auto;
}

.hidden, .mobile_header_navbar,
.hide{
    display: none;
}
.show{
    display: block;
}

.dflex-icon-btn{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.btn-loader{
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.delete-btn{
    background-color: #d6293e;
    border-color: #d6293e;
}
.delete-btn:hover{
    background-color: #b62335;
    border-color: #ab2132;
}

#gy_lamemoire_form_container .gy_input_control {
    margin-top: 30px;
}

#gy_lamemoire_form_container input:not([type=radio]){
    display: block;
    background: none;
    padding: 0 10px 8px 0;
    margin-top: 9px;
    border-width: 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    height: 27px;
}

#gy_lamemoire_form_container input:focus{
    caret-color: #D0A640;
    border-bottom-color: #D0A640;
}
#post_deseased_tribute_form .btn-submit{
    position: relative;
}
#post_deseased_tribute_form .btn-submit .btn-loader{
    right: -56px;
    bottom: -29px;
}
#gy_lamemoire_form_container .btn-submit{
    display: flex;
    background: #d0a640;
/*    padding: 15px;*/
    border-radius: 5px;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    position: relative;
}

#gy_lamemoire_form_container .btn-submit img, .create_profile_btn img {
    display: none;
    width: 60px;
    position: absolute;
    right: 150px;
}
#gy_lamemoire_form_container img.btn-loader{
    right: 125px;
}

#gy_lamemoire_form_container .btn-submit button{
    color: #fff !important;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.success-msg{
    color: green;
    margin-top: 10px;
}

.error-msg{
    color: red;
    margin-top: 10px;
}

/*USER DASHBOARD*/
.user_dashboard{
    margin: unset !important;
}
.user_profile_info_container{
    display: flex;
    align-items: center;
    gap: 20px;
}
.user_profile_image{
    position: relative;
}
#update_my_profile_file,
#update_deseased_profile_file
{
    display: none !important;
}
#update_my_profile_img,
#update_deseased_profile_img {
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 14px 16px !important;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.user_profile_info_container img {
    width: 180px;
    height: auto;
    border-radius: 100px;
}
.user_profile_info_container .current_user_name{
    font-size: 1.5rem;
    font-weight: bold;
    color: #636363;
}
.user_profile_info_container .current_user_profile_info{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.user_medallions_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user_medallions_container .user_medallions_profile_btn span{
    border-bottom: 2px solid #D0A640;
    font-size: 18px;
}
.user_medallions_container .user_medallions_create_user a{
    background-color: #D0A640;
    color: #fff;
    width: 100%;
    border-radius: 7px;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
}

.modal_activate_deseased-profile .lamemoire_modal_content{
    /*min-height: 300px;*/
    max-height: 500px;
    overflow-y: auto;
    height: auto;
}
#attach_medallion_form .deseased_profiles_list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#attach_medallion_form .deseased_profiles_list .radio_wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}
#attach_medallion_form .deseased_profiles_list .radio_wrapper input,
#attach_medallion_form .deseased_profiles_list .radio_wrapper label {
    margin: unset;
}
#attach_medallion_form .btn-submit{
    background: unset !important;
}
#attach_medallion_form #attach_medallion_btn{
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
    background-color: green;
}

.user_medallions_container .user_medallions_create_user a:hover{
    color: white;
}
.create_deseased_profile{
    display: flex;
    align-items: center;
    gap: 15px;
}
.create_deseased_profile .create_deseased_back_btn a{
    font-size: 35px;
}
.create_deseased_profile .create_deseased_heading span{
    font-weight: 600;
    font-size: 16px;
}
.create_deseased_heading p{
    border-bottom: 2px solid #d1d1d6;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

#create_deseased_user .gy_input_full_name, .gy_input_wrapper,
#update_deseased_user .gy_input_full_name, .gy_input_wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

#create_deseased_user .gy_input_full_name .gy_input_control,
#update_deseased_user .gy_input_full_name .gy_input_control {
    width: 33% !important;
}

@media(max-width: 480px){
    #create_deseased_user .gy_input_full_name, .gy_input_wrapper,
    #update_deseased_user .gy_input_full_name, .gy_input_wrapper {
        flex-direction: column;
    }
    #create_deseased_user .gy_input_full_name .gy_input_control,
    #update_deseased_user .gy_input_full_name .gy_input_control,
    .gy_input_wrapper .gy_input_control {
        width: 100% !important;
    }
    .user_medallions_container{
        flex-direction: column-reverse;
        align-items: normal;
        gap: 20px;
    }
}

.gy_input_wrapper .gy_input_control{
    width: 50%;
}
.gy_file_input{
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #29292e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e4e6;
    border-radius: 5px;
}

.create_deseased_heading {
    margin: 10px 0px;
}

.user_dashboard-btn .user_profile-dropdown{
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    width: 125px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px;
    top: 20px;
}
.user_dashboard-btn .profile_btn:hover .user_profile-dropdown{
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    align-items: end;
}

.current_user_profile_info .deseased_title{
    font-size: 18px;
    font-weight: 500;
    color: #a7a5a5;
}

.current_user_profile_info .deseased_name{
    font-size: 24px;
    font-weight: 600;
}
.add_deseased_media_btn,
.add_deseased_timeline_btn {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.add_deseased_media_btn a,
.add_deseased_timeline_btn a{
    background: #d0a640;
    padding: 12px 25px;
    border-radius: 10px;
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.no_data_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    width: 100%;
}
.no_data_container img{
    width: 100px;
}
.no_data_container p{
    width: 500px;
}
.deseased_media_items{
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}
.deseased_media_item{
	display: flex !important;
    align-items: center !important;
    width: 32%;
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    justify-content: center;
    height: 285px;
    background: #f1f3f4;
}
.deseased_media_item .btn_action-round{
    position: absolute;
    right: 14px;
    top: 14px;
    background-color: #d0a640;
    color: #fff;
    opacity: 0.8;
}
.deseased_media_item .actions_dropdown{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    left: 138px;
    padding: 0.8rem 0.8rem;
    transform: translate(5px, 52px);
    min-width: 12rem;
}
.deseased_edit-timeline-container.actions_dropdown{
    top: 0 !important;
    right: 15px !important;
    left: revert-layer !important;
    min-width: 10rem !important;
}
.deseased_edit-tributes-container.actions_dropdown{
    left: -120px;
    min-width: 9rem;
}
.deseased_completion_status{
    padding: 15px;
    border: 1px solid #d9d9d9;
    margin: 8px 0px 20px;
    border-radius: 15px;
}
.deseased_completion_status,
.completion_text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.deseased_profile_stats{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.deseased_profile_stats .prof-stat{
    width: 120px;
    min-width: 120px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.deseased_profile_stats .prof-stat h4{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}
.deseased_profile_stats .prof-stat p{
    margin-bottom: 10px;
    color: #12cd12;
    font-size: 12px;
}
.deseased_profile_stats .prof-stat .profile-completion-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    font-size: 13px;
    text-align: center;
    line-height: 2.3;
    margin-bottom: 10px;
}
@media(max-width: 480px){
    .deseased_profile_stats{
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
    .deseased_profile_stats .prof-stat{
        width: 110px;
        min-width: 110px;
    }
    .deseased_profile_stats .prof-stat h4{
        font-size: 14px;
    }
    .deseased_profile_stats .prof-stat p{
        font-size: 12px;
    }
    #kitify-tabs-content-2593 .add_deseased_media_btn a,
    #post_deseased_tribute{
	    width: 100%;
    	margin-bottom: 15px;
    }
}
.deseased_edit-timeline-container.actions_dropdown a{
    justify-content: start !important;
    margin-left: 12px !important;
}
.deseased_media_item .actions_dropdown a:first-child{
    margin-bottom: 10px;
    color: #d0a640;
}
.deseased_media_item .actions_dropdown a:last-child{
    color: #d6293e !important;
}
.deseased_media_content{
    display: none;
    width: 100%;
    text-align: center;
}
@media(min-width: 1024px){
	.item_hovered{
	    display: flex;
	    align-items: center;
	    flex-direction: column;
	    gap: 10px;
	    height: auto;
	}
	.item_hovered img{
	    height: 200px;
	    object-fit: cover;
	}
	.gy_input_control label {
    	margin-top: 10px;
	}
}
.deseased_media_item img{
    border-radius: 20px;
    width: 100%;
    max-width: 290px;
}

@media(max-width: 480px){
    .no_data_container p{
        width: 220px;
    }
    .deseased_media_item .actions_dropdown{
        left: 5px;
        transform: translate(1px, 25px);
        min-width: 9rem;
    }
    .user_medallions_container .user_medallions_create_user a{
        padding: 10px 10px;
    }
    /*.item_hovered img{
        width: 100%;
    }*/
}

/* LOVED ONES PROFILE CARDS*/
.user_loved_ones_profiles_container{
    margin-top: 30px;
}
.user_loved_ones_profiles_handler{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.user_loved_ones_profile_card {
    width: 33%;
    background-color: #fff;
    border-radius: 7px;
    padding: 20px;
    box-shadow: 0px 8px 24px 0px rgba(50, 50, 71, 0.2);
    height: 405px;
}

.medallion_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 10px;
    width: 85%;
}
.medallion_wrapper .medallion-name{
    font-size: 18px;
    font-weight: 600;
    color: #d0a640;
}
.already-attached-profile_btn {
    padding: 10px 12px;
    border-radius: 15px;
    background-color: green !important;
}
.medallion_wrapper .attach-med_profile{
    padding: 10px 15px;
    border-radius: 15px;
    background-color: #000000;
}
.medallion_wrapper .attach-med_profile:hover{
    background: white;
    border: 1px solid #d0a640;
    color: #d0a640;
}
.mob_media_img{
    display: none;
}
@media( max-width: 480px ){
    .user_loved_ones_profiles_handler{
        flex-direction: column;
    }
    .user_loved_ones_profile_card {
        width: 100%;
    }
    .deseased_media_items{
        gap: 5px;
    }
    .deseased_media_item{
        width: 49%;
        height: 150px;
        padding: unset;
        border: unset;
    }
    .desktop_media_img{
        display: none;
    }
    .mob_media_img{
        display: block;
        height: 150px;
        width: 170px;
        /*width: 100%;*/
        background-color: #eff2f6;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 20px;
    }
    .deseased_media_item video{
		border-radius: 20px;
		height: 150px;
		object-fit: cover;
    }
    .deseased_public-view, .deseased_account-status{
        padding: 10px 15px !important;
    }
    .medallion_wrapper{
        width: 100%;
    }
    .medallion_wrapper .attach-med_profile{
        padding: 8px 10px;
        font-size: 12px;
    }
    .medallion_wrapper .medallion-name{
        font-size: 16px;
    }
}
.user_loved_ones_profile_card_items{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.user_loved_ones_profile_card_items img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}
.user_loved_ones_profile_card_items span{
    font-weight: 600;
    line-height: 1.25;
    color: #14191e;
    font-size: 18px;
}
.user_loved_ones_profile_card_items span.des_rel{
    color: #676a79;
    font-weight: 400;
    font-size: 16px;    
}
.user_loved_ones_profile_card_items span.des_status{
    color: red;
    font-size: 15px;
    font-weight: 500;
}
.user_loved_ones_profile_btns{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.user_loved_ones_profile_btns a{
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
.user_loved_ones_profile_btns a.deseased_view{
    background: #e9eaea;
    color: black;
}
.user_loved_ones_profile_btns a.deseased_edit{
    background: #D0A640;
    color: white;
}
.user_loved_ones_profile_btns a.deseased_edit:hover{
    color: white !important;
}
.edit_deseased_cover_photo{
    position: relative;
}
.default_covers{
    margin-top: 30px;
    overflow-x: auto;
    white-space: nowrap;
}
.cover-photo-link{
    border: 2px solid transparent;
    border-radius: 10px;
    display: inline-block;
    margin-right: 16px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.cover_img{
    height: 80px;
    object-fit: cover;
    width: 100px;
}
#update_deseased_cover_img{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    padding: 10px 15px;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border: 1px solid transparent;
    font-weight: 500;
}
#upload_cropped_cover .btn-loader,
#upload_cropped_profile_img .btn-loader,
#user_cropped_profile_img .btn-loader{
    display: none;
    bottom: 0;
    left: 60px;
    position: absolute;
    width: 116px;
}
#update_deseased_cover_img:hover{
    background-color: #000000;
    color: #ffffff;
}
.edit_deseased_cover_photo img.lamemoire_profile-cover{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 435px;
    object-fit: cover;
}
.edit_deseased_profile_photo{
    position: absolute;
    bottom: 135px;
    z-index: 9;
    left: 50px;
}
.edit_deseased_profile_photo img.lamemoire_profile-img{
    width: 200px;
    border-radius: 100px;
    border: 5px solid #fff;
}
.actions_dropdown{
    -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.1), 0px 0px 30px rgba(83, 88, 93, 0.2);
    box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.1), 0px 0px 30px rgba(83, 88, 93, 0.2);
    inset: 0px auto auto 0px;
    transform: translate(-7px, 30px);
    z-index: 9;
    min-width: 14rem;
    padding: 0.8rem 0;
    font-size: 0.9375rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0.4rem;
    position: absolute;
    left: 200px;
    display: none;
}
.deseased_don-container.actions_dropdown{
    left: 30px;
}
.del-action, .don-action{
    width: 100%;
    padding: 0.4rem 1.2rem;
    clear: both;
    font-weight: 500;
    color: #676a79;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    text-align: center;
    border: none;
    color: #d6293e !important;
}
#sort_deseased_timeline{
    border-radius: 10px;
    padding: 10px;
    background-color: #000000; 
}
.deseased_timeline_wrapper{
    margin-top: 20px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 0.4rem;
    padding: 1rem;
}
.timeline-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}
.timeline-container hr{
    color: #d7a229;
    height: 2px;
    background-color: currentColor;
    opacity: 0.25;
    border: none;
}
.timeline-container span.timeline-year{
    color: #d7a229;
    font-size: 20px;
    font-weight: 600;
}
.timeline_wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.timeline_wrapper .timeline_title{
    font-weight: 600;
    color: #3C3C3C;
    font-size: 17px;
    margin-bottom: 7px;
}
.timeline_wrapper .timeline_date{
    font-weight: 400;
    color: rgba(60, 60, 60, 0.60);
    font-size: 17px;
    margin-bottom: 7px;
}
.timeline_wrapper p{
    font-weight: 400;
    color: rgba(60, 60, 60, 0.60);
    font-size: 16px;
    margin-bottom: 7px;
}
.timeline_media{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}
.timeline_media_item{
    background: #d0a640;
    border-radius: 5px;
}
.timeline_media_item .desktop_imgs{
    width: 200px;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
}
.timeline_media_item .tribute_imgs{
    width: 280px !important;
    height: 270px !important;
}
.deseased_timeline_header{
    text-align: center;
    margin: 30px 0px 0px 0px;
}
.deseased_timeline_header h5{
    font-weight: 600;
    padding: unset;
    margin: unset;
}
.deseased_timeline_item{
    margin-top: 25px;
}
.activate_conditions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.activate_conditions h4{
    margin-bottom: 10px;
}
.deseased_share_btn{
    padding: 7px 30px;
    border: 1px solid #d7a229;
    background-color: #fff;
    border-radius: 40px;
    color: #d7a229;
}
.copy_deseased_url_wrapper{
    display: flex;
    align-items: center;
}
.link_copied_text{
    text-align: center;
    margin-top: 10px;
    color: #d7a229;
}
.copy_deseased_url{
    cursor: pointer;
    height: 48px;
    background: #d7a229;
    border: 1px solid #d7a229;
    border-radius: 0px 10px 10px 0px;
    width: 120px;
    color: #ffffff;
    font-size: 14px;
}
.deseased_url_copy{
    border-radius: 10px 0px 0px 10px;
    margin: unset !important;
}
@media (max-width: 480px){
    #update_my_profile_img,
    #update_deseased_profile_img{
        bottom: 15px;
        right: 5px;
        padding: 10px 12px !important;
    }
    .edit_deseased_profile_photo{
        bottom: 238px;
        left: 120px;
    }
    .edit_deseased_profile_photo img.lamemoire_profile-img{
        width: 150px;
    }
    .actions_dropdown{
        left: -15px;
        top: 15px;
    }
    .deseased_action_btns .actions_dropdown{
    	left: 0px;
        top: 0px;
        min-width: 11rem;
    }
    .deseased_edit-tributes-container.actions_dropdown{
        top: -3px;
    }
    .timeline_wrapper{
        align-items: center;
    }
    .gy_over_tribute{
        align-items: flex-start !important;
    }
    .timeline_media_item .tribute_imgs {
        width: 150px !important;
        height: 150px !important;
    }
    .edit_deseased_cover_photo img.lamemoire_profile-cover{
        height: 161px;
    }
    .deseased_don-container.actions_dropdown{
        left: -160px;
        min-width: 12rem;
        top: 0;
    }
}
.edit_deseased_images_container .user_profile_info_handler{
    background: white;
    height: auto;
    padding-bottom: 20px;
}
.edit_deseased_images_container .current_user_profile_info{
    width: 50%;
    margin: 0px auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.timeline_header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.timeline_header_content{
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.deseased_lifetime {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
}
.deseased_quote{
    font-size: 16px;
    font-style: italic;
}
.deseased_action_btns{
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.deseased_donation_container{
    position: relative;
}
.cemetery_plot_wrapper{
    display: flex;
    align-items: center;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}
.cemetery_plot_wrapper button#set_deseased_plot_loc{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    background-color: #e9ecef;
    width: 142px;
    border: 1px solid #e9ecef;
    justify-content: center;
    padding: unset;
    height: 46px;
    border-radius: 10px;
}
.cemetery_plot_wrapper button#set_deseased_plot_loc:hover{
    background-color: #d2d7db;
    border: 1px solid #d2d7db;
}
.cemetery_plot_wrapper #cementery_plot_location{
    background: unset;
    border: unset;
    width: 100%;
    font-size: 14px;
    margin-left: 10px;
}
.deseased_public-view{
    background: #d0a640;
    padding: 10px 22px;
    border-radius: 30px;
    color: white !important;
}
.deseased_account-status {
    background: transparent;
    padding: 10px 22px;
    border-radius: 30px;
    border: 1px solid;
    color: #d0a640 !important;
}
.btn_action-round{
    border: 1px solid #d0a640;
    background-color: #fff;
    width: 39px;
    padding: unset;
    height: 37px;
    border-radius: 50%;
    color: black;
}
.deseased_bio_container,
.deseased_bio_container .cemetery_list{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: flex-start;
}
.deseased_bio_container .cemetery_list{
    gap: 5px !important;
}
.deseased_bio_container .deseased_bio_wrapper{
    font-size: 15px;
}
.deseased_bio_container .deseased_cemetery_wrapper div {
    font-size: 15px;
}
.deseased_bio_container h5{
    margin-bottom: 8px !important;
    font-weight: 600;
}
.deseased_bio_container .deseased_cemetery_wrapper .deseased_lifetime span:first-child{
    font-weight: 700;
}
.deseased_obituary a{
    color: blue;
}
.deseased_obituary a:hover{
    color: #d0a640;
}
.deseased_bio_container .bio-item{
    display: none;
}
.deseased_bio_container .bio-item.show.active{
    display: block !important;
}
.deseased-bio-tab-items{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
    margin: 0px 0px 20px 10px;
}
.deseased-bio-tab-items li {
    font-weight: 600;
    list-style: none;
}
.deseased-bio-tab-items li a{
    color: #6F6F6F;
}
.deseased-bio-tab-items li.active a {
    border-bottom: 2px solid #d0a640;
}
.deseased-bio-tab-items li:hover a{
    color: #d0a640;
}
#post_deseased_tribute_form #gy_lamemoire_form_container .btn-submit{
    width: 150px;
}
.des_tribute_btns{
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
}
#deseased_tributes_submit_btn{
    background: #d0a640 !important;
    border: 1px solid #d0a640 !important;
    color: #ffffff !important;
    width: 160px !important;
}
.deseased_tribute_cancel,
#deseased_tributes_submit_btn{
    background: #e1e1e1;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    color: black;
    font-weight: 500;
    padding: unset;
    width: 130px;
    height: 48px;
}
.back-to-tributes{
    padding: unset !important;
    background: transparent !important;
    color: black !important;
    padding-bottom: 20px !important;
    width: 100% !important;
    border: unset !important;
    justify-content: flex-start;
}
.tributed_by_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tributed_by{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    /*margin-bottom: 20px;*/
}
.tributed_by img{
    height: 50px;
    width: 50px;
}

/* product card */
.product_cards_wrapper {
	display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}
.product_card {
	border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    width: 350px;
}
@media(max-width: 480px){
	.product_card {
		width: 100%;		
	}
	.edit_deseased_images_container .current_user_profile_info{
        width: 100% !important;
        align-items: center;
        padding-top: 80px !important;
    }
}
.product_image {
	background-color: #f3f0f0b2;
    height: 200px;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.product_image a {
	display: flex;
    justify-content: center;
}
.product_image a img {
	max-width: 150px;
    margin-top: 20px;
}
.product_items{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin: 15px;
}
.product_items *{
	color: black;
}
.product_items p, .deseased_media_items p, .deseased_media_items h5{
	margin: unset;
}
.product_items h3{
	margin: unset;
	color: #000;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.product_price *{
    font-size: 22px;
    color: #d0a640;
    font-weight: 600;
}
.product_items a.add_to_cart_button {
    width: 100%;
    background: transparent;
    border: 1px solid #d0a640;;
    border-radius: 30px;
    margin: 10px 0px;
}
.product_items a.add_to_cart_button:hover {
    background: #d0a640;
    color: white !important;
}
.woocommerce-cart .wc-empty-cart{
	display: none;
}
.woocommerce-cart .coupon button{
    background: #d0a640 !important;
}
.woocommerce-cart .coupon button:hover{
    color: white;
}
.timeline_select_category button{
    padding: unset;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}
.timeline_select_category button span{
    color: #000000;
    font-weight: 400;
}
.timeline_select_category button span:hover{
    color: #d0a640 !important;
}
.timeline_select_category {
    display: grid;
    grid-template-columns: repeat(3, 0.3fr); /* 3 columns with equal width */
    gap: 20px 10px;
    justify-content: center;
}

.timeline_select_category img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*Lamemoire Modal*/
.lamemoire_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.lamemoire_modal_content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    background-color: #fefefe;
    padding: 10px 20px;
    border: 1px solid #888;
    border-radius: 8px;
    margin: 5% auto;
    width: 40%;
    height: auto;
}
.lamemoire_modal_content p{
    margin-bottom: 1rem;
}
.modal_delete-deseased .lamemoire_modal_content {
    /*height: 250px;*/
    margin: 15% auto;
}
.modal_deseased_cementery_location .lamemoire_modal_content{
    width: 60%;
	padding: 20px 45px; 
}
#gy_cementery_plot_submit{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: unset;
    height: 50px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #252b55;
    font-weight: 400;
}
/*.modal_update-deseased-timeline .lamemoire_modal_content{
    height: 380px;
}*/
.modal_update-deseased-cover .lamemoire_modal_content{
    /*height: 360px;*/
    margin: 7% auto;
}
.cover_img-loader{
    display: none;
    width: 140px;
    text-align: center;
    position: absolute;
    bottom: 144px;
    left: 100px;
}
.social_share_icons{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 20px 10px 35px;
}
.social_share_icons .share_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.social_share_icons i.fa{
    font-size: 35px !important;
    color: white;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social_share_icons i.fa.fa-facebook{
    background: #0f6fec;
}
.social_share_icons i.fa.fa-whatsapp{
    background: #0cbc87;
}
.social_share_icons i.fa.fa-twitter{
    background: #4f9ef8;
}
/*.modal_deseased-activate .lamemoire_modal_content {
    height: 240px;
}*/
.modal_add-deseased-timeline .lamemoire_modal_content {
    max-height: 600px;
    overflow-y: auto;
    /*height: 560px;*/
    margin: 2% auto;
}
.crop_cover_btns{
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}
.crop_cover_btns button{
    padding: unset;
    width: 80px;
    height: 40px;
    border-radius: 10px;
    font-weight: 400;
}
#cancel_crop, #cancel_profile_crop, #cancel_user_profile_crop{
    color: #000;
    background-color: #eef0f2;
    border-color: #eef0f2;
}
#add-deseased_timeline-form .category-form h3{
    margin: unset;
}
#add-deseased_timeline-form .category-form img{
    max-width: 60px;
}
#add-deseased_timeline-form .category-form .back-btn{
    background-color: unset;
    padding: unset;
}
#add-deseased_timeline-form .category-form .back-btn i{
    color: black;
}
#add-deseased_timeline-form .category-form .form_title{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 5px;
}
#deseased_activate_profile_btn{
    background-color: green;
    color: #fff !important;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    height: 50px;
}
.lamemoire_modal_content hr{
    margin-bottom: 15px;
    margin-top: unset;
}
.popup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup_header span.close{
    font-size: 35px;
    font-weight: 300;
    cursor: pointer;
}
.popup_header h4{
    margin: unset;
    font-weight: 500;
}

/* ============== USER PROFILE HAMBURGER MENU*/
.user_dashboard-btn #menuToggle{
    display: block;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
.user_dashboard-btn #menuToggle input{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px; 
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
.user_dashboard-btn #menuToggle span{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #d0a640;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
.elementor-element-0dbecac .user_dashboard-btn #menuToggle span{
    background: #ffffff;
}
.elementor-sticky--effects .user_dashboard-btn #menuToggle span{
	background: #d0a640 !important;
}
.user_dashboard-btn #menuToggle span:first-child{
    transform-origin: 0% 0%;
}
.user_dashboard-btn #menuToggle span:nth-last-child(2){
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
.user_dashboard-btn #menuToggle input:checked ~ span{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
.user_dashboard-btn #menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
.user_dashboard-btn #menuToggle input:checked ~ span:nth-last-child(2){
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
.user_dashboard-btn #menu{
    /*position: absolute;*/
    width: 300px;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 100px;
    right: -40px;
    position: fixed;
    height: 100%;
    visibility: hidden;
    background: #ffffff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.user_dashboard-btn #menu .gy_nav_items{
    margin-top: 20px;
}
.user_dashboard-btn #menu li{
    padding: 10px 0;
    font-size: 18px;
}

/*
 * And let's fade it in from the left
 */
.user_dashboard-btn #menuToggle input:checked ~ #menu{
    transform: none;
    opacity: 1;
    visibility: visible;
}

/*USER DASHBOARD NAV POPUP*/
.mobile_nav_modal .lamemoire_modal_content{
    margin: unset;
    width: 100%;
    padding: 10px 0px;
}
.mobile_nav_modal .lamemoire_current_user{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.user_avatar{
    width: 92px;
    height: 92px;
}
.lamemoire_current_user h5{
    font-weight: 700;
}
.user_avatar img{
    width: 92px;
    border-radius: 50%;
    height: 92px;
    object-fit: cover;
}
.mobile_nav_modal .mobile_popup_menu li {
    display: flex;
    gap: 10px;
    align-items: center;
    list-style: none;
    border-top: 1px solid #dfdfdf;
    /*border-bottom: 1px solid #dfdfdf;*/
    padding: 10px 0px;
}
#menu-item-4989{
	display: none !important;
}

/*FILE FIELD*/
.deseased_profile_photo-label{
    margin-top: 10px;
}
.gy_file_control{
    border: 1px solid #e9ecef;
    border-radius: 10px;
}
.fileUpload {
    background: #e9ecef;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    color: #000000;
    font-size: 1em;
    font-weight: 400;
    overflow: hidden;
    padding: 0.875em;
    position: relative;
    text-align: center;
    width: 120px;
    cursor: pointer;
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
    background: #d2d7db;
    cursor: pointer;
}
input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity = 0);
    width: 122px;
    height: 46px;
    cursor: pointer;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.cropper-view-box{
	border-radius: 50% !important;
}
@media screen and (max-width: 768px) {
    .user_dashboard-btn #menu {
        transform: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    .elementor-291 .elementor-element.elementor-element-69f5d121{
        z-index: 999;
    }
}
@media(max-width: 480px){
    .lamemoire_modal_content {
        width: 85% !important;       
    }
	.modal_deseased_cementery_location .lamemoire_modal_content{
		padding: 20px 20px;
	}
    .modal_delete-deseased .lamemoire_modal_content {
        height: 300px;
    }
    .minicart-canvas .woocommerce-mini-cart__buttons.buttons a{
        padding: unset !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 100%;
    }
    .gy_login_btn{
    	background: #d0a640 !important;
	    width: 100px !important;
	    height: 40px;
	    display: flex !important;
	    margin-left: 18px;
	    justify-content: center;
	    align-items: center !important;
	    margin-top: 20px;
	    color: #ffffff !important;
    }
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item td.product-quantity::before{
        width: 16% !important;
    }
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item td.product-quantity{
        justify-content: space-between;
    }
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item td.product-quantity .quantity{
        margin: unset !important;
    }
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item td.product-quantity .quantity > label,
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item td.product-quantity .quantity .qty-button,
    .elementor-element-baaff28, .elementor-element-3d7bade6,
    .elementor-element-72c0709 .elementor-element-81e15d2,
    .elementor-element-1cbb130 .gy_login_btn,
    .gy_dashboard_menu{
        display: none !important;
    }
    .archive.author .mobile_header_navbar,
    .page-id-4167 .mobile_header_navbar,
    .page-id-4332 .mobile_header_navbar,
    #menu-item-4989{
        display: block !important;
    }
    #menu-item-4989 > a,
    #menu-main-menu-1 .gy_dashboard_menu{
    	display: none !important;
    }
}
/****************************************************************/
/****************************************************************/
/****************************************************************/