/*!
Theme Name:     King Bee Std
Theme URI: 		https://kingbeestudio.com
Description: 	Bootstrap 5.3.8 on Wordpress  04.26
Version: 		1.1.0
Author: 		King Bee Std
Author URI: 	https://kingbeestudio.com
*/


.container {
  max-width: var(--container-max-width);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html, body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, a img, button {
  text-decoration: none;
  background-color: transparent;
  transition: .3s ease-in;
}
a img:hover, a img:focus {
  opacity: 0.6
}
a:active, a:hover {
  outline: 0;
  text-decoration: none
}
svg:not(:root) {
  overflow: hidden;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
  outline: 0px !important;
  box-shadow: none !important;
}
button {
  overflow: visible;
  background-color: transparent;
  border: none;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}

img {
  border: 0;
}
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# WRAPPERS & BOXES
--------------------------------------------------------------*/

@media (max-width:640px) {
  .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    /*    white-space: nowrap;*/
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: inset -14px 1px 16px -22px rgba(0, 0, 0, 0.52);
    box-shadow: inset -14px 1px 16px -22px rgba(0, 0, 0, 0.52);
    font-size: 0.9rem
  }
}

/*--------------------------------------------------------------
# FX
--------------------------------------------------------------*/
.ombre-bot {
  box-shadow: 0 8px 6px -2px rgba(0, 0, 0, 0.25) !important;
}


