/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
    Add your custom styles here
*/
body .footer-form  form .gfield_description {
	left:0;
}
@media screen and (max-width: 414px) {
	body .footer-form  form .gfield_description {
	left:0 !important;
}
}
body .gd_payroll_form_wrapper .gform_submission_error{
	padding-left:40px;
	color:black;
}
body .wpneo-wrapper {
	margin-top:20px;
}
body .GooglePayButton-logo {
	background-position: center -2px;
}
body .autoaddress-control>.autoaddress-button {
	padding:0;
}
body .navbar-nav.mx-auto {
	margin-left: 0 !important;
} 
body .elementor-location-header {
	margin-bottom:0 !important;
}
body .tooltip .tooltiptext {
	color: black !important;
	background-color:white !important;
	border-radius:8px !important;
	padding:10px !important;
	box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.39) !important;
}
body .tooltip .tooltiptext p {color: black !important;}
/* Footer */
body .ot-floating-button__open {
	padding:0 !important;
}
.elementor-location-footer .menu>li ul {
	padding-left: 0;
	line-height: 160%;
}

.elementor-icon.elementor-social-icon {
	background-color: #fff !important;
}

.elementor-social-icon i {
	color: #00395D !important;
}

#menu-footer-contact>li>a {
	font-size: 20px;
}

#menu-footer-contact>li>ul {
	padding-top: 0;
}


/*Footer Mobile */

@media (min-width: 768px) {
	.elementor-location-footer .menu>li>ul {
		padding-top: 30px;
	}
	.elementor-location-footer .menu>li>a {
		font-weight: bold;
		font-size: 28px;
		line-height: 42px;
	}
	.elementor-location-footer .submenu>li>a {
		line-height: 39px;
	}
	.elementor-location-footer .footer-col-3 {
		width: 42% !important;
	}
	.elementor-location-footer .footer-col-4 {
		margin-left: -220px;
	}
}

@media (max-width:1599px) and (min-width: 1280px) {
	.elementor-location-footer .footer-col-4 {
		margin-left: -130px;
	}
}


/* Header */

