@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   https://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	    height: auto;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
html {
  scroll-behavior: smooth;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	9;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	https://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/
.built-bf {
    height: 300px;
    width: 300px;
	display: block;
	margin: 0 auto;
	padding: 80px 0 0 0;
    text-align: center;
}
#pricing {
    border: solid #f9a040 1px;
    border-radius: 4px;
    background: #000000;
    padding: 14px 20px 8px 20px;
    margin-bottom: 20px;
	margin-top: 30px;
}
#pricing h2 {
	color: #f9a040;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 20px;
	text-align: left;
}
a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}
.wp-block-button__link {
    background-color: #f9a040;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box;
    color: #000000 !important;
    text-decoration: none !important;
}
.wp-block-buttons {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.5em;
    margin: 20px auto;
}
.wp-block-embed {
    margin: 20px 4% 1em 4%;
    width: 40%;
    clear: none;
    display: inline-block;
}
.formFooter {
	display: none !important;
}

.navigation{
	min-width: 100%;
}
label {
    width: 100%;
}
/* BEGIN NAV CSS */

#navigation {
	text-align: center;
	background: rgba(0,0,0,1);
	display: block;
	position: fixed;
	-webkit-box-shadow: 0px 11px 59px 34px rgba(0,0,0,1);
-moz-box-shadow: 0px 11px 59px 34px rgba(0,0,0,1);
box-shadow: 0px 11px 59px 34px rgba(0,0,0,1);
	    z-index: 9800;
}


#navigation a:link,
#navigation a:visited,
#navigation a:active {
	color: #FFFFFF; 
	text-decoration: none;
	background-color: none;
	-o-transition: color 0.3s linear, background 0.3s ease-in;
    -moz-transition: color 0.3s linear, background 0.3s ease-in;
    -webkit-transition: color 0.3s linear, background 0.3s ease-in;
    -ms-transition: color 0.3s linear, background 0.3s ease-in;
    transition: color 0.3s linear, background 0.3s ease-in;
	font-weight: 100;
}
#navigation a:hover {
	text-decoration: none;
	background: rgba(17,17,17,1);
	background-image: none;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	color:#f9a040;
}
a.social-icon-links {
	text-decoration: none !important;
	background: none !important;
	background-image: none !important;
	width: 30px !important;
	height: auto !important;
	display: inline-block !important;
	margin: 0 10px !important;
	padding: 0 !important;	
}

/*_____________________________*/
'
/* Starter CSS for Menu */
#navigation {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#navigation ul,
#navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation ul {
  position: relative;
  z-index: 597;
}
#navigation ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#navigation ul li.hover,
#navigation ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#navigation ul ul li {
  float: none;
}
#navigation ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#navigation ul li:hover ul {
  visibility: visible;
}
#navigation ul ul {
  bottom: 0;
  left: 0;
}
#navigation ul ul {
  margin-top: 0;
}
#navigation ul ul li {
  font-weight: normal;
}
#navigation a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */

#navigation ul {
  *display: inline-block;
}
#navigation:after,
#navigation ul:after {
  content: '';
  display: block;
  clear: both;
}
#navigation ul ul {
  border-top: 4px solid #b3c95f;
  text-transform: none;
  min-width: 190px;
}
#navigation ul ul a {
	background-color: rgba(179,201,93, 0.9);
	border: 1px solid rgba(179,201,93, 1);
	border-top: 0 none;
	line-height: 18px !important;
    font-size: 14px;
    font-weight: normal;
    text-align: left !important;
    padding: 6px 4px !important;
}
#navigation ul ul a:link, #navigation ul ul a:visited, #navigation ul ul a:active {
	color:#457103;
}
#navigation ul ul ul {
  border-top: 0 none;
}
#navigation ul ul li {
	position: relative;
}
#navigation ul ul li:first-child a {
  border-top: 1px solid #b3c95f;
}
#navigation ul ul li:hover a {
  background-color: rgba(255, 255, 255, 1);
  color: #44616e;
}
#navigation ul ul li:last-child a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 rgba(218, 188, 56, 1);
  -webkit-box-shadow: 0 1px 0 rgba(218, 188, 56, 1);
  box-shadow: 0 1px 0 rgba(218, 188, 56, 1);
}
#navigation ul ul li:last-child:hover a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#navigation ul ul li.has-sub a:after {
  content: 'â†’';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#navigation ul li.has-sub a:after {
  content: '';
  margin-left: 5px;
}
#navigation ul li.last ul {
  left: auto;
  right: 0;
}
#navigation ul li.last ul ul {
  left: auto;
  right: 99.5%;
}

