 /*
Theme Name: Saasland
Theme URI: http://saasland.droitthemes.com
Author: DroitThemes
Author URI: https://themeforest.net/user/droitthemes
Description: Saasland is a creative WordPress theme for saas, software, startup, mobile app, agency and related products & services. SaasLand is loaded with tons of features, elements & blocks, options that give its users real flexibility to create a dynamic, professional website in no time.
Version: 2.2.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saasland
*/

/***
********************** Reset CSS ***********************/


body{
	width: 100%;
	height: 100%; 
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	box-sizing: border-box;
}
section.page{
	position: relative;
	background-color: #f5f5f5;
	display: flex; 
	margin-top: 150px;
	padding-bottom: 2em;
}
.sec_pad.page_wrapper,
.dashboard-page{margin-top: 72px;}
.create-mem-form-wrap,
.page-wrapper{margin-top: 200px;}


.not_logged_in .show-logged,
.logged-in .hide-logged,
.hide{display:none;}



a,
a:hover,
a:focus{
	color: #02ACEE;
	text-decoration: none;
}

a{color: #02ACEE;}


.alignwide, .alignfull {
  width:  99.2vw;
  max-width:  100vw;
  margin-left:  calc(50% - 50vw);
}

.wp-block-cover, 
.wp-block-cover-image{
	height: calc(100vh - 150px);
	height: auto;
}


.green{color: #b2d93f;}
.red{color: #C6281C;}

ul{list-style-type: none;}

/****

	* Forms
	* Buttons
	* Pop-up


*****/

/**** header & navigatation ****/



header,
header.header_area{
	position: fixed; 
  background-color: #02acee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 10px;
  z-index: 999999;
}  

header .logo {
  padding-left: 15px;
  padding-top: 0;
}

html body.page-template-page-memories-view header.header_area{position: fixed;}

.navbar-brand.sticky_logo img{
  max-width: 366px;
  margin: 0 auto;
}
footer{
  background-color: #02acee;
}
footer .foot-menu-class{
  text-align: center;
}
footer .foot-menu-class ul li{
  display: inline-block;
}
footer .foot-menu-class ul li a{
  color: #fff;
}
footer .foot-menu-class ul li:not(:last-child) a, footer .foot-menu-class ul li:not(:last-child) p{
  color: #fff;
  border-right: 1px solid #fff;
  padding-top: 0px;
  margin-top: 10px;
  cursor: pointer;
  padding: 0px 10px;
}
/**** nav menu ****/


div#navbarSupportedContent {
  position: relative;
  top: 1.25em;
  left: -265px;
  flex-shrink: 0;
}

nav.navbar,
header nav {
  margin-top: 0;
  height: auto;
  flex-grow: 1;
  padding-left: 4%; 
  padding: 0;
}

header nav ul {
  margin: 0;
  padding: 0; 
  padding-left: 4%;
  height: auto;
  flex-grow: 1;
}

.header_area .navbar .navbar-nav .menu-item {
  margin: 0px !important;
  margin-right: 8px !important;
}

header nav ul.navbar-nav.menu li p,
header nav ul.navbar-nav.menu li a {
  position: relative;
  margin: 0;
  padding-top: 0; 
  color: #fff;
  font-weight: 400;
  font-family: 'Poppins', sans-serif; 
  text-transform: capitalize;
  transition: all .2s ease-in-out;
} 
header nav ul.navbar-nav.menu li p:hover,
header nav ul.navbar-nav.menu li a:hover {
  color: #65c9f3;
  cursor: pointer;
} 
header nav ul.navbar-nav.menu li a:before {
	content: '';
	position: absolute;
	left: 0;bottom: 0;
	width: 0;height: 2px;
	background-color: #fff;
	transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

header nav ul.navbar-nav.menu li p:hover:before,
header nav ul.navbar-nav.menu li a:hover:before {
  width: 100%;
} 


header nav ul.navbar-nav.menu li  p.user_loggedin{font-size: 18px;}
.get_started_p{
	margin: 0;
}

.welcome.home {
  font-size: 12px;
  font-weight: 600;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
}


p.has-text-align-center.has-white-color.has-text-color, 
h2.has-text-align-center.has-white-color.has-text-color {
  max-width: 780px;
  margin-bottom: 15px;
  text-shadow: 1px 2px #000;
  letter-spacing: 1px;
  font-weight: 500 !important;
}

/* .menu_toggle{width: 27px;} */
.menu_toggle .hamburger span{height: 3px;}

/*header nav ul li a span {
  padding: 0;
  height: 18px;
  width: 18px;
  line-height: 15px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: -14px;
  top: -7px;
}*/

/*** Header search "buttom"  ***/

.alter_nav.search_exist.mini_cart_exist{
	flex: 0 0 30%;
	position: relative;
	left: -3.5em;
} 
.menu > .nav-item,
.menu > .nav-item + .nav-item{
	padding-top:0;
	padding-bottom: 0;
	margin-left: 0;
}

.custom_search_div > .search-input {
  height: 35px;
  width: 100%;
  padding-left: 5px;
  border-radius: 4px;
}

header .input-group.custom_search_div .input-group-append { 
  position: absolute;
  top: 0 ;
  right: 10px;
  width: 31px;
  height: 31px; 
  align-items: center;
  justify-content: flex-end;   
  border-radius: 25px;
  outline: 0;
  transition: all .3s ease-in-out;
}


header .login-user-area .header-title span {
 display: inline-block;
 margin-left: 10px;
 color: #FFFFFF; 
 text-transform: uppercase;
 font-size: 18px;
 font-weight: 900;
}

header .input-group.custom_search_div .input-group-append i.icon_search {
  top: -24px !important;
  left: 10px !important;
}


.alter_nav.search_exist { max-width: 30%;}
.navbar-nav.search_cart.menu{
	display: block;
	width: 100%;
} 

p.user_loggedin {
  margin-bottom: 5px;
  text-align: right;
}

/**** pop-up modal ****/


.modal{
	overflow-y: auto;
	overflow-x: hidden;
}

.modal-header { 
  flex-flow: column-reverse; 
  align-items: center; 
  justify-content:center;
}

.modal-content{ 
	padding: 1em;
	color: #65c9f3;
	border: 2px solid #65c9f3;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.modal.fade {
  background-color: #d0d0d0e0;
  z-index: 999999;
}
.modal-header{
  background-image: linear-gradient(to right, #029aff , #fff);
  display: block;
  padding: 0px;
  text-align: center;
}
.modal-header img{
  float: left;
  max-width: 50px;
  margin-left: 10px;
}
.modal-header .modal-title{
  display: inline;
  vertical-align: middle;
  padding-top: 20px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  font-size: 22px;
}
.modal-header .close{
  margin: -5px auto;
  padding: 0px 20px;
  font-size: 3rem;
  color: #029aff;
}

.modal-dialog{
	position: relative;
	top: 0; 
  width: 100%;
  height: auto;
  max-height: 95vh; 
  padding: .75em;
  margin-right: auto;
  margin-left: auto;  
}

#new_user_greet .modal-dialog {
  position: absolute;
  top: 7em;
  left: 25%;
  z-index: 999;
}

#new_user_greet .modal-title {
  width: 100%;
  display: inline-block;
  margin: 0 auto 0.5em;
  text-align: center;
}

#new_user_greet .modal-dialog:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 36px;
  height: 35px;
  top: -5px;
  left: 45%;
  transform: rotate(45deg);
  z-index: 99;
  border-top: 2px solid #65c9f3;
  border-left: 2px solid #65c9f3;
}

button.close.close-x {
  background-color: #65c9f3;
  padding: 9px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
}

header.header_area .modal input#search_custid {
  font-size: 22px; 
  font-style: italic;
  border-bottom:0px;
}

header .input-group.custom_search_div > input ,
header .input-group.custom_search_div .input-group-append input {
  width: 100%;
  padding: 0px 10px;
  padding-right: 30px;
  border: 0;
  font-size: 13px; 
}


header .input-group.custom_search_div .input-group-append i.icon_search {
  top: 10px !important;
  left: 0 !important;
  right: 0px;
  text-align: left;  
  color: #990 !important;
}

header .header-title {
  position: relative !important;
  left: initial !important;
  top: initial !important;
  padding-top: 25px;
  opacity: 1 !important;


} 

header .header-title img {
  border-radius: 50%;
  max-width: 75px;
}
header .header-title {
  display: flex;
  align-items: center;
}

header .header-title span {
 display: inline-block;
 margin-left: 10px;
 color: #FFFFFF; 
 text-transform: uppercase;
 font-size: 18px;
 font-weight: 600;
} 

.wrap-top-btn .welcome {
  text-transform: uppercase;
  color: #333;
  font-weight: 800;
  font-size: 16px;
  font-family: 'Nunito', sans-serif !important;
}

.wrap-top-btn .welcome span {
  display: block;
  text-align: left;
  line-height: 17px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize; 
} 

input#search_custid::placeholder { 
  opacity: .5;
  color: #02ACEE;
  text-align: center;
}


header .input-group.custom_search_div .input-group-append input:hover ,
header .input-group.custom_search_div .input-group-append:hover, 
.banner_get_started > .input-group-append:hover {
  background: transparent;
}

header .input-group.custom_search_div button#search_custid_bck {
  background: #fff;
  min-width: 18vw;
  font-size: 12px; 
  border: 0px;
  border-radius: 5px;
}


