
/*!
Theme Name: Lovecare
Theme URI: https://lovecare.smartdemowp.com/
Author: SmartDataSoft
Author URI: https://smartdatasoft.com/
Description: Lovecare is a handy senior care WordPress Theme that is ideal for managing for elderly care, elder living, retirement care homes, senior citizen accommodation, sheltered housing, nursing home, palliative care, home citizen, medical or health care websites. It comes with a stunning design and user-friendly interface, this rich full features elderly care WordPress theme also suits the demands of a hospital, clinic, nursery, retirement home as well as any medical organizations.
Version: 2.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lovecare
Tags: activities, assisted living, blue, care, elder, elderly, employee training, health, health care, healthcare, housing, nursing home, old, senior, services
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# common
# Animations
# Topbar
	## Topbar Two
	## Topbar Three 
# Main Menu
# Header 
# SideMenu 
# Footer 
# Page Header
# Slider
	## Slider Two
	## Slider Three
	## Slider Four
# Contact Info 
# Contact 
	## Contact Two
# Blog 
# Comment 
# Portfolio 
# Call To Action 
	## Cta Two 
	## Cta Three 
# Team Service 
# Team  
# Sidebar  
# Event 
	## Event Two 
	## Event Details 
# Appointment 
# History 
# Career 
# Living Option 
	## Living Option Two
	## Living Option Three
# FAQ 
# Video 
	## Video Two 
# Testimonials 
	## Testimonials Two
	## Testimonials Three
# Donation 
	## Donation Details
# Services 
	## Services Details
# About 
	## About Two 
	## About Three 
	## About Four 
# Funfact 
	## Funfact Two
# Location Finder
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/

/* Template Variables */

/* font-family: 'Rubik', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Baloo 2', cursive; */
:root {
	--thm-font: "Rubik", sans-serif;
	--heading-font: "Baloo 2", serif;
	--special-font: "Roboto", sans-serif;
	--thm-base: #5bb286;
	--thm-base-rgb: 91, 178, 134;
	--thm-primary: #f9b73f;
	--thm-primary-rgb: 249, 183, 63;
	--thm-black: #2d2929;
	--thm-black-rgb: 45, 41, 41;
}

body {
	font-family: var(--thm-font);
	font-size: 16px;
	line-height: 30px;
	color: #93959e;
}

[dir=rtl] .thm__owl-carousel {
	direction: ltr;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--heading-font);
}

a {
	color: #5bb186;
}

a, a:hover, a:active, a:focus {
	text-decoration: none;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/* block title */
.block-title {
	padding-bottom: 47px;
}

.block-title p {
	margin: 0;
	font-family: var(--heading-font);
	color: var(--thm-base);
	font-size: 22px;
	font-weight: 700;
	line-height: 1em;
	margin-top: -4px;
}

.wp-caption, .wp-caption-text, .screen-reader-text, .gallery-caption, .bypostauthor, .alignright, .alignleft, .aligncenter {
	padding: unset;
}

.block-title p.has-line {
	position: relative;
	padding-bottom: 6px;
}

.block-title p.has-line::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 29px;
	height: 3px;
	background-color: var(--thm-base);
}

.block-title p+h3 {
	margin-top: 25px;
}

.block-title p.has-line+h3 {
	margin-top: 35px;
}

.block-title h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 45px;
	font-weight: bold;
	line-height: 50px;
}

/* thm btn */
.thm-btn, .wpcf7-submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	text-align: center;
	background-color: var(--thm-base);
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 15px 40px;
	box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, .15);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-btn i, .wpcf7-submit i {
	font-size: 24px;
	line-height: 1em;
	top: 4px;
	position: relative;
	margin-right: 6px;
}

.thm-btn:hover, .wpcf7-submit:hover {
	color: #fff;
	background-color: var(--thm-black);
}

/* default owl nav styles */
.thm__owl-carousel .owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

.thm__owl-carousel.owl-theme .owl-nav .owl-next, .thm__owl-carousel.owl-theme .owl-nav .owl-prev {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: rgba(0, 0, 0, 0);
	text-align: center;
	position: relative;
	transition: 500ms ease;
	transition: 500ms;
	border: none;
	outline: none;
	box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, .2);
}

.thm__owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: var(--thm-base);
}

.thm__owl-carousel.owl-theme .owl-nav [class*=owl-] span {
	display: none;
}

.thm__owl-carousel.owl-theme .owl-nav [class*=owl-]::after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #9c9da5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 500ms ease;
}

.thm__owl-carousel.owl-theme .owl-nav [class*=owl-prev]::after {
	content: "";
}

.thm__owl-carousel.owl-theme .owl-nav [class*=owl-]:hover::after {
	color: #fff;
}

.thm__owl-carousel.owl-theme .owl-nav .disabled {
	opacity: 1 !important;
}

/* Cursor*/
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	z-index: 10000;
	-webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
	transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: .5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: .08;
}

.cursor-follower {
	position: absolute;
	background-color: rgba(255, 255, 255, .3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	z-index: 10000;
	-webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
	transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: .7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: .08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* bootstrap select */
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: inherit !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid #f4f4f4;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
	padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
	padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--thm-black);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 400;
	padding: 9px 20px;
	color: var(--thm-black);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--thm-black);
	color: #fff;
	cursor: pointer;
}

.scroll-to-top {
	display: inline-block;
	display: none;
	width: 50px;
	height: 50px;
	background: var(--thm-primary);
	border-radius: 50%;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 990;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 480px) {
	.scroll-to-top {
		width: 40px;
		height: 40px;
	}
}

.scroll-to-top i {
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	position: relative;
	z-index: 10;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 480px) {
	.scroll-to-top i {
		font-size: 14px;
		line-height: 40px;
	}
}

.scroll-to-top:hover {
	background-color: var(--thm-black);
}

.scroll-to-top:hover i {
	color: #fff;
}

.post-pagination, .nav-links {
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.post-pagination a, .nav-links a, .nav-links span {
	color: var(--thm-black);
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, .1);
}

.post-pagination a.active, .nav-links span.current, .nav-links span.current:hover, .nav-links a:hover, .post-pagination a:hover {
	color: #fff;
	background-color: var(--thm-base);
	border-color: var(--thm-base);
}

.post-pagination a+a, .nav-links a+a, .nav-links span+a, .nav-links a+span {
	margin-left: 10px;
}

.post-pagination a.active {
	cursor: auto;
}

.post-pagination__prev, .post-pagination__next {
	border: none !important;
	background-color: transparent !important;
	text-decoration: underline;
	color: var(--thm-black) !important;
	text-transform: uppercase;
	font-size: 14px !important;
}

/* datepicker */
.datepicker-lovecare {
	min-width: 300px;
}

.datepicker-lovecaretable {
	width: 100%;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
	background-color: var(--thm-black);
	background-image: none;
}

.datepicker table tr td span.active.active.nitro-lazy, .datepicker table tr td span.active.disabled.active.nitro-lazy, .datepicker table tr td span.active.disabled:active.nitro-lazy, .datepicker table tr td span.active.disabled:hover.active.nitro-lazy, .datepicker table tr td span.active.disabled:hover:active.nitro-lazy, .datepicker table tr td span.active:active.nitro-lazy, .datepicker table tr td span.active:hover.active.nitro-lazy, .datepicker table tr td span.active:hover:active.nitro-lazy {
	background-image: none !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
	background-color: var(--thm-base);
	background-image: none;
}

.datepicker table tr td.active.active.nitro-lazy, .datepicker table tr td.active.disabled.active.nitro-lazy, .datepicker table tr td.active.disabled:active.nitro-lazy, .datepicker table tr td.active.disabled:hover.active.nitro-lazy, .datepicker table tr td.active.disabled:hover:active.nitro-lazy, .datepicker table tr td.active:active.nitro-lazy, .datepicker table tr td.active:hover.active.nitro-lazy, .datepicker table tr td.active:hover:active.nitro-lazy, .datepicker table tr td.active.nitro-lazy, .datepicker table tr td.active.disabled.nitro-lazy, .datepicker table tr td.active.disabled:hover.nitro-lazy, .datepicker table tr td.active:hover.nitro-lazy {
	background-image: none !important;
}

/* preloader */
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	z-index: 999;
	background-color: #fff;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid var(--thm-base);
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

