/*
Theme Name: seathepigs.com
Theme URI: https://seathepigs.com
Author: fip creative ROOTS
Author URI: https://fipcreative.com
Description: Theme
Version: 2035
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
*/

/* @import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url('rhizomes.css');


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
















/******************************************/
/******************************************/
/*** Variable Declarations ***/
html {
	--primary-color: #0033A1; /* Pantone Black 6 */
	--secondary-color: #3d3d3d; 
	--accent-color: #e03616;
	--bulk-black: #101820;
	--red-accent: #D2202A;
	--light-sand: #F5F4ED;
	--secondary-accent: #dbd3d8;
	--compliment-primary: #2da0cd;
	/* --compliment-primary: #2DCDBC; */
	font-size: 62.5%;
}

/*** Base Font Sizes ***/
body {
	font-size: 1.8rem;
	font-family: "Outfit", sans-serif;
	background-color: var(--primary-color);
	background-color: white;
	color: white;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-family: 'Fraunces', serif;
	position: relative;
	line-height: 1;
}

h4, h5 {
	font-family: "Space Mono", monospace;}

h1 {
	font-size: 5rem;
	line-height: 1.1;
}

@media (max-width: 620px) {
	h1 {
		font-size: 4.5rem;
		line-height: 5rem;
	}
}

h2 {
	font-size: 5rem;
	margin-top: 5rem;
	color: var(--accent-color);
}

h2 span {
	font-size: 5.1rem;
	color: white;
	font-weight: bold;
	font-family: "DM Sans", sans-serif;}

@media (max-width: 620px) {
	h2 {
		font-size: 4rem;
	}
}

h3 {
	font-size: 3rem;
	position: relative;
}

/* .sub-page-content h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 3px dotted var(--accent-color);
	width: 4rem;
} */

h4 {
	font-size: 2.5rem;
	margin-bottom: 0.8rem;
	margin-top: 3.5rem;
}

.sub-page h4 {
	color: var(--bulk-black);
}


h5 {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: -1rem;
    text-transform: uppercase;
    color: var(--accent-color);
}

h1::after, h2::after, h3::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 10rem; 
	bottom: -1.2rem;
	border-bottom: 4px dotted var(--compliment-primary);	
}

h1.left-header::after, h2.left-header::after, h3.left-header::after {
	left: 0;
	transform: initial;
}

p,
li {
	font-size: 1.8rem;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: white;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

p a {
	text-decoration: underline;
	/* font-weight: bold; */
}

section,
footer {
	padding: 7rem 0;
}

i.fa-brands {
	font-size: 4rem;
	margin-right: 1rem;
}






/*** Buttons ***/
.button, #wpforms-submit-30, .wp-block-button a {
	display: inline-block;
	text-decoration: none !important;
	padding: 1rem 3rem;
	color: white;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: bold;
	border: 4px solid var(--primary-color);
	border-radius: 0;
	transition: all 0.5s ease;
	margin-bottom: 0.75rem;
	text-align: center;
	background-color: var(--primary-color);

}

.wp-block-buttons {
	margin-bottom: 5.5rem;
}

.button-grey {
	background-color: var(--compliment-primary);
	border: 4px solid var(--compliment-primary);
}

.button-on-white {
	color: var(--primary-color);
}

.button-on-red a {
	background-color: var(--primary-color);
	border: 4px solid var(--primary-color);
}

.button-on-red a:hover {
	background-color: var(--secondary-accent);
	border: 4px solid var(--secondary-accent);
}

.button:hover {
	background-color: var(--compliment-primary);
	border: 4px solid var(--compliment-primary);
}

.button-grey:hover {
	background-color: var(--primary-color);
	border: 4px solid var(--primary-color);
}

.button-on-white:hover {
	color: white;
}

.button-directory .button {
	display: block;
}

/*** Useful Classes ***/
.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}


.emphatic {
	font-weight: bold;
	font-style: italic;
	color: var(--primary-color);
}

.fa-circle-xmark::before {
	color: red;
}

.fa-circle-check::before {
	color: green
}

.fake-hr {
	width: 40%;
	border-bottom: 3px dotted var(--primary-color);
	margin: 5rem auto;
}

.fright {
	float: right;
	max-width: 45rem;
	margin-left: 1.8rem;
	margin-bottom: 1.8rem;
}