@media (max-width: 1367px) {
	li.secondary-subs {
		width: 205px;
	}
}
@media (min-width: 1199px) {
	.sub-menu-active a.uael-menu-item:after {
		position: absolute;
		z-index: 1;
		top: 100%;
		right: 1px;
		left: 1px;
		visibility: visible;
		width: 20px;
		height: 20px;
		margin: 6px auto 0;
		opacity: 1 !important;
		border: none;
		background: white;
		-webkit-transform: rotate(45deg) !important;
		transform: rotate(45deg) !important;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media (min-width: 1025px) {
	header {
		height: 190px;
	}
	
	.c-navbar .dropdown.show .nav-link:after {
		margin: 18px auto 0;
	}
	.sub-menu.parent-do-not-have-template {
		top: 100%;
		max-height: unset;
		margin: 20px 0;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
		border-radius: 15px;
		-webkit-box-shadow: 0 0 40px 4px rgb(0 0 0 / 10%);
		box-shadow: 0 0 40px 4px rgb(0 0 0 / 10%);
	}
	a.uael-menu-item:after {
		content: '';
		visibility: hidden;
		margin: 20px 0 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0;
	}
	
	.c-navbar .dropdown.show .dropdown-menu {
		margin: 19px 0;
	}
	
}




@media (min-width: 768px) {
	#menu-header-secondary .submenu {
		display: none;
	}
}

@media (min-width: 1025px) {
	.c-navbar .dropdown-menu__col .dropdown-item {
		font-family: Work Sans !important;
		font-style: normal !important;
		/*font-weight: normal !important;*/
		font-size: 16px !important;
		line-height: 16px !important;
		/*color: #00395D !important;*/
	}
	.c-navbar .dropdown-menu__col .dropdown-item,
	.c-navbar .dropdown-menu__list--items a {
		min-height:40px !important;	
	}
	.c-navbar .dropdown-menu__list>li>.dropdown-item.active,
	.c-navbar .dropdown-menu__list>li>.dropdown-item:active {
		font-weight: bold !important;
		color: #03A690 !important;
	}
	.c-navbar .dropdown-menu__col .dropdown-item:hover,
	.c-navbar .dropdown-menu__col .dropdown-item:focus {
		color: #03A690 !important;
		background: none;
		font-weight: bold !important;
	}
	.c-navbar .dropdown-menu__list--items a {
		font-family: Work Sans !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-size: 16px !important;
		line-height: 16px !important;
		color: #00395D !important;
	}
	.dropdown-menu__list--items li.see_all a {
		font-weight: bold !important;
		color: #03A690 !important;
	}
	.c-navbar .dropdown-menu__col .dropdown-item.active+.dropdown-menu__list--items {
		max-width: 35% !important;
		width: 35% !important;
	}
	.see_all {
		border-bottom: solid 1px #E0E0E0 !important;
	}
	.see_all a {
		font-weight: bold !important;
		color: #03A690 !important;
	}
}
@media all and (min-width:1440px) {
	.c-navbar .dropdown-menu__col .dropdown-item,
	.c-navbar .dropdown-menu__list--items a {
		min-height:54px !important;	
	}
	.c-navbar .dropdown-menu__list--items a,
	.c-navbar .dropdown-menu__col .dropdown-item {
		font-size: 20px !important;
		line-height: 20px !important;
		
	}
}
.c-navbar .navbar-nav .nav-item.show a.nav-link {
	font-weight: 600;
}

.home-slider-mobile .uael-post-grid ul.slick-dots li button:before {
	content: url('/wp-content/themes/hello-theme-child-master/images/slider-dot.svg') !important;
	opacity: 1 !important;
}

.home-slider-mobile .uael-post-grid ul.slick-dots li.slick-active button:before {
	content: url('/wp-content/themes/hello-theme-child-master/images/slider-dot-active.svg') !important;
}

.woocommerce-checkout .col-1 {
	max-width: 100%;
}

.donation-box .wpneo-campaign-single-left-info {
	display: none !important;
}

.donation-box .wpneo-campaign-summary {
	width: 100%;
}

.donation-box .woocommerce-product-gallery {
	display: none;
}

.donation-box .wpneo-single-sidebar form input.amount {
	display: none;
}

.donation-box .wpneo-campaign-title {
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 115%;
	color: #00395D;
}

.donation-box .wpneo-author-info {
	display: none;
}

.donation-box .wpneo-campaign-summary-inner {
	display: flex;
	flex-flow: column;
}

.donation-box .wpneo-campaign-summary-inner {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 15px;
}

.donation-box .fund-raising-summary {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
	border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-flow: column;
}
@media (max-width:1439px) {
	.donation-box .fund-raising-summary {
		padding:15px;
	}
}

.donation-box .campaign-funding-info ul li {
	display: block !important;
}

.campaign-funding-info {
	margin: 0;
}

.donation-box .campaign-funding-rows {
	display: flex;
}

.donation-box .campaign-funding-rows .campaign-fund-col1 {
	display: flex;
	width:60%;
	flex-flow: column;
}
.donation-box .campaign-metrics {
	display: flex;
	margin-top: 15px;
}

.donation-box .campaign-shares,
.donation-box .campaign-sponsors,
.donation-box .campaign-metric {
	display: flex;
	width: 33.33%;
	flex-flow: column;
}

.donation-box .campaign-share-btn,
.donation-box .campaign-donations {
	display: flex;
	flex-flow: column;
}

.donation-box .campaign-funding-rows .campaign-fund-col1 h3 {
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 135%;
	color: #00395D;
	margin-top: 0;
	margin-bottom: 0;
}

.donation-box .campaign-funding-rows .campaign-fund-col1 p {
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	color: #00395D;
	margin-bottom: 15px;
}
@media all and (max-width:1439px) {
	.donation-box .campaign-funding-rows .campaign-fund-col1 p {
		font-size:16px;
	}
}
@media all and (max-width:767px) {
	.donation-box .campaign-funding-rows .campaign-fund-col1 p {
		font-size:14px;
	}
}

.donation-box .hide_this {
	display: none;
}

.donation-box .wpneo-raised-bar {
	margin: 0 !important;
	padding: 0 !important;
}

.donation-box .campaign-funding-rows .campaign-fund-col2 {
	display: flex;
	width: 40%;
	flex-flow: column;
	justify-content: center;
	margin-left: 20px;
	margin-top: 53px;
}



.donation-box .campaign-share-btn {
	margin-bottom: 15px;
}

.donation-box .campaign-share-btn a.elementor-button {
	background: #03A690;
	border-radius: 60px;
	border: none;
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
}

.donation-box .campaign-share-btn .elementor-button-icon {
	margin-right: 13px;
}

.donation-box .campaign-share-btn .elementor-button {
	padding: 13px 64px 14px 64px;
}

.donation-box .campaign-donations a {
	background: #FFFFFF;
	border: 2px solid #03A690;
	box-sizing: border-box;
	border-radius: 60px
}

.tooltip-wrapper .tooltip-text {
	background: #243444;
	bottom: 100%;
	color: #fff;
	display: block;
	left: 0px;
	margin-bottom: 15px;
	opacity: 0;
	padding: 20px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .45s ease-in-out;
	-moz-transition: all .45s ease-in-out;
	-ms-transition: all .45s ease-in-out;
	-o-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
	-webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / 28%);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgb(0 0 0 / 28%);
}

