/*
 Theme Name:   Hospice Malta
 Description:  Hospice Malta Child Theme
 Author:       the Concept Stadium
 Author URI:   https://conceptstadium.com
 Template:     charity-home
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hospicemalta
*/

.product_cat-subscription .yith-wcqv-button {
	display: none;
}

.ui-datepicker select {
	padding: 5px;
}

.woocommerce td.product-name dl.variation {
	text-align: left;
	font-size: 0.8em;
}

.woocommerce td.product-name dl.variation dd {
	padding-bottom: 5px;
}

.postid-9086 .subscription-only,
.postid-9085 .subscription-only,
.postid-8829 .subscription-only,
.postid-8833 .subscription-only {
	display: none;
}

.tax-product_cat.term-subscription .page-title-section .entry-title {
	display: none;
}

.tax-product_cat.term-subscription .page-title-section {
	background-image: url(https://uat.hospicemalta.org/wp-content/uploads/2021/01/0180-CH54-Hospice-Mebership-Leaderboard-Banner-January-2021.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 14.7vw;
}

.page-title-section.text-center {
	padding-top: 103px !important;
	z-index: 2;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	margin-top: 0 !important;
}

/* Service */
@media screen and (min-width: 525px) {
	.service .woocommerce div.product {
		display: flex;
	}
}
.service .woocommerce div.product form.cart div.quantity,
.service .woocommerce div.product .product_meta {
	display: none;
}
.service:nth-child(even)
.woocommerce
div.product
div.images.woocommerce-product-gallery {
	order: 1;
}
.service:nth-child(even) .woocommerce div.product .summary {
	order: 0;
	margin-left: 0;
	margin-right: 3%;
	text-align: right;
}
.service:nth-child(even) .woocommerce div.product form.cart .button {
	float: none;
}

/* Events */
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
	background-color: rgba(242, 87, 44, 0.5) !important;
}