#navigation ul li a {
    line-height: 60px;
    font-size: 15px;
    padding: 0 7px;
}
#navigation ul {
    display: table;
    margin: 0 auto;
}
/*_____NAV MENU END_____*/

/* Side Nav begin */

* {
	 box-sizing: border-box;
}
 #page-wrapper {
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 100%;
	 height: 100%;
}
 #title {
	 color: #f6f6f6;
	 position: absolute;
	 top: 50%;
	 right: 50%;
	 transform: translate(-50%, -50%);
	 font-size: 2em;
}
 #btn {
	display: block;
	position: fixed;
    z-index: 9999;
    top: 8px;
    right: 15px;
    cursor: pointer;
    transition: right 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
    background-color: #f9a040;
    padding: 10px 10px 2px 10px;
}
 #btn div {
	 width: 35px;
	 height: 2px;
	 margin-bottom: 8px;
	 background-color: #000000;
	 transition: transform 500ms cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity 500ms, background-color 250ms;
}
 #btn.active {
}
 #btn.active div {
	     background-color: #000000;
}
 #btn.active #top {
	 transform: translateY(10px) rotate(-135deg);
}
 #btn.active #middle {
	 opacity: 0;
	 transform: rotate(135deg);
}
 #btn.active #bottom {
	 transform: translateY(-10px) rotate(-45deg);
}
 #box {
	 position: fixed;
	 z-index: 9900;
	 overflow: auto;
	 top: 0px;
	 right: -300px;
	 width: 300px;
	 opacity: 0;
	 padding: 20px 0px;
	 height: 100%;
	 background-color: rgba(0,0,0,.8);
	 color: #343838;
	 transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
	 filter: drop-shadow(rgba(0, 0, 0, 0.7) 3px 3px 30px);
}
 #box.active {
	 right: 0px;
	 opacity: 1;
}
#box ul, ul.sub-menu {
	list-style: none;
    padding-left: 0;
}
 #items {
	position: relative;
	top: 240px;
	transform: translateY(-50%);
	margin-bottom: 80px;
}
 #items .item {
	 position: relative;
	 cursor: pointer;
	 font-size: 1.2em;
	 transition: all 250ms;
}
 #items .item:hover {
	 padding: 0px 10px;
	 background-color: rgba(255,255,255,.3);
}
 #items .item-sub {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 20px;
}
 #items .item-sub:hover {
	 padding: 0 0 0 20px;
	 background-color: rgba(18,56,47,1);
}
.sub-menu a:link,
.sub-menu a:visited,
.sub-menu a:active { 
    color: #fff;
    font-weight: 300;
    padding-bottom: 8px;
    padding-top: 8px;
    letter-spacing: .06em;
    display: block;
    text-transform: none;
    font-size: 13px;
    line-height: 15px;
} 
.sub-menu a:hover {
	text-decoration: none;
	color: rgba(255,255,255,.5);
}
 #btn, #btn * {
	 will-change: transform;
}
 #box {
	 will-change: transform, opacity;
}

.item a:link,
.item a:visited,
.item a:active { 
	color: #ffffff;
	text-decoration: none;
	padding: 15px 30px;
    display: block;
}
.item a:hover {
	text-decoration:none;
	color: rgba(255,187,49,1);
	padding: 15px 30px;
}

.item-sub a:link,
.item-sub a:visited,
.item-sub a:active { 
	color: #ffffff;
	text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
	line-height: 17px;
}
.item-sub a:hover {
	text-decoration:none;
	color: rgba(255,187,49,1);
}
 

/* Side Nav end */

img.img-right {
	float: none;
    margin: 20px 0;
    width: 100%;
    height: auto;
    max-width: 400px;
}

body{
	background-color: #000000;
	color:#ffffff;
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
}
.step-repeat{
	background-image: url(../images/step-repeat-icon-background.png);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	padding-bottom: 50px;
}
.white-link a:link,
.white-link a:visited,
.white-link a:active { 
	color:#ffffff !important;
}
	ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
    display: inline-block;
    height: auto;
    margin: 0 1.5em 3em 1.5em;
    position: relative;
    width: 70%;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}
.round-border{
	border: solid 1px #ffffff;
    border-radius: 20px;
}	
span.text-content {
  background: rgba(100,100,100,0.9);
  color: #ffffff;
  cursor: pointer;
  display: table;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
	padding: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
ul#image-rollover {
    padding: 0 !important;
}
	.article-mobile{
		display: block;
	}
		.article-desktop{
		display: none;
	}
#main-content-full- {
    width: 100%;
    margin-left: 0;
}
.home-page-text h1 {
	padding-bottom: 14px;
}


