/***************************
MAIN 
***************************/

html,
body {
  overflow-x: hidden;
}

html {
  scroll-padding-top: 107px;
}

main {
  margin-top: 107px;
}

@media only screen and (max-width: 600px) {
  html {
    scroll-padding-top: 87px;
  }
  main {
    margin-top: 87px;
  }
}

section {
  margin-bottom: 50px;
}

a {
  text-decoration: none;
}

/***************************
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-saunas {
  color: #fcb040;
}

.cal-saunas-h {
  color: #fcb040;
  text-transform: uppercase;
  font-weight: bolder;
}
/***************************
BOOTSTRAP CHANGES 
***************************/

.btn-warning:hover {
  background: #fcb040;
}

.btn-warning {
  background: #fcb040;
  border-color: #fcb040;
  font-weight: bold;
}

.dropdown-item:active {
  background-color: #fcb040;
}

.dropdown-item:hover {
  background-color: #fcb040;
}

/***************************
SWIPER CHANGES 
***************************/
.swiper-pagination-bullet-active {
  background-color: #fcb040;
}

/***************************
SCROLLBAR 
***************************/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #005da8;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #005da8;
}

/***************************
NAVIGATION 
***************************/

#top-nav {
  background: linear-gradient(to bottom, #fcb040, #fcb040);
  height: 46px;
}

#top-nav a {
  font-size: 14px;
}

#logo {
  height: 50px;
  max-width: 100%;
  padding-right: 50px;
}

@media only screen and (max-width: 600px) {
  #logo {
    height: 50px;
    padding-right: 0px;
    padding-top: 0px;
  }
}

/* making dropdown items better to navigate*/
.multi-menu > li > .dropdown-item {
  padding: 0.5rem 1rem;
}
.dropdown-divider {
  width: 100%;
  margin: 0;
}

/* multi dropdown*/
.dropdown:hover > .multi-menu {
  display: block;
  margin-top: 0; /*remove the gap so it doesn't close*/
}

/* normal drop down */
.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; /*remove the gap so it doesn't close*/
}

/* remove border from menu item */
.dropdown-menu {
  border: none;
}

/* styles for multi layer dropdown */
.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  width: 550px;
  border: black solid 2px;
  left: 100%;
}

@media only screen and (max-width: 1000px) {
  .multi-menu .dropdown-submenu {
    display: none !important;
  }
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

/* multi nav styles */
.multi-menu ul {
  padding: 20px;
}

.multi-menu h2 {
  color: #6bbd45;
  font-size: 20px;
}

.multi-menu ul a {
  padding-left: 0;
}

@media only screen and (max-width: 1200px) {
  #navbarSupportedContent > ul {
    margin-left: 0px;
  }
}

/***************************
HERO BANNER 
***************************/
#hero-banner {
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
}

#hero-banner header {
  position: absolute;
  top: 5%;
  left: 7vw;
  color: #000;
}

/***************************
BANNER 
***************************/

.banner img {
  min-height: 200px;
  max-height: 450px;
  width: 100%;
  object-fit: cover;
}

/***************************
SOCIAL SWIPER 
***************************/

.socialSwiper p {
  max-width: 300px;
  /* padding is being used to move pagination down */
  padding-bottom: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #005da8;
}

/***************************
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(imgs/HD-wallpaper-abstract-texture-wood.webp) fixed;
  background-size: cover;
}

#product-image {
  max-width: 400px;
}

.tab {
  border-bottom: 1px solid #005da8;
  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: #005da8;
  background: #fff;
  cursor: pointer;
}

.tab div.active {
  color: #005da8;
  background: #fff;
}

.tabcontent {
  display: none;
  background: url(../geo-spas-hot-tubs-img/Geo-Spas-hot-tubs-portable-for-sale-product-page-bg-1.jpg)
    fixed;
  background-size: cover;
  padding: 6px 12px;
}

/* SPECIFICATIONS Tab */

#SPECIFICATIONS td,
#SPECIFICATIONS th {
  border-bottom: 1px solid #005da8;
  padding: 8px;
}

#SPECIFICATIONS tr:hover {
  background-color: #fff;
}

/* 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 #005da8;
}

.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: #005da8 transparent transparent #005da8;
}

.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;
  background: linear-gradient(to bottom, #fff, #fff);
}

#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: 615px;
}

/***************************
CATEGORY 
***************************/

#category .col > div {
  max-width: 350px;
  margin-bottom: 50px;
}

#category h3 {
  margin: 20px 0;
}

/* #category_woptions {
  max-width: 200px;
} */

/***************************
VIEW ALL SPAS 
***************************/

#view-all-spas .col > div {
  max-width: 350px;
  margin-bottom: 50px;
}

#view-all-spas h3 {
  margin: 20px 0;
}

#view-all-spas-nav {
  right: 20px;
  top: 30%;
  padding: 10px 10px;
  background-color: #005da8;
}

#view-all-spas-nav a {
  font-weight: bold;
  color: #fff;
}

#view-all-spas-nav a:hover {
  color: #009ddc;
}

/***************************
STEPS 
***************************/

#cal-steps .col > div {
  max-width: 300px;
  margin-bottom: 50px;
}

#cal-steps h3 {
  margin: 20px 0;
}

/***************************
WHY CAL SPAS 
***************************/

#why-geo-spas img {
  max-width: 100%;
  max-height: 300px;
  margin: auto;
  display: block;
}

#why-geo-spas .row {
  margin: 50px 0;
}

#why-geo-spas p {
  font-size: 20px;
}

/***************************
OWNERS MANUALS
***************************/

#owners-manuals a {
  color: #005da8;
  line-height: 23px;
}

/***************************
COMPANY OVERVIEW
***************************/

@media only screen and (max-width: 1000px) {
  #company-overview img {
    display: none;
  }
}

#company-overview span {
  font-weight: bolder;
}

/***************************
SITEMAP
***************************/
#sitemap h3,
#sitemap h2 {
  color: #005da8;
}

#sitemap ul {
  list-style-type: none;
}

#sitemap a {
  color: #005da8;
}

/***************************
VIDEOS 
***************************/

#videos .overlay-container {
  position: relative;
}

#videos img {
  display: block;
  width: 100%;
  height: auto;
}

#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 .overlay-container:hover .overlay {
  opacity: 1;
}

/***************************
FOOTER 
***************************/

footer {
  border-top: solid 30px #fcb040;
}

#footer-nav h4 {
  margin-bottom: 20px;
}

#footer-nav ul {
  list-style: none;
  padding: 0;
}

#footer-nav a {
  color: #fff;
}
#footer-nav a:hover {
  color: #005da8;
}

#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;
  }
}

/***************************
TEST Headers
***************************/

.box {
  border: 2px red solid;
}

.col-lg-4 .selection img {
  margin: 0 15px;
}

.selectedImg {
  border: 2px #005da8 solid;
}
.selection img {
  cursor: pointer;
}