.tribe-common a.tribe-common-c-btn--small,
.tribe-common button.tribe-common-c-btn--small,
.tribe-common input[type="button"].tribe-common-c-btn--small,
.tribe-common input[type="submit"].tribe-common-c-btn--small {
	background-color: rgb(242, 87, 44) !important;
}
.entry
.entry-content
.event-tickets
.tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,
.entry
.entry-content
.event-tickets
.tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,
.entry
.entry-content
.event-tickets
.tribe-tickets__tickets-buy.tribe-common-c-btn:focus,
.entry
.entry-content
.event-tickets
.tribe-tickets__tickets-buy.tribe-common-c-btn:hover,
.event-tickets
.tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,
.event-tickets
.tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:focus,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover {
	background-color: rgba(242, 87, 44, 0.8) !important;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-form,
.event-tickets .tribe-tickets__tickets-form {
	margin: 60px auto;
}

/* Festa Sport Page */
.fs-section-1 {
	padding: 100px 15px 150px 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.fs-section-2 {
	background-color: #1b456b;
	padding: 70px 15px;
	color: #ffffff;
}

.fs-intro {
	max-width: 850px;
	margin: 0 auto;
}

.fs-intro p {
	margin: 0;
}

.fs-disciplines {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
	gap: 40px;
}

.fs-discipline {
	width: calc(25% - 30px);
	background-color: transparent;
	transition: 0.5s all ease;
	position: relative;
}

.fs-discipline-top {
	text-align: center;
	background-color: transparent;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	transition: 0.5s all ease;
	background-color: transparent;
	border-color: #1b456b;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	padding-bottom: 20px;
}

.fs-discipline-top .discipline-name {
	font-size: 26px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	color: #ffffff;
	font-family: "DIN Condensed", Montserrat, sans-serif;
	line-height: 1;
}

.fs-discipline-bottom {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #1b456b;
	background-color: transparent;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: 0.5s all ease;
	font-family: "DIN Condensed", Montserrat, sans-serif;
	padding: 0 20px 15px 20px;
	opacity: 0;
	pointer-events: none;
	border-color: #1b456b;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-size: 20px;
	line-height: 1.1;
	z-index: 99;
}

.fs-discipline:hover .fs-discipline-top {
	background-color: #ffffff;
}

.fs-discipline:hover .fs-discipline-bottom {
	background-color: #ffffff;
	opacity: 1;
	pointer-events: all;
}

.fs-discipline:hover .fs-discipline-top .discipline-name {
	color: #1b456b;
}

.fs-discipline-bottom-content {
	border-top: 1px solid rgba(27, 69, 107, 0.3);
	padding-top: 10px;
	padding-bottom: 20px;
}

.fs-discipline-bottom-content p {
	margin: 15px 0;
}

.fs-discipline-bottom .button-wrapper {
	text-align: center;
	margin-top: 30px;
}

.fs-discipline-bottom .button {
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px 15px;
	text-align: center;
	background-color: #f2572c;
	border-radius: 25px;
	letter-spacing: 1px;
}

.wccpf-field.label {
	white-space: normal;
	color: #000000;
	text-align: left;
	font-size: 75%;
	line-height: 1.1;
	padding: 0;
}

@media screen and (max-width: 992px) {
	.fs-section-1 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.fs-disciplines {
		gap: 0;
	}

	.fs-discipline {
		width: 33%;
		margin-bottom: 35px;
	}

	.fs-discipline-bottom {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.fs-section-1 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.fs-section-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.fs-discipline {
		width: 50%;
	}
}

@media screen and (max-width: 576px) {
}

@media screen and (max-width: 450px) {
	.fs-discipline {
		width: 100%;
	}
}

/* menu updated styling */

/* .header-topbar-section .topbar_half.leftarea{
    min-width: 285px;
} */
.mobile-buttons{
	display: flex;
	justify-content: space-around;
	background-color: #fbdb2a;
	height: 40px;
}
.mobile-buttons .header-btn{
	margin-top: auto;
	margin-bottom: auto;
}
.mobile-buttons a{
	color: #f1582c;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.woocommerce-Tabs-panel{
	border: transparent;
	box-shadow: none;
}

.tribe-tickets__attendee-tickets-submit {
	color: #ffffff!important;
}

.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
	color: #ffffff!important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 450px) {
	.mobile-buttons{
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.header-topbar-section .topbar_half .header-label-details a{
		font-size: 12px !important;
	}
	.header-top-btn{
		display: none !important;
	}
	.header-topbar-section .topbar_half{
		justify-content: flex-end !important;
	}
	html #wpadminbar{
		display: none;
	}
	/* .soc-icon-transparent li{
		max-width: 17px;
	} */
	.header-topbar-section .topbar_half.leftarea{
		justify-content: space-evenly !important;
	}
	.header-topbar-section .topbar_half .header-social-nav .tpath-social-icons.soc-icon-transparent li a{
		text-align: center !important;
	}
	.mobile-buttons .header-top-btn{
		display: block !important;
	}
	.header-social-icons{
		display: none;
	}
	.topbar_half.rightarea{
		width: 20% !important;
	}
	.topbar_half.leftarea{
		width: 80% !important;
	}
}

.donations .posted_in{
	display: none;
}

.donations .product-title{
	color: #00C1CF !important;
}



/* menu */
.header-section .header-main-section .nav.navbar-nav.tpath-main-nav a:hover, .header-section .header-main-section .nav.navbar-nav.tpath-main-nav a:focus, .header-section .header-main-section .nav.navbar-nav.tpath-main-nav a:active, .header-section .header-main-section .nav.navbar-nav.tpath-main-nav > li:hover > a, .header-section .header-main-section .nav.navbar-nav.tpath-main-nav li.active > a, .header-section .nav.navbar-nav.tpath-main-nav li .tpath-megamenu-container .tpath-megamenu li.active > a, .header-section .nav.navbar-nav.tpath-main-nav li .tpath-megamenu-container .tpath-megamenu a:hover, .header-section .nav.navbar-nav.tpath-main-nav li .tpath-megamenu-container .tpath-megamenu a:active, .header-section .nav.navbar-nav.tpath-main-nav li .tpath-megamenu-container .tpath-megamenu a:focus, .header-section .tpath-main-nav li.current-menu-ancestor > a, .header-section .tpath-main-nav li.current-menu-parent > a, .header-section .tpath-main-nav li.current-menu-item > a, .header-section .dropdown-menu > li > a:focus, .header-section .dropdown-menu > li > a:hover, .header-section .sub-menu > li > a:focus, .header-section .sub-menu > li > a:hover, .header-section .tpath-main-nav.nav.navbar-nav > li > a:hover, .header-section .tpath-main-nav.nav.navbar-nav > li > a:active, .header-section .tpath-main-nav.nav.navbar-nav > li > a:focus, .header-section.header-styletwo.header-light .tpath-main-nav.nav.navbar-nav > li > a:hover, .header-section.header-styletwo.header-light .tpath-main-nav.nav.navbar-nav > li > a:active, .header-section.header-styletwo.header-light .tpath-main-nav.nav.navbar-nav > li > a:focus, .header-section.header-styletwo.header-light .dropdown-menu > li > a:hover, .header-section.header-styletwo.header-light .dropdown-menu > li > a:active, .header-section.header-styletwo.header-light .dropdown-menu > li > a:focus, .header-section.header-styletwo.header-light .dropdown-menu ul li a:hover, .header-section.header-styletwo.header-light .dropdown-menu ul li a:active, .header-section.header-styletwo.header-light .dropdown-menu ul li a:focus{
	color: #3abebc !important;
}


.page-breadcrumbs{
	display: none;
}

.col-center .wpb_wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#menu-footer-menu a{
	color: #fff !important;
}

.footer-section .widget_nav_menu ul li:before{
	background: #fff !important;
	height: 20px !important;
	top: 2px !important;
}

#footer-widgets-1 .sib-email-area,#footer-widgets-1 .sib-default-btn{
	border-radius: 10px;
}


