<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Theme Name: The Raleigh House
    Description: Elementor page builder theme for The Raleigh House
    Author: Healthcare Success
    Author URI: https://healthcaresuccess.com/
    Template: hello-elementor
    Version: 1.0.0
    Stable tag: 1.0.0
    Requires at least: 5.9
    Tested up to: 6.2
    Requires PHP: 5.6
*/
:root {
    --t-text-spacing-top: 1em;
    --t-text-spacing-bottom: 0.75em;
    --c-primary-dark: #2A2917;
    --c-primary: #231F20;
    --c-primary-light: #3F4A5A;
    --c-accent: #C6762A;
    --c-accent-variant: #BFBEAB;
    --c-gray: #F7F0E3;
    --c-white: #ffffff;
    --t-border-radius: 5px;

}

body {
	/* 	override */
	--wp--preset--font-size--small: 0.8em;
}
/*==================================
=            Typography            =
===================================*/
html, body {
    font-size: clamp(22px, calc(1.375rem + ((1vw - 7.68px) * -0.3472)), 18px);
    line-height: 1.45;
    font-family: interstate, sans-serif;
    font-weight: 500;
    color: var(--c-primary);
    letter-spacing: -0.22px;
}

h1, .h1:not(.elementor-element), .elementor-element.h1 .elementor-heading-title, h1.elementor-heading-title,
h2, .h2:not(.elementor-element), .elementor-element.h2 .elementor-heading-title, h2.elementor-heading-title,
h3, .h3:not(.elementor-element), .elementor-element.h3 .elementor-heading-title, h3.elementor-heading-title,
h4, .h4:not(.elementor-element), .elementor-element.h4 .elementor-heading-title, h4.elementor-heading-title,
h5, .h5:not(.elementor-element), .elementor-element.h5 .elementor-heading-title, h5.elementor-heading-title,
h6, .h6:not(.elementor-element), .elementor-element.h6 .elementor-heading-title, h6.elementor-heading-title {
    margin-top: 20px;
    margin-bottom: var(--t-text-spacing-bottom);
    color: var(--c-primary-dark);
    /*font-family: abril-fatface, serif;*/
    letter-spacing: -0.18px;
}


h1, .h1:not(.elementor-element), .elementor-element.h1 .elementor-heading-title, h1.elementor-heading-title {
    font-size: clamp(36px, calc(1.64rem + ((1vw - 4.8px) * 1.8182)), 48px);
    line-height: 1.2;
}

h2, .h2:not(.elementor-element), .elementor-element.h2 .elementor-heading-title, h2.elementor-heading-title {
	font-size: clamp(30px, calc(1.36rem + ((1vw - 4.8px) * 0.9091)), 36px);
    line-height: 1.278;
}

h3, .h3:not(.elementor-element), .elementor-element.h3 .elementor-heading-title, h3.elementor-heading-title {
    font-size: clamp(24px, calc(1.09rem + ((1vw - 4.8px) * 0.303)), 26px);
    line-height: 1.278;
    color: var(--c-primary-light);
}

h4, .h4:not(.elementor-element), .elementor-element.h4 .elementor-heading-title, h4.elementor-heading-title {
    font-size: clamp(20px, calc(0.91rem + ((1vw - 4.8px) * 0.6061)), 24px);
    line-height: 1.45;
    color: var(--c-primary-light);
}

h5, .h5:not(.elementor-element), .elementor-element.h5 .elementor-heading-title, h5.elementor-heading-title {
    font-size: 1rem;
    line-height: 1.45;
}

h6, .h6:not(.elementor-element), .elementor-element.h6 .elementor-heading-title, h6.elementor-heading-title {
    font-size: 0.9rem;
    line-height: 1.45;
}

.wp-block-heading.has-text-align-center {
	text-wrap: balance;
}

/* some headings do need margin-top */
.wp-block-heading:not(h1),
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3, 
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
	margin-top: 1.5em;
}

/* reset for elementor headings and let user control it using elementor */
.elementor-widget-container .elementor-heading-title {
	margin-top: 0;
	margin-bottom: 0;
}