/*-------------------------------------------------------------- 
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@-webkit-keyframes slideBgImage {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@keyframes slideBgImage {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
	background-color: #1b1d21;
}

.topbar-one .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 17.5px;
	padding-bottom: 17.5px;
}

.topbar-one__left {
	display: flex;
	align-items: center;
}

.topbar-one__left>a {
	color: #93969b;
	font-size: 15px;
	display: flex;
	align-items: center;
	line-height: 16px;
	transition: 500ms;
}

.topbar-one__left>a:hover {
	color: #fff;
}

.topbar-one__left>a:not(:last-of-type) {
	border-right: 1px solid rgba(255, 255, 255, .2);
	margin-right: 20px;
	padding-right: 20px;
}

.topbar-one__left>a i {
	color: var(--thm-base);
	margin-right: 8px;
}

.topbar-one__social {
	display: flex;
	align-items: center;
}

.topbar-one__social a {
	font-size: 14px;
	color: #93969b;
	display: flex;
	align-items: center;
	transition: 500ms;
}

.topbar-one__social a:hover {
	color: var(--thm-base);
}

.topbar-one__social a+a {
	margin-left: 25px;
}

.topbar-one__inner-page .container {
	justify-content: flex-end;
}

.topbar-one__inner-page .topbar-one__social {
	border-right: 1px solid rgba(255, 255, 255, .2);
	margin-right: 20px;
	padding-right: 20px;
}

.topbar-one__inner-page .topbar-one__left>a {
	position: relative;
}

.topbar-one__inner-page .topbar-one__left>a::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--thm-base);
	transform: scale(0, 1);
	transform-origin: left center;
	transition: transform 500ms ease;
}

.topbar-one__inner-page .topbar-one__left>a:not(:last-of-type)::before {
	width: calc(100% - 20px);
}

.topbar-one__inner-page .topbar-one__left>a:hover {
	color: var(--thm-base);
}

.topbar-one__inner-page .topbar-one__left>a:hover::before {
	transform-origin: right center;
	transform: scale(1, 1);
}

/*--------------------------------------------------------------
## Topbar Two
--------------------------------------------------------------*/
.topbar-two {
	background-color: #f0f7f7;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 6px;
	padding-bottom: 34px;
	position: relative;
}

.topbar-two::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/page-header-curv-1-1.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 99;
}

@media (min-width: 1921px) {
	.topbar-two::after {
		background-size: 100% auto;
		bottom: -3px;
	}
}

.topbar-two .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.topbar-two p {
	margin: 0;
	font-size: 16px;
	color: var(--thm-black);
}

.topbar-two__social {
	display: flex;
	align-items: center;
}

.topbar-two__social a {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 500ms;
	background-color: var(--thm-primary);
}

.topbar-two__social a:nth-child(1) {
	background-color: var(--thm-primary);
}

.topbar-two__social a:nth-child(2) {
	background-color: #7b54f9;
}

.topbar-two__social a:nth-child(3) {
	background-color: #ff5e5e;
}

.topbar-two__social a+a {
	margin-left: 10px;
}

.topbar-two__social a:hover {
	box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, .2);
	color: #acadb4;
	background-color: #fff;
}

/*--------------------------------------------------------------
## Topbar Three
--------------------------------------------------------------*/
.topbar-three .inner-container {
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e6edea;
}

.topbar-three__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 160px;
	position: relative;
	background-color: var(--thm-base);
}

.topbar-three__logo::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/home-5-logo-curv.svg");
	position: absolute;
	top: 0;
	left: 0;
}

.topbar-three__logo>a {
	position: relative;
	top: -10px;
}

.topbar-three__logo-main {
	display: flex;
}

.topbar-three .side-menu__toggler, .topbar-three__logo-mobile {
	display: none;
}

.topbar-three .main-nav-one__cta {
	background-color: #fff;
}

.topbar-three .main-nav-one__cta span, .topbar-three .main-nav-one__cta b {
	color: var(--thm-black);
	transition: 500ms;
}

.topbar-three .main-nav-one__cta>i {
	color: var(--thm-base);
	transition: 500ms;
}

.topbar-three .main-nav-one__cta:hover span, .topbar-three .main-nav-one__cta:hover>i, .topbar-three .main-nav-one__cta:hover b {
	color: #fff;
}

/*-------------------------------------------------------------- 
# Main Menu
--------------------------------------------------------------*/
.main-nav-one {
	position: relative;
	z-index: 91;
}

.main-nav-one .inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav-one .side-menu__toggler {
	display: none;
}

.main-nav-one .logo-box {
	background-color: #f0f7f7;
	padding-right: 90px;
	min-height: 125px;
	display: flex;
	align-items: center;
	position: relative;
}

.main-nav-one .logo-box::before {
	content: "";
	width: 100000px;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	background-color: #f0f7f7;
}

.main-nav-one .logo-box::after {
	content: "";
	width: 21px;
	height: 100%;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/header-scratch-1-1.svg");
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	right: 0;
}

.main-nav-one .main-nav__main-navigation {
	margin-left: auto;
	margin-right: 65px;
}

.main-nav-one .main-nav__main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav-one .dropdown-btn {
	display: none;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav-one .main-nav__navigation-box>li {
	padding: 47.5px 0;
}

.main-nav-one .main-nav__navigation-box>li+li {
	margin-left: 35px;
}

.main-nav-one .main-nav__navigation-box>li>a {
	font-size: 18px;
	color: var(--thm-black);
	font-weight: 500;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
}

.main-nav-one .main-nav__navigation-box>li.current-menu-item>a::before {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 5px);
	width: 10px;
	height: 2px;
	background-color: var(--thm-base);
	transform: scale(0, 1);
	transform-origin: center right;
	transition: transform 500ms ease;
}

.main-nav-one .main-nav__navigation-box>li.current-menu-item>a::before, .main-nav-one .main-nav__navigation-box>li:hover>a::before {
	transform: scale(1, 1);
	transform-origin: left center;
}

/* Dropdown menu */
.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__navigation-box .menu-item-has-children {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 210px;
	background-color: #fff;
	border-top: 2px solid var(--thm-primary);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0px 5px 1px rgba(0, 0, 0, .05);
	-webkit-transform-origin: top;
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul .menu-item-has-children>a {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul .menu-item-has-children>a::after {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-black-rgb), .15);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color: var(--thm-black);
	font-size: 16px;
	font-family: var(--thm-font);
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #fff;
	background-color: var(--thm-base);
}

/* Second level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: perspective(300px) scaleY(0) translateZ(30px);
	transform: perspective(300px) scaleY(0) translateZ(30px);
	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: perspective(300px) scaleY(1) translateZ(0);
	transform: perspective(300px) scaleY(1) translateZ(0);
	visibility: visible;
	opacity: 1;
}

/* Third level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: -100%;
	-webkit-transform: perspective(300px) scaleX(0);
	transform: perspective(300px) scaleX(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: perspective(300px) scaleX(1);
	transform: perspective(300px) scaleX(1);
	visibility: visible;
	opacity: 1;
}

/* After Third level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
	display: none;
}

/* Right Side */
.main-nav-one__cta {
	background-color: var(--thm-base);
	border-radius: 35px;
	box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, .15);
	display: inline-block;
	padding-top: 14.5px;
	padding-bottom: 14.5px;
	padding-right: 45px;
	padding-left: 75px;
	position: relative;
	transition: 500ms;
}

.main-nav-one__cta:hover {
	background-color: var(--thm-primary);
}

.main-nav-one__cta>i {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	color: #fff;
	font-size: 34px;
}

.main-nav-one__cta span {
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 4px;
}

.main-nav-one__cta b {
	font-family: var(--heading-font);
	font-size: 22px;
	display: block;
	line-height: 1em;
	color: #fff;
}

/* stricked menu */
.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, .06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.main-nav-one.stricked-menu .logo-box {
	min-height: 95px;
}

.main-nav-one.stricked-menu .main-nav__navigation-box>li {
	padding: 32.5px 0;
}

/* main nav social */
.main-nav__social {
	display: flex;
	align-items: center;
}

.main-nav__social a {
	color: #b9bac1;
	font-size: 18px;
	transition: 500ms;
}

.main-nav__social a:hover {
	color: var(--thm-base);
}

.main-nav__social a+a {
	margin-left: 35px;
}

/* inner page menu */
.main-nav-one__mobile-logo {
	display: none;
}

.main-nav-one__inner-page .logo-box {
	background-color: transparent;
}