.footer-widgets .widget {
	margin-bottom: 70px;
}

.footer-section .footer-copyright-section {
	background: #3ABEBC !important;
}

.tpath-social-icons.widget-soc-icon li a {
	background: #fff;
	width: 32px;
	height: 32px;
	border: 0;
}


.tpath-social-icons.widget-soc-icon li a i{
	color: #3ABEBC !important;
}

.footer-section .footer-copyright-section .copyright-info p a:hover, #menu-footer-menu a:hover    {
	color: #f7c701 !important;
}


.footer-widgets-section {
	padding-top: 200px;
}

.top-grey{

}

.bottom-grey{

}

.product-details{
	background-color: #3ABEBC;
	border-radius: 10px;
	color: #fff !important;
	padding: 5px;
	max-width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-top: 10px !important;
}


.product-title a{
	color: #3ABEBC !important;
}
.product-title {
	margin-bottom: 50px !important;
}


.product-details .price{
	color: #fff !important;
	margin-bottom: 0 !important;

}

.widget h3.widget-title {
	color: #3ABEBC;
	text-transform: none !important;
	font-size: 40px;
	font-weight: 800;
}



/* Targeting odd rows for the WooCommerce product grid */
.woocommerce ul.products li.product {
	position: relative;
}

/* .woocommerce ul.products li.product:nth-child(4n+1),
.woocommerce ul.products li.product:nth-child(4n+2) {
    background-image: url('https://woocommerce-806392-4664179.cloudwaysapps.com/wp-content/uploads/2024/06/Vector-74.svg');
    background-size: cover;
    background-position: center;
} */


.woocommerce ul.products li.product:nth-child(4n+1) .product-inner,
.woocommerce ul.products li.product:nth-child(4n+2) .product-inner {
	padding: 20px;
	color: #fff;
}

.widget.widget_nav_menu ul > li {
	position: relative;
}

.widget.widget_nav_menu ul > li:before {
	background: #000;
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	position: absolute;
	top: 12px;
	left: -12px;
	border-radius: 50%;
}

.orderby-dropdown{
	display: none;
}

.border-radius{
	border-radius: 50px;
}

.border-radius .vc_single_image-wrapper {
	height: 300px;
	overflow: hidden;
	border-radius: 30px;
}

.border-radius .vc_single_image-wrapper img {
	width: 100%;
	height: revert-layer;
	object-fit: cover;
	display: block;
}

.date-section{
	display: none !important;
}

.read-more a{
	background-color: #3ABEBC;
	color: #fff !important;
	max-width: 100px;
	padding: 10px 30px 10px 17px !important;
	border-radius: 5px !important;
}

