html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

*,
:after,
:before {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: .5rem;
	margin-block-end: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.75rem
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-block-start: 0;
	margin-block-end: .9rem
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #c36
}

a:active,
a:hover {
	color: #336
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

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

details {
	display: block
}

summary {
	display: list-item
}

figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400
}

[hidden],
template {
	display: none
}

.bg-white{
	background:#fff;
}

@media print {

	*,
	:after,
	:before {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	pre {
		white-space: pre-wrap !important
	}

	blockquote,
	pre {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		border: 1px solid #ccc
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		-moz-column-break-inside: avoid;
		break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		-moz-column-break-after: avoid;
		break-after: avoid
	}
}

label {
	display: inline-block;
	line-height: 1;
	verti.dev .news-titlecal-align: middle
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border-color: #333
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	width: auto;
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

[type=button],
[type=submit],
button {
	display: inline-block;
	font-weight: 400;
	color: #c36;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #c36;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all .3s
}

[type=button]:focus,
[type=submit]:focus,
button:focus {
	outline: 5px auto -webkit-focus-ring-color
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
	color: #fff;
	background-color: #c36;
	text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto;
	resize: vertical
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

select {
	display: block
}

table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse
}

table td,
table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table th {
	font-weight: 700
}

table tfoot th,
table thead th {
	font-size: 1em
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
	border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
	background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover>td,
table tbody tr:hover>th {
	background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody+tbody {
	border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@media (max-width:767px) {
	table table {
		font-size: .8em
	}

	table table td,
	table table th {
		padding: 7px;
		line-height: 1.3
	}

	table table th {
		font-weight: 400
	}
}

dd,
dl,
dt,
li,
ol,
ul {
	margin-block-start: 0;
	margin-block-end: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

@import "//fonts.googleapis.com/css?family=Patua+One";
@import "//fonts.googleapis.com/css?family=Sacramento";
@import "//fonts.googleapis.com/css?family=Bubblegum+Sans";
@import "//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900";
@import "https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap";
@import "//hello.myfonts.net/count/2c6a8e";
@import "//hello.myfonts.net/count/2c82a6";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

body {
	line-height: 1.5
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption,
th,
td {
	text-align: left;
	font-weight: normal
}

table,
td,
th {
	vertical-align: middle
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: ""
}

blockquote,
q {
	quotes: """"
}

a img {
	border: none
}

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

.clearfix {
	display: inline-block
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

html {
	font-size: 100.01%
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #222;
	background: #fff;
	-webkit-font-smoothing: antialiased
}

html,
body {
	height: 100%
}

p,
div,
ul,
ol,
li,
section,
figure,
article,
button,
input,
a,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #111
}

h1 {
	margin-bottom: 10px;
	font-size: 30px
}

h2 {
	margin-bottom: 10px;
	font-size: 26px
}

h3 {
	margin-bottom: 10px;
	font-size: 24px
}

h4 {
	margin-bottom: 10px;
	font-size: 22px
}

h5 {
	margin-bottom: 10px;
	font-size: 20px
}

h6 {
	margin-bottom: 10px;
	font-size: 18px
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	margin: 0
}

p {
	margin: 0 0 1.5em
}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em
}

a:focus,
a:hover {
	color: #000
}

a {
	color: #009;
	text-decoration: underline
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic
}

strong {
	font-weight: bold
}

em,
dfn {
	font-style: italic
}

dfn {
	font-weight: bold
}

sup,
sub {
	line-height: 0
}

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

address {
	margin: 0 0 1.5em;
	font-style: italic
}

del {
	color: #666
}

pre {
	margin: 1.5em 0;
	white-space: pre
}

pre,
code,
tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5
}

li ul,
li ol {
	margin: 0
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em
}

ul {
	list-style-type: disc
}

ol {
	list-style-type: decimal
}

dl {
	margin: 0 0 1.5em 0
}

dl dt {
	font-weight: bold
}

dd {
	margin-left: 1.5em
}

table {
	margin-bottom: 1.4em;
	width: 100%
}

th {
	font-weight: bold
}

thead th {
	background: #c3d9ff
}

th,
td,
caption {
	padding: 4px 10px 4px 5px
}

tr.even td {
	background: #e5ecf9
}

tfoot {
	font-style: italic
}

caption {
	background: #eee
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em
}

.hide {
	display: none
}

.quiet {
	color: #666
}

.loud {
	color: #000
}

.highlight {
	background: #ff0
}

.added {
	background: #060;
	color: #fff
}

.removed {
	background: #900;
	color: #fff
}

.first {
	margin-left: 0;
	padding-left: 0
}

.last {
	margin-right: 0;
	padding-right: 0
}

.top {
	margin-top: 0;
	padding-top: 0
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0
}

label {
	font-weight: bold
}

fieldset {
	margin: 0;
	padding: 0;
	border: none
}

legend {
	font-weight: bold;
	font-size: 1.2em
}

input,
textarea,
select {
	padding: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #bbb
}

input:focus,
textarea:focus,
select:focus {
	border-color: #666;
	outline: none
}

textarea {
	width: 390px;
	height: 250px
}

input.checkbox,
input.radio {
	position: relative;
	top: .25em
}

form.inline {
	line-height: 3
}

form.inline p {
	margin-bottom: 0
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.flexslider {
	margin: 0;
	padding: 0
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden
}

.flexslider .slides img {
	width: 100%;
	display: block
}

.flex-pauseplay span {
	text-transform: capitalize
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .slides {
	display: block
}

* html .slides {
	height: 1%
}

.no-js .slides>li:first-child {
	display: block
}

.flexslider {
	position: relative;
	zoom: 1
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.loading .flex-viewport {
	max-height: 300px
}

.flexslider .slides {
	zoom: 1
}

.carousel li {
	margin-right: 5px
}

.flex-direction-nav {
	*height: 0
}

@font-face {
	font-family: 'RockwellStd-Light';
	src: url('../fonts/2C6A8E_0_0.eot');
	src: url('../fonts/2C6A8E_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2C6A8E_0_0.woff2') format('woff2'), url('../fonts/2C6A8E_0_0.woff') format('woff'), url('../fonts/2C6A8E_0_0.ttf') format('truetype')
}

@font-face {
	font-family: 'RockwellStd-BoldCondensed';
	src: url('../fonts/2C6A8E_1_0.eot');
	src: url('../fonts/2C6A8E_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2C6A8E_1_0.woff2') format('woff2'), url('../fonts/2C6A8E_1_0.woff') format('woff'), url('../fonts/2C6A8E_1_0.ttf') format('truetype')
}

@font-face {
	font-family: 'RockwellStd-Bold';
	src: url('../fonts/2C82A6_0_0.eot');
	src: url('../fonts/2C82A6_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2C82A6_0_0.woff2') format('woff2'), url('../fonts/2C82A6_0_0.woff') format('woff'), url('../fonts/2C82A6_0_0.ttf') format('truetype')
}

@font-face {
	font-family: 'RockwellStd';
	src: url('../fonts/2C82A6_1_0.eot');
	src: url('../fonts/2C82A6_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2C82A6_1_0.woff2') format('woff2'), url('../fonts/2C82A6_1_0.woff') format('woff'), url('../fonts/2C82A6_1_0.ttf') format('truetype')
}

@font-face {
	font-family: 'NOVA STAMP Bold';
	font-style: normal;
	font-weight: normal;
	src: local('NOVA STAMP Bold'), url('../fonts/NOVA  STAMP PERSONAL USE.woff') format('woff')
}

.hidden {
	display: none
}

.desktop {
	display: block
}

.mobile {
	display: none !important
}

@media screen and (max-width: 767px) {
	.desktop {
		display: none !important
	}
}

@media screen and (max-width: 767px) {
	.mobile {
		display: block !important
	}
}

body {
	overflow-x: hidden
}

body.noscroll {
	overflow: hidden
}

.topbar {
	background-color: #2e368d;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.topbar img.icons-top {
	width: 105px;
	margin-right: 20px;
	padding: 8px
}

.topbar .language {
	background-color: #a81f31;
	padding: 15px 30px
}

.topbar .language a {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	font-family: 'Libre Franklin', sans-serif;
	text-decoration: none
}

.topbar .language a:hover {
	color: #bbb
}

@media all and (min-width: 992px) {
	.topbar {
		display: none
	}
}

nav {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 320px;
	margin-left: -320px;
	display: none;
	background: none;
	text-align: center;
	z-index: 99999;
	top: 175px;
	right: 0;
	bottom: auto;
	width: auto
}

@media all and (min-width: 992px) {
	nav {
		top: 100px
	}
}

nav .mask {
	position: relative;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/menu-background.png) no-repeat center 100% / contain;
	width: 300px;
	height: 500px;
	right: -29px;
	z-index: 999999;
	display: inline-block;
	overflow: hidden
}

@media (min-width: 768px) {
	nav .mask {
		width: 390px;
		height: 600px;
		right: -52px
	}
}

nav .scroll {
	width: 260px;
	height: 100%;
	display: inline-block;
	overflow-x: hidden;
	overflow-y: auto
}

@media all and (min-width: 768px) {
	nav .scroll {
		width: 340px
	}
}

nav .close {
	position: absolute;
	top: 10px;
	cursor: pointer
}

@media all and (min-width: 768px) {
	nav .close {
		left: 100%;
		margin: 0 0 0 5px;
		width: 51px;
		height: 50px;
		display: none;
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/close-lg.png)
	}
}

@media all and (max-width: 767px) {
	nav .close {
		right: 10px;
		width: 19px;
		height: 19px;
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/close-sm.png);
		background-size: contain
	}
}

nav .logo {
	margin: 40px 0 40px -20px;
	width: 170px;
	height: 116px;
	display: inline-block;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/logo/large.png);
	background-size: contain
}

nav .nav {
	margin: 0 0 0 30px;
	padding: 20px 20px 20px 20px;
	width: 225px;
	border-bottom: 0;
	list-style: none;
	text-align: left
}

@media all and (min-width: 768px) {
	nav .nav {
		padding: 70px 30px 70px 40px;
		width: 285px
	}
}

nav .nav .home {
	margin: 0
}

nav .nav a {
	font-family: 'Libre Franklin', sans-serif;
	color: #2e368d;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

nav .nav a.active {
	font-family: 'Libre Franklin', sans-serif;
	color: #2e368d
}

nav .nav a:hover {
	color: #a81f31;
	font-family: 'Libre Franklin', sans-serif
}

nav .nav a span {
	text-transform: none;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 500
}

@media all and (min-width: 768px) {
	nav .nav a {
		font-size: 18px
	}
}

nav .nav li {
	padding: 10px 0;
	border-bottom: 1px solid #c2c2c2
}

nav .nav li:last-of-type {
	border-bottom: none
}

nav .lang {
	margin: 38px 0 0 80px;
	color: #f0e5c8;
	font-size: 18px;
	line-height: 18px;
	font-family: 'Patua One', cursive;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

nav .lang:hover {
	color: #fff
}

nav .contact {
	height: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-family: 'RockwellStd-BoldCondensed';
	background: #84191e;
	background: rgba(0, 0, 0, 0.15);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

nav .contact:hover {
	background: rgba(0, 0, 0, 0.25)
}

@media all and (min-width: 768px) {
	nav .contact {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}
}

@media all and (max-width: 767px) {
	nav .contact {
		margin: 20px;
		width: 280px
	}
}

.menu {
	position: fixed;
	width: 50px;
	height: 50px;
	left: auto;
	right: 20px;
	top: 95px;
	display: block;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/menu-icon.png) no-repeat center center / cover;
	cursor: pointer;
	z-index: 400;
	position: absolute
}

@media all and (min-width: 576px) {
	.menu {
		right: 80px
	}
}

@media all and (min-width: 992px) {
	.menu {
		position: fixed;
		right: 3%;
		top: 30px
	}
}

.dev .topbar {
	background-color: #2e368d;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.dev .topbar img.icons-top {
	width: 70%;
	margin-right: 20px;
	padding: 8px
}

.dev .topbar .language {
	background-color: #a81f31;
	padding: 18px 30px
}

.dev .topbar .language a {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	font-family: 'Libre Franklin', sans-serif;
	text-decoration: none
}

.dev .topbar .language a:hover {
	color: #bbb
}

.dev .topbar a:hover {
	color: #000
}

@media all and (min-width: 992px) {
	.dev .topbar {
		display: flex
	}
}

.dev .topbar-new {
	background-color: #2e368d;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.dev .topbar-new img.icons-top {
	width: 70%;
	margin-right: 20px;
	padding: 8px
}

.dev .topbar-new .language {
	background-color: #a81f31;
	padding: 18px 30px
}

.dev .topbar-new .language a {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	font-family: 'Libre Franklin', sans-serif;
	text-decoration: none
}

.dev .topbar-new .language a:hover {
	color: #bbb
}

.dev .topbar-new a:hover {
	color: #000
}

@media all and (min-width: 992px) {
	.dev .topbar-new {
		display: none
	}
}

.dev .language-new {
	position: fixed;
	right: calc(2.26vw + 89.55px);
	top: 55px;
	z-index: 400
}

.dev .language-new a {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	font-family: 'Libre Franklin', sans-serif;
	text-decoration: none;
	letter-spacing: 1px
}

.dev .language-new a:hover {
	color: #a81f31
}

@media (max-width: 991px) {
	.dev .language-new {
		display: none
	}
}

.dev .menu {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/menu-icon.png) no-repeat center center / cover;
	width: 50px;
	height: 50px;
	left: auto;
	right: 20px;
	top: 95px;
	position: absolute
}

@media all and (min-width: 576px) {
	.dev .menu {
		right: 80px
	}
}

@media all and (min-width: 992px) {
	.dev .menu {
		position: fixed;
		right: 3%;
		top: 43px
	}
}

.dev nav {
	display: none;
	background: none;
	position: fixed;
	z-index: 99999;
	top: 175px;
	right: 0;
	bottom: auto;
	width: auto
}

@media all and (min-width: 992px) {
	.dev nav {
		top: 145px
	}
}

.dev .nav {
	padding: 20px 20px 20px 20px
}

@media all and (min-width: 768px) {
	.dev .nav {
		padding: 70px 30px 70px 40px
	}
}

.dev nav .mask {
	position: relative;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/menu-background.png) no-repeat center 100% / contain;
	width: 300px;
	height: 500px;
	right: -29px;
	z-index: 999999
}

@media (min-width: 768px) {
	.dev nav .mask {
		width: 390px;
		height: 600px;
		right: -52px
	}
}

.dev nav .scroll {
	width: 260px
}

@media all and (min-width: 768px) {
	.dev nav .scroll {
		width: 340px
	}
}

.dev .nav a {
	font-family: 'Libre Franklin', sans-serif;
	color: #2e368d;
	font-size: 15px;
	font-weight: 500
}

.dev .nav a span {
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 500
}

@media all and (min-width: 768px) {
	.dev .nav a {
		font-size: 17px
	}
}

.dev nav .nav {
	width: 225px;
	border-bottom: 0
}

@media all and (min-width: 768px) {
	.dev nav .nav {
		width: 285px
	}
}

.dev nav .nav .home {
	margin: 0
}

.dev nav .nav a.active {
	font-family: 'Libre Franklin', sans-serif;
	color: #2e368d
}

.dev nav .nav a:hover {
	color: #a81f31;
	font-family: 'Libre Franklin', sans-serif
}

.dev .nav li {
	padding: 10px 0;
	border-bottom: 1px solid #c2c2c2
}

.dev .nav li:last-of-type {
	border-bottom: none
}

.dev .logo {
	background: none;
	width: auto;
	height: auto;
	margin-left: 0;
	left: 5%;
	top: 30px;
	position: static;
	padding: 20px 20px
}

.dev .logo img {
	width: 140px
}

@media all and (min-width: 576px) {
	.dev .logo {
		padding: 20px 80px
	}
}

@media all and (min-width: 992px) {
	.dev .logo {
		position: absolute;
		padding: 0
	}
}

.dev #homepage-slideshow {
	position: relative;
	height: 51vw
}

.dev #homepage-slideshow .flex-direction-nav a.flex-next {
	display: block;
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/icon/direction-arrow-next-new.png') no-repeat center center / cover;
	width: 40px
}

.dev #homepage-slideshow .flex-direction-nav a.flex-prev {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/icon/direction-arrow-prev-new.png') no-repeat center center / cover;
	width: 40px;
	display: block
}

.dev #homepage-slideshow .flex-direction-nav a.flex-next:hover {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/icon/direction-arrow-next-new-red.png') no-repeat center center / cover
}

.dev #homepage-slideshow .flex-direction-nav a.flex-prev:hover {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/icon/direction-arrow-prev-new-red.png') no-repeat center center / cover
}

@media (min-width: 768px) {

	.dev #homepage-slideshow .flex-direction-nav a.flex-next,
	.dev #homepage-slideshow .flex-direction-nav a.flex-prev {
		width: 63px
	}
}

@media all and (min-width: 992px) {
	.dev #homepage-slideshow {
		border-bottom: 0 solid #fff;
		height: 60vw
	}
}

@media (min-width: 1200px) {
	.dev #homepage-slideshow {
		height: 50.4vw
	}
}

@media all and (max-width: 575px) {
	.dev #homepage-slideshow {
		height: 340px
	}
}

@-moz-document url-prefix() {
	.dev #homepage-slideshow {
		height: 49.7vw
	}
}

.dev #homepage-chips {
	padding: 140px 0;
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/wood-bg-new.jpg') no-repeat center center / cover
}

.dev #homepage-chips h2 {
	font-family: 'NOVA STAMP Bold';
	font-size: 58px;
	color: #fff;
	line-height: 1;
	margin: 0
}

.dev #homepage-chips p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Libre Franklin', sans-serif
}

.dev #homepage-chips .wood-10years-logo {
	display: none
}

@media (min-width: 992px) {
	.dev #homepage-chips .wood-10years-logo {
		position: absolute;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 0 5%;
		top: 100px
	}
}

.dev #homepage-chips .wood-10years-logo img {
	width: 20%
}

.dev .bottombar {
	display: none
}

@media all and (min-width: 992px) {
	.dev .bottombar {
		position: absolute;
		z-index: 99;
		width: 100%;
		bottom: 0;
		display: flex;
		justify-content: space-between
	}

	.dev .bottombar .language {
		align-self: center;
		margin-left: 60px
	}

	.dev .bottombar .language a {
		color: #fff;
		font-size: 18px;
		font-weight: 900;
		font-family: 'Libre Franklin', sans-serif;
		text-decoration: none
	}

	.dev .bottombar .language a:hover {
		color: #a81f31
	}

	.dev .bottombar img.icons-bottom {
		width: calc(14vw + 271px);
		margin: 30px 20px;
		align-self: center
	}
}

.dev .local-section {
	background: url('https://coveredbridgechips.com/wp-content/uploads/2024/10/CBPCC-215-scaled.jpg') no-repeat center center / cover
}

.dev .local-section .local-section-container {
	padding: 155px 315px
}

.dev .local-section .local-section-container p {
	font-family: 'Libre Franklin';
	font-weight: 400;
	color: #fff;
	padding: 25px 52% 0 0;
	font-size: 18px;
	line-height: 1.8
}

.dev .local-section .local-section-container .callout-btn {
	width: 250px
}

.dev .local-section .local-section-container a:hover {
	opacity: .6
}

.dev .local-section .local-section-container .local-title-fr {
	width: 100%;
	display: block;
	font-family: 'NOVA STAMP Bold';
	font-size: 3vw;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 5px
}

@media all and (min-width: 768px) {
	.dev .local-section {
		height: 60vw
	}

	.dev .local-section .local-section-container {
		padding: 90px 35px
	}

	.dev .local-section .local-section-container img {
		width: 285px
	}

	.dev .local-section .local-section-container p {
		padding: 15px calc(37.21vw - 33.84px) 0 0;
		font-size: 15px;
		line-height: 1.5
	}
}

@media all and (min-width: 992px) {
	.dev .local-section {
		height: 50.4vw
	}

	.dev .local-section .local-section-container {
		padding: calc(7vw + 20.5px) calc(28.55vw - 233.27px)
	}

	.dev .local-section .local-section-container .title-img {
		width: calc(14vw + 131px)
	}

	.dev .local-section .local-section-container p {
		font-size: calc(.32vw + 11.8px);
		padding: 25px 52% 0 0;
		line-height: 1.8
	}

	.dev .local-section .local-section-container .local-title-fr {
		font-size: 3vw;
		line-height: 1.2
	}
}

@media all and (min-width: 1200px) {
	.dev .local-section .local-section-container .local-title-fr {
		font-size: 3vw;
		line-height: 1.2
	}
}

@media all and (max-width: 767px) {
	.dev .local-section {
		background: #2e368d
	}

	.dev .local-section .local-section-container {
		padding: 75px 10% 70px 10%
	}

	.dev .local-section .local-section-container p {
		padding: 25px 0
	}

	.dev .local-section .local-section-container .title-img {
		width: 390px
	}

	.dev .local-section .local-section-container .local-title-fr {
		font-size: 5vw;
		line-height: 1.2
	}
}

@media all and (max-width: 575px) {
	.dev .local-section .local-section-container .title-img {
		width: 100%
	}

	.dev .local-section .local-section-container .local-title-fr {
		font-size: 5vw;
		line-height: 1.2
	}
}

.dev .anatomy-section-container {
	background: url('https://coveredbridgechips.com/wp-content/uploads/resource/img/bg/cb-anatomy-2022.jpg') no-repeat center center / cover;
	height: 51vw
}

.dev .anatomy-section-container .callout-btn {
	width: 270px
}

.dev .anatomy-section-container a:hover {
	opacity: .6
}

@media all and (min-width: 992px) {
	.dev .anatomy-section-container {
		height: calc(19.93vw + 596.24px)
	}

	.dev .anatomy-section-container .callout-btn {
		position: absolute;
		bottom: calc(3.23vw + 107.93px);
		left: calc(51.07vw - 155.68px)
	}
}

@media all and (max-width: 991px) {
	.dev .anatomy-section-container {
		background: url('https://coveredbridgechips.com/wp-content/uploads/resource/img/bg/anatomy-mobile.jpg') no-repeat center center / cover;
		height: 89vw
	}

	.dev .anatomy-section-container .callout-btn {
		width: 200px;
		position: absolute;
		bottom: 15px;
		left: calc(43.37vw - 77.83px)
	}
}

@media all and (max-width: 768px) {
	.dev .anatomy-section-container {
		background: url('https://coveredbridgechips.com/wp-content/uploads/resource/img/bg/anatomy-mobile2.jpg') no-repeat center center / cover;
		height: 124vw
	}

	.dev .anatomy-section-container .callout-btn {
		left: calc(47.37vw - 77.83px);
		width: 155px
	}
}

@media all and (max-width: 575px) {
	.dev .anatomy-section-container .callout-btn {
		position: absolute;
		bottom: 15px;
		left: calc(43.37vw - 77.83px);
		display: none
	}
}

@media all and (max-width: 450px) {
	.dev .anatomy-section-container .callout-btn {
		position: absolute;
		bottom: 15px;
		left: calc(51.37vw - 77.83px);
		width: 140px
	}
}

.dev .anatomy-section-container-fr {
	background: url('https://coveredbridgechips.com/wp-content/uploads/resource/img/bg/cb-anatomy-2022-fr.jpg') no-repeat center center / cover !important;
	height: 51vw
}

.dev .anatomy-section-container-fr .callout-btn {
	width: 270px
}

.dev .anatomy-section-container-fr a:hover {
	opacity: .6
}

@media all and (min-width: 992px) {
	.dev .anatomy-section-container-fr {
		height: calc(19.93vw + 596.24px)
	}

	.dev .anatomy-section-container-fr .callout-btn {
		position: absolute;
		bottom: calc(3.23vw + 107.93px);
		left: calc(51.07vw - 155.68px)
	}
}

@media all and (max-width: 991px) {
	.dev .anatomy-section-container-fr {
		background: url('https://coveredbridgechips.com/wp-content/uploads/resource/img/bg/cb-anatomy-mobile-2022-fr.jpg') no-repeat center center / cover !important;
		height: 124vw !important
	}

	.dev .anatomy-section-container-fr .callout-btn {
		width: 200px;
		position: absolute;
		bottom: 15px;
		left: calc(43.37vw - 100.83px) !important
	}
}

@media all and (max-width: 768px) {
	.dev .anatomy-section-container-fr {
		background: url('https://coveredbridgechips.com/wp-content/uploads/resource/img/bg/cb-anatomy-mobile-2022-fr.jpg') no-repeat center center / cover !important;
		height: 124vw
	}

	.dev .anatomy-section-container-fr .callout-btn {
		left: calc(47.37vw - 100.83px) !important;
		width: 155px
	}
}

@media all and (max-width: 575px) {
	.dev .anatomy-section-container-fr .callout-btn {
		position: absolute;
		bottom: 15px;
		left: calc(43.37vw - 77.83px);
		display: none
	}
}

@media all and (max-width: 450px) {
	.dev .anatomy-section-container-fr .callout-btn {
		position: absolute;
		bottom: 15px;
		left: calc(51.37vw - 77.83px);
		width: 140px
	}
}

.dev #homepage-slideshow .cta {
	background: transparent;
	box-shadow: none;
	bottom: -35px
}

.dev #homepage-slideshow .cta i {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/arrow.png);
	background-size: cover;
	width: 52px;
	height: 55px
}

@media all and (min-width: 768px) {
	.dev #homepage-slideshow .cta i {
		width: 75px;
		height: 80px
	}
}

@media (min-width: 1200px) {
	.dev #homepage-slideshow .cta {
		bottom: 10px
	}
}

.dev .chips .row .flavour .circle {
	background: none;
	box-shadow: none;
	border: none
}

.dev #frame {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	display: inline-block;
	z-index: 1
}

.dev .footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media (min-width: 992px) {
	.dev .footer {
		background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/footer-background.jpg') no-repeat center center / cover;
		height: 55vw;
	}
}

.dev .firstdiv {
	background-color: #2e368d;
	padding: 20px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	position: relative
}

@media (min-width: 576px) {
	.dev .firstdiv {
		padding: 20px 20px 80px 20px
	}
}

@media all and (min-width: 992px) {
	.dev .firstdiv {
		flex-direction: row;
		padding: 45px 20px 20px 20px;
		background-color: #2f3790;
		z-index: 0;
	}
}

.dev .firstdiv img {
	width: 300px;
	text-align: center;
	margin: 20px auto;
	display: block
}

@media (min-width: 768px) {
	.dev .firstdiv img {
		width: 430px
	}
}

@media (min-width: 992px) {
	.dev .firstdiv img {
		margin: auto 10% auto;
		width: calc(57.6vw - 262px)
	}
}

@media all and (min-width: 1200px) {
	.dev .firstdiv img {
		margin: auto calc(41.9vw - 463px) auto;
		width: calc(28.47vw + 188.33px)
	}
}

.dev .firstdiv img.tenyears-mobile {
	display: block
}

@media (min-width: 992px) {
	.dev .firstdiv img.tenyears-mobile {
		display: none
	}
}

.dev .firstdiv img.tenyears-desktop {
	display: none
}

@media (min-width: 992px) {
	.dev .firstdiv img.tenyears-desktop {
		display: block
	}
}

.dev .firstdiv .contact-form {
	width: 100%;
	position: static
}

@media (min-width: 576px) {
	.dev .firstdiv .contact-form {
		background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/form-background.png') no-repeat center center / contain;
		height: 620px
	}
}

@media all and (min-width: 992px) {
	.dev .firstdiv .contact-form {
		background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/form-background.png') no-repeat center center / contain;
		height: 620px;
		margin-right: 10px;
		width: 500px;
		height: 715px;
		top: -130px;
		z-index: 99;
		right: 0;
		position: absolute
	}
}

@media all and (min-width: 1200px) {
	.dev .firstdiv .contact-form {
		margin-right: calc(9.3vw - 98.6px);
		width: 530px;
		top: calc(13.19vw - 335.33px)
	}
}

.dev .firstdiv .contact-form #contact-us {
	padding: 40px 0;
	margin: auto;
	height: auto;
	min-width: auto
}

@media (min-width: 576px) {
	.dev .firstdiv .contact-form #contact-us {
		width: 525px;
		padding: 80px 50px
	}
}

@media all and (min-width: 992px) {
	.dev .firstdiv .contact-form #contact-us {
		padding: 120px 50px;
		width: auto
	}
}

@media all and (min-width: 1200px) {
	.dev .firstdiv .contact-form #contact-us {
		padding: 100px 50px
	}
}

.dev .firstdiv .contact-form #contact-us .col-2 {
	width: 100%;
	min-height: auto;
	padding: 0;
	height: auto
}

.dev .firstdiv .contact-form #contact-us .col-2 h2 {
	font-family: 'NOVA STAMP Bold';
	text-align: left;
	color: #fff;
	line-height: 1;
	font-size: 35px;
	margin: 20px 0 10px 0
}

@media (min-width: 1200px) {
	.dev .firstdiv .contact-form #contact-us .col-2 h2 {
		font-size: 40px
	}
}

.dev .firstdiv .contact-form #contact-us .col-2 h4 {
	text-align: left;
	color: #fff;
	font-size: 16px;
	font-family: 'Libre Franklin', sans-serif;
	margin: 0 0 20px
}

@media (min-width: 1200px) {
	.dev .firstdiv .contact-form #contact-us .col-2 h4 {
		margin: 0 0 20px
	}
}

.dev .firstdiv .contact-form #contact-us .col-2 #contactForm {
	width: 100%;
	max-width: none
}

.dev #contact-us .col-2 #contactForm input,
.dev #contact-us .col-2 #contactForm select {
	background: #fff !important;
	height: 40px;
	padding: 0 0 0 20px;
	border: none;
	font-weight: 800;
	color: #2e368d !important;
	font-size: 16px;
	font-family: 'Libre Franklin', sans-serif;
	width: 93%;
	text-align: left;
	margin: 0 0 8px
}

.dev #contact-us .col-2 #contactForm textarea {
	background: #fff !important;
	height: 65px;
	padding: 12px 0 0 20px;
	font-weight: 800;
	color: #2e368d !important;
	width: 93%;
	font-size: 16px;
	font-family: 'Libre Franklin', sans-serif;
	margin-bottom: 8px
}

.dev .buttonSection {
	width: 93%;
	margin: auto;
	display: flex;
	align-items: center;
	flex-direction: column
}

@media (min-width: 576px) {
	.dev .buttonSection {
		flex-direction: row
	}
}

.dev .red-button {
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
	background: #a81f31;
	border: 1px solid #a81f31;
	float: right;
	padding: 10px 40px;
	width: auto;
	height: auto;
	line-height: 1;
	align-self: flex-end;
	margin-top: 25px
}

@media (min-width: 576px) {
	.dev .red-button {
		align-self: flex-end;
		background: #2e368d;
		border: 1px solid #2e368d;
		margin-top: 0
	}
}

.dev .red-button:hover {
	background: none
}

.dev .rc-Disclaimer {
	color: #fff;
	text-align: left;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 11px !important;
	margin-bottom: 0
}

.dev .rc-Disclaimer a {
	color: #fff
}

.dev .rc-Disclaimer a:hover {
	color: #a81f31
}

@media (min-width: 576px) {
	.dev .rc-Disclaimer a:hover {
		color: #2e368d
	}
}

.dev #contact-us .col-2 #contactForm #message h2 {
	font-size: 18px;
	margin-bottom: 0
}

.dev #contact-us .col-2 #contactForm #message h4 {
	font-size: 14px
}

.dev ::-webkit-input-placeholder {
	color: #2e368d;
	font-weight: 800
}

.dev :-ms-input-placeholder {
	color: #2e368d;
	font-weight: 800
}

.dev ::placeholder {
	color: #2e368d;
	font-weight: 800
}

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

@media (min-width: 992px) {
	.dev .footer-img {
		display: none
	}
}

.dev .footer-bottom {
	display: flex;
	padding: 10px 60px;
	color: #fff;
	justify-content: space-evenly;
	align-items: center
}

@media (min-width: 1200px) {
	.dev .footer-bottom {
		padding: 10px calc(7.6vw - 86.6px)
	}
}

.dev .footer-bottom img {
	width: 145px;
	margin-top: -20px
}

.dev .footer-bottom .info {
	display: flex;
	flex-direction: column
}

.dev .footer-bottom .info .contact-info {
	display: flex
}

.dev .footer-bottom .info .contact-info p {
	font-family: 'Libre Franklin', sans-serif;
	padding: 0 20px;
	font-size: 13px;
	margin: 0
}

.dev .footer-bottom .info .contact-info p span {
	font-weight: 800;
	text-transform: uppercase
}

.dev .footer-bottom .info .contact-info p:first-of-type {
	border-right: 2px solid #a81f31
}

.dev .footer-bottom .info .copyright {
	padding: 0 20px;
	margin-top: 20px;
	font-size: 13px;
	font-family: 'Libre Franklin', sans-serif
}

.dev .footer-bottom .social-icons i.fab {
	padding: 10px 10px;
	background-color: #a81f31;
	color: #fff;
	border-radius: 50%;
	margin: 0 0px
}

.dev .footer-bottom .social-icons i.fab.fa-facebook-f {
	padding: 10px 15px
}

.dev .footer-bottom .social-icons i.fab:hover {
	background-color: #2e368d
}

.dev .footer-bottom .footer-menu {
	display: flex
}

.dev .footer-bottom .footer-menu ul {
	list-style-type: none
}

.dev .footer-bottom .footer-menu ul li {
	font-family: 'Libre Franklin', sans-serif;
	padding: 5px 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase
}

.dev .footer-bottom .footer-menu ul li a {
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

.dev .footer-bottom .footer-menu ul li a:hover {
	color: #a81f31
}

@media (max-width: 1199px) {
	.dev .footer-bottom {
		background-color: #000;
		flex-wrap: wrap;
		padding: 40px 60px
	}

	.dev .footer-bottom img {
		max-width: 20%;
		flex: 0 0 100%;
		margin: auto;
		margin-bottom: 20px
	}

	.dev .footer-bottom .info {
		max-width: 100%;
		flex: 0 0 100%
	}

	.dev .footer-bottom .info .contact-info {
		justify-content: center
	}

	.dev .footer-bottom .info p {
		text-align: center
	}

	.dev .footer-bottom .social-icons {
		max-width: 100%;
		flex: 0 0 100%;
		margin: auto;
		text-align: center;
		padding-bottom: 60px
	}

	.dev .footer-bottom .footer-menu {
		max-width: 100%;
		flex: 0 0 100%;
		justify-content: center
	}
}

@media (max-width: 991px) {
	.dev .footer-bottom {
		padding: 10px 10px 90px 10px
	}

	.dev .footer-bottom img {
		margin-top: -80px;
		z-index: 999
	}

	.dev .footer-bottom .info {
		margin-top: 40px
	}

	.dev .footer-bottom .info .contact-info {
		flex-direction: column
	}

	.dev .footer-bottom .info .contact-info p:first-of-type {
		border-right: none;
		padding-bottom: 20px
	}

	.dev .footer-bottom .info .copyright {
		padding-top: 30px
	}
}

@media (max-width: 765px) {
	.dev .footer-bottom img {
		max-width: 150px
	}

	.dev .footer-bottom .footer-menu {
		flex-direction: column
	}

	.dev .footer-bottom .footer-menu ul {
		text-align: center;
		margin: 0;
		padding-left: 0
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.dev .footer-bottom {
		margin-top: 423px
	}
}

.dev .footer-sub {
	display: flex;
	padding: 10px 60px;
	color: #fff;
	background-color: #000;
	justify-content: space-evenly;
	align-items: center
}

@media (min-width: 1200px) {
	.dev .footer-sub {
		padding: 40px calc(7.6vw - 86.6px)
	}
}

.dev .footer-sub img {
	width: 145px;
	margin-top: -20px
}

.dev .footer-sub .info {
	display: flex;
	flex-direction: column
}

.dev .footer-sub .info .contact-info {
	display: flex
}

.dev .footer-sub .info .contact-info p {
	font-family: 'Libre Franklin', sans-serif;
	padding: 0 20px;
	font-size: 13px;
	margin: 0
}

.dev .footer-sub .info .contact-info p span {
	font-weight: 800;
	text-transform: uppercase
}

.dev .footer-sub .info .contact-info p:first-of-type {
	border-right: 2px solid #a81f31
}

.dev .footer-sub .info .copyright {
	padding: 0 20px;
	margin-top: 20px;
	font-size: 13px;
	font-family: 'Libre Franklin', sans-serif
}

.dev .footer-sub .social-icons i.fab {
	padding: 10px 10px;
	background-color: #a81f31;
	color: #fff;
	border-radius: 50%;
	margin: 0 5px
}

.dev .footer-sub .social-icons i.fab.fa-facebook-f {
	padding: 10px 15px
}

.dev .footer-sub .social-icons i.fab:hover {
	background-color: #2e368d
}

.dev .footer-sub .footer-menu {
	display: flex
}

.dev .footer-sub .footer-menu ul {
	list-style-type: none
}

.dev .footer-sub .footer-menu ul li {
	font-family: 'Libre Franklin', sans-serif;
	padding: 5px 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase
}

.dev .footer-sub .footer-menu ul li a {
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

.dev .footer-sub .footer-menu ul li a:hover {
	color: #a81f31
}

@media (max-width: 1199px) {
	.dev .footer-sub {
		background-color: #000;
		flex-wrap: wrap;
		padding: 40px 60px
	}

	.dev .footer-sub img {
		max-width: 20%;
		flex: 0 0 100%;
		margin: auto;
		margin-bottom: 20px
	}

	.dev .footer-sub .info {
		max-width: 100%;
		flex: 0 0 100%
	}

	.dev .footer-sub .info .contact-info {
		justify-content: center
	}

	.dev .footer-sub .info p {
		text-align: center
	}

	.dev .footer-sub .social-icons {
		max-width: 100%;
		flex: 0 0 100%;
		margin: auto;
		text-align: center;
		padding-bottom: 20px
	}

	.dev .footer-sub .footer-menu {
		max-width: 100%;
		flex: 0 0 100%;
		justify-content: center
	}
}

@media (max-width: 991px) {
	.dev .footer-sub {
		padding: 50px 10px 90px 10px
	}

	.dev .footer-sub .info {
		margin-top: 40px
	}

	.dev .footer-sub .info .contact-info {
		flex-direction: column
	}

	.dev .footer-sub .info .contact-info p:first-of-type {
		border-right: none;
		padding-bottom: 20px
	}

	.dev .footer-sub .info .copyright {
		padding-top: 30px
	}
}

@media (max-width: 765px) {
	.dev .footer-sub img {
		max-width: 150px
	}

	.dev .footer-sub .footer-menu {
		flex-direction: column
	}

	.dev .footer-sub .footer-menu ul {
		text-align: center;
		margin: 0;
		padding-left: 0
	}
}

.dev .our-story-nw p {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif
}

.dev #about-landing .text h2 {
	font-family: 'NOVA STAMP Bold'
}

.dev #about-landing .btn {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/misc/about-btn-bg.png');
	opacity: 1;
	padding: 0;
	text-align: center
}

.dev #about-landing .btn:hover {
	opacity: 0.5
}

.dev #about-landing .cell-1 {
	height: 400px
}

@media (min-width: 768px) {
	.dev #about-landing .cell-1 {
		height: 46vw
	}
}

@media (min-width: 1366px) {
	.dev #about-landing .cell-1 {
		width: 60%;
		height: 50vw
	}
}

.dev #about-landing .cell-2,
.dev #about-landing .cell-3 {
	height: 400px
}

@media (min-width: 768px) {

	.dev #about-landing .cell-2,
	.dev #about-landing .cell-3 {
		height: 42vw
	}
}

@media (min-width: 1366px) {

	.dev #about-landing .cell-2,
	.dev #about-landing .cell-3 {
		width: 100%;
		height: 25vw
	}
}

@media (max-width: 767px) {
	.dev #about-landing .right-col {
		height: 800px
	}
}

.dev #process .process-step#intro {
	height: 500px
}

@media (min-width: 768px) {
	.dev #process .process-step#intro {
		height: 100%
	}
}

.dev #process .process-step h1 {
	font-family: 'NOVA STAMP Bold';
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	margin: auto
}

@media (min-width: 768px) {
	.dev #process .process-step h1 {
		font-size: 60px
	}

	.dev #process .process-step h1 #process .process-step#intro {
		height: auto
	}
}

.dev #process .process-step .step {
	width: 86px;
	height: 90px;
	font-size: 36px;
	padding: 0px;
	line-height: 1;
	text-indent: 0;
	text-align: center;
	background: url(https://coveredbridgechips.com/wp-content/uploads/misc/the-process-step-bg.png) no-repeat center center / cover;
	font-family: 'Libre Franklin', sans-serif;
	margin-top: -60px
}

.dev #process .process-step .step span {
	font-size: 20px
}

@media (min-width: 768px) {
	.dev #process .process-step .step {
		width: 150px;
		height: 155px;
		font-size: 60px;
		margin-top: -95px
	}

	.dev #process .process-step .step span {
		font-size: 20px
	}
}

.dev #careers .col-12 {
	width: 100%;
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/careers-bg-2022.jpg') no-repeat center center / cover;
	height: 440px
}

.dev #careers .col-12 .mobile-careers {
	display: none
}

.dev #careers .col-12 .content {
	margin: auto
}

.dev #careers .col-12 .content h1 {
	font-family: 'NOVA STAMP Bold';
	font-size: 32px;
	color: #fff;
	letter-spacing: 2px
}

.dev #careers .col-12 .content p {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	color: #fff
}

.dev #careers .col-12 .content .mailto-cls {
	color: #fff;
	font-weight: 700;
	text-decoration: none
}

.dev #careers .col-12 .content .mailto-cls:hover {
	color: #a81f31
}

.dev #careers .col-12 .content .indeed-cls:hover {
	opacity: .6
}

.dev #careers .col-12 .content .indeed-cls img {
	width: 270px
}

@media (min-width: 768px) {
	.dev #careers .col-12 .content {
		width: 500px;
		left: 16%;
		top: 23%
	}
}

@media (min-width: 992px) {
	.dev #careers .col-12 .content {
		position: relative;
		width: calc(28.98vw + 152.46px);
		left: calc(-28.7vw + 60.5px);
		top: calc(7.84vw + 127.49px)
	}

	.dev #careers .col-12 .content h1 {
		font-size: 50px;
		color: #fff;
		letter-spacing: 2px;
		line-height: 1.2;
		width: 80%
	}
}

@media (min-width: 1200px) {
	.dev #careers .col-12 .content {
		width: 600px;
		left: -20%;
		top: 22%
	}
}

@media (min-width: 576px) {
	.dev #careers .col-12 {
		height: 66vw
	}
}

@media (min-width: 992px) {
	.dev #careers .col-12 {
		height: 895px
	}
}

@media (min-width: 1200px) {
	.dev #careers .col-12 {
		height: 66vw
	}
}

@media (max-width: 991px) {
	.dev #careers .col-12 {
		height: 100%;
		background: #2e368d
	}

	.dev #careers .col-12 .mobile-careers {
		display: block
	}

	.dev #careers .col-12 .content {
		padding: 75px 10% 50px;
		width: 100%;
		position: initial
	}
}

.dev #factory-tours {
	display: flex;
	flex-direction: column
}

.dev #factory-tours img.img-desktop {
	display: none
}

.dev #factory-tours img.img-small {
	height: 65vw
}

.dev #factory-tours .col-2 {
	width: auto;
	height: auto;
	min-height: auto;
	padding: 50px 40px 50px 40px;
	position: relative
}

.dev #factory-tours .col-2 .ornaments {
	width: 300px;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

@media (min-width: 768px) {
	.dev #factory-tours .col-2 .ornaments {
		width: 420px
	}
}

.dev #factory-tours .col-2 h1 {
	font-family: 'NOVA STAMP Bold';
	color: #a81f31;
	font-size: 32px
}

.dev #factory-tours .col-2 h3 {
	font-family: 'Libre Franklin', sans-serif;
	color: #2e368d;
	font-weight: 800;
	font-size: 20px;
	padding-top: 20px
}

.dev #factory-tours .col-2 p {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	padding: 10px 0;
	margin: 0
}

.dev #factory-tours .col-2 .tours-last-p {
	font-weight: 600
}

.dev #factory-tours .col-2 .tours-last-p span {
	color: #2e368d
}

@media (min-width: 1400px) {
	.dev #factory-tours {
		flex-direction: row
	}

	.dev #factory-tours .ornaments {
		width: 60%
	}

	.dev #factory-tours img.img-small {
		display: none
	}

	.dev #factory-tours img.img-desktop {
		display: block;
		max-width: 60%;
		height: auto;
		flex: 0 0 60%
	}

	.dev #factory-tours .col-2 {
		max-width: 40%;
		height: auto;
		flex: 0 0 40%;
		padding: 80px 3% 20px 3%
	}
}

.ourstory-container {
	position: absolute;
	top: 77%;
	left: 0;
	width: auto;
	margin: auto;
	text-align: center;
	padding: 0 calc(37.06vw - 331.72px)
}

.ourstory-container p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	color: #FFF
}

.ourstory-container h3 {
	font-size: calc(1.18vw + 20.24px);
	line-height: 43px;
	margin-bottom: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'RockwellStd-BoldCondensed'
}

.our-story-h1 {
	color: #2e368d !important;
	top: 15% !important
}

.gradient-ourstory {
	width: 100%;
	height: 100%;
	display: block;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 55%, #3c3b3b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #3c3b3b));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, #3c3b3b 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, #3c3b3b 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 55%, #3c3b3b 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, #3c3b3b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

.dev .parallax-wrapper .para .content {
	width: 100%;
	text-align: center;
	padding: 0 calc(37.06vw - 331.72px);
	left: 0
}

.dev .blog-bg {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/news-bg-2022.jpg') no-repeat center center / cover
}

.dev .news-title {
	width: 90%;
	display: block;
	margin: 170px auto 80px auto;
	font-family: 'NOVA STAMP Bold';
	font-size: 58px;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-transform: uppercase
}

@media (min-width: 768px) {
	.dev .news-title {
		width: 90%
	}
}

@media (min-width: 1200px) {
	.dev .news-title {
		width: 100%
	}
}

@media (max-width: 991px) {
	.dev .news-title {
		font-size: 6vw;
		margin: 60px auto 80px auto !important;
	}
}

@media (min-width: 768px) {
	.dev .news-title-fr {
		font-size: 50px !important
	}
}

@media (max-width: 991px) {
	.dev .news-title-fr {
		font-size: 6vw !important
	}
}

.dev #blog-index1 {
	padding-left: calc(10.77vw - 106.89px)
}

.dev #blog-index1 article img {
	width: 100%
}

.dev #blog-index1 .col-6-right {
	padding: 64px calc(11.5vw - 183px)
}

.dev #blog-index1 .col-6-left {
	padding: 0 calc(10.5vw - 183px) 100px calc(32.5vw - 183px)
}

@media (max-width: 991px) {
	.dev #blog-index1 .col-6-left {
		padding: 0
	}
}

.dev #blog-index1 .col {
	height: 100%;
	width: 50%;
	flex-direction: column;
	margin: auto;
	justify-content: center;
	float: left;
	position: relative;
	display: flex
}

@media (max-width: 991px) {
	.dev #blog-index1 .col {
		width: 100%;
		flex-direction: row
	}
}

.dev #blog-index1 ul li img {
	width: 290px
}

.dev #blog-index1 ul li a:hover {
	opacity: .6
}

.dev #blog-index1 ul {
	list-style: none
}

.dev #blog-index1 ul li {
	padding: 14px 0
}

.dev .footer-sub {
	clear: both
}

.dev h1.heading-mobile {
	width: 90%;
	margin: 0px auto 50px;
	color: #fff;
	font-family: 'NOVA STAMP BOLD';
	font-size: 32px;
	padding: 50px 0 0 0px
}

@media (min-width: 768px) {
	.dev h1.heading-mobile {
		display: none
	}
}

.dev #blog-index {
	width: 90%;
	margin: 0px auto 50px auto;
	height: 600px;
	overflow-y: auto;
	overflow-y: scroll;
	position: relative
}

.dev #blog-index h1 {
	color: #fff;
	font-family: 'NOVA STAMP BOLD';
	font-size: 32px;
	padding: 50px 0 0 0px;
	display: none;
	z-index: 999
}

@media (min-width: 768px) {
	.dev #blog-index {
		width: 90%;
		margin: -40px auto 50px auto;
		height: 400px
	}

	.dev #blog-index h1.heading-desk {
		display: block;
		position: absolute;
		padding: 50px 0 0 50px;
		color: #a81f31
	}
}

@media (min-width: 1200px) {
	.dev #blog-index {
		width: calc(27.7vw + 615.6px);
		margin: -40px auto 50px auto;
		height: 660px
	}

	.dev #blog-index h1 {
		position: absolute
	}
}

.dev #blog-index::-webkit-scrollbar {
	width: 20px
}

.dev #blog-index::-webkit-scrollbar-track {
	background: #b1b4d0
}

.dev #blog-index::-webkit-scrollbar-thumb {
	background: #a81f31
}

.dev #blog-index article {
	background: #fff;
	display: flex;
	flex-direction: column
}

.dev #blog-index article .bg {
	position: static;
	flex: 1;
	width: 100%;
	height: 250px
}

.dev #blog-index article .bg img {
	width: 80%
}

.dev #blog-index article .details {
	position: static;
	background: none;
	width: auto;
	height: auto;
	padding: 50px
}

.dev #blog-index article .details .date {
	padding: 0;
	text-align: left
}

.dev #blog-index article .details .date .month,
.dev #blog-index article .details .date .year,
.dev #blog-index article .details .date .day {
	font-size: 16px;
	line-height: 1;
	color: #c2c2c2;
	font-family: 'Libre Franklin', sans-serif
}

.dev #blog-index article .details .text {
	padding-right: 0
}

.dev #blog-index article .details .cell {
	display: block
}

.dev #blog-index article .details h2 {
	font-size: 16px;
	line-height: 1;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 800;
	color: #2e368d
}

.dev #blog-index article .details p {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px
}

.dev #blog-index article .details .post-link {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/about-btn-bg.png) no-repeat center center / contain;
	opacity: 1;
	padding: 20px;
	text-align: center;
	width: 150px;
	text-decoration: none;
	height: 80px;
	line-height: 35px;
	color: #fff;
	display: block;
	margin-top: 0px;
	font-family: 'Libre Franklin', sans-serif
}

.dev #blog-index article .bg {
	flex: auto
}

@media (min-width: 768px) {
	.dev #blog-index article {
		flex-direction: row;
		height: 300px;
		padding-bottom: 60px
	}

	.dev #blog-index article .bg {
		width: auto !important;
		height: auto !important;
		flex: 1.3;
		margin-left: 50px
	}

	.dev #blog-index article:first-of-type {
		height: 400px
	}

	.dev #blog-index article:first-of-type .details {
		padding: 115px 5px 0 50px
	}

	.dev #blog-index article:first-of-type .details:before {
		display: none
	}
}

@media (min-width: 768px) {
	.dev article.left .details {
		order: 2;
		flex: 1.5
	}

	.dev article.left .bg {
		order: 1
	}

	.dev article.right .details {
		order: 1;
		flex: 1.5
	}

	.dev article.right .bg {
		order: 2
	}
}

.dev .arrow-news {
	position: absolute;
	bottom: 20%;
	left: 50%;
	z-index: 99999
}

.dev .arrow-news img {
	width: 65%
}

@media (min-width: 768px) {
	.dev .arrow-news {
		bottom: 53%
	}
}

@media (min-width: 992px) {
	.dev .arrow-news {
		bottom: 44%
	}
}

@media (min-width: 1200px) {
	.dev .arrow-news {
		bottom: 20%
	}
}

.dev #contact-us {
	height: 600px
}

.dev #contact-us .col {
	width: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	margin: auto;
	justify-content: center;
	height: 600px;
	min-height: auto
}

@media (min-width: 992px) {
	.dev #contact-us .col {
		height: 800px;
		width: 50%;
		flex-direction: column;
		margin: auto;
		justify-content: center
	}
}

.dev #contact-us .col-6-left {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/contact-left.jpg') no-repeat center center / cover;
	align-items: center;
	padding: 85px 8%
}

@media (min-width: 768px) {
	.dev #contact-us .col-6-left {
		padding: 65px calc(21.5vw - 183px)
	}
}

@media (min-width: 992px) {
	.dev #contact-us .col-6-left {
		border-bottom: 3px solid #fff
	}
}

.dev #contact-us .col-6-left h1 {
	font-family: 'NOVA STAMP BOLD';
	font-size: calc(3.2vw + 14px);
	color: #fff
}

@media (min-width: 576px) {
	.dev #contact-us .col-6-left h1 {
		font-size: 32px
	}
}

.dev #contact-us .col-6-left p,
.dev #contact-us .col-6-left td,
.dev #contact-us .col-6-left a {
	font-family: 'Libre Franklin', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none
}

.dev #contact-us .col-6-left p span,
.dev #contact-us .col-6-left td span,
.dev #contact-us .col-6-left a span {
	font-weight: 800
}

.dev #contact-us .col-6-left a:hover {
	opacity: 0.8
}

.dev #contact-us .col-6-left h5 {
	font-weight: 800;
	font-size: 18px;
	font-family: 'Libre Franklin', sans-serif;
	color: #fff
}

.dev #contact-us .col-6-right {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/contact-right.jpg') no-repeat center center / cover;
	padding: 0 8%
}

@media (min-width: 768px) {
	.dev #contact-us .col-6-right {
		padding: 65px 157px
	}
}

@media (min-width: 992px) {
	.dev #contact-us .col-6-right {
		padding: 0px calc(21.5vw - 183px);
		border-bottom: 3px solid #fff
	}
}

.dev #contact-us .col-6-right p,
.dev #contact-us .col-6-right h4 {
	font-family: 'Libre Franklin', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400
}

.dev #contact-us .col-6-right h2 {
	font-family: 'NOVA STAMP BOLD';
	font-size: 32px;
	color: #fff;
	text-align: left
}

.dev #contact-us .col-6-right input,
.dev #contact-us .col-6-right textarea,
.dev #contact-us .col-6-right select {
	padding: 10px 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	display: block;
	border: 1px solid #bbb;
	width: 100%;
	margin: 5px 0
}

.dev #contact-us .col-6-right select {
	color: #2e368d;
	font-weight: 800
}

.dev #contact-us .col-6-right textarea {
	width: 100%;
	margin: 5px 0;
	height: auto
}

.dev #contact-us .col-6-right .buttonSection {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	padding-top: 10px
}

.dev #contact-us .col-6-right .buttonSection .rc-Disclaimer {
	padding-right: 5px;
	font-size: 11px
}

.dev #contact-us .col-6-right .red-button {
	background-color: #a81f31;
	color: #fff;
	border: 1px solid #a81f31
}

.dev #contact-us .col-6-right .red-button:hover {
	background-color: transparent
}

.dev #contact-us .col-6-right #message {
	margin: 30px 0 0 0;
	display: none
}

.dev #contact-us .col-6-right #message h2 {
	font-size: 18px;
	margin-bottom: 0
}

.dev #contact-us .col-6-right #message h4 {
	font-size: 14px
}

@media (min-width: 992px) {
	.dev #contact-us {
		height: 800px
	}
}

.dev .col-6-rightNw {
	width: 50%;
	margin: auto;
	display: flex !important;
	text-align: center !important;
	justify-content: center !important;
	margin-left: 24% !important;
	background: transparent !important
}

.dev .col-6-rightNw h2,
.dev .col-6-rightNw h4 {
	color: #2e368d !important;
	text-align: left
}

.dev .col-6-rightNw .red-button {
	background-color: #a81f31;
	color: #fff;
	border: 1px solid #a81f31
}

.dev .col-6-rightNw .red-button:hover {
	background-color: transparent;
	color: #a81f31 !important
}

.dev .col-6-rightNw .buttonSection .rc-Disclaimer {
	color: #2e368d !important
}

.dev .col-6-rightNw .buttonSection .rc-Disclaimer a {
	color: #2e368d !important;
	text-decoration: none !important
}

.dev .col-6-rightNw .buttonSection .rc-Disclaimer a:hover {
	text-decoration: underline !important
}

.dev .col-6-rightNw label.error {
	display: block;
	color: red;
	text-align: left
}

@media (max-width: 991px) {
	.dev .col-6-rightNw {
		margin-left: 0 !important;
		height: auto !important;
		padding-top: 65px !important;
		padding-bottom: 65px !important
	}
}

.dev .col-6-rightWsNw {
	width: 100%;
	display: flex !important;
	text-align: center !important;
	justify-content: center !important;
	margin-left: 0 !important;
	background: transparent !important;
	border-bottom: 0 !important;
	padding: 0 !important
}

.dev .col-6-rightWsNw h2,
.dev .col-6-rightWsNw h4,
.dev .col-6-rightWsNw h3 {
	color: #fff !important;
	text-align: left
}

.dev .col-6-rightWsNw label.error {
	display: block;
	color: red;
	text-align: left
}

.dev .col-6-rightWsNw .groupCheckbox {
	display: flex;
	align-items: center;
	justify-content: left
}

.dev .col-6-rightWsNw .groupCheckbox label {
	color: #fff;
	padding: 0 40px 0 10px;
	font-size: 15px
}

.dev .col-6-rightWsNw input[type="checkbox"] {
	padding: 0;
	margin: 0;
	width: 25px !important;
	height: 25px !important
}

@media (max-width: 991px) {
	.dev .col-6-rightWsNw {
		margin-left: 0 !important;
		height: auto !important;
		padding-top: 65px !important;
		padding-bottom: 65px !important
	}
}

.dev table {
	margin-bottom: 4.4em
}

.dev .become-wholesaler-btn .wholesale-btn {
	width: 300px !important;
	margin-top: 0 !important;
	padding-bottom: 20px !important;
	z-index: 5;
	position: relative;
	left: 95px
}

.dev .become-wholesaler-btn .wholesale-btn:hover {
	opacity: 1
}

@media (min-width: 992px) {
	.dev .become-wholesaler-btn .wholesale-btn {
		width: calc(5.38vw + 178.55px) !important;
		left: calc(8.62vw - 70.51px)
	}
}

@media (max-width: 991px) {
	.dev .become-wholesaler-btn .wholesale-btn {
		left: 0
	}
}

.dev .become-wholesaler-btn .lets-btn {
	width: 300px !important;
	margin-top: 0px !important;
	position: relative;
	right: 95px;
	z-index: 100
}

.dev .become-wholesaler-btn .lets-btn:hover {
	opacity: 1
}

@media (min-width: 992px) {
	.dev .become-wholesaler-btn .lets-btn {
		width: calc(6.46vw + 150.86px) !important;
		right: calc(8.62vw - 70.51px)
	}
}

@media (max-width: 991px) {
	.dev .become-wholesaler-btn .lets-btn {
		right: 0
	}
}

.dev .map {
	max-width: 100%;
	height: auto
}

@media (min-width: 1200px) {
	.dev .map {
		display: none
	}
}

@media (min-width: 1200px) {
	.dev .footer-contactuspage {
		background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/contact-footer-bg.jpg') no-repeat center center / cover;
		padding: 150px calc(7.6vw - 86.6px) 40px
	}
}

.wholesale-bg {
	background: #f5f5f5 !important
}

.wholesale-bg .news-title {
	margin: 65px auto 20px auto !important;
	letter-spacing: 5px !important;
	color: #902434 !important
}

@media (max-width: 991px) {
	.wholesale-bg .news-title {
		font-size: 32px;
		text-align: left !important;
		padding-left: calc(32.28vw - 129.98px);
		width: 100% !important
	}
}

@media (max-width: 575px) {
	.wholesale-bg .news-title {
		padding-left: 7%
	}
}

.wholesale-bg h3 {
	color: #902434 !important;
	margin: 25px auto;
	display: flex;
	justify-content: center;
	font-size: 17px;
	text-align: left
}

.wholesale-bg h4 {
	padding: 15px 0 0px 0;
	color: #922431 !important;
	font-size: 16px !important;
	font-weight: 400 !important
}

.wholesale-bg #contact-uspage {
	height: auto !important;
	padding-bottom: 100px
}

.wholesale-bg #contact-uspage .col-6-left,
.wholesale-bg #contact-uspage .col-6-right {
	background: transparent !important;
	border-bottom: 0;
	padding: 200px 0 0 0 !important
}

.wholesale-bg #contact-uspage .col-6-right {
	padding: 200px 0 70px 0 !important
}

@media (max-width: 991px) {
	.wholesale-bg #contact-uspage .col-6-right {
		padding: 10px calc(32.28vw - 129.98px) 100px calc(32.28vw - 129.98px) !important
	}
}

@media (max-width: 575px) {
	.wholesale-bg #contact-uspage .col-6-right {
		padding: 10px 7% 100px 7% !important
	}
}

.wholesale-bg #contact-uspage .col-6-left {
	padding: 200px 0 0 0 !important
}

@media (max-width: 991px) {
	.wholesale-bg #contact-uspage .col-6-left {
		padding: 55px 0 0 0 !important
	}
}

.wholesale-bg #contact-uspage .col {
	height: auto !important
}

.wholesale-bg #contact-uspage img {
	width: 250px
}

.wholesale-bg #contact-uspage article {
	text-align: center;
	padding-top: 20px
}

.wholesale-bg #contact-uspage article p {
	color: #5d5d5d;
	text-align: left;
	line-height: 21px;
	padding-left: 19%;
	padding-right: 9%;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-size: 16px
}

@media (min-width: 992px) {
	.wholesale-bg #contact-uspage article p {
		padding-left: calc(24.46vw - 194.65px);
		padding-right: calc(24.78vw - 195.86px)
	}
}

@media (max-width: 991px) {
	.wholesale-bg #contact-uspage article p {
		margin: 10px auto 10px auto;
		padding-left: calc(32.28vw - 129.98px);
		padding-right: calc(32.28vw - 129.98px)
	}
}

@media (max-width: 575px) {
	.wholesale-bg #contact-uspage article p {
		padding-left: 7% !important;
		padding-right: 7% !important
	}
}

.wholesale-bg #contact-uspage .col-6-right input,
.wholesale-bg #contact-uspage .col-6-right textarea,
.wholesale-bg #contact-uspage col-6-right select {
	padding: 10px 15px
}

.wholesale-bg #contact-uspage .col-6-right .groupCheckbox {
	display: flex;
	justify-content: left;
	align-items: center;
	color: #31378b !important
}

.wholesale-bg #contact-uspage .col-6-right .groupCheckbox input[type="checkbox"] {
	width: 25px;
	height: 25px
}

.wholesale-bg #contact-uspage .col-6-right .groupCheckbox label {
	padding: 0 20px;
	font-size: 15px
}

@media (max-width: 575px) {
	.wholesale-bg #contact-uspage .col-6-right .groupCheckbox label {
		padding: 0 6px;
		font-size: 13px
	}
}

.wholesale-bg #contact-uspage .col-6-right form label.error {
	color: red !important
}

@media (min-width: 992px) {
	.wholesale-bg #contact-uspage .col-6-right form {
		width: calc(19.07vw + 268.79px)
	}
}

.wholesale-bg #contact-uspage .col-6-right form .red-button:hover {
	background: #31378b !important
}

.wholesale-bg #contact-uspage .col-6-right .rc-Disclaimer {
	color: #31378b !important
}

.wholesale-bg #contact-uspage .col-6-right .rc-Disclaimer a {
	color: #31378b !important;
	text-decoration: none !important
}

.wholesale-bg #contact-uspage .col-6-right .rc-Disclaimer a:hover {
	color: #922431 !important
}

.contact-form-btns {
	background: transparent !important;
	top: calc(22.3vw - 335.33px) !important;
	margin-right: calc(15.3vw - 98.6px) !important
}

@media (min-width: 992px) {
	.dev #firstdiv {
		padding: 0 20px 0 20px !important;
		height: calc(4.31vw + 57.24px);
		z-index:1;
		margin-top:-1px;
	}
}

@media (min-width: 992px) {
	.dev #firstdiv img {
		margin: auto !important;
	}
	.dev #firstdiv a{
		position: relative;
		top:-10px;
	}

	.dev #firstdiv img.tenyears-desktop {
		margin: auto !important;
		width: calc(31.78vw + 44.65px) !important
	}
}

@media (max-width: 991px) {
	.dev #firstdiv {
		padding: 90px 20px 90px 20px
	}

	.dev .become-wholesaler-btn .lets-btn {
		margin-top: 40px !important
	}

	.dev #firstdiv .contact-form {
		display: none
	}
}

.contactus-new-pg {
	background: #f5f5f5 !important
}

.contactus-new-pg .col-6-left,
.contactus-new-pg .col-6-right {
	background: #f5f5f5 !important;
	border: 0 !important
}

.contactus-new-pg .col-6-left h1,
.contactus-new-pg .col-6-left h5,
.contactus-new-pg .col-6-right h1,
.contactus-new-pg .col-6-right h5 {
	color: #922431 !important
}

@media (max-width: 991px) {

	.contactus-new-pg .col-6-left h1,
	.contactus-new-pg .col-6-right h1 {
		font-size: 38px !important
	}
}

@media (max-width: 400px) {

	.contactus-new-pg .col-6-left h1,
	.contactus-new-pg .col-6-right h1 {
		font-size: 25px !important
	}
}

.contactus-new-pg .col-6-left p,
.contactus-new-pg .col-6-left td,
.contactus-new-pg .col-6-left a,
.contactus-new-pg .col-6-right p,
.contactus-new-pg .col-6-right td,
.contactus-new-pg .col-6-right a {
	color: #5d5d5d !important;
	padding-left: 0
}

.contactus-new-pg .col-6-left h2,
.contactus-new-pg .col-6-left span,
.contactus-new-pg .col-6-left h4,
.contactus-new-pg .col-6-right h2,
.contactus-new-pg .col-6-right span,
.contactus-new-pg .col-6-right h4 {
	color: #393e8b !important
}

.contactus-new-pg .col-6-left span,
.contactus-new-pg .col-6-right span {
	font-size: 14px
}

@media (max-width: 991px) {

	.contactus-new-pg .col-6-left span,
	.contactus-new-pg .col-6-right span {
		font-size: 20px
	}
}

.contactus-new-pg .col-6-left .inner,
.contactus-new-pg .col-6-right .inner {
	padding-top: 25px
}

.contactus-new-pg .col-6-right .form-new-bg {
	background: #fff;
	padding: 40px 32px
}

.contactus-new-pg .col-6-right .form-new-bg .red-button:hover {
	background: #31378b !important
}

.contactus-new-pg .col-6-right .form-new-bg label.error {
	display: block;
	color: red
}

.contactus-new-pg .col {
	float: left;
	position: relative;
	display: flex;
	min-height: auto;
	height: auto !important;
	width: 50%;
	flex-direction: column;
	margin: auto;
	justify-content: center
}

@media (max-width: 991px) {
	.contactus-new-pg .col {
		width: 100%
	}
}

@media (max-width: 991px) {

	.contactus-new-pg #contact-uspage .col-6-left p,
	.contactus-new-pg #contact-uspage .col-6-left td,
	.contactus-new-pg #contact-uspage .col-6-left span a,
	.contactus-new-pg #contact-uspage .col-6-right p,
	.contactus-new-pg #contact-uspage .col-6-right td,
	.contactus-new-pg #contact-uspage .col-6-right span a {
		font-size: 20px !important
	}
}

@media (max-width: 991px) {

	.contactus-new-pg #contact-uspage .col-6-left,
	.contactus-new-pg #contact-uspage .col-6-right {
		padding-top: 0;
		padding-bottom: 0
	}
}

.contactus-new-pg .map-section {
	height: 400px;
	position: relative;
	z-index: -4;
}

@media (min-width: 992px) {
	.contactus-new-pg .map-section {
		height: calc(12.93vw + 151.72px)
	}
}

.contactus-new-pg .map-section .col-6-left,
.contactus-new-pg .map-section .col-6-right {
	align-items: center;
	height: auto !important
}

.contactus-new-pg .map-section .col-6-left img,
.contactus-new-pg .map-section .col-6-right img {
	width: 500px
}

@media (min-width: 992px) {

	.contactus-new-pg .map-section .col-6-left img,
	.contactus-new-pg .map-section .col-6-right img {
		width: calc(18.85vw + 237.93px)
	}
}

@media (max-width: 991px) {
	.contactus-new-pg .map-section .col-6-left {
		align-items: initial
	}
}

.contactus-new-pg .map-section .col-6-left img {
	padding-left: calc(21.5vw - 183px);
	width: 800px
}

@media (min-width: 992px) {
	.contactus-new-pg .map-section .col-6-left img {
		width: calc(26.93vw + 132.75px);
		margin-left: calc(26.4vw - 216.89px);
		padding-left: 0
	}
}

@media (max-width: 991px) {
	.contactus-new-pg .map-section .col-6-left img {
		padding-left: 0;
		width: 100%
	}
}

@media (max-width: 991px) {
	.contactus-new-pg .map-section .col-6-left {
		padding-top: 60px
	}
}

@media (max-width: 991px) {
	.contactus-new-pg .map-section .col-6-right img {
		margin-top: 60px
	}
}

@media (max-width: 757px) {
	.contactus-new-pg .map-section .col-6-right img {
		width: 100%
	}
}

.contactus-new-pg #contact-uspage .rc-Disclaimer {
	font-size: 11px !important
}

@media (min-width: 992px) {
	.contactus-new-pg #contact-uspage {
		height: 750px
	}

	.contactus-new-pg #contact-uspage .col-6-left {
		padding-top: 130px
	}

	.contactus-new-pg #contact-uspage .col-6-right {
		padding-top: 155px
	}
}

@media (min-width: 992px) {

	.become-a-wholesaler a,
	.contact-us a,
	.devenir-grossiste a,
	.contactez-nous a {
		color: #393e8b !important
	}

	.become-a-wholesaler a:hover,
	.contact-us a:hover,
	.devenir-grossiste a:hover,
	.contactez-nous a:hover {
		color: #a81f31 !important
	}
}

.become-wholesaler-top {
	padding-right: 30px
}

.become-wholesaler-container {
	padding: 15px 0;
	background: #000;
	width: 100%;
	text-align: center;
	text-decoration: none
}

@media (min-width: 992px) {
	.become-wholesaler-container {
		display: none
	}
}

@media (max-width: 991px) {
	.become-wholesaler-container {
		display: block
	}
}

.become-wholesaler-container .become-wholesaler-top-a {
	text-decoration: none;
	color: #fff;
	font-size: 16px !important;
	font-weight: 900;
	font-family: 'Libre Franklin', sans-serif;
	text-transform: uppercase
}

.become-wholesaler-container .become-wholesaler-top-a:hover {
	color: #a81f31
}

@media (max-width: 991px) {
	.dev .menu {
		top: 158px
	}
}

@media (max-width: 767px) {
	.dev .menu {
		top: 158px
	}
}

@media (max-width: 575px) {
	.dev .menu {
		top: 135px
	}
}

@media (max-width: 991px) {
	.dev nav {
		top: 295px
	}
}

.dev #full-chips {
	padding: 140px 0;
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/our-chips-bg-2022.jpg') no-repeat center center / cover;
	height: 2874px
}

.dev #full-chips h2 {
	font-family: 'NOVA STAMP Bold';
	font-size: 58px;
	color: #fff;
	line-height: 1;
	margin: 0
}

.dev #full-chips p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Libre Franklin', sans-serif
}

.dev #full-chips .wood-10years-logo {
	display: none
}

@media (min-width: 992px) {
	.dev #full-chips .wood-10years-logo {
		position: absolute;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 0 5%;
		top: 34%
	}
}

.dev #full-chips .wood-10years-logo img {
	width: 20%
}

@media (min-width: 1366px) {
	.dev #full-chips .row {
		width: 80%;
		height: calc(3.3vw + 269.22px);
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/our-chips-top-shelves4-2022.png) bottom center no-repeat;
		background-size: contain
	}

	.dev #full-chips .firstnew {
		width: calc(11.30vw + 924.81px);
		height: calc(3.7vw + 262.22px);
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/our-chips-top-shelves5-2022.png) bottom center no-repeat;
		background-size: contain
	}

	.dev #full-chips .flavour {
		width: 185px;
		height: calc(3.61vw + 275.68px)
	}
}

@media (max-width: 1600px) and (min-width: 1366px) {
	.dev .chips .row.second {
		margin-top: 0
	}
}

@media (max-width: 1365px) and (min-width: 992px) {
	.dev .chips .row {
		width: 80%;
		height: calc(6.9vw + 156.85px);
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/our-chips-top-shelves4-2022.png) bottom center no-repeat;
		background-size: contain
	}

	.dev .chips .firstnew {
		width: calc(21.98vw + 561.91px);
		height: calc(4.82vw + 187.12px);
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/our-chips-top-shelves5-2022.png) bottom center no-repeat;
		background-size: contain
	}

	.dev .chips .row.second {
		margin-top: 0
	}

	.dev .chips .row .flavour {
		width: 130px;
		height: calc(5.63vw + 158.15px)
	}

	.dev #full-chips {
		height: calc(86.63vw + 1210.55px)
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.dev .chips .row {
		width: 751px;
		height: 255px;
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/shelve-751x69.png) bottom center no-repeat
	}

	.dev .chips .row .flavour {
		margin-top: 12px;
		width: 120px;
		height: 205px
	}

	.dev .chips .row.second {
		margin-top: 0
	}

	.dev #full-chips {
		height: 2282px
	}
}

@media (max-width: 767px) {
	.dev .chips .row .flavour {
		margin-bottom: 100px;
		width: 100%;
		height: 210px;
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/shelve-309x53.png) center bottom no-repeat !important
	}

	.dev #full-chips {
		height: 100%
	}
}

.langs {
	width: 100%;
	padding: 40px 0 0 30px;
	display: flex
}

.langs a {
	width: 30px;
	height: 30px;
	display: block;
	background-size: cover;
	margin-right: 10px
}

#frame {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	display: inline-block;
	z-index: 1
}

.logo {
	background: none;
	width: auto;
	height: auto;
	margin-left: 0;
	left: 5%;
	top: 30px;
	position: static;
	padding: 20px 20px;
	display: inline-block;
	background-size: contain;
	z-index: 500
}

.logo img {
	width: 140px
}

.logo.fixed {
	position: fixed
}

#main-logo img{
	position:relative!important;
}

@media all and (min-width: 576px) {
	.logo {
		padding: 20px 80px
	}
}

@media all and (max-width: 768px) {
	.logo {
		width: 128px;
		height: 87px
	}
}

@media all and (max-width: 576px) {
	.logo {
		width: 128px!important;
		height: 87px!important
	}
}

@media all and (min-width: 992px) {
	.logo {
		position: absolute;
		padding: 0
	}
}

.scroll-prompt {
	width: 92px;
	height: 92px;
	display: none;
	margin: 0 0 0 -46px;
	left: 50%;
	bottom: 40px;
	position: fixed;
	z-index: 200;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/scroll-prompt.png)
}

.scroll-prompt i {
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	margin: 0 0 0 -1px;
	left: 50%;
	bottom: 56px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.parallax-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0
}

.parallax-wrapper .para {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 100%
}

.parallax-wrapper .para#intro {
	top: 0%
}

.parallax-wrapper .para .gradient {
	width: 100%;
	height: 100%;
	display: block;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

.parallax-wrapper .para img {
	display: none
}

.parallax-wrapper .para .content {
	width: 530px;
	position: absolute;
	bottom: 90px;
	left: 90px;
	color: #FFF;
	font-family: 'RockwellStd-Light';
	z-index: 300
}

.parallax-wrapper .para .content h3 {
	font-size: 43px;
	line-height: 43px;
	margin-bottom: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'RockwellStd-BoldCondensed'
}

.parallax-wrapper .para .content p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0
}

@media all and (max-width: 1600px) and (min-width: 1366px) {
	.parallax-wrapper .para .content {
		left: 90px;
		bottom: 90px
	}
}

@media all and (max-width: 1365px) and (min-width: 768px) {
	.parallax-wrapper .para .content {
		left: 50px;
		bottom: 50px
	}
}

@media all and (max-width: 767px) {
	.parallax-wrapper .para .content {
		width: 85%;
		left: 30px;
		bottom: 30px
	}

	.parallax-wrapper .para .content p {
		line-height: 22px
	}
}

.red-button {
	width: 163px;
	height: 51px;
	display: inline-block;
	line-height: 51px;
	text-align: center;
	text-decoration: none;
	font-size: 23px;
	color: #fff;
	font-family: 'Bubblegum Sans', cursive;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/btn-order.png);
	cursor: pointer;
	border: none
}

.red-button.fr {
	width: auto;
	padding: 0 15px;
	background-size: 100% 100%
}

#map-canvas {
	width: 100%;
	height: 100%;
	display: block
}

#homepage-slideshow {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	z-index: 1;
	-webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#homepage-slideshow .dark-russet {
	position: absolute;
	bottom: -50px;
	right: 0;
	z-index: 200;
	display: none;
	width: 500px;
	height: 51vw;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/dark-russet-potato-chips.png) top
}

#homepage-slideshow .dark-russet:hover {
	background-position: bottom
}

#homepage-slideshow .cta {
	display: block;
	position: absolute;
	left: 50%;
	padding: 0 25px;
	color: #fff;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 200;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: transparent;
	box-shadow: none;
	bottom: -35px
}

#homepage-slideshow .cta i {
	display: inline-block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/arrow.png);
	background-size: cover;
	width: 52px;
	height: 55px
}

@media all and (min-width: 768px) {
	#homepage-slideshow .cta i {
		width: 75px;
		height: 80px
	}
}

@media (min-width: 1200px) {
	#homepage-slideshow .cta {
		bottom: 10px
	}
}

#homepage-slideshow .slides {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1
}

#homepage-slideshow .slides li {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
	text-align: center
}

#homepage-slideshow .slides li a {
	text-decoration: none
}

#homepage-slideshow .slides li span {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

#homepage-slideshow .slides li .graphic {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle
}

#homepage-slideshow .slides li.youtube.flex-active-slide .iframe-holster iframe {
	display: inline-block
}

#homepage-slideshow .slides li.youtube .iframe-holster {
	width: 1043px;
	height: 529px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -265px 0 0 -522px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/youtube-border.png);
	background-size: cover
}

#homepage-slideshow .slides li.youtube .iframe-holster .mobile-overlay {
	display: none
}

#homepage-slideshow .slides li.youtube .iframe-holster iframe {
	width: 853px;
	height: 480px;
	margin: 25px 0 0 16px;
	display: none
}

#homepage-slideshow .flex-direction-nav a {
	position: absolute;
	top: 50%;
	margin: -23px 0 0;
	width: 89px;
	height: 48px;
	display: block;
	text-indent: -999px;
	z-index: 10;
	overflow: hidden;
	cursor: pointer
}

#homepage-slideshow .flex-direction-nav a.flex-prev {
	left: 50px;
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/icon/direction-arrow-prev-new.png') no-repeat center center / cover;
	width: 40px;
	display: block
}

#homepage-slideshow .flex-direction-nav a.flex-prev:hover {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/icon/direction-arrow-prev-new-red.png') no-repeat center center / cover
}

#homepage-slideshow .flex-direction-nav a.flex-next {
	right: 50px;
	display: block;
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/icon/direction-arrow-next-new.png') no-repeat center center / cover;
	width: 40px
}

#homepage-slideshow .flex-direction-nav a.flex-next:hover {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/icon/direction-arrow-next-new-red.png') no-repeat center center / cover
}

@media (min-width: 768px) {

	#homepage-slideshow .flex-direction-nav a.flex-next,
	#homepage-slideshow .flex-direction-nav a.flex-prev {
		width: 63px
	}
}

@media all and (min-width: 992px) {
	#homepage-slideshow {
		border-bottom: 5px solid #fff;
		height: 60vw
	}
}

@media (min-width: 1200px) {
	#homepage-slideshow {
		height: 51vw
	}
}

@media all and (max-width: 575px) {
	#homepage-slideshow {
		height: 340px
	}
}

@media all and (min-width: 1367px) {
	#homepage-slideshow .cta {
		height: 116px;
		padding-top: 25px
	}

	#homepage-slideshow .cta i {
		margin: 5px 0 0 0
	}

	#homepage-slideshow .cta:hover i {
		margin-top: 10px
	}
}

@media all and (max-width: 1366px) and (min-width: 769px) {
	#homepage-slideshow {
		height: 867px
	}

	#homepage-slideshow .cta {
		bottom: -45px;
		height: 90px;
		padding-top: 10px
	}

	#homepage-slideshow .cta i {
		margin: 5px 0 0 0
	}

	#homepage-slideshow .cta:hover i {
		margin-top: 10px
	}

	#homepage-slideshow .slides li.youtube .iframe-holster {
		width: 685px;
		height: 347px;
		margin: -174px 0 0 -342px
	}

	#homepage-slideshow .slides li.youtube .iframe-holster iframe {
		width: 560px;
		height: 315px;
		margin: 16px 0 0 11px
	}
}

@media all and (max-width: 768px) {
	#homepage-slideshow {
		height: 400px
	}

	#homepage-slideshow .cta {
		height: 50px;
		bottom: -25px;
		padding: 0 15px;
		font-size: 14px;
		line-height: 14px
	}

	#homepage-slideshow .cta i {
		margin: 2px
	}

	#homepage-slideshow .cta:hover i {
		margin-top: 2px
	}

	#homepage-slideshow .flex-direction-nav a {
		width: 46px;
		height: 25px
	}

	#homepage-slideshow .flex-direction-nav a.flex-prev {
		left: 10px
	}

	#homepage-slideshow .flex-direction-nav a.flex-next {
		right: 10px
	}

	#homepage-slideshow .slides li.youtube {
		overflow-x: hidden
	}

	#homepage-slideshow .slides li.youtube .iframe-holster {
		width: 392px;
		height: 199px;
		margin: -100px 0 0 -199px;
		position: relative
	}

	#homepage-slideshow .slides li.youtube .iframe-holster .mobile-overlay {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		z-index: 900
	}

	#homepage-slideshow .slides li.youtube .iframe-holster iframe {
		width: 320px;
		height: 180px;
		margin: 10px 0 0 6px
	}
}

@media screen and (max-width: 400px) {
	#homepage-slideshow {
		height: 340px
	}
}

#homepage-chips {
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 120px 0;
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/wood-bg-new.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

#homepage-chips h2 {
	font-family: 'NOVA STAMP Bold';
	font-size: 58px;
	color: #fff;
	line-height: 1;
	margin: 0
}

#homepage-chips p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Libre Franklin', sans-serif
}

#homepage-chips .wood-10years-logo {
	display: none
}

@media (min-width: 992px) {
	#homepage-chips .wood-10years-logo {
		position: absolute;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 0 5%;
		top: 100px
	}
}

#homepage-chips .wood-10years-logo img {
	width: 20%
}

@media (max-width: 767px) {
	#homepage-chips {
		background-repeat: repeat;
		background-size: auto
	}
}

.bottombar {
	display: none
}

@media all and (min-width: 992px) {
	.bottombar {
		position: absolute;
		z-index: 99;
		width: 100%;
		bottom: 0;
		display: flex;
		justify-content: space-between
	}

	.bottombar .language {
		align-self: center;
		margin-left: 60px
	}

	.bottombar .language a {
		color: #fff;
		font-size: 18px;
		font-weight: 900;
		font-family: 'Libre Franklin', sans-serif;
		text-decoration: none
	}

	.bottombar .language a:hover {
		color: #a81f31
	}

	.bottombar img.icons-bottom {
		width: 150px;
		margin: 20px;
		align-self: center
	}
}

.footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media (min-width: 992px) {
	.footer {
		background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/footer-background.jpg') no-repeat center center / cover;
		height: 58vw
	}
}

@media (min-width: 1200px) {
	.footer {
		height: 55vw
	}
}

.footer .firstdiv {
	background-color: #2e368d;
	padding: 20px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	position: relative
}

@media (min-width: 576px) {
	.footer .firstdiv {
		padding: 20px 20px 80px 20px
	}
}

@media all and (min-width: 992px) {
	.footer .firstdiv {
		flex-direction: row;
		padding: 40px 20px;
		background-color: #000d98a3
	}
}

.footer .firstdiv img {
	width: 300px;
	text-align: center;
	margin: 20px auto;
	display: block
}

@media (min-width: 768px) {
	.footer .firstdiv img {
		width: 430px
	}
}

@media (min-width: 992px) {
	.footer .firstdiv img {
		margin: auto 10% auto;
		width: calc(57.6vw - 262px)
	}
}

@media all and (min-width: 1200px) {
	.footer .firstdiv img {
		margin: auto calc(40.9vw - 463px) auto;
		width: calc(30.5vw + 163px)
	}
}

.footer .firstdiv img.tenyears-mobile {
	display: block
}

@media (min-width: 992px) {
	.footer .firstdiv img.tenyears-mobile {
		display: none
	}
}

.footer .firstdiv img.tenyears-desktop {
	display: none
}

@media (min-width: 992px) {
	.footer .firstdiv img.tenyears-desktop {
		display: block
	}
}

.footer .firstdiv .contact-form {
	width: 100%;
	position: static
}

@media (min-width: 576px) {
	.footer .firstdiv .contact-form {
		background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/form-background.png') no-repeat center center / contain;
		height: 620px
	}
}

@media all and (min-width: 992px) {
	.footer .firstdiv .contact-form {
		background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/form-background.png') no-repeat center center / contain;
		height: 620px;
		margin-right: 10px;
		width: 500px;
		height: 715px;
		top: -130px;
		z-index: 99;
		right: 0;
		position: absolute
	}
}

@media all and (min-width: 1200px) {
	.footer .firstdiv .contact-form {
		margin-right: calc(9.3vw - 98.6px);
		width: 530px;
		top: calc(12.5vw - 370px)
	}
}

.footer .firstdiv .contact-form #contact-us {
	padding: 40px 0;
	margin: auto;
	height: auto;
	min-width: auto
}

@media (min-width: 576px) {
	.footer .firstdiv .contact-form #contact-us {
		width: 525px;
		padding: 80px 50px
	}
}

@media all and (min-width: 992px) {
	.footer .firstdiv .contact-form #contact-us {
		padding: 120px 50px;
		width: auto
	}
}

@media all and (min-width: 1200px) {
	.footer .firstdiv .contact-form #contact-us {
		padding: 100px 50px
	}
}

.footer .firstdiv .contact-form #contact-us .col-2 {
	width: 100%;
	min-height: auto;
	padding: 0;
	height: auto
}

.footer .firstdiv .contact-form #contact-us .col-2 h2 {
	font-family: 'NOVA STAMP Bold';
	text-align: left;
	color: #fff;
	line-height: 1;
	font-size: 35px;
	margin: 20px 0 10px 0
}

@media (min-width: 1200px) {
	.footer .firstdiv .contact-form #contact-us .col-2 h2 {
		font-size: 40px
	}
}

.footer .firstdiv .contact-form #contact-us .col-2 h4 {
	text-align: left;
	color: #fff;
	font-size: 16px;
	font-family: 'Libre Franklin', sans-serif;
	margin: 0 0 20px
}

@media (min-width: 1200px) {
	.footer .firstdiv .contact-form #contact-us .col-2 h4 {
		margin: 0 0 20px
	}
}

.footer .firstdiv .contact-form #contact-us .col-2 #contactForm {
	width: 100%;
	max-width: none
}

#contact-us .col-2 #contactForm input,
#contact-us .col-2 #contactForm select {
	background: #fff !important;
	height: 40px;
	padding: 0 0 0 20px;
	border: none;
	font-weight: 800;
	color: #2e368d !important;
	font-size: 16px;
	font-family: 'Libre Franklin', sans-serif;
	width: 93%;
	text-align: left;
	margin: 0 0 8px
}

#contact-us .col-2 #contactForm textarea {
	background: #fff !important;
	height: 65px;
	padding: 12px 0 0 20px;
	font-weight: 800;
	color: #2e368d !important;
	width: 93%;
	font-size: 16px;
	font-family: 'Libre Franklin', sans-serif;
	margin-bottom: 8px
}

.buttonSection {
	width: 93%;
	margin: auto;
	display: flex;
	align-items: center;
	flex-direction: column
}

@media (min-width: 576px) {
	.buttonSection {
		flex-direction: row
	}
}

.red-button {
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
	background: #a81f31;
	border: 1px solid #a81f31;
	float: right;
	padding: 10px 40px;
	width: auto;
	height: auto;
	line-height: 1;
	align-self: flex-end;
	margin-top: 25px
}

@media (min-width: 576px) {
	.red-button {
		align-self: flex-end;
		background: #2e368d;
		border: 1px solid #2e368d;
		margin-top: 0
	}
}

.red-button:hover {
	background: none
}

.rc-Disclaimer {
	color: #fff;
	text-align: left;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 11px !important;
	margin-bottom: 0
}

.rc-Disclaimer a {
	color: #fff
}

.rc-Disclaimer a:hover {
	color: #a81f31
}

@media (min-width: 576px) {
	.rc-Disclaimer a:hover {
		color: #2e368d
	}
}

#contact-us .col-2 #contactForm #message {
	margin: 20px 0 0 0;
	display: none
}

#contact-us .col-2 #contactForm #message h2 {
	font-size: 18px;
	margin-bottom: 0
}

#contact-us .col-2 #contactForm #message h4 {
	font-size: 14px
}

body ::-webkit-input-placeholder {
	color: #2e368d;
	font-weight: 800
}

body :-ms-input-placeholder {
	color: #2e368d;
	font-weight: 800
}

body ::placeholder {
	color: #2e368d;
	font-weight: 800
}

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

@media (min-width: 992px) {
	.footer-img {
		display: none
	}
}

.footer-bottom {
	display: flex;
	padding: 10px 60px;
	color: #fff;
	justify-content: space-evenly;
	align-items: center
}

@media (min-width: 1200px) {
	.footer-bottom {
		padding: 10px calc(7.6vw - 86.6px)
	}
}

.footer-bottom img {
	width: 145px;
	margin-top: -20px
}

.footer-bottom .info {
	display: flex;
	flex-direction: column
}

.footer-bottom .info .contact-info {
	display: flex
}

.footer-bottom .info .contact-info p {
	font-family: 'Libre Franklin', sans-serif;
	padding: 0 20px;
	font-size: 13px;
	margin: 0
}

.footer-bottom .info .contact-info p span {
	font-weight: 800;
	text-transform: uppercase
}

.footer-bottom .info .contact-info p:first-of-type {
	border-right: 2px solid #a81f31
}

.footer-bottom .info .copyright {
	padding: 0 20px;
	margin-top: 20px;
	font-size: 13px;
	font-family: 'Libre Franklin', sans-serif
}

.footer-bottom .social-icons i.fab {
	padding: 10px 10px;
	background-color: #a81f31;
	color: #fff;
	border-radius: 50%;
	margin: 0 5px
}

.footer-bottom .social-icons i.fab.fa-facebook-f {
	padding: 10px 15px
}

.footer-bottom .social-icons i.fab:hover {
	background-color: #2e368d
}

.footer-bottom .footer-menu {
	display: flex
}

.footer-bottom .footer-menu ul {
	list-style-type: none
}

.footer-bottom .footer-menu ul li {
	font-family: 'Libre Franklin', sans-serif;
	padding: 5px 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase
}

.footer-bottom .footer-menu ul li a {
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

.footer-bottom .footer-menu ul li a:hover {
	color: #a81f31
}

@media (max-width: 1199px) {
	.footer-bottom {
		background-color: #000;
		flex-wrap: wrap;
		padding: 40px 60px
	}

	.footer-bottom img {
		max-width: 20%;
		flex: 0 0 100%;
		margin: auto;
		margin-bottom: 20px
	}

	.footer-bottom .info {
		max-width: 100%;
		flex: 0 0 100%
	}

	.footer-bottom .info .contact-info {
		justify-content: center
	}

	.footer-bottom .info p {
		text-align: center
	}

	.footer-bottom .social-icons {
		max-width: 100%;
		flex: 0 0 100%;
		margin: auto;
		text-align: center;
		padding-bottom: 20px
	}

	.footer-bottom .footer-menu {
		max-width: 100%;
		flex: 0 0 100%;
		justify-content: center
	}
}

@media (max-width: 991px) {
	.footer-bottom {
		padding: 10px 10px 90px 10px
	}

	.footer-bottom img {
		margin-top: 20px;
		z-index: 999
	}

	.footer-bottom .info {
		margin-top: 40px
	}

	.footer-bottom .info .contact-info {
		flex-direction: column
	}

	.footer-bottom .info .contact-info p:first-of-type {
		border-right: none;
		padding-bottom: 20px
	}

	.footer-bottom .info .copyright {
		padding-top: 30px
	}
}

@media (max-width: 765px) {
	.footer-bottom img {
		max-width: 150px
	}

	.footer-bottom .footer-menu {
		flex-direction: column
	}

	.footer-bottom .footer-menu ul {
		text-align: center;
		margin: 0;
		padding-left: 0
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer-bottom {
		margin-top: 423px
	}
}

.footer-sub {
	display: flex;
	padding: 10px 60px;
	color: #fff;
	background-color: #000;
	justify-content: space-evenly;
	align-items: center
}

@media (min-width: 1200px) {
	.footer-sub {
		padding: 40px calc(7.6vw - 86.6px)
	}
}

.footer-sub img {
	width: 145px;
	margin-top: -20px
}

.footer-sub .info {
	display: flex;
	flex-direction: column
}

.footer-sub .info .contact-info {
	display: flex
}

.footer-sub .info .contact-info p {
	font-family: 'Libre Franklin', sans-serif;
	padding: 0 20px;
	font-size: 13px;
	margin: 0
}

.footer-sub .info .contact-info p span {
	font-weight: 800;
	text-transform: uppercase
}

.footer-sub .info .contact-info p:first-of-type {
	border-right: 2px solid #a81f31
}

.footer-sub .info .copyright {
	padding: 0 20px;
	margin-top: 20px;
	font-size: 13px;
	font-family: 'Libre Franklin', sans-serif
}

.footer-sub .social-icons i.fab {
	padding: 10px 10px;
	background-color: #a81f31;
	color: #fff;
	border-radius: 50%;
	margin: 0 5px
}

.footer-sub .social-icons i.fab.fa-facebook-f {
	padding: 10px 15px
}

.footer-sub .social-icons i.fab:hover {
	background-color: #2e368d
}

.footer-sub .footer-menu {
	display: flex
}

.footer-sub .footer-menu ul {
	list-style-type: none
}

.footer-sub .footer-menu ul li {
	font-family: 'Libre Franklin', sans-serif;
	padding: 5px 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase
}

.footer-sub .footer-menu ul li a {
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

.footer-sub .footer-menu ul li a:hover {
	color: #a81f31
}

@media (max-width: 1199px) {
	.footer-sub {
		background-color: #000;
		flex-wrap: wrap;
		padding: 40px 60px
	}

	.footer-sub img {
		max-width: 20%;
		flex: 0 0 100%;
		margin: auto;
		margin-bottom: 20px
	}

	.footer-sub .info {
		max-width: 100%;
		flex: 0 0 100%
	}

	.footer-sub .info .contact-info {
		justify-content: center
	}

	.footer-sub .info p {
		text-align: center
	}

	.footer-sub .social-icons {
		max-width: 100%;
		flex: 0 0 100%;
		margin: auto;
		text-align: center;
		padding-bottom: 20px
	}

	.footer-sub .footer-menu {
		max-width: 100%;
		flex: 0 0 100%;
		justify-content: center
	}
}

@media (max-width: 991px) {
	.footer-sub {
		padding: 50px 10px 90px 10px
	}

	.footer-sub .info {
		margin-top: 40px
	}

	.footer-sub .info .contact-info {
		flex-direction: column
	}

	.footer-sub .info .contact-info p:first-of-type {
		border-right: none;
		padding-bottom: 20px
	}

	.footer-sub .info .copyright {
		padding-top: 30px
	}
}

@media (max-width: 765px) {
	.footer-sub img {
		max-width: 150px
	}

	.footer-sub .footer-menu {
		flex-direction: column
	}

	.footer-sub .footer-menu ul {
		text-align: center;
		margin: 0;
		padding-left: 0
	}
}

#full-chips {
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 120px 0;
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/wood-bg-new.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

#full-chips h2 {
	font-family: 'NOVA STAMP Bold';
	font-size: 58px;
	color: #fff;
	line-height: 1;
	margin: 0
}

#full-chips p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Libre Franklin', sans-serif
}

#full-chips .wood-10years-logo {
	display: none
}

@media (min-width: 992px) {
	#full-chips .wood-10years-logo {
		position: absolute;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 0 5%;
		top: 34%
	}
}

#full-chips .wood-10years-logo img {
	width: 20%
}

#full-chips .vintage-icon {
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 1;
	margin-left: 250px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#full-chips .gluten-free {
	position: absolute;
	top: 127px;
	left: 50%;
	z-index: 1;
	margin-left: -516px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#full-chips .all-natural {
	position: absolute;
	top: 319px;
	left: 50%;
	z-index: 1;
	margin-left: -622px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#full-chips .pick-your-chip {
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -210px;
	width: 420px;
	z-index: 2;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

@media all and (min-width: 1601px) {
	#full-chips .pick-your-chip.mobile {
		display: none
	}
}

@media all and (max-width: 1600px) and (min-width: 1366px) {
	#full-chips .pick-your-chip.mobile {
		display: none
	}
}

@media all and (max-width: 1365px) and (min-width: 768px) {
	#full-chips .pick-your-chip {
		top: 195px
	}

	#full-chips .pick-your-chip.mobile {
		display: none
	}

	#full-chips .vintage-icon {
		width: 295px;
		top: 100px;
		margin-left: 125px
	}

	#full-chips .gluten-free {
		top: 97px;
		margin-left: -386px
	}

	#full-chips .all-natural {
		width: 150px;
		top: 239px;
		margin-left: -342px
	}
}

@media all and (max-width: 767px) {
	#full-chips {
		background-repeat: repeat;
		background-size: auto
	}

	#full-chips .pick-your-chip.full {
		display: none
	}

	#full-chips .pick-your-chip {
		width: 282px;
		top: 124px;
		margin-left: -141px
	}

	#full-chips .vintage-icon {
		width: 200px;
		top: 175px;
		margin-left: -200px
	}

	#full-chips .gluten-free {
		top: 71px;
		margin-left: 30px;
		width: 140px
	}

	#full-chips .all-natural {
		width: 100px;
		top: 229px;
		margin-left: 60px
	}
}

.chips {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/chips.jpg) top center;
	text-align: center
}

.chips .row {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index: 400
}

.chips .row .flavour {
	display: inline-block;
	position: relative;
	z-index: 100
}

.chips .row .flavour>a {
	display: block
}

.chips .row .flavour .bag {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	z-index: 2
}

.chips .row .flavour .chip {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	z-index: 1
}

.chips .row .flavour .circle {
	position: absolute;
	z-index: 3;
	background: #cc3333;
	background: rgba(204, 51, 51, 0.93);
	text-align: center;
	display: table;
	background: none;
	box-shadow: none;
	border: none;
	display: none
}

.chips .row .flavour .circle .text-wrap {
	display: table-cell;
	vertical-align: middle
}

.chips .row .flavour .circle h6 {
	font-family: 'RockwellStd-BoldCondensed';
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	color: #fff;
	display: none
}

.chips .row .flavour .circle span {
	background: #9f2e2e;
	color: #fff;
	text-decoration: none;
	font-family: 'Bubblegum Sans', cursive;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	display: none
}

.chips .row .flavour .circle span:hover {
	background: #8b2828
}

@media all and (max-width: 1600px) and (min-width: 1366px) {
	.chips .row.second {
		margin-top: -30px
	}
}

@media all and (min-width: 1366px) {
	.chips .row {
		width: 1106px;
		height: 363px;
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/shelf-lg.png) bottom center no-repeat
	}

	.chips .row .flavour {
		width: 185px;
		height: 279px
	}

	.chips .row .flavour .circle {
		top: -100px;
		left: 80px;
		padding: 0;
		width: 0;
		height: 0
	}

	.chips .row .flavour .circle h6 {
		font-size: 28px;
		line-height: 28px
	}

	.chips .row .flavour .circle span {
		font-size: 15px
	}
}

@media all and (max-width: 1365px) and (min-width: 768px) {
	.chips .row {
		width: 751px;
		height: 255px;
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/shelf-md.png) bottom center no-repeat
	}

	.chips .row.second {
		margin-top: -30px
	}

	.chips .row .flavour {
		margin-top: 12px;
		width: 135px;
		height: 190px
	}

	.chips .row .flavour .circle {
		top: -50px;
		left: 50%;
		padding: 0;
		width: 0;
		height: 0;
		border: 0px solid #a62424;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.27);
		-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.27);
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.27)
	}

	.chips .row .flavour .circle h6 {
		font-size: 20px;
		line-height: 20px
	}

	.chips .row .flavour .circle span {
		font-size: 15px
	}

	.chips .row .flavour .bag {
		bottom: 0
	}
}

@media all and (max-width: 767px) {
	.chips .row {
		width: 100%
	}

	.chips .row .flavour {
		margin-bottom: 100px;
		width: 100%;
		height: 220px;
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/shelf-sm.png) center bottom no-repeat
	}

	.chips .row .flavour .wrap {
		position: relative;
		width: 170px;
		height: 190px;
		display: inline-block
	}

	.chips .row .flavour .circle {
		top: -60px;
		left: 80px;
		padding: 0;
		width: 0;
		height: 0;
		border: 0px solid #a62424;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.27);
		-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.27);
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.27)
	}

	.chips .row .flavour .circle h6 {
		font-size: 28px;
		line-height: 28px
	}

	.chips .row .flavour .circle span {
		font-size: 15px
	}

	.chips .row .flavour .bag {
		bottom: 0
	}
}

#chip-frame {
	position: fixed;
	top: 0;
	left: 100%;
	height: 100%;
	min-height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	z-index: 2
}

#chip-frame .view-all-chips {
	position: absolute;
	top: 50%;
	left: -30px;
	width: 176px;
	height: 44px;
	line-height: 44px;
	display: none;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'Bubblegum Sans', cursive;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/view-all-chips.png);
	cursor: pointer;
	z-index: 500;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

#chip-frame .view-all-chips.fr {
	width: auto;
	padding: 0 15px 0 56px;
	background-size: 100% 100%
}

#chip-frame .flex-direction-nav {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -78px;
	width: 56px;
	height: 156px;
	display: block;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/employee-nav.png);
	background-size: cover;
	z-index: 500
}

@media all and (max-width: 767px) {
	#chip-frame .flex-direction-nav {
		width: 30px;
		height: 92px
	}

	#chip-frame .flex-direction-nav .flex-prev {
		top: 7px !important
	}

	#chip-frame .flex-direction-nav .flex-next {
		bottom: 7px !important
	}

	#chip-frame .flex-direction-nav .counter {
		font-size: 11px !important
	}
}

#chip-frame .flex-direction-nav .counter {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px
}

#chip-frame .flex-direction-nav a {
	position: absolute;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 19px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter: alpha(opacity=60)
}

#chip-frame .flex-direction-nav a:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100)
}

#chip-frame .flex-direction-nav a.flex-prev {
	top: 18px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/direction-prev.png);
	background-size: contain
}

#chip-frame .flex-direction-nav a.flex-next {
	bottom: 18px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/direction-next.png);
	background-size: contain
}

#chip-frame .chip .flex-wrapper {
	display: flex;
	align-items: center;
	justify-content: center
}

#chip-frame .chip .left-col {
	position: relative;
	z-index: 1;
	margin-right: 20px;
	text-align: center
}

#chip-frame .chip .left-col .deco {
	position: absolute;
	bottom: 130px;
	left: 0;
	z-index: 1;
	max-width: 100%
}

#chip-frame .chip .left-col .flip-container {
	position: relative;
	display: inline-block;
	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	z-index: 2
}

#chip-frame .chip .left-col .flip-container.flipped .front {
	-webkit-transform: rotateY(-180deg) !important;
	-moz-transform: rotateY(-180deg) !important;
	-ms-transform: rotateY(-180deg) !important;
	transform: rotateY(-180deg) !important
}

#chip-frame .chip .left-col .flip-container.flipped .back {
	-webkit-transform: rotateY(0deg) !important;
	-moz-transform: rotateY(0deg) !important;
	-ms-transform: rotateY(0deg) !important;
	transform: rotateY(0deg) !important
}

#chip-frame .chip .left-col .flip-container .card {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block
}

#chip-frame .chip .left-col .flip-container .card img {
	max-width: 100%
}

#chip-frame .chip .left-col .flip-container .card.front {
	z-index: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

#chip-frame .chip .left-col .flip-container .card.front .bag {
	max-height: 500px
}

#chip-frame .chip .left-col .flip-container .card.front .shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1
}

#chip-frame .chip .left-col .flip-container .card.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

#chip-frame .chip .left-col .flip-container .card.back .nf {
	max-height: 500px
}

#chip-frame .chip .left-col .flip-trigger-container {
	width: 100%;
	position: absolute;
	bottom: -60px
}

#chip-frame .chip .left-col .flip-trigger {
	margin: 30px 0 0 0;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
	color: #333;
	cursor: pointer
}

#chip-frame .chip .left-col .flip-trigger span {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0 0
}

#chip-frame .chip .left-col .flip-trigger i {
	width: 15px;
	height: 24px;
	display: inline-block;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/nutrition-facts.png)
}

#chip-frame .chip .right-col {
	max-width: 800px;
	font-family: 'RockwellStd-Light';
	font-size: 19px;
	color: #333333
}

#chip-frame .chip .right-col h3 {
	color: #333;
	font-family: 'RockwellStd-BoldCondensed';
	font-size: 43px;
	line-height: 43px;
	margin: 0 0 28px;
	text-transform: uppercase
}

@media all and (min-width: 1366px) {
	#chip-frame .chip .left-col {
		width: 525px;
		height: 500px
	}

	#chip-frame .chip .left-col .flip-container,
	#chip-frame .chip .left-col .flip,
	#chip-frame .chip .left-col .front,
	#chip-frame .chip .left-col .back {
		width: 428px
	}

	#chip-frame .chip .left-col .nf {
		width: 343px
	}

	#chip-frame .chip .right-col {
		width: calc(100% - 750px)
	}
}

@media all and (max-width: 1365px) and (min-width: 920px) {
	#chip-frame .chip .left-col {
		width: 260px;
		height: 400px
	}

	#chip-frame .chip .left-col .flip-container,
	#chip-frame .chip .left-col .flip,
	#chip-frame .chip .left-col .front,
	#chip-frame .chip .left-col .back {
		width: 260px
	}

	#chip-frame .chip .left-col .shadow {
		width: 260px
	}

	#chip-frame .chip .left-col .bag {
		width: 300px;
		max-height: 400px
	}

	#chip-frame .chip .left-col .nf {
		width: 343px;
		max-height: 400px
	}

	#chip-frame .chip .right-col {
		width: calc(100% - 550px)
	}
}

@media all and (max-width: 919px) {
	#chip-frame .flex-wrapper {
		flex-wrap: wrap
	}

	#chip-frame .mask {
		width: 100%;
		height: 100%;
		display: inline-block;
		overflow: hidden
	}

	#chip-frame .scroll {
		padding: 50px 0 0 0;
		width: 100%;
		height: 100%;
		display: inline-block;
		overflow: scroll
	}

	#chip-frame .view-all-chips {
		top: 50px;
		left: 0;
		margin: 0
	}

	#chip-frame .chip .left-col {
		width: 100%;
		height: 400px;
		margin-bottom: 40px
	}

	#chip-frame .chip .left-col .flip-container,
	#chip-frame .chip .left-col .flip,
	#chip-frame .chip .left-col .front,
	#chip-frame .chip .left-col .back {
		width: 300px
	}

	#chip-frame .chip .left-col .deco {
		bottom: 100px;
		left: 50%;
		margin-left: -160px;
		width: 320px
	}

	#chip-frame .chip .left-col .shadow {
		width: 300px
	}

	#chip-frame .chip .left-col .bag {
		width: 280px;
		max-height: 400px
	}

	#chip-frame .chip .left-col .nf {
		width: 300px;
		max-height: 400px
	}

	#chip-frame .chip .right-col {
		margin: 50px 0 0;
		width: 100%;
		text-align: center;
		padding: 0 20px 50px
	}
}

.menu.nav-trigger.hometownpage {
	display: none
}

@media (min-width: 992px) {
	.menu.nav-trigger.hometownpage {
		display: block
	}
}

.timeline-container {
	width: 35px;
	height: 100%;
	display: table;
	position: fixed;
	right: 60px;
	z-index: 900
}

.about-timeline {
	display: none;
	width: 35px;
	vertical-align: middle;
	position: relative
}

.about-timeline span,
.about-timeline figure {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.about-timeline span.active,
.about-timeline figure.active {
	opacity: 1
}

.about-timeline .potato {
	width: 35px;
	height: 77px;
	display: block;
	position: relative;
	background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/about/timeline-individual-bg.png)
}

.about-timeline .potato figure {
	top: 59px
}

.about-timeline .potato.first {
	height: 22px;
	margin-bottom: 5px;
	background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/about/potato-outline.png);
	background-repeat: no-repeat
}

.about-timeline .potato.first figure,
.about-timeline .potato.first a {
	top: 3px;
	bottom: auto
}

.about-timeline .potato.first span {
	top: 2px
}

.about-timeline figure {
	width: 27px;
	height: 15px;
	display: block;
	position: relative;
	opacity: 0;
	background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/about/timeline-fill.png);
	left: 4px
}

.about-timeline figure.fill-0 {
	opacity: 1
}

.about-timeline span {
	height: 15px;
	display: block;
	position: absolute;
	top: 58px;
	right: 40px;
	font-size: 13px;
	text-align: right;
	color: #FFF;
	opacity: 0
}

.about-timeline span.year-0 {
	opacity: 1
}

.about-timeline a {
	width: 36px;
	height: 22px;
	display: block;
	position: absolute;
	z-index: 90;
	bottom: 0
}

#about {
	position: relative
}

#about .about-step {
	position: relative;
	top: auto
}

#about .about-step#intro {
	top: auto
}

#about .about-step h1 {
	width: 100%;
	line-height: 92px;
	text-transform: uppercase;
	text-align: center;
	color: #a21c2b;
	position: absolute;
	top: 19%;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	margin: auto;
	font-size: 60px;
	font-family: 'NOVA STAMP Bold'
}

#about .about-step h1 span {
	font-family: 'Sacramento', cursive;
	color: #f0e5c8;
	text-transform: none
}

#about .about-step h1 p.albrightfamily {
	color: #fff;
	top: 50%
}

#about .about-step .timeline-potato-mobile {
	display: none
}

#about .about-step .side-fade {
	width: 220px;
	height: 100%;
	display: block;
	background: #000;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/gradient.png) top right repeat-y
}

@media all and (max-width: 1365px) and (min-width: 768px) {
	#about .about-step {
		background-size: auto 85%;
		background-position: top center
	}

	#about .about-step#intro {
		background-size: cover;
		background-position: center center
	}

	#about .about-step .content {
		width: 100%;
		background: #FFF;
		color: #000;
		padding: 30px 60px 60px 60px;
		left: 0;
		bottom: 0
	}

	#about .about-step .content:before {
		width: 100%;
		height: 30px;
		display: block;
		position: absolute;
		content: ' ';
		top: -30px;
		left: 0;
		background-size: cover;
		background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/about/torn-bg.png)
	}

	#about .about-step .content h3 {
		color: #000
	}
}

@media all and (max-width: 1365px) and (min-width: 1200px) {
	.dev #about .about-step {
		background-size: auto 100%
	}
}

@media all and (max-width: 1200px) and (min-width: 768px) {
	.dev #about .about-step {
		background-size: auto 85%
	}
}

@media all and (max-width: 767px) {
	.about-timeline {
		display: none
	}

	#about {
		height: auto;
		position: static
	}

	#about .about-step {
		height: auto;
		position: relative;
		background-size: auto 75%;
		background-position: top center
	}

	#about .about-step#intro {
		height: 640px;
		background-size: cover;
		background-position: center center
	}

	#about .about-step .side-fade {
		display: none
	}

	#about .about-step img {
		width: 100%;
		display: block
	}

	#about .about-step .timeline-potato-mobile {
		width: 60px;
		height: 36px;
		top: 20px;
		right: 12px;
		display: none;
		position: absolute;
		background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/about/timeline-potato-mobile.png);
		font-size: 12px;
		line-height: 36px;
		color: #000;
		z-index: 900;
		text-align: center
	}

	#about .about-step .content {
		width: 100%;
		position: relative;
		background: #FFF;
		color: #000;
		padding: 0 30px 30px 30px;
		margin-top: 20px;
		left: 0;
		bottom: 0
	}

	#about .about-step .content:before {
		width: 100%;
		height: 30px;
		display: block;
		position: absolute;
		content: ' ';
		top: -30px;
		left: 0;
		background-size: cover;
		background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/about/torn-bg.png)
	}

	#about .about-step .content h3 {
		color: #000
	}
}

#process {
	min-width: 320px
}

#process .process-step .title {
	width: 361px;
	height: 140px;
	display: block;
	top: 50%;
	left: 50%;
	position: absolute;
	background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/process/process-title.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#process .process-step .title.fr {
	width: 459px;
	height: 139px;
	background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/process/process-title-fr.png)
}

#process .process-step .step {
	width: 86px;
	height: 90px;
	display: block;
	position: absolute;
	top: 100%;
	right: 50px;
	background: url(https://coveredbridgechips.com/wp-content/uploads/misc/the-process-step-bg.png) no-repeat center center / cover;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 36px;
	line-height: 1;
	text-indent: 0;
	text-align: center;
	color: #FFF;
	margin-top: -60px
}

#process .process-step .step span {
	font-size: 20px
}

@media (min-width: 768px) {
	#process .process-step .step {
		width: 150px;
		height: 155px;
		font-size: 60px;
		margin-top: -95px
	}

	#process .process-step .step span {
		font-size: 20px
	}
}

#process .process-step .img-wrap {
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center
}

#process .process-step h1 {
	font-family: 'NOVA STAMP Bold';
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	margin: auto
}

@media (min-width: 768px) {
	#process .process-step h1 {
		font-size: 60px
	}

	#process .process-step h1 #process .process-step#intro {
		height: auto
	}
}

#process .process-step#intro {
	height: 500px
}

@media (min-width: 768px) {
	#process .process-step#intro {
		height: 100%
	}
}

@media all and (max-width: 767px) {
	#process {
		position: relative
	}

	#process .process-step {
		height: auto;
		position: relative;
		background-size: auto 75%;
		background-position: top center
	}

	#process .process-step#intro {
		height: 640px;
		background-size: cover;
		background-position: center center
	}

	#process .process-step .title {
		width: 289px;
		height: 113px;
		background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/process/process-title-mobile.png)
	}

	#process .process-step .title.fr {
		width: 289px;
		height: 113px;
		background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/process/process-title-fr.png)
	}

	#process .process-step h1 {
		width: 210px;
		left: 50%;
		font-size: 50px;
		line-height: 52px;
		z-index: 900
	}

	#process .process-step .step {
		top: auto !important;
		right: 10px;
		margin-top: -45px !important;
		z-index: 900
	}

	#process .process-step img {
		width: 100%;
		display: block
	}

	#process .process-step .content {
		width: 100%;
		position: relative;
		background: #FFF;
		color: #000;
		padding: 0 30px 30px 30px;
		margin-top: 20px;
		left: 0;
		bottom: 0
	}

	#process .process-step .content:before {
		width: 100%;
		height: 30px;
		display: block;
		position: absolute;
		content: ' ';
		top: -30px;
		left: 0;
		background-size: cover;
		background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/about/torn-bg.png)
	}

	#process .process-step .content h3 {
		color: #000
	}
}

#about-landing {
	width: 100%;
	height: 100%;
	min-width: 320px;
	min-height: 700px;
	display: block;
	background: #000
}

#about-landing .cell {
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#about-landing .cell .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
	z-index: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100)
}

#about-landing .cell:hover .bg {
	-ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	-moz-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	-webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

#about-landing .wrap {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	text-align: center
}

#about-landing .btn {
	width: 127px;
	height: 33px;
	line-height: 35px;
	display: inline-block;
	background-size: cover;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 15px;
	color: #feffee;
	text-transform: uppercase;
	text-decoration: none;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity=50);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/misc/about-btn-bg.png');
	opacity: 1;
	padding: 0;
	text-align: center
}

#about-landing .btn:hover {
	opacity: 0.5
}

#about-landing .text {
	z-index: 2
}

#about-landing .text.middle {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%
}

#about-landing .text h2 {
	font-family: 'NOVA STAMP Bold';
	color: #feffee;
	text-transform: uppercase
}

#about-landing .text h2 span {
	text-transform: none;
	font-family: 'Sacramento', cursive
}

#about-landing .left-col {
	display: block
}

#about-landing .left-col .text h2 {
	font-size: 56px;
	line-height: 56px
}

#about-landing .right-col {
	float: left;
	display: block
}

@media (max-width: 767px) {
	#about-landing .right-col {
		height: 800px
	}
}

#about-landing .right-col .full {
	display: block
}

#about-landing .right-col .half {
	display: block
}

#about-landing .right-col .bottom-left .text {
	position: absolute
}

#about-landing .right-col .bottom-left .text h2 {
	font-size: 40px;
	line-height: 40px
}

#about-landing .cell-1 {
	height: 400px
}

@media (min-width: 768px) {
	#about-landing .cell-1 {
		height: 46vw
	}
}

@media (min-width: 1366px) {
	#about-landing .cell-1 {
		width: 60%;
		height: 50vw
	}
}

#about-landing .cell-2,
#about-landing .cell-3 {
	height: 400px
}

@media (min-width: 768px) {

	#about-landing .cell-2,
	#about-landing .cell-3 {
		height: 42vw
	}
}

@media (min-width: 1366px) {

	#about-landing .cell-2,
	#about-landing .cell-3 {
		width: 100%;
		height: 25vw
	}
}

@media all and (min-width: 1366px) {
	#about-landing .right-col {
		width: 40%;
		height: 100%;
		text-align: center
	}

	#about-landing .cell-2 {
		width: 100%
	}

	#about-landing .careers .lt-768 {
		display: none
	}

	#about-landing .careers .lt-320 {
		display: none
	}

	#about-landing .careers h3 {
		font-family: 'RockwellStd-BoldCondensed';
		color: #feffee;
		font-size: 47px;
		line-height: 47px;
		text-transform: uppercase;
		margin: 0 0 25px
	}

	#about-landing .careers h3 span {
		font-size: 58px
	}

	#about-landing .careers h4 {
		font-family: 'Patua One', cursive;
		color: #feffee;
		font-size: 31px;
		line-height: 19px;
		text-transform: uppercase;
		margin: 0 0 40px
	}

	#about-landing .careers h4 span {
		font-size: 15px
	}

	#about-landing .bottom-left .text {
		width: 100%;
		bottom: 50%;
		margin-bottom: -63px
	}
}

@media all and (max-width: 1365px) and (min-width: 768px) {
	#about-landing .cell-1 {
		width: 100%
	}

	#about-landing .right-col {
		width: 100%;
		height: 40%
	}

	#about-landing .cell-2 {
		width: 50%
	}

	#about-landing .cell-3,
	#about-landing .cell-4 {
		width: 50%
	}

	#about-landing .careers .gt-768 {
		display: none
	}

	#about-landing .careers .lt-320 {
		display: none
	}

	#about-landing .careers h3 {
		font-family: 'RockwellStd-BoldCondensed';
		color: #feffee;
		font-size: 35px;
		line-height: 35px;
		text-transform: uppercase;
		margin: 0 0 15px
	}

	#about-landing .careers h4 {
		font-family: 'RockwellStd-BoldCondensed';
		color: #feffee;
		font-size: 19px;
		line-height: 19px;
		text-transform: uppercase;
		margin: 0 0 30px;
		letter-spacing: 4px
	}

	#about-landing .bottom-left .text {
		width: 100%;
		bottom: 50%;
		margin-bottom: -55px;
		text-align: center
	}

	#about-landing .bottom-left .text h2 {
		font-size: 32px !important;
		line-height: 32px !important
	}
}

@media all and (max-width: 767px) {
	#about-landing .cell-1 {
		width: 100%;
		height: 300px
	}

	#about-landing .cell-1 .text h2 {
		font-size: 36px !important;
		line-height: 36px !important;
		margin-top: 80px
	}

	#about-landing .right-col {
		width: 100%;
		height: 600px
	}

	#about-landing .cell-2,
	#about-landing .cell-3,
	#about-landing .cell-4 {
		width: 100%;
		height: 400px
	}

	#about-landing .careers .gt-768 {
		display: none
	}

	#about-landing .careers h4.lt-768 {
		display: none
	}

	#about-landing .careers h3 {
		font-family: 'RockwellStd-BoldCondensed';
		color: #feffee;
		font-size: 18px;
		line-height: 18px;
		text-transform: uppercase;
		margin: 0 0 5px
	}

	#about-landing .careers h4 {
		font-family: 'RockwellStd-BoldCondensed';
		color: #feffee;
		font-size: 32px;
		line-height: 32px;
		text-transform: uppercase;
		margin: 0 0 5px;
		letter-spacing: 3px
	}

	#about-landing .bottom-left .text {
		width: 100%;
		bottom: 50%;
		margin-bottom: -49px;
		text-align: center
	}

	#about-landing .bottom-left .text h2 {
		font-size: 26px !important;
		line-height: 26px !important
	}
}

#contact-uspage {
	width: 100%;
	display: block;
	margin: auto;
	height: 600px;
	min-width: auto
}

@media all and (min-width: 992px) {
	#contact-uspage {
		width: auto
	}
}

#contact-uspage .col {
	float: left;
	position: relative;
	width: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	margin: auto;
	justify-content: center;
	height: 600px;
	min-height: auto
}

@media (min-width: 992px) {
	#contact-uspage .col {
		height: 800px;
		width: 50%;
		flex-direction: column;
		margin: auto;
		justify-content: center
	}
}

#contact-uspage .col-6-left {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/contact-left.jpg') no-repeat center center / cover;
	align-items: center;
	padding: 85px 8%
}

@media (min-width: 768px) {
	#contact-uspage .col-6-left {
		padding: 65px calc(21.5vw - 183px)
	}
}

@media (min-width: 992px) {
	#contact-uspage .col-6-left {
		border-bottom: 3px solid #fff
	}
}

#contact-uspage .col-6-left h1 {
	font-family: 'NOVA STAMP BOLD';
	font-size: calc(3.2vw + 14px);
	color: #fff
}

@media (min-width: 576px) {
	#contact-uspage .col-6-left h1 {
		font-size: 32px
	}
}

@media (min-width: 576px) {
	#contact-uspage .col-6-left .news-titlefr {
		font-size: 44px !important
	}
}

#contact-uspage .col-6-left p,
#contact-uspage .col-6-left td,
#contact-uspage .col-6-left a {
	font-family: 'Libre Franklin', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none
}

#contact-uspage .col-6-left p span,
#contact-uspage .col-6-left td span,
#contact-uspage .col-6-left a span {
	font-weight: 800
}

#contact-uspage .col-6-left a:hover {
	opacity: 0.8
}

#contact-uspage .col-6-left h5 {
	font-weight: 800;
	font-size: 18px;
	font-family: 'Libre Franklin', sans-serif;
	color: #fff
}

#contact-uspage .col-6-right {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/contact-right.jpg') no-repeat center center / cover;
	padding: 0 8%
}

@media (min-width: 768px) {
	#contact-uspage .col-6-right {
		padding: 65px 157px
	}
}

@media (min-width: 992px) {
	#contact-uspage .col-6-right {
		padding: 0px calc(21.5vw - 183px);
		border-bottom: 3px solid #fff
	}
}

#contact-uspage .col-6-right p,
#contact-uspage .col-6-right h4 {
	font-family: 'Libre Franklin', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400
}

#contact-uspage .col-6-right h2 {
	font-family: 'NOVA STAMP BOLD';
	font-size: 32px;
	color: #fff;
	text-align: left
}

#contact-uspage .col-6-right input,
#contact-uspage .col-6-right textarea,
#contact-uspage .col-6-right select {
	padding: 10px 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	display: block;
	border: 1px solid #bbb;
	width: 100%;
	margin: 5px 0
}

#contact-uspage .col-6-right select {
	color: #2e368d;
	font-weight: 800
}

#contact-uspage .col-6-right textarea {
	width: 100%;
	margin: 5px 0;
	height: auto
}

#contact-uspage .col-6-right .buttonSection {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	padding-top: 10px
}

#contact-uspage .col-6-right .buttonSection .rc-Disclaimer {
	padding-right: 5px;
	font-size: 11px !important
}

#contact-uspage .col-6-right .red-button {
	background-color: #a81f31;
	color: #fff;
	border: 1px solid #a81f31
}

#contact-uspage .col-6-right .red-button:hover {
	background-color: transparent
}

#contact-uspage .col-6-right #message {
	margin: 30px 0 0 0;
	display: none
}

#contact-uspage .col-6-right #message h2 {
	font-size: 18px;
	margin-bottom: 0
}

#contact-uspage .col-6-right #message h4 {
	font-size: 14px
}

@media (min-width: 992px) {
	#contact-uspage {
		height: 800px
	}
}

#contact-uspage .col-2 {
	text-align: center;
	width: 100%;
	min-height: auto;
	padding: 0;
	height: auto
}

#contact-uspage .col-2 h2,
#contact-uspage .col-2 h4 {
	padding: 0 20px
}

#contact-uspage .col-2 h2 {
	text-transform: uppercase
}

#contact-uspage .col-2 h2 {
	font-family: 'NOVA STAMP Bold';
	text-align: left;
	color: #fff;
	line-height: 1;
	font-size: 35px;
	margin: 20px 0 10px 0
}

@media (min-width: 1200px) {
	#contact-uspage .col-2 h2 {
		font-size: 40px
	}
}

#contact-uspage .col-2 h4 {
	text-align: left;
	color: #fff;
	font-size: 16px;
	font-family: 'Libre Franklin', sans-serif;
	margin: 0 0 20px
}

@media (min-width: 1200px) {
	#contact-uspage .col-2 h4 {
		margin: 0 0 20px
	}
}

#contact-uspage .col-2 #contactForm {
	margin: 0 auto 50px;
	width: 100%;
	max-width: none
}

#contact-uspage .col-2 #contactForm #message {
	margin: 30px 0 0 0;
	display: none
}

#contact-uspage .col-2 #contactForm #message h2 {
	font-size: 18px;
	margin-bottom: 0
}

#contact-uspage .col-2 #contactForm #message h4 {
	font-size: 14px
}

#contact-uspage .col-2 #contactForm label {
	float: left;
	text-align: left;
	width: 100%;
	color: #c1272d;
	margin: 0 0 20px
}

#contact-uspage .col-2 #contactForm input,
#contact-uspage .col-2 #contactForm textarea {
	background: #fff;
	border: 1px solid #e2e2e2;
	color: #080808;
	font-size: 15px;
	width: 100%;
	text-align: left;
	margin: 0 0 20px
}

#contact-uspage .col-2 #contactForm input.error,
#contact-uspage .col-2 #contactForm textarea.error {
	border-color: #c1272d;
	margin: 0
}

#contact-uspage .col-2 #contactForm input {
	height: 43px;
	padding: 0 0 0 48px
}

#contact-uspage .col-2 #contactForm input#form_name {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/form_name.png) 12px 12px no-repeat
}

#contact-uspage .col-2 #contactForm input#form_email {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/form_email.png) 11px 13px no-repeat
}

#contact-uspage .col-2 #contactForm input#form_tel {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/form_tel.png) 15px 11px no-repeat
}

#contact-uspage .col-2 #contactForm input,
#contact-uspage .col-2 #contactForm select {
	background: #fff !important;
	height: 40px;
	padding: 0 0 0 20px;
	border: none;
	font-weight: 800;
	color: #2e368d !important;
	font-size: 16px;
	font-family: 'Libre Franklin', sans-serif;
	width: 93%;
	text-align: left;
	margin: 0 0 8px
}

#contact-uspage .col-2 #contactForm textarea {
	resize: none;
	background: #fff !important;
	height: 65px;
	padding: 12px 0 0 20px;
	font-weight: 800;
	color: #2e368d !important;
	width: 93%;
	font-size: 16px;
	font-family: 'Libre Franklin', sans-serif;
	margin-bottom: 8px
}

#contact-uspage .col-2 .newsletter {
	text-align: center;
	margin: 0 0 20px
}

#contact-uspage .col-2 .newsletter h4 {
	font-family: 'RockwellStd-BoldCondensed';
	color: #000;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0 0 25px
}

#contact-uspage .col-2 .newsletter form {
	position: relative;
	border: 1px solid #e2e2e2;
	height: 43px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/form_email.png) 11px 15px no-repeat #fff;
	display: inline-block
}

#contact-uspage .col-2 .newsletter form input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 43px;
	background: none;
	border: none;
	padding: 0 57px 0 47px;
	font-size: 15px
}

#contact-uspage .col-2 .newsletter form button {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -17px;
	width: 47px;
	height: 34px;
	border: none;
	cursor: pointer;
	display: block;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/newsletter-button.png);
	border-left: 1px solid #e2e2e2
}

#contact-uspage .col-2 .newsletter form .buttonSection {
	width: 93%;
	margin: auto;
	display: flex;
	align-items: center;
	flex-direction: column
}

@media (min-width: 576px) {
	#contact-uspage .col-2 .newsletter form .buttonSection {
		flex-direction: row
	}
}

#contact-uspage .col-2 .newsletter form .red-button {
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
	background: #a81f31;
	border: 1px solid #a81f31;
	float: right;
	padding: 10px 40px;
	width: auto;
	height: auto;
	line-height: 1;
	align-self: flex-end;
	margin-top: 25px
}

@media (min-width: 576px) {
	#contact-uspage .col-2 .newsletter form .red-button {
		align-self: flex-end;
		background: #2e368d;
		border: 1px solid #2e368d;
		margin-top: 0
	}
}

#contact-uspage .col-2 .newsletter form .red-button:hover {
	background: none
}

#contact-uspage .col-2 .newsletter form .rc-Disclaimer {
	color: #fff;
	text-align: left;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 11px !important;
	margin-bottom: 0
}

#contact-uspage .col-2 .newsletter form .rc-Disclaimer a {
	color: #fff
}

#contact-uspage .col-2 .newsletter form .rc-Disclaimer a:hover {
	color: #a81f31
}

@media (min-width: 576px) {
	#contact-uspage .col-2 .newsletter form .rc-Disclaimer a:hover {
		color: #2e368d
	}
}

#contact-uspage .col-3 {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/contact.jpg) #991c21
}

#contact-uspage .col-3 .inner {
	width: 100%;
	height: 100%;
	display: block;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/form-chips.png) bottom center no-repeat;
	background-size: contain;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#contact-uspage .col-3 h4,
#contact-uspage .col-3 h5,
#contact-uspage .col-3 p,
#contact-uspage .col-3 table {
	color: #fff
}

#contact-uspage .col-3 h4,
#contact-uspage .col-3 h5 {
	font-family: 'RockwellStd-BoldCondensed'
}

#contact-uspage .col-3 p,
#contact-uspage .col-3 table {
	font-family: 'RockwellStd-Light'
}

#contact-uspage .col-3 a {
	color: #ffffcc;
	text-decoration: none
}

#contact-uspage .col-3 a:hover {
	text-decoration: underline
}

#contact-uspage .col-3 table td {
	padding: 0
}

@media all and (min-width: 768px) {
	#contact-uspage .col {
		height: 100%
	}

	#contact-uspage .col-2 {
		width: 34%;
		padding: 200px 0 0 0
	}

	#contact-uspage .col-2 h4 {
		font-size: 18px;
		line-height: 18px;
		margin: 0 0 40px
	}

	#contact-uspage .col-2 h4 br {
		display: none
	}

	#contact-uspage .col-2 form {
		width: 90%;
		max-width: 360px
	}

	#contact-uspage .col-2 .smallres {
		display: none
	}

	#contact-uspage .col-3 h4 {
		font-size: 26px;
		line-height: 28px;
		margin: 0 0 10px
	}

	#contact-uspage .col-3 h5 {
		font-size: 24px;
		line-height: 24px;
		margin: 80px 0 10px
	}
}

@media all and (max-width: 767px) {
	#contact-uspage .col {
		width: 100%
	}

	#contact-uspage .col.col-1 {
		height: 480px
	}
}

@media all and (min-width: 1366px) {

	#contact-uspage .col-3 p,
	#contact-uspage .col-3 table {
		font-size: 17px
	}

	#contact-uspage .col-3 .inner {
		padding: 80px 80px 170px
	}
}

@media all and (max-width: 1365px) and (min-width: 768px) {
	#contact-uspage .col-2 .smallres {
		display: block
	}

	#contact-uspage .col-3 p,
	#contact-uspage .col-3 table {
		font-size: 14px
	}

	#contact-uspage .col-3 .inner {
		padding: 40px 30px 120px
	}
}

@media all and (max-width: 767px) {
	#contact-uspage .col-2 {
		padding: 50px 0 0 0
	}

	#contact-uspage .col-2 h4 {
		font-size: 18px;
		line-height: 18px;
		margin: 0 0 40px
	}

	#contact-uspage .col-2 form {
		width: 90%;
		max-width: 360px
	}

	#contact-uspage .col-3 p,
	#contact-uspage .col-3 table {
		font-size: 17px
	}

	#contact-uspage .col-3 .inner {
		padding: 30px 30px 120px
	}
}

label.error {
	display: block;
	color: wheat
}

.map {
	max-width: 100%;
	height: auto
}

@media (min-width: 1200px) {
	.map {
		display: none
	}
}

@media (min-width: 1200px) {
	.footer-contactuspage {
		background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/contact-footer-bg.jpg') no-repeat center center / cover;
		padding: 150px calc(7.6vw - 86.6px) 40px
	}
}

#factory-tours {
	width: 100%;
	height: 100%;
	min-width: 320px;
	display: flex;
	flex-direction: column;
	font-family: 'RockwellStd-Light';
	color: #333333;
	font-size: 16px
}

#factory-tours img.img-desktop {
	display: none
}

#factory-tours img.img-small {
	height: 65vw
}

#factory-tours strong {
	font-family: 'RockwellStd';
	line-height: 24px;
	color: #000
}

#factory-tours h1 {
	font-size: 35px;
	line-height: 35px;
	color: #000;
	font-family: 'RockwellStd-Bold';
	text-transform: uppercase;
	margin-bottom: 25px
}

#factory-tours h1 span {
	text-transform: none;
	font-family: 'Sacramento', cursive
}

#factory-tours p {
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 35px
}

#factory-tours .col-1,
#factory-tours .col-2 {
	float: left;
	display: block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#factory-tours .col-1 .cell-1,
#factory-tours .col-1 .cell-2,
#factory-tours .col-2 .cell-1,
#factory-tours .col-2 .cell-2 {
	width: 100%;
	display: block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#factory-tours .col-2 {
	width: auto;
	height: auto;
	min-height: auto;
	padding: 50px 40px 50px 40px;
	position: relative
}

#factory-tours .col-2 .ornaments {
	width: 300px;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

@media (min-width: 768px) {
	#factory-tours .col-2 .ornaments {
		width: 420px
	}
}

#factory-tours .col-2 h1 {
	font-family: 'NOVA STAMP Bold';
	color: #a81f31;
	font-size: 32px
}

#factory-tours .col-2 h3 {
	font-family: 'Libre Franklin', sans-serif;
	color: #2e368d;
	font-weight: 800;
	font-size: 20px;
	padding-top: 20px
}

#factory-tours .col-2 p {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	padding: 10px 0;
	margin: 0
}

#factory-tours .col-2 .tours-last-p {
	font-weight: 600
}

#factory-tours .col-2 .tours-last-p span {
	color: #2e368d
}

@media (min-width: 1400px) {
	#factory-tours {
		flex-direction: row
	}

	#factory-tours .ornaments {
		width: 60%
	}

	#factory-tours img.img-small {
		display: none
	}

	#factory-tours img.img-desktop {
		display: block;
		max-width: 60%;
		height: auto;
		flex: 0 0 60%
	}

	#factory-tours .col-2 {
		max-width: 40%;
		height: auto;
		flex: 0 0 40%;
		padding: 80px 3% 20px 3%
	}
}

#factory-tours .cell-1 {
	background-size: cover;
	background-position: center center
}

@media all and (min-width: 768px) {

	#factory-tours .col-1,
	#factory-tours .col-2 {
		height: 100%;
		min-height: 800px
	}
}

@media all and (min-width: 1366px) {
	#factory-tours .col-1 {
		width: 60%;
		min-height: 1170px
	}

	#factory-tours .col-1 .cell-1 {
		height: 100%
	}

	#factory-tours .col-1 .cell-2 {
		display: none
	}

	#factory-tours .col-2 {
		padding: 50px;
		width: 40%
	}
}

@media all and (max-width: 1365px) and (min-width: 768px) {
	#factory-tours .col-1 {
		width: 34%
	}

	#factory-tours .col-1 .cell-1 {
		height: 100%
	}

	#factory-tours .col-1 .cell-2 {
		display: none
	}
}

@media all and (max-width: 767px) {
	#factory-tours {
		height: auto;
		position: relative
	}

	#factory-tours .col-1 {
		width: 100%
	}

	#factory-tours .col-1 .cell-1 {
		height: 480px
	}

	#factory-tours .col-1 .cell-2 {
		display: none
	}

	#factory-tours .col-2 {
		width: 100%;
		padding: 30px
	}
}

@media (min-width: 1400px) {
	#factory-tours {
		flex-direction: row
	}

	#factory-tours .ornaments {
		width: 60%
	}

	#factory-tours img.img-small {
		display: none
	}

	#factory-tours img.img-desktop {
		display: block;
		max-width: 60%;
		height: auto;
		flex: 0 0 60%
	}

	#factory-tours .col-2 {
		max-width: 40%;
		height: auto;
		flex: 0 0 40%;
		padding: 80px 3% 20px 3%
	}
}

.blog-bg {
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/wood-bg-new.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

@media (max-width: 767px) {
	.blog-bg {
		background-repeat: repeat;
		background-size: auto
	}
}

.news-title {
	width: 90%;
	display: block;
	margin: 100px auto 0 auto
}

@media (min-width: 768px) {
	.news-title {
		width: 90%
	}
}

@media (min-width: 1200px) {
	.news-title {
		width: calc(27.7vw + 615.6px)
	}
}

h1.heading-mobile {
	width: 90%;
	margin: 0px auto 50px;
	color: #fff;
	font-family: 'NOVA STAMP BOLD';
	font-size: 32px;
	padding: 50px 0 0 0px
}

@media (min-width: 768px) {
	h1.heading-mobile {
		display: none
	}
}

#blog-index {
	min-width: 320px;
	width: 90%;
	margin: 0px auto 50px auto;
	height: 600px;
	overflow-y: auto;
	overflow-y: scroll;
	position: relative
}

#blog-index h1 {
	color: #fff;
	font-family: 'NOVA STAMP BOLD';
	font-size: 32px;
	padding: 50px 0 0 0px;
	display: none;
	z-index: 999
}

@media (min-width: 768px) {
	#blog-index {
		width: 90%;
		margin: -40px auto 50px auto;
		height: 400px
	}

	#blog-index h1.heading-desk {
		display: block;
		position: absolute;
		padding: 50px 0 0 50px;
		color: #a81f31
	}
}

@media (min-width: 1200px) {
	#blog-index {
		width: calc(27.7vw + 615.6px);
		margin: -40px auto 50px auto;
		height: 660px
	}

	#blog-index h1 {
		position: absolute
	}
}

#blog-index article {
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: #fff;
	display: flex;
	flex-direction: column
}

#blog-index article .bg {
	display: block;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	position: static;
	flex: 1;
	width: 100%;
	height: 250px
}

#blog-index article .bg img {
	width: 80%
}

#blog-index article .details {
	z-index: 2;
	display: table;
	font-family: 'RockwellStd-Light';
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	position: static;
	background: none;
	width: auto;
	height: auto;
	padding: 50px
}

#blog-index article .details p {
	margin: 0;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px
}

#blog-index article .details .cell {
	display: block;
	vertical-align: middle
}

#blog-index article .details .text {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding-right: 0
}

#blog-index article .details .date {
	font-family: 'RockwellStd-BoldCondensed';
	color: #d8d8d8;
	text-transform: uppercase;
	padding: 0;
	text-align: left;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding: 0;
	text-align: left
}

#blog-index article .details .date .month {
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 1px
}

#blog-index article .details .date .day {
	font-size: 60px;
	line-height: 50px
}

#blog-index article .details .date .year {
	font-size: 23px;
	line-height: 20px
}

#blog-index article .details .date .month,
#blog-index article .details .date .year,
#blog-index article .details .date .day {
	font-size: 16px;
	line-height: 1;
	color: #c2c2c2;
	font-family: 'Libre Franklin', sans-serif
}

#blog-index article .details h2 {
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-size: 16px;
	line-height: 1;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 800;
	color: #2e368d
}

#blog-index article .details h2:hover {
	color: #c1272d
}

#blog-index article .details .post-link {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/about-btn-bg.png) no-repeat center center / contain;
	opacity: 1;
	padding: 20px;
	text-align: center;
	width: 150px;
	text-decoration: none;
	height: 80px;
	line-height: 35px;
	color: #fff;
	display: block;
	margin-top: 0px;
	font-family: 'Libre Franklin', sans-serif
}

#blog-index article .bg {
	flex: auto
}

@media all and (min-width: 1366px) {
	#blog-index article .bg {
		top: 0;
		left: 0
	}

	#blog-index article .details {
		bottom: 100px;
		right: 0
	}

	#blog-index article .details .text {
		padding-right: 30px
	}
}

@media all and (max-width: 1365px) and (min-width: 768px) {
	#blog-index article .details {
		background: #fff
	}

	#blog-index article .details:before {
		position: absolute;
		top: -6px;
		left: 0;
		width: 100%;
		height: 6px;
		display: block;
		content: '';
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/article-sm.png);
		background-size: cover
	}

	#blog-index article .details .text {
		padding-right: 30px
	}
}

@media all and (max-width: 767px) {
	#blog-index article .bg {
		width: 100%;
		height: 250px
	}

	#blog-index article .details:before {
		position: absolute;
		top: -6px;
		left: 0;
		width: 100%;
		height: 6px;
		display: block;
		content: '';
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/article-sm.png);
		background-size: cover
	}

	#blog-index article .details .date {
		padding: 0 15px
	}

	#blog-index article .details .text {
		padding-right: 15px
	}
}

@media all and (min-width: 768px) {
	#blog-index .pagination {
		display: inline-block;
		margin: 20px 0;
		padding: 0;
		list-style: none;
		width: 100%;
		text-align: center
	}

	#blog-index .pagination li {
		display: inline-block;
		width: 51px;
		height: 51px;
		text-align: center;
		margin: 0 5px;
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/pagination.png);
		overflow: hidden
	}

	#blog-index .pagination li a {
		width: 51px;
		height: 51px;
		display: block;
		line-height: 58px;
		color: #fff;
		font-family: 'RockwellStd-BoldCondensed';
		text-decoration: none;
		font-size: 20px
	}

	#blog-index .pagination li.here,
	#blog-index .pagination li:hover {
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/pagination-hover.png)
	}

	#blog-index .pagination li.beginning a,
	#blog-index .pagination li.previous a,
	#blog-index .pagination li.next a,
	#blog-index .pagination li.end a {
		text-indent: -999px;
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/pagination-arrows.png)
	}

	#blog-index .pagination li.beginning a {
		background-position: 0 0
	}

	#blog-index .pagination li.previous a {
		background-position: -51px 0
	}

	#blog-index .pagination li.next a {
		background-position: -102px 0
	}

	#blog-index .pagination li.end a {
		background-position: -153px 0
	}
}

@media all and (max-width: 767px) {
	#blog-index .pagination {
		display: inline-block;
		margin: 20px 0;
		padding: 0;
		list-style: none;
		width: 100%;
		text-align: center
	}

	#blog-index .pagination li {
		display: inline-block;
		margin: 0 5px;
		border: 2px solid #000;
		text-align: center;
		background: #818181
	}

	#blog-index .pagination li a {
		padding: 5px 10px;
		height: 20px;
		line-height: 25px;
		font-size: 15px;
		font-family: 'RockwellStd-BoldCondensed';
		text-decoration: none;
		color: #fff
	}

	#blog-index .pagination li.here {
		background: #c1272d
	}
}

@media (min-width: 768px) {
	#blog-index article {
		flex-direction: row;
		height: 300px;
		padding-bottom: 60px
	}

	#blog-index article .bg {
		width: auto !important;
		height: auto !important;
		flex: 1.3;
		margin-left: 50px
	}

	#blog-index article:first-of-type {
		height: 400px
	}

	#blog-index article:first-of-type .details {
		padding: 115px 5px 0 50px
	}

	#blog-index article:first-of-type .details:before {
		display: none
	}

	#blog-index article.left .details {
		order: 2;
		flex: 1.5
	}

	#blog-index article.left .bg {
		order: 1
	}

	article.right .details {
		order: 1;
		flex: 1.5
	}

	article.right .bg {
		order: 2
	}
}

#blog-index::-webkit-scrollbar {
	width: 20px
}

#blog-index::-webkit-scrollbar-track {
	background: #b1b4d0
}

#blog-index::-webkit-scrollbar-thumb {
	background: #a81f31
}

.arrow-news {
	position: absolute;
	bottom: 20%;
	left: 50%;
	z-index: 99999
}

.arrow-news img {
	width: 65%
}

@media (min-width: 768px) {
	.arrow-news {
		bottom: 53%
	}
}

@media (min-width: 992px) {
	.arrow-news {
		bottom: 44%
	}
}

@media (min-width: 1200px) {
	.arrow-news {
		bottom: 20%
	}
}

#disqus_thread {
	display: none
}

#blog-article {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-width: 320px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#blog-article .col-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#blog-article .col-1 .logo {
	position: absolute;
	top: auto;
	left: auto;
	bottom: 40px;
	right: 40px;
	margin: 0;
	width: 88px;
	height: 60px;
	display: inline-block;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/logo/large.png);
	background-size: contain;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#blog-article .col-1 .avatar {
	width: 100%;
	height: 73px;
	display: block;
	position: absolute;
	z-index: 5;
	left: 30px;
	bottom: 30px;
	font-size: 14px;
	line-height: 73px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #FFF
}

#blog-article .col-1 .avatar figure {
	width: 73px;
	height: 73px;
	display: block;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background-color: #FFF;
	background-size: cover;
	margin-right: 26px;
	float: left
}

#blog-article .col-1 .gradient {
	width: 100%;
	height: 30%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

#blog-article .col-2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#blog-article .col-2 .direction-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 51px;
	height: 156px;
	display: block;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/direction-nav.png);
	background-size: cover;
	z-index: 500;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	list-style: none;
	margin: 0;
	padding: 0
}

#blog-article .col-2 .direction-nav .counter {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px
}

#blog-article .col-2 .direction-nav a {
	position: absolute;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 19px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter: alpha(opacity=60)
}

#blog-article .col-2 .direction-nav a:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100)
}

#blog-article .col-2 .direction-nav a.prev {
	bottom: 18px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/direction-prev.png);
	background-size: contain
}

#blog-article .col-2 .direction-nav a.next {
	top: 18px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/direction-next.png);
	background-size: contain
}

#blog-article .col-2 article {
	font-family: 'RockwellStd-Light';
	color: #333;
	font-size: 16px
}

#blog-article .col-2 article h1 {
	font-family: 'RockwellStd-Bold';
	text-transform: uppercase;
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 40px
}

#blog-article .col-2 article .related {
	width: 100%;
	display: inline-block;
	margin: 0 0 50px
}

#blog-article .col-2 article .related h6 {
	font-size: 13px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	display: inline-block;
	margin: 0 0 5px
}

#blog-article .col-2 article .related ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block
}

#blog-article .col-2 article .related ul li {
	float: left;
	width: 186px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#blog-article .col-2 article .related ul li img {
	width: 186px;
	height: 108px;
	margin-bottom: 4px
}

#blog-article .col-2 article .related ul li a {
	color: #000;
	text-decoration: none
}

#blog-article .col-2 article .related ul li a:hover h3 {
	color: #a62424
}

#blog-article .col-2 article .related ul li h3 {
	font-size: 14px;
	line-height: 18px;
	font-family: 'RockwellStd-Bold';
	display: inline-block
}

#blog-article .col-2 article .share {
	margin: 34px 0 50px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/share.jpg), url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/share.jpg);
	background-repeat: no-repeat;
	background-position: top, bottom;
	background-size: contain
}

#blog-article .col-2 article .share span {
	font-size: 13px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	display: inline-block;
	margin: 0 20px 0 0
}

#blog-article .col-2 article .share .sharing {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none
}

#blog-article .col-2 article .share .sharing li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right: 20px
}

#blog-article .col-2 article .share .sharing li.tw {
	width: 21px;
	height: 18px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/sprite-social.png) no-repeat;
	background-position: 0px 0px;
	top: 5px
}

#blog-article .col-2 article .share .sharing li.tw:hover {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/sprite-social.png) no-repeat;
	background-position: 0px -50px
}

#blog-article .col-2 article .share .sharing li.fb {
	width: 11px;
	height: 22px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/sprite-social.png) no-repeat;
	background-position: -50px 0px;
	top: 7px
}

#blog-article .col-2 article .share .sharing li.fb:hover {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/sprite-social.png) no-repeat;
	background-position: -50px -50px
}

#blog-article .col-2 article .share .sharing li.gp {
	width: 25px;
	height: 21px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/sprite-social.png) no-repeat;
	background-position: -100px 0px;
	top: 7px
}

#blog-article .col-2 article .share .sharing li.gp:hover {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/sprite-social.png) no-repeat;
	background-position: -100px -50px
}

#blog-article .col-2 article .share .sharing li.in {
	width: 22px;
	height: 21px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/sprite-social.png) no-repeat;
	background-position: -150px 0px;
	top: 7px
}

#blog-article .col-2 article .share .sharing li.in:hover {
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/sprite-social.png) no-repeat;
	background-position: -150px -50px
}

@media all and (min-width: 1601px) {
	#blog-article .col-2 article {
		padding: 80px
	}

	#blog-article .col-2 article .related ul li {
		margin: 0 18px 0 0
	}

	#blog-article .col-2 article .related ul li.fourth {
		margin: 0
	}
}

@media all and (max-width: 1600px) and (min-width: 1366px) {
	#blog-article .col-2 article {
		padding: 80px
	}

	#blog-article .col-2 article .related ul li {
		margin: 0 25px 0 0
	}

	#blog-article .col-2 article .related ul li.third {
		margin: 0
	}

	#blog-article .col-2 article .related ul li.fourth {
		display: none
	}
}

@media all and (max-width: 1365px) and (min-width: 768px) {
	#blog-article .col-2 article {
		padding: 40px
	}

	#blog-article .col-2 article .related ul li {
		margin: 0 8px 0 0
	}

	#blog-article .col-2 article .related ul li.second {
		margin: 0
	}

	#blog-article .col-2 article .related ul li.third,
	#blog-article .col-2 article .related ul li.fourth {
		display: none
	}
}

@media all and (max-width: 767px) {
	#blog-article .col-1 {
		position: relative;
		float: left;
		top: auto;
		left: auto;
		width: 100%;
		height: 480px;
		display: block
	}

	#blog-article .col-1 .logo {
		top: 15px;
		left: 50%;
		width: 128px;
		height: 87px;
		margin-left: -64px;
		background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/logo/large.png);
		background-size: contain;
		z-index: 500
	}

	#blog-article .col-2 {
		position: relative;
		float: left;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		overflow: inherit
	}

	#blog-article .col-2 article {
		padding: 45px 20px
	}

	#blog-article .col-2 article h1 {
		font-size: 26px;
		line-height: 26px
	}

	#blog-article .col-2 article .share {
		margin: 16px 0 40px
	}

	#blog-article .col-2 article .related {
		margin: 0 0 40px
	}

	#blog-article .col-2 article .related ul li {
		width: 100%;
		margin: 0 0 10px
	}

	#blog-article .col-2 article .related ul li h3 {
		width: 100%;
		font-size: 18px;
		line-height: 18px
	}

	#blog-article .col-2 article .related ul li img {
		width: 281px;
		height: 163px
	}
}

#locations {
	width: 100%;
	height: 100%;
	min-width: 320px;
	display: block
}

#locations .col-1,
#locations .col-2 {
	display: block;
	float: left;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#locations h1 {
	font-size: 35px;
	line-height: 35px;
	color: #000;
	font-family: 'RockwellStd-BoldCondensed';
	text-transform: uppercase;
	margin: 0 0 45px
}

#locations form {
	width: 280px;
	margin: 0 0 80px
}

#locations form .select-wrap {
	width: 280px;
	height: 45px;
	display: block;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/select.jpg) center right no-repeat #fff;
	overflow: hidden;
	margin: 0 0 20px
}

#locations form .select-wrap select {
	width: 320px;
	height: 45px;
	padding: 0 80px 0 17px;
	background: none;
	border: none;
	font-family: 'Patua One', cursive;
	font-size: 17px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

#locations #loaded-locations ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#locations #loaded-locations ul li {
	margin: 0 0 15px;
	font-size: 14px
}

@media all and (min-width: 1366px) {
	#locations .col-1 {
		width: 60%;
		height: 100%
	}

	#locations .col-2 {
		width: 40%;
		height: 100%;
		padding: 80px;
		overflow-x: hidden;
		overflow-y: auto
	}
}

@media all and (max-width: 1365px) and (min-width: 768px) {
	#locations .col-1 {
		width: 33%;
		height: 100%
	}

	#locations .col-2 {
		width: 67%;
		height: 100%;
		padding: 200px 65px 65px;
		overflow-x: hidden;
		overflow-y: auto
	}
}

@media all and (max-width: 767px) {
	#locations .col-1 {
		width: 100%;
		height: 480px
	}

	#locations .col-2 {
		width: 100%;
		padding: 50px 20px 20px
	}
}

#employees {
	width: 100%;
	height: 100%;
	min-width: 320px;
	display: block;
	font-family: 'RockwellStd-Light';
	color: #333333;
	font-size: 16px
}

#employees .col-1,
#employees .col-2 {
	display: block;
	float: left;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#employees .col-1 {
	background-position: center 36%;
	background-size: cover
}

#employees h2 {
	font-size: 35px;
	line-height: 35px;
	color: #000;
	font-family: 'RockwellStd-Bold';
	text-transform: uppercase;
	margin: 0 0 20px
}

#employees h2 span {
	text-transform: none;
	font-family: 'Sacramento', cursive
}

#employees h3 {
	color: #999;
	font-size: 17px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'RockwellStd-BoldCondensed';
	margin: 15px 0 0 0
}

#employees h3 span {
	font-size: 23px;
	display: inline-block;
	font-family: 'RockwellStd-Bold'
}

#employees h4 {
	color: #999;
	font-size: 23px;
	font-family: 'RockwellStd';
	line-height: 25px;
	text-transform: uppercase;
	margin: 0 0 40px
}

#employees .slides {
	width: 100%;
	height: 100%;
	display: block
}

#employees .slides li {
	width: 100%;
	height: 100%;
	display: block
}

#employees .flex-direction-nav {
	position: absolute;
	top: 50%;
	margin-top: -78px;
	width: 56px;
	height: 156px;
	display: block;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/employee-nav.png);
	background-size: cover;
	z-index: 500;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

#employees .flex-direction-nav .counter {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px
}

#employees .flex-direction-nav a {
	position: absolute;
	left: 0;
	width: 56px;
	height: 56px;
	display: block;
	overflow: hidden;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter: alpha(opacity=60)
}

#employees .flex-direction-nav a span {
	position: absolute;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 19px;
	display: block;
	text-indent: -9999px
}

#employees .flex-direction-nav a:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100)
}

#employees .flex-direction-nav a.flex-prev {
	top: 0
}

#employees .flex-direction-nav a.flex-prev span {
	top: 18px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/direction-prev.png);
	background-size: contain
}

#employees .flex-direction-nav a.flex-next {
	bottom: 0
}

#employees .flex-direction-nav a.flex-next span {
	bottom: 18px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/chips/direction-next.png);
	background-size: contain
}

@media all and (min-width: 1366px) {
	#employees .col-1 {
		width: 60%;
		height: 100%
	}

	#employees .col-2 {
		width: 40%;
		height: 100%;
		padding: 80px;
		overflow-x: hidden;
		overflow-y: auto
	}

	#employees .flex-direction-nav {
		right: 40%;
		margin-right: 20px
	}
}

@media all and (max-width: 1365px) and (min-width: 768px) {
	#employees .col-1 {
		width: 60%;
		height: 100%
	}

	#employees .col-2 {
		width: 40%;
		height: 100%;
		padding: 200px 65px 65px;
		overflow-x: hidden;
		overflow-y: auto
	}

	#employees .flex-direction-nav {
		right: 40%;
		margin-right: 20px
	}
}

@media all and (max-width: 767px) {
	#employees {
		height: auto
	}

	#employees .col-1 {
		width: 100%;
		height: 480px
	}

	#employees .col-2 {
		width: 100%;
		padding: 50px 20px 20px
	}

	#employees .flex-direction-nav {
		right: 0;
		top: 210px;
		margin: 0
	}

	#employees h2 {
		margin: 0 0 30px
	}

	#employees h3 {
		margin: 0 0 30px
	}
}

#careers {
	width: 100%;
	height: 100%
}

#careers .col-12 {
	width: 100%;
	background: url('https://coveredbridgechips.com/wp-content/themes/cb/img/bg/careers-bg.jpg') no-repeat center center / cover;
	height: 440px
}

#careers .col-12 .content {
	margin: auto;
	position: relative;
	top: 9%;
	margin: auto;
	width: 90%
}

#careers .col-12 .content h1 {
	font-family: 'NOVA STAMP Bold';
	font-size: 32px;
	color: #fff;
	letter-spacing: 2px
}

#careers .col-12 .content p {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	color: #fff
}

#careers .col-12 .content .emailLink {
	color: #fff;
	text-decoration: none;
	font-weight: 700
}

#careers .col-12 .content .emailLink:hover {
	color: #a81f31
}

@media (min-width: 768px) {
	#careers .col-12 .content {
		width: 500px;
		left: 16%;
		top: 23%
	}
}

@media (min-width: 992px) {
	#careers .col-12 .content {
		width: 500px;
		left: 22%
	}
}

@media (min-width: 1200px) {
	#careers .col-12 .content {
		width: 600px;
		left: 10%;
		top: 27%
	}
}

@media (min-width: 576px) {
	#careers .col-12 {
		height: 51vw
	}
}

#careers .col-1 {
	width: 42%;
	height: 100%;
	display: block;
	float: left;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/nav.jpg) #991c21
}

#careers .col-1 img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	margin: 165px 10% 0 10%;
	pointer-events: none
}

#careers .col-2,
#careers .slideout {
	width: 58%;
	height: 100%;
	display: block;
	float: left;
	background: #FFF
}

#careers .col-2 .content,
#careers .slideout .content {
	margin: 210px 80px 40px
}

#careers .col-2 .content h1,
#careers .slideout .content h1 {
	font-family: 'RockwellStd-Bold';
	font-size: 35px;
	line-height: 36px;
	text-transform: uppercase
}

#careers .col-2 .content p,
#careers .col-2 .content li,
#careers .slideout .content p,
#careers .slideout .content li {
	font-family: 'RockwellStd-Light';
	font-size: 16px;
	line-height: 29px
}

#careers .col-2 .content .career-links,
#careers .slideout .content .career-links {
	display: block;
	height: auto;
	padding-top: 10px
}

#careers .col-2 .content .career-links .career,
#careers .slideout .content .career-links .career {
	width: 100%;
	height: 99px;
	display: block;
	padding: 29px 0;
	border-top: 1px solid #000;
	text-decoration: none;
	position: relative
}

#careers .col-2 .content .career-links .career.last,
#careers .slideout .content .career-links .career.last {
	border-bottom: 1px solid #000
}

#careers .col-2 .content .career-links .career h4,
#careers .col-2 .content .career-links .career h5,
#careers .slideout .content .career-links .career h4,
#careers .slideout .content .career-links .career h5 {
	margin: 0;
	padding: 0
}

#careers .col-2 .content .career-links .career h4,
#careers .slideout .content .career-links .career h4 {
	font-family: 'RockwellStd-Bold';
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase
}

#careers .col-2 .content .career-links .career h5,
#careers .slideout .content .career-links .career h5 {
	font-family: 'RockwellStd-Light';
	font-size: 16px;
	line-height: 32px
}

#careers .col-2 .content .career-links .career i,
#careers .slideout .content .career-links .career i {
	width: 12px;
	height: 99px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/icon/icon-arrow-blk.png) center center no-repeat
}

#careers .slideout {
	position: fixed;
	left: 100%;
	top: 0;
	overflow-y: scroll
}

#careers .slideout .mobile-buffer {
	display: none
}

#careers .slideout h3 {
	font-family: 'RockwellStd-Light';
	font-size: 18px;
	margin: 5px 0 35px 0
}

#careers .slideout ul {
	padding-left: 20px;
	margin-bottom: 25px
}

#careers .slideout a.apply {
	width: 163px;
	height: 51px;
	display: block;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 23px;
	line-height: 51px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	margin-top: 20px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/btn-apply.png)
}

#careers .slideout a.close {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/misc/btn-close-blk.png)
}

@media all and (max-width: 767px) {
	#careers {
		overflow: visible
	}

	#careers .col-1 {
		width: 100%;
		height: 620px
	}

	#careers .col-1 img {
		width: 285px;
		display: block;
		margin: 140px auto 0 auto
	}

	#careers .col-2,
	#careers .slideout {
		width: 100%;
		height: auto
	}

	#careers .col-2 .content,
	#careers .slideout .content {
		height: auto;
		margin: 50px 20px
	}

	#careers .slideout {
		height: 100%
	}

	#careers .slideout .mobile-buffer {
		width: 100%;
		height: 135px;
		display: block;
		background-color: #f7f7f7
	}

	#careers .slideout .content {
		margin: 40px 20px
	}

	#careers .slideout h3 {
		margin: 10px 0 25px 0
	}

	#careers .slideout a.apply {
		margin: 20px auto 0 auto
	}

	#careers .slideout a.close {
		top: 175px;
		right: 20px
	}
}

#anatomy {
	width: 100%;
	min-height: 880px;
	display: block;
	background: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/anatomy.jpg) center center no-repeat #b1242a;
	background-size: contain;
	text-align: center
}

#anatomy .vert {
	width: 100%;
	min-height: 100%;
	display: table;
	table-layout: fixed;
	background-image: url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/anatomy-left.png), url(https://coveredbridgechips.com/wp-content/themes/cb/img/bg/anatomy-right.png);
	background-position: top left, top right;
	background-repeat: repeat-y
}

#anatomy .vert .hor {
	display: table-cell;
	vertical-align: middle
}

#anatomy img {
	max-width: 90%
}

@media all and (min-width: 768px) {
	#anatomy {
		height: 100%
	}

	#anatomy img.mobi {
		display: none
	}
}

@media all and (max-width: 767px) {
	#anatomy {
		min-height: 100%
	}

	#anatomy img.desk {
		display: none
	}

	#anatomy img {
		margin-top: 120px
	}
}

html[data-useragent*='MSIE 10.0'] #locations form .select-wrap select {
	width: 280px;
	padding: 0;
	margin: 0;
	background: #fff
}

.sk-instagram-feed {
	overflow-y: scroll !important;
	height: 535px !important;
	border-radius: 0 !important
}

@media (max-width: 991px) {
	.sk-instagram-feed {
		width: 100% !important;
		overflow-y: initial !important;
		height: auto !important
	}
}

.sk-instagram-feed .sk_branding,
.sk-instagram-feed .sk-ig-profile-counts {
	display: none !important
}

.sk-instagram-feed .instagram-user-container,
.sk-instagram-feed .sk-ig-load-more-posts {
	background-color: #ab1e2e !important;
	color: #fff !important;
	border-color: #ab1e2e !important
}

.sk-instagram-feed .instagram-user-container:hover,
.sk-instagram-feed .sk-ig-load-more-posts:hover {
	background-color: #2e368d !important;
	color: #fff !important;
	border-color: #2e368d !important
}

.sk-instagram-feed .bio-description {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
	font-size: 14px !important
}

@media all and (min-width: 992px) {
	.sk-instagram-feed .sk-instagram-feed-item {
		width: calc(8.4vw + 18.62px) !important;
		margin: 2.5px calc(1.29vw - 14.82px) 2.5px calc(.96vw - 3.62px) !important
	}
}

@media all and (min-width: 992px) {
	.sk-instagram-feed .sk-ig-profile-info {
		width: calc(-2.9vw + 337.86px) !important
	}
}

.fa-instagra {
	font-family: "Font Awesome 5 Brands" !important
}

@media all and (min-width: 992px) {
	.dev .ourstory-container-fr .our-story-p-fr {
		font-size: 15px;
		line-height: 22px
	}
}

@media all and (min-width: 1200px) {
	.dev .ourstory-container-fr .our-story-p-fr {
		font-size: 16px;
		line-height: 24px
	}
}

@media all and (max-width: 991px) {
	.dev #about .about-step#intro {
		background: url('https://coveredbridgechips.com/wp-content/uploads/resource/img/bg/our-story-mobile.jpg') no-repeat center center / cover !important;
		height: 124vw
	}

	.dev .ourstory-container {
		top: 62%;
		padding: 0 10%
	}

	.dev .our-story-h1 {
		top: 5% !important
	}

	.dev .ourstory-container h3 {
		font-size: 5vw !important
	}

	.dev .ourstory-container-fr {
		top: 53%
	}

	.dev .ourstory-container h3 {
		font-size: 6vw !important;
		line-height: 62px
	}
}

@media all and (max-width: 767px) {
	.dev #about .about-step#intro {
		height: 124vw
	}

	.dev .ourstory-container {
		top: 56%;
		padding: 0 6%
	}

	.dev .our-story-h1 {
		top: 0% !important;
		font-size: 42px !important
	}

	.dev .ourstory-container h3 {
		font-size: 5vw !important
	}

	.dev .ourstory-container p {
		font-size: 16px;
		line-height: 24px
	}

	.dev .ourstory-container-fr {
		top: 53%
	}

	.dev .ourstory-container-fr h3 {
		font-size: 7vw !important;
		line-height: 52px
	}

	.dev .ourstory-container-fr p {
		font-size: 15px;
		line-height: 18px
	}
}

@media all and (max-width: 575px) {
	.dev #about .about-step#intro {
		height: 124vw
	}

	.dev #about .about-step-fr#intro {
		height: 134vw
	}

	.dev .ourstory-container {
		top: 52%;
		padding: 0 6%
	}

	.dev .our-story-h1 {
		top: 0% !important;
		font-size: 42px !important
	}

	.dev .our-story-h1-fr {
		font-size: 32px !important
	}

	.dev .ourstory-container h3 {
		font-size: 5vw !important
	}

	.dev .ourstory-container-fr h3 {
		font-size: 4vw !important;
		line-height: 32px !important
	}

	.dev .ourstory-container p {
		font-size: 14px;
		line-height: 20px
	}
}

@media all and (max-width: 465px) {
	.dev #about .about-step#intro {
		height: 188vw
	}

	.dev #about .about-step-fr#intro {
		height: 207vw
	}
}

input[type="file"] {
	color: #2e368d !important
}

.social-x {
	width: 42px !important;
	position: relative;
	top: 12px
}

@media (max-width: 1199px) {
	.social-x {
		top: 34px
	}
}

@media (max-width: 991px) {
	.social-x {
		top: 52px
	}
}

.social-x:hover {
	opacity: .8
}

.footer-menu ul {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em
}

@media all and (max-width: 1280px) and (min-width: 1200px) {
	.footer-menu ul {
		margin: 0 0 1.5em 0;
		padding-left: .3em
	}
}

html {
	margin-top: 0 !important;
}

table td,
table th {
	padding: 5px 0 !important;
	line-height: 1.5;
	vertical-align: top;
	border: 0 !important;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
	background-color: transparent !important;
}

.wholesale-bg #contact-uspage .col-6-left {
	background: #f5f5f5 !important;
}

.wholesale-bg #contact-uspage .col-6-right {
	background: #f5f5f5 !important;
}

#contact-uspage .col-6-right textarea {
	height: 55px;
}

.wpcf7-list-item-label {
	color: #393e8b;
}

.our-factory-tours a {
	color: #393e8b !important;
}

#about,
#careers {
	margin-top: -18px;
}

.cform-cls {
	background: #f5f5f5 !important;

}

#contact-uspage .col-6-right .red-button {
	width: auto;
	text-transform: uppercase;
	float: left;
	letter-spacing: 1px;
}

.grecaptcha-badge {
	z-index: 9999;
}

.grecaptcha-badge:hover {
	right: 0 !important;
}

.news-callout-wrapper {
	position: absolute;
	right: 0px;
	z-index: 500000;
}

.news-callout {
	position: fixed;
	top: 38%;
	right: 0px;
	height: 235px;
}

.news-callout .news-callout-tab,
.news-callout-tab-2 {
	cursor: pointer;
	z-index: 900;
}

.news-callout-tab,
.news-callout-tab-2 {
	width: 100%;
	position: absolute;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #a81f31;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	transition: .3s all;
	background: #a81f31;
	left: 15px;
	top: -40px;
	color: #fff;
	box-shadow: 0 2px 6px 1px #333;
	animation: 2s ease-in-out 1s 10 blinkie;
	-webkit-animation: 2s ease-in-out 1s 10 blinkie;
	letter-spacing: 1px;
	text-decoration: none;
}

@media (min-width: 576px) {
	#driver-btns {
		display: block;
	}

	.news-callout-tab {
		transform: rotateZ(90deg);
		left: -200px;
		top: 295px;
		right: auto;
		box-shadow: none;
		font-size: 1.3rem;
		padding: 15px 0 15px 0;
		width: 310px;
	}
}

@media (max-width: 575px) {
	#driver-btns {
		display: none !important;
	}

	.news-callout-tab,
	.news-callout-tab-2 {
		position: initial;
		transform: initial;
		left: 0;
	}
}

.sticky-tops {
	display: block;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	height: 104px;
	top: 0px;
	background: #a81f31 !important;
}

.dev .sticky-tops .logo img {
	width: 110px;
}

.dev .sticky-tops .language-new {
	top: 35px;
}

.dev .sticky-tops .menu {
	top: 25px;
}

.dev .sticky-tops .logo {
	top: 15px;
}

.dev .sticky-tops .language-new a {
	color: #fff !important;
}

.dev .sticky-tops .language-new a:hover {
	color: #2e368d !important;
}

.dev .sticky-tops .menu {
	background: url(https://coveredbridgechips.com/wp-content/uploads/2024/11/menu-icon-blue.png) no-repeat center center / cover;

}