/*!
Theme Name: Serfas Farms
Theme URI: http://underscores.me/
Author: Cole\'s Ag Communications
Author URI: https://www.colesag.com
Description: A custom designed WordPress theme for Canadian Federation of Agriculture by Cole’s Ag Communications
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: serfas-farms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Serfas Farms is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
    margin: 0 0 60px 0;	
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p,
.page-template-default #page ul li,
.page-template-default #page ul li a,
.page-template-default #page ol li,
.page-template-default #page ol li a {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;	
	font-size: 20px;
	line-height: 24px;	
	color: #333;	
}

.site-main.interior.content-area .module-text .tb_text_wrap p:first-child {
	margin-top:0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #778d4e;
	outline: none;	
	text-decoration:none;
}

a:visited {
	/*color: #800080;*/
}

a:hover,
a:focus,
a:active {
	color: #d4cd70;
	outline: none;	
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	opacity:0;
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;		
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	opacity:1;	
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*** SERFAS FARMS CUSTOM CSS STYLING ***/

/** FONTS **/

/* headers and nav links */

/*
font-family: "balboa", sans-serif;
font-weight: 300;
font-style: normal;

font-family: "balboa", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "balboa", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "balboa-extra-condensed", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "balboa-condensed", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "bely", serif;
font-weight: 400;
font-style: normal;

font-family: "bely", serif;
font-weight: 400;
font-style: italic;

font-family: "bely", serif;
font-weight: 700;
font-style: normal;

font-family: "bely", serif;
font-weight: 700;
font-style: italic;

// <weight>: Use a value from 400 to 800
// <uniquifier>: Use a unique and descriptive class name

/* body text */
/*
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
*/
}

/** THEMIFY OVERRIDES **/

.ui.builder_button {
	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}


*:not(.sub-menu):not(.accordion-content):not(.accordion-icon):not(.accordion-active-icon):not(.accordion-title a):not(.module-accordion):not(.tf_fa.tf-fas-minus):not(.tf_fa.tf-fas-plus):not(.tb_text_wrap):not(.toggle-expand):not(.builder-accordion-active):not(.tf_fa):not(.builder-accordion-active):not(.gs_logo_container):not(.gs-filter-single-item):not(.select2-container):not(h1):not(.module-fancy-heading):not(.fancy-heading):not(.main-head):not(.modal-window):not(.modal-window__wrapper):not(.modal-window__content):not(.trust-contact-btn .module-buttons-item a):not(#home-contact-container .home-contact-box):not(.Video-PopUp-Content):not(.YouTubePopUp-Wrap):not(#resources-faqs .toggle-expand ul li .accordion-title a):not(.hero-nav a):not(.hero-nav .closed a span):not(#wpfront-notification-bar-table tbody tr td):not(#wpfront-notification-bar-table):not(#wpfront-notification-bar-table tbody):not(#wpfront-notification-bar-table tbody tr):not(#is-popup-wrapper):not(.themify_builder_slider_vertical):not(.tf_swiper-wrapper):not(.tf_swiper-container):not(.module_gallery):not(.themify_builder_slider_vertical):not(.tf_swiper-slide):not(.tf_swiper-thumbs .tf_swiper-wrapper) {
	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

/** GLOBAL STYLING **/

/* site header */

#masthead.site-header {
	height:120px;
	position: absolute;
	top:0;
	left:0;
    display: block;
    width: 100%;
    max-width: 100%;	
    z-index: 1;
}

/* site logo & title */

.site-header .site-branding {
	position:absolute;
	top:0;
	left:0;	
	padding:10px 0 0 60px;
}

.site-header .site-branding a {
	display:block;
/*	padding:0;
	margin:0;
	display:flex;
    align-items: center;
    justify-content: center;
	height:inherit;	*/
	
}
.site-header .site-branding a img {	
	/*width:425px;
	height:273px;*/
	width:350px;
	height:225px;
	background:url('/wp-content/uploads/2026/02/serfas-farms-logo_425.png')no-repeat;
	background-size:100% auto;
	background-position:center center;
}


.site-header .site-branding .site-title {
	display:none;
}


/* primary menu */

#masthead .main-navigation {
	/*background:#efefef;*/
	height:inherit;
	display:block;
}

#masthead #site-navigation .menu-primary-container {
	height:inherit;
	display:flex;
	justify-content: end;
}

#masthead #site-navigation.main-navigation .menu-primary-container > ul {
	height:inherit;
	width:fit-content;
	padding:0 30px 0 15px;
}

#masthead #site-navigation.main-navigation .menu-primary-container > ul:hover {
	/*background:rgba(255,255,255, 0.7);*/
}

#masthead #site-navigation.main-navigation .menu-primary-container > ul:hover li a {
	/*color:red;*/
}

#masthead #site-navigation.main-navigation .menu-primary-container ul li {
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: wrap;	
	height:inherit; 
	padding:0;
}

#masthead #site-navigation.main-navigation.scroll .menu-primary-container ul > li {
	border-bottom:2px solid #778d4e;
    padding: 0;	
}

#masthead #site-navigation.main-navigation .menu-primary-container ul li:hover {
	/*background:rgba(255,255,255,1);	*/
	/*background:rgba(255,247,147,0.50);*/
	background:rgba(255,253,229,1);
	/*border-radius: 0 0 6px 6px;	*/
}

#masthead #site-navigation.main-navigation.scroll .menu-primary-container ul li:hover {
	background:rgba(255,251,201,1);
	border-bottom:2px solid #778d4e;
}

#masthead #site-navigation.main-navigation .menu-primary-container ul li.menu-item-has-children:hover {
	border-radius: 0;
}


#masthead #site-navigation.main-navigation .menu-primary-container ul li.social-btn:hover {
	background:none;	
}