.size-charityhome-blog-list{
	border-radius: 30px;
}

.entry-title a{
	color: #3ABEBC !important;

}

.entry-title{
	margin-top: 50px;
}

.d-flex .wpb_wrapper{
	display: flex;;
}

.page-id-207 .product-details{
	display: none;
}


.page-id-5916 .wpb_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.post-11073 .product_title{
	color: #39bfbd;
}

.single_add_to_cart_button{
	border-radius: 8px !important;
}

.gform_button {
	max-width: 200px !important;

}

.gform_button:hover {
	background-color: #fff !important;
	color: #3ABEBC !important;

}

.vc_general.vc_btn3.vc_btn3-style-border{
	background-color: #3ABEBC !important;
	border: 2px solid #3ABEBC !important;
}


.vc_general.vc_btn3.vc_btn3-style-border:hover{
	background-color: #fff !important;
	color: #3ABEBC !important;

}

.pagination > li > a:hover, .pagination > li > span.page-numbers.current {
	background: #3ABEBC;
	border-color: #3ABEBC;
}

.pagination > li > a, .pagination > li > span {
	border-color: #3ABEBC;
	color: #3ABEBC;
}
.product-details{
	cursor: pointer;
}

.post-type-archive .product-title a{
	color: #000 !important;
}

.post-type-archive .product-details{
	background-color: transparent !important;
	color: #999 !important;
}

.post-type-archive .product-details .woocommerce-Price-amount{
	color: #999 !important;
}

.post-type-archive .product-details .price{
	color: #999 !important;
}

.border-radius-20 .wpb_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.border-radius-20 a{
	color: #3d3d3d;

}

.border-radius-20 a:hover{
	color: #3ABEBC;

}

.wpb_flexslider .slides li{
	display: flex !important;
}
.wpb_gallery_slides{
	border: 0 !important;
	box-shadow: none !important;
}

.wpb_flexslider .slides li .link_image:hover{
	color: #3ABEBC;
}

.wpb_flexslider .slides li .link_image{
	font-size: 25px;
}

.wpb_posts_slider .flex-caption{
	background-color: transparent !important;
}


@media only screen and (min-width: 600px) {
	.flexslider img{
		min-width: 560px !important;
		min-height: 560px !important;
	}

	.flex-caption{
		padding-left: 30px !important;
	}

}

.link_image{
	font-weight: 800;
	line-height: 27px !important;
}

.flex-caption{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flexslider img{
	border-radius: 50px;
}

.flex-control-nav{
	display: none;
}

.italic{
	font-style: italic !important;
	color: #3D3D3D;
	margin-bottom: -150px !important;
	font-weight: 500 !important;
	font-size: 40px;
	position: absolute;
	z-index: 999;
	left: 0;
	bottom: -80px;
}

.flex-direction-nav a {
	background-color: #3ABEBC;
	border-radius: 20px;

	color: #fff !important;
}

.flex-direction-nav a:before {

	font-size: 23px !important;
	padding: 10px !important;
}

.page-id-36 .gform_wrapper .gfield input, .page-id-36 .gform_wrapper .gfield textarea {
	background-color: #fff !important;
}


.page-id-36 .vc_icon_element{
	font-size: 8px;
	padding-bottom: 5px !important;
}

.page-id-36 .vc_icon_element .vc_icon_element-icon{
	padding-bottom: 7px !important;
}

a:hover{
	color: #12436c !important;
}

.vc_btn3-color-theme_color{
	color: white !important;
}

.page-id-8225 .entry-header{
	min-height: 70px;
}

.page-id-8225 .entry-summary{
	min-height: 70px;
}

.flex-prev, .flex-next{
	opacity: 1 !important;
}

.flexslider:hover .flex-prev {
	left: -50px !important;
}

.flexslider:hover .flex-next {
	right: -50px !important;
}

.link_image{
	width: 560px;
	height: 560px;
}




.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
	background-repeat: no-repeat;
	background-size: 16px 16px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-position: center;
	color: transparent !important;
	text-shadow: none !important;
}

.flex-direction-nav a.flex-next {
	background-image: url('https://uat.hospicemalta.org/wp-content/uploads/2024/07/right.svg');
}