/*Homepage*/
.customHome{
  background-color: #fff;
}
.customHome .headSec{
  background-color: #efeeec;
}
.customHome h2{
  background-color: #efeeec;
  color: #656462;
  font-weight: bold;
  padding: 10px 0px 0px 0px;
  margin: 0px;
}
.customHome h3{
  background-color: #efeeec;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 30px 0px;
  color: #02acee;
}
.customHome p{
  background-color: #fff;
  margin-bottom: 0px;
  padding: 0px 0px 15px 0px;
}
.homeContent .wp-block-button a{
  background-color: #9bcb01;
  color: #fff;
  border-radius: 15px;
  margin: 30px 0px;
  border: 1px solid #9bcb01;
}
.homeContent .wp-block-button a:hover{
  background-color: #fff;
  color: #9bcb01;
}
.partnerHome .headSec{
  background-color: #DDDAD5;
}
.partnerHome h2{
  background-color: #DDDAD5;
  color: #656462;
  font-weight: bold;
  padding: 10px 0px 0px;
  margin: 0px;
}
.partnerHome h3{
  background-color: #DDDAD5;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  color: #02acee;
}
.partnerHome .homeContent{
  padding-top: 30px;
  background-color: #EFEEEC;
}
#contact{
  text-align: center;
  display: none;
}
#contact .wp-block-contact-form-7-contact-form-selector{
  max-width: 700px;
  margin: 0 auto;
}
#contact .form-group{
  text-align: left;
}
#contact .form-group label{
  text-align: left;
  margin-bottom: 5px;
}
#contact h2{
  background-color: #afe9fd;
  color: #02acee;
  padding: 30px;
  font-size: 22px;
}
#contact input.wpcf7-submit.btn_three{
  background-color: #afe9fd;
  color: #02acee;
  padding: 15px 65px;
  border: 0px;
  border-radius: 10px;
  border: 1px solid #afe9fd;
  margin-top: 20px;
}
#contact input.wpcf7-submit.btn_three:hover{
  background-color: transparent; 
}

.search_cart .modal {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: auto;
  left: auto;
  padding: 0;
  background-color: #fff;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px; 
  overflow: hidden;
  transition: width 2s, height 2s;
  opacity: 1;
  z-index: 9999;
}


.search_cart .modal.show {
	width: 90vw;
  max-width: 1170px;
}

.search_cart .modal .modal-dialog {
  position: static !important;
  transition: none !important;
  transform: none !important;
  width: 100% !important;
  padding: 0;
  max-width: 90% !important;
  margin: 0 auto;
}
.search_cart .modal .modal-dialog .modal-content {
  padding: 0 !important;
  margin: 0;
  min-height: auto !important;
  width: 100%;
  background: transparent !important;
  position: static;
}
.search_cart .modal .modal-dialog .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
}
.search_cart .modal .modal-dialog .modal-content .modal-header {
  padding: 0;
}
.search_cart .modal .modal-dialog .modal-content .modal-body input#search_custid {
  font-size: 17px;text-align: left;
  font-weight: 600;
}
.search_exist ul.navbar-nav.search_cart {
  position: relative;
  flex-wrap: wrap;
  height:auto;
}
.modal-backdrop {
  z-index: 9 !important;
}
.cust_search_main_div .item_label_data {
  line-height: normal;
}


.modal-dialog .cust_search_main_div > ul { 
  max-height:55vh;
  overflow-y: auto;
}

.search_option_alt{
  position:absolute;
  top:15px;
  right:15px;
  z-index:99;
}
.search_option_alt .modal.fade{
  background-color: white;
}

header.header_area .modal.fade.bd-example-modal-lg .modal-dialog.modal-lg .modal-content .modal-body {
  top: 10px;
}
.search_option_alt .search_form{
  margin-bottom: 0px;
  margin-top:15px;
}

.modal-backdrop{background-color: transparent;}


header.header_area .modal.fade.bd-example-modal-lg .modal-dialog.modal-lg .modal-content {
  border-radius: 10px;
  border: 0px;
  padding: 0px 35px;
}

.input-group.custom_search_div_popup .input-group-append{
  position: absolute;
  outline: 0;
  width: 40px;
  /* background: #999900; */
  border-radius: 25px;
  transition: all .3s ease-in-out;
  height: 31px;
  right: 2px;
}
.input-group.custom_search_div_popup .input-group-append input  {
  border: 0;
  text-align: center;
  width: 100%;
}
.input-group.custom_search_div_popup .input-group-append .btn-outline-secondary {
  background:transparent;
  box-shadow: none !important;
}
.input-group.custom_search_div_popup .input-group-append i.icon_search {
  top: 20px !important;
  left: 0 !important;
  text-align: center;
  z-index:auto;
}


.cust_model_header{border-bottom:0;}    
.input-group.custom_search_div_popup .search-input{padding: 0;border-radius: 0;box-shadow: 0px 0px 5px 1px rgb(12 0 46 / 4%); border:0px;} 
.input-group.custom_search_div_popup{border-radius: 10px;border: 2px solid #000;box-shadow: none;padding: 1px;padding-left: 10px;padding-right: 10px;}

span.small-label {
  margin-top: 1em;
  font-size: 60%;
  text-align: center;
  width: 100%;
}


.modal-dialog .cust_search_main_div{
  padding-top:0px;	
  max-width: 750px;
  margin: auto;
}

.modal-dialog .cust_search_main_div > ul{ 
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 12px 15px #c0bebe;
  padding: 15px;
}

.modal-dialog .cust_search_main_div > ul:before {
  content: '';
  position: absolute;
  top: 0;
  height: 2px;
  background: #b3b0b0;
  width: calc(100% - 40px);
  margin: auto;
  left: 0;
  right: 0;
}

.cust_search_main_div a:hover {
  color: #000;
}

.cust_search_li {
  padding: 15px;
  margin: 0.5em auto;
  border: 1px solid #86c8e3;
  border-radius: 8px;
}

.cust_search_li.search_not_found {
  font-weight: 400;
  border: 0;
}

.search_result,
.detail_block {
  display: flex;
  font-size: 16px;
  font-weight: 400;
}
.detail_block{
  margin-left: 1.5em; 
  flex-direction: column;
}

.picture_block {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}


.detail_block p{
	flex: 1 0 17.5%;
	text-transform: capitalize;
  margin-bottom: 0px;
}
.detail_block h5{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 15px;
}
.detail_block span{
  font-size: 13px;
}
.detail_block p{
  margin-bottom: 0px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.detail_block p small{
  color: gray;
}
.picture_block p {
	flex: 0 0 100%;
	text-align: center;
}

span.search_label {
  flex: 0 0 100%;
  display: block;
  color: #02ACEE;
}


.modal.fade .modal-dialog{
	transition: all 1s ease-in-out;
}
.deceased_list > table {
 font-family: arial, sans-serif;
 border-collapse: collapse;
 width: 100%;
}

.deceased_list td, .deceased_list th {
 border: 1px solid #dddddd;
 text-align: left;
 padding: 8px;
}

.deceased_list tr:nth-child(even) {
 background-color: #dddddd;
}
.search_div{margin:50px 0 !important;}
.search_sd{border:2px solid #ddd !important;width:60% !important;}
.search_go{padding: revert;background-color:#ccc;width: 9%;}
.deceased_list{padding-top:20px !important;}

#project-label {
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
}
#project-icon {
  float: left;
  height: 32px;
  width: 32px;
}
#project-description {
  margin: 0;
  padding: 0;
}

body.page-template #bd-example-modal-lg .modal-dialog.modal-lg .input-group.custom_search_div_popup, 
header.header_area .modal.fade.bd-example-modal-lg .modal-dialog.modal-lg .input-group.custom_search_div_popup{
  border: none!important;
  box-shadow: none!important;
  font-size: 26px!important;
  padding: 0 !important;
}

.search_cart .modal .modal-dialog .modal-content .modal-body input#search_custid {
  font-size: 17px;
  text-align: left;
  padding: 10px 15px;
}

header.header_area .modal.fade.bd-example-modal-lg .modal-dialog.modal-lg .modal-content button.close span {
	font-size: 60px;
	font-weight: 400;
	position: absolute;
	right: 10px;top: -5px;color: #696464;}

  header.header_area .modal.fade.bd-example-modal-lg .modal-dialog.modal-lg .modal-content .modal-body {
    top: 10px;
  }
  header.header_area .modal.fade.bd-example-modal-lg.show .modal-dialog.modal-lg {
    width: 100%;
    max-width: 1080px;
    top: 65px;
    border-radius: 8px;
    box-shadow: 2px 3px 12px -1px rgb(0 0 0 / 60%);
  }


  .home .wp-block-cover__inner-container {
    align-self: flex-start;
    padding-top: 80px;
  }

  .login-content{
   position: relative;
   top: 120px;
   display: flex;
   flex-direction: column;
   background-color: #fff;
   width: 100%; 
   max-width: 520px;
   padding: 1em;
   margin: 1em auto;
   color: #65c9f3;
   border: 2px solid #65c9f3;
 }
 .wp-container-1.wp-block-group.container.homegroup {
  max-width: 820px;
}



/**** headings ****/


.registration_um{
	color:#96b75c;
  font-size: 36px;  
  font-weight: 300;
}

h1.registration_um {
  border-bottom: 2px dotted;
  padding-bottom: 10px;
}

h2.registration_um {
  font-size: 31px;
  max-width: 450px;
  margin: 1em auto;
}


.registration_um_p{
	color:#96b75c;
	font-size: 20px;
	font-weight: bold;
} 

.breadcrumb_content h1,
.blog_list_item .blog_content h5 {
  word-break: break-word;
}

.blog_single h1,
.blog_single h2,
.blog_single h3,
.blog_single h4,
.blog_single h5,
.blog_single h6 {
  line-height: 1.7em;
}

.year-head,
.map-title,
h5.maintitle {
  color: #b2d93f;
  font-weight: 400;
}

.month{padding: 1em; } 

.month_hr{
	width: 70%;
	border-top:1px solid #b2d93f; 
}
.year-head {
	float: left;
  display: inline-block;
  padding: 8px;
  margin: 0;
  margin-right: 8px;
  font-size: 2em;
  border: 1px solid #b2d93f;
}

.map-title {
  width: 100%;font-size:18px;
  margin: .75em 0;
}

.ex_team_item h5 {
  font-weight: 300;
}

.memory-wrapper h2 {
  font-size: 1.5em;
  font-weight: 400;
}

.s_pricing-item h5 {
  color: #5e2ced;
  font-size: 14px;
  text-transform: uppercase;
}


.s_service_item .learn_btn_two, .s_service_item h5, .s_service_item p {
  color: #fff;
}

.approval-message{
  margin: 1em auto;
  padding: 1em;
  text-align: center;
  max-width: 450px;
}


.blog_content h5 {
  pointer-events: none;
}

.blog_single_info .post_author_two .media-body .comment_info h3 {
  padding-bottom: 3px;
}

.box_alert .media-body h5 {
  font-size: 20px;
  line-height: 28px;
  color: #222d39;
  font-weight: 500;
  margin-bottom: 10px;
}


/*** page content ****/


.row{
	position: relative;
	max-width: 100%;
}

.default-banner-style.breadcrumb_area{display: none;} 


body.loading{overflow: hidden;   } 
.overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(255,255,255,0.8) url("../wp-content/uploads/2020/02/loading.gif") center no-repeat;
}