.donation-box .campaign-donations .elementor-button-text {
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #03A690;
}

.donation-box .campaign-donations .elementor-button {
	padding: 13px 32px 14px 30px;
}

@media all and (max-width: 1439px) {
	.donation-box .campaign-share-btn a.elementor-button,
	.donation-box .campaign-donations .elementor-button-text {
		font-size:14px;
		line-height:1.4;
	}
	
	.donation-box .campaign-donations .elementor-button {
		padding:10px 15px;
	}
}
.donation-box .wpneo-wrapper ul {
	margin: 10px 0 !important;
}

.donation-box .wpneo-tabs {
	margin-top: 0px;
}

.donation-box .woocommerce {
	padding: 0;
}

.donation-box ul.wpcf_predefined_pledge_amount li a {
	padding: 16px;
	font-weight: 700;
	border: 2px solid #55C6D9;
	border-radius: 10px;
	color: #00395D;
}

.donation-box ul.wpcf_predefined_pledge_amount li.gd_other_amount a {
	padding: 16px 20px 16px 16px;
}

.donation-box .gd_single_donation_form {
	text-align: center;
}

.donation-box .gd_single_donation_form input.wpneo_donate_amount_field {
	max-width: 100%;
	width: 50%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}


/* Single Product donation */


/* -------------------- */

.anonymouse-top {
	display: flex;
	margin-bottom: 15px;
}

.container_anonymous {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #00395D;
}


/* Hide the browser's default checkbox */

.container_anonymous input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 2px solid #00395D;
	box-sizing: border-box;
	border-radius: 4px;
}


/* On mouse-over, add a grey background color */

.container_anonymous:hover input~.checkmark {
	background-color: #fff;
}


/* When the checkbox is checked, add a blue background */

.container_anonymous input:checked~.checkmark {
	background-color: #EA368E;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the checkmark when checked */

.container_anonymous input:checked~.checkmark:after {
	display: block;
}


/* Style the checkmark/indicator */

.container_anonymous .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.whatisthis_link a {
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	text-decoration-line: underline;
	color: #00395D;
}

.whatisthis {
	margin-left: 19px;
}

.whatisthis_link {
	margin-left: 5px;
}

.donation-box .wpneo-single-sidebar {
	margin-bottom: 0;
}

.donation-box #neo-progressbar div {
	background-color: #EA368E;
}

.donation-box .wpneo-meta-name {
	padding-left: 0;
}

.donation-box {
	padding-top: 75px;
}

.donation-box .active_btn {
	background: rgba(85, 198, 217, 0.4);
	/* Light Blue */
	border: 4px solid #55C6D9;
}

.donation-box .wpneo-wrapper ul.pledge_type {
	margin-top: 15px !important;
	margin-bottom: 28px !important;
}

.donation-box .donation_type {
	margin-top: 25px !important;
	margin-bottom: 15px !important;
}

.donation-box .donation-description {
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	/* or 24px */
	/* Navy */
	color: #00395D;
}

.donation-box .custom_donate_btn {
	padding: 5px;
	background: #EA368E;
	border-radius: 60px;
}

.donation-box .custom_donate_btn button {
	background: #EA368E;
	/* dashed stroke */
	border: 2px dashed rgba(255, 255, 255, 0.75);
	box-sizing: border-box;
	border-radius: 60px !important;
	padding: 25px 35px !important;
	color: #fff;
	width: 100%;
	margin: auto;
	font-family: Work Sans !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 26px !important;
	line-height: 20px !important;
	/* identical to box height, or 77% */
}

