/*
Theme Name: BTCF
Author: A.D. Creative Group
Author URI: http://www.adcreativegroup.com
Description: BTCF theme based on ADCG starter theme
Text Domain: none-yet
*/

/*
	Colors
	--------------- 
	Darker Brown: #250901 rgba(37,9,1,1.0)
	Yellow #f4bb4b rgba(244,187,75,1.0)
	Dark Yellow #b47904 rgba(180,121,4,1.0)
	Gray: #97989a rgba(151,152,154,1.0)
	Darker Gray: #727476 rgba(114,116,118,1.0)
	
	Fonts
	--------------- 
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-weight: 700;
*/

html {
	scroll-behavior: smooth;
	scroll-padding-top: 210px;
}

@media (max-width: 991.97px) {
	html {
		scroll-padding-top: 120px;
	}	
}

@media (max-width: 767.97px) {
	html {
		scroll-padding-top: 110px;
	}
}

html,
body {
	height: 100%; 
	position: relative;
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.66;
	font-size: 16px;
}

h1, h2, h3 { font-family: 'Roboto Slab', serif; font-weight: 700; }
h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 700; }

h1, h2 {
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

.nopadding {
	padding: 0;
}

a { 
	text-decoration: underline;
	/*color: #b47904;*/
	color: #611b04;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	/*color: #f4bb4b;*/
	color: #b47904;
}

.btn {
	white-space: normal;
}

.spacer {
	position: relative;
	height: 30px;
}

hr { border-top: 1px solid #ddd; }


@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

/*Embed Container*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 0;
}

.embed-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

/* navbar */

.navbar {
	/* min-height: 60px; */
	background: #202020;
}

.menu-primary-menu-container {
	padding: 12px 0;
}

.navbar-toggler {
	border: 0;
	position: absolute;
	right: 0;
	top: 10px;
}

.navbar > .container {
	position: relative;
}

@media (max-width: 1199px) {
	.navbar {
		height: 60px;
	}

	.navbar > .container {
		top: -30px;
	}

	.navbar-collapse {
		background: #202020;
		position: absolute;
		padding: 2rem 1rem 3.5rem;
		top: 60px;
		z-index: 1;
		width: 100%;
		left: 0;
		right: 0;
	}

	.nav-search {
		position: absolute;
		right: 20px;
	}
}

@media (max-width: 767px) {
	.navbar-collapse {
		background: #202020;
		position: absolute;
		padding: 3.15rem 10px 3.5rem;
		top: 60px;
		z-index: 1;
		width: 100%;
		left: 0;
		right: 0;
	}

	.nav-search {
		position: absolute;
		left: 1.25rem;
		right: auto;
	}
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* .navbar-collapse.show {
	padding-top: 1rem;
} */

.navbar::before {
	height: 1rem;
	border-bottom: 1px solid #f4bb4b;
	z-index: 0;
}

@media (min-width: 1200px) {
	.navbar-collapse {
		background: transparent;
		padding: 0;
	}

	.navbar-collapse.show {
		padding-top: 0;
	}
}

ul#main-menu {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
}

ul#main-menu li {
	padding: 6px 15px;
}

ul#main-menu li::before {
	content: none;
}

/*ul#main-menu li::before {*/
/*	font-family: "Font Awesome 5 Free";*/
/*	font-weight: 900;*/
/*	content: '\f140';*/
/*	color: rgba(255,255,255,0.5);*/
/*	margin: 0 8px 0 -12px;*/
/*	display: inline;*/
/*	float: left;*/
/*}*/

/*ul#main-menu li:hover::before {*/
/*	color: rgba(244,187,75,0.5)*/
/*}*/

ul#main-menu li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.05rem;
}

ul#main-menu li a:active,
ul#main-menu li a:focus,
ul#main-menu li a:hover {
	color: #f4bb4b;
}

ul.dropdown-menu {
	background-color: #202020;
	border-radius: 0;
	border: 0;
}

ul#main-menu li ul.dropdown-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

ul#main-menu li ul.dropdown-menu li:last-of-type {
	border-bottom: none;
}

ul#main-menu li ul.dropdown-menu li::before {
	content: '';
}

ul#main-menu li ul.dropdown-menu li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

ul#main-menu li ul.dropdown-menu li a:active,
ul#main-menu li ul.dropdown-menu li a:focus,
ul#main-menu li ul.dropdown-menu li a:hover {
	color: #f4bb4b;
}

.navbar-brand {
	padding: 0px;
	margin-left: 1rem;
	position: absolute;
	top: 0;
	z-index: 100;
}

.navbar-brand img {
	width: 100px;
	z-index: 1;
}

@media (min-width: 768px) {
	.navbar-brand { 
		margin-left: 0;
	}
	.navbar-brand img {
		width: 200px;
	}
}

.header {
	position:fixed;
	width:100%;
	z-index:100;
	height:auto;
	-webkit-transition:all 400ms;
	transition:all 400ms;
	background-color:rgba(0,0,0,0.8);
}

.header:before {
	position: absolute;
	content: '';
	left: 0;
	top: 1.5rem;
	width: 100%;
	z-index: 1;
	height: 2px;
	background-color: #f4bb4b;
}

/* .header.not-active {
	background-color:rgba(0,0,0,0) !important;
}

.header.active {
	background-color:rgba(0,0,0,0.8) !important;
}

@media (min-width:992px) {
	.header {
		height: 150px;
	}
} */