body.loading .overlay{display: block;}

.call_action_area{
	min-height: 0;
	flex-flow: row wrap;
  padding-top: 1.5em;
  margin-top: 0; 
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: flex-start;
}

.call_action_area .action_content{margin-top: 0;}
.call_action_area .action_two {
  object-fit: cover;
  height: 100%;
  width: 100%;
}  
.call_action_area:before {background: none;}

.active_color{color:#65c9f3 !important;}
.red,
.red_color{ color: #ffcc00000 !important;}



/*** dashboard ****/

h4.visit_comment{position: relative; z-index: 999;}

.memories {
  position: relative;
  max-width: 1340px;
  width: 90%;
  margin: 0 auto 2em; 
  z-index: 0;
} 


.welcome.home{
	width:inherit;
	text-align:right;
}
.dashboard-head {
  position: fixed;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 1340px;
  margin-top: -10px;
  padding: 1em;
  z-index: 500;

}
.dashboard-container {
	display: flex;
	flex-flow: row nowrap;
  max-width: 1340px; 
  margin: 0.5em;
  padding: 195px .5em 1em;
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
}
.dashboard-main {
  flex: 0 0 100%;  
  max-width: 100%;
}

.year-picker{
	padding: 1em;
	margin: 1em auto; 
}


button.red-button {
  background-color: #C6281C;
  color: #fff;
  border: 0;
}

aside.memories-ad {
  flex: 0 0 25%;
  padding: .75em; 
}

aside.memories-ad h2 {
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.header-title.login-user-area {
  flex: 1 1 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  gap: 1em;
}

img.memorial-thumb {
  max-width: 120px;
}


.memorial_details_links li a span {
	display: inline-block;
	margin-left: 5px;
	padding: 1px 5px !important;
}

ul.memory-wrapper-main {
  position: relative;
  padding: 0;
}
.memory h5,
.memory .desc__title { 
	margin: .5em auto; 
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.memory .desc__title {text-align: left;}


.edit_memorial_image {
	position: absolute;
	top: 0;
	right: 30px;
	background-color: #fff;
	padding: 5px 7px;
	border-radius: 50px;
	box-shadow: 0px 0px 4px 2px rgba(63,63,63,0.2);
	transition: 0.3s ease all;

}
.edit_memorial_image img {
 width: 20px !important;
 height: auto !important;
 transition: 0.3s ease all;
}
.edit_memorial_image:hover {
 background-color: #04a8ec;
}
.edit_memorial_image:hover img {
 filter: brightness(0) invert(1);
}
.edit_memorial_image:hover .edit_light{
 filter: brightness(0) invert(1);
}
.sfsiplus_footerLnk {
 display: none !important;
}

.wrap-profile-details.memorial_details.col-8 {
  padding: 1em 0;
}

.wrap-user-active-detail {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.memorial-thumb-container {
  width: 100%;
  margin-bottom: 1em;
}

.otherContributerAdminHeading {
  display: inline-block;
  margin-left: 5px;
  white-space: nowrap;
} 



/***** Image Croppie *****/

#image_demo {
  position: relative; 
  top: -260px;
}


.custom-input-files input[type="file"] ,
input#upload_image {
	background-image: url(/wp-content/uploads/woocommerce-placeholder.png);
	background-size: 200px 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
  height: 275px;
  width: 100%;
  padding: 5px;
  color: transparent;
  border: 1px solid #ccc;
  z-index: -10;
}

.croppie-container .cr-viewport, 
.croppie-container .cr-resizer{box-shadow: none;}

#model_memory_edit .custom-input-files input[type="file"],
.custom-input-files input[type="file"]#upload_image  { 
	height: 130px;
	z-index: 10;
}

div#uploaded_image {
	height: auto;
  max-height: 300px;
  width: 100%;
}

.croppie-container{
	height: auto;
	max-height: 300px;
}

#memory_thumb .croppie-container {
  width: 100%;
  height: 100%;
  max-height: 200px;
}
.edit-map-row,
.map-row{
	max-width: 100%;
	margin: 0;
	height: 120px;
	flex-wrap: wrap;
	justify-content: center;
}


/**** Mapps *****/
#model_memory_visit .map-row{height: auto;}

.row.map-row p {
  flex: 0 0 100%;
  text-align: center;
}

.edit-map-row {
  width: 100%;
  height: 350px; 
  padding: 1em;
}
.memories-map.leaflet-container,
.memories-map{
	justify-self: center;
	height: 350px; 
	width: 39vw;
	overflow: hidden;
	z-index: 12;
} 
.leaflet-control-search.search-exp.leaflet-control {
  margin-top: 0;
  margin-left: 0;
  border-top: 0;
  border-left: 0;
}

.leaflet-control-search.search-exp {
  display: flex;
  width: 220px;
  background: #fff;
  border: 2px solid #0003;
  background-clip: padding-box;
}

.leaflet-control-search .search-input{border: 0 !important;}

.row.edit-map-row .leaflet-control-search .search-button:hover, 
.row.edit-map-row .leaflet-control-search .search-button { 
  background-position: 6px 5px !important;
  background-repeat: no-repeat !important;
  background-size: 18px auto !important;
  width: 32px !important;
  height: 23px !important;
}

.edit-map-row .leaflet-container .leaflet-control-search {   
  background-color: #fff !important; 
  margin-left: 0  !important;
  margin-top: 0 !important;
  border: 0 !important;
}

.leaflet-control-search .search-tooltip {  
  background-color: #fff !important;
  height: 200px;
  float: left;
  list-style: none;
  padding-left: 0;
  min-width: 120px;
  width: 100%; 
  box-shadow: 1px 1px 6px rgb(0 0 0 / 40%); 
  z-index: 1010;
  overflow-y: visible;
  overflow-x: hidden;
  cursor: pointer;
}

.wrap-parentafter-comment .map-row p {
	flex: 0 0 75%;
  font-size: 14px;
  text-align: center;
}

/***** memory view *****/

.hide{display: none;}

.year-aside{
  position: fixed;
  top: 180px;  
  width: 8%;
  z-index: 50;
}