.fright img {
	max-width: 100%;
}

.fip-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 2rem;
    place-items: center;
    text-align: center;
}



.hr-wrap {
    width: 40%;
    margin: 30px auto;
}

.italic {
	font-style: italic;
}

.job-application-2023 label {
    color: #222;
}

.mega {
	font-size: 6rem;
}

.right {
	text-align: right;
}

.vertical-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*** Styling for this document only ***/

.rf-premast {
	background-color: white;
	color: var(--primary-color);
	text-align: center;
}

.rf-premast p {
	font-size: 1.6rem;
	text-shadow: initial;
	line-height: 1;
	margin: 1.25rem 0;
	font-weight: normal;
}

.rf-premast a {
	color: var(--primary-color);
	text-decoration: none;
}

.rf-premast i {
	margin-left: 3rem;
	font-size: 2rem;
	margin-right: 0.5rem;
}

header {
	min-height: 94rem;
	background-color: var(--primary-color);
	position: relative;
	background-image: url(/wp-content/uploads/2025/11/beach-pig-splash.jpg);
	background-image: url("/wp-content/uploads/2025/12/swimming-pig.webp");
	background-image: url("/wp-content/uploads/2025/12/two-pigs-3.webp");
	background-size: cover; 
	background-position: right 10% center;
	background-repeat: no-repeat;

}

@media (max-width: 1000px) {
 header {
	min-height: 700px;
 }
}
 
@media (max-width: 820px) {
	header {
	 min-height: 75rem;
	}
}
 


.splash-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.splash-wave svg {
	display: block;
}


 


@media (max-width: 620px) {
	.rf-masthead .rf-container {
		display: block;
		margin-bottom: 3rem;
	}
}