#masthead #site-navigation.main-navigation .menu-primary-container ul li:hover > a {
	/*color:#778d4e;	*/
}



#masthead #site-navigation.main-navigation .menu-primary-container ul li:first-child,
#masthead #site-navigation.main-navigation .menu-primary-container ul li:first-child:hover {
/*	border-radius:0 0 0 8px;*/
}

#masthead #site-navigation.main-navigation .menu-primary-container ul li a:hover,
#masthead #site-navigation.main-navigation .menu-primary-container ul li:first-child:hover a {
	/*color:#73bf44;*/ /* green */
}

#masthead #site-navigation .menu-primary-container ul li:hover > a {
	/* color:#333; */
	/*color: #73bf44;*/	
}
	
#masthead #site-navigation.main-navigation .menu-primary-container ul li a {
	font-family: "balboa", sans-serif;
	font-size:18px;
	padding:0 24px;
	color:#254427;
	text-transform:capitalize;
	align-content:center; 
    letter-spacing: 0.03em;	
}


#masthead #site-navigation.main-navigation .menu-primary-container ul li:first-child a {
	/*padding:0 30px 0 0;*/
}

/* social media buttons */

#masthead #site-navigation.main-navigation .menu-primary-container ul li.social-btn a {
	padding:0 15px;	
}

/* start primary sub menu */

#masthead #site-navigation.main-navigation .menu-primary-container ul li > .sub-menu {
	/*background:rgba(255,255,255,0.95);*/
	/*background:rgba(255,247,147,1);*/
	background:rgba(255,253,229,1);
	/*background: #FFFFFF;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 70%, rgba(255, 251, 201, 1) 100%);*/
	width:200px;
	display:flex;
	flex-direction:column;
	width:100%;
	padding:10px 0;
	width:250px;
	border-radius:0 0 6px 6px;
	box-shadow:2px 24px 20px rgba(51,51,51,0.3);
	/*opacity:1;*/
}

#masthead #site-navigation.main-navigation .menu-primary-container ul li .sub-menu li {
	width:100%;
	height:auto;
	border-bottom:0px;
	padding:0;
}

#masthead #site-navigation.main-navigation .menu-primary-container ul li .sub-menu li:hover {
	background:#efefef;	
	border-radius:0; 
    border-bottom: 0;	
}	

#masthead #site-navigation.main-navigation .menu-primary-container ul li .sub-menu li a {
	font-size:17px;
	line-height:17px;
	display:block;
	padding:10px 20px;
	/*color:#254427;*/
	color:#722d0b;
	width:100%; 
	letter-spacing:0.03em;
}

#masthead #site-navigation.main-navigation .menu-primary-container ul li .sub-menu li a:hover {
	color:#fff; 
	/*background:#778d4e; */
	background:rgba(119,141,78,0.85);
}


#menu-item-17 .sub-menu {
	/*left:-133px;
	box-shadow:none;*/
}

#menu-item-17 .sub-menu li {
	/*margin-left:133px;*/	
}
/* end primary sub menu */


/* scroll states for masthead */

#masthead.site-header.scroll {
	position:fixed;
	background-color:rgba(255,255,255,1);
	height:80px;
	border-bottom:2px solid #778d4e;
	box-shadow:1px 14px 20px rgba(21,21,21,0.2);
	z-index:2;
}

#masthead.site-header.scroll .site-branding {
	padding:0;
	width:109px;
	height:70px;
	margin:4px 0 0 30px;
}

#masthead.site-header.scroll .site-branding a img {
	background:url('/wp-content/uploads/2026/02/serfas-farms-logo_425.png')no-repeat;
	background-size:100% auto;
	background-position:center center;
	width:109px;
	height:70px;	
}

#masthead #site-navigation.main-navigation.scroll .menu-primary-container > ul {
/*	height:80px;*/
}

#masthead #site-navigation.main-navigation.scroll .menu-primary-container > ul li:hover {
/*	background-color:#efefef;*/
}

#masthead #site-navigation.main-navigation.scroll .menu-primary-container > ul li a {
/*	color:#333;	*/
}

#masthead #site-navigation.main-navigation.scroll .menu-primary-container ul li > .sub-menu {
/*	background-color:#efefef;*/
}

#masthead #site-navigation.main-navigation.scroll .menu-primary-container ul li a {
/*	font-size:14px;*/
}


#masthead #site-navigation.main-navigation.scroll .menu-primary-container ul li .sub-menu li a {
	/*font-size:13px;*/
}

/* fade in after scroll */

#masthead.site-header.fade-in {
	display:initial !important;
	animation-name: mastheadfadeIn;
	animation-duration: .50s; /* How long the animation takes to complete */
	animation-timing-function: ease-in; /* The speed curve of the animation */
	animation-fill-mode: forwards; /* Ensures the final state (opacity: 1) persists after the animation ends */
	}	

/* 1. Define the keyframe animation */
@keyframes mastheadfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.site-main article .entry-content {
	margin:0;
}

/* row_inners */

.page-template-default {}

#page .row_inner,
#colophon #pre-footer,
#home-body-container .row_inner > .module_column {
	width: min(1360px, 90%);
}

.page-template-default .module_column {
	/*display:block;*/
}

/* buttons */

#home-hero-container .serfas-farms-video,
.page-template-default .module.module-buttons {
	margin:20px 4px;
}
.page-template-default .module-buttons .module-buttons-item {}

#home-hero-container .serfas-farms-video .tb_text_wrap a,
.page-template-default .module-buttons .module-buttons-item a {
	background:#778d4e;
	color:#fff !important;
	font-family: "balboa", sans-serif;
	letter-spacing:0.02em;
	font-size:18px;
	line-height: 22px;
	font-weight:400;
	border:2px solid #778d4e;
	border-radius:4px;
}