.years-wrapper {
  position: relative; 
  display: block; 
  min-height: 100vh;
  width: 70px;
  padding-top: 50px;
  border-right: 1px solid #999999;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.years-opener-closed,
.years-opener {
  position: absolute;
  display: inline-block;
  top: 50px;
  left: 61px; 
  background-image: url(assets/img/memories-list/arrows.png);
  background-repeat: no-repeat;
  background-position: center; 
  width: 35px;
  height: 35px;
  padding: 12px; 
  cursor: pointer;
  z-index: 20;
}


.years-opener-closed,
.years-opener.close-year{  
	display: none; 
  top: -12px;
  left: 12px;
  background-image: url(assets/img/memories-list/arrows-right.png);
}


.years-wrapper .years__year {
  display: block;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  text-align: center;
  line-height: 36px;
}

.years-wrapper_open .years{overflow: visible;}

.years-wrapper_open .years-opener:hover {opacity: 1;}


.years__year.years__year_active{position: relative;}


.ads-wrapper, .ads-wrapper-mobile {
  display: none;
  justify-content: center;
  flex-wrap: wrap; 
}

.memories-ad .ads-wrapper{display: flex;}

.ads-wrapper .ad a {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #FFFFFF;
}
.ads-wrapper-mobile {
  background: #CCCCCC;
  width: 100%;
  text-align: center;
  position: relative;
}



.memory {
	background-color: #fff;
	padding: 1em;
	padding-top: 0;
	margin: 1.5em auto;
	border: 1px solid #fff;
	border-radius: 8px;
	/* box-shadow: 0px 0px 7px 3px rgb(65 65 65 / 10%);  */
	cursor: pointer;
}


a.memories_tab {
  background-color: #f2f2f2;
  display: inline-block;
  height: 2.5em;
  padding: 0.5em;
  color: #999;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.table_tab { 
  margin: 1em 0 0;
  padding: 0;
}
a.memories_tab.active {
  background-color: #fff;
  color: #02ACEE;
}

.table-responsive{
  background-color: #fff;
  padding: 1em;
}

table.table-memories{
	width: 100%;
	margin: 1em auto;
} 

table.table-memories tbody tr:nth-child(even){
	/* background-color: rgba(2, 172, 238, 0.3); */
}


table.memoriesTable tr th,
table.table-memories tr th,
table.memoriesTable tr td,
table.table-memories tr td{   
	padding: .5em;
	border-top: 1px solid #ddd;
	vertical-align: middle;
}

table.memoriesTable tr th:nth-child(1), table.table-memories tr th:nth-child(1){
  width: 125px;
}

/*table.table-memories tr td{
  border: 1px solid #ddd;
}*/


table.memoriesTable tr td.thumb {width: 120px;}

.user-meta {
  display: inline-block;
  width: 100%;
  margin: 0.5em 0;
  text-transform: capitalize;
}

td.thumb img{max-width: 100px;}

.memory:not(:last-child) {margin-bottom: 30px;} 

.custom-logo{
  max-height: 70px;
  max-width: 280px;
  margin-right: 65px;
}
.sub_memories:hover
.sub_memories:focus,
.memory:focus,
.memory:hover{
	border: 1px solid #86c8e3;
	cursor: pointer;
}

.memorial_details.col-sm-9 {
  display: flex;
  gap: 8px;
}


.memorial_details_links {  
	flex: 1 1 50%;
	padding: 0;
	margin: 0; 
	list-style-type: none;
}  
/*.desc__thumb{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	height: auto; 		  
} */
.response_icon{
	display: block;
	position: absolute;
	width: 48px;
	height: 44px;
	top: 10px;
	right: 10px;
	background-image: url("assets/img/memories-list/chats.png");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 200;
}
.visit_model{
	position: relative;
	padding: .66em;
	z-index: 0;
}

.desc-wrapper.visit_model .desc__thumb{margin-left: 1em;}

.desc-wrapper a.memory_edit {
  position: absolute;
  top: 8px;
  left: 20px; 
  z-index: 10;
}

.desc__thumb img {
	height: auto;
	max-height: none;
  width: 250px; 
  border-radius: 0;
  max-width: 250px;
}

/*** memorial dashboard image ***/
.memorials_dashboard .desc__thumb img {
	height: 130px;
	max-width: 130px;
	border-radius: 50%;
}

.col-md-2.col-sm-12  { 
	display: flex;
	justify-content: center;
	align-items: center;
}



.wrap-profile-details.memorial_details h4{font-size: 16px;}

.memory_content.col-md-8 {
  display: flex;
  flex-flow: column;
  justify-content: space-between; 
}

.parent-title,
.visit_post_relationship,
.memory_relation{color: #65c9f3;}
p.visit_post_content {
  display: block;
  max-width: 100%;
  padding: 0.5em;
  word-break: break-word;
} 

.parent-title{
	display: inherit;
	text-align: center;
}


.custom-input-img img{
	width: 100%;
	max-height: 300px;
	object-fit: cover;
	border: 1px solid #ddd;
} 

#add_new_memory .custom-input-img {display: none;}

img#profile-img-tag { 
	max-height: 179px; 
} 
.post-detail-social-icon a {
  display: inline-flex ;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: #65c9f3;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}




.response_memorial{
  padding-left: 0;
  list-style-type: none;
}

li.memory.pending_memory:hover,
li.memory.pending_memory:focus {
	cursor: pointer;
  border: 1px solid #86c8e3;
} 

.memorial-error-notice,
.error,
.memory-error-message,
#new_memory .error, 
#new_memorial .error{
	margin: 0 auto;
	padding: 0 .5em;
	color: #ff0000;
	font-size: 15px;
	text-align: left;
}

div#model_slideshow{top: 185px;}

.wrap-top-btn { 
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.wrap-top-btn .welcome {
  flex: 0 0 100%; 
  color: #333;
  font-weight: 800;
  font-size: 16px;
  font-family: 'Nunito', sans-serif !important;
  text-align: left;
  text-transform: uppercase;
}




.social_icon_visit{display: inline-block;}
.public_or_private > span{display:none; color:#cccccc; border-color:transparent;}
.public_or_private > span.active{display:block}
.d-none{display:none;}


.share-memorial-btn input[type=text]{
	background-color:white!important;
	border-color: #ddd !important;
	cursor: auto;
}
.share-memorial-btn input[type=text]:hover{border-color: #ddd !important;}



/****** Memory Comments (sub-memories)  ****/

.sub_memories ,
.memory .memory__comments {
	display: none;
	background-image: none;
	padding-left: 0;
	margin-top: 0; 
	margin-left: 0;
	list-style-type: none; 
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
} 

.memory__comments_opened .sub_memories ,
.memories .memory .memory__comments_opened {
  position: relative;
  height: fit-content;
  max-height: 3000px; 
  background-color: #fff; 
  border-top: 1px solid #ddd;
  visibility: visible;
  overflow: visible;
}

.sub_memories.child_memories {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.memory__comments li {
	left: 0;
	width: 90%;
	padding: .6em;
}

.parent-after-comment-area {
  display: flex;
  min-height: 95px;
}
.draw-line{padding-bottom: 1em; border-bottom: 2px solid #ddd; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}

.sub_memories ,
.wrap-child-comment.multiple-comments {
	padding: .8em;
	border: 1px solid #ddd;
	border-radius: 10px;
} 

.sub_memories {
	display: flex;
	flex-flow: row nowrap; 
	align-items: center;
}

.memory .memory__comments .comment__bages {
	position: relative; 
  /*display: flex;*/
  flex-basis: 18%;
  flex-direction: column;
  align-items: center;
  justify-content: center;  
  padding: .5em;
  z-index:2;
} 

.comment__bages.col-3.comment_thumb img, img.sub_memory_img {
  max-width: 150px;
  width: 100%;
}

.visit_comment_model{z-index: 50;}
.comment-entry {
  flex-basis: 60%;
  z-index: 50;
}

.child_memory_img {
  width: inherit;
  height: auto; 
  max-height: 130px;
  max-width: 100%; 
}

.comment__thumb.comment__thumb_marked {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.comment__thumb_marked img{
	max-width: 50px;
	border-radius: 50%;
}

.comment__thumb_marked a.memory_edit {
  position: relative;
  top: -28px;
}

.wrap-submemory .comment__thumb_marked a.memory_edit { 
  top: -16px;
}

.memories .memory .memory__comments .comment__make-answer {
  width: 38px;
  height: 36px;
  background-size: 30px;
}

.comment-content{flex: 1 1 60%;}

.comment-show {
  background-image: url("assets/img/memories-list/gray_circle.png");
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  bottom: 5px;
  right: 7px;
  border: 5px solid #FFFFFF;
  border-radius: 50px;
  cursor: pointer;
  z-index: 9;
}

.comment-show::before {
  content: '';
  background-image: url("assets/img/memories-list/white_arrow_top.png");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 37px;
  height: 37px;
  transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.comment-show_opened::before {
  transform: rotate(0deg);
}


.child-submemory-comments{
	position: relative;
	padding-left: 0;
}
.cm-line {
  position: absolute;
  background-color: #ddd;
}

.v-line { 
  top: 0px;
  left: 9px;
  width: 2px;
}

.child-submemory-comments .v-line.v-line2 {left: -9px;}
.child-submemory-comments .child-comment:last-of-type  .v-line.v-line2{display: none;}

.h-line {
  width: 16px;
  height: 42px;
  left: -4px;
  top: -1px;
  border-bottom-left-radius: 10px;
  background-color: transparent;
  border-color: #ddd;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-right: 0;
}

.v-line2{
	height: 100%;
	top: 0;
	left: 9px;
}

.child-submemory-comments .h-line {
  top: -29px;
  left: -16px;
}

span.comment-user-meta {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 14px;
  white-space: nowrap;
}
.memories .memory .memory__comments .comment__title {
  margin-top: 14px;
  margin-left: 40px;
  color: #65c9f3;
  font-size: 1.5rem;
  font-weight: 600;
}
.memories .memory .memory__comments .comment__text { 
  font-size: 12px;
  margin-left: 40px;
  margin-bottom: 9px;
}
.subinner-comments, .wrap-submemory, 
.wrapinner-submemory {
	list-style-type: none;
  padding-left: 0;
}

li.wrap-submemory.child-comment { 
  position: relative; 
  width: 100%;
  padding: 0;
}

.wrapinner-submemory li, 
.subinner-comments li {
  padding-left: 20px;
}

.subinner-comments, 
.wrap-submemory, 
ul li {
  position:relative;
} 


.subinner-comments li.wrap-submemory.child-comment:last-last-of-type .v-line,
.single-comment .multiple-comments .cm-line ,
.memory__comments .wrapinner-submemory:last-child li .v-line {
  opacity: 0;
}

.memories .month__date { 
	position: relative;
	top: 0;
  max-width: 150px;
  margin: 0;
  padding: 8px;
}
.memories .month__date  h4{
	margin: 0;
  color: #02ACEE;
  font-weight: 400;
  font-size: 24px;
}


.memories .memory .memory_edit img {
  width: 20px;
  margin-left: 11px;
  margin-top: 5px;
}

a#qr_code_admin {
  z-index: 3 !important;
}



li.wrap-parentafter-comment.wrap-structure-memories.single-comment.for-height:nth-last-child(1) .v-line2 {
  opacity: 0 !important;
} 


button.live_location,  button.live_location_visit {
  background-color: rgba(0,60,136,.5);
  outline: white;
  color: white;
  position: absolute;
  top: 47px;
  right: 10px;
  z-index: 10;
  border: 1px solid white;
  font-size: 20px;
}


.wrap-top-btn{
  text-align:left !important;
  display:block !important;
}
.play_css:before{
  content:'\f144';
} 
.comment-head span {
  margin-top: -3px;
}  

.comments-container {
  margin: 60px auto 15px;
  width: 768px;
}

.comments-container h1 {
  font-size: 36px;
  color: #283035;
  font-weight: 400;
}

.comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
}

.comments-list {
  position: relative;
}

.comments-list:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #c7cacb;
  position: absolute;
  left: 32px;
  top: 0;
  visibility: hidden;
}



.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
  content: '';
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  left: -55px;
  visibility: hidden;
}


.comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.comments-list li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
  visibility: hidden;
}

.reply-list {
  padding-left: 48px;
  clear: both;
  margin-top: 15px;
}
  /**
  * Avatar
  ---------------------------*/
  .comments-list .comment-avatar {
    float: left;
  }

  .comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
  }

  .reply-list .comment-avatar {
    width: 50px;
    height: 50px;
  }

  .comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
  }
  /**
  * Caja del Comentario
  ---------------------------*/
  .comments-list .comment-box {
    width: 655px;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  }

  .comments-list .comment-box:before, .comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #e3e1e1;
    top: 8px;
    left: -11px;
    visibility: hidden;
  }

  .comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0,0,0,0.05);
    left: -12px;
  }

  .reply-list .comment-box {
    width: 610px;
  }
  .comment-box .comment-head {
    background: #e3e1e1;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }

  .comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .comment-box .comment-head i:hover {
    color: #03658c;
  }

  .comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
  }

  .comment-box .comment-name a {
    color: #283035;
  }

  .comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
  }

  .comment-box .comment-content {
    background: #e3e1e180;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }




/**** memory modals ****/

.um-button,
.button,
.memories .add-memory, 
.memories .share_memorial_css, 
.qr_memorial_css, .get_inspiration{
  position: relative;
  right: 0  ;
  top: 0  ;
  float:left;
  background-color: #65c9f3;
  background-image: none;
  height: auto;
  width: auto;
  padding: 10px 25px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #65c9f3;
  border-radius: 5px;
  line-height: 24px;white-space:nowrap!important;
}
.get_inspiration{
  background-color: #b2d93f;
}

.button{
	display: inherit;
	margin: 1em auto;
}

.button.login-edit {
	display: inline-block;
	background-color: transparent;
  padding: 3px;
  color: #65c9f3;
  border: 0;
}

.modal .close:hover{
	background-color: transparent;
}

.form-foot {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.memories .add-memory:before,
.share_memorial_css.play_css:before,
.share-memorial.share_memorial_css:before,
.get_inspiration:before {
	content: "\f14d";
	position: absolute;
	left: 4px;
	top: 10px;
	display: block;
	width: 15px;
	height: 15px;
	font-family: 'Font Awesome 6 Free';
}

.memories .add-memory:before{content: "\2b"; }
.share_memorial_css.play_css:before{content: "\f144";}
.get_inspiration:before{ content: "\f0eb"; }

.button:focus,
.memories .add-memory:focus,
.qr_memorial_css:focus,
.share_memorial_css:focus,
.button:hover,
.memories .add-memory:hover,
.qr_memorial_css:hover ,
.share_memorial_css:hover,
.get_inspiration:hover {
	background-color: #fff;
	color: #65c9f3;
	text-decoration: none; 
}


#model_memory_visit .container-fluid { 
  max-height: 100vh; 
}





/* Memories  */ 


.viewmoreBtn{
	border: none;
	color: white;
	background-color: #65c9f3;
	padding: 8px 80px;
	margin: 10px 0px;
}

p.post-detail-para.pb-2 {
  width: 35ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



.model_title_block img, 
.visit_post_block img {
  max-width: 100%;
}



/****  forms ****/



input[type="text"], 
textarea, 
select,
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="text"], textarea,
input[type="password"], 
input[type="email"] {
  background-color: #fff;
  width: 100%;
  height: 2em;
  padding: .5em;
  margin-bottom: .5em;
  color: #222d39;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 4%);
  box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 4%);
  border-radius: 4px;

}