.main-nav-one__inner-page .logo-box::before, .main-nav-one__inner-page .logo-box::after {
	display: none;
}

.main-nav-one__inner-page .container {
	position: relative;
}

.main-nav-one__inner-page .main-nav-one__logo {
	background-color: var(--thm-base);
	width: 205px;
	height: 198px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -22px;
	left: 15px;
	z-index: 10;
}

.main-nav-one__inner-page .main-nav-one__logo::before {
	content: "";
	width: 100%;
	height: 7px;
	position: absolute;
	left: 0;
	top: 100%;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/logo-curv-1-1.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main-nav-one__inner-page.stricked-menu .main-nav-one__logo {
	height: 120px;
}

/* main nav home two */
.main-nav-one__home-two .container-fluid {
	padding-left: 100px;
	padding-right: 100px;
}

@media (max-width: 1440px) {
	.main-nav-one__home-two .container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 1280px) {
	.main-nav-one__home-two .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.main-nav-one__home-two .logo-box {
	background-color: transparent;
	padding-right: 0;
}

.main-nav-one__home-two .logo-box::after, .main-nav-one__home-two .logo-box::before {
	display: none;
}

.main-nav-one__home-two .main-nav__main-navigation {
	margin-left: 100px;
	margin-right: auto;
}

@media (max-width: 1440px) {
	.main-nav-one__home-two .main-nav__main-navigation {
		margin-left: 50px;
	}
}

@media (max-width: 1280px) {
	.main-nav-one__home-two .main-nav__main-navigation {
		margin-left: 30px;
	}
}

.main-nav-one__home-two .main-nav__right {
	display: flex;
	align-items: center;
}

.main-nav-one__home-two .main-nav__social {
	margin-right: 100px;
}

@media (max-width: 1440px) {
	.main-nav-one__home-two .main-nav__social {
		margin-right: 30px;
	}
}

.main-nav-one__home-two .main-nav__navigation-box>li {
	padding: 57.5px 0;
}

/* home three */
.main-nav-one__home-three {
	background-color: #fff;
}

.main-nav-one__home-three .main-nav__navigation-box>li {
	padding: 32.5px 0;
}

.main-nav-one__home-three .main-nav__main-navigation {
	margin-left: auto;
	margin-right: auto;
}

.main-nav-one__home-three .main-nav__navigation-box>li+li {
	margin-left: 32.5px;
}

.main-nav-one__home-three .main-nav__navigation-box>li+li>a {
	position: relative;
	padding-left: 32.5px;
}

.main-nav-one__home-three .main-nav__navigation-box>li+li>a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #d2d9d9;
}

/*-------------------------------------------------------------- 
# Header 
--------------------------------------------------------------*/
.site-header-three {
	position: relative;
	padding-left: 205px;
}

.site-header-three .container-fluid {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.site-header-three__logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 16;
	display: flex;
	width: 205px;
	height: 205px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: var(--thm-base);
}

.site-header-three__main-logo {
	display: flex;
}

.site-header-three .side-menu__toggler, .site-header-three__mobile-logo {
	display: none;
}

.site-header-three .side-menu__toggler {
	font-size: 22px;
	color: var(--thm-black);
	transition: all 500ms ease;
}

.site-header-three .side-menu__toggler:hover {
	color: var(--thm-base);
}

/*-------------------------------------------------------------- 
# SideMenu 
--------------------------------------------------------------*/
.side-menu__block {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-inner {
	position: relative;
	position: relative;
	width: 300px;
	margin-left: auto;
	height: 100vh;
	background-color: #1b1d21;
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 60px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__close-btn {
	position: absolute;
	top: 65px;
	right: 30px;
	z-index: 9999999;
	font-size: 18px;
	color: #fff;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__close-btn:hover {
	color: var(--thm-base);
}

.mobile-nav__container {
	margin: 40px 0;
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);
	border-bottom: 1px solid rgba(var(--thm-base-rgb), .3);
}

.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.menu-item-has-children ul {
	display: none;
}

.mobile-nav__container li.menu-item-has-children {
	position: relative;
}

.mobile-nav__container li.menu-item-has-children .dropdown-btn {
	border: none;
	outline: none;
	width: 35px;
	height: 35px;
	background-color: #000;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 8px;
	right: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: transfrom 500ms ease, color 500ms ease, background-color 500ms ease;
	transition: transfrom 500ms ease, color 500ms ease, background-color 500ms ease;
}

.mobile-nav__container li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #fff;
	color: var(--thm-black);
}

.mobile-nav__container li+li {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.mobile-nav__container li>ul {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.mobile-nav__container li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: block;
	font-family: var(--thm-font);
	padding: 10px 0;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 3px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

.mobile-nav__container li a:hover {
	background-color: var(--thm-base);
	color: #fff;
}

.mobile-nav__container li.current-menu-item>a, .mobile-nav__container li.current>a {
	border-color: var(--thm-primary);
	background-color: var(--thm-base);
}

.mobile-nav__container .navigation-box__right {
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);
}

.side-menu__logo {
	padding-left: 30px;
}

.side-menu__block__copy {
	color: #93969b;
	font-family: var(--thm-font);
	font-size: 15px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.side-menu__block__copy a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__block__copy a:hover {
	color: var(--thm-base);
}

.side-menu__social {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.side-menu__social a {
	color: #93969b;
	font-size: 14px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__social a:hover {
	color: var(--thm-base);
}

.side-menu__social a+a {
	margin-left: 10px;
}

/*-------------------------------------------------------------- 
# Footer 
--------------------------------------------------------------*/
.site-footer {
	background-color: #1b1d21;
}

.site-footer__upper {
	background-color: #24262b;
	padding-top: 88px;
	padding-bottom: 88px;
	position: relative;
}

.site-footer__upper::before {
	content: "";
	width: 100%;
	height: 33px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/footer-scratch-2-1-new.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

@media (min-width: 1921px) {
	.site-footer__upper::before {
		background-size: 100% auto;
	}
}

.site-footer__upper .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.site-footer__upper-moc {
	position: absolute;
	top: calc(50% - 77px);
	left: calc(50% - 70px);
	z-index: 10;
	opacity: .04;
}

.site-footer__social {
	display: flex;
	align-items: center;
}

.site-footer__social a {
	color: #93959e;
	font-size: 20px;
	transition: 500ms;
}

.site-footer__social a:hover {
	color: #fff;
}

.site-footer__social a+a {
	margin-left: 35px;
}

.site-footer__menu {
	margin: 0;
	display: flex;
	align-items: center;
}

.site-footer__menu li:not(:last-of-type)::after {
	content: "|";
	color: #a0a1a8;
	font-size: 16px;
	margin-left: 13px;
	margin-right: 13px;
}

.site-footer__menu li a {
	color: #a0a1a8;
	font-size: 16px;
	transition: 500ms;
}

.site-footer__menu li:hover a {
	color: #fff;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.site-footer__bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 34.5px;
	padding-bottom: 34.5px;
}

.site-footer__bottom p {
	margin: 0;
	font-size: 16px;
	color: #a0a1a8;
}

.site-footer__main {
	padding-bottom: 90px;
	padding-top: 133px;
}

@media (min-width: 1200px) {
	.footer-widget__about {
		padding-right: 85px;
	}
	
	.footer-widget__links {
		margin-left: -30px;
	}
	
	.footer-widget__post {
		margin-left: -25px;
	}
}

.footer-widget {
	margin-bottom: 40px;
}

.footer-widget__title {
	font-size: 26px;
	letter-spacing: .05em;
	color: #fff;
	margin: 0;
	font-weight: bold;
	margin-bottom: 32px;
}

.footer-widget p {
	margin: 0;
	color: #a0a1a8;
	font-size: 16px;
	line-height: 30px;
}

.footer-widget p a {
	color: inherit;
	transition: 500ms;
}

.footer-widget p a:hover {
	color: #fff;
}

.footer-widget__contact p {
	line-height: 26px;
}

.footer-widget__post-single {
	display: flex;
	align-items: center;
}

.footer-widget__post-single+.footer-widget__post-single {
	margin-top: 20px;
}

.footer-widget__post-image>img {
	width: 100px;
	border-radius: 5px;
	margin-right: 15px;
}

.footer-widget__post-content h3 {
	font-family: var(--thm-font);
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	color: #a0a1a8;
	margin: 0;
}

.footer-widget__post-content h3 a {
	color: inherit;
	transition: 500ms;
}

.footer-widget__post-content h3 a:hover {
	color: #fff;
}

.footer-widget__post-content span {
	margin: 0;
	color: #a0a1a8;
	font-size: 16px;
	display: block;
	margin-top: 5px;
}

.footer-widget__links-list {
	margin: 0;
	margin-top: -10px;
}

.footer-widget__links-list li+li {
	margin-top: 8px;
}

.footer-widget__links-list li a {
	color: #a0a1a8;
	font-size: 16px;
	transition: 500ms;
	display: inline-block;
	position: relative;
	line-height: 1em;
}

.footer-widget__links-list li a::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: scale(0, 1);
	transform-origin: left center;
	transition: transform 500ms ease;
}

.footer-widget__links-list li:hover a::before {
	transform: scale(1, 1);
	transform-origin: right center;
}

.footer-widget__links-list li a:hover {
	color: #fff;
}

.footer-widget__about p+p {
	margin-top: 28px;
}

.footer-widget__about .footer-widget__title {
	margin-bottom: 25px;
}

.footer-widget__contact .footer-widget__title {
	margin-bottom: 25px;
}

.footer-widget__contact p+p {
	margin-top: 20px;
}

/*-------------------------------------------------------------- 
# Page Header 
--------------------------------------------------------------*/
.page-header {
	background-color: var(--thm-black);
	padding-top: 120px;
	padding-bottom: 160px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.page-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1b1d21;
	opacity: .6;
}

.page-header::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/page-header-curv-1-1.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
}

.page-header__dark::after {
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/page-header-curv-dark-1-1.svg");
}

@media (min-width: 1921px) {
	.page-header::after {
		background-size: 100% auto;
		bottom: -3px;
	}
}

.page-header .container {
	position: relative;
	text-align: center;
}

.page-header h2 {
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 45px;
	line-height: 1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 15px;
}

/* thm breadcrumb */
.thm-breadcrumb {
	display: flex;
	margin-bottom: 0;
	align-items: center;
	justify-content: center;
}

.thm-breadcrumb li {
	display: flex;
	align-items: center;
	color: var(--thm-base);
}

.thm-breadcrumb li a, .page-breadcrumb span>a {
	font-size: 16px;
	color: #fff;
	transition: all 500ms ease;
}

.thm-breadcrumb li a:hover {
	color: var(--thm-primary);
}

.thm-breadcrumb li:not(:last-of-type)::after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

/*-------------------------------------------------------------- 
# Slider
--------------------------------------------------------------*/
.slider-one__content::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 1920px;
	height: 34px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/page-header-curv-1-1.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 11;
	transform: rotate(180deg);
}

.slider-one__content-inner::before {
	content: "";
	position: absolute;
	width: 221px;
	height: 245px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/slider-content-logo-1-1.svg");
	background-repeat: no-repeat;
	top: 28%;
	right: -3%;
}

/*-------------------------------------------------------------- 
## Slider Two
--------------------------------------------------------------*/
.slider-two__carousel-content::before {
	content: "";
	position: absolute;
	position: absolute;
	width: 100%;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center bottom;
	top: 100%;
	left: 0;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/about-two__image-content-bg-1.svg");
}

/*-------------------------------------------------------------- 
## Slider Three
--------------------------------------------------------------*/
.slider-three::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/page-header-curv-1-1.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 13;
}

.slider-three__content::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 30px;
	height: 100%;
	background-size: 100% 100%;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/slider-3-shape1-1.svg");
	background-repeat: no-repeat;
	background-position: center left;
}

/*-------------------------------------------------------------- 
## Slider Four
--------------------------------------------------------------*/
.slider-four::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/page-header-curv-1-1.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 13;
}