.flex-direction-nav a.flex-prev {
	background-image: url('https://uat.hospicemalta.org/wp-content/uploads/2024/07/left.svg');
}


.vc_btn3, .gform-button {
	position: relative;
	padding-right: 30px;
	display: inline-flex;
	align-items: center;
}

.vc_btn3::after, .gform-button:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('https://uat.hospicemalta.org/wp-content/uploads/2024/07/right.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 8px;
	margin-bottom: -3px;
}

#footer .menu-item a:hover{
	color:#12436c !important;
}

.tpath-social-icons.widget-soc-icon li:hover a {
	border-color:#12436c !important;
	background-color:#12436c !important;
}

.gform_button{
	border: #3ABEBC 3px solid !important;
}

.gform_button:hover{
	border: #12436c 3px solid !important;
	background-color: #12436c !important;
	color: #fff !important;
}

.vc_btn3:hover, .vc_general.vc_btn3.vc_btn3-style-border:hover, .vc_btn3.vc_btn3-style-background.vc_btn3-color-theme_color:hover, .read-more a:hover{
	border-color: #12436c !important;
	background-color: #12436c !important;
	color: #fff !important;
}

.vc_btn3{
	background-color: #3ABEBC !important;
	border-color: #3ABEBC !important;
}

.vc_row {
	background-repeat: no-repeat;
}

.rev-btn{
	border-radius: 10px !important;
	color: #fff !important;
	transition-duration: 0.3s;
}

.rev-btn:hover{
	border-color: #12436c !important;
	background-color: #12436c !important;
	color: #fff !important;
}

#apply{
	width: 100vw !important;
}

.woocommerce ul.products li .product-buttons-container .product-buttons > div.add-to-cart-wrap > a.add_to_cart_button{
	background-color: #3ABEBC !important;
}
.woocommerce ul.products li .product-buttons-container .product-buttons > div.add-to-cart-wrap > a.add_to_cart_button:hover{
	background-color: #fff !important;
}

select{
	border-radius: 10px;
}
input{
	padding: 10px !important;
}

.tribe-events-content a{
	color:  #3ABEBC !important;
	text-decoration: none !important;
}


.pagination > li > a:hover{
	background: #12436c;
	border-color: #12436c;
	color: #fff !important;
}