@media only screen and (min-width: 1000px) {
	.article-mobile{
		display: none;
	}
			.article-desktop{
		display: block;
	}
	
	ul.img-list li {
      width: 40%;
}
		span.text-content {
  width: 50%;
}
span.text-content {
  width: 50%;
	}
		
span.text-content {
  height: 100px;
  width: 100%;
}			
}
p{
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1, .h1 {
    font-size: 2.5rem;
}
h3, .h3 {
    font-size: 1.5rem;
}
img.faded {
	opacity: .2;
}
a:link,
a:visited,
a:active { 
	color:#f9a040;
	text-decoration: underline;
	-o-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
	font-weight: 700;
} 
a:hover {
	text-decoration: none;
	color: rgba(255,255,255,.25);
}

hr {
    border: 0;
    height: 1px;
    background: #fff;
    clear: both;
    -webkit-margin-before: 2em;
    -webkit-margin-after: 2em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
}

#main-content-full ul, ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px;
	color:#ffffff;
}
.yrc-shell ul.yrc-core {
    margin: 0 !important;
    padding: 0 !important;
}
#main-content-full li {
padding: 0 0 10px 0;
text-align: left;
}
.wp-block-gallery ul {
	padding: 0 !important;
}
.opacity{
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.opacity-light{
	opacity: 0.25;
    filter: alpha(opacity=25); /* For IE8 and earlier */
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
	padding: 5px 10px 3px 10px;
    font-size: 14px;
	font-weight: 600;
    margin: 0 0 10px 0;
    text-align: center;
    color: #000;
	font-family: 'Kanit', sans-serif;
    display: inline-block;
    border: 0;
    text-decoration: none;
	text-transform:uppercase;
	letter-spacing:.15em;
    cursor: pointer;
   background-color: #f9a040;
    border-radius: 10px;
	-o-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}

button, input[type="button"], input[type="reset"], input[type="submit"]:hover{
     background-color: rgba(249,160,64,.5);
	 color:#ffffff;
}
.g-recaptcha div { margin-left: auto; margin-right: auto;}

div.wpcf7-spam-blocked {
    border: none;
}

.green-button{
	background-color: #97bd44 !important;
	color: #000 !important;
}
.green-button a:link,
.green-button a:visited,
.green-button a:active { 
	color: #000;
}
.green-button a:hover{
	color: #2D5715;
}
html, button, select, textarea {
  width: 100%;
}

input, select, textarea {
    font-family: 'Kanit', sans-serif;
	width: 100%;
}

input {
	color: #000;
}
blockquote {
	position: relative;
	text-align: left;
	font-weight: 400;
	font-style: italic;
	color: #a9a6a3;
	margin: 0 20px;
}
blockquote p{
	font-size: 22px !important;
	line-height: 28px !important;
	padding: 0 8px;
}

.testimonial blockquote p{
	font-size: 18px !important;
	line-height: 24px !important;
	padding: 0 8px;
}


blockquote cite {
	color: #000;
	font-size: 14px;
	display:block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

button a:link,
button a:visited,
button a:active { 
	color:#fff; 
	text-decoration: none;
} 
button a:hover {
	text-decoration: underline;
	color: #c18ac4;
}

::selection {
  background: #f9a040; /* WebKit/Blink Browsers */
  color:#4e2b05;
}
::-moz-selection {
  background: #f9a040; /* Gecko Browsers */
  color:#4e2b05;
  
}

div#results {
    display:none !important;
}

.subheading{
	font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .1em;
    color: #0E350F;
    text-align: center;
    margin: 2px auto;
}
.taglineheading{
	font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 4px auto;
	font-size: 14px;
}
.texture-steel {
	    background: url(https://www.furches-performance.com/wp-content/themes/furches-performance-2024/images/FPO-diamond-plate-pattern.png) top center fixed;
    background-repeat: repeat;
}

.texture-circles {
	    background: url(https://www.furches-performance.com/wp-content/themes/furches-performance-2024/images/circle-pattern.png) top center fixed;
    background-repeat: repeat;
}
.flange-bgrnd{
	background: url(https://www.furches-performance.com/wp-content/themes/furches-performance-2024/images/large-bgrnd.jpg) top center fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
/*
.brick-bgrnd{
	background: url(https://www.furches-performance.com/wp-content/themes/furches-performance-2024/images/brick-bground.jpg) top center fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
*/
.brick-bgrnd{
	background: rgba(0,0,0,.5);
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-bgrnd{
	    background: url(https://www.furches-performance.com/wp-content/themes/furches-performance-2024/images/builtbyfurches.jpg) top center scroll;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 340px;
}

.grade{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,c1bbb4+100 */

background: rgb(0,0,0); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(193,187,180,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(193,187,180,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(193,187,180,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c1bbb4',GradientType=0 ); /* IE6-9 */


}

body{
	background-position: left top;
	font-family: 'Kanit', sans-serif;
	color: #000;
	font-weight:400 !important;
	background:#000000;
	padding-top:-30px;
}
.bg{
	background-color: #000000 !important;
}

.white-bground{
	background-color:#fff;
}

.green-fade{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d6e0b5+100 */

background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(214,224,181,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(214,224,181,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(214,224,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e0b5',GradientType=0 ); /* IE6-9 */
}
#cff .cff-author .cff-page-name.cff-author-date{
	color:#ffffff !important;
}


.steel-bground{
background-color:#000;
}

bold, strong{
	font-weight:700;
}

p{
	margin:0;
	font-family: 'Kanit', sans-serif;
	font-weight:100;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 20px 0;
    text-align: left;
}
p.click-more {
	text-transform: uppercase;
letter-spacing: .2em;
    font-size: 20px;
	margin: 0 0 50px 0;
}
.main-site p{
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 28px 0;
    margin: 0;
    letter-spacing: .02em;
    color: #ffffff;
}

.center {
	text-align:center !important;
}

h1, h2, h3, h4, h5, h6 {
	padding:0 0 10px 0;
	margin:0;
}

.main-site h1, .main-site h2{
	font-size:22px;
	line-height:24px;
	padding:10px 0 0 0;
	font-weight:400;
	color: #ffffff;
	letter-spacing:.1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Kanit', sans-serif;
	color: #ffffff;
}
.overall-headings h2, .random-post-on-refresh__title {
	color: #f9a040;
    font-weight: 500;
    font-size: 24px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-site h4{
    font-size: 20px;
    line-height: 34px;
    padding: 16px 0;
    font-weight: 400;
    color: #fff;
    font-family: 'Kanit', sans-serif;
}
.main-site h5{
	font-size:13px;
	line-height:18px;
	padding:0 0 16px 0;
	margin:0;
	font-weight:400;
	color: #000;
	font-family: 'Kanit', sans-serif;
}

.white, .white p{
	color:#ADADAD;
    font-size: 14px;
    line-height: 24px;
}

.dark-green, .dark-green p{
	color:#0E350F;
    font-size: 18px;
	text-align:center;
    line-height: 28px;
}

.white bold, .white strong, .white p bold, .white p strong{
	color:#fff;
	font-weight:700;
	font-size:18px;
}

.green, .green p{
	color:#a7cd57;
}

.rose, .rose p{
	color:#9e6c7b;
}

.roman, .roman p{
	font-weight:400;
}
/* CONTACT FORM BEGIN */

#responsive-form{
	    max-width: 900px /*-- change this to get your desired form width --*/;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    padding: 0;
    float: left;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    width: 70%;
    color: #398f14;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
}
div.wpcf7-validation-errors {
    border: none !important;
    height: 20px;
    color: #f00;
}

/* CONTACT FORM END */


/* BEGIN NAV CSS */

.menu-main-navigation-container {
	color:#000;
	text-transform:uppercase;
	letter-spacing:.04em;
	font-size:11px;
	padding:0;
	text-align: center;
}
.menu-main-navigation-container ul {
    margin: 0 auto 0 auto;
    padding: 0;
    float: none;
}

.menu-main-navigation-container ul li {
    display:inline;
	line-height: 28px; 
}
.menu-main-navigation-container ul li a {
	text-decoration: none;
	color: white;
	display: inline-block;
	list-style-type: none;
	white-space: wrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.last a{
	border-right: none !important;
}
.menu-main-navigation-container a:link,
.menu-main-navigation-container a:visited,
.menu-main-navigation-container a:active { 
	color:#2f2e2b; 
	text-decoration: none;
	background-color: none;
	-o-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    transition: color 0.3s linear;
} 
.menu-main-navigation-container a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}






.menu-main-navigation-container > ul {
  *display: inline-block;
}
.menu-main-navigation-container:after,
.menu-main-navigation-container ul:after {
  content: '';
  display: block;
  clear: both;
}
.menu-main-navigation-container ul ul {
  text-transform: none;
  min-width: 190px;
}
.menu-main-navigation-container ul ul a {
	background-color: #a7cd57;
	color: #000000 !important;
	border: 1px solid #000000;
	border-top: 0 none;
	line-height: 150%;
    padding: 6px 12px;
    font-size: 16px;
	font-weight:normal;
	text-transform:lowercase;
	text-align:left !important;
}
.menu-main-navigation-container ul ul ul {
  border-top: 0 none;
}
.menu-main-navigation-container ul ul li {
	position: relative;
}
.menu-main-navigation-container ul ul li:first-child > a {
  border-top: 1px solid #1e3221;
}
.menu-main-navigation-container ul ul li:hover > a {
  background-color: #000000;
  color: #ffffff !important;
}

.menu-main-navigation-container ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu-main-navigation-container ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu-main-navigation-container ul ul li.has-sub > a:after {
  content: '→';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: 0;
}
.menu-main-navigation-container ul li {
  float:none;
  min-height: 1px;
  vertical-align: middle;
}
.menu-main-navigation-container ul li.hover,
.menu-main-navigation-container ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.menu-main-navigation-container ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
.menu-main-navigation-container ul ul li {
  float: none;
}
.menu-main-navigation-container ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
.menu-main-navigation-container ul li:hover > ul {
  visibility: visible;
}
.menu-main-navigation-container ul ul {
  bottom: 0;
  left: 0;
}
.menu-main-navigation-container ul ul {
  margin-top: 6px;
}
.menu-main-navigation-container ul ul li {
  font-weight: normal;
	    clear: both;
}






#bottom-nav {
	color:#747371;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0;
	width: 100%;
}

#bottom-nav a:link,
#bottom-nav a:visited,
#bottom-nav a:active { 
	color:#fff; 
	text-decoration: none;
	background-color: none;
	font-size:13px;
} 
#bottom-nav a:hover {
	text-decoration: none;
	color: #747371;
	background-color: none;
	font-size:13px;
}

.author{
	font-style:italic;
	color:#91908f;
}



/* IMAGE STYLES BEGIN */

.thumb {float:inherit; margin:0 20px 20px 0 !important; min-width:100px !important; width:18% !important; height:auto;}


.wp-caption,
.wp-caption-text {
max-width: 100%;
height: auto;
width: auto; /* ie8 */
padding-top:6px;
line-height:16px;
text-align:center;
color: #a09f9c;
}

.wp-caption p{
	padding-top:6px;
	font-size:12px;
}

.gallery-caption, .fts-jal-fb-header {
	display:none;
}
a.fts-powered-by-text{
	display:none !important;
}

.fts-jal-fb-group-display{
	max-width:340px;
}

.main-site object, embed, video {
	max-width: 100% !important;
	height:auto !important;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/* IMAGE STYLES END */


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 529px and below. */
.signature{
margin: -20px 0 0 -20px !important;
    max-width: 60%;
}
h1, .h1 {
    font-size: 2rem;
	    line-height: 34px;
}
.random-post-on-refresh__title {
    line-height: 28px;
}
.main-site img.alignright {float:none; margin:0 0 20px 0; width:100%; height:auto;}
.main-site img.alignleft {float:none; margin:0 0 20px 0; width:100%; height:auto;}
.main-site img.aligncenter {float:none; margin:0 0 20px 0; width:100%; height:auto;}
.main-site img.alignnone {float:none; margin:0 0 20px 0; width:100%; height:auto;}
.main-site .alignright {float:none; margin:0 0 20px 0; width:100%; height:auto;}
.main-site .alignleft {float:none; margin:0 0 20px 0; width:100%; height:auto;}
.main-site .aligncenter {float:none; margin:0 0 20px 0; width:100%; height:auto;}
.main-site .alignnone {float:none; margin:0 0 20px 0; width:100%; height:auto;}

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

.hide-mobile{
	display:none;
	visibility:hidden;
}

#bottom-nav ul {
    display: table;
    margin: 0 auto;
}
#bottom-nav > ul > li > a {
  line-height: 30px;
  padding: 0 10px 0 10px;
}
.affiliations{
	padding:10px 0 0 0;
	text-transform:none;
	letter-spacing:0;
	color:#ffffff;
	font-style:italic;
	font-size:22px;
	line-height:36px;
}

h2{
	font-size:22px;
	line-height:24px;
}
 
.headerContainer {
	width: 100%;
	margin: 0 auto 0 auto;
	clear: none;
	float: none;
	background:url(https://www.furches-performance.com/wp-content/themes/furches-performance-2024/images/monte-header_01.jpg);
	    height: 140px;
	background-size: cover;
	
}
.headerContainer img{
    width: 20%;
    margin: 0 auto 0 auto;
    display: block;
    top: 0;
    min-width: 260px;
}

.navContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;	
}

.greenContainer {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9fe014+0,bcea46+50,9fe014+100 */
background: rgb(159,224,20); /* Old browsers */
background: -moz-linear-gradient(top, rgba(159,224,20,1) 0%, rgba(188,234,70,1) 50%, rgba(159,224,20,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(159,224,20,1) 0%,rgba(188,234,70,1) 50%,rgba(159,224,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(159,224,20,1) 0%,rgba(188,234,70,1) 50%,rgba(159,224,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fe014', endColorstr='#9fe014',GradientType=0 ); /* IE6-9 */
}

.whiteContainer {
	background-color:#ffffff;
}

.metro {
	font-family: 'Kanit', sans-serif;
}

.tagContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color:#0E350F;
	color:#fff;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;	
}
.otcb {
	background-color:#121f2f !important;
}
.footerContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	    background-color: #2a2a34;
        border-top: solid 6px #D2FF4C;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
width: 100%;
margin-left: 0;
clear: both;
padding-top: 30px;
text-align: center;
}
#header {
	background-repeat: no-repeat;
    background-size: cover;
	margin:0;
}
.header-logo img {
		max-width: 200px; height: auto; margin: 90px 0 50px 0; width: 70%;
	}
#header-otcb {
	background-color:#2d3a49;
	margin:0 0 10px 0;
}
.menu-main-navigation-container {
}
.wpcf7-form-control-wrap {
    margin-bottom: 20px;
}

#logo {  
}
#logo img {
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}
#intro {
width: 100%;
margin-left: 0;
text-align:center;
font-size:18px;
line-height:26px;
padding:36px 0 20px 0;
}
#going-on {
width: 90%;
padding:5%;
margin-left: 0;
clear: both;
background-color:#1e3221;
}
#latest-container {
	width: 90%;
padding:5%;
	background-color:#353432;
	margin:30px 0 30px 0;
}
.news {
width: 90%;
padding:5%;
background-color:#48031a;
margin-left: 0;
clear: both;
}
#facebook {
width: 100%;
margin-left: 0;
clear: both;
padding-top:30px;
text-align:center;
}
#twitter {
width: 100%;
margin-left: 0;
clear: both;
padding-top:30px;
text-align:center;
}
#home-quote {
	text-align:center;
	font-size:30px;
	line-height:36px;
	font-weight:400;
	font-style:italic;
	color:#a9a6a3;
	padding:60px 0 30px 0;
	width: 100%;
	margin-left: 0;
}
#footer {
    padding: 30px 0 60px 0;
}
#bottom-nav {
width: 100%;
text-align: center;
}
#social-media-icons {
width: 100%;
margin-left: 0;
clear: both;
margin-top:30px;
text-align:center;
}
#latest {
width: 100%;
}
#img-slider {
width: 100%;
margin-left: 0;
clear: both;
}
.hide_tablet {
display: block;
}
.hide_desktop {
display: block;
margin-left: 0;
width: 100%;
}
.show_tablet {
display: none;
}
#main-content {
width: 100%;
padding:30px 0 0 0;
}
#main-sidebar {
width: 100%;
margin-left: 0;
clear: both;
padding:30px 0 0 0;
}
#main-content-full {
    width: 80%;
    padding: 30px 0;
    margin-left: 10%;
    margin: 0 auto;
    display: block;
    float: none;
}
#left-column {
width: 100%;
padding:30px 0 0 0;
margin-left: 0;
}
#right-column {
width: 100%;
margin-left: 0;
clear: both;
padding:0 0 30px 0;
}
#heading-two-col {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
width: 100%;
margin-left: 0;
}
.two-col-left{
	width:80%;
	margin-left:10%;
}
.two-col-right{
	width:80%;
	margin-left:10%;
	clear:none;
}
.partner-logos img{
	width: 48%;
	height: auto;
	display: inline-block;
	margin: 30px;
	padding: 0;
	max-width: 180px;
}

	.partner-logos a img {
		opacity: 0.5;
  		filter: alpha(opacity=50); /* For IE8 and earlier */
		-o-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	}
	.partner-logos a:hover img {
		opacity: 1;
  		filter: alpha(opacity=100); /* For IE8 and earlier */
	}