.searchbox {
	display:block;position:relative;min-width:40px;height:40px;float:right;margin:0px;overflow:hidden;z-index:2;
}
@media (min-width:600px){
	.searchbox {
		display:block;
	}
}
.search-input {
	border:0;outline:0;background-color:transparent;width:0%;width:0px;height:40px;margin:0;padding:0 0 0 36px;font-size:16px;font-weight:400;color:#f4bb4b;
}
.search-icon,
.search-submit {
	width:40px;height:40px;line-height:40px;display:block;position:absolute;top:0;left:0;padding:0;margin:0;border:0;outline:0;text-align:center;cursor:pointer;color:#444;background-color:transparent;
}
.search-submit {
	color:#ccc;background-color:transparent;z-index:1;
}
.search-icon {
	color:#f4bb4b;background-color:transparent;z-index:2;
}
.searchbox-open {
	width:180px;background-color:transparent;color:#fff;border:1px solid #fff;-webkit-transition:width 0.3s;transition:width 0.3s;position:relative;
}
.searchbox-open .search-input {
	width:100%;
}
.searchbox-open .search-submit {
	z-index:2;
}
.searchbox-open .search-icon {
	z-index:1;color:#f4bb4b;
}
.searchbox-close {
	-webkit-transition:all 0.3s;transition:all 0.3s;
}

/*New Styles*/
.nav-search {
	display: flex;
	flex-wrap: wrap;
}
.search-btn {
	background: transparent;
	border: none;
	color: #f4bb4b;
	cursor: pointer;
	display: inline-block;
}
.searchbox {
	display: none;
}
.searchbox.show {
	display: inline-block;
}

/* #nav-items { text-align: left; margin-left: 1.5rem;} */

@media (min-width: 768px) {
	#nav-items { text-align: right; }
}

/* content */

#content { 
	margin-top: 0px;
}

@media (min-width: 1024px) {
	#content {
		margin-top: 0px;
	}
}

ul {
	list-style: none;
}

ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	color: #9c9c9c;
	margin:0 5px 0 -14px;
	display: inline;
	float: left;
}

.entry-content {
	padding-top: 3rem;
	margin-bottom: 4rem;
}

.page-header {
	border: none;
	margin-top: 40px;
}

.title-bar .page-header {
	margin-top: 0;
}

/**************************
  BUTTONS
  ************************/


.btn-primary {
	padding: 1rem 1.25rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	background-color: #fdb933;
	border-color: #fdb933;
	border-radius: 0;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-outline {
	padding: .75rem 1.5rem;
	background-color: transparent;
	border: 1px solid #f4bb4b;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin-bottom: .5rem;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
	color: #000;
	background-color: #f4bb4b;
}

#announcement .btn-outline {
	border-color: #fff;
}

#announcement .btn-outline:active,
#announcement .btn-outline:focus,
#announcement .btn-outline:hover {
	color: #000;
	background-color: #fff;
}


/* homepage */
/**************************
  Hero Video
  ************************/
.hero-video {
	position: relative;
	padding-top: 92px;
	background-color: #000;
}

.hero-video video[poster] {
	object-fit: cover;
}

.hero-video .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	background: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 25%, transparent 85%, rgba(0,0,0,0.8))
}

.hero-video-content-mobile {
	position: relative;
	margin-top: -5rem;
	background: linear-gradient(to bottom, transparent, #000 35%);
	z-index: 60;
}

.hero-video .hero-video-content {
	display: none;
}

@media (min-width: 768px) {
	.hero-video {
		padding-top: 0;
	}

	.hero-video-content-mobile {
		display: none;
	}

	.hero-video .hero-video-content {
		display: block;
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		z-index: 60;
	}
}

/**************************
  HERO
  ************************/
  
#hero {
	background: rgba(0,0,0,1.0) url('/wp-content/themes/btcf/img/billboard_image_no_tint_2.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	height: 50vh;
	padding: 1rem;
}

img.prograde-seal {
	width: 280px;
}

#hero-mobile {
	display: block;
	position: relative;
	padding: 2rem 1rem;
	margin-top: -140px;
}

#hero .pro-grade {
	display: none;
}

#hero .hero-pattern {
	display: none;
}

#hero p,
#hero-mobile p {
	color: #064975;
}

@media (min-width:992px) {
	#hero-mobile {
		display: none;
	}
	#hero {
		height: 72vh;
		padding: 1rem;
		background: rgba(0,0,0,1.0) url('/wp-content/themes/btcf/img/billboard_image_2.jpg') no-repeat center center;
	}
	#hero .pro-grade {
		display: block;
		text-align: center;
	}
	#hero .hero-pattern {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: url('/wp-content/themes/btcf/img/screw_pattern_web.png') no-repeat center bottom;
		background-size: cover;
		height: 180px;
	}
}

@media (min-width:1025px) {
	img.prograde-seal {
		width: 420px;
	}
}

/**************************
  ANNOUNCEMENT
  ************************/
#announcement {
	color: #000;
	background: #f4bb4b url('/wp-content/themes/btcf/img/footer_texture_bkgd.png') no-repeat top center;
	background-size: cover;
	position: relative;
	padding: 1rem;
	box-shadow: 0 12px 6px -10px rgba(0,0,0,0.5) inset;
}

#announcement h1 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

@media (min-width:415px) {
	#announcement {
		padding: 2rem;
	}
}


/**************************
  INTRO
  ************************/
#intro {
	position: relative;
	color: #f5f5f5;
	box-shadow: 0 12px 6px -10px rgba(0,0,0,0.5) inset;
	background: #000 url('/wp-content/themes/btcf/img/intro_bkgd.jpg') no-repeat center center;
	background-size: cover;

}