#home-hero-container .serfas-farms-video .tb_text_wrap a:hover,
.module-buttons .module-buttons-item a:hover {
	color:#778d4e !important;
	background:#fff;
	border:2px solid #778d4e;	
}

#page .module-divider {
	border:2px solid #cdcdcd;
	margin:36px 0;
	border-color:#cdcdcd !important;
	border-width:2px !important;
}

#page .module-title {
	margin:20px 30px 20px 0px;
    justify-content: center;
    display: flex;
    color: #254427;
    font-family: "balboa", sans-serif;
    letter-spacing: 0.02em;
    font-size: 34px;
    line-height: 38px;
    font-weight: 400;	
}

#page .site-main.interior.content-area .module-title {
	justify-content: start;
	margin-left:0;
	margin-top:0;
}



/** HOMEPAGE STYLING **/

#home-hero-container {
	/*background:url('/wp-content/uploads/2026/02/hero-bg_min.jpg')no-repeat;
	background-size:100% auto;
	background-position:center bottom;
	background-attachment:fixed;*/
	height:750px;
	display:flex;
	align-content:center;
}

#home-hero-container::before {
	background: #FFFFFF;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 10%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.95) 70%);
	/*background: linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(0, 0, 0, 0) 75%);*/	
	height:310px;
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:100%;		
	z-index:1;
}


#home-hero-container::after {
	content:'';
	background:url('/wp-content/uploads/2026/02/page-rip_full.png')no-repeat;
	background-size:100% auto;
	background-position:center bottom;
	position:absolute;
	bottom:-1px;
	left:0;
	width:100%;
	max-width:100%;		
	height:125px;
}

#home-hero-container .module-fancy-heading {
	width:45%;
}

#home-hero-container .module-fancy-heading .fancy-heading {
	margin:40px 0 0 0;
}

.page-template-default #page #home-hero-container .module-fancy-heading .fancy-heading .main-head {
	color:#fff;
	font-family: "balboa", sans-serif;
	letter-spacing:0.02em;
	font-size:68px;
	line-height: 72px;
	font-weight:400;	
	text-shadow:3px 3px 12px rgba(20,20,20, 0.9);	
}

#home-hero-container .module-fancy-heading .fancy-heading .sub-head {}

.site-main.interior.content-area article,
#home-body-container {
	background:url('/wp-content/uploads/2026/03/sf-leafs-isolated-bg_15.jpg')no-repeat;
	background-position:right center;
	background-attachment:fixed;
	margin:40px 0 0 0;	
}

.site-main.content-area article::before,
#home-body-container::before {
	content:'';
	background:url('/wp-content/uploads/2026/03/sf-leafs-isolated_min.png')no-repeat;
	background-size:auto 250px;
	background-position:center  center;
	height:250px;
	width:100%;
	position:absolute;
	top:-270px;
}

#home-body-container .row_inner {
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 90%);
	width:100%;

}

.site-main.interior.content-area article::after {
	content:'';
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 90%);
	width:100%;
	position:absolute;
	top:0;
	z-index:0;
	height:100%;
}

.site-main.interior.content-area article .entry-header,
.site-main.interior.content-area article .entry-content,
.site-main.interior.content-area article .entry-footer {
    z-index: 1;
    position: relative;
}	

#home-body-container .row_inner > .module_column {
	margin:0 auto;
}


.home-intro-container {}

.home-intro-container .module_column .module-image.sf-leaves {}

.home-intro-container .module_column .module-image.sf-leaves .image-wrap {}

.home-intro-container .module_column .module-image.sf-leaves .image-wrap img {
	border:1px solid red;
}

#primary .home-intro-container .module_column .module-text .module-title {
	margin-top:0;
}

#primary .home-intro-container .module_column .module-text.tb_2wi2776 .tb_text_wrap p {
    font-size: 22px;
    line-height: 28px;
	color:#333;
}

.home-intro-container .module_column .module.module-buttons {
	margin:0 auto;
}

.site-main.content-area article .entry-header span {
	width:100%;
	display:flex;
	justify-content:center;
	font-family: "balboa", sans-serif;
	letter-spacing:0.02em;
	font-size:22px;
	line-height: 26px;
	color:#bcbcbc;
}

.site-main.content-area article .entry-header .entry-title,
.home-intro-container .module_column .module-text .module-title {
    justify-content: center;
    display: flex;	
	color: #254427;
	font-family: "balboa", sans-serif;
	letter-spacing:0.02em;
	font-size:44px;
	line-height: 48px;
	font-weight:400;
	margin:0 30px 30px 30px;
}

.home-services-container {
	margin:80px 0;
}

.home-services-container .module_column {
	display:block;
	text-align:center;
}

.home-services-container .module_column .module.module-text {
	text-align:left;

}

#home-careers-container .row_inner .module_column .module-tex .tb_text_wrap p,
.home-services-container .module_column .module.module-text .tb_text_wrap p {
    font-size: 20px;
    line-height: 26px;
	color:#333;
} 

.home-services-container .module_column .module.module-buttons {
	/*margin:0 10px;*/
	display:inline-block;
	
}

.home-services-container .module_column .module-text .module-title,
#home-careers-container .module_column .module-text .module-title {
	margin:30px;
    justify-content: center;
    display: flex;
    color: #254427;
    font-family: "balboa", sans-serif;
    letter-spacing: 0.02em;
    font-size: 42px;
    line-height: 46px;
    font-weight: 400;	
}

#home-careers-container .module_column .module.module-buttons {
	margin:10px auto;
}


#home-stats-container {
	/*background:url('https://serfasfarmsdev.wpenginepowered.com/wp-content/uploads/2026/03/home-stats-bg_v2_min.jpg')no-repeat;*/
	/*background-size: contain;*/
	height:700px;
}