/* slider five */
.slider-five::after {
	content: "";
	position: absolute;
	bottom: auto;
	top: -15px;
	left: 0;
	width: 100%;
	height: 34px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/home-5-header-curv-1.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 13;
}

/*-------------------------------------------------------------- 
# Contact Info 
--------------------------------------------------------------*/
.contact-info-one__single::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 16px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/contact-info-bg-1.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*-------------------------------------------------------------- 
# Contact 
--------------------------------------------------------------*/
.contact-one {
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}

.contact-one::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .05;
}

.contact-one .container {
	position: relative;
}

@media (min-width: 1200px) {
	.contact-one .container {
		max-width: 800px;
	}
}

/* contact form */
.wpcf7 .bootstrap-select>.dropdown-toggle, .form-default .bootstrap-select>.dropdown-toggle, .wpcf7 textarea, .form-default textarea, .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .form-default input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	border: none;
	border: 1px solid #dfe5e5;
	outline: none;
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	font-size: 16px;
	color: #93959e;
	padding-left: 30px;
	margin-bottom: 30px;
}

.wpcf7 textarea, .form-default textarea {
	height: 150px;
	padding-top: 15px;
}

.wpcf7 ::placeholder, .form-default ::placeholder {
	opacity: 1;
	color: #93959e;
}

.wpcf7 label.error, .form-default label.error {
	display: none !important;
}

.wpcf7 textarea.error, .form-default textarea.error, .form-default input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .wpcf7 input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	background-color: rgba(255, 0, 0, .4);
}

.wpcf7 .error::placeholder, .wpcf7 .form-default ::placeholder {
	opacity: 1;
	color: #fff;
}

.wpcf7 .bootstrap-select:not(.input-group-btn), .wpform-default cf7 .bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
	display: block;
}

.wpcf7 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .form-default .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.wpcf7 .bootstrap-select>.dropdown-toggle, .form-default .bootstrap-select>.dropdown-toggle {
	padding-top: 0;
	padding-bottom: 0;
}

.wpcf7 .bootstrap-select .dropdown-toggle .filter-option, .form-default .bootstrap-select .dropdown-toggle .filter-option {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.wpcf7 .dropdown-toggle::after, .form-default .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.google-map__contact {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	height: 550px;
}

/*-------------------------------------------------------------- 
# Blog 
--------------------------------------------------------------*/
.blog-grid {
	padding-top: 150px;
	padding-bottom: 150px;
}

.blog-grid .row.high-gutter {
	margin-left: -20px;
	margin-right: -20px;
}

.blog-grid .row.high-gutter>[class*=col-] {
	padding-left: 20px;
	padding-right: 20px;
}

.base-blog select {
	position: relative;
}

.blog-one__single {
	margin-bottom: 60px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, .1);
}

.page .blog-standard .blog-one__single a {
	color: #63b487;
}

.blog-one__image {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.single-post .blog-one__image a {
	display: none;
}

.blog-one__image>img {
	width: 100%;
	transform: scale(1);
	opacity: 1;
	transition: opacity 500ms ease, transform 500ms ease;
	height: auto;
}

.page .blog-standard .blog-one__single {
	padding: 0;
	box-shadow: 0 5px 30px 0px rgba(59, 59, 59, 0);
}

.blog-one__single:hover .blog-one__image>img {
	opacity: .2;
	transform: scale(1.05);
}

.blog-one__image>a {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--thm-primary);
	font-size: 23px;
	position: absolute;
	top: calc(50% - 32.5px);
	left: calc(50% - 32.5px);
	opacity: 0;
	transform: perspective(100px) translateZ(30px) rotate(45deg);
	transition: opacity 500ms ease 0ms, transform 500ms ease 0ms, background 500ms ease, color 500ms ease;
}

.blog-one__image>a:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.blog-one__single:hover .blog-one__image>a {
	opacity: 1;
	transform: perspective(100px) translateZ(0px) rotate(0deg);
	transition: opacity 500ms ease 300ms, transform 500ms ease 300ms, background 500ms ease, color 500ms ease;
}

.blog-one__content {
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	padding-top: 47px;
	padding-bottom: 40px;
}

.blog-one__content .blog-one__cat {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background-color: #ff5e5e;
	border-radius: 13px;
	text-transform: uppercase;
	letter-spacing: .02em;
	line-height: 26px;
	padding-left: 18px;
	padding-right: 18px;
	transition: 500ms;
	position: absolute;
	top: -13px;
	left: 40px;
}

.blog-one__content .blog-one__cat:hover {
	background-color: var(--thm-black) !important;
	color: #fff !important;
}

.blog-one__content h3 {
	font-size: 32px;
	color: var(--thm-black);
	margin: 0;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 9px;
}

.blog-one__content h3 a {
	color: inherit;
	transition: 500ms;
}

.blog-one__content h3 a:hover {
	color: var(--thm-base);
}

