html, body { height: 100%; }
body { background-color: #fff; font-family: 'Open Sans', sans-serif; font-display: swap; }

h1,h2,h3 { font-family: 'Poppins', sans-serif; font-display: swap; }
h1,h2 { font-weight: 700; }
h3 { font-weight: 600; }

/* navbar / banner */
.fixed-navbar { background: #fff; }
.fixed-navbar-shadow { box-shadow: 0px 2px 6px #ddd; }
.banner { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 12pt; display: flex; flex-direction: row; align-items: center; flex-wrap: nowrap; padding: 20px 0; }
.banner a { color: #242424; }		
.banner .phone-icon {	display: flex; align-items: center; justify-content: flex-end; }
.banner .phone-icon span { background: #f84c00; height: 25px; width: 25px; border-radius: 50%; color: #fff; display: flex; justify-content: center; align-items: center; margin-right: 5px; }
.banner .phone-icon a:hover { text-decoration: none; color: #f84c00; }
.banner .phone-icon a:focus { text-decoration: none; }
.banner .phone-icon img { height: 14px; }

/* menu */
.menu a { margin: 0 20px; text-transform: uppercase; }
.menu a:hover { text-decoration: none; color: #f84c00; }
.menu a:focus { text-decoration: none; }

/* mobile menu */
.mobilemenu-toggle { margin-left: 0%; cursor: pointer; color: #000; }
.mobilemenu-open { margin-left: 15px; margin-top: -4px; font-size: 20px; }
.mobilemenu-close { margin-left: 15px; margin-top: -4px; padding-left: 4px; font-size: 20px; display: none; }
.mobilemenu { background: #000; color: #fff; height: 100%; width: 100%; overflow-y: auto; position: fixed; top: 0px; left: 0px; z-index: 10000; margin-left: 100%; -webkit-transition: margin-left 0.5s ease; -moz-transition: margin-left 0.5s ease; -o-transition: margin-left 0.5s ease; transition: margin-left 0.5s ease; }
.mobilemenu-toggle { margin-left: 0%; }
.mobilemenu-body-no-scroll { overflow: hidden; }
.mobilemenu a { display: flex; justify-content: space-between; align-items: center; cursor: pointer; line-height: 44px; height: 44px; color: #fff; width: 100%; }
.mobilemenu a:hover { color: #f84c00; text-decoration: none; }
.mobilemenu a.active { color: #f84c00; }
.mobilemenu .menuitem { width: 100%; padding: 0 20px 0 20px; border-bottom: solid #333132 1px; box-sizing: border-box; }
.mobilemenu .menuitem:first-child { border-top: solid #333132 1px; }
.mobilemenu .submenu { padding: 0 20px 20px 20px; display: none; }
.mobilemenu .submenu a { display: block; line-height: 30px; height: 30px; padding: 0; }	
.mobilemenu .menuitem-active .submenu { display: block; }


/* content */
.content { font-size: 10pt; line-height: 1.5em; color: #282725; padding-top: 60px; padding-bottom: 60px; }
.content a { color: #f84c00; text-decoration: none; }
.content p { margin-bottom: 14pt; }
.content a:hover { color: #de4501; text-decoration: none; }
.content h2 { font-size: 2em; line-height: 1.25em; text-transform: uppercase; color: #242424; margin: 0 0 1em 0; }
.content h3 { font-size: 1.25em; text-transform: uppercase; color: #242424; margin: 1em 0 0.5em 0; }
@media only screen and (min-width : 768px) { /* small desktop, tablet */
	.content { font-size: 11pt; }
}
/* .contact { margin-top: 40px; }
.contact dl { margin-bottom: 15px; }
.contact dt { float: left; clear: left; width: 40px; font-weight: normal; }
.contact dd { margin: 0 0 0 50px; padding: 0 0 0.5em 0; } */



/* footer */
.footer-wrapper { background-color: #282c2f; font-size: 11pt; }
.footer { color: #fff; }
.footer a { color: #fff; }
.footer a:hover { text-decoration: none; color: #f84c00; }
.footer h3 { text-transform: uppercase; margin: 0.35em 0 0.75em 0; font-weight: 700; font-size: 2.5em; }
.footer .col-xs-12 { margin-top: 40px; margin-bottom: 40px; }
.footer .social-icon-wrapper { margin: 50px 0 50px 0; display: flex; justify-content: center; }
.footer .social-icon { display: flex; justify-content: center; align-items: center; margin: 0 10px; background: #f84c00; border-radius: 50%; height: 40px; width: 40px;  font-size: 1.75em; line-height: 1; }
.footer .social-icon a { color: #282c2f; }
.footer .social-icon a:hover { color: #282c2f; text-decoration: none; }
.footer .copyright { font-size: 0.8em; line-height: 1.75em; }


/* lightbox */
.lightbox { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10000; background-color: rgba(0,0,0, 0.98); visibility: hidden; }
.lightbox-slide { height: 100%; width: 100%; }
.lightbox-slide img { max-width: 100%; max-height: 100%; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.lightbox-slide picture { position: absolute; top: 0; left: 0; height: 100%; width: 100%; } 
.lightbox-swiper-container { height: 100%; width: 100%; }
.lightbox-close { color: #fff; font-size: 24px; position: absolute; top: 20px; right: 20px; cursor: pointer; z-index: 140; }
/* .lightbox-image { display: block; width: auto; max-height: 100%; margin-left: auto; margin-right: auto; position: relative; top: 50%; transform: translateY(-50%); } */
.lightbox-bullets { margin-bottom: 20px; }
.lightbox-bullets .bullet { margin: 0 5px 0 5px; display: inline-block; height: 9px; width: 9px; background: none; border-radius: 50%; border: solid 1px #fff; }
.lightbox-bullets .active { background: #fff; }
.lightbox-slide h2 { position: absolute; bottom: 0px; width: 100%; line-height: 26px; font-size: 12px; color: white; z-index: 10001; text-align: center; background-color: rgba(0,0,0,0.5); margin: 0; }
.gallery img { margin-bottom: 30px; }


/* top of page button */
.top { z-index: 100; position: fixed; width: 50px; height: 50px; text-align: center; border-radius: 25px; line-height: 50px; color: rgba(255,255,255,0.5); font-size: 24px; background-color: rgba(0,0,0,0.5); bottom: 10%; right: 10%; display: none; cursor: pointer; }		



/* privacy popup */
.privacy-popup { position: fixed; bottom: 0px; left: 0px; width: 100%; padding: 20px; background: #333; display: none; z-index: 100; color: #fff; }
.privacy-popup button { padding: 10px 25px 10px 25px; margin-top: 20px; border: solid 1px #4d4d4f; border-radius: 4px; background: #fff; color: #333; }
.privacy-popup button:hover { background: #eee; }


/* UTILITIES */

/* vertical align element within parent container */
.vertical-align { position: relative; top: 50%; transform: translateY(-50%); }

/* remove bootstrap row gutters */ 
.no-gutter > [class*='col-'] { padding-right:0; padding-left:0; }


.thumbnails { margin-top: 20px; }
.thumbnails img { border: solid 1px #ddd; margin-bottom: 20px; }


/* flaxton buttons */
a.flaxton-btn { font-family: 'Poppins', sans-serif; font-weight: 700; display: inline-block; padding: 5px 0px; width: 150px; border: solid 3px #f84c00; background: none; color: #f84c00; text-transform: uppercase; text-align: center; }
a.flaxton-btn.filled { color: #fff; background: #f84c00; }
a.flaxton-btn:hover { border-color: #e24500; color: #e24500; }
a.flaxton-btn.filled:hover { background-color: #e24500; color: #fff; }

.flaxton-orange { color: #f84c00; }

.rounded { border-radius: 10px; }

/* HOME */

/* home hero */
.home-hero { background-image: url(/assets/bbq0_1920_b.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; height: 50vh; display: flex; justify-content: center; align-items: center; color: #fff; text-align: center; width: 100%; }
.home-hero-content { margin: 0 40px; font-size: 10pt; line-height: 1.5em; }
.home-hero-content h1 { text-transform: uppercase; font-size: 3em; line-height: 1.3em; margin: 0 0 0.5em 0; letter-spacing: 1px; }
@media (min-width: 992px) {
	.home-hero { height: 75vh; }
	.home-hero-content { margin: 0 80px; font-size: 14pt; line-height: 1.5em; }	
}
@media (min-width: 1200px) {
	.home-hero { height: 80vh; }
}

/* home-product */
.home-product { text-align: center; box-sizing: border-box; padding-bottom: 60px; }
.home-product-first { margin-bottom: 60px; }
.home-product .banner { background-repeat: no-repeat; background-size: cover; background-position: center; border-radius: 10px; margin-bottom: 30px; color: #fff; position: relative; height: 250px; }
.home-product .banner h3 { text-transform: uppercase; line-height: 1.4em; position: absolute; bottom: 10px; text-align: center; padding: 0 20px; color: #fff; width: 100%; }
@media (min-width: 768px) {
	.home-product-first { margin-bottom: 0px; }
}
@media (min-width: 992px) {
	.home-products .home-product:first-child { margin-bottom: 0px; }
	.home-product .banner { height: 300px; }
}
@media (min-width: 1200px) {
	.home-product .banner { height: 350px; }
}
.home-product-btns { margin-top: 40px; text-align: center; }
.home-product-btns .flaxton-btn { margin: 0 10px; }
@media (max-width: 767px) {
	.home-product-btns .flaxton-btn:first-child { margin-bottom: 10px; }
}


/* PRODUCT */

/* product hero */
.product-hero { background-image: url(/assets/placeholder.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; height: 20vh; display: flex; justify-content: center; align-items: center; color: #fff; text-align: center; width: 100%; }
.product-hero-content { margin: 0 40px; font-size: 10pt; line-height: 1.5em; }
.product-hero-content h1 { text-transform: uppercase; font-size: 2em; line-height: 1.3em; margin: 0 0 0.5em 0; letter-spacing: 1px; }
@media (min-width: 992px) {
	.product-hero { height: 30vh; }
	.product-hero-content { margin: 0 80px; font-size: 14pt; line-height: 1.5em; }	
}
@media (min-width: 1200px) {
	.product-hero { height: 35vh; }
}

.tabs { border-bottom: solid 2px #000; font-size: 0.9em; margin-top: 60px; }
.tabs .tab { border: solid 2px #000; border-bottom: none; background: #fff; color: #000; display: inline-block; padding: 4px 10px; text-transform: uppercase; cursor: pointer; }
.tabs .tab.active { color: #fff; background: #000; }
.tab-content { display: none; margin-top: 15px; line-height: 1.75em; }
.tab-content.active { display: block; }

.accessories { margin-top: 30px; }
.accessories .accessory { margin-bottom: 30px; }