.rf-masthead {
	background-color: color-mix(in srgb, var(--primary-color), #0000 10%);
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 1.5rem 0;
}

.rf-masthead .rf-container {
	display: grid;
	grid-template-columns: 1.25fr 3fr;
}

nav {
	z-index: 1000;
	/* padding: 0 1rem; */
	position: relative;
}


@media (min-width: 970px) {
	nav {
		margin-left: 30rem;
		width: 60rem;
	}
}

@media (min-width: 1070px) {
	nav {
		margin-left: 30rem;
		width: 80rem;
	}
}

nav > ul {
	display: flex;
	gap: 0;
	text-align: center;
	position: relative;
	width: 100%;
	flex-grow: 1;
	align-items: stretch;
	height: 100%;
}

nav ul {
	list-style: none;
	margin: 0;
}

#mobile-nav,
nav .phone-number {
	display: none;
}

nav > ul > li {
	flex-grow: 1;
	line-height: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

nav > ul > li > a {
	color: white;
	font-weight: bold;
	padding: 1.5rem;
	display: block;
	font-size: 1.6rem;
	text-transform: uppercase;


}

nav > ul > li:last-of-type a {
	background-color: var(--accent-color);
	/* color: white; */
	/* border: 4px solid var(--secondary-accent); */
}

nav > ul > li > a:hover {
	background-color: var(--secondary-accent);
	color: white;
}

nav .sub-menu {
	display: none;
	position: absolute;
	background-color: var(--primary-color);
	padding: 1rem;
	bottom: 1;
	left: 0;
	z-index: 10;
}

@media (min-width: 820px) {
	nav .sub-menu {
		/* box-shadow: 2px 2px 6px #888; */
		text-align: left;
		width: 30rem;
		transform: translateY(90%);
		}
}

nav .sub-menu a {
	transition: none;
	/* width: 100%; */
	display: block;
	padding: 1.4rem 0.75rem;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: bold;
}

nav .sub-menu a:hover {
	background-color: var(--accent-color);
	color: white;
	/* text-shadow: 1px 2px #555; */
}

nav > ul > li:hover .sub-menu {
	display: initial;
}




.logo {
	background-color: transparent;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -1.5rem;
	width: 30rem;
	border-right: 2px solid white;
    border-bottom: 2px solid white;
    border-left: 2px solid white;	
	box-shadow: 2px 2px 6px #222;
}

.logo a {
	display: flex;
}

.logo img {
	margin: auto;
	width: 100%;
}

.logo span {
	font-size: 8rem;
	color: var(--primary-color);
	text-align: center;
	display: block;
	font-family: "Cal Sans", sans-serif;
	line-height: 1;
}


@media (max-width: 970px) {
	.rf-premast {
		display: none;
	}
	.rf-masthead {
		top: 2rem;
		background-color: initial !important;
	}
	.logo {
		width: 20rem;
		background-color: transparent;
		/* padding: 1rem 1%; */
		text-align: center;
		display: flex;
		justify-content: center;
		position: relative;
		top: initial;
		border: none;
	}

	.logo span {
		color: white;
		text-shadow: 1px 1px 5px #777;
	}

	nav, nav > ul, nav > ul > li, nav > ul > li > a , nav .sub-menu, nav .sub-menu a {
		padding: 0;
		margin: 0;
	}

	nav {
		width: 100%;
		left: initial;
		padding: 0;
		background-color: rgba(0, 0, 0, 0.9);
		position: absolute;
	}
	nav > ul {
		display: none;
		text-align: left;
		padding-left: 0;
	}

	nav > ul > li {
		justify-content: initial;
	}

	nav > ul > li > a {
		display: block;
		padding: 1.4rem 0 1.4rem 1.75rem;
	}


	nav > ul > li:last-of-type a {
		border: none;
	}

	nav > ul > li > a:hover {
		background-color: initial;
	}

	#mobile-nav {
		display: block;
		text-align: right;
		color: white;
		background-color: var(--primary-color);
		padding: 2rem;
		font-weight: bold;
		text-transform: uppercase;
		z-index: 3999;
		position: absolute;
		right: 0;
	}
	nav .sub-menu {
		position: relative;
	}
	nav .sub-menu {
		background-color: transparent;
		/* padding: 1rem; */
		/* transform: translateX(-50%); */
		/* width: 30rem; */
		text-align: left;
		/* box-shadow: 2px 2px 6px #888; */
	}
	
	nav .sub-menu a {
		transition: none;
		display: block;
		color: white;
		font-weight: bold;
	}
	.sub-page-open .rf2 {
		grid-template-columns: initial;
		display: grid;
	}
	.sub-page-open .rf-block:nth-of-type(1) {
		min-height: initial !important;
		background-color: color-mix(in srgb, var(--primary-color), #0000 20%);
		position: relative;
	}
	.sub-page-open h1 {
		background: initial !important;
		margin: 0.2rem;
	}
	.sub-page-open .rf-block:nth-of-type(2) {
		order: -1;
		height: 30rem;
	}
	.menu-item-has-children a {
		display: none;
	}


}


.rf-white-gap {
	background-color: white;
}

/* @media (max-width: 620px) {
	.logo img {
		width: 70%;
		margin: auto;
	}
} */

.rf-star-bar {
	background-color: var(--primary-color);
	display: inline;
	padding: 1rem 2rem;
	position: relative;
	-webkit-box-shadow: 2px 3px 5px #444;
	box-shadow: 2px 3px 5px #444;
	color: #111;
	text-transform: uppercase;
}

.rf-star-bar i {
	color: var(--accent-color);
	text-shadow: 1px 1px 3px #444;

}

.rf-slogan-bar {
	bottom: initial;
	top: 70%;
	transform: translateY(-50%);
	z-index: 2;
}


.rf-slogan-bar .rf-slogan {
	text-shadow: 3px 3px var(--primary-color);
	font-style: initial;
	color: white;
	font-family: "DM Sans", sans-serif;
}

.rf-slogan span {
	text-transform: initial;
	font-size: 5rem;
}

.rf-slogan-bar .rf-slogan span.bottom-row {
	font-size: 7rem;
}

.rf-slogan-bar .rf-slogan span.emphasis {
	text-transform: uppercase;
	font-size: 7rem;
	font-family: 'DM Sans', sans-serif;
}

@media (max-width: 820px) {
	.rf-slogan-bar .rf-slogan span.emphasis {
		font-size: 5.5rem;
		font-family: "DM Sans", sans-serif;
	}
	.rf-slogan-bar .rf-slogan span.bottom-row {
		font-size: 5.5rem;
        display: block;
        border-top: 0.5rem solid var(--accent-color);
        width: 50%;
	}
	.rf-slogan-bar {
		top: 60%;
	}
}

.rf-slogan-text {
	background-color: color-mix(in srgb, var(--compliment-primary), #0000 25%);
	/* border-top: 2rem solid var(--secondary-color); */
	text-shadow: initial;
	width: 40%;
}

@media (max-width: 620px) {
	.rf-slogan-bar {
		bottom: 0.5rem;
	}

	.rf-slogan-bar .rf-slogan {
		font-size: 2.8rem;
	}

	.rf-star-bar {
		display: none;
	}
}

@media (max-width: 375px) {
	header {
		min-height: initial;
		height: 100vh;
	}
}

.triple-pic-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 400px;
    grid-column-gap: 8px;
    grid-row-gap: 0px;
}

.triple-pic {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.triple-pic:nth-of-type(1) {
    background-image: url(https://heckresidential.com/wp-content/uploads/2022/08/reno3.jpg)
}

.triple-pic:nth-of-type(2) {
    background-image: url(https://heckresidential.com/wp-content/uploads/2022/08/reno4.jpg)
}

.triple-pic:nth-of-type(3) {
    background-image: url(https://heckresidential.com/wp-content/uploads/2022/08/reno6.jpg)
}

@media (max-width: 580px) {
    .triple-pic-wrapper {
        grid-template-columns: 1fr;
    }

    .triple-pic.triple-pic:nth-of-type(1), .triple-pic:nth-of-type(3) {
        display: none;
    }
}


.curved-white-top {
	width: 100%;
	background-color: white;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;

}

.curved-white-bottom {
	width: 100%;
	background-color: white;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.curved-white-top svg, .curved-white-bottom svg {
	display: block;
}


.experience-bar {
	/* background-color: var(--accent-color);
	background-color: var(--compliment-primary); */
	/* background-image: url("/wp-content/uploads/2025/12/swimming-pig.webp");
	background-image: url(/wp-content/uploads/2025/11/beach-pig-splash.jpg); */
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	padding: 5rem 0 3rem;
}

.experience-bar h2, .experience-bar p, .experience-bar h3, .experience-bar span {
	color: var(--compliment-primary);
}

.red-bar .rf-block {
	position: relative;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px) saturate(180%); /* Frosted glass effect */
	border: 1px solid rgba(255, 255, 255, 0.8); /* Subtle border */
	border-radius: 1.5rem;
	padding: 20px;
	box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2), 
				inset 0 4px 20px rgba(255, 255, 255, 0.3); /* Outer and inner shadows */
	overflow: hidden;
}

.experience-bar i {
	font-size: 10rem;
	text-align: center;
}

.experience-bar h2 {
	text-align: center;
	margin-top: 0;
}

.experience-bar h3 {
	text-align: center;
}

.experience-bar .rf-card-text {
	text-align: center;
	padding: 3rem 0;
}


.experience-bar .rf3 .rf-block {
	border: 1px dashed var(--compliment-primary);
	padding: 2rem;
	border-radius: 2.5rem;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	/* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); */
}


@media (max-width: 820px) {
	.experience-bar .rf-block:not(:first-of-type) {
		margin-top: 10rem;
	}
}


.what-youll-do {
	background-color: var(--light-sand);
	color: var(--bulk-black);
	padding-top: 0;
	padding-bottom: 12rem;
}

.what-youll-do h2 {
	color: var(--bulk-black);
	text-align: center;
}

/* .what-youll-do h3 {
	color: var(--primary-color);
} */

.what-youll-do h3::after {
	left: 0;
	transform: initial;
}

.what-youll-do .rf2 .rf-block:last-of-type {
	background-image: url(/wp-content/uploads/2025/11/beach-pig-splash.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 4rem;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}



.why-choose-us {
	background-image: url(/wp-content/uploads/2025/12/island-vibes-00001.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.why-choose-us h2 {
	color: white;
}

.why-choose-us .rf-container {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8rem 5rem;
	border-radius: 4rem;
}

.why-choose-us .rf-card, .why-choose-us .rf-block {
	text-align: center;
}

.why-choose-us .rf-card {
	gap: 2.4rem;
}

.why-choose-us .rf-card .rf-card-header {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
	flex-basis: 11rem;
}

.why-choose-us .rf-card .rf-card-header h3 {
	line-height: 1.2;
}



.call-to-action h2, .call-to-action h3 {
	text-align: center;
}

.call-to-action h2, .call-to-action p, .call-to-action h3, .call-to-action span {
	color: var(--bulk-black);
}

.call-to-action .rf2 .rf-block:first-of-type {
	background-image: url(/wp-content/uploads/2025/12/island-vibes-00003.webp);
	background-position: left center;
	background-size: cover;
}



#color-bar {
	background-color: var(--primary-color);
	background-color: var(--accent-color);
	background-image: url();
	background-size: cover;
	background-position: center;
	font-size: 8rem;
	color: white;
	padding: 7rem 4rem;
	text-shadow: 2px 2px 5px #aaa;
	position: relative;
	z-index: 0;
	border-bottom: 3px solid var(--secondary-accent);
}

@media (max-width: 620px) {
	#color-bar {
		padding: 2rem 0;
		font-size: 4rem;
	}

	#color-bar .rf3 {
		display: -ms-grid;
		display: grid;
	}

	#color-bar .rf-card {
		margin-bottom: 0;
	}
}

#color-bar::after {
	content: "";
	background-color: var(--accent-color);
	opacity: 0.85;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#color-bar .rf-container {
	z-index: 2;
	position: relative;
}

#color-bar h3 {
	margin: 0;
}

@media (max-width: 620px) {
	#color-bar h3 {
		font-size: 1.6rem;
	}
}

#color-bar a {
	color: white;
}