.blog-one__content p {
	margin: 0;
	color: #93959e;
	font-size: 16px;
	line-height: 30px;
}

.blog-one__meta {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.blog-one__meta a {
	color: #93959e;
	font-size: 16px;
	transition: 500ms;
}

.blog-one__meta li {
	/*display: flex;*/
	align-items: center;
}

.blog-one__meta li:not(:last-of-type)::after {
	content: "-";
	font-size: 16px;
	color: #93959e;
	margin-left: 5px;
	margin-right: 5px;
}

.blog-one__meta a:hover {
	color: var(--thm-black);
}

.blog-one__link {
	position: absolute;
	bottom: -32.5px;
	right: 40px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 23px;
	background-color: var(--thm-base);
	opacity: 0;
	transform: perspective(100px) translateZ(30px) rotate(45deg);
	transition: color 500ms ease, background 500ms ease, transform 500ms ease, opacity 500ms ease;
}

.blog-one__link:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.blog-one__single:hover .blog-one__link {
	opacity: 1;
	transform: perspective(100px) translateZ(0px) rotate(0deg);
}

[class*=col-]:nth-child(2) .blog-one__cat {
	background-color: #5bb286;
}

[class*=col-]:nth-child(3) .blog-one__cat {
	background-color: #f9b73f;
}

[class*=col-]:nth-child(4) .blog-one__cat {
	background-color: #6177ff;
}

[class*=col-]:nth-child(5) .blog-one__cat {
	background-color: #b540ff;
}

[class*=col-]:nth-child(6) .blog-one__cat {
	background-color: #00cde5;
}

[class*=col-]:nth-child(7) .blog-one__cat {
	background-color: #ff8e4a;
}

[class*=col-]:nth-child(8) .blog-one__cat {
	background-color: #71d346;
}

[class*=col-]:nth-child(9) .blog-one__cat {
	background-color: #f425d0;
}

/* blog standard */
.blog-standard {
	padding-top: 150px;
	padding-bottom: 150px;
}

.blog-one__read-more {
	color: var(--thm-black);
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, .09);
	margin-top: 15px;
}

.blog-one__read-more:hover {
	background-color: var(--thm-base);
}

.blog-standard .blog-one__cat a {
	position: relative;
	top: auto;
	left: auto;
	margin-bottom: 20px;
}

.blog-standard .blog-one__single {
	box-shadow: none;
}

.blog-standard .blog-one__content {
	padding-left: 0;
	padding-right: 0;
	padding-top: 40px;
	padding-bottom: 0;
}

.blog-standard .blog-one__meta {
	margin-bottom: 15px;
}

.blog-standard .blog-one__image {
	overflow: hidden;
	border-radius: 10px;
}

.blog-standard .blog-one__single {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 0px solid #dfe5e5;
	box-shadow: 0 5px 30px 0px rgba(59, 59, 59, .07);
	padding: 30px;
}

input.custom-donation-input {
	border: none;
	border: 1px solid #dfe5e5;
	outline: none;
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	font-size: 16px;
	color: #93959e;
	padding-left: 30px;
	margin-bottom: 30px;
}

input.custom-donation-input {
	margin: 0;
}

.charitable-form-header {
	font-size: 24px;
	font-weight: bold;
	color: var(--thm-black);
}

.charitable-form-header {
	padding: 0 !important;
}

div#charitable-user-fields {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

div#charitable-user-fields .charitable-form-field input {
	outline: none;
	display: block;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	font-size: 16px;
	color: #93959e;
	border: 1px solid #dfe5e5;
	padding-left: 30px;
	width: 100%;
}

div#charitable-user-fields .charitable-form-field {
	width: calc(50% - 20px);
	margin-right: 20px;
}

select#charitable_field_country_element {
	border: none;
	border: 1px solid #dfe5e5;
	outline: none;
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	font-size: 16px;
	color: #93959e;
	padding-left: 30px;
	margin-bottom: 30px;
}

button.button.charitable-button.donate-button.button-primary {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	text-align: center;
	background-color: var(--thm-base);
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 17px 50px;
	box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, .15);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

/* blog details */
.blog-details .blog-one__single {
	margin-bottom: 0;
	border-bottom: 0;
}

.blog-details__share {
	margin-top: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f0f7f7;
	border-radius: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 27.5px;
	padding-bottom: 27.5px;
	margin-bottom: 34px;
}

.blog-details__share p {
	margin: 0;
	color: var(--thm-black);
	font-family: var(--heading-font);
	font-size: 24px;
	font-weight: bold;
}

.blog-details__social {
	display: flex;
	align-items: center;
}

.blog-details__social a {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, .2);
	font-size: 16px;
	color: #acadb4;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	transition: 500ms;
}

.blog-details__social a+a {
	margin-left: 20px;
}

.blog-details__social a:hover {
	background-color: var(--thm-base);
	color: #fff;
}

.blog-details .blog-one__content blockquote {
	background-color: #f0f7f7;
	border-radius: 10px;
	padding-left: 128px;
	padding-right: 84px;
	position: relative;
	position: relative;
	padding-top: 39px;
	padding-bottom: 39px;
	margin-bottom: 0;
}

.blog-details .blog-one__content blockquote::before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 50px;
	color: var(--thm-base);
	line-height: 1em;
	position: absolute;
	top: 43px;
	left: 50px;
}

.blog-details .blog-one__content blockquote p {
	margin: 0;
	font-size: 20px;
	line-height: 34px;
	font-weight: 500;
	font-style: italic;
	color: var(--thm-base);
}

.blog-details .blog-one__content h4 {
	margin: 0;
	color: var(--thm-black);
	font-size: 24px;
	font-weight: bold;
}

.blog-details__list {
	margin-bottom: 0;
}

.blog-details__list li {
	position: relative;
	padding-left: 30px;
}

.blog-details__list li+li {
	margin-top: 5px;
}

.blog-details__list li>i {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 17px;
	color: var(--thm-base);
}

.blog-details .blog-one__image>img {
	opacity: 1 !important;
	transform: scale(1) !important;
}

/* blog one */
.blog-one {
	background-color: #f0f7f7;
	padding-top: 255px;
}

.blog-one .row {
	margin-top: -235px;
	position: relative;
	bottom: -235px;
	z-index: 91;
}

.blog-one__home-four {
	padding-top: 150px;
	margin-bottom: 325px;
}

.charitable-form-fields .charitable-fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

ul.donation-amounts li {
	width: 108px;
	display: flex;
	align-items: center;
	border-radius: 30px;
	height: 60px;
	border: 1px solid #dfe6e6;
	padding-left: 25px;
	color: #93959e;
	font-size: 16px;
	margin-right: 30px;
	transition: 500ms;
}

ul.donation-amounts {
	display: flex;
}

.charitable-notice.charitable-form-errors {
	border-radius: 30px;
	padding-left: 30px;
}

.charitable-donation-form .donation-amounts .donation-amount {
	width: 120px;
}

ul.donation-amounts {
	flex-wrap: wrap;
}

.charitable-donation-form .donation-amount.selected, .charitable-donation-amount-form .donation-amount.selected, .charitable-notice, .charitable-drag-drop-images li:hover a.remove-image, .supports-drag-drop .charitable-drag-drop-dropzone.drag-over {
	background: #222 !important;
	border: #222 !important;
}

.charitable-donation-form .donation-amounts .donation-amount:nth-child(2n+2) {
	margin-right: 12px;
}

li.donation-amount.custom-donation-amount.selected {
	border: 0;
}

li.donation-amount.custom-donation-amount {
	width: 270px !important;
	margin-top: 20px !important;
}

.charitable-donation-form .donation-amounts .donation-amount .custom-donation-amount-wrapper {
	padding: 0;
}

li.donation-amount.custom-donation-amount {
	padding: 0;
}

ul.donation-amounts .custom-donation-amount  input.custom-donation-input {
	height: 61px;
	border: 1px solid #ddd;
	border-radius: 30px;
}

.donation-amount input:focus {
	box-shadow: none !important;
	outline: -webkit-focus-ring-color auto 0px;
}

ul.donation-amounts .custom-donation-amount label {
	position: absolute;
	top: -15px;
	background: #5bb186;
	border-radius: 30px;
	padding: 0 20px;
	color: #fff;
	left: 30px;
}

.custom-donation-amount .custom-donation-input {
	text-align: center;
	font-weight: 600;
	color: #93959e;
}

