<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: RBIVA.com
Theme URI: https://www.rbiva.com
Version: 1.2
Description: Theme for Riddleberger Brothers, Inc
Author: Gravity Group
Author URI: https://www.gravitygroup.com
template: bb-theme
*/

/* Header */
.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink img {
	max-height: 80px !important;
}
.rbi-header-logo-scrolled,
.fl-theme-builder-header-shrink .rbi-header-logo {
	display: none;
}
.fl-theme-builder-header-shrink .rbi-header-logo-scrolled {
	display: block;
}
.rbi-header-search {
	position: relative;
}
.rbi-header-search .fl-page-nav-search a.fa-search {
	top: 24px;
	transition: all 0.4s ease-in-out;
}
.rbi-header-search .fl-page-nav-search form {
	top: 60px;
	transition: all 0.4s ease-in-out;
}
.fl-theme-builder-header-shrink .rbi-header-search .fl-page-nav-search a.fa-search {
	top: 11px;
}
.fl-theme-builder-header-shrink .rbi-header-search .fl-page-nav-search form {
	top: 45px;
}
.fl-theme-builder-header-shrink .fl-node-5f18a707ae330,
.fl-theme-builder-header-shrink .fl-node-5f18a707ae333 {
	margin-top: 16px;
}

/* Header Login / Contact Bar */
.fl-theme-builder-header-shrink .fl-node-5f08cb1ff2330,
.fl-theme-builder-header-shrink  .fl-node-5f189afd4b18f {
	display: none;
}
.rbi-header-contact-bar-col {
	position: relative;
}
@media (min-width: 992px) {
	.rbi-header-contact-bar-col .fl-col-content:before {
		background-image: url('./assets/images/header-cap-left-w-color-profile.png');
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		display: inline-block;
		height: 39px;
		left: -22px;
		top:0;
		position: absolute;
		width: 38px;
	}
	.rbi-header-contact-bar-col:after {
		background-image: url('./assets/images/header-cap-right-w-color-profile.png');
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		display: inline-block;
		height: 39px;
		right: -22px;
		top:0;
		position: absolute;
		width: 38px;
	}
	.rbi-header-contact-bar-col .fl-col-content {
		background-color: transparent !important;
		background-image: url('./assets/images/header-subnav-bg.png');
		background-repeat: repeat-x;
		height: 39px;
	}
}

/* Sub Nav */
@media(min-width: 768px) {
	.rbi-sub-nav ul &gt; li {
		position: relative;
	}
	.rbi-sub-nav ul &gt; li a:after {
		content: '';
		border-right: 1px solid #fff;
		padding-left: 28px;
	}
	.rbi-sub-nav ul &gt; li:last-child a:after {
		border-right: none;
		padding-left: 0;
	}
	.rbi-sub-nav ul &gt; li:last-child:after {
		background-image: url('./assets/images/subnav-cap-right-w-color-profile.png');
		background-size: contain;
		background-repeat: no-repeat;
		content: '';
		display: inline-block;
		width: 41px;
		height: 44px;
		top:0;
		right: -41px;
		position: absolute;
	}
	.rbi-sub-nav ul &gt; li:first-child:before {
		background-image: url('./assets/images/subnav-cap-left-w-color-profile.png');
		background-size: contain;
		background-repeat: no-repeat;
		content: '';
		display: inline-block;
		width: 41px;
		height: 44px;
		position: absolute;
		top: 0;
		left: -40px;
	}
	.rbi-sub-nav ul {
		background-color: transparent !important;
		background-image: url('./assets/images/header-subnav-bg.png');
		background-repeat: repeat-x;
		height: 44px;
	}
	.rbi-sub-nav ul.menu &gt; li &gt; a {
		padding: 7px 14px !important;
		height: 44px !important;
		line-height: 30px !important;
	}
}

/* Buttons */
.fl-button {
	position: relative;
}
.fl-button:after {
	border: 2px solid #5ea314;
	border-radius: inherit;
	clear: both;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	z-index: 1;
}
.fl-button:hover:after {
	border-color: #4d701f;
}

/* Quotes */
.rbi-quote-row .wp-post-image {
	border-radius: 50%;
	display: block;
	margin: auto;
}
.rbi-quote-row blockquote {
	border: none;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
}

/* Client Quotes Page */
.rbi-client-quote-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	align-items: center;
}
.rbi-client-quote-title-col,
.rbi-client-quote-content-col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.rbi-client-quote-title-col {
	text-align: center;
	padding-bottom: 20px;
}
.rbi-client-quote-content-col {
	text-align: center;
}
@media(min-width: 768px) {
	.rbi-client-quote-title-col {
		-ms-flex: 0 0 25%;
    	flex: 0 0 25%;
    	max-width: 25%;
	}
	.rbi-client-quote-content-col {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
		text-align: left;
	}
}

/* Meta Slider */
.metaslider.ms-theme-simply-dark .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
	justify-content: center !important;
}

/* Expandable Content */
.rbi-expandable-content {
	height: 200px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}
.rbi-expandable-gradient {
	height: 100px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

/* Footer */
.rbi-footer-social .fl-icon a {
	padding: 0 5px !important;
}
</pre></body></html>