#color-bar a:hover {
	color: var(--secondary-color);
}

.sub-page header {
	background-image: initial;
	background-color: transparent;
	min-height: initial;
}

@media (max-width: 970px) {
	.sub-page header {
		height: 0rem;
	}
}




.sub-page header .rf-container {
	box-shadow: initial;
}




.sub-page-splash {
	background-image: url(/wp-content/uploads/2025/01/439A0804.jpg);
	background-size: cover;
	position: relative;
}

.overlay-blur {
	backdrop-filter: blur(7px);
	position: absolute;
	inset: 0;
	/* width: 100%;
	height: 100%; */
}

.header-overlay {
	background-color: color-mix(in srgb, var(--primary-color), #0000 80%);
	position: absolute;
	inset: 0;

	display: none;
}

@media (max-width: 820px) {
	.header-overlay {
		background: linear-gradient(45deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 65%);
	}
}

.sub-page-open {
	padding: 5rem 0;
	min-height: 40rem;
	/* width: 94%;
    margin-left: 3%;
    margin-top: 3%;
    margin-bottom: 3%;	 */
}

.sub-page-open.splash-revision {
	background-color: white;
	padding: 0;
	min-height: 0;
}

.splash-revision p {
	color: var(--primary-color);
}
/* .sub-page-open .rf-container {
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 3px 3px 4px 0px #444;
	box-shadow: 3px 3px 4px 0px #444;
	background-color: white;
} */

.sub-page-open .rf-container {
	padding-top: 5.5rem;
}

.sub-page-open h1 {
	line-height: 1.1;
	position: relative;
	color: var(--secondary-accent);
	margin-bottom: 0.5rem;
	background-color: var(--secondary-accent);
    color: white;
    padding: 2rem;
    box-shadow: 4px 4px 4px #888;
}

.sub-page-open p {
	line-height: 1.3;
}

.sub-page-open h1::after {
	content: "";
	position: absolute;
	bottom: 1.2rem;
	border-bottom: 4px dotted var(--compliment-primary);
	width: 30%;
	left: 0;
	display: none;
}

.sub-page-open .rf-block:first-of-type {
	display: flex;
	min-height: 50rem;
	justify-content: center;
	padding: 5rem 5rem;
	background: #FFFFFF;
	background: linear-gradient(198deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 82%, rgba(48, 188, 237, 1) 100%);
	background: radial-gradient(farthest-corner at 70%,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 82%, rgba(48, 188, 237, 1) 100%);
}

.sub-page-open .rf-block:last-of-type {
	position: relative;
}

.sub-page-open .rf2 {
	gap: 2rem;
}

.sub-page-content h2 {
	position: relative;
	font-size: 3.8rem;
	color: var(--bulk-black);
}

.sub-page-content h2::after {
	content: "";
	position: absolute;
	bottom: -1.5rem;
	border-bottom: 4px dotted var(--compliment-primary);
	width: 17%;
	left: 0;
	transform: translateX(0);
}

/* .sub-page-content h2:first-of-type {
	margin-top: 0;
} */

.sub-page-content h3::after {
	content: "";
	position: absolute;
	bottom: -1rem;
	border-bottom: 4px dotted var(--accent-color);
	width: 12%;
	left: 0;
	transform: translateX(0);
}

.sub-page-content {
	padding-bottom: 10rem;
	background-image: url(/wp-content/uploads/2025/02/8026-1.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	color: var(--bulk-black);
}

.sub-page-content::after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
	/* background-color: rgba(0, 0, 0, 0.85); */
}

.sub-page-content .rf-container {
	position: relative;
	z-index: 3;
}

.sub-page-content a {
	font-weight: bold;
	text-decoration: underline;
}


/* .faq .wp-block-group {
	width: 100%;
	box-sizing: border-box;
} */

.faq .wp-block-group, .faq .wp-block-group p, .faq .wp-block-group .wp-block-group__inner-container {
	margin: 0;
	padding: 0;
}

.faq h4 {
	cursor: pointer;
	margin-bottom: 3rem;
	color: var(--compliment-primary);
	position: relative;
}

.faq h4::before {
	content: "";
	border-bottom: 1px dotted #dddddd;
	position: absolute;
	bottom: -0.8rem;
	width: 100%;
}

.faq h4::after {
	content: "\2b";
    font-family: FontAwesome;
    margin-left: 3rem;
    color: var(--primary-color);
}




.rf-aside {
	position: relative;
	background-color: var(--light-sand);
	color: var(--bulk-black);
	margin-top: 4rem;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	border-radius: 2rem;
}


@media (max-width: 820px) {
    .rf-aside {
		max-width: initial;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}

.rf-aside a {
	color: var(--compliment-primary);
}

.rf-aside h3 {
	text-align: center;
	position: relative;
	line-height: 1.1;
}

.rf-aside h3::after {
	position: absolute;
	content: "";
	bottom: -1rem;
	border-bottom: 4px dotted var(--compliment-primary);
	width: 30%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


#home-feature {
	background-image: url(/wp-content/uploads/2025/05/tower-water-area.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#home-feature::after {
	content: "";
	inset: 0;
	background-color: color-mix(in srgb, var(--accent-color), #0000 10%);
	position: absolute;
	z-index: 2;
}

#home-feature .rf-wide {
	position: relative;
	z-index: 3;
}

#home-feature .rf-block {
	padding: 4rem;
}

#home-feature h2 {
	color: white;
	text-align: center;
}

#home-feature .rf-block:first-of-type {
	min-height: 30rem;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	margin-left: 5rem;
}