#home-stats-container .row_inner {
	height:inherit;
}

#home-stats-container::before {
	content:'';
	background:url('/wp-content/uploads/2026/03/page-rip-bottom_full.png')no-repeat;
	background-size:100% auto;
	background-position:center top;
	position:absolute;
	top:-2px;
	left:0;
	width:100%;
	max-width:100%;		
	height:122px;	
	z-index:1;
}

#home-stats-container::after {
	content:'';
	background:url('/wp-content/uploads/2026/03/page-rip-top_full.png')no-repeat;
	background-size:100% auto;
	background-position:center bottom;
	position:absolute;
	bottom:-2px;
	left:0;
	width:100%;
	max-width:100%;		
	height:122px;	
	z-index:1;
}

#home-stats-container .row_inner {
	display:flex;
	align-content:center;
}

#home-stats-container .row_inner .module_column {
	width:100%;
	max-width:100%;
}


#home-stats-container .row_inner .module_column .module_subrow {
}

#home-stats-container .row_inner .module_column .module_subrow .module_column {
	display:flex;
	justify-content:center;
	flex-direction:column;
}

#home-stats-container .row_inner .module_column .module_subrow .module_column .module-fancy-heading,
#home-stats-container .row_inner .module_column .module_subrow .module_column .module-text {
	width:fit-content;
	margin:0 auto;
}


#home-stats-container .row_inner .module_column .module_subrow .module_column .module-fancy-heading {}
#primary #home-stats-container .row_inner .module_column .module_subrow .module_column .module-fancy-heading .fancy-heading {
	font-family: "balboa", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;	
}

#primary #home-stats-container .row_inner .module_column .module_subrow .module_column .module-fancy-heading .fancy-heading .main-head {
	color:#fff793;
	font-size: 64px;
	line-height: 68px;	
}

#primary #home-stats-container .row_inner .module_column .module_subrow .module_column .module-fancy-heading .fancy-heading .sub-head {
	color:#fff;
	font-size: 24px;
	line-height: 28px;	
    font-weight: 300;
	padding:8px 0 0 0;
	margin:0 auto;
}


#home-careers-container {}

#home-careers-container .row_inner .module_column .module-tex .tb_text_wrap p {}



/** INTERIOR PAGE STYLING  **/


.site-main.content-area #page-header {
	height:540px;
	position:relative;
	background-size: auto;
    background-position: center top;	
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.site-main.content-area #page-header::before {
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%);
	height:160px;
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:100%;		
}

.site-main.content-area #page-header::after {
    content: '';
    background: url(/wp-content/uploads/2026/02/page-rip_full.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 125px;
}

.site-main.content-area article {
	position:relative;
}

/* content formatting */

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-container .tf_swiper-slide .slide-content .slide-title,
.page-template-default #page #primary  .module-fancy-heading,
.page-template-default #page #primary h4,
.page-template-default #page #primary h5 {
		font-family: "balboa", sans-serif;
		letter-spacing: 0.02em;
	}

.page-template-default #page #primary  .module-fancy-heading .main-head,
.page-template-default #page #primary  .module-fancy-heading .sub-head,
.page-template-default #page #primary h4,
.page-template-default #page #primary h5 {
		font-weight: 400;	
}

.page-template-default #page #primary  .module-fancy-heading .sub-head {
    padding-top: 4px;
}
.page-template-default #page #primary  .module-fancy-heading .sub-head::before {
	border-top:0px;
	padding:0;
	display:none;
}

/** H1 **/

.page-template-default #page #primary  .module-fancy-heading h1 .main-head {
	color: #254427;	
    font-size: 48px;
    line-height: 52px;	
}

.page-template-default #page #primary  .module-fancy-heading h1 .sub-head {
	color:#ababab;
	font-size: 36px;
    line-height: 40px;	
}

/** H2 **/
blockquote h2,
.page-template-default #page #primary  .module-fancy-heading h2 .main-head {
	color: #778d4e;	
    font-size: 42px;
    line-height: 46px;	
}

.page-template-default #page #primary  .module-fancy-heading h2 .sub-head {
	color:#ababab;
	font-size: 28px;
    line-height: 32px;	
    width: 75%;
    margin:0;	
}

/** H3 **/

blockquote h3,
.page-template-default #page #primary  .module-fancy-heading h3 .main-head {
	/*color:#c6bc3f;	*/
	color:#254427;	
    font-size: 32px;
    line-height: 36px;	
}

.page-template-default #page #primary  .module-fancy-heading h3 .sub-head {
	color:#ababab;
	font-size: 24px;
    line-height: 28px;	
}

/** H4 **/

.page-template-default #page #primary h4 {
	color: #778d4e;	
    font-size: 24px;
    line-height: 28px;	
	margin:18px 0;
}


/** H5 **/

.page-template-default #page #primary h5 {
	color: #000;	
    font-size: 20px;
    line-height: 24px;	
	margin:18px 0;	
}


/* text  */

.page-template-default #page .large-text .tb_text_wrap p {
	font-size:24px;
	line-height:28px;
	font-weight:600;
	color:#707070;
	margin:0;
}


/* blockquote */

blockquote {
	background: #bed98d;
	margin:30px 0 0 0;
	padding:30px;
	border-radius: 8px;
}

blockquote h2,
blockquote h3 {
	margin-top:0;
    font-family: "balboa", sans-serif;
    font-weight:400;	
}

blockquote h2 {
	color:#254427;	
}
blockquote h3 {
	color:#778d4e;	
}


blockquote a,
blockquote p a,
.page-template-default #page ul li a,
.page-template-default #page ol li a {
	color:#254427;	
}