.donation-box .wpneo-campaign-single-left-info {
	float: none !important;
	width: 100% !important;
}

.donation-box .wpneo-campaign-summary {
	float: none !important;
	width: 100% !important;
}

.donation-box .wpneo-tabs {
	display: none;
}

.menu-image.menu-image-title-below {
	display: none;
}

.c-navbar .dropdown-menu__img--link {
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	/* or 25px */
	/* Teal Accessible */
	color: #03A690;
}

@media (min-width: 1200px) {
	.wpneocf-container {
		width: inherit;
	}
}

.uael-post__header-filter {
	color: #00395D;
}


/* custom featured section */

.custom_featured_section {
	flex-direction: row-reverse;
	width: 100%;
}

.custom_featured_section .uael-post__title a {
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold !important;
	font-size: 50px !important;
	line-height: 115% !important;
	color: #00395D !important;
}

.custom_featured_section .uael-post__content-wrap {
	padding: 80px 40px !important;
}

.custom_featured_section .uael-post__content-wrap .uael-post__title a {
	font-size: 50px !important;
}

.custom_featured_section .uael-post__content-wrap .uael-post__excerpt p {
	font-size: 24px;
}


/* Date section hide */

.custom_featured_section .uael-post__content-wrap .uael-post__meta-data {
	font-size: 18px;
	margin-bottom: 20px;
	display: none;
}

.custom_featured_section .uael-post__content-wrap .uael-post__read-more {
	position: inherit !important;
	padding: 5px !important;
}

.custom_featured_section {
	height: 100%;
}

.custom_featured_section .uael-post__thumbnail a img {
	border-radius: 0 !important;
	height: 100%;
	object-fit: cover;
}

.custom_featured_section .uael-post__content-wrap .uael-post__excerpt {
	margin-bottom: 35px !important;
}

.custom_featured_section .uael-post__content-wrap .uael-post__read-more .elementor-button-icon {
	display: none;
}

.custom_featured_section .uael-post__content-wrap .uael-post__read-more .elementor-button-content-wrapper {
	border: 2px dashed #fff;
	padding: 17px 35px;
	border-radius: 50px;
}

.custom_featured_section .uael-post_structure-featured .uael-post__inner-wrap .uael-post__thumbnail img {
	height: 100%;
}


/* Donation page styling */

.gd_single_cw_prduct {
	padding-top: 0;
}

.gd_single_cw_prduct .donationTypeMonthly {
	display: none;
}


/* Back to top styling */

#wpfront-scroll-top-container div.text-holder {
	padding: 24px 10px 0 !important;
}

div#wpfront-scroll-top-container: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;
}

@media (min-width: 1600px) {
	.uael-post__inner-wrap.custom_featured_section .uael-post__content-wrap {
		padding: 80px 40px !important;
	}
	.custom_featured_section .uael-post_structure-featured .uael-post__inner-wrap .uael-post__thumbnail img {
		height: 100%;
	}
}

@media (max-width: 1024px) {
	.custom_featured_section .uael-post__content-wrap {
		padding: 60px 40px !important;
	}
	.custom_featured_section .uael-post__content-wrap .uael-post__title a {
		font-size: 30px !important;
	}
	.custom_featured_section .uael-post__content-wrap .uael-post__excerpt p {
		font-size: 20px;
	}
	.custom_featured_section .uael-post__content-wrap .uael-post__read-more {
		position: absolute;
		bottom: 60px !important;
	}
	.custom_featured_section {
		display: flex;
		flex-wrap: nowrap;
	}
	.custom_featured_section .uael-post__content-wrap .uael-post__read-more .elementor-button-content-wrapper {
		padding: 8px 20px;
	}
}

@media (max-width: 768px) {
	.custom_featured_section {
		flex-wrap: wrap;
	}
	.custom_featured_section .uael-post__content-wrap {
		padding: 40px 30px !important;
	}
	.custom_featured_section .uael-post__content-wrap .uael-post__read-more {
		bottom: 35px !important;
	}
}

@media (max-width: 415px) {
	.custom_featured_section .uael-post__content-wrap {
		padding: 30px !important;
	}
	.custom_featured_section .uael-post__content-wrap .uael-post__read-more {
		bottom: 30px !important;
	}
}