/*-------------------------------------------------------------- 
# Blog 
--------------------------------------------------------------*/

/*-------------------------------------------------------------- 
# Comment 
--------------------------------------------------------------*/
.comment-one__title, .comment-reply-title {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: var(--thm-black);
	margin-bottom: 30px;
}

.comment-one, .comment-list {
	margin-bottom: 120px;
}

.comment-one__single {
	display: flex;
}

.comment-one__image>img {
	width: 100px;
	border-radius: 50%;
	margin-right: 30px;
}

.comment-one__content h3 a {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: var(--thm-black);
}

.comment-one__content span {
	color: #8a919e;
	font-size: 16px;
	display: block;
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 20px;
}

.comment-one__content p {
	margin: 0;
	color: #93959e;
	font-size: 16px;
	line-height: 30px;
}

.comment-one__reply {
	transition: 500ms;
	line-height: 1em;
	color: var(--thm-base);
	display: inline-block;
	margin-top: 22px;
}

.comment-one__reply:hover {
	color: var(--thm-black);
}

.comment-one__reply i {
	font-size: 14px;
}

.comment-one__single:not(:last-of-type) {
	margin-bottom: 30px;
}

.comment-one__single:not(:last-of-type) .comment-one__content {
	border-bottom: 1px solid #dfe5e5;
	padding-bottom: 20px;
}

/*-------------------------------------------------------------- 
## Cta Two 
--------------------------------------------------------------*/
.cta-two {
	position: relative;
	padding-top: 156px;
	padding-bottom: 100px;
	background-color: var(--thm-base);
}

[class*=cta-two__dot-] {
	position: absolute;
}

.cta-two__dot-1 {
	top: 17%;
	right: 0;
}

.cta-two__dot-2 {
	top: 20%;
	left: 0;
}

.cta-two .container {
	position: relative;
}

.cta-two__content h3 {
	margin: 0;
	color: #fff;
	font-size: 50px;
	line-height: 1em;
	font-weight: bold;
}

.cta-two__content p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-top: 31px;
	margin-bottom: 41px;
}

.cta-two__btn {
	background-color: var(--thm-primary);
	font-size: 17px;
	letter-spacing: .035em;
	color: #fff;
	padding: 20px 50px;
	border-radius: 35px;
}

.cta-two__image {
	position: relative;
	top: -32px;
	left: 65px;
}

.cta-two__image>img {
	border-radius: 50%;
}

.cta-two__image-inner {
	position: absolute;
	top: 38%;
	right: 49%;
	background-color: var(--thm-base);
	width: 290px;
	height: 290px;
	border-radius: 50%;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cta-two__image-content {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 6px solid rgba(255, 255, 255, .5);
}

.cta-two__image-content h3 {
	margin: 0;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	font-size: 60px;
}

.cta-two__image-content p {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	font-family: var(--heading-font);
	line-height: 1em;
	color: #fff;
}

/*-------------------------------------------------------------- 
# Portfolio 
--------------------------------------------------------------*/

/*-------------------------------------------------------------- 
# Team  
--------------------------------------------------------------*/
.team-one__content-inner::before {
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 14px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/team-curv-1-1.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
}

/*-------------------------------------------------------------- 
# Sidebar  
--------------------------------------------------------------*/
.sidebar {
	padding-left: 20px;
}

.sidebar__single {
	background-color: #f0f7f7;
	border-radius: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.sidebar__single+.sidebar__single {
	margin-top: 50px;
}

.sidebar__title {
	margin: 0;
	font-weight: bold;
	color: var(--thm-black);
	font-size: 25px;
	line-height: 1em;
	margin-bottom: 30px;
}

.sidebar__search-form {
	position: relative;
}

.sidebar__search-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	width: 100%;
	color: #93959e;
	font-size: 17px;
	font-weight: 500;
	height: 60px;
	display: block;
	outline: none;
	border: none;
	padding-left: 25px;
	border-radius: 30px;
	box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, .1);
}

.sidebar__search-form ::placeholder {
	opacity: 1;
	color: #93959e;
}

.sidebar__search-form button[type=submit] {
	border: none;
	outline: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background: var(--thm-base);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 500ms;
}

.sidebar__search-form button[type=submit]:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.sidebar__single ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_categories ul li+li, .widget_nav_menu ul li+li {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #dfe5e5;
}

.widget_categories ul li a, .widget_nav_menu ul li a, .widget_nav_menu li a, .widget_categories li a {
	color: var(--thm-black);
	font-size: 17px;
	transition: 500ms;
	font-weight: 500;
	display: block;
	padding-left: 0px;
	position: relative;
}

.widget_categories ul li.active a, .widget_nav_menu ul li.current-menu-item a, .widget_nav_menu ul li:hover a, .widget_categories ul li:hover a {
	padding-left: 20px;
	color: var(--thm-base);
}

.widget_categories ul li a::before, .widget_nav_menu ul li a::before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: var(--thm-primary);
	opacity: 0;
	visibility: hidden;
	transition: all 500ms;
}

.widget_categories ul li:hover a::before, .widget_nav_menu ul li:hover a::before {
	opacity: 1;
	visibility: visible;
}

.sidebar__post-single {
	display: flex;
}

.sidebar__post-single:not(:last-of-type) {
	border-bottom: 1px solid #dfe5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sidebar__post-image img {
	width: 80px;
	border-radius: 10px;
	margin-right: 20px;
}

.sidebar__post-content h3 {
	color: var(--thm-black);
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin: 0;
	font-family: var(--thm-font);
}

.sidebar__post-content h3 a {
	color: inherit;
	transition: 500ms;
}

.sidebar__post-content h3 a:hover {
	color: var(--thm-base);
}

.sidebar__post-content p {
	margin: 0;
	color: #93959e;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	margin-top: 10px;
}

.widget_archive ul li:not(:last-of-type) a {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dfe5e5;
}

.widget_archive ul li a {
	color: var(--thm-black);
	font-size: 17px;
	font-weight: 500;
	line-height: 1em;
	transition: 500ms;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.widget_archive ul li a:hover {
	color: var(--thm-base);
}

.sidebar__tag-list, .tagcloud {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}

.sidebar__tag-list a, .tagcloud a {
	background-color: #fff;
	font-size: 16px !important;
	color: #93959e;
	border-radius: 22.5px;
	padding: 7.5px 26.15px;
	margin-left: 10px;
	margin-top: 10px;
	transition: 500ms;
}

.sidebar__tag-list a:hover, .tagcloud a:ho {
	color: #fff;
	background-color: var(--thm-base);
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, .15);
}

/*-------------------------------------------------------------- 
# Event 
--------------------------------------------------------------*/
.event-one::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/event-bg-map-1.svg");
	background-repeat: no-repeat;
	background-position: center 30%;
	opacity: .05;
}

.event-one__content-inner::before {
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 17px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/event-shape-1-1.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
}

/*-------------------------------------------------------------- 
## Event Details 
--------------------------------------------------------------*/
.event-details {
	padding-top: 150px;
	padding-bottom: 150px;
}

.event-details .google-map__contact {
	height: 400px;
	border-radius: 10px;
	margin-top: 60px;
}

.event-details__sidebar {
	padding-right: 20px;
}

.event-details__sidebar-single {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 52px;
	padding-bottom: 51px;
	border-radius: 10px;
}

.event-details__sidebar-single+.event-details__sidebar-single {
	margin-top: 50px;
}

.event-details__sidebar h3 {
	margin: 0;
	font-weight: bold;
	font-size: 30px;
	color: var(--thm-black);
	margin-bottom: 30px;
}

.event-details__sidebar-gray-bg {
	background-color: #f0f7f7;
}

.event-details__sidebar-dark-bg {
	background-color: #24262b;
}

.event-details__sidebar-dark-bg h3 {
	color: #fff;
}

.event-details__sidebar-list {
	margin: 0;
}

.event-details__sidebar-list li {
	position: relative;
	padding-left: 50px;
	padding-top: 10px;
}

.event-details__sidebar-list li+li {
	margin-top: 21px;
}

.event-details__sidebar-list li>i {
	position: absolute;
	width: 35px;
	height: 35px;
	background-color: var(--thm-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 16px;
	top: 0;
	left: 0;
}

.event-details__sidebar-list li:nth-child(2)>i {
	background-color: var(--thm-base);
}

.event-details__sidebar-list li:nth-child(3)>i {
	background-color: #6b64fa;
}

.event-details__sidebar-list li:nth-child(4)>i {
	background-color: #ff5e5e;
}

.event-details__sidebar-list h4 {
	margin: 0;
	color: var(--thm-black);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--thm-font);
	line-height: 1em;
}