#intro h1 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

#intro h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #f4bb4b;
	text-transform: none;
	margin-top: 1rem;
}

#intro p {
	font-weight: 700;
}

#intro .btn.btn-primary:hover,
#intro .btn.btn-primary:active,
#intro .btn.btn-primary:focus {
	background-color: #fff;
	color: #000;
}

#intro .heading-row {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#intro .intro-image img {
	margin-top: 3rem;
}

#intro .intro-description {
	padding-bottom: 3rem;
}

#intro .intro-logo {
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	#intro .intro-image {
		position: relative;
		z-index: 50;
	}

	#intro .intro-image img {
		position: absolute;
		top: -6.5rem;
		left: 0;
		margin-top: 0;
	}

	#intro .intro-logo {
		position: relative;
		top: -3rem;
		margin-bottom: 0;
	}

	#intro .intro-logo img {
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* product carousel */

.interior-products-row {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.products-row {
	/*padding-top: 2rem;*/
	padding-bottom: 0;
	margin-bottom: -1rem;
}

@media (min-width:992px) {
	.products-row {
		margin-bottom: -6rem;
	}
	.interior-products-row {
		/*padding-top: 3rem;*/
		padding-bottom: 4rem;
	}
}

#products-carousel div.item {
	background: url('/wp-content/themes/btcf/img/card_bkgd_yellow.png') no-repeat bottom left;
	background-size: cover;
	padding: 2rem 1rem 0 1rem;
	min-height: 250px;
	position: relative;
}

#products-carousel div.item:active,
#products-carousel div.item:focus,
#products-carousel div.item:hover {
	background: url('/wp-content/themes/btcf/img/card_bkgd_white.png') no-repeat bottom left;
}

#products-carousel div.item h3.excerpt-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	/* color: #250901; */
	color: #fff;
	text-decoration: none;
	margin-top: 1rem;
}

#products-carousel div.item:active h3.excerpt-title,
#products-carousel div.item:focus h3.excerpt-title,
#products-carousel div.item:hover h3.excerpt-title {
	color: #000;
	text-decoration: none;
}

#products-carousel div.item h3.excerpt-title::before {
	content: url('/wp-content/themes/btcf/img/wedge_black.png');
	display: inline;
	float: left;
	margin: -2.5rem 0 0 0;
}

#products-carousel div.item:active h3.excerpt-title::before,
#products-carousel div.item:focus h3.excerpt-title::before,
#products-carousel div.item:hover h3.excerpt-title::before {
	content: url('/wp-content/themes/btcf/img/wedge_yellow.png');
}

#products-carousel div.item a {
	color: #000;
	text-decoration: none;
	margin-top: 1rem;
}

#products-carousel div.item a:active,
#products-carousel div.item a:focus,
#products-carousel div.item a:hover {
	color: #b47904;
	text-decoration: none;
}

.owl-carousel .owl-item img.wedge-white {
	width: 60px;
}

.owl-carousel .owl-item img.product-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 175px;
}

/**************************
  WELLS
  ************************/
#wells {
	background: #97989a url('/wp-content/themes/btcf/img/wells_bkgd.jpg') no-repeat 70% center;
	background-size: cover;
	color: #fff;
	position: relative;
	/*padding: 0;*/
	padding-top: 240px;
}

.which-well,
.event-well {
	background-color: rgba(37,9,1,0.7);
}

.wells-text {
	width: 100%;
	padding: 2rem 1rem;
	margin: 0 1rem;
}

.wells-text h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #f4bb4b;
	text-transform: none;
	margin-top: 1rem;
}

.wells-text ul.event-list {
	padding-left: 0;
}

.wells-text ul.event-list li {
	padding-bottom: .5rem;
}

.wells-text ul.event-list li::before {
	content: '';
}

.wells-text ul.event-list li span {
	display: block;
	clear: both;
	font-size: 80%;
	text-transform: uppercase;
	color: #ddd;
}

@media (min-width:768px) {
	.wells-text {
		padding: 2rem;
	}
}

#wells .wells-pattern {
	display: none;
}

@media (min-width:992px) {
	#wells {
		padding-top: 240px;
	}
	#wells .wells-pattern {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: url('/wp-content/themes/btcf/img/screw_pattern_web.png') no-repeat bottom center;
		background-size: cover;
		height: 180px;
	}
}


/**************************
  INTERIOR
  ************************/

.interior-header {
	position: relative;
	background: #222 url('/wp-content/themes/btcf/img/interior_header_about.jpg') no-repeat top center;
	background-size: cover;
	height: 280px;
}

.title-bar { 
	color: #000;
	background-color: #fdb933;
	/*background: #f4bb4b url('/wp-content/themes/btcf/img/footer_texture_bkgd.png') no-repeat top center;*/
	/*background-size: cover;*/
	position: relative;
	padding: 1rem;
	box-shadow: 0 12px 6px -10px rgba(0,0,0,0.5) inset;
}

.about-header {
	font-size: 2.5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 3rem;
}

.about-header img {
	margin-right: 1rem;
	vertical-align: inherit;
}

@media (min-width: 768px) {
	.title-bar { 
		padding: 2rem;
	}
}

header.page-header { margin: 0 !important; }

h1.page-title {
	margin-top: 1rem;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	color: #000;
}

.main-content {
	background: #fff url('/wp-content/themes/btcf/img/screw_pattern_bkgd_new.png') no-repeat top center;
}

/* products new */

.product-wrapper { position: relative; min-height: 320px; margin-bottom: 2rem; }