@media (max-width: 820px) {
	#home-feature .rf-block {
		padding: 4rem 1.2rem !important;
	}
	#home-feature .rf-block:first-of-type {
		margin-left: initial;
	}
}




#number-bar {
	/* background-image: url(/wp-content/uploads/2024/01/tabora-03.jpg); */
	background-size: cover;
	background-position: center;
	/* border-bottom: 3px solid var(--accent-color); */
}

@media (max-width: 620px) {
	#number-bar {
		background-position: -450px;
	}
}

#number-bar .rf-container {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 0.1rem 3rem 2rem;
}

#number-bar h2 {
	text-align: center;
	position: relative;
}

/* #number-bar h2::after {
	position: absolute;
	content: "";
	left: 50%;
	width: 12rem;
	bottom: -0.6rem;
	border-bottom: 6px dotted var(--primary-color);
	margin-left: -6rem;
} */

#number-bar h3 {
	margin-bottom: 0;
}

@media (max-width: 620px) {
	#number-bar h3 {
		margin-top: 1rem;
	}
}

#number-bar h4 {
	margin-top: 1rem;
}



/* .fa-envelope {
    font-size: 4rem !important;
} */

.bio-pic:hover > .bio-overlay {
	opacity: 1;
}

.bold-scripty {
	font-weight: bold;
	color: var(--compliment-primary);
	font-size: 8rem;
	text-shadow: 2px 2px 5px #bbb;
	display: block;
	margin-top: -1rem;
	position: relative;
}