@media only screen and (max-width: 600px) {
	.topbar_half.leftarea{
		display: block !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.page-title-section.text-center {
		padding: 75px 0 !important;
		margin-bottom: -80px;
	}
}

@media only screen and (max-width: 480px) {
	.page-title-container {
		padding: 75px 0;
	}
}

.mobile-buttons .header-btn{
	padding: 4px;
}

.mobile-buttons{
	background-color: #f7c701;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 50px;
}



.page-title-section {

	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: transparent !important;
	width: 100%;
	height: 200px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.page-title-header h1, .page-title-header h1.entry-title{
	margin-bottom: -60px;
}


.vc_custom_1721295852064, .vc_custom_1721296796291, .vc_custom_1721310396405 {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	max-width: 100vw;
	width: 100%;
	height: 490px !important;
}

@media only screen and (max-width: 600px) {
	.page-title-header h1, .page-title-header h1.entry-title {
		margin-bottom: -10px !important;
	}
}

.header-main-cart .cart-contents > span{
	background-color: #2ebebc;
}


.btn.btn-default.btn-skin-dark{
	background-color: #3ABEBC !important;
	border-color:   #3ABEBC!important;
	border-radius: 10px !important;
}

.btn.btn-style-outline.btn-skin-dark{
	border-color:   #3ABEBC!important;
	border-radius: 10px !important;
	color: #3ABEBC !important;
}

.btn.btn-default.btn-skin-dark:hover{
	border-color:   #12436c !important;
	background-color: #12436c !important;
	color: white !important;
}

.btn.btn-style-outline.btn-skin-dark:hover{
	border-color:   #12436c !important;
	color: white !important;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount, .woo-cart-contents  .woocommerce-Price-amount{
	color: #3ABEBC !important;
}

.woo-cart-contents  .woocommerce-Price-amount{
	font-weight: 500 !important;
}

#place_order, .wc-backward , .checkout-button, .coupon.button, .woocommerce input.button{
	background-color: #3ABEBC !important;
	border:  2px solid #3ABEBC!important;
	border-radius: 10px !important;
	color: white !important;
	border-color: #2ebebc !important;

}

#place_order:hover,#place_order:hover, .wc-backward:hover, .checkout-button:hover, .coupon.button:hover, .woocommerce input.button:hover{
	background-color: #12436c !important;
	border:  2px solid #12436c!important;
	border-radius: 10px !important;
	color: white !important;
	border-color: #12436c !important;

}




.header-btn:hover{
	border:   #12436c !important;
	background-color: #12436c !important;
	color: white !important;
}

.single-product .product_title{
	color: #3ABEBC !important;
}

.single_add_to_cart_button{
	background-color: #3ABEBC !important;
	border-color: #3ABEBC !important;
}


.input-text{
	border-radius: 10px !important;
}


.wccpf-field{
	border-radius: 10px !important;
}


.woo-cart-contents .btn.btn-default.btn-skin-dark{
	background: #3ABEBC !important;
	border-color:   #3ABEBC!important;
	border-radius: 10px !important;
	color: white !important
}

.woo-cart-contents  .btn.btn-style-outline.btn-skin-dark, .btn.btn-default.btn-skin-dark {
	border:   #3ABEBC!important;
	border-radius: 10px !important;
	color: #3ABEBC !important;
	color: white !important;
}

.woo-cart-contents .btn.btn-default.btn-skin-dark:hover, .btn.btn-default.btn-skin-dark:hover{
	border:   #12436c !important;
	background-color: #12436c !important;
	color: white !important;
}

.woo-cart-contents  .btn.btn-style-outline.btn-skin-dark:hover{
	border:   #12436c !important;
	color: white !important;
}

.overlay-post{
	border-radius: 25px;
}


.header-label-details a:hover{
	color:  #fff !important;
}

.btn.btn-default.btn-skin-dark {
	border:#3ABEBC 2px solid !important;
}
.btn.btn-default.btn-skin-dark:hover {
	border:#12436c 2px solid !important;
}

.btn.btn-style-outline.btn-skin-dark{
	border:#3ABEBC 2px solid !important;
}

.btn.btn-style-outline.btn-skin-dark:hover {
	border:#12436c 2px solid !important;
}

.woo-cart-item .cart-item-content .cart-product-name {
	font-size: 13px;
	margin-bottom: 5px;
	padding-right: 18px;
	text-transform: uppercase;
	line-height: 16px;
}

.gmap_canvas{
	border-radius: 25px;
}

#copyright-text a:hover{
	color: #12436c !important;
}

.vc_custom_1646990375889, .vc_custom_1646990369522, .vc_custom_1646990362730, .vc_row-flex{
	justify-content: center;
}

@media only screen and (max-width: 600px) {
	.page-title-header h1, .page-title-header h1.entry-title {
		margin-bottom: -80px !important;
	}
}

@media only screen and (max-width: 600px) {
	.page-title-section.text-center {
		/* margin-bottom: 0px; */
	}

	.vc_custom_1721296796291 .vc_empty_space{
		height: 400px !important;
	}
	.vc_custom_1720009899960 .vc_single_image-img{
		margin-top: 60px !important;
		margin-bottom: 20px !important;
	}
	.wpb_flexslider .slides li {
		display: block !important;
	}

	.wpb_flexslider .post-title{
		margin-top:50px;
	}

	.list-posts .post-media{
		width: 100% !important;
	}

	.vc_custom_1721295852064, .vc_custom_1721296796291, .vc_custom_1721310396405 {
		background-size: contain !important;
		margin-bottom: -70px !important;
		height: 227px !important;
	}

}



#footer.footer-section {
	background-image: url(https://uat.hospicemalta.org/wp-content/uploads/2024/06/Vector-75.svg) !important;

}


.page-id-11073 .related.products{
	display: none;
}


.wpb_flexslider .slides li .link_image {
	overflow: hidden;
}

@media only screen and (min-width: 600px) {
	.link_image {
		width: 116%;
	}
	.flexslider img {
		min-width: 560px !important;
		min-height: 560px !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	}
}