.main-content {
	max-width: 1200px; display: block; margin: 0 auto; padding: 0 2%; width: 96%;
	}
h4, .h4 {
    font-size: 1.2rem;
}

.show-shift {
		display: none;
	}
.featured-img-post-list {
    width: 100%;
    margin: 0 0 20px 0;
    display: inline-table;
    float: none;
    text-align: center;
}
.wp-block-image .alignright {
    float: none;
    margin: .5em 0 .5em 0;
}
input[type="radio"], input[type="checkbox"] {
    width: auto;
}
/* Tablet Layout: 530px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 530px) {

 .featured-img-post-list{
    width: 47%;
	margin: 0 1% 20px 1%;
	display: inline-table;
	float: none;
	text-align: center;
}
	#btn {
	display: none;
	}
	.show-shift {
		display: block;
	}
.header-logo img {
		max-width: 300px; height: auto; margin: 136px 0 50px 0; width: 70%;
	}
h4, .h4 {
    font-size: 1.5rem;
}
	h3, .h3 {
    font-size: 1.75rem;
}
	.main-content {
	max-width: 1200px; display: block; margin: 0 auto; padding: 0 5%; width: 90%;
	}
	#navigation a:hover {
	background-image:url(../images/icon-ls4k.svg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	color:#f9a040;
}
#navigation ul li a {
    line-height: 60px;
    font-size: 18px;
    padding: 0 10px 0 10px;
}
	img.img-right {
	float: right;
    margin: 0 0 20px 20px;
    width: 50%;
    height: auto;
    max-width: 400px;
}
	#footer {
	padding:90px 0 60px 0;
}
.footer-bgrnd{

    min-height: 400px;
}
img.medium {
    max-width: 200px;
}
.main-site img.alignright {float:right; margin:0 0 40px 40px; width:40%; height:auto;}
.main-site img.alignleft {float:left; margin:0 40px 40px 0; width:40%; height:auto;}
.main-site img.aligncenter {display: block; margin:40px auto 40px auto; width:80%; height:auto;}
.main-site img.alignnone {display: block; margin:0 auto 40px auto; width:80%; height:auto;}
.main-site .alignright {float:right; margin:0 0 40px 40px; width:40%; height:auto; }
.main-site .alignleft {float:left; margin:0 40px 40px 0; width:40%; height:auto;}
.main-site .aligncenter {display: block; margin:40px auto 40px auto; width:80%; height:auto;}
.main-site .alignnone {display: block; margin:0 auto 40px auto; width:80%; height:auto;}
	.signature{
margin:0 40px 40px 0;
    max-width: 40%;
}
	.main-site p{
	    font-size: 18px;
        line-height: 28px;
}
	.main-site h4{
        font-size: 26px;
    line-height: 42px;
	}
.dark-green, .dark-green p{
    font-size: 22px;
	line-height: 34px;
}
	.headerContainer {
	    height: 180px;
}
.headerContainer img{
width: 30%;
    margin: 0 6% 0 auto;
    top: 20px;
    min-width: 300px;
}
	.menu-main-navigation-container ul {
margin: 0 10% 0 auto;
    float: right;
}
.taglineheading{
    font-size: 20px;
}	

.subheading{
    font-size: 24px;
}
.main-site img.alignright {float:right; margin:0 0 20px 20px; width:40%; height:auto;}
.main-site img.alignleft {float:left; margin:0 20px 20px 0; width:40%; height:auto;}
.main-site img.aligncenter {display: block; margin:20px auto; width:100%; height:auto;}
.main-site img.alignnone {display: block; margin:0 auto 20px auto; width:100%; height:auto;}
.main-site .alignright {float:right; margin:0 0 20px 20px; width:40%; height:auto; }
.main-site .alignleft {float:left; margin:0 20px 20px 0; width:40%; height:auto;}
.main-site .aligncenter {display: block; margin:20px auto; width:100%; height:auto;}
.main-site .alignnone {display: block; margin:0 auto 20px auto; width:100%; height:auto;}
	

.nav ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
.menu-main-navigation-container > ul > li > a {
  line-height: 30px;
  padding: 2px 12px 0 18px;
      margin-left: -9px;
}
.caption {
	display:none;
}

.rslides_nav {
	display:none;
}
#bottom-nav ul {
    display: table;
    margin: 0;
}
#bottom-nav > ul > li > a {
  line-height: 30px;
  padding: 0 10px 0 0;
}
.affiliations{
	padding:10px 0 0 0;
	text-transform:none;
	letter-spacing:0;

}

h2{
	font-size:26px;
	line-height:28px;
}

.headerContainer {
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 48.7179%;
clear: both;
margin-left: 0;
padding-top: 0;
}
#header {
	background-size: cover;
}
#header-otcb {
}
.menu-main-navigation-container {
}
#logo {
}
#intro {
width: 74.3589%;
margin-left: 12.8205%;
padding:36px 0 20px 0;
font-size:24px;
line-height:34px;
}
#going-on {
width: 42.7179%;
padding:3%;
clear: both;
margin-left: 0;
}
#latest-container {
	width:94%;
	padding:3%;
}
.news {
width: 42.7179%;
clear: none;
padding:3%;
margin-left: 2.5641%;
}
#facebook {
width: 48.7179%;
clear: both;
margin-left: 0;
padding-top:0;
}
#twitter {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
padding-top:0;
}
#home-quote {
width: 74.3589%;
margin-left: 12.8205%;
}
#footer {
}
#bottom-nav {
width: 100%;
}
#social-media-icons {
    width: 100%;
    clear: both;
    margin-left: 0;
   margin-top: 20px;
    text-align: center;
}
#latest {
width: 100%;
font-size:20px;
}
#img-slider {
width: 100%;
}
.hide_mobile {
display: block;
width: 100%;
margin-left: 0;
}
.hide_desktop {
display: block;
}
.show_tablet {
display: block;
}
#main-content {
width: 61.5384%;
padding:30px 0 30px 0;
}
#main-sidebar {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
padding:30px 0 30px 0;
}
#main-content-full {
    width: 80%;
    padding: 50px 0;
    margin-left: 10%;
	text-align:left;
}
#left-column {
width: 48.7179%;
padding:30px 0 30px 0;
margin-left: 0;
}
#right-column {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
padding:30px 0 30px 0;
}
#heading-two-col {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.two-col-left{
	width:48%;
	margin-left:0;
}
.two-col-right{
	width:48%;
	margin-left:4%;
	clear:none;
}
}

/* Desktop Layout: 769px to a max of 1000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1300px) {
.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 3em;
}
#navigation ul li a {
    line-height: 60px;
    font-size: 20px;
    padding: 0px 30px 0 30px;
}
.headerContainer {
	    height: 340px;
}
.headerContainer img{
	    width: 40%;
    margin: 20px 6% 0 auto;
    top: 20px;
    min-width: 300px;
}
	.header-logo img {
		max-width: 400px; height: auto; margin: 150px 0 50px 0; width: 70%;
	}
/* CUSTOM CSS FOR IMAGE SLIDER AND NAVIGATION BEGIN */

