/***************************
MAIN 
***************************/

html,
body {
  overflow-x: hidden;
}

html {
  scroll-padding-top: 107px;
}

main {
  margin-top: 107px;
}

@media only screen and (max-width: 430px) {
  html {
    scroll-padding-top: 157px;
  }
  main {
    margin-top: 157px;
  }
}

section {
  margin-bottom: 50px;
}

a {
  text-decoration: none;
} 

p, tr {
	font-weight: 500;
	font-size: 17px;
}

/***************************
REUSEABLE CLASSES 
***************************/
.responsive-youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cal-lightblue {
  color: #960000;
}

.cal-red {
  color: #960000;
}

.cal-red-h {
  color: #960000;
  text-transform: uppercase;
  font-weight: bolder;
}

.cal-red-h:hover {
  color: #960000;
  text-transform: uppercase;
  font-weight: bolder;
}


/***************************
BOOTSTRAP CHANGES 
***************************/
.btn-primary {
  background-color: #960000;
  border-color: #610000;
}

.btn-primary:hover {
  background-color: #610000;
  border-color: #640000;
}

.container-xxxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	width: 100%;
	max-width: 1750px;
}

/***************************
SWIPER CHANGES 
***************************/
.swiper-pagination-bullet-active {
  background-color: #960000;
}

/***************************
SCROLLBAR 
***************************/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #610000;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #960000;
}

/***************************
NAVIGATION 
***************************/

#top-nav {
  background-color: #960000;
}

#top-nav a {
  font-size: 14px;
}

#logo {
  height: 60px;
  width: auto;
}

/* Remove arrow from dropdown */
.dropdown-toggle::after {
  content: none;
}

.dropdown .dropdown-menu {
  margin-top: -5px;
  max-height: 55vh;
  overflow-y: scroll;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#navbarSupportedContent:last-child .dropdown-menu {
  right: auto;
  left: auto;
}

@media (max-width: 990px) {
  .dropdown .dropdown-menu {
    margin-top: 20px;
  }
}

@media (min-width: 990px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
  }
}

.nav-tile {
  max-width: 300px;
  padding: 10px 20px;
}

.nav-tile img {
  max-height: 100px;
  max-width: 100%;
}


@media (min-width: 1200px) { 
	/* normal drop down */
	.dropdown:hover > .dropdown-menu {
	  display: block;
	  margin-top: 0; /*remove the gap so it doesn't close*/
	}
 }


@media only screen and (min-width: 1480px) {
	.d-xxxl-inline {
		display: inline!important;
	}
}


/***************************
HERO BANNER 
***************************/
#hero-banner {
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
}

#hero-banner header {
  position: absolute;
  top: 5%;
  left: 7vw;
  color: #000;
}

/* fix to small padding from the table on banner*/
#hero-banner td {
  padding: 0;
}

/***************************
BANNER 
***************************/

.banner img {
  min-height: 200px;
  max-height: 450px;
  width: 100%;
  object-fit: cover;
}

/***************************
HOME 
***************************/

.video-container {
  position: relative;
}

.video-content {
  position: absolute;
  top: 5%;
  left: 10%;
  max-width: 400px;
  padding: 20px;
}

#icon-menu {
  z-index: 5;
  bottom: 24%;
}
#icon-menu a,
#icon-menu div {
  position: relative;
  right: -135px;
  transition: 0.4s;
}

#icon-menu a:hover,
#icon-menu div:hover {
  right: 0px;
}
/***************************
PRODUCT 
***************************/

#product {
  background: url(../calflame-bbq-grills-islands-img/calflame-bbq-grills-island-for-sale-product-page-bg-1.jpg) fixed;
  background-size: cover;
}

#product-image {
  max-width: 400px;
}

.tab {
  border-bottom: 1px solid #960000;
  margin-bottom: 10px;
}

.tab div {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  padding: 14px 16px;
  transition: 0.3s;
  font-weight: bolder;
}

.tab div:hover {
  color: #960000;
  background: #fff;
  cursor: pointer;
}

.tab div.active {
  color: #960000;
  background: #fff;
}

.tabcontent {
  display: none;
  background: url(../img/product-page-bg-1.jpg) fixed;
  background-size: cover;
  padding: 6px 12px;
}

/* SPECIFICATIONS Tab */
 
