.read-more-text .elementor-widget-container + [data-readmore-toggle], article[data-readmore] {
	display: block;
	width: 100%;
}
.read-more-text .elementor-widget-container[data-readmore] {
	transition: height 200ms;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.elementor .elementor-hidden-desktop {
		display:block;
	}
	#sp-header-section {
		display:none;
	}
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}



.tooltip .tooltiptext {
  visibility: hidden;
  width: 414px !important;
  background-color: black;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
	left: 0 !important;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
@media (max-width: 530px) {
	
	.tooltip .tooltiptext {
		width: 200px !important;
	}
}
.tooltip .tooltiptext p, .tooltip .tooltiptext a, .tooltip .tooltiptext span, .tooltip .tooltiptext h1, .tooltip .tooltiptext h2, .tooltip .tooltiptext h3, .tooltip .tooltiptext h4, .tooltip .tooltiptext h5, .tooltip .tooltiptext h6 {
	color: #fff !important;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.custom_additional_fields {
	margin-top: 20px;
	margin-bottom: 20px;
}
.woocommerce-MyAccount-content .gform_title {
	display:none;
}
.woocommerce-MyAccount-content .gform_footer input[type=submit] {
	background: #03A690;
	color:#fff;
	border:none;
}
.woocommerce-MyAccount-content .gform_footer input[type=submit]:hover {
	background: #03A690;
	color:#fff;
}
#gform_wrapper_6 input[type=submit], #gform_wrapper_6 input[type=button], #gform_wrapper_12 input[type=submit], #gform_wrapper_12 input[type=button]  {
	background:#03A690;
	color: #fff;
	border: none;
}
#gform_wrapper_6 input[type=submit]:hover, #gform_wrapper_6 input[type=button]:hover {
	background:#03A690;
	color: #fff;
}
.footer-form .gform_wrapper.gravity-theme .gfield_label, .gform_title {
    /*display: none;*/
}
.footer-form form {
    position: relative;
}

.footer-form form .ginput_container_email input, .footer-form form  .gd_fl_names_input input {
    padding-right: 168px !important;
	padding-left: 29px !important;
	border: none;
    border-radius: 60px;
	height: 80px;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 15%)
}
.footer-form form .gform_footer input {
     /* position: absolute;
    top: 0;
    right: 0;
    padding: 30px 44px;
    border-radius: 0 60px 60px 0;
    border: none;
    background-color: #92278C;
    color: #fff;*/
	padding: 30px 44px;
    border: none;
    background-color: #92278C;
    color: #fff;
}
.footer-form form .gd_newsletter_check_fieldset{
	padding-left:20px !important;
}
.footer-form form .gform_footer, .gd_fl_names_input label, .gd_newsletter_email label {
	padding-left: 20px !important;
}
.footer-form form input.gfield-choice-input[type=checkbox] {
	position: relative;
    border-radius: 4px !important;
    width: 20px;
    height: 20px;
    -webkit-appearance: none !important;
    cursor: pointer;
	margin-right: 15px;
}
.footer-form form input.gfield-choice-input[type=checkbox]:after {
	content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 4px;
}
.footer-form form input.gfield-choice-input[type=checkbox]:checked:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(https://www.childrenshealth.ie/wp-content/uploads/2021/09/check.svg)#00395D;
    border-radius: 4px;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-form .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 30px !important;
}
.footer-form .gfield_description {
    position: relative;
    left: 36px;
}
.footer-form form .gchoice.gchoice_7_3_1 {
	display: flex;
}
.gfield_description a {
	text-decoration: underline !important;
}
@media screen and (max-width: 414px) {
	.footer-form form .gform_footer input {
		/*position: relative;*/
		/*top: -105px*/;
		border-radius: 60px;
		width: 100%;
		padding: 20px 30px;
		/*height: 60px;*/
	}
	/*.footer-form form .ginput_container_email input {
		height: 60px;
		padding-right: 29px !important;
	}
	.footer-form form .gform_footer input {
		padding: 5px 30px;
	}
	.footer-form form .gchoice.gchoice_7_3_1 input {
		margin-right: 10px;
	}
	.footer-form form #field_7_3 {
		position: relative;
		top: 85px;
	}
	
	.footer-form .gform_wrapper.gravity-theme .gfield_checkbox label, 
	.gform_wrapper.gravity-theme .gfield_radio label, .footer-form form .ginput_container_email input,
	.footer-form form .gfield_description a{
		font-size: 16px !important;
	}
	.footer-form .gfield_description {
		left: 30px !important;
	}*/
}
@media screen and (min-width: 767px) {
	.footer-form .gform_wrapper.gravity-theme .gfield_checkbox label, 
	.gform_wrapper.gravity-theme .gfield_radio label, .footer-form form .ginput_container_email input,
	.footer-form form .gfield_description a{
		font-size: 18px !important;
	}
}
#scrollUp {
	width: 90px !important;
    height: 90px !important;
    border-radius: 100% !important;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 18px !important;
	opacity: 1 !important;
	padding-right: 10px;
    padding-left: 10px;
	text-transform: uppercase;
	text-decoration:none;
	padding-top: 23px;
}
#scrollUp:after {
	    content: url(https://www.childrenshealth.ie/wp-content/uploads/2021/09/arrow-1.svg);
    position: absolute;
    width: 100%;
    height: auto;
    top: 15px;
    display: flex;
    justify-content: center;
}

/* Menu Adjustments */
@media (max-width: 1199px) {
	.mobile-menu a {
		font-family: Work Sans !important;
	}
	.mobile-menu nav.menu-is-active > ul > li > ul > li > ul > li > a {
		font-size: 18px;
		line-height: 135%;
		font-style: normal;
		font-weight: normal;
	}
}
#gd_checkout_dd_link {
	    border-radius: 5px;
    border: none;
    font-size: 1em;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    padding: 19px 15px;
    cursor: pointer;
    text-decoration: none;
    background: #000;
    color: #fff;
    font-weight: bold;
}
.private-feed .private-column {
	margin: 10px 15px 10px 0px;
    padding: 40px 30px 40px 30px;
    background: #00395D;
    border-radius: 20px 20px 20px 20px;
}
.private-feed .private-column  .heading-container {
	margin-bottom:50px;
}

.private-feed .private-column  .heading-container h2 {
	font-family: Work Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 48.6px;
    color: #fff;
}

.private-feed .private-column .elementor-widget-button {
	/*position:absolute;
	bottom: 0px; */
	/*margin-bottom:15px;*/
}
.private-feed .private-column .elementor-widget-button a {
	color: #00395D
}
@media (max-width: 769px} {
	.elementor-column.private-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-65034692 {
		width: 45%;
	}
}
@media (max-width(415px)) {
	.private-feed .private-column .elementor-widget-wrap  .elementor-widget-button {
	position:relative;
	bottom: inherit; 
}
}


#campaign_loved_html {display:none;}

@media (max-width: 530px) {
	.woocommerce-checkout .autoaddress-control>.autoaddress-text-box {
		width: 100% !important;
	}
}

