/*
Theme Name: FiP ROOTS
Theme URI: https://fiproots.com
Author: fip creative ROOTS
Author URI: https://fipcreative.com
Description: Custom Theme for HBP
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 "https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Manrope:wght@200..800&display=swap";

/*! 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;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #4DC7A0;
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #4DC7A0;
}

/******************************************/
/******************************************/
/*** Variable Declarations ***/
html {
	--primary-color: #000;
	--secondary-color: #005CB9;
	--accent-color: #2DC23F;
	--bulk-black: #111;
	--secondary-accent: #E6E8E6;
	--compliment-primary: #E98A15;
	--sixth-color: #85accc;
	font-size: 62.5%;
}

/*** Base Font Sizes ***/
body {
	font-size: 1.8rem;
	font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-family: "Kanit", sans-serif;
	letter-spacing: -1px;
}

h3, h4, h5 {
	font-family: "Manrope", sans-serif;
}

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

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

h2 {
	font-size: 4.5rem;
	line-height: 1;
}

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

h3 {
	font-size: 3rem;
}

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

h5 {
	font-size: 2rem;
}

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

a {
	text-decoration: none;
	color: var(--secondary-color);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

section,
footer {
	padding: 7rem 0;
}

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

/*** rhizome classes ***/
header {
	position: relative;
}

.rf-container {
	max-width: 1000px;
	margin: auto;
}

@media (max-width: 1000px) {
	.rf-container {
		max-width: 92%;
	}
}

.rf-premast {
	width: 100%;
	background-color: white;
	color: var(--bulk-black);
	/* border-bottom: 3px solid var(--accent-color); */
	text-shadow: 0px 1px 2px #aaa;
}

.rf-premast p {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 2rem;
}

.rf-premast a {
	color: var(--bulk-black);
}

@media (max-width: 620px) {
	.rf-premast .right {
		display: none;
	}
}

.rf-masthead {
	position: absolute;
	width: 100%;
	top: 3rem;
}

@media (max-width: 620px) {
	.rf-masthead {
		position: relative;
	}
}

.rf-masthead .rf-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 3fr;
	grid-template-columns: 1fr 3fr;
	z-index: 1000;
	position: relative;
	background-color: var(--primary-color);
}

.rf-slogan-bar {
	position: absolute;
	bottom: 7rem;
	width: 100%;
	text-align: right;
}