/*
.woocommerce-shop .product_cat-event-tickets{
    display: none;
} */


.tribe-common .tribe-common-c-btn-border{
	border: #3ABEBC 1px solid;
	color: #3ABEBC;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
	background-color: #3ABEBC;
	color: #fff;
}


.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
	background-color: #94d9d8 !important;
}

.tribe-common button.tribe-common-c-btn--small{
	background-color: #3ABEBC !important;
}

.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover{
	background-color: rgb(40, 127, 125) !important;
}

.tribe-tickets__attendee-tickets-submit{
	border-radius: 5px !important;
	text-decoration: none !important;
	padding: 11px 20px !important;
	font-weight: 800  !important;
}

.tribe-tickets__attendee-tickets-footer-divider{
	margin-left: 10px !important;
}

.tribe-events-single-event-title{
	text-align: center;
}
.tribe-events-schedule, .tribe-events-event-meta {
	justify-content: center;
	display: none;
}

.tribe-events-back{
	padding-bottom: 50px;
}

.tribe-events.tribe-common{
	display: flex;
	justify-content: center;
}

.tribe-events-visuallyhidden{
	display: none;
}

.tribe-events-nav-previous.previous .fa::before{
	display: none;
}

.tribe-tickets__tickets-item-extra-available{
	display: none;
}

.optional{
	display: none;
}

.gform_confirmation_message_1.gform_confirmation_message span{
	color:#1b456b !important;
}

.mobile-buttons .header-btn{
	font-size: 10px;
}


@media only screen and (max-width: 800px) {
	.vc_custom_1720005757209, .vc_custom_1720005764362, .vc_custom_1720005792863{
		width: 90% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media only screen and (max-width: 1050px) {
	.navbar-brand{
		width: 250px;
	}
}

.ginput_container_consent{
	display: flex;
	align-items: baseline;
}
.ginput_container_consent input{
	margin-right: 20px;
}
.ginput_container_consent input {
	display: none;
}

.ginput_container_consent label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;

	align-items: center;
}

.ginput_container_consent label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 36%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 2px solid #3abfc0;
	border-radius: 4px;
	background-color: white;
	transition: all 0.3s ease;
}

.ginput_container_consent input:checked + label::before {
	background-color: #3abfc0;
	border-color: #3abfc0;
}

.ginput_container_consent input:checked + label::after {
	content: '\2713';
	position: absolute;
	left: 4px;
	top: 36%;
	transform: translateY(-50%);
	font-size: 14px;
	color: white;
}

.woocommerce table.shop_table td.product-subtotal .amount, .woocommerce-page table.shop_table td.product-subtotal .amount, .woocommerce-cart .cart-collaterals .cart_totals table .order-total .amount{
	color: #3abfc0 !important;
}

@media only screen and (max-width: 800px) {
	.sib-email-area {
		min-width: 270px;
	}
}

.woocommerce ul.products li.product .product-content-wrapper h3{
	margin-bottom: 10px !important;
}


.footer-section.footer-style-1{
	margin-top: -39px;

}



@media only screen and (min-width: 600px) and (max-width: 1050px) {

	.header-topbar-section {
		height: 100px;
	}

	.header-topbar-section .container{
		display: flex;
		flex-direction: column;
	}
	.header-topbar-section .topbar_half {
		width: 100%;
	}
	.desktop-header-buttons{
		margin-top: 30px;
	}
}


@media only screen and (max-width: 700px) {
	.sib-email-area {
		min-width: 274px !important;
	}
	label[for="consent"] {
		display: block !important;
		text-align: start;
	}
}

/* Increase the size of the radio buttons */
.woocommerce .shipping-methods input[type="radio"],
.woocommerce .woocommerce-shipping-methods input[type="radio"] {
	-webkit-transform: scale(1.7);
	-ms-transform: scale(1.7);
	transform: scale(1.7);
	width: auto;
	height: auto;
	margin-right: 10px;
	accent-color: #3abfc0;
}


.woocommerce .shipping-methods label,
.woocommerce .woocommerce-shipping-methods label {
	font-size: 16px;
}


.woocommerce .shipping-methods label,
.woocommerce .woocommerce-shipping-methods label {
	margin-left: 10px;
}
