/* 
Theme Name: Lifesong Hospice
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Lifesong Hospice is a child theme of Hello Elementor, created by Intrada Technologies.
Author: Intrada Technologies
Author URI: https://intradatech.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
	font-family: "high-tide";
	src: url("/wp-content/uploads/2026/03/high_tide-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

#search-bar {
  	display: none;
}

body.elementor-editor-active #search-bar {
	display: flex !important;
}

a {
    color: #467997;
}

a:visited:not(nav a, .cat-filters a, .thank-you-message a) {
    color: #467997;
}

a:hover, a:focus {
    text-decoration: none;
    color: #554499;
    outline: 0;
}

a:focus-visible:not(.elementor-button-wrapper a, nav a) {
	border: 1px solid #000;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="text"], input[type="color"], input[type="select"], textarea .wpcf7-form label {
	width: 100%;
}

span.wpcf7-list-item label {
    display: inline-flex;
	gap: 4px;
}

label:not(.e-search-label) {
	display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.wpcf7-textarea {
    height: 7em;
}

.wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}

.wpcf7-form-control {
    transition: outline 0.1s;
}

.wpcf7-submit {
    background-color: #467997;
    border: 3px solid #467997;
	border-radius: 25px;
    color: #fff;
	width: 100%;
}

.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active {
    background-color: #fff;
    color: #467997;
}

#footer-text a {
	text-decoration: underline;
}

#search-button:hover {
	cursor: pointer;
}

.iconbox-bg .elementor-icon {
	padding: 1rem;
	border-radius: 25px;
	background: white;
}

.bg-quote {
    background-image: url('/wp-content/uploads/2026/03/lifesong_bg.png');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .bg-quote {
        max-width: 75%;
        width: fit-content;
    }
	#contact, #faq, #advanced-planning, #funeral-planning, #grief-family-support, #helpful-resources, #book-recommendations, #content {
		scroll-margin-top: 142px !important;
	}
}

.bg-quote-text {
    color: #000;
    background: #fffffff0;
    padding: 20px 5px;
	margin: 0;
}

#contact, #faq, #advanced-planning, #funeral-planning, #grief-family-support, #helpful-resources, #book-recommendations, #content {
	scroll-margin-top: 227px;
}

.team-grid {
    display: flex;
    gap: 20px;
    margin: 2em 0;
    justify-content: center;
    flex-wrap: wrap;
}

.team-member {
    background: #fff;
    border: 2px solid #467997;
    padding: 15px;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .team-member {
        width: 40% !important;
    }
}

@media (min-width: 1200px) {
    .team-member {
        width: 30% !important;
    }
}

#breadcrumbs {
    font-size: 14px;
	font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.griefquote {
    background: #42A7C6;
    color: #fff;
    max-width: 635px;
    font-size: 14px;
    box-shadow: 0px 0px 1px 0px #000;
    padding: 12px;
    margin-bottom: 30px;
}

i.fa.fa-check {
    color: #6ec1e4;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.survivorlist li {
    margin-bottom: 5px !important;
}

ul.survivorlist li a {
    display: inline !important;
    color: #42A7C6;
}

blockquote {
    font-style: italic;
    font-size: 15px;
}

header .elementor-sticky {
	border-bottom: 1px solid #ECE7E8;
}

.elementor-post-info__terms-list a {
	background: #ffffffe0;
	color: #000;
	border-radius: 25px;
	padding: 2px 4px;
}

.elementor-post-info__terms-list a:hover {
	background: #ffffff;
	text-decoration: underline;
}

.high-tide {
    font-family: 'high-tide' !important;
}

.cat-filters {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
}

.cat-filters a {
	border-radius: 25px;
	padding: 10px;
}

.cat-filters a:not(.cat-filters .current-term a) {
	color: #000;
	background-color: #37C1CC32;
	
}

.cat-filters a:hover:not(.cat-filters .current-term a) {
	background-color: #298ABF64 !important;
}

.cat-filters .current-term a {
	color: #fff;
	background-color: #298ABF
}

#employee-sidebar, #employee-sidebar h3 {
	color: #fff;
}

#employee-sidebar a {
	color: #fff;
	text-decoration: underline;
}

.thank-you-message {
	color: #fff;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 19px;
}

.thank-you-message a {
	color: #fff;
	text-decoration: underline;
}

.row {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .col-md-12 {
        grid-column: span 2 / span 2;
    }
}

.col-md-6, .col-sm-12 {
	position: relative;
    min-height: 1px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.e-opened svg {
	width: 15px;
}

.menu-blue a, .menu-orange a, .menu-green a {
	border-radius: 25px;
	max-width: fit-content;
	padding: 5px 17px !important;
	margin: 5px 0px;
}

.menu-blue a {
	color: #fff !important;
	background: #467997;
	border: 3px solid #467997;
}

.menu-blue a:hover, .menu-blue a:focus {
	color: #467997 !important;
	background: #ffffff00;
}

.menu-blue a::after, .menu-orange a::after, .menu-green a::after {
	display: none !important;
}

.menu-orange a {
	color: #000 !important;
	background: #fdb71b;
	border: 3px solid #fdb71b;
}

.menu-orange a:hover, .menu-orange a:focus, .menu-green a:hover, .menu-green a:focus {
	color: #000000 !important;
	background: #ffffff00;
}

.menu-green a {
	color: #000 !important;
	background: #b9d87a;
	border: 3px solid #b9d87a;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
	margin-top: 5px;
}