.event-details__sidebar-list p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #8a919e;
	margin-top: 15px;
}

.event-details__sidebar-list p a {
	color: inherit;
	transition: 500ms;
}

.event-details__sidebar-list p a:hover {
	color: var(--thm-base);
}

.event-details__sidebar-dark-bg .event-details__sidebar-list h4 {
	color: #fff;
}

.event-details__sidebar-dark-bg .event-details__sidebar-list p {
	color: #c6c6c6;
}

.event-details__image {
	margin-bottom: 62px;
}

.event-details__image>img, .event-details__main img {
	border-radius: 10px;
}

.event-details__main h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 34px;
	font-weight: bold;
}

.event-details__main h3+p, .event-details__main h4+p {
	margin-top: 20px;
}

.event-details__main h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	color: var(--thm-black);
}

.event-details__main p {
	margin: 0;
	font-size: 16px;
	line-height: 34px;
	color: #93959e;
}

.event-details__main p+p {
	margin-top: 30px;
}

.event-details__main>.row {
	margin-top: 60px;
	margin-bottom: 60px;
}

.event-details__main .blog-details__list {
	margin-top: 30px;
	margin-bottom: 40px;
}

/*-------------------------------------------------------------- 
## Living Option Three
--------------------------------------------------------------*/
.living-option-three__content::before {
	content: "";
	position: absolute;
	position: absolute;
	width: 100%;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center bottom;
	top: 100%;
	left: 0;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/living-option-3-curv-1.svg");
}

/*-------------------------------------------------------------- 
# FAQ 
--------------------------------------------------------------*/
.faq-two {
	background-color: #24262b;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/faq-bg-1-1.svg");
	background-position: center;
	position: relative;
}

.faq-two.nitro-lazy {
	background-image: none !important;
}

/*-------------------------------------------------------------- 
# Testimonials 
--------------------------------------------------------------*/
.testimonials-one::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/testi-map-1-1.svg");
	background-repeat: no-repeat;
	background-position: center 94%;
	opacity: .05;
}

.testimonials-one__single::before {
	content: "";
	width: 100%;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/testi-curv-1-1.svg");
	position: absolute;
	top: 100%;
	left: 0;
}

/*-------------------------------------------------------------- 
## Testimonials Two
--------------------------------------------------------------*/
.testimonials-two__content::before {
	content: "";
	width: 100%;
	height: 32px;
	position: absolute;
	top: 100%;
	left: 0;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/testi-curv-2-1.svg");
	background-repeat: repeat-x;
	background-position: bottom left;
}

/*-------------------------------------------------------------- 
## Testimonials Three
--------------------------------------------------------------*/
.testimonials-three::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/testi-map-1-1.svg");
	background-repeat: no-repeat;
	background-position: center -10%;
	opacity: .05;
}

.testimonials-three__carousel::before {
	content: "";
	width: 100%;
	height: 34px;
	position: absolute;
	top: 100%;
	left: 0;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/testi-2-curv.svg");
	background-repeat: repeat-x;
	background-position: bottom left;
}

/*-------------------------------------------------------------- 
## Donation Details
--------------------------------------------------------------*/
.donation-details__image {
	margin-bottom: 62px;
	border-radius: 10px;
	box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, .1);
}

.donation-details__image-content {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 25px;
}

.donation-details__image>img, .donation-details__main img {
	border-radius: 10px;
}

.donation-details__image>img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.donation-details__main h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 34px;
	font-weight: bold;
}

.donation-details__main h3+p, .donation-details__main h4+p {
	margin-top: 20px;
}

.donation-details__main h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	color: var(--thm-black);
}

.donation-details__main p {
	margin: 0;
	font-size: 16px;
	line-height: 34px;
	color: #93959e;
}

.donation-details__main p+p {
	margin-top: 30px;
}

.donation-details__main>.row {
	margin-top: 60px;
	margin-bottom: 60px;
}

.donation-details__main .blog-details__list {
	margin-top: 30px;
}

.donation-details__amount {
	width: 100%;
	height: 60px;
	max-width: 270px;
	position: relative;
	margin-bottom: 30px;
}

.donation-details__amount .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--thm-base);
}

.donation-details__amount .bootstrap-select>.dropdown-toggle {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--thm-base);
}

.donation-details__amount .bootstrap-select .dropdown-toggle .filter-option {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.donation-details__amount .dropdown-toggle::after {
	display: none;
}

.donation-details__amount input[type=text] {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	outline: none;
	display: block;
	border: 1px solid #dfe6e6;
	padding-left: 85px;
	color: #93959e;
}

.donation-details__amount ::placeholder {
	opacity: 1;
	color: #93959e;
}

.donation-details__selected-amount {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 42px;
}

.donation-details__selected-amount>a:not(.thm-btn) {
	width: 108px;
	display: flex;
	align-items: center;
	border-radius: 30px;
	height: 60px;
	border: 1px solid #dfe6e6;
	padding-left: 25px;
	color: #93959e;
	font-size: 16px;
	margin-right: 30px;
	transition: 500ms;
}

.donation-details__selected-amount>a:not(.thm-btn):hover {
	background-color: var(--thm-black);
	color: #fff;
	border-color: var(--thm-black);
}

.donation-details__form-wrap label {
	color: #93959e;
	font-size: 20px;
	margin: 0;
	display: block;
	margin-bottom: 22px;
}

.donation-details__form-wrap h4 {
	margin-bottom: 30px;
}

/*-------------------------------------------------------------- 
# Services 
--------------------------------------------------------------*/
.service-one::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 35px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/service-bg-curv-1-1.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 10;
}

.service-one__about-one::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/testi-map-1-1.svg");
	background-repeat: no-repeat;
	background-position: center 72%;
	opacity: .05;
}

.service-one__carousel-two .service-one__content {
	padding-top: 57px;
	padding-bottom: 47px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/service-shape-1-1.svg");
	background-repeat: no-repeat;
	background-position: center calc(100% - 60px);
	transition: all 500ms ease;
	border-radius: 10px;
}

.service-one__carousel-two .service-one__content.nitro-lazy {
	background-image: none !important;
}

/*-------------------------------------------------------------- 
## Services Details
--------------------------------------------------------------*/
.service-details {
	padding-top: 150px;
	padding-bottom: 140px;
}

.service-details__sidebar {
	padding-right: 20px;
}

.service-details__image {
	margin-bottom: 62px;
}

.service-details__image>img, .service-details__main img {
	border-radius: 10px;
}

.service-details__main h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 34px;
	font-weight: bold;
}

.service-details__main h3+p, .service-details__main h4+p {
	margin-top: 20px;
}

.service-details__main h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	color: var(--thm-black);
}

.service-details__main p {
	margin: 0;
	font-size: 16px;
	line-height: 34px;
	color: #93959e;
}

.service-details__main p+p {
	margin-top: 30px;
}

.service-details__content>.row {
	margin-top: 60px;
	margin-bottom: 60px;
}

.service-details__content .blog-details__list {
	margin-top: 30px;
}

/*-------------------------------------------------------------- 
# About 
--------------------------------------------------------------*/
.about-one__image-content {
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/about-1-image-shape-2.svg");
	width: 243px;
	height: 246px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 50px;
	padding-left: 30px;
	position: absolute;
	bottom: 0%;
	left: 11%;
}

.about-one__image-content.nitro-lazy {
	background-image: none !important;
}

/*-------------------------------------------------------------- 
## About Two 
--------------------------------------------------------------*/
.about-two__image-content::before {
	content: "";
	position: absolute;
	position: absolute;
	width: 100%;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center bottom;
	top: 100%;
	left: 0;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/about-two__image-content-bg-1.svg");
}

/*-------------------------------------------------------------- 
# Funfact 
--------------------------------------------------------------*/
.funfact-one::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/page-header-curv-dark-1-1.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
}

.funfact-one__home-four::before {
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/page-header-curv-1-1.svg");
}

/*-------------------------------------------------------------- 
# Location Finder
--------------------------------------------------------------*/
.location-finder .inner-container {
	border-radius: 10px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 70px;
	padding-bottom: 70px;
	box-shadow: -14.142px 14.142px 30px 0px rgba(67, 131, 99, .08);
	position: relative;
	z-index: 14;
	margin-top: -100px;
	background-color: #fff;
}