.product-wrapper .drive-head { margin-bottom: 2rem; padding: 0.8rem; text-align: center; font-family: 'Roboto Slab', serif; font-size: 0.9rem; line-height: 1; color: #000; }

.product-wrapper .short-name {
	min-height: 100px;
	padding: 0.8rem;
	text-align: left;
}

.product-wrapper .short-name h3 { transform: rotate(-90deg); margin-bottom: 0; color: #fff; font-size: 1rem; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; }

.product-wrapper .is-steel { width: 100%; height: 100%; background: url('/wp-content/themes/btcf/img/steel_bkgd_400w.jpg') no-repeat top center; }

.product-wrapper .name-docs .product-name { 
	background: url('/wp-content/themes/btcf/img/product_title_bkgd.png') no-repeat bottom center;
	text-align: center;
	min-height: 120px;
	padding: 4rem 0 2rem;
	margin-bottom: 2rem;
 }
 
.product-wrapper .name-docs .product-name h2 {
	font-size: 6rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.product-wrapper .name-docs .product-docs {
	text-align: center;
	padding: 1rem;
}

.btn-document {
	padding: .5rem 1.25rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-document:active,
.btn-document:focus,
.btn-document:hover,
.btn-document:not(:disabled):not(.disabled).active,
.btn-document:not(:disabled):not(.disabled):active,
.show>.btn-document.dropdown-toggle {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.product-wrapper .right-side { padding-bottom: 2rem; }

.product-wrapper .right-side h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.product-wrapper .right-side ul {
	padding-left: 0;
	margin-top: 1.5rem;
	font-family: 'Roboto Slab', serif;
	color: #000;
}

.product-wrapper .right-side ul li::before {
	content: '';
}

.product-wrapper .app-cat {
	background: url('/wp-content/themes/btcf/img/app_cat_bkgd.png') no-repeat bottom left;
	padding: .75rem 2rem;
	text-align: left;
	margin-bottom: 1rem;
}

.product-wrapper .app-cat h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	margin: 0;
}

.product-wrapper .app-cat h4::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	color: rgba(255,255,255,0.5);
	margin-right: .25rem;
}

.product-wrapper .product-img {
	background: url('/wp-content/themes/btcf/img/product_image_bkgd.png') no-repeat bottom left;
	padding: 2rem 2rem;
}

@media (max-width: 990px) {
	.product-wrapper .short-name { min-height: 40px; padding: 0.8rem; text-align: left; }
	.product-wrapper .short-name h3 { transform: rotate(0deg); text-align: center; }
	.product-wrapper .drive-head { margin-bottom: 0; }
	.product-wrapper .right-side { padding-left: 2rem; }
}

@media (min-width: 1000px) and (max-width: 1100px) {
	.product-wrapper .name-docs .product-name h2 { font-size: 4.5rem; }
}


/* products */

.product-cards .card {
	width: 30%;
	float: left;
	margin: 0 1rem 1rem 0;
	border: none;
	background: #fff url('/wp-content/themes/btcf/img/product_card_bkgd.png') no-repeat bottom left;
	background-size: cover;
	border-radius: 0;
}

@media (max-width: 1023px) {
	.product-cards .card {
		width: 44%;
	}
}

@media (max-width: 767px) {
	.product-cards .card {
		width: 96%;
	}
}

.product-cards .card .card-header {
	border: none;
	color: #fff;
	background-color: #000;
	font-family: 'Roboto Slab', serif;
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
}

.product-cards .card .color-bar {
	height: 15px;
}

.product-cards .card img {
	padding: 1rem;
}

.product-cards .card .card-body {
	padding-bottom: 2rem;
}


/*New Products page 2021*/
.product-details {
	position: relative;
	padding-bottom: 3rem;
}

.product-details h2,
.product-details h3,
.product-details h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
}

.product-details h2 {
	font-size: 4.75rem;
	text-align: center;
	color: #fff;
}

.product-details h2 sup {
	font-size: 15%;
	top: -4.5em;
}

.product-details h3 {
	font-size: 1rem;
}

.product-details h4 {
	font-size: 2rem;
}

.product-details ul li::before {
	content: '\2022';
}

.product-details .btn.btn-document:hover,
.product-details .btn.btn-document:active,
.product-details .btn.btn-document:focus {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

.product-details .header-bar {
	height: 50px;
	padding-left: 1rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.product-details .feature {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 75%);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 1.125rem;
	height: 50px;
	width: 150px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.product-details .new {
	background: #000;
	color: #fff;
}

.product-details .is-steel {
	background: #fff url('/wp-content/themes/btcf/img/steel_bkgd_400w.jpg') no-repeat top center;
	color: #000;
}

.product-details .title-container {
	padding: 30px 16px 60px 16px;
	margin-bottom: 1rem;
	background-color: #000;
	clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}

.product-details .document-btns {
	margin-bottom: 3rem;
}

.product-details .tertiary-name p {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.product-details .icon-container {
	text-align: center;
}
.product-details .icon-container .icon {
	height: 32px;
}

.product-details .icon-container .label {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 0.75rem;
}

.product-details .icon-container .icon img {
	filter: invert(100%);
}

.product-details .description {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}

@media (max-width: 992px) {
	.product-details .border-desktop-only {
		border: none!important;
	}
}

@media (min-width: 992px) {
	.product-details .tertiary-name {
		transform: rotate(-90deg) translateY(-50%);
		position: absolute;
		top: 50%;
		left: -25px;
		width: auto;
	}

	.product-details .title-container {
		position: relative;
		top: -50px;
	}
}


/* resources */

.resources-row {
	/* border-top: 2px solid rgba(37,9,1,0.2); */
	/* background: rgba(37,9,1,0.1); */
	background-image: linear-gradient(to bottom, rgba(37,9,1,0.05), rgba(37,9,1,0));
	padding: 2rem 0 4rem;
}

ul.resources-list {
	list-style: none;
}

ul.resources-list li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f1c1';
	color: #9c9c9c;
	margin:0 7px 0 -17px;
	display: inline;
	float: left;
}

div.video-item {
	margin-bottom: 2rem;
}

div.video-item h3 {
	font-size: 1.25rem;
	text-transform: uppercase;
	color: rgba(37,9,1,0.5);
}

/* contact */

.contact-info {
	padding: 1rem;
}

ul.contact-list {
	padding-left: 0;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

ul.contact-list li {
	padding: .5rem 0;
	/* border-bottom: 1px solid rgba(37,9,1,0.1); */
}

ul.contact-list li::before {
	content: '';
}

.contact-form { padding: 1rem; background-color: rgba(37,9,1,0.05); }

.wpcf7 label { margin-bottom: 0; font-weight: 700; }
.wpcf7 .form-group { margin-bottom: 0; }
.wpcf7 p  { margin-bottom: 0; }
.wpcf7 .form-spacer { height: 1rem; }

label {
	font-weight: bold;
}

fieldset.form-columns-1, .form-columns-2 {
	max-width: 100%!important;
}

.hs-form-field {
	margin-bottom: 1.5rem;
	padding-right: 1rem;
}

.input > input, textarea {
	width: 100%!important;
	border-radius: .25rem;
	border: 1px solid #ced4da;
}

ul.inputs-list {
	display: flex;
	list-style: none;
	padding-left: 0;
}

li.hs-form-checkbox {
	padding: 0 20px 0 0;
}

li.hs-form-checkbox::before {
	display: none;
}

li.hs-form-radio {
	margin-right: 1.5rem;
}

li.hs-form-radio::before {
	content: "";
}

li.hs-form-booleancheckbox::before {
	content: "";
}

li.hs-form-booleancheckbox > label > input {
	margin-top: 0.4rem;
}

li.hs-form-radio > label > span {
	padding-left:10px;
}

li.hs-form-checkbox > label > span {
	padding-left:10px;
}

input.hs-button.primary {
	padding: 1rem 1.25rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	background-color: #fdb933;
	border: none;
}

/* sidebar */

/* 
.widget-area {
	margin-top: 40px;
	margin-bottom: 60px;
}

aside.widget_text {
	margin-bottom: 30px;
}

h2.widget-title {
	border-top: 1px solid #eee;
	padding-top: 6px;
	font-size: 24px;
	text-transform: uppercase;
}

.screen-reader-text {
	display: none;
}

input#bbp_search_submit {
	margin-top: 15px;
}

aside.widget {
	margin-bottom: 2rem;
}

aside.widget ul {
	padding-left: 1rem;
}
 */


/* gallery */

/* 
.gallery { 
	padding: 3rem 1%;
	background-color: #fff;	
	overflow: hidden;
}

.gallery h3 {
	color: #f5f5f5;
}
.gallery .photo {
	display: block;
	width: 48%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 1% 1%;
	box-shadow:  1px 1px 0px 0px rgba(190,190,190,1) inset,
				-1px -1px 0px 0px rgba(190,190,190,1) inset;
	transition: all 250ms;
}

.gallery .photo::before {
	display: block;
	content: '';
	padding-bottom: 75%;
}

.gallery .photo:hover { 
	box-shadow:  3px 3px 0px 0px rgba(255,255,255,1) inset,
				-3px -3px 0px 0px rgba(255,255,255,1) inset;	
}

@media (min-width: 600px) {
	.gallery .photo { width: 31.33333%; }
}

@media (min-width: 768px) {
	.gallery .photo { width: 31.33333%; }
}

@media (min-width: 992px) {
	.gallery .photo { width: 23%; }
}

@media (min-width: 1440px) {
	.gallery .photo { width: 23%; }
}
 */


/**************************
  FOOTER
  ************************/

footer { 
	color: #000;
	background-color: #fdb933;
	position: relative;
	font-size: 1rem;
	padding: 3rem 2rem 4rem;
	box-shadow: 0 12px 6px -10px rgba(0,0,0,0.5) inset;
}

.wbs { 
	color: #f5f5f5;
	background-color: #000;
	position: relative;
	font-size: 1rem;
	padding: 1.5rem 0;
}

footer h3 {
	color: #f5f5f5;
}

footer a {
	text-decoration: none;
	color: #000;
}

footer a:hover,
footer a:active,
footer a:focus {
	text-decoration: underline;
	color: #fff;
}

.menu-footer-menu-container {
	text-align: left;
}

@media (min-width: 768px) {
	.menu-footer-menu-container {
		text-align: right;
	}
}

footer #site-footer {
	font-size: 14px;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.site-footer-text h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	color: #000;
	text-transform: none;
}

ul#footer-menu {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	padding-left: 0;
}

ul#footer-menu li {
	padding: 0px;
}

ul#footer-menu li::before {
	content: '';
}

ul#footer-menu li a {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	letter-spacing: 0.05rem;
}