.hide-mobile{
	display:block;
	visibility:visible;
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  text-align: center;
  background: #000;
  background: rgba(151,189,68, .6);
  color: #000;
  display:block;
}

.rslides_nav {
  top: 70%;
  display:block;
}

.rslides_container {
  margin-bottom: 20px;
}

.menu-main-navigation-container > ul > li > a {
  line-height: 30px;
  padding: 2px 12px 0 18px;
      margin-left: -9px;
}

.menu-main-navigation-container {
	font-size:14px;
}

.white, .white p{
    font-size: 16px;
   line-height: 30px;
}

.white bold, .white strong, .white p bold, .white p strong{
	font-weight:700;
	font-size:20px;
}

/* CUSTOM CSS FOR IMAGE SLIDER AND NAVIGATION END */

blockquote p{
	font-size: 28px !important;
	line-height: 34px !important;
	padding: 0 16px;
}

.testimonial blockquote p{
	font-size: 24px !important;
	line-height: 30px !important;
	padding: 0 8px;
}

.headerContainer {
}
.gridContainer {
	width: 100%;
	max-width: 1000px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
#header {
}
#header-otcb {
}
.menu-main-navigation-container {
}
#logo {
}
#intro {
width: 54.5454%;
padding:40px 0 0 0;
margin-left: 0;
text-align:left;
}
#going-on {
width: 39.1818%;
clear: none;
margin-left: 2.2727%;
padding:2%;
margin-top:40px;
}
#latest-container {
	width:96%;
	padding:2%;
}
.news {
width: 27.8181%;
padding:2%;
clear: both;
margin-left: 0;
}
#facebook {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
#twitter {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
#home-quote {
width: 100%;
margin-left: 0;
}
#footer {
}
#bottom-nav {
    width: 45%;
	text-align:right;
}
#social-media-icons {
    width: 45%;
    clear: none;
    margin-left: 7%;
	text-align:left;
}
#latest {
width: 54.5454%;
}
#img-slider {
width: 43.1818%;
clear: none;
margin-left: 2.2727%;
}
.hide_mobile {
display: block;
width: 100%;
margin-left: 0;
}
.hide_tablet {
display: block;
}
.show_tablet {
display: none;
}
#main-content {
width: 65.909%;
}
#main-sidebar {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
#main-content-full {
	width: 77.2727%;
	margin-left: 11.3636%;
}
#left-column {
width: 43.1818%;
margin-left: 11.3636%;
}
#right-column {
width: 43.1818%;
clear: none;
margin-left: 2.2727%;
}
#heading-two-col {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* Shopify CSS */

.section h1 {
    color: #fff !important;
}