label{margin: 1em 0 0;}


input#location {
  background: none;
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

#new_memory,
#new_memorial{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#new_memory label,
#new_memorial label {
	flex: 0 0 100%; 
	color: #96b75c;
}

#contributor-login label,
#contributor-login p{margin: 0;}

#counter{ 
  font-size: 12px; 
  float: right;

} 
#counter:after {
  content: 'Maximum 50 characters';
  float: right;
  margin-left: 3px;
  font-size: 12px; 

}

select {
  padding: 3px;
  width: 50%;
  margin-top: 8px;
}

textarea {
  height: 6em;
  font-size: 16px;
  line-height: 1.33; 
}

#addmemorial_image label {
  margin-top: 8px;
  margin-bottom: 0;
}

.half-input {
	flex: 0 0 50%;
  display: flex;
  flex-flow: row wrap;
}

.create-mem-form-wrap,
.page-wrapper
.hide-login { 
  width: 700px;
  margin: 0 auto; 
  padding: 30px;
}

.creating_memoiral_loading {
	display: none;
  position: absolute;
  top: 10%;
  left: 0; 
  background-color: #ffffffb3;
  width: 100%;
  height: 100%;
  justify-content: center; 
  margin: 1em auto;
  text-align: center;
}
.loading-content {
  top: 10%;
  position: relative;
  height: 349px;
  align-self: center;
}
.create-fill { 
	fill:#fff;
	animation: svg_fill 1500ms linear;
}


.switch {
  position: relative; 
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

#contributor_approval {
  width: 200px;
  background-color: rgba(200,200,200, .5); 
  padding: 5px;
  margin: 0;  
  border-radius: 12px;
  appearance: none; 
}

#contributor_approval.contributor-status{
  background-color: #f3f3f3; 
  
}
#contributor_approval.approved{
  background-color: #b2d93f;
}
#contributor_approval.denied{
  background-color: #C6281C;
}
#contributor_approval::-webkit-slider-thumb {
	background-color: #fff;
	width: 16px;
	height: 16px; 
	border-radius: 25px;
	-webkit-appearance: none;
	appearance: none;
}

#contributor_approval:focus {
  outline: none;
}

.tri-state-toggle {
  display: flex;
  justify-content: space-around;
  align-items: center;  
}





/*** slider *****/

.slider {
	position: absolute;
	max-width: 65px;
	height: 35px;
	margin-top: 2em;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	cursor: pointer;
	border-radius: 34px;
}


.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color:  #96b75c;;
}

input:focus + .slider {
  box-shadow: 0 0 1px  #96b75c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
} 

.flex-field { 
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin: 2em auto;
}

#new_memorial .flex-field label.switch {
  flex: 0 0 45%;
  position: relative;
  color: #000;
}

.label-switch {
  display: inline-block; 
  width: 100%;
}

.sub-label {
  display: inline-block;
  width: 75%;
  font-size: 12px;
  position: relative;
  bottom: -41px;
}


@keyframes svg_fill {
 to {fill:#02ACEE;}
}


/*** buttons ****/


.action_btn{
	display: block;
	background-color: #02ACEE94;
	max-width: 308px;
	padding-right: 12px;
	padding-left: 12px;
	margin: 2em auto;
	color: #fff;
	border-radius: 45px;
	border: 1px solid #02ACEE94;
	line-height: 55px;
	white-space: nowrap; 
}

.action_btn:hover,
.action_btn:focus{
	
  background-color: #fff;  
  color:#02ACEE;
}


.memory .desc__btn-add:before {
 content: "\f067";
 position: absolute;
 left: 12px;
 top: 1px;
 display: inline-flex;
 width: 100%;
 height: 100%;
 align-items: center;
 color: #fff;
 font-family: 'Font Awesome 6 Free';
}

.action_btn:before{
	/* content: "\f002";
	font-family: 'Font Awesome 6 Free'; */
	font-size: 18px;
}


button{cursor: pointer;}

.um-button,
#um-submit-btn_login,
.login_form,	 
button.btn.btn-theme{
  background-color: #65c9f3;
  margin: 1em auto;
  color: #fff;
  border: 1px solid #65c9f3;
  border-radius: 5px; 
}

.um-button:hover,
#um-submit-btn_login:hover,
.login_form:hover,	 
button.btn.btn-theme:hover{
  background-color: #fff; 
  color: #65c9f3; 
}




/*** theme crap ****/ 

.sign_btn_transparent:hover {
  color: #fff !important;
}

ul.comment-box.list-unstyled .post-comment {
  padding-top: 30px;
}

.car_get_quote_content.comments_form p.form-submit {
  position: absolute;
  right: 15px;
  bottom: -3px;
}

.comment-form-rating.mt_30 {
  display: flex;
  padding-left: 15px;
}

.pr_details .pr_excerpt {
  padding-top: 20px;
}

form#commentform {
  position: relative;
}

.car_get_quote_content .agency_banner_btn {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #5e2ced;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  border: 1px solid #5e2ced;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.car_get_quote_content .agency_banner_btn:hover {
  color: #5e2ced;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.blog_cats {
  display: inline;
}

.blog_cats:before {
  content: "/";
  display: inline-block;
  margin: 0px 7px 0px 2px;
}

.entry_post_info .blog_cats a + a:before {
  display: none;
}

/**
*************** Widget Styling ***************/
.widget.widget_nav_menu h3.widget_title_two,
.widget.widget_meta h3.widget_title_two,
.widget.widget_pages h3.widget_title_two,
.widget.widget_archive h3.widget_title_two,
.widget.widget_categories h3.widget_title_two {
  margin-bottom: 24px;
}

.widget.widget_nav_menu ul,
.widget.widget_meta ul,
.widget.widget_pages ul,
.widget.widget_archive ul,
.widget.widget_categories ul {
  margin-bottom: 0px;
  padding-left: 0;
  list-style: none;
}

.widget.widget_nav_menu ul li,
.widget.widget_meta ul li,
.widget.widget_pages ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li {
  font-weight: 400;
  color: #282835;
}

.widget.widget_nav_menu ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_categories ul li a {
  font-size: 14px;
  line-height: 36px;
}

.widget.widget_nav_menu ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_archive ul li:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover {
  color: #5e2ced;
  border-color: #5e2ced;
}