ul#footer-menu li a:active,
ul#footer-menu li a:focus,
ul#footer-menu li a:hover {
	color: #fff;
}

ul.social-media {
	font-size: 14px;
	padding-left: 0;
}

ul.social-media li {
	display: inline-block;
	float: left;
	padding-right: .75rem;
}

ul.social-media li:first-child {
	font-size: 13px;
}

ul.social-media li:nth-child(2) {
	position: relative;
	top: -1px;
}

ul.social-media li::before {
	content: '';
}

ul.social-media li a {
	text-decoration: none;
	color: #000;
}

ul.social-media li a:active,
ul.social-media li a:focus,
ul.social-media li a:hover {
	color: #fff;
}

.copyright {
	text-align: left;
	font-size: 0.8rem;
	padding-top: .75rem;
}

@media (min-width: 768px) {
	.copyright {
		text-align: right;
		padding-top: 0;
	}
}

/* search results */

footer.entry-footer {
	background: none !important;
	padding: 0;
	box-shadow: none;
}

/* careers */

.job-wrapper {
	padding: 1rem 0;
	border-top: 1px solid #ddd;
}

/* specials modal
----------------------------------------------------------------------------------------------------------------------*/

#specialsModal .modal-header,
#specialsModal .modal-footer {
	background: #97989a url('/wp-content/themes/btcf/img/wood_bkgd.jpg') no-repeat top center;
	background-size: cover;