blockquote a:hover,
blockquote p a:hover {
	color:#fff793;	
	
}

.page-template-default #page ul li a:hover,
.page-template-default #page ol li a:hover {
	color:#778d4e;	
}


/* bulleted Lists */

.page-template-default #page ul {}
.page-template-default #page ul li {
	padding:0 0 24px 0;
	}


.page-template-default #page .site-main.interior.content-area .module-text ul,
.page-template-default #page .site-main.interior.content-area .module-text ol {
	margin:0 0 30px 0;
}

.page-template-default #page .site-main.interior.content-area .module-text ol {
	padding:0;
}

.page-template-default #page .site-main.interior.content-area .module-text ul li {
	position:relative;
	list-style:none;
}

.page-template-default #page .site-main.interior.content-area .module-text ul li::before {
	content:'';
	/*font-family: 'FontAwesome';*/
	background:url('/wp-content/uploads/2026/03/sf-blt-icon.png');
	background-size:28px auto;
	display:block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;		
	font-size:18px;
	color:#81c556;
	position:absolute;
	left:-44px;
	top:0px;
    width:28px;
    height:28px;
    align-content: center;	
}

.page-template-default #page .site-main.interior.content-area .module-image,
.page-template-default #page .site-main.interior.content-area .module-image .image-wrap,
.page-template-default #page .site-main.interior.content-area .module-image .image-wrap img {
	border-radius:8px;
}

/* unordered lists */

.page-template-default #page .site-main.interior.content-area .module-text ol {
	list-style:none;
}

.page-template-default #page .site-main.interior.content-area .module-text ol li {
	margin:0 0 30px 0;
	line-height:22px;
	position:relative;
	padding:3px 0 0 40px;
	counter-increment: item;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
	font-family: "EB Garamond", serif;
    color: #000;	
}

.page-template-default #page .site-main.interior.content-area .module-text ol li a  {
	color:#81c556;
}

.page-template-default #page .site-main.interior.content-area .module-text ol li a:hover {
	color:#f37021;	
}

.page-template-default #page .entry-content ol li::before  {
    content: counter(item);
    counter-increment: standard-counter;
    position: absolute;
    left: -5px;
    top: 2px;
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 4px 0 0 1px;
	font-family: 'balboa', sans-serif;	
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #81c556;
}



/* accordions */

/** ACCORDIONS **/

.module-accordion {
	margin-bottom:40px;
	margin-top:30px;
}

.module-accordion.tb_default_color .accordion-title, .module-accordion.tb_default_color .accordion-title:hover {
background-color:#efefef;
}

.ui.module-accordion li:hover .accordion-title {
	/*background:#efefef;*/
}

.ui>li.current, .ui>li.current:hover {
	background:initial;
	box-shadow:none;
}

#page .toggle-expand,
#page .toggle-expand ul {
	background:none;
	background-color:none;
	border:0px;
}

#page .toggle-expand ul li:first-child {
    border-top-left-radius:8px;
    border-top-right-radius:8px;		
	margin-top:0;
}

.page-template-default #page .toggle-expand ul li:last-child {
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;		
}

#page .toggle-expand ul li {
    z-index: 1;
    border-radius: 12px;
    margin: 30px 0;
    border: none;
    background: #efefef;
	padding:0;
}	

#page .toggle-expand ul li .accordion-title {
    border-bottom: none;
    padding: 9px 18px;
    font-weight: 500;
}

#page .toggle-expand ul li .accordion-title a {
    font-family: 'Balboa';
	font-weight:400;
    font-size: 24px;
	line-height:30px;
    text-transform:none;
    padding: 16px 80px 16px 16px !important;
	display: flex;
    flex-direction: column;	
}

#page .toggle-expand ul li .accordion-title a, 
#page .toggle-expand ul li .accordion-title a:active, 
#page .toggle-expand ul li .accordion-title a:focus {
   outline: none;
}


#page .toggle-expand ul li.current {
	background:rgba(255,247,147,0.7);
	border-radius:12px;	
}

#page .toggle-expand ul li.current .accordion-title {
	background:rgba(255,247,147,0.7);
	border-radius:12px;
}

.toggle-expand ul li.current .accordion-title a {
    font-family: 'balboa', sans-serif;
	/*color: #778d4e !important;*/
	color:#000 !important;
    font-size: 22px;	
}

.toggle-expand ul li.builder-accordion-active .accordion-title {
	background:rgba(255,247,147,0.7); 
}


.toggle-expand ul li .accordion-title a span.objective {
	font-size:20px;
	font-weight:800;
	color:#57b7e7;
	display: block;
    padding: 0 0 8px 0;
}

.toggle-expand ul li.builder-accordion-active a span.objective {
	color:#57b7e7;
}

.toggle-expand ul li .accordion-title a .accordion-icon, .toggle-expand ul li .accordion-title a .accordion-active-icon {
    position: absolute;
    right: 18px;
	font-size:26px;
}

.toggle-expand ul li .accordion-title a .accordion-icon {}

.toggle-expand ul li .accordion-title a .accordion-active-icon {	
}

#page .toggle-expand ul li .accordion-content {
    box-shadow: none !important;
    padding: 0px 40px 40px 40px; 
	background:rgba(255,247,147,0.7);
	border-radius:0 0 12px 12px;
}

#page .toggle-expand ul li .accordion-content .module_subrow  {
	margin:0;
}

#page .toggle-expand ul li .accordion-content .module_subrow ul li {
	background:none;
	/*margin:8px 0;*/
}

#page .toggle-expand ul li .accordion-content .module_subrow ul li::before {
/*    content: '\f192';
    font-family: 'FontAwesome';
    display: block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #81c556;
    position: absolute;
    left: 0;
    top: 0px;
    width: initial;
    height: initial;
    align-content: center; */
}

