/*
Theme Name:   WeCareAssistant
Description:  Write here a brief description about your child-theme
Author:       Write here the author's name
Author URL:   Write here the author's blog or website url
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  WeCareAssistant
*/

/* Write here your own personal stylesheet */
#ocmlocationname h2{
	text-transform:capitalize;
}

body.page-id-1012 .elementor-24{
	display:none !important;
}
/* .gv-widget-search .gv-search-box.gv-search-box-submit {
  justify-content: right;
	padding-right:3%;
} */
.gv-widget-search {
	width:100%;
	align-items:center;
}
.gv-widget-search > div:first-child {
  width:70% !important;
}
.gv-widget-search > div:last-child {
  width:30% !important;
}
.gv-search label{
	display:none;
}
body.page-id-753 .gv-search-box-submit{
  display:none;
}

/* family review page */
body.page-id-1238 #page .post-password-form p,
body.page-id-1154 #page .post-password-form p,
body.page-id-1077 #page .post-password-form p,
body.page-id-753 #page .post-password-form p{
  text-align:center;
}

body.page-id-1238 #page,
body.page-id-1154 #page,
body.page-id-1077 #page,
body.page-id-753 #page {
  min-height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
}