.rf-slogan-bar .rf-slogan {
	background-color: white;
	background-color: rgba(var(--secondary-accent), 0.8);
	background-color: rgba(var(--secondary-accent), 0.8);
	background-color: color-mix(in srgb, var(--secondary-color), #0000 15%);
	color: var(--bulk-black);
	color: white;
	letter-spacing: -2px;
	padding: 0.8rem 2rem;
	font-size: 4rem;
	text-transform: uppercase;
	font-family: "Kanit", sans-serif;
	display: inline;
	position: relative;
	-webkit-box-shadow: 2px 3px 5px #444;
	box-shadow: 2px 3px 5px #444;
}

@media (max-width: 650px) {
	.rf-slogan-bar .rf-slogan {
		display: block;
		letter-spacing: 0;
	}
}

.rf-slogan span {
	font-weight: bold;
}

.rf-white-gap {
	width: 100%;
	height: 6rem;
	padding: 0;
	/* border-top: 3px solid var(--secondary-accent);
	border-bottom: 3px solid var(--secondary-accent); */
}

.white-gap {
	width: 100%;
	height: 6rem;
	padding: 0;
}

.rf-mini-white-gap {
	width: 100%;
	height: 2rem;
	padding: 0;
}

.rf-wide {
	max-width: 100%;
}

@media (max-width: 1000px) {
	.rf-wide {
		max-width: 92%;
		margin: auto;
	}
}

.rf1 {
	max-width: 100%;
}

.rf2,
.rf3,
.rf4 {
	display: -ms-grid;
	display: grid;
	gap: 4rem;
}

@media (max-width: 800px) {

	.rf2,
	.rf3,
	.rf4 {
		display: block;
	}
}

.rf2 {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.rf3 {
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.rf4 {
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rf-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rf-block-2 {
	-ms-grid-column: span 2;
	grid-column: span 2;
}

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

@media (max-width: 620px) {
	.rf-padded-text {
		padding: initial;
	}
}

.rf-aside {
	padding: 2rem 4rem 4rem;
	color: white;
	background-color: var(--compliment-primary);
}

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

.rf-aside a {
	color: white;
}

.rf-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 620px) {
	.rf-card {
		margin-bottom: 3rem;
	}
}

.rf-card .rf-card-header {
	-webkit-flex-basis: 8rem;
	-ms-flex-preferred-size: 8rem;
	flex-basis: 8rem;
}

.rf-card .rf-card-header h1,
.rf-card .rf-card-header h2,
.rf-card .rf-card-header h3,
.rf-card .rf-card-header h4,
.rf-card .rf-card-header h5 {
	margin: 0;
}

.rf-card .rf-card-text {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.rf-card .rf-card-button {
	text-align: center;
}

.rf-kick-8rem {
	margin-top: 8rem;
}

.rf-gap {
	height: 10rem;
}

.rf-copyright {
	text-align: center;
}

.rf-table {
	width: 100%;
}

.rf-table .first-row {
	border-bottom: 2px solid #bbb;
}

.rf-table td, .rf-table th {
	padding: 1.25rem 0;
	text-align: center;
}

.rf-table td {
	border: 1px dotted #ddd;
}

.rf-table tr:nth-child(even) {
	background-color: #fbfbfb;
}


/*** Buttons ***/
.button, #wpforms-submit-30 {
	display: inline-block;
	text-decoration: none;
	padding: 1rem 3rem;
	color: white;
	background-color: var(--primary-color);
	background: -webkit-linear-gradient(132deg, #058c42 0%, #0ddd6c 100%);
	background: linear-gradient(318deg, #058c42 0%, #0ddd6c 100%);
	background: linear-gradient(315deg, var(--secondary-color), var(--primary-color));
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: bold;
	border: 2px solid var(--accent-color);
	border-radius: 100vw;
	transition: all 0.5s ease;
}

.button:hover {
	background: linear-gradient(315deg, var(--primary-color), var(--secondary-color));
}

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

.center {
	text-align: center;
}

.clear {
	clear: both;
}

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

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

.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 ***/
header {
	min-height: 800px;
	background-color: white;
	position: relative;
	background-image: url(https://dev.fiproots.com/wp-content/uploads/2024/05/powder-burst-1800.jpg);
	background-image: url(https://dev.fiproots.com/wp-content/uploads/2024/07/roots-splash-1800.jpg);
	background-image: url(https://dev.fiproots.com/wp-content/uploads/2024/10/search-visibility.jpg);
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 3px solid var(--accent-color);

}

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

@media (max-width: 900px) {
	header {
	 min-height: 620px;
	}
}
 
@media (max-width: 820px) {
	header {
	 min-height: 560px;
	}
}
 
@media (max-width: 630px) {
	header {
		background-image: url(/wp-content/uploads/2024/03/herbein-plumbing-02.jpg);
	}
}
 
@media (max-width: 500px) {
	header {
		min-height: 50rem;
	}
}

@media (max-width: 450px) {
	header {
		min-height: 46rem;
	}
}

.rf-masthead .rf-container {
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
}

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

nav {
	display: -ms-grid;
	display: grid;
	background-color: var(--primary-color);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/* -ms-grid-columns: (1fr)[5]; */
	grid-template-columns: repeat(5, 1fr);
	gap: 2rem;
	/* background-color: rgba(249, 42, 130, 0.75); */
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	padding: 0 2rem;
	text-align: center;
	position: relative;
	z-index: 1000;
}

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

nav > a {
	color: var(--secondary-color);
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	padding: 3rem 0;
	display: block;
	text-shadow: 1px 2px #555;
	font-size: 1.9rem;
}

nav > a:hover {
	background-color: var(--accent-color);
	color: white;
	text-shadow: 1px 2px #555;
}

@media (max-width: 820px) {
	nav {
		display: none;
		text-align: left;
	}

	nav > a {
		display: block;
	}

	nav > a {
		padding: 2rem 0;
	}

	nav > 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: relative;
	}

	nav .phone-number {
		display: block;
	}

}



.logo {
	background-color: white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
}

.logo a {
	display: flex;
}

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

@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;
}

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

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

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

#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-color: var(--primary-color);
	border-bottom: none;
	min-height: initial;
	border-top: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
}





.sub-page .rf-masthead {
	position: relative;
	background-color: var(--primary-color);
	top: initial;
}

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




.sub-page-splash {
	background-color: #fafafa;
	background-color: var(--accent-color);
	background-image: url(/wp-content/uploads/2024/05/powder-burst-1800.jpg);
	background-size: cover;
	/* background-position: bottom; */
}

.sub-page-open {
	padding: 5rem 0;
	border-bottom: 3px solid var(--accent-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 h1 {
	line-height: 1.1;
	padding: 3rem 0.5rem;
	position: relative;
}

.sub-page-open h1::after {
	content: "";
	position: absolute;
	bottom: 1.2rem;
	border-bottom: 4px dotted var(--secondary-color);
	width: 30%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sub-page-open .rf-block:first-of-type {
	min-height: 40rem;
}

.sub-page-open .rf2 {
	gap: initial;
}

.sub-page-content {
	border-bottom: 3px solid var(--accent-color);
}

.sub-page-content h2 {
	position: relative;
}

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

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

.rf-aside {
	-webkit-border-radius: 4rem;
	border-radius: 4rem;
	-webkit-box-shadow: 4px 4px 4px 0 #bbb;
	box-shadow: 4px 4px 4px 0 #bbb;
	position: relative;
	background-color: var(--primary-color);
}

.rf-aside .aside-link {
	margin-bottom: 1rem;
}

.rf-aside .aside-link i {
	color: var(--bulk-black);
}

.rf-aside .aside-link a {
	font-weight: bold;
	font-size: 2rem;
}

.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(--accent-color);
	width: 30%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rf-aside .owl-graphic {
	text-align: right;
	margin-top: 4rem;
}

.rf-aside .owl-graphic img {
	width: 50%;
}

#quadbox {
	background-image: url(https://dev.fiproots.com/wp-content/uploads/2024/05/web-development.jpg); 
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	color: white;
	font-weight: bold;
	/* border-top: 3px solid var(--accent-color);
	border-bottom: 3px solid var(--accent-color); */
}

@media (max-width: 620px) {
	#quadbox {
		background-position: -500px;
	}
}

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

#quadbox h2::after {
	width: 12rem;
	content: "";
	bottom: -1.2rem;
	border-bottom: 6px dotted var(--accent-color);
	position: absolute;
	left: 50%;
	margin-left: -6rem;
}

#quadbox h3 {
	text-align: center;
	position: relative;
	text-transform: uppercase;
}

#quadbox h3::after {
	content: "";
	position: absolute;
	border-bottom: 6px dotted var(--accent-color);
	width: 6rem;
	left: 50%;
	margin-left: -3rem;
	bottom: -0.6rem;
}

#quadbox .rf2 {
	gap: 5rem;
}

#quadbox::after {
	content: "";
	background-color: var(--primary-color);
	opacity: 0.8;
	inset: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
}

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

#quadbox .rf-card {
	padding: 4rem;
	text-align: center;
}

.why-choose {
	background-color: var(--secondary-color);
	color: white;
	text-align: center;
	padding-bottom: 10rem;
}

.why-choose .rf-wide {
	width: 99%;
	margin-left: 0.5%;
}

.why-choose h2 {
	position: relative;
}

.why-choose h3 {
	font-family: "Kanit", sans-serif;
	position: relative;
	font-size: 2.5rem;
}

.why-choose h2::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 12rem; 
	bottom: -1.2rem;
	border-bottom: 6px dotted var(--primary-color);
}