/* 
	padding: 16px 15px 36px;
 */
	border: 0;
	text-align: right;
}

/* 
#specialsModal .modal-footer {
	padding: 12px 15px 10px;
}
 */

#specialsModal .modal-header .close,
#specialsModal .modal-footer .close {
	width: 24px;
	height: 24px;
	line-height: 1;
	border-radius: 50%;
	text-align: center;
	background-color: #fff;
	opacity: 1;
}

#specialsModal .modal-body {
	background: #fff url('/wp-content/themes/btcf/img/screw_pattern_bkgd_new.png') no-repeat top center;
	text-align: center;
	padding: 0 24px 24px;
}

#specialsModal .modal-title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.125;
	margin: 24px 0 18px;
	color: #f7941e;
}

#specialsModal .modal-body p {
	font-weight: 600;
	font-size: 1.2rem;
}

#specialsModal .modal-image {
	background-color: #f2ebe2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	position: relative;
}

#specialsModal .modal-image::before {
	display: block;
	content: '';
	padding-bottom: 46.25%;
	
}

#specialsModal .modal-logo img {
	padding-top: 28px;
}

#specialsModal .modal-logo img.logo-northern { max-width: 110px; }
#specialsModal .modal-logo img.logo-ten { max-height: 140px; }
#specialsModal .modal-logo img.logo-bernies { max-width: 150px; }

#specialsModal .modal-button {
	text-align: center;
	padding: 15px 0 8px;
}

#specialsModal .modal-button .btn {
	font-weight: 700;
	padding: 11px 15px;
}

/* single product */
.product-content .title-bar {
	display: none;
}

.product-content {
	background-color: white;
}

.product-hero {
	padding: 4rem 0;
}

.product-hero h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	font-size: clamp(2rem, 5vw, 2.5rem);
	padding-top: 1rem;
}

.product-hero h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	padding-top: .25rem;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	border-bottom: 2px solid #c2c2c2;
}

