/*
Theme Name: Helpo - Child
Author: Artureanec
Author URI: http://artureanec.com
Description: -
Version: 1.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: helpo
*/

/* Navigation */
html {
	scroll-padding-top: 93px;
}

.helpo_sticky_header {
	padding: 9px!important
}

.helpo_header .row.no-gutters.justify-content-between {
	align-items: center;
}

.helpo_header-logo__link.helpo_retina_logo, header.helpo_transparent_header_on .helpo_header-logo__link.helpo_retina_logo, header.helpo_transparent_header_on.helpo_transparent_header_with_color .helpo_header-logo__link.helpo_retina_logo {
	width: 200px!important;
    height: 79px!important;
    background-size: contain!important;	
}

.helpo_main-menu > li:before, .quadmenu-navbar-nav > li:before {
	background: none!important
}

.helpo_main-menu > li, body .quadmenu-navbar-nav > li {
	padding-bottom: 24px!important
}

header.helpo_header .helpo_button {
	border-radius: 50px;
    padding: 18px 68px 17px;
    background-color: #ED2173;
    height: auto;
	transition: none!important
}

header.helpo_header .helpo_button:hover {
	color: #ED2173;
    background-color: transparent !important;
    border: 2px solid #ED2173;
	transform: none!important;
}

header.helpo_header .helpo_button:hover span {
	transform: none!important
}

#menu-main-menu #menu-item-2269 {
	display: none
}

.helpo_aside-dropdown__item #menu-main-menu #menu-item-2269 {
	display: list-item!important
}

/* Sliders */
.helpo_content_slider_wrapper .helpo_slider_counter:after {
	background: #F395B1!important
}

/* Team */
.helpo_person_item_type_3 {
	box-shadow: none!important
}

/* Contact Form 7 */
.wpcf7-form-control {
	color: #757575!important
}

/* Footer */
.helpo_prefooter_container {
	padding: 20px 0 20px!important;
}

.helpo_prefooter_wrapper {
	font-size: inherit!important;
    line-height: inherit!important;
	color: #ffffff!important
}

.helpo_prefooter_wrapper h4 {
	color: #ffffff;
	margin-bottom: 10px;
}

.helpo_prefooter_wrapper a {
	color: #ffffff!important
}

.sh_footer {
	border-top: 5px solid #f28caa;
	padding: 20px 0 0px!important;
}

.sh_footer_logo img {
	filter: brightness(0) invert(1);
}

.sh_footer .sh_legal {
	list-style: none;
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;	
}

.helpo_prefooter_wrapper a, .sh_footer a {
	text-decoration: none!important
}

.helpo_prefooter_wrapper a:hover, .sh_footer a:hover {
	text-decoration: underline!important
}

.sh_footer .sh_social_media_icons {
	list-style: none;
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
}
  
.sh_footer .sh_social_media_icons a {
    display: inline-flex;
    line-height: 0;
    color: #ed2173;
    text-decoration: none;
    transition: transform .15s ease, color .15s ease;
}

.sh_footer .sh_social_media_icons svg {
	width: 24px;
	height: 24px
}

.sh_footer .sh_social_media_icons svg path {
	fill: #ffffff
}

.sh_footer .sh_social_media_icons a:hover, .sh_footer .sh_social_media_icons a:focus {
    transform: translateY(-2px);
    color: #ed2173;
}

.sh_footer .sh_social_media_icons a:active {
	transform: translateY(0);
}

/* Links on Policy Pages */
.page-id-3 a, .page-id-1903 a {
	color: #ED2173
}

.page-id-3 a:hover, .page-id-1903 a:hover {
	color: #F28CAA
}

/* Media Queries */
@media only screen and (max-width: 1200px) {
	.helpo_content_slider_wrapper .row.helpo_full_cont::before {
		content: '';
		background-color: rgba(242,140,170,0.7);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
	}
	.helpo_slider_nav_button {
		color: #ffffff!important;
		border-color: #ffffff!important
	}
}


@media only screen and (max-width: 767px) {
	.helpo_prefooter_container .elementor-widget-html {
		text-align: center
	}
	.sh_footer {
		text-align: center
	}
	.sh_footer .sh_legal, .sh_footer .sh_social_media_icons {
		justify-content: center;	
	}
}

/* Charitable */
.charitable-donation-form .donation-amounts .donation-amount.selected {
	background-color: #ffffff
}

.charitable-donation-form .donation-amount.selected {
	border-color: #ed2173!important;
}

.charitable-donation-form .donation-amounts .donation-amount.selected label, .charitable-visual-donation-form .donation-amounts .donation-amount.custom-donation-amount.selected label {
	color: #000000
}

.charitable-visual-donation-form .charitable-form-field input[type=text], .charitable-visual-donation-form .charitable-form-field input[type=email] {
	width: 100%!important
}

.charitable-form-field-recurring-donation {
	margin-bottom: 0!important
}

.charitable-form-field-recurring-donation input[type="checkbox"], #charitable_field_accept_terms input[type="checkbox"] {
	-webkit-appearance: auto;
	width: 20px;
	height: 20px!important
}

.charitable-form-field-recurring-donation label {
	display: inline-flex;
	align-items: center;
    gap: 8px;
    cursor: pointer;
}

#charitable_field_accept_terms {
	display: inline-flex;
	align-items: center;
    gap: 8px;
    cursor: pointer;	
}

#charitable_field_accept_terms label {
	margin-bottom: 0!important
}