.why-choose .rf-card {
	text-align: center;
	/* font-weight: bold; */
}

.why-choose i {
	font-size: 6rem;
	display: block;
	margin: auto;
	color: var(--secondary-color);
	padding: 2rem 0;
}

#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: -1rem;
	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;
}

.bio-pic {
	min-height: 40rem;
	background-size: cover;
	background-position: center;
	position: relative;
}

.bio-pic .rf-card-title {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	color: white;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 1rem;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: right;
	line-height: 1;
}

.bio-pic .rf-card-title span {
	font-size: 1.4rem;
}

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

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

#fiftyfifty {
	padding: 0;
	/* margin-top: -3rem; */
	/* margin-bottom: -3rem; */
	position: relative;
	z-index: 4;
}

#fiftyfifty .rf-block:first-of-type {
	height: 100%;
	background-image: url(https://dev.fiproots.com/wp-content/uploads/2024/05/web-development.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 620px) {
	#fiftyfifty .rf-block:first-of-type {
		height: 30rem;
	}
}

#fiftyfifty .rf-block:not(:first-of-type) {
	padding: 4rem 0rem;
}

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

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

#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/2024/06/contact-image.jpg);
	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;
}

footer {
	background-color: var(--secondary-color);
	background-color: white;
	/* border-top: 3px solid var(--accent-color); */
	border-bottom: 3px solid var(--accent-color);
	color: var(--bulk-black);
}

footer .white-links i {
	color: var(--primary-color);
}

footer h3 {
	font-family: "Kanit", sans-serif;
	line-height: 1;
	position: relative;
}

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: var(--bulk-black);
}

footer .left-line {
	position: relative;
}

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

footer .left-line::before {
	position: absolute;
	border-left: 1px solid var(--primary-color);
	content: "";
	height: 70%;
	top: 15%;
	left: -3rem;
}

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


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;
}

.blue-bolds {
	font-weight: bold;
	color: var(--secondary-color);
}

.smoked-pane {
	background-color: rgba(0, 0, 0, 0.85);
	padding: 2rem;
}