/**
*************** Comments Styling ***************/
.comment-box .post_comment .post_author a.comment-reply-link {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #525c7c;
  padding-top: 14px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.comment-box .post_comment+ul.children {
  padding-left: 100px;
  list-style: none;
}

.pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7f6;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #677294;
  font-size: 16px;
  border-radius: 50%;
  background-color: #fbfbfd;
  margin: 0px 3px;
}

.pagination .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7f6;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #677294;
  font-size: 16px;
  border-radius: 50%;
  background-color: #fbfbfd;
  margin: 0px 3px;
}

.pagination .nav-links .page-numbers.current {
  background: #5e2ced;
  color: #fff;
  border-color: transparent;
}

.portfolio_gallery .portfolio_item .portfolio_img img {
  padding-top: 0;
}

.btn_get.login_btn {
  font: 500 15px "Poppins", sans-serif;
  padding: 13px 32px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  border-top-right-radius: 45px;
  border: 1px solid transparent;
}

.breadcrumb_content h1 {
  margin-bottom: 15px;
}

.no_main_menu a.navbar-brand.sticky_logo {
  padding-top: 35px;
  padding-bottom: 35px;
}

.no-post-thumbnail.post_item .media-body {
  padding-left: 0 !important;
}

.menu > .nav-item.active .nav-link,
.menu > .nav-item:hover .nav-link,
.menu > .nav-item > .nav-link {
  color: #fff;
}

.blog .menu > .nav-item.active .nav-link,
.blog .menu > .nav-item:hover .nav-link,
.blog .menu > .nav-item > .nav-link {
  color: #051441;
}

.single-post .menu_toggle .hamburger span,
.single-post .menu_toggle .hamburger-cross span,
.menu > .nav-item > .nav-link:before {
  background-color: #000;
}

header.header_area.navbar_fixed .menu_toggle .hamburger-cross span,
header.header_area.navbar_fixed .menu_toggle .hamburger span {
  background: #5e2ced;
}


.post_tag {
  clear: both;
}

.svg_intro_bottom {
  height: 100% !important;
}


.saas_banner_area_two .shap_img {
  left: 10px;
}
/* 
header.header_area.navbar_fixed .navbar .navbar-nav .menu-item a {
    color: #051441;
} */

.p_details_three .img-fluid {
  display: block;
  margin: 0 auto;
}

ul.list_icon {
  padding-left: 35px;
}

.no_pad {
  padding: 0 !important;
}

ul.list_icon li {
  font: 300 16px "Poppins", sans-serif;
  color: #677294;
  position: relative;
  padding-left: 35px;
  margin-bottom: 13px;
}

ul.list_icon li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #5e2ced;
}

.widget.tag_widget_two .post-tags a {
  font-size: 14px !important;
}

.pagination .nav-links .page-numbers:hover {
  border-color: #5e2ced;
  color: #5e2ced;
}

.widget.recent_post_widget_two .post_item img {
  margin-right: 25px !important;
  padding-right: 0 !important;
}

.breadcrumb_content_two h1 {
  line-height: 1.3;
}

.comments_widget_two  ul li:not(:last-child) {
  margin-bottom: 30px;
}

.pagination .nav-links .page-numbers.current:hover {
  color: #fff;
}

.blog_breadcrumb_area .breadcrumb_content_two ol li a,
.blog_breadcrumb_area .breadcrumb_content_two a {
  color: #fff;
}

.img_rounded {
  border-radius: 50%;
}

.navbar-brand h3 {
  color: #fff;
  font-weight: 600;
}

.header_area.navbar_fixed .navbar-brand h3 {
  color: rgba(5, 20, 61, 0.8);
  padding-top: 0;
}

.single_post_tags.post-tags a:hover {
  background: #5e2ced;
  color: #fff;
}

.pr_sidebar .widget_category ul li:not(:last-child) {
  margin-bottom: 10px;
}

.pr_sidebar .widget_category ul li a {
  font-size: 15px;
}

.pr_sidebar .widget_product ul li .media img {
  padding: 0;
  max-width: none !important;
  width: 80px;
  margin: 0 30px 0 0;
  height: auto;
}

.widget.search_widget_two .search-form .form-control {
  padding: 0px 30px;
  background: #f3f4f9;
  border-radius: 4px;
  height: 60px;
  font-size: 15px;
  color: #677294;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 0;
  border-color: transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget.search_widget_two .search-form button {
  position: absolute;
  background: transparent;
  padding: 0px;
  border: 0px;
  right: 30px;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #282835;
  z-index: 0;
}

.dot.middle_dot.middle_dot4 {
  top: 97%;
}

.software_banner_area  .software_img img {
  max-width: none;
}

.about_img .about_img_slider .about_item:before {
  width: 101%;
}

.partner_logo .p_logo_item {
  margin-bottom: 5px;
}



.wpcf7 .btn_three {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #7444fd;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #7444fd;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}

input[type="email"]::placeholder {
  color: #9ca3b9;
}



.header_area.navbar_fixed .menu_six .menu > .nav-item:hover > .nav-link:before,
.header_area.navbar_fixed .menu_six .menu > .nav-item.active > .nav-link:before,
.menu_six .menu > .nav-item:hover .nav-link:before, .menu_six .menu > .nav-item.active .nav-link:before {
  background: transparent;
}

.portfolio_filter .work_portfolio_item + .work_portfolio_item {
  margin-left: 45px;
}

.mega_menu span.arrow_carrot-right {
  display: none;
}

.dropdown-menu li a {
  position: relative;
}

.dropdown-menu span.arrow_carrot-right {
  position: absolute;
  right: -5px;
  top: 9px;
  font-size: 18px;
  color: #051441;
}

.menu_six .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link span.arrow_carrot-right {
  color: #3d57f4;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item {
  padding: 0px 30px;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item:first-child {
  padding-top: 16px;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item:last-child {
  padding-bottom: 16px;
}

.menu > .nav-item.submenu.mega_menu .dropdown-menu .nav-item:first-child {
  padding-top: 40px;
}

.nav_full_width nav.navbar {
  padding: 0px 50px;
}

.header_area_three {
  box-shadow: none;
}

.job_listing .job_list_tab .list_item_tab, .job_listing .listing_tab .list_item .joblisting_text ul li,
.job_listing .listing_tab .list_item .joblisting_text .jobsearch-job-userlist .apply_btn {
  font-weight: 300;
}

.job_listing .listing_tab .list_item figure {
  width: 50px;
}

.header_area.navbar_fixed .navbar .btn_get.btn-meta {
  box-shadow: none;
}

.s_form_info_two .subscribe-form .form-control,
.s_subcribes .form-control {
  color: #051441;
}

.video_btn .icon {
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.19);
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.19);
}

.app_img .mobile {
  max-width: none;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  line-height: 36px;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item:last-child {
  padding-bottom: 5px;
}

.portfolio_pagination .prev, .portfolio_pagination .next {
  font-weight: 300;
}

.portfolio_pagination .prev:hover, .portfolio_pagination .next:hover {
  color: #6754e2;
}


.service_carousel .owl-item .service_item {
  -webkit-box-shadow: 0px 30px 30px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 30px 30px 0px rgba(12, 0, 46, 0.1);
}

.prototype_content .btn_three {
  width: 370px;
  text-align: center;
  margin-top: 20px;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
  display: none;
}

.blog .menu_toggle .hamburger span, .blog .menu_toggle .hamburger-cross span {
  background: #5e2ced;
}

.blog_list_item_two .blog_content .post-info-bottom .post-info-comments:hover {
  color: #5e2ced;
}


.navbar .menu > .nav-item.submenu.mega_menu .dropdown-menu .nav-item:hover > .nav-link {
  color: #13112d !important;
}

.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item .dropdown-menu > .nav-item:first-child {
  padding-top: 10px;
}

.navbar .search_cart .shpping-cart .dropdown-menu li.only_single_item {
  padding-bottom: 20px;
}

.blog_list_item_two .blog_content p {
  font-size: 15px;
  margin-bottom: 20px;
}

.learn_btn {
  font-weight: 400;
}


.s_pricing-item .price sub {
  bottom: 0;
  margin-left: -3px;
}

.design_tab .nav-item .nav-link,
.s_pricing-item {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 11, 40, 0.14);
  box-shadow: 0px 20px 40px 0px rgba(0, 11, 40, 0.14);
}

.s_pricing-item:hover {
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
  box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
}

.s_pricing-item .price {
  padding-top: 20px;
}

.s_service_item .icon {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.059);
  color: #fff;
}

a.learn_btn {
  color: #677294;
}

.learn_btn:before {
  background: #677294;
}

.feedback_item .ratting .yellow_star i {
  color: #edab0b;
}

.feedback_area_two .sec_title p {
  font-style: normal;
}

.seo_subscribe_form .input-group .form-control {
  max-width: none;
}

.seo_subscribe_form .input-group input {
  width: 100%;
}


.s_service_info .s_service_item {
  border-radius: 5px;
}

.seo_features_img.seo_features_img_two .round_circle {
  bottom: 0;
}

.seo_features_img img,
.seo_features_img.seo_features_img_two img {
  max-width: none;
}

.comments_widget ul li .comments_items .media-body span,
.widget.recent_post_widget_two .post_item .media-body .entry_post_info {
  text-transform: none;
  font-weight: 300;
}

.seo_fact_item .text {
  padding-top: 10px;
}



.widget.widget_search .search-form .form-control {
  font: 300 14px "Poppins", sans-serif;
  color: #677294;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.08);
  box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.08);
  border-radius: 0px;
  border: 0px;
  padding-left: 30px;
  height: 55px;
  z-index: 0;
  border: 1px solid transparent;
}

.widget.widget_search .search-form button {
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
  color: #282835;
  background: transparent;
  position: absolute;
  right: 20px;
  height: 100%;
  padding: 0px;
  z-index: 1;
  cursor: pointer;
}