/* remove space if the first element is a heading in elementor text editor */
.elementor-widget-text-editor &gt; .elementor-widget-container &gt; h1:first-child,
.elementor-widget-text-editor &gt; .elementor-widget-container &gt; h2:first-child,
.elementor-widget-text-editor &gt; .elementor-widget-container &gt; h3:first-child,
.elementor-widget-text-editor &gt; .elementor-widget-container &gt; h4:first-child,
/* editing mode */
.elementor-widget-text-editor &gt; .elementor-widget-container &gt; .elementor-text-editor &gt; h1:first-child,
.elementor-widget-text-editor &gt; .elementor-widget-container &gt; .elementor-text-editor &gt; h2:first-child,
.elementor-widget-text-editor &gt; .elementor-widget-container &gt; .elementor-text-editor &gt; h3:first-child,
.elementor-widget-text-editor &gt; .elementor-widget-container &gt; .elementor-text-editor &gt; h4:first-child{
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol {
    padding-left: 1.5rem;
    margin-top: 0;
    margin-bottom: var(--t-text-spacing-bottom);
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

li {
    padding-bottom: 5px;
}

li::marker {
    color: var(--c-primary-light);
}

@media (min-width: 767px) {
    .list-col-count-2 ul {
        column-count: 2;
        column-gap: 40px;
    }

    .list-col-count-3 ul {
        column-count: 2;
        column-gap: 40px;
    }

    .list-col-count-2 ul li,
    .list-col-count-3 ul li {
        break-inside: avoid;
    }
}

@media (min-width: 992px) {
    .list-col-count-3 ul {
        column-count: 3;
    }
}

img {
    max-width: 100%;
    height: auto;
    font-style: italic;
}

/* Gutenberg Color */
.has-primary-dark-color {
    color: var(--c-primary-dark);
}

.has-primary-color {
    color: var(--c-primary);
}

.has-primary-light-color {
    color: var(--c-primary-light);
}

.has-accent-color {
    color: var(--c-accent);
}

.has-accent-variant-color {
    color: var(--c-accent-variant);
}

.has-gray-color {
    color: var(--c-gray);
}

.has-white-color {
    color: var(--c-white);
}

.has-primary-dark-background-color {
    background-color: var(--c-primary-dark);
}

.has-primary-background-color {
    background-color: var(--c-primary);
}

.has-primary-light-background-color {
    background-color: var(--c-primary-light);
}

.has-accent-background-color {
    background-color: var(--c-accent);
}

.has-accent-variant-background-color {
    background-color: var(--c-accent-variant);
}

.has-gray-background-color {
    background-color: var(--c-gray);
}

.has-white-background-color {
    background-color: var(--c-white);
}


a {
    color: var(--c-primary-light);
	color: var(--c-accent);
}

a:hover,
a:focus {
    text-decoration: underline;
}

.elementor-widget-theme-post-content a {
/* 	text-decoration: underline; */
}

.inherit-a a {
    color: inherit;
}

/* breadcrumbs */
#breadcrumbs {
    color: var(--c-white);
    font-size: 0.75em;
}

#breadcrumbs a {
    color: inherit;
    font-weight: 400;
}

/*=======================================
  =            Default Buttons            =
  =======================================*/
input[type='submit'] {
    display: block;
    -webkit-appearance: none;
    cursor: pointer;
}

/* default buttons  */
button[type='submit'],
input[type='submit'],
.elementor-button,
.wp-element-button {
    border: 0;
    border-radius: 25px;
    background: var(--c-accent);
    color: var(--c-white);
    padding: 14px 23px;
    font-size: 0.91rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
	white-space: normal;
	min-width: 225px;
}

button[type='submit']:focus,
input[type='submit']:focus,
.elementor-button:focus,
.wp-element-button:focus,
button[type='submit']:hover,
input[type='submit']:hover,
.elementor-button:hover,
.wp-element-button:hover {
    background: var(--c-primary-light);
    text-decoration: none;
}