@media (min-width: 768px) {
	.custom_featured_section .uael-post__thumbnail {
		width: 60% !important;
	}
	.custom_featured_section .uael-post__content-wrap {
		width: 40% !important;
	}
}
@media (max-width: 1199px) {
	.c-navbar .navbar-nav .nav-link {
		font-size: 16px !important;
	}
	.c-navbar .navbar-collapse {
		margin-left:0 !important;
		margin-top:0 !important;
		 
	}
}

#wpfront-scroll-top-container div.text-holder {
	color: #ffffff;
	background-color: #03A690;
	width: 90px !important;
	height: 90px !important;
	border-radius: 100%;
	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;
}


/* MEC Calender */

#comments {
	display: none;
}

.mec-wrap p {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.mec-container {
		width: inherit !important;
	}
}

header .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding-top: 0px;
}

header .uael-nav-menu__align-left .uael-nav-menu {
	margin-left: auto;
}

.mec-wrap p {
	margin: 0;
}


/* Registeration Form */

.wpcf-register-form .gform_heading {
	display: none;
}

.wpcf-register-form input[type=text],
.wpcf-register-form input[type=password],
.wpcf-register-form textarea {
	border-radius: 50px;
	border: 2px solid #FFFFFF;
	padding-top: 32px !important;
	padding-bottom: 32px !important;
	padding-left: 20px !important;
}

.wpcf-register-form .wpneo-first-half,
.wpcf-register-form .wpneo-second-half {
	width: 100%;
	float: none;
}

.wpcf-register-form .wpneo-name {
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	/* Navy */
	color: #00395D;
	margin-bottom: 10px
}

.wpcf-register-form label {
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	/* Navy */
	color: #00395D;
	margin-bottom: 10px
}

.wpcf-register-form input {
	font-family: Work Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	color: #333333;
}

.wpcf-register-form .gfield_required {
	font-style: inherit;
	font-family: Work Sans;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 150%;
	/* Navy */
	color: #00395D;
}

.wpcf-register-form fieldset.register-checkboxes {
	margin-top: 28px;
}

.wpcf-register-form fieldset.register-checkboxes .gfield_checkbox {
	display: grid;
	grid-template-columns: 33.33% 33.3% 33.3%;
}

.wpcf-register-form fieldset.register-checkboxes legend {
	margin-bottom: 15px;
}

.wpcf-register-form .wpneo-fields {
	margin-bottom: 0px;
}

.wpcf-register-form .wpneo-single {
	padding-bottom: 28px;
}

.wpcf-register-form .wpneo-cancel-campaign {
	display: none;
}

.wpcf-register-form .wpneo-submit-campaign {
	float: none;
	width: 100%;
}

.wpcf-register-form .gform_wrapper.gravity-theme .gfield_label {
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	/* identical to box height, or 27px */
	/* Navy */
	color: #00395D;
}

.wpneo-campaign-creator-info-wrapper {
	display: none;
}

.single-donation-box {
	margin-bottom: 0px !important;
}


.regular-donation-box {
	display:none;
	padding-top: 35px
}

.regular-sepa-donation-box {
	display:none;
	padding-top: 0;
}

@media (max-width: 1441px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1140px !important;
	}
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 1140px !important;
	}
}

@media (min-width: 1200px) {
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 1140px !important;
	}
}


/* Form checkbox and button */

.wpcf-register-form input.gfield-choice-input[type=checkbox] {
	position: relative;
	transition: 200ms all ease;
	border-radius: 4px !important;
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	cursor: pointer;
	margin-right: 5px;
}

.wpcf-register-form input.gfield-choice-input[type=checkbox]:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 4px;
}

.wpcf-register-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;
	z-index: 99999;
	background-repeat: no-repeat;
	background-position: center;
}

.wpcf-register-form .gform_footer.top_label {
	background: #92278c;
	width: 210px;
	height: 64px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	margin-top: 43px;
}

.wpcf-register-form .gform_button {
	position: absolute;
	margin-bottom: 0 !important;
	margin-left: 1px;
	color: #fff;
	background-color: #92278c !important;
	border-color: #fff;
}

.wpcf-register-form .gform_button:focus {
	outline: none !important;
}

.wpcf-register-form .gfield_label.gfield_label_before_complex {
	margin-bottom: 15px;
}

.wpcf-register-form .gfield_checkbox label {
	font-weight: 400;
}

#AAControl1_field {
	display: block !important;
}