#page .toggle-expand ul li .accordion-content .module_subrow ul li a {
	display:block;
	}

.accordion-content p {
    font-size: 18px;
	line-height:24px;
    font-weight: 500;
}

#page .toggle-expand ul li .accordion-content p:last-child {
	margin:0;
	}

.toggle-expand .accordion-content p a {
	color:#57b7e7;
	font-weight:600;
}

.toggle-expand .accordion-content p a:hover {
	color:#c4d932;
	}

#page .toggle-expand ul li .accordion-content .module-text {
	margin-bottom:20px;
}

#page .toggle-expand ul li .accordion-content .module-title {
	justify-content:start;
	margin:0 0 8px 0;
	font-size:22px;
	color: #778d4e;
}

.accordion-content ol {}

.accordion-content ol li {
 	padding: 16px 65px;
	font-weight: 400;
	line-height:24px;
	border-bottom:1px solid rgba(0, 0, 0, 0.15);
	border-radius:0;
}

.accordion-content ol li::before { 
	top:24%;
}

.accordion-content ol li.long::before { 
	top:5%;
}

#toggle-list .sub-list li {
	border-radius:0;
	padding:16px 20px 16px 40px;
	margin: 6px 0 !important;
}

#content .toggle-expand ul li .item-list {
	margin-top:0;
}


/** TABLES **/

.data-table {
    position: relative;
    width: 100% !important;
    margin: 0 0 40px 0;
    background: #fff;
    border-spacing: 0;
    border: none;
    border-left: 1px solid #d9d9d9;
}

.data-table thead tr th {
	font-family: "balboa", sans-serif;
	font-weight:400;
    color: #fff;
    padding: 16px;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: normal;
    background: #778d4e;
	text-align: left;
	vertical-align: middle;
}

.data-table thead tr th.sub-th {
	background:#8fcae8;
	}

.data-table tbody tr td {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 18px;
    padding: 16px;	
    line-height: 20px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    vertical-align: middle;
	color:#000;
}

.data-table tbody tr td.row-label {
	background:#d2d2d2 !important;
	text-align:center;
	font-weight:500;
	}

.data-table tbody tr:nth-child(even) td {
    background: #f2f2f2;
}

/** TABS **/

#page .site-main.interior.content-area .module-tab {
	margin-top:30px;
}

#page .site-main.interior.content-area .module-tab .tab-nav  {
	padding:0;
}

#page .site-main.interior.content-area .module-tab .tab-nav li {
	background:#efefef;
	border-bottom:1px solid #cdcdcd;
	bottom: 1px;
	border-radius: 8px 8px 0 0;
	padding:0;
}

#page .site-main.interior.content-area .module-tab .tab-nav li.current  {
	background:#f2f0e9;
	border-top:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom:0px;
	bottom: 0px;	
}

#page .site-main.interior.content-area .module-tab .tab-nav li a {
	font-family: "balboa", sans-serif;
	font-weight:400;
    color: #254427;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 22px;
}

#page .site-main.interior.content-area .module-tab .tab-nav li.current a {
	color:#778d4e;
	outline: none;
}

#page .site-main.interior.content-area .module-tab .tab-nav li.current a:hover {}

#page .site-main.interior.content-area .module-tab .tab-content {
	background:#f2f0e9;
	border:1px solid #cdcdcd;
	border-radius: 0px 8px 8px 8px;
}

#page .site-main.interior.content-area .module-tab .tab-content .module_subrow .module_column {
	padding-right:0;
}

#page .site-main.interior.content-area .module-tab .tab-content .module-text {

}




/** SITE FOOTER **/


#colophon {
	background: #fff url('/wp-content/uploads/2026/03/sf-footer-bg.jpg') no-repeat;	
    background-size: contain;
    background-position: center bottom 60px;	
    justify-content: center;
    display: flex;
    flex-direction: column;	
	position:relative;
}

#colophon #pre-footer {

	border-top:2px solid #cdcdcd;
	padding:30px 0 0 0;
	display:flex;
	flex-direction:row;
	margin:0 auto 40px auto;
	height: 350px;	
}

#colophon #pre-footer .branding {
	flex-basis:25%;
}

#colophon #pre-footer .branding img {
	width:175px;
	height:auto;
    position: relative;
    top: -10px;	
}

#colophon #pre-footer .branding p {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #575757;	
    margin: 0 0 0 14px;	
}
#colophon #pre-footer .branding p a {}
#colophon #pre-footer .branding p a:hover {}
#colophon #pre-footer .branding p strong {
	color:#254427;
    display: block;
    font-size: 24px;
    padding: 0 0 10px 0;
}
#colophon #pre-footer .branding p span {}

#colophon #pre-footer .menu {
	flex-basis:75%;	
    justify-content: end;
    align-items: start;
    align-content: start;
    display: flex;
	flex-wrap:wrap;
}

#colophon #pre-footer .menu  .menu-primary-container ul {	
	padding:0;
	margin: 14px 0 0 0;	
}
#colophon #pre-footer .menu  .menu-primary-container ul li {
	list-style:none;	
	padding:0 22px;
	position:relative;
}

#colophon #pre-footer .menu  .menu-primary-container ul li.social-btn {
	padding:0 8px;
}

#colophon #pre-footer .menu  .menu-primary-container ul li a,
#colophon #pre-footer .menu  .menu-primary-container ul li.current-menu-item a {
	text-decoration: none;
}


#colophon #pre-footer .menu  .menu-primary-container ul li a:hover,
#colophon #pre-footer .menu  .menu-primary-container ul li.current-menu-item a:hover,
#colophon #pre-footer .menu  .menu-primary-container ul .sub-menu li a:hover {
	color:#778d4e;
}