.product-hero__description {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.product-hero__eyebrow {
	display: inline-block;
	text-align: center;
	color: white;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
	padding: 14px 26px;
	letter-spacing: 1px;
	font-size: clamp(1rem, 5vw, 1.375rem);
}

.product-hero__eyebrow sup {
	font-size: 45%;
	top: -1.25em;
}

.product-hero__details {
	padding-top: 1.25rem;
}

.product-hero__detail-row {
	display: flex;
	margin-bottom: .35rem;
}

.product-hero__detail-category {
	width: 100px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}

.product-hero__detail-category--swatches {
	width: 140px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}

.product-hero__mobile-details {
	display: none;
}

.product-hero__desktop-details {
	display: block;
}

.product-hero__note {
	padding-top: 2rem;
}

.product-hero__cta-block {
	padding-top: 1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-hero__cta-block > * {
	display: flex;
	width: calc(50% - 10px);
	text-align: center;
	justify-content: center;
	flex-direction: column;
}

.product-hero__cta-block .btn {
	padding: 16px 22px;
	line-height: 1.3;
	margin-bottom: 20px;
}

@media (max-width: 991.97px) {
	.product-hero__mobile-details {
		display: block;
	}

	.product-hero__desktop-details {
		display: none;
	}

	.product-hero__cta-block .btn {
		padding: 14px 20px;
		line-height: 1.3;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	.product-hero__cta-block > * {
		width: calc(50% - 5px);
	}
}

/* product video text block */
.product-video-text {
	background-color: #1A1A1A;
	padding: 4rem 0;
	color: #fff;
}

.product-video-text li::before {
	content: '\2022';
}

.product-video-text .btn.btn-primary {
	color: #1A1A1A;
	text-transform: uppercase;
}

.product-video-text .btn.btn-primary:hover {
	background-color: white;
}

.product-video-text h1,
.product-video-text h2,
.product-video-text h3,
.product-video-text h4,
.product-video-text h5,
.product-video-text h6,
.product-video-text p,
.product-video-text a,
.product-video-text ul,
.product-video-text ol {
	color: #fff;
	text-transform: none;
}

.product-video-text h2 {
	padding-bottom: .75rem;
	margin-bottom: 0;
}

.product-video-text__video-title {
	text-transform: none;
	font-family: 'Roboto Slab', Georgia, serif;
}

.product-video-text__transcript-url {
	padding-bottom: 1rem;
}

.product-video-text__transcript-url a {
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
}

.product-video-text__video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.product-video-text__video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-video-text__content ul,
.product-video-text__content ol {
	margin: 0;
	padding: 0 0 0 1.25rem;
}

.product-video-text__content li {
	margin-bottom: .25rem;
}

.product-video-text__cta {
	padding-top: 1rem;
}

.product-video-text__note {
	font-style: italic;
	font-size: 14px;
	padding-top: 1.25rem;
}

/* product image text block */
.product-image-text {
	background-color: #1A1A1A;
	padding: 4rem 0;
	color: #fff;
	background-size: cover;
	background-position: center bottom;
}

.product-image-text li::before {
	content: '\2022';
}

.product-video-text + .product-image-text {
	padding: 1rem 0 4rem;
}

.product-image-text .btn.btn-primary {
	color: #1A1A1A;
	text-transform: uppercase;
}

.product-image-text .btn.btn-primary:hover {
	background-color: white;
}

.product-image-text h2 {
	padding-bottom: .75rem;
	margin-bottom: 0;
}

.product-image-text__video-title {
	text-transform: none;
	font-family: 'Roboto Slab', Georgia, serif;
}

.product-image-text h1,
.product-image-text h2,
.product-image-text h3,
.product-image-text h4,
.product-image-text h5,
.product-image-text h6,
.product-image-text p,
.product-image-text a,
.product-image-text ul,
.product-image-text ol {
	color: #fff;
	text-transform: none;
}

.product-image-text__content ul,
.product-image-text__content ol {
	margin: 0;
	padding: 0 0 0 1.25rem;
}

.product-image-text__content li {
	margin-bottom: .25rem;
}

.product-image-text__image {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.product-image-text__image img {
	margin: auto;
	max-width: 100%;
}

/* product cta block */
.product-cta-block {
	background-color: #000;
	padding: 2rem 0;
}

.product-cta-block__title {
	color: #fff
}

.product-cta-block__cta {
	padding-top: 1rem;
}

.product-cta-block__title {
	padding-top: 1rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(1.75rem, 5vw, 2rem);
}

.product-cta-block__image {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.product-cta-block__image img {
	margin: auto;
	max-width: 100%;
}

.product-cta-block__copy-block {
	padding-top: 1rem;
}

.product-cta-block .btn.btn-primary {
	color: #1A1A1A;
	text-transform: uppercase;
}

.product-cta-block .btn.btn-primary:hover {
	background-color: white;
}

@media (max-width: 991.97px) {
	.product-cta-block__col-left {
		order: 2;
	}
}

/* product data block */
.product-data-block {
	padding: 4rem 0;
}

.product-data-block img {
	max-width: 100%;
}

.product-data-block__title,
.product-data-block__intro-text {
	text-align: center;
}

.product-data-block__intro-text {
	padding-bottom: 1.5rem;
}

.product-data-block__desktop-image,
.product-data-block__mobile-image {
	padding-top: 1rem;
}

.product-data-block__desktop-image {
	display: block;
}

.product-data-block__mobile-image {
	display: none;
}

@media (max-width: 767px) {
	.product-data-block__desktop-image {
		display: none;
	}

	.product-data-block__mobile-image {
		display: block;
	}
}

/* certifications banner */
.certs-banner {
	padding: 2rem 0;
	background: url('/wp-content/themes/btcf/img/certifications-banner-image-2023-01.jpg');
	background-size: cover;
	background-position: center right;
	text-align: center;
}

.certs-banner__logos {
	display: flex;
	justify-content: center;
	padding-top: 2rem;
}

.certs-banner__logos img {
	max-width: 100%;
}

.certs-banner__logos > div {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.certs-banner__logos > div:first-child {
	margin-right: 60px;
}

.certs-banner__logos > div:last-child {
	margin-left: 60px;
}

.certs-banner__title {
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
}

@media (max-width: 1023px) {
	.certs-banner {
		background-position: center left;
	}
}

@media (max-width: 767px) {
	.certs-banner__logos > div:first-child {
		margin-right: 30px;
	}
	
	.certs-banner__logos > div:last-child {
		margin-left: 30px;
	}
}

/* product gallery */
.product-gallery {
	display: flex;
	flex-direction: column;
	align-items: center;
 }

 .product-gallery .main-image {
	padding-top: .5rem;
 }

 .product-gallery .main-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
 }

 .product-gallery .thumbnails {
	display: flex;
	margin-top: 30px;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
 }

 .product-gallery .thumbnail-block {
	width: 115px;
	height: 115px;
	cursor: pointer;
	margin-right: 20px;
	transition: .2s ease all;
	margin-bottom: 20px;
 }

 .product-gallery .thumbnail-block:hover {
	opacity: .8;
	transition: .2s ease all;
 }

 .product-gallery .thumbnail-block img {
	max-width: 100%;
	width: 115px;
	height: 115px;
	object-fit: cover;
	border: 2px solid transparent;
 }

 .product-gallery .thumbnail-block img.active {
	border: 2px solid #fdb933;
 }

 @media (max-width: 1199px) {
	.product-gallery .thumbnail-block {
		width: 90px;
		height: 90px;
		cursor: pointer;
		margin-right: 10px;
		transition: .2s ease all;
		margin-bottom: 10px;
	 }

	 .product-gallery .thumbnail-block img {
		width: 90px;
		height: 90px;
	 }
 }

 @media (max-width: 767px) {
	.product-gallery .thumbnail-block {
		width: 70px;
		height: 70px;
		cursor: pointer;
		margin-right: 10px;
		transition: .2s ease all;
		margin-bottom: 10px;
	 }

	 .product-gallery .thumbnail-block img {
		width: 70px;
		height: 70px;
	 }
 }

 #video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

#video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#videoModal .modal-content {
	background-color: transparent;
	border: none;
}

#videoModal .close {
	font-size: 3rem;
    padding: 0.25rem;
    opacity: .9;
    margin-right: 10px;
}

#videoModal .modal-header {
	border-bottom: none;
	padding: 0;
}

.color-swatch-carousel {
    display: flex;
    gap: 15px;
    overflow: auto;
    padding: 15px 0 10px;
}

.color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
	position: relative;
	z-index: 10;
}

.color-swatch.active::before {
	content: '';
	position: absolute;
	top: -5px;
	right: 0;
	bottom: 0;
	left: -5px;
	height: 42px;
	width: 42px;
	background-color: #E0E0E0;
	z-index: 5;
	border-radius: 50%;
}

.color-swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	position: relative;
	z-index: 20;	
}