.single .blog_single_info .blog_list_item_two .blog_content {
  padding-top: 0;
}

.home.blog a.navbar-brand.sticky_logo h3 {
  color: rgba(5, 20, 61, 0.8);
}

.widget.instagram_widget ul li {
  padding-right: 5px;
}

.startup_tab .nav-item:hover:nth-child(1) .nav-link {
  border-color: #fa6fd1;
}

.startup_tab .nav-item:hover:nth-child(2) .nav-link {
  border-color: #6fadfa;
}

.startup_tab .nav-item:hover:nth-child(3) .nav-link {
  border-color: #f3af4e;
}

.startup_tab .nav-item:hover:nth-child(4) .nav-link {
  border-color: #aa6ffa;
}

.startup_tab .nav-item:hover:nth-child(5) .nav-link {
  border-color: #fa6666;
}

.new_startup_content .app_btn:not(:first-child) {
  margin-left: 20px;
}

.progress_bar_area {
  padding: 0;
}

.payment_subscribe_info {
  z-index: 99;
}

.page-template-default .menu_toggle .hamburger-cross span,
.page-template-default .menu_toggle .hamburger span {
  background: #fff;
}

.menu-depth-3rd li {
  padding-left: 25px !important;
}

.menu-depth-3rd li:last-child {
  margin-bottom: 10px !important;
}


.widget_recent_comments #recentcomments .recentcomments {
  padding-left: 70px;
}

.widget_recent_comments #recentcomments .recentcomments:before {
  line-height: 50px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  top: 0;
}

.single-post .has-post-thumbnail .blog_content {
  margin-top: 25px;
}

.widget ul li a:empty {
  display: none;
}

.breadcrumb_content_two .breadcrumb {
  padding-top: 0;
}

.breadcrumb_content_two .breadcrumb li {
  font-size: 16px;
}

.breadcrumb_content_two h1 {
  margin-bottom: 5px;
}

.blog_list_item_two .post_date h2 {
  line-height: 1;
}

.blog_content .learn_btn_two i {
  font-size: 12px;
}


.post_author_two .media-body p {
  font-size: 15px;
}

.mega_menu .menu-depth-3rd li {
  padding-left: 0 !important;
}

.navbar .search_cart .shpping-cart i {
  color: #fff;
  margin-left: 20px;
}


.tagcloud a:hover,
.blog_list_item .blog_content .single_post_tags.post-tags a:hover,
.blog .navbar .search_cart .shpping-cart .num,
.error_page2 .navbar .search_cart .shpping-cart .num,
.navbar_fixed .navbar .search_cart .shpping-cart .num {
  background: #6754e2;
  color: #fff;
}

.cart-single-item .cart-img img {
  width: 100%;
  height: auto;
}

/* header.header_area.navbar_fixed .navbar .navbar-nav .menu-item a:hover, */
.blog_list_item .blog_content a:hover, 
.blog .menu > .nav-item > .nav-link:hover {
  color: #5e2ced;
}

.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item .nav-link .navdropdown_link .navdropdown_icon img {
  max-width: 30px;
  margin-top: 7px;
}

.menu > .nav-item.submenu .dropdown-menu.mega_menu_three .nav-item {
  padding-top: 0;
  padding-bottom: 0;
}

.s_service_info .s_service_item {
  margin-bottom: 25px;
}

header.header_area.header_stick {
  position: absolute;
}

header.header_area.header_stick.navbar_fixed .header_top {
  display: none;
}

.header_area .header_top {
  background: #13112d;
}

.header_area .header_top .header_top_column {
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.header_area .header_top ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.header_area .header_top ul p,
.header_area .header_top ul li {
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}

.header_area .header_top a {
  color: #c3c1da;
  font-weight: 300;
  padding-left: 5px;
}

.header_area .header_top ul li:before {
  content: "";
  width: 1px;
  height: 12px;
  top: 1px;
  background: #5e5d76;
  display: inline-block;
  position: relative;
  margin: 0px 22px 0px 20px;
}

.header_area .header_top ul.header_social_icon li:before,
.header_area .header_top ul li:first-child:before {
  display: none;
}

.header_area .header_top .right_content {
  text-align: right;
}

.menu > .nav-item.submenu .dropdown-menu.mega_menu_three > .nav-item > .dropdown-menu .nav-item:hover {
  z-index: 1;
}

.menu > .nav-item + li.nav-item.search {
  margin-left: 0;
}

.navbar .search_cart .search a.nav-link i {
  color: #fff;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item {
  padding: 20px 20px 0;
  font-size: 15px;
}

.navbar .search_cart .shpping-cart .dropdown-menu .cart-single-item.last_cart_item {
  padding-bottom: 20px;
}

.navbar .search_cart .search {
  border: none;
}

.navbar .search_cart .search a.nav-link {
  margin-top: 5px;
  font-size: 16px;
}

.navbar .search_exist .search_cart .cart-btn {
  margin-left: 0;
  font-size: 20px;
}

.blog_area_two .nav-links {
  margin: 0 auto;
}

/** === Alerts Messages CSS === **/
.alert.notice {
  background: #f9f8fc;
  border-color: #e9e6f5;
  color: #677294;
}
.alert {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  margin-bottom: 30px;
}
.alert i {
  float: left;
  font-size: 20px;
  line-height: 32px;
  margin-right: 20px;
}
.alert .alert_close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.alert .alert_close i {
  margin-right: 0;
}

.alert.warning {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}
.alert.info {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}
.alert.success {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}
.alert.message {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}
.big_alert {
  padding: 40px;
  font-size: 20px;
}
.big_alert i {
  font-size: 24px;
}
.box_alert {
  border: 1px solid #e9e6f5;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}
.box_alert .alert_close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #677294;
  font-size: 20px;
  cursor: pointer;
}
.box_alert .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #677294;
  border: 1px solid #e9e6f5;
  background: #f9f8fc;
  border-radius: 50%;
  margin-right: 30px;
}
.box_alert.box_warning .icon {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}
.box_alert.box_success .icon {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}
.box_alert.box_error .icon {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}
.box_alert.box_info .icon {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}
.box_alert.box_info_two .icon {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.box_alert .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #677294;
}

.digital_banner_area .digital_video_slider {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq_content .tab-pane .card .card-header .btn.collapsed {
  color: #576370 !important;
}

.col-lg-4.d-flex.justify-content-end {
  align-items: center;
}

.faq_content .tab-pane .card .card-body {
  padding-bottom: 20px;
}

p.comment-form-cookies-consent {
  margin-left: 15px;
}

p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  margin-right: 10px;
}

.not_logged_in input#submit {
  margin-top: 10px;
}

/* header.header_area.navbar_fixed .navbar .navbar-nav .menu-item a.nav-link.active {
    color: #5e2ced;
} */

.new_call_action_area .action_mobile img {
  margin-top: -60px;
}

.widget.instagram_widget ul li a img {
  width: 100px !important;
  height: auto !important;
}

.comments_widget ul li .comments_items .media-body p {
  font-weight: 400;
}
.agency_banner_btn, .btn_get {
  font-family: inherit;
}

.no_comments + .blog_comment_box #respond {
  padding-top: 0;
}

.startup_tab_img .web_img {
  opacity: 1;
}

.startup_tab_img .phone_img {
  opacity: 1;
}

.sidebar_widget a.nav-link {
  padding-left: 0;
}

#myTabContent.tab-content>.tab-pane {
  display: block;
}

#myTabContent .fade:not(.show) {
  position: absolute;
  width: 100%;
  visibility: hidden;
}

#myTabContent .slick-slide img {
  display: inline-block;
}

ul.slick-dots {
  margin: 0 auto;
  text-align: center;
}

ul.slick-dots {
  text-align: center;
  padding-top: 20px;
  position: static;
}
ul.slick-dots li.slick-active button {
  background: #00aff0;
  color: #fff;
}

ul.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}

ul.slick-dots li button {
  background: #cfcfe7;
  border: 0px;
  border-radius: 20px;
  width: 30px;
}