#colophon #pre-footer .menu  .menu-primary-container ul li.current_page_item {}

#colophon #pre-footer .menu  .menu-primary-container ul li a {
    font-family: "balboa", sans-serif;
    font-size: 17px;
    /*padding: 0 24px;*/
    color: #254427;
    text-transform: capitalize;
    align-content: center;
    letter-spacing: 0.02em;	
	}

#colophon #pre-footer .menu  .menu-primary-container ul li a:hover {
	color:#778d4e;	
}

#colophon #pre-footer .menu  .menu-primary-container ul .sub-menu {
	margin:0;
	position:absolute;
	top:32px;
}

#colophon #pre-footer .menu  .menu-primary-container ul .sub-menu li {
	padding:0;
	font-size: 14px;
    line-height: 14px;	
    padding: 0 0 9px 0;	
}

#colophon #pre-footer .menu  .menu-primary-container ul .sub-menu li a {
    font-family: "balboa", sans-serif;
    font-size: 14px;
	line-height:18px;
	font-weight:200;
    color: #808080;
    text-transform: capitalize;
    align-content: center;
    letter-spacing: 0.02em;		
	}




#colophon .site-info {
	background:#254427;
	display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	position:relative;
	bottom:0;
	width: 100%;
    max-width: 100%;
	height:70px;
	}

#colophon .site-info p {
	margin:0;
	color:#fff;
	font-family: "EB Garamond", serif;
    font-weight: 600;
	font-size:16px;	
	line-height:20px;	
}

#colophon .site-info .sep {
	margin:0 8px;
	color:#cdcdcd;
	font-family: "EB Garamond", serif;
    font-weight: 600;
	font-size:16px;	
	line-height:20px;	
}

#colophon .site-info .sep.last {

}

#colophon .site-info a {
	margin:0;
	color:#fff;
	font-family: "EB Garamond", serif;
    font-weight: 600;
	font-size:16px;	
	line-height:20px;
	text-decoration:none;
}

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

/** back to top override **/

.smooth-back-to-top-button,
.wp-singular .smooth-back-to-top-button {
	box-shadow:inset 0 0 0 0 !important;
	color:#fff !important;
	bottom:48px !important;
}

.smooth-back-to-top-button:hover,
.wp-singular .smooth-back-to-top-button:hover {
	background-color:#fff793 !important;
	
}

.smooth-back-to-top-button svg.progress-circle path,
.wp-singular .smooth-back-to-top-button svg.progress-circle path {
	stroke-width:0 !important;
}

/* MISC STYLING */

#page #job-form-container {

}

#page #job-form-container .tb_text_wrap {}
#page #job-form-container .tb_text_wrap .wpcf7 {}
#page #job-form-container .tb_text_wrap .wpcf7 .wpcf7-form {}

#page #job-form-container .tb_text_wrap .wpcf7 .wpcf7-form p {
	margin:24px 0;
}

#page #job-form-container .tb_text_wrap .wpcf7 .wpcf7-form p label span input {
	margin-top:6px;
	padding:6px;
	width:100%;
	max-width:100%;
}

#page #job-form-container .tb_text_wrap .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap .work-area  {
	margin-top:6px;
	display:block;
}

#page #job-form-container .tb_text_wrap .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .work-area .wpcf7-list-item  {
	display:block;	
}

#page #job-form-container .tb_text_wrap .wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap select,
#page #job-form-container .tb_text_wrap .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap select {
	width:94.5%;
	border-radius:4px;
	padding:8px;
	margin-top:6px;
}

#page .wpcf7 form.invalid .wpcf7-response-output, 
#page .wpcf7 form.unaccepted .wpcf7-response-output, 
#page .wpcf7 form.payment-required .wpcf7-response-output {
	background:#cc5252;
	color:#fff;
	border-color:#cc5252;
	border-radius:6px;
}

#page #job-form-container #wpforms-form-228 #wpforms-228-field_1, 
#page #job-form-container #wpforms-form-228 #wpforms-228-field_2 {
	width:100%;
	max-width:100%;
}

#page #job-form-container #wpforms-form-228 fieldset {}

#page #job-form-container #wpforms-form-228 fieldset legend {
}

#page #job-form-container #wpforms-form-228 fieldset ul li {
	padding:0;
	height:14px;
}

#page #job-form-container #wpforms-form-228 fieldset ul li label {
	font-size:18px;
}



/* INTERIOR PAGES */

.site-main.interior.content-area {
	padding-bottom:60px;
}

/* about us */

.about-sf-video-container {
    z-index: 0;
}

.about-sf-video-container,
.about-sf-video,
.about-sf-video video {
	border-radius:8px;
}

.page-template-default #page #primary .module-fancy-heading.tb_wzcq353 .fancy-heading {
	margin:0 auto 40px auto;
}


.page-template-default #page #primary .module-fancy-heading.tb_wzcq353 .fancy-heading .sub-head {
	margin:0 auto 40px auto;
}

/* work with us */

.sf-job-openings .module-fancy-heading .fancy-heading {
	margin-top:0;
	margin-bottom:0;
}


/* community support */

#primary #sf-sponsorship-orgs .tb_text_wrap ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

#primary #sf-sponsorship-orgs .tb_text_wrap ul li {
	font-weight: 700;
    font-size: 20px;
    padding: 0 0 24px 0;
	color:#254427;
}

/* animal safety page */


.page-template-default #page #primary .module-fancy-heading.tb_mhi2351 .fancy-heading,
.page-template-default #page #primary .module-fancy-heading.tb_99vf236 .fancy-heading,
.page-template-default #page #primary .module-fancy-heading.tb_930e966 .fancy-heading {
	margin-top:0;
}

.page-template-default #page #primary .module-fancy-heading.tb_32km918 {
	margin-bottom:20px;
}