/* hide title bar on Embed page */
.page-id-100417 .title-bar {
	display: none;
}

/* Skip link */
.ada-skip-link {
	left: 50%;
	position: absolute;
	transform: translateY(-100%);
}

.ada-skip-link {
	background: #f4bb4b;
	opacity: 1;
	color: black !important;
	height: 44px;
	left: calc(50% - 20px);
	padding: 8px 16px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.3s;
	z-index: 9000;
}

.ada-skip-link:focus {
	transform: translateY(0%);
	opacity: 1;
}

/* Form */
.contact-form legend {
	margin: 0;
	padding-top: 30px;
	font-size: 16px;
}

/* Tablepress */
.tablepress th {
	background: #121212 !important;
	color: white !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.tablepress tr:hover {
	background-color: inherit !important;
}

.tablepress tr.odd {
	background-color: #DCDDDE !important;
}

.tablepress,
.tablepress * {
	text-align: center !important;
}

.break-word {
	word-wrap: break-word !important; /* Older browsers */
    overflow-wrap: break-word !important; /* Modern browsers */
    word-break: break-all !important;
}


/* single blog post */
.single-post .back-to-articles {
	width: 100%;
	margin: 0px auto;
	padding: 30px 0;
}

.single-post .back-to-articles a {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

.single-post .back-to-articles a:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 17px;
	background: url('./img/arrow-back.svg') no-repeat center;
	background-size: contain;
	margin-right: 10px;
}

.single-post__content .featured-image {
	margin-bottom: 50px;
}

.single-post__content ul {
	list-style: disc;
}

.single-post__content ul li:before {
	display: none;
}

.single-post__share {
	border-top: 2px solid #000;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	padding-top: 50px;
	margin-top: 50px;
}

.single-post__share p {
	font-size: 20px;
	margin: 0 10px 0 0;
	font-weight: 500;
}

.single-post__share .share-link {
	display: inline-block;
	width: 24px;
	height: 24px;
}

.single-post__share .share-link--facebook {
	background: url('./img/social-facebook.svg') no-repeat center;
	background-size: cover;
}

.single-post__share .share-link--linkedin {
	background: url('./img/social-linkedin.svg') no-repeat center;
	background-size: cover;
}

/* blog archive */
.blog-posts {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
    gap: 64px 48px;
	padding: 64px 0 128px;
}

@media (min-width: 768px) {
	.blog-posts {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.blog-posts {
		grid-template-columns: repeat(3, 1fr);
	}
}

.blog-description {
	padding-top: 50px;
	font-size: 20px;
}

.blog-posts .post {
	background-color: #F4F2F2;
}

.blog-posts .post .post__image {
	width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
}

.blog-posts .post .post__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-posts .post .post__content {
	padding: 20px 30px 30px;
}

.blog-posts .post .post__title {
	font-size: 20px;
    margin-bottom: 20px;
}

/* blog posts pagination */
.blog-posts-pagination {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 128px;
}

.blog-posts-pagination .page-numbers.prev,
.blog-posts-pagination .page-numbers.next {
	display: none;
}

.blog-posts-pagination .page-numbers {
	width: 44px;
	height: 44px;
	border: 2px solid #000;
	background-color: #000;
	color: #fff;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
}

.blog-posts-pagination .page-numbers.current {
	background-color: #FDB933;
	color: #000;
}

.blog-posts-pagination .page-numbers.dots {
	background: none;
    border: none;
    color: black;
    justify-content: flex-end;
    line-height: 1;
}

/* where to buy template */
.where-to-buy-description {
	padding-top: 50px;
	font-size: 20px;
	margin-bottom: 60px;
}

.where-to-buy-logos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 50px;
	margin-bottom: 100px;
}

@media (min-width: 1024px) {
	.where-to-buy-logos {
		grid-template-columns: repeat(3, 1fr);
		gap: 80px 100px;
	}
}

.where-to-buy-logos .logo {
	width: 100%;
	height: 100px;
}

@media (min-width: 1024px) {
	.where-to-buy-logos .logo {
		height: 150px;
	}
}

.where-to-buy-logos .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* where to buy CTA */
.where-to-buy-cta {
	padding: 20px 15px;
}

.where-to-buy-cta .cta__text {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
	gap: 12px;
}

.where-to-buy-cta .cta__title {
	color: #fff;
}

.where-to-buy-cta .btn {
	width: 100%;
}

.where-to-buy-cta .btn:hover,
.where-to-buy-cta .btn:focus {
	background-color: #fff;
    color: #000;
}

.where-to-buy-cta .flex-center {
	display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/* wysiwyg image alignment */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}