#SPECIFICATIONS table{
	background: rgba(255, 255, 255, 0.5);
}
 
#SPECIFICATIONS td,
#SPECIFICATIONS th {
  border-bottom: 1px solid #960000;
  padding: 8px;
}

#SPECIFICATIONS tr:hover {
  background-color: #fff;
}

#OPTIONS table{
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #960000;;
}
 
#OPTIONS td,
#OPTIONS th {
  border-bottom: 1px solid #960000;
  padding: 8px;
}

#OPTIONS tr:hover {
  background-color: #fff;
}

#STYLES li {
  max-width: 95px;
}

/* REVIEWS Tab */

/* https://codepen.io/Founts/pen/AJyVOr?editors=1100 */
.talk-bubble {
  margin: 20px 10px 40px 10px;
  display: inline-block;
  position: relative;
  width: 90%;
  height: auto;
  background-color: #fff;
}
.round {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.review-border {
  border: 2px solid #960000;
}

.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}

.tri-right.review-border.btm-left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #960000 transparent transparent #960000;
}

.tri-right.btm-left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -25px;
  border: 15px solid;
  border-color: #fff transparent transparent #fff;
}

#product-feature h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

#product-feature p {
  margin-top: 20px;
  font-size: 16px;
}

#product-feature .col div {
  border: solid #000 3px;
  padding: 25px 25px 0px 25px;
  max-width: 400px;
  min-height: 510px;
}

#STRUCTURE h4 span {
  padding: 0 10px;
  color: #fff;
  background-color: #960000;
}

/* #STRUCTURE .nums {
  opacity: 0.6;
  padding: 0 10px;
  color: #fff;
  background-color: #960000;
  position: absolute;
} */

/* .structure-wrapper span#one {
  top: 56%;
  left: 8%;
}

.structure-wrapper span#two {
  top: 53%;
  left: 27%;
}

.structure-wrapper span#three {
  top: 30%;
  left: 26%;
}

.structure-wrapper span#four {
  top: 42%;
  left: 39%;
}

.structure-wrapper span#five {
  top: 17%;
  left: 68%;
}

.structure-wrapper span#six {
  top: 59%;
  left: 72%;
}

.structure-wrapper span#seven {
  top: 60%;
  left: 85%;
}

.structure-wrapper span#eight {
  top: 90%;
  left: 88%;
} */

/***************************
VIDEOS 
***************************/

#videos .overlay-container {
  position: relative;
}

#videos .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

#videos img {
  display: block;
  width: 100%;
  height: auto;
}
#videos .overlay-container:hover .overlay {
  opacity: 1;
}

/***************************
SITEMAP
***************************/
#sitemap h3,
#sitemap h2 {
  color: #960000;
}

#sitemap ul {
  list-style-type: none;
}

#sitemap a {
  color: #960000;
}

/***************************
FOOTER 
***************************/

footer {
  border-top: solid 30px #960000;
}

#footer-nav h4 {
  margin-bottom: 20px;
}

#footer-nav ul {
  list-style: none;
  padding: 0;
}

#footer-nav a {
  color: #fff;
}
#footer-nav a:hover {
  color: #960000;
}

#footer-icons img {
  max-width: 100px;
}

@media only screen and (min-width: 1200px) {
  #footer-nav .col:not(:first-child) {
    border-left: solid 1px #fff;
  }
}

@media only screen and (max-width: 1200px) {
  #footer-nav .col {
    padding-bottom: 20px;
  }
}


/**** NEW ADDING ********/
@media only screen and (max-width: 766px) {
  .brochureform {
    height: 1250px;
  }
  .quoteform {
    height: 1250px;
  }
  .dealerform {
    height: 1250px;
  }
  .tradeform {
    height: 1500px;
  }
  .contactform {
    height: 1300px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1100px) {
  .brochureform {
    height: 1200px;
  }
  .quoteform {
    height: 1200px;
  }
  .dealerform {
    height: 1150px;
  }
  .tradeform {
    height: 1200px;
  }
  .contactform {
    height: 1300px;
  }
}

@media only screen and (min-width: 1101px) {
  .brochureform {
    height: 700px;
  }
  .quoteform {
    height: 700px;
  }
  .dealerform {
    height: 910px;
  }
  .tradeform {
    height: 850px;
  }
  .contactform {
    height: 800px;
  }
}


.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}