#text-three {
	background-color: white;
	color: var(--bulk-black);
}

#red-block {
	background-color: var(--accent-color);
	height: 50rem;
	border: 1px solid red;
}


@media (max-width: 820px) {
	.rf-masthead {
		border-bottom: none;
	}
}


.icon-bubble {
	background-color: var(--accent-color);
	border: 3px solid white;
	color: white;
	width: 20%;
	padding-bottom: 20%;
	height: 0;
	position: absolute;
	top: 7%;
	right: 7%;
	border-radius: 50%;
}

.icon-bubble i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5vw;
}

#contact {
	background-color: var(--compliment-primary);
	color: white;
	padding: 0;
}

#contact h2 {
	margin: 0;
	margin-top: 3rem;
	position: relative;
	color: white;
}

#contact h2::after {
	border-bottom: 4px dotted var(--light-sand);
}

/* #contact h2::after {
	content: "";
	position: absolute;
	left: 0;
	width: 12rem;
	bottom: -1.2rem;
	border-bottom: 6px dotted var(--accent-color);
} */

#contact .rf-block:last-of-type {
	height: 100%;
	background-image: url(/wp-content/uploads/2025/12/island-vibes-00002-e1765818813983.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contact .rf-block:not(:last-of-type) {
	/* padding: 3rem 0; */
	background-image: url();
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}

#contact .rf-block:not(:last-of-type) img {
	opacity: 0.6;
}