@media (max-width: 767px) {
    button[type='submit'],
    input[type='submit'],
	.elementor-button,
	.wp-element-button {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 479px) {
    button[type='submit'],
    input[type='submit'],
	.elementor-button,
	.wp-element-button {
        width: 100%;
    }
}


/*===========================================
  =            Default Form Fields            =
  ===========================================*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select {
    padding: 5px;
    color: var(--c-primary-dark);
    transition: 0.3s all;
	border: 1px solid var(--c-primary-light);
	border-radius: var(--t-border-radius);
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
}

::placeholder {
    color: #a6a5a1;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: var(--c-accent);
}

/*=======================
=       Pagination      =
========================*/



/*============================================
=       Elementor Widget Related Styles      =
============================================*/
.bg-gradient {
    background: linear-gradient(#F7F0E3 0, #ffffff 25%, #ffffff 50%, #F7F0E3 75%, #ffffff 100%);
}

#post-content-simple .elementor-widget-container &gt; *:not(.wp-block-image, .gb-block-cta.gallery, .trh-custom-cta) {
	max-width: 990px;
	margin-inline: auto;
}

#post-content-simple .elementor-widget-container &gt; .wp-block-heading:first-child {
	margin-top: 0;
}

.elementor-widget-image img.size-large-wide {
	object-fit: cover;
    object-position: center center;
	aspect-ratio: 11/5;
}

@media (max-width: 767px) {
	.elementor-widget-image img.size-large-wide {
		aspect-ratio: 1/1;
	}
}

/*===========================================
=       Gutenberg Block Related Styles      =
===========================================*/
.wp-block-separator,
.elementor .wp-block-separator {
	width: 65%;
	border: 1px solid var(--c-accent-variant);
	margin: 4.5em auto;
}

.wp-block-cover.gallery {
	align-items: flex-end;	
	padding-bottom: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.wp-block-cover.gallery img {
	transition: filter 0.3s;
}

.wp-block-cover.gallery:hover img {
	filter: brightness(90%);
}

/* images */
/* todo: implement custom aspect ratio when WP 6.6 is released */
.wp-block-image.size-large-wide img,
.wp-block-image .size-large-wide img {
	aspect-ratio: 11/5 !important;
	margin-top: 2%;
	margin-bottom: 2%;
}

@media (max-width: 767px) {
	.wp-block-image.size-large-wide img,
	.wp-block-image .size-large-wide img {
		aspect-ratio: 1/1 !important;
	}
}

.wp-block-image:has(.alignright),
.wp-block-image:has(.alignleft) {
    margin-bottom: 0;
}

.wp-block-image .alignright,
.wp-block-image .alignleft {
    margin: 0.5em 1.5em 1.5em;
}

@media (max-width: 650px) {
    .wp-block-image .alignright,
    .wp-block-image .alignleft {
        float: none;
        margin-inline: auto;
    }
}

/*----------  Image imported from old site  ----------*/
img.alignleft,
img.alignright,
img.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    max-width: 100%;
    display: block;
    margin: 0.5em 1.5em 1.5em;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
}

img.alignright,
.wp-caption.alignright {
    float: right;
}

img.aligncenter,
.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    img.alignleft,
    img.alignright,
    img.aligncenter,
    .wp-caption.alignleft,
    .wp-caption.alignright,
    .wp-caption.aligncenter {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }
}

.wp-caption .wp-caption-text {
    font-size: 0.85em;
    font-style: italic;
    text-align: center;
}

.wp-block-genesis-blocks-gb-columns.aligncenter {
    margin-inline: auto;
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 5%;
    }
}

/* details/accordions */
.wp-block-details {
    margin-bottom: 0.5em;
}

.wp-block-details summary {
    font-size: 1.25em;
    color: var(--c-primary-dark);
}

.wp-block-details[open] {
    margin-bottom: 1em;
}

.wp-block-details&gt;*:not(summary) {
    margin-left: 1.25em;
}

/*=======================
=      GravityForms     =
========================*/
.gform_wrapper.gravity-theme .gfield_description {
	line-height: 1.15;
}

p.gform_required_legend {
	font-size: 14px;
	text-align: right;
	margin-bottom: 10px;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	margin: 0px auto;
	line-height: 1.2
}

.gform_wrapper.gravity-theme .gfield-choice-input,
.gform_wrapper.gravity-theme .gfield-choice-input+label {
	vertical-align: top;
}

#field_2_11,
#field_2_16 {
	padding: 10px;
    background: white;
    border: 1px solid var(--c-primary-light);
	border-radius: var(--t-border-radius);
	line-height: 1;
}

#gform_submit_button_3 {
	background: #f6c343;
	border-radius: 0;
	color: #242424;
}

.grecaptcha-badge {
	display: none !important;
}</pre></body></html>