/**=== Update Custom CSS by Arif ===**/
/*** Add Custom CSS ERP, Hosting, POS***/
.erp_features_img_two {
  padding-top: 0;
}
.flex-row-reverse .erp_features_img_two .img_icon {
  margin-top: -50px;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn_pos {
  color: #fff;
}

.domain_form_inner input {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.wpcf7-form-control.wpcf7-submit.hosting_btn {
  width: 21%;
  border: 0px;
  padding: 25px 32px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  background: #f8636b;
  font-size: 16px;
  font-weight: 500
}
.erp_testimonial_item .media img {
  width: auto!important;
}
.erp_testimonial_info .owl-nav button.owl-prev, .erp_testimonial_info .owl-nav button.owl-next {
  font-size: 45px !important;
  color: #c1c1d4 !important;
}

.memories_name{text-align: center;font-size: 20px;}
.memories_name span{color: #000;font-weight: bold;}
.members_menu{width: 45%;display: inline-block;}
.memories_dob{display: inline-block;
  text-align: center;}    
  .memorial_basics{padding-bottom:20px;}  
  .active_visitor{color: yellow !important;}
  .active_approve,.active_pending{cursor:pointer;}    

  table.dataTable thead .sorting_asc {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat center left;
  }
  table.dataTable thead .sorting_desc {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat center left;
  }
  table.dataTable thead .sorting {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center left;
  }
  table.dataTable thead th{
    padding: 10px 18px !important;
  }
  table.dataTable tbody td{
    padding: 10px 18px !important;
  } 

  .picture_search{width: 50px !important;vertical-align: top !important;}
  .cust_search_main_div{padding-top: 26px;font-weight: bold;color: #000;}
  .cust_search_li{list-style: none;padding-bottom: 15px;}
  .item_label_data{
    display: inline-block;
    padding-left: 10px;
  }
  .cust_search_main_div ul{padding:0;}
  .btn-outline-secondary{border-color: transparent !important;}
  .btn-outline-secondary:hover{color: #6c757d !important;}



  .new_footer_area,
  footer.new_footer_area.bg_color {
    display: none;
  } 

/**** going mobile ****/


@media (min-width: 1200px){
	div#navbarSupportedContent {
		position: relative;
		top: 1.25em;
		left: -240px;
	} 
}


@media (max-width: 920px){
	
	.navbar.menu_center .container{justify-content: flex-start;}
	
	button.navbar-toggler.collapsed {
		position: absolute;
		right: 8px;
	}
	
	#navbarSupportedContent.show{left: 1em;}

	.alter_nav.search_exist {
		position: absolute;
		top: 84px;
		right: 8px;
		width: 32%;
	}
  .detail_block{
    flex-flow: row wrap;
      display: block;
  }
    .picture_block{
    	display: block;
    }
}


@media only screen and (max-width: 766px) {
  .comments-container {
    width: 480px;
  }

  .comments-list .comment-box {
    width: 390px;
  }

  .reply-list .comment-box {
    width: 320px;
  }
}
@media only screen and (max-width: 575px) {
.detail_block h5{ text-align: center;}
}


.add-socil-link label {
  color: #333 !important;
  font-style: italic;
  float: left;
  width: 29%;
  margin: 0;
  margin-top: 4px;
}
.add-socil-link input.facebook {
  width: 67%;
  float: right;
  margin: 0 !important;
}
.add-socil-link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.add-socil-link label span {
  color: #00aff0 !important;
}
.add-socil-link input.facebook {
  border-radius: 50px !important;
  float: left;
}

.add-socil-link label {
  color: #333 !important;
  font-style: italic;
  float: left;
  width: 29%;
  margin: 0;
  margin-top: 4px;
}
.add-socil-link input.facebook {
  width: 67%;
  float: right;
  margin: 0 !important;
}
.add-socil-link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.add-socil-link label span {
  color: #00aff0 !important;
}
.add-socil-link input.facebook {
  border-radius: 50px !important;
  float: left;
} 

@media (max-width: 880px){ 
	
	.testimonial_area_two{padding-top: 0;}
	
	header.header_area .navbar .navbar-nav .menu-item p,
	header.header_area .navbar .navbar-nav .menu-item a{color: #fff;}
	
	.call_action_area { 
		height: auto !important; 
		overflow: visible;
	} 
	.alter_nav.search_exist.mini_cart_exist{
		right: .25em;
		bottom: 8px;
		left: auto;
	}
}

@media (max-width: 640px){
	nav.navbar .navbar-brand.sticky_logo img{
		max-width: 100% !important;
	} 
	
	.alter_nav.search_exist {
		position: absolute;
		top: 59px;
		right: 46px;
		width: 39%;
	}
	
	button.navbar-toggler.collapsed {
		top: auto;
		right: auto;
		bottom: -7px;
		left: 12px;
	}
	.memorial_details {text-align: center;}
	.search_result{flex-flow: row wrap;}
	
	.detail_block p {flex: 1 0 47.5%;}
	.picture_block{flex: 1;}
	
	header.header_area .modal.fade.bd-example-modal-lg .modal-dialog.modal-lg .modal-content button.close span {
		right: 2px;
		top: -13px;
		font-size: 35px;
	}
	
	header nav ul {
		margin: 0;
		padding: .5em !important;
	}

	.alter_nav.search_exist.mini_cart_exist{bottom: 14px;}
	
	
  .memories .share_memorial_css, .page-template-page-memories-view-php .qr_memorial_css {
    padding: 7px 20px 7px 25px;
    font-size: 12px;
    line-height: 20px;
  }
  
  

  .content-wrapper header .header-title{
    top: 50%;
    font-size: 5vw;
  }
  .content-wrapper header .header-title img{
    max-width: 60px;
  } 
  .memories .add-memory {
    width: 140px;
    height: 50px;
  }
  .share_memorial_css{
    width: 140px !important;
    height: 50px !important;
    right: 150px !important;
  }

    .memorial_details.col-sm-9{
    	display: block;
    }
    .memory .desc__title a{ font-size: 14px;}
    .desc__thumb {
        padding: 10px 0px;
    }
    .memory .desc__title{ font-weight: bold; text-align: center;}
    .desc__thumb {
    	padding: 10px;
        text-align: center;
    }
    .wrap-profile-details .adminTxt, .wrap-profile-details .adminTxt{
    	font-size: 14px !important;
        text-align: left;
    }
}
@media only screen and (max-width:1200px){
  div#navbarSupportedContent{position:unset}
  header, header.header_area{max-height:initial;z-index:999999;padding:0 10px;}
  .header_area .navbar .navbar-nav .menu-item:last-child{margin-bottom:30px!important;}
  .header-title.login-user-area{margin-top:20px;}
  .sec_pad.page_wrapper, .dashboard-page{margin-top:225px;}
}
@media only screen and (max-width:920px){
	.alter_nav.search_exist{top:10px;width:auto}
	button.navbar-toggler.collapsed{right:175px;}
	.wrap-top-btn{margin:0;padding-right:10px;}
	.memorial-heading .btn-wrap-inner a{margin-top:5px;font-size:14px;white-space:nowrap}
	.header-title.login-user-area h2{font-size:22px}
}

@media only screen and (max-width: 786px) {
	.header-title.login-user-area{margin-top:0}
  button.navbar-toggler.collapsed, button.navbar-toggler { 
    margin-right: 50px;
    margin-top: 15px;
    right: 20px;
    left: auto;
    top: 10px;
  }
  
    #changeMemorialSettings .sec_pad.page_wrapper{ margin-top: 0px; padding-top: 20px;}
	#changeMemorialSettings #memorialForm label{ width: 45%;}
    header nav ul.navbar-nav.menu li p.user_loggedin{display: none;}
    .sec_pad.page_wrapper{margin-top: 15px;}
  header .input-group.custom_search_div button#search_custid_bck{display:none;}
  .memories .add-memory::before  {left: 4px!important; }
  header .input-group.custom_search_div .input-group-append{top:-6px;}
  header .input-group.custom_search_div .input-group-append, header .input-group.custom_search_div .input-group-append:hover{cursor: pointer;
    background: #fff;
    border-radius: 10px; 
    right: 0;padding: 7px;}
    .dashboard-container{padding-top:195px !important;}


  }
  @media only screen and (max-width: 768px){
   .dashboard-container{padding-top:50px !important;}
   .visit_model2 .maintitle {font-size:18px;}
   .visit_model2 .c-by{font-size:12px;}
   .visit_model2 p.post-detail-para.pb-2{white-space:normal;font-size:13px}
   .memories .memory .memory__comments .comment__title{font-size:18px;}
   .memories .c-by{font-size:13px;}
   .month_hr{width:32%!important}
 }
 @media only screen and (max-width: 640px) {
   .alter_nav.search_exist{right:0}
   .memorial-heading{flex-wrap:wrap}
   .wrap-top-btn{width:100%;}
   .share_memorial_css{right:0!important} 
   .memorial-heading h2{width: 100%; display: flex; flex-wrap: wrap; white-space: nowrap;}
    header .input-group.custom_search_div .input-group-append{top:-25px;}
   .header-title.login-user-area h2{font-size:20px; margin-top: 15px;justify-content: center;}
   .header-title.login-user-area h2 span{font-size:20px; margin-top: -25px;}
   button.navbar-toggler{
      margin-top: 0px;
      right: 0px;
      position: absolute;
      top: 15px;
      z-index: 999;
    }

    button.navbar-toggler.collapsed {
      top: -7px;
      margin-right: 30px;
      margin-top: 0px;
    }
  } 
  @media only screen and (max-width: 575px){
    
   .visit_model2 .maintitle{font-size:16px;}
   h4.maintitle span{display:none;}
    /*  Homepage */
    #contact form{
      padding: 0px 10px 0px 30px;;
    }
    #contact form .form-group p{
      margin: 0px;
    }
    .customHome h2{
      font-size: 22px;
    }
    .customHome h3{
      font-size: 20px;
    }
    .customHome p{
      font-size: 14px;
    }
      #new_memorial .familyDropdown label{
          font-size: 16px;
      }
      #new_memorial .familyDropdown select, #new_memorial .familyDropdown input{
          font-size: 16px;
      }
      .cancel_img i{
          right: 0px;
      }
      #new_memorial .cancel_loc i{
      	top: 85px;
  		right: 10px;
      }
      .partnerHome h2{font-size: 22px;}
      .partnerHome h3{font-size: 20px;}
      
 }
 @media only screen and (max-width: 475px){ 
  .memorial-heading .btn-wrap-inner a{text-overflow:ellipsis;overflow:hidden}
  .header-title.login-user-area{margin-left:0!important}
  .memories{ width: 95%; }
  .memorial_details_links li a{font-size: 14px;}
  .button{padding: 10px 5px;}
  .memory{padding: 0px;}
  .memory h5, .memory .desc__title{font-size: 14px;}
  .custom-logo{width: 200px; height: auto;}
  .button.newBtnMemorial{padding: 10px 20px; margin-left: 25%;}
   #changeMemorialSettings #memorialForm label, #changeMemorialSettings #memorialForm input, #changeMemorialSettings #memorialForm select{font-size: 14px;}
   .settingPage.sec_pad{font-size: 20px;}
   #uploaded_image .wp-user-profile-avatar{left: 18px !important;}
   header.header_area .modal.fade.bd-example-modal-lg .modal-dialog.modal-lg .modal-content button.close span{right: 8px; top: 0px;}
     .form-foot{flex-wrap: wrap; gap: 5px;}
     .newUserModal .modal-header img{max-width: 35px;}
}