#contact .rf-padded-text {
	padding: 3rem 6rem;
}

@media (max-width: 820px) {
	#contact .rf-padded-text {
		padding: 3rem 1.2rem;
	}
}

footer {
	/* background-color: var(--primary-color);
	background-color: black; */
	background-image: url(/wp-content/uploads/2025/12/swimming-pig.webp);
	/* background-position: right -15% center; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding: 0;
	font-weight: bold;
}
/* 
@media (max-width: 900px) {
	footer {
		background-size: cover;
		background-position: right center;
	}
} */

footer .rf-block {
	padding: 1.2rem;
}

footer .rf-block:not(:first-of-type) {
	padding: 4rem;
	background-color: rgba(0, 0, 0, 0.5);
}

footer a.footer-logo {
	line-height: 1;
	color: white;
	text-decoration: none;
	font-size: 6rem;
	font-weight: normal;
}

footer .rf-container {
	padding: 7rem 0;
}

/* footer .rf3 {
	background-color: var(--primary-color);
} */

footer .white-links i {
	color: white;
}

footer h3 {
	line-height: 1;
	position: relative;
	font-size: 4.5rem;
}

footer h4 {
	color: white !important;
}

/* footer h3::after {
	content: "";
	position: absolute;
	border-bottom: 3px dotted var(--primary-color);
	width: 5rem;
	left: 0;
	bottom: -0.4rem;
} */

footer h4 {
	margin: 0;
}


footer a {
	color: white;
	/* font-weight: normal; */
	text-decoration: none;
}

footer i {
	color: var(--secondary-accent);
}

footer a, footer li, footer p, footer td {
	font-size: 1.6rem;
}

footer .right-line {
	position: relative;
}

@media (max-width: 620px) {
	footer .right-line {
		margin-top: 2rem;
	}
}

footer .right-line::before {
	position: absolute;
	border-left: 1px solid var(--secondary-accent);
	content: "";
	height: 70%;
	top: 15%;
	right: 0;
}

@media (max-width: 820px) {
	footer .right-line::before {
		border-left: none;
		border-bottom: 1px solid var(--secondary-accent);
		height: 0;
		width: 100%;
		top: initial;
		right: initial;
		bottom: 0;
	}
}

footer img {
	width: 70%;
}

.rf-copyright {
	background-color: white;
	color: var(--primary-color);
	padding: 1.2rem 0;
}

.rf-copyright p {
	font-size: 1.5rem;
	font-weight: bold;
}

div.wpforms-container-full .wpforms-field-label, div.wpforms-container-full .wpforms-field-sublabel {
	color: white !important;
}

.wpforms-container .wpforms-field {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

li > h4 {
	color: var(--primary-color);
}

@media (min-width: 820px) {
.insert-page {
	margin-top: 12.5rem;
}
}



/* Odd things I'm doing to fix Chrome 140 on MacOS 092925 */
p {
	margin: 1.8rem 0;
}

h3 {
	margin: 3rem 0;
}