.page-template-default #page #primary .module-fancy-heading.tb_32km918 .fancy-heading .sub-head {
	margin:0;
}

/* contact us */

.contact-form-container {
	background:#f3f1e2;
	padding:30px;
	border-radius:14px;
}

.contact-location-info-container {
}


.contact-location-info-container .module_column .module-text .tb_text_wrap p,
.contact-location-info-container .module_column .module-text .tb_text_wrap p a {
	font-size:18px;
	line-height:22px;
}
/* form */

#wpcf7-f156-p100-o1 {
}

#wpcf7-f156-p100-o1 .wpcf7-form {
	display:block;

}

#wpcf7-f156-p100-o1 .wpcf7-form p {
	padding:0;
	display:block;
	width:100%;
	max-width:100%;
	margin:0 0 30px 0;
}


#wpcf7-f156-p100-o1 .wpcf7-form p label span input,
#wpcf7-f156-p100-o1 .wpcf7-form p label span select,
#wpcf7-f156-p100-o1 .wpcf7-form p label span textarea  {
    font-size: 14px;
    padding: 8px 10px;
    color: #333;
    border-radius: 8px;
	width:100%;
	max-width:100%;
	margin: 6px 0 0 0;	
}

#wpcf7-f156-p100-o1 .wpcf7-form p:nth-child(3),
#wpcf7-f156-p100-o1 .wpcf7-form p:nth-child(4) {
	display:inline-block;	
	width:49%;
	max-width:49%;
}

#wpcf7-f156-p100-o1 .wpcf7-form p:nth-child(4) {
	float:right;
}

#wpcf7-f156-p100-o1 .wpcf7-form p:nth-child(6),
#wpcf7-f156-p100-o1 .wpcf7-form p:last-child {
	width:100%;
	max-width:100%;
}

#wpcf7-f156-p100-o1 .wpcf7-form p input[type="submit"]:hover {
	border:0px;
}


/* contact map */

.sf-contact-map,
.sf-contact-map .tb_text_wrap,
.sf-contact-map .tb_text_wrap iframe {
	border-radius:8px;
}

.sf-contact-map .tb_text_wrap iframe {
	height:600px;
}

.page-template-default #page .site-main.interior.content-area.in-the-media  .module-fancy-heading .fancy-heading {
	margin:0 0 20px 0;
}


/* serfas family photo gallery */


.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery {
	width: 100%;
    max-width: 100%;
    display: block;
    /*margin: 20px auto 0 auto;*/
	margin: 20px 0 0 auto;
    position: relative;
	border-radius:8px;
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-container {
	border-radius:8px;	
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-container .tf_swiper-slide .slide-content {
	padding:8px;
	background: rgba(0, 0, 0, .8);
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-container .tf_swiper-slide .slide-content .slide-title {
	font-weight:400;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;	
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .themify_builder_slider_vertical {}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .themify_builder_slider_vertical .tf_carousel_nav_wrap .carousel-prev,
.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .themify_builder_slider_vertical .tf_carousel_nav_wrap .carousel-next {
	width:36px;
	height:36px;
	background:#778d4e;
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .themify_builder_slider_vertical .tf_carousel_nav_wrap .carousel-next {
	right:12px;
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .themify_builder_slider_vertical .tf_carousel_nav_wrap .carousel-prev {
	left:12px;
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .themify_builder_slider_vertical .tf_carousel_nav_wrap .carousel-prev:hover,
.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .themify_builder_slider_vertical .tf_carousel_nav_wrap .carousel-next:hover {
	background:#c6bc3f;
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .themify_builder_slider_vertical .tf_carousel_nav_wrap .carousel-prev::before {
	top: -4px;
	left:-1px;
    position: relative;	
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .themify_builder_slider_vertical .tf_carousel_nav_wrap .carousel-next::before {
	top: -4px;
	right:-1px;
    position: relative;	
}  

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-thumbs {}


.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-thumbs .tf_swiper-wrapper {
	transform: translate3d(0, 0px, 0px) !important;
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-thumbs .tf_swiper-wrapper .tf_swiper-slide {
	width:fit-content !important;
	display:initial !important;
	width:6.25% !important;
	height:32px;
}
.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-thumbs .tf_swiper-wrapper .tf_swiper-slide .slide-inner-wrap,
.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-thumbs .tf_swiper-wrapper .tf_swiper-slide .slide-inner-wrap .slide-image,
.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-thumbs .tf_swiper-wrapper .tf_swiper-slide .slide-inner-wrap .slide-image img {
	height:32px;
}


.page-template-default #page #primary .site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-thumbs .tf_swiper-wrapper .tf_swiper-slide {
/*	width:fit-content !important;
	display:initial !important;
	width:16.66666666666667% !important; */
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-thumbs .tf_swiper-wrapper .tf_swiper-slide .slide-inner-wrap {
	width:fit-content;	
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-thumbs .tf_swiper-wrapper .tf_swiper-slide .slide-inner-wrap .slide-image {
	width:fit-content;
}

.site-main.interior.content-area.our-history-company-profile .about-sf-video-container .serfas-family-gallery .tf_swiper-thumbs .tf_swiper-wrapper .tf_swiper-slide .slide-inner-wrap .slide-image img {
	border-radius:0 !important;
}


/* Video Popup Button */

#home-hero-container .serfas-farms-video .tb_text_wrap a {
    padding: .625em 1.25em;	
}
	

#home-hero-container .serfas-farms-video .tb_text_wrap a i {
	margin:0 0 0 10px;
}

.vp-video, 
.vp-video iframe, 
.vp-video video {
	border-radius:12px !important;
}


.vp-video {
	width: 50% !important;
    height: auto !important;	
}