#wpneofrontenddata,
#wpneofrontenddata button,
#wpneofrontenddata input,
#wpneofrontenddata select,
#wpneofrontenddata textarea {
	font-family: Work Sans;
}
#wpneofrontenddata {
	padding:40px 20px;
	background-color:#f8f8f8;
}
body #wp-wpneo-form-description-wrap button#insert-media-button, 
body #wp-wpneo-form-description-wrap button#wpneo-form-description-html, 
body #wp-wpneo-form-description-wrap button#wpneo-form-description-tmce, 
body #wp-wpneo-form-short-description-wrap button#wpneo-form-short-description-html, 
body #wp-wpneo-form-short-description-wrap button#wpneo-form-short-description-tmce, 
body #wp-wpneo-form-short-description-wrap button.insert-media {
	background-color:#00395D;
	color:white;
}
.wp-editor-tabs {
	margin-bottom: 10px;
}

.html-active .switch-html,
.tmce-active .switch-tmce {
	color: #00395D;
	font-weight: bold;
}

#wpneofrontenddata .wpneo-name {
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	color: #00395D;
}

#wpneofrontenddata .wpneo-upload-image-gallery,
#wpneofrontenddata .wpneo-submit-campaign {
	background: #03A690 !important;
	color: #fff;
	border: none;
}

.wpneo-cancel-campaign {
	border-radius: 60px 60px 60px 60px !important;
	color: #fff !important;
}

.wpneo-requirement-title {
	padding: 0 !important;
	float: left;
    width: 100%;
    margin-bottom: 20px;
	margin-top: 20px;
}
#wpneofrontenddata .text-right {
	float:left;
	width: 100%;
}
.wpneo-requirement-title label {
	margin-left: 10px;
}

#wpneofrontenddata .wpneo-upload-image-gallery:hover,
#wpneofrontenddata .wpneo-submit-campaign:hover {
	background: #03A690 !important;
}

.media-modal-close {
	padding: 0 !important;
	border-radius: none;
	background-color: none;
	border: none;
}

.wp-crowd-new-campaign {
	border-radius: 60px 60px 60px 60px !important;
	color: #fff !important;
	background: #03A690 !important;
}

#wpneofrontenddata .wpneo-fields input[type=email],
#wpneofrontenddata .wpneo-fields input[type=number],
#wpneofrontenddata .wpneo-fields input[type=text],
#wpneofrontenddata .wpneo-fields select,
#wpneofrontenddata .wpneo-fields textarea {
	border: 1px solid #00395D;
	font-family: Work Sans;
	color: #00395D;
}

.wpneo-fields small {
	color: #00395D;
}

.wpneo-fields {
	color: #00395D;
}


/* Booking Registeration Form */

.registeration-layout .mec-events-meta-group-booking {
	background: none;
	border: none;
	padding: 0;
}

.registeration-layout .mec-events-meta-group-booking .mec-booking form h4 {
	visibility: hidden !important;
	display: none !important;
}

.registeration-layout .mec-events-meta-group-booking .mec-event-ticket-name {
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	color: #00395D;
	margin-bottom: 10px;
}
.registeration-layout .autoaddress-control {
	display:grid;
	grid-template-columns: 81% 19%;
}
.registeration-layout .autoaddress-text-box {
	border-radius: 50px 0px 0px 50px!important;
	margin-top: 0 !important;
}
.registeration-layout .autoaddress-control .autoaddress-autocomplete {
	bottom: 0;
}

.registeration-layout input[type=date],
.registeration-layout input[type=email],
.registeration-layout input[type=number],
.registeration-layout input[type=password],
.registeration-layout input[type=tel],
.registeration-layout input[type=text],
.registeration-layout select,
.registeration-layout textarea,
.registeration-layout .mec-custom-nice-select {
	border-radius: 50px;
	border: 2px solid #FFFFFF;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	width: 100% !important;
	margin-top: 10px;
	min-height: inherit !important;
	min-width: inherit !important;
	box-shadow: none !important;
	color: #00395D !important;
	font-size:20px !important;
}

.registeration-layout .mec-events-meta-group-booking .mec-event-ticket-available {
	color: #00395D;
	font-size:20px;
}

.registeration-layout button#mec-book-form-btn-step-1,
.registeration-layout button#mec-book-form-back-btn-step-2,
.registeration-layout button#mec-book-form-btn-step-2 {
	background: #92278C;
	border: 2px dashed rgba(255, 255, 255, 0.75);
	box-sizing: border-box;
	border-radius: 60px;
	padding: 17px 64px 17px 64px;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}

.registeration-layout label {
	font-family: Work Sans !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 150% !important;
	color: #00395D !important;
}

.registeration-layout .mec-book-reg-field-checkbox input[type=checkbox] {
	position: relative;
	transition: 200ms all ease;
	border-radius: 4px !important;
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	cursor: pointer;
	margin-right: 5px;
}

.registeration-layout .mec-book-reg-field-checkbox 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;
	z-index: 99999;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	appearance:none;
	-webkit-appearance:none;
}

.registeration-layout .mec-booking-shortcode .mec-book-reg-field-name {
	width: 100%;
	display: block;
}

.registeration-layout .mec-booking-shortcode .mec-book-reg-field-mec_email {
	display: block;
	width: 100%;
	margin-right: 0px;
}

.registeration-layout .mec-booking-shortcode .nice-select,
.mec-booking-shortcode input {
	height: auto;
}

.registeration-layout .mec-booking-shortcode input {
	margin-bottom: 28px !important;
}

.registeration-layout .mec-book-reg-field-checkbox label:first-child {
	margin-bottom: 15px !important;
}

.registeration-layout .mec-book-reg-field-checkbox label:nth-child(n+2) {
	font-weight: normal !important;
	line-height: initial !important;
	padding-right: 30px;
}

.registeration-layout .mec-book-reg-field-checkbox input[type=checkbox] {
	margin-right: 10px !important;
}

.registeration-layout .mec-booking-form-container {
	margin: auto !important;
}

.registeration-layout .mec-book-reg-field-checkbox {
	margin-bottom: 30px;
}

#cfw-payment-request-buttons {
	display: block !important;
}
body .wpneo-tooltip .wpneo-tooltip-empty, 
body .wpneo-tooltip .wpneo-tooltip-max, 
body .wpneo-tooltip .wpneo-tooltip-min {
	font-size:16px;
	padding:8px 10px;
	top:-46px;
	font-weight:600;
}
#wpneofrontenddata .wpneo-form-action input[type=submit].wpneo-submit-campaign {
	font-size:20px;
	font-weight: 400;
    line-height: 30px;
}

@media all and (max-width: 767px) {
	.donation-box .campaign-funding-rows .campaign-fund-col1 {
		width:70%;
	}
}
@media all and (max-width: 767px) {
	.donation-box .campaign-funding-rows .campaign-fund-col2 {
		width:30%;
	}
}
.uael-modal .uael-content {
	border-radius:20px;
}
.tabs wc-tabs {display:none;}
.gd_comapny_donation_box {
    display: none;
}
.prefer_to_contact_heading { margin-top: 25px;}

@media screen and (max-width: 1024px) {
	.registeration-layout .autoaddress-control {
		grid-template-columns: 100%;
	}
	.registeration-layout .autoaddress-control>.autoaddress-button {
		width: 100%;
	}
	
	.registeration-layout .autoaddress-control>.autoaddress-text-box {
		border-radius: 50px !important;
	}
	
	.gd_autommn_styling {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.gd_autommn_styling .donation-box .wpneo-campaign-title {
		font-size: 25px;
	}
	
	.gd_autommn_styling .donation-box .wpneo-campaign-summary-inner {
		padding-left: 15px;
		padding-right:15px;
	}
	
	.gd_autommn_styling .single-donation-box {
		padding-top: 30px;
	}
	
	/*.gd_autommn_styling .tooltip:hover .tooltiptext {
		max-width: 250px !important;
        font-size: 12px;
        overflow: scroll;
        height: 200px;
	}*/
	
	.gd_autommn_styling .tooltip .tooltiptext {
		max-width: 250px !important;
        font-size: 12px;
        overflow: scroll;
        height: 200px;
		width: 230px;
	}
	
	
}

@media screen and (max-width: 560px) {
	#wc-stripe-cc-form .form-row-first, #wc-stripe-cc-form .form-row-last {
		width: 100%;
	}
	
	.woocommerce-checkout .autoaddress-button {
		width:100%;
	}
	
	.woocommerce-checkout .autoaddress-text-box {
		width: 100% !important;
		margin-bottom: 7px !important;
	}
	
}