[class*=location-finder__dot-] {
	position: absolute;
}

.location-finder__dot-1 {
	bottom: 0;
	left: 0;
}

.location-finder__dot-2 {
	top: 0;
	right: 0;
}

.location-finder__form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.location-finder__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
	max-width: 460px;
	margin-right: 20px;
}

.location-finder__form .bootstrap-select>.dropdown-toggle {
	border-radius: 30px;
	border: 1px solid #e4ebeb;
	background-color: #fff;
	color: #93959e;
	padding: 17px 30px;
}

.location-finder__form-btn {
	background-color: var(--thm-primary);
}

.location-finder h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	position: relative;
}

.sidebar-page-container {
	padding-top: 150px;
	padding-bottom: 150px;
}

.blog-one__content-cat a {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background-color: #ff5e5e;
	border-radius: 13px;
	text-transform: uppercase;
	letter-spacing: .02em;
	line-height: 26px;
	padding-left: 18px;
	padding-right: 18px;
	transition: 500ms;
	position: relative;
	top: auto;
	left: auto;
	margin-bottom: 20px;
}

.main-nav__main-navigation.no-button {
	margin-right: 0;
}

.page-header.event-single-ri-fat {
	background-image: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/background/page-header-event-1.jpg");
}

.page-header.event-single-ri-fat.nitro-lazy {
	background-image: none !important;
}

.event-details__main h3 {
	margin-left: 10px;
	margin-right: 10px;
}

.page-header .container {
	color: #fff;
}

.page-header.event-single.blog-single-breadcrumb span {
	color: #fff;
}

.arow-off:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

.arow-off {
	position: relative;
	top: 1px;
	margin-left: 5px;
	margin-right: 3px;
}

.header-one-rifat img.site-header-three__main-logo {
	width: 215px;
}

.header-two-rifat img.site-header-three__main-logo {
	width: 215px;
}

.site-footer__upper .site-footer__logo img {
	width: 219px;
}

.page-header a {
	color: #fff;
}

.header-four-rifat .inner-container {
	margin-left: -15px;
	margin-right: -15px;
}

.padding-top section.appointment-one.appointment-one__about-page {
	padding-top: 0;
}

.elementor-widget-lovecare_appointmennt_form img.appointment-one__moc {
	bottom: -10px;
}

.mobile-nav__container {
	list-style: outside none;
}

.sticky-menu .stricked-menu {
	display: none;
}

.error-section {
	position: relative;
	text-align: center;
	padding: 150px 0px;
}

.error-section .content-box h1 {
	position: relative;
	display: block;
	font-size: 200px;
	line-height: 150px;
	color: #5bb186;
	font-weight: 700;
	margin-bottom: 15px;
}

.error-section .content-box h2 {
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 52px;
	color: #222;
	font-weight: 600;
	margin-bottom: 21px;
}

.error-section .text a {
	color: #5bb186;
}

.logged-in-as {
	margin-bottom: 10px;
}

.logged-in-as a {
	color: #ff5e5e;
}

.error-section .text a:hover {
	text-decoration: underline;
}

.comment.yes-ping {
	margin-bottom: 25px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
}

.nothing-found-search {
	max-width: 290px;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
	.blog-standard {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	
	.page-header {
		background-color: var(--thm-black);
		padding-top: 60px;
		padding-bottom: 80px;
	}
	
	.error-section .content-box h1 {
		font-size: 130px;
	}
	
	.error-section {
		padding: 50px 0px;
	}
}

.gallery-item img {
	display: inline-block !important;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
	width: 100%;
}

@media screen and (min-width: 30em) {
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
}

.gallery-columns-2 .gallery-item {
	max-width: 100%;
	width: 50%;
}

@media screen and (min-width: 30em) {
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
}

.gallery-columns-3 .gallery-item {
	max-width: 100%;
	width: 33.33%;
}

@media screen and (min-width: 30em) {
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
}

.gallery-columns-4 > .gallery-item {
	max-width: 100%;
	width: 25%;
}

@media screen and (min-width: 30em) {
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

.gallery-columns-5 .gallery-item {
	max-width: 100%;
	width: 20%;
}

@media screen and (min-width: 48em) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
}

.gallery-columns-6 .gallery-item {
	max-width: 100%;
	width: 16.66%;
}

@media screen and (min-width: 48em) {
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
}

.gallery-columns-7 .gallery-item {
	max-width: 100%;
	width: 14.28%;
}

@media screen and (min-width: 48em) {
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
}

.gallery-columns-8 .gallery-item {
	max-width: 100%;
	width: 12.5%;
}

@media screen and (min-width: 48em) {
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
}

.gallery-columns-9 .gallery-item {
	max-width: 100%;
	width: 11.11%;
}

@media screen and (min-width: 48em) {
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

.blog-standard .blog-one__meta {
	padding-left: 0;
	list-style: outside none !important;
}

.post-password-form input[type=password] {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background: #fff;
	padding: 10px 15px;
	transition: all 500ms ease;
	max-width: 320px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.post-password-form input[name=Submit] {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background: #71bb8b;
	padding: 10px 15px;
	transition: all 500ms ease;
	color: #fff;
	max-width: 90px;
	margin-bottom: 10px;
	cursor: pointer;
}

.campaign-donation-receipt .blog-one__single {
	background: #fff;
	box-shadow: 0 0 21px 0px rgba(34, 34, 34, .07);
	padding: 30px;
}

.padding-top-event .appointment-one__home-one {
	padding-top: 120px;
}

.elementor-widget-lovecare_blog .blog-one__content h3 {
	font-size: 23px;
	line-height: 33px;
}

.elementor-widget-lovecare_blog  .blog-one__content ul {
	padding-left: 0px;
}

.blog-grid .blog-one__content h3 {
	font-size: 23px;
	line-height: 33px;
}

.blog-grid  .blog-one__content ul {
	padding-left: 0px;
}

.donation-details__image.donation-custom-img img {
	width: 100%;
}

.charitable-form-fields.cf {
	margin-bottom: 0;
}

select#charitable_field_country_element {
	margin-bottom: 0;
}

.service-details__sidebar .menu-service-menu-container ul li:last-child {
	border: 0 !important;
	padding-bottom: 0 !important;
}

.service-details__sidebar .menu-service-menu-container ul li:last-child a {
	padding-bottom: 0 !important;
}

.service-details__sidebar .menu-service-menu-container ul li {
	padding: 8px 0px !important;
	display: block;
	border-bottom: 1px solid #dfe5e5 !important;
}

.page-id-676 .page-header::after, .page-id-794 .page-header::after, .page-id-767 .page-header::after {
	background: url("https://cdn-ikpnjop.nitrocdn.com/zkazBpHtMjcEHTLmaCVWWlLqQtnstuQh/assets/images/optimized/rev-9f1802d/graciousheartsinc.com/wp-content/themes/lovecare/assets/images/svgs/page-header-curv-dark-1-1.svg");
}

.service-details__sidebar .menu-service-menu-container ul li a {
	position: relative;
}

.footer-widget__post-image {
	width: 77px;
	margin-right: 14px;
}

nav.main-nav-one.stricky.header-one-rifat.original img.site-header-three__main-logo {
	display: block;
}

.footer-widget__post-single {
	align-items: flex-start;
	justify-content: flex-start;
}

.footer-widget__post-content {
	width: 60%;
}

.service-details__sidebar .menu-service-menu-container ul li a:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: var(--thm-primary);
	opacity: 0;
	visibility: hidden;
	transition: all 500ms;
	display: block;
}

.service-details__sidebar .menu-service-menu-container ul li:hover a {
	padding-left: 22px !important;
}

.service-details__sidebar .menu-service-menu-container ul li:hover a:before {
	opacity: 1;
	visibility: visible;
}

.charitable-donation-form .donation-amounts .donation-amount {
	margin-right: 10px;
}

.error-section  form.sidebar__search-form {
	max-width: 320px;
	margin: 0 auto;
	margin-top: 20px;
}

.wp-caption.aligncenter {
	margin-top: 30px;
}

.wp-block-media-text {
	margin-bottom: 15px;
}

ul.blocks-gallery-grid {
	padding-left: 0 !important;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
	.header-four-rifat .inner-container {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	div#charitable-user-fields .charitable-form-field {
		width: 100% !important;
	}
}
