
/* GLOBAL */
/* start ken burns */
.sub-hero,
.sub-hero-detail,
.hero {
overflow: hidden;
-webkit-animation-name: kenburns;
animation-name: kenburns;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 8s;
animation-duration: 8s;
opacity: 1;
transform: scale(1);
-webkit-animation-name: kenburns-1;
animation-name: kenburns-1;
z-index: 0;
}
.sub-hero .container,
.sub-hero-detail .container {
max-width: 90% !important;
}
@-webkit-keyframes kenburns-1 {
0% {
opacity: 1;
transform: scale(1.15);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes kenburns-1 {
0% {
opacity: 1;
transform: scale(1.15);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.sub-one,
.sub-three {
background: black;
z-index: 2;
position: relative;
}
.snipOuter.bg-dark.py-3.text-center {
position: relative;
z-index: 2;
}
body {
overflow-x: hidden;
}
/* end ken burns */
html {
scroll-behavior: smooth;
}
p.small {
font-size: .8rem;
}
@media(min-width: 576px) {
h1, .h1 {
font-size: 2.7rem;
}
h2,
.h2 {
font-size: 2.4rem;
}
h3,
.h3 {
font-size: 2.1rem;
}
h4,
.h4 {
font-size: 1.9rem;
}
h5,
.h5 {
font-size: 1.6rem;
}
h6,
.h6 {
font-size: 1.3rem;
}
}
.sub-hero > .position-relative {
margin-bottom: -2rem;
margin-top: 2rem;
}
@media(min-width: 768px) {
h1, .h1 {
font-size: 3.1rem;
}
h2,
.h2 {
font-size: 2.75rem;
}
h3,
.h3 {
font-size: 2.4rem;
}
h4,
.h4 {
font-size: 2.05rem;
}
h5,
.h5 {
font-size: 1.7rem;
}
h6,
.h6 {
font-size: 1.35rem;
}
.sub-hero > .position-relative {
margin-bottom: -5rem;
margin-top: 5rem;
}
}
@media(min-width: 1200px) {
h1.mega, .h1.mega {
font-size: 4.5rem !important;
}
body {
font-size: 1.3rem;
}
h1,
.h1 {
font-size: 3.4rem;
}
h2,
.h2 {
font-size: 3rem;
}
h3,
.h3 {
font-size: 2.6rem;
}
h4,
.h4 {
font-size: 2.2rem;
}
h5,
.h5 {
font-size: 1.8rem;
}
h6,
.h6 {
font-size: 1.4rem;
}
}
@media(min-width: 1600px) {
h1, .h1 {
font-size: 3.8rem;
}
h1.mega,
.h1.mega {
font-size: 5.5rem !important;
}
h2,
.h2 {
font-size: 3.25rem;
}
h3,
.h3 {
font-size: 2.8rem;
}
h4,
.h4 {
font-size: 2.35rem;
}
h5,
.h5 {
font-size: 1.9rem;
}
h6,
.h6 {
font-size: 1.45rem;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
color: white !important;
}
.blog-desc h1.h2 {
font-weight: bold;
}
.btn {
white-space: normal;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
.dark-bottom-fade {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary {
color: white !important;
}
.round,
.rounded {
border-radius: 12px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
.formbuilder-textarea textarea {
height: 200px;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.anchor {
scroll-margin-top: 200px;
}
#savecontent form label {
font-weight: bold;
}
#savecontent form .checkbox-group label,
#savecontent form .radio-group label {
font-weight: normal;
}
.btn-primary.btn-back {
display: none !important;
}
.zabuto-calendar.table thead td {
background-color: #111 !important;
}
.zabuto-calendar.table thead th {
background-color: #222 !important;
}
.zabuto-calendar,
.zabuto-calendar * {
border-color: #444 !important;
}
.zabuto-calendar .badge.bg-primary {
background-color: var(--primary-alt) !important;
}
button.time-slot {
background: var(--primary);
color: white;
}
button.time-slot:hover {
background: var(--primary-alt);
}
.oms-checkout-cart-payment.bg-light,
.oms-ecommerce.bg-light,
.oms-products.bg-light {
background: black !important;
}
.oms-register-form.bg-white,
.oms-login-form.bg-white,
.modal-content,
.productsRow .card-body {
background: var(--dark) !important;
}
.productsRow .card {
border: 1px solid var(--border) !important;
}
.product-image {
background-size: cover !important;
min-height: auto !important;
padding-bottom: 55%;
}
.modal-title {
margin-bottom: 0 !important;
}
.modal-header .close {
color: white !important;
}
#fullcalendar table * {
border-color: #444 !important;
}
#fullcalendar table {
background: var(--dark);
}
#fullcalendar .fc-today {
background: rgba(255, 255, 255, .2);
}
#fullcalendar .fc-event {
border-color: var(--primary) !important;
}
#fullcalendar .fc-popover {
background: black;
}
#fullcalendar .fc-popover .fc-header {
background: var(--primary-alt) !important;
}
#fullcalendar .fc-time-grid-event {
background-color: var(--primary) !important;
opacity: 1;
}
.modal-content.border {
border: 0 !important;
}
.modal-header.bg-black {
background-color: var(--primary) !important;
}
.modal-open .modal {
background: rgba(0, 0, 0, 0.8);
}
.table-striped {
background-color: black !important;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05);
}
.table td,
.table th {
border-top: 1px solid #444;
}
.oms-ecommerce .bg-white {
background-color: var(--dark) !important;
}
.addToCart.text-right {
text-align: left !important;
}
.row[style*="background-color: white;"] {
background-color: black !important;
}
.container.py-5 .w-100.border.rounded.bg-white.p-4.shadow.mb-4 {
border-radius: 0 !important;
background-color: black !important;
padding: 0 !important;
}
.dark-top-fade {
background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
left: 0;
top: 0;
right: 0;
position: absolute;
}
.sub-hero .overlay.bg-black {
opacity: .3 !important;
}
.sub-hero-detail {
padding-bottom: 50%;
}
.text-gray {
color: #bbb;
}
.content-overlay {
position: absolute;
left: 8%;
top: 8%;
width: 84%;
}
.sub-content-heading {
font-weight: bold;
text-transform: uppercase;
}
@media(max-width: 600px) {
.sub-content-heading {
font-size: 1.75rem !important;
}
}
.review-thumbs a {
width: 90px;
margin: 0 5px;
}
.stripey {
background: black;
border: 1px solid var(--border);
margin: 0;
padding: 0;
}
.stripey li {
list-style: none;
padding: .5rem;
background: black;
}
.stripey li:nth-of-type(odd) {
background: #222;
}
@media(min-width: 1200px) {
.specs-col {
height: 427px;
overflow-y: auto;
font-size: .9rem;
}
}
@media(min-width: 1300px) {
.specs-col {
height: 473px;
overflow-y: auto;
font-size: 1rem;
}
}
@media(min-width: 1400px) {
.specs-col {
height: 512px;
overflow-y: auto;
font-size: 1.1rem;
}
}
@media(min-width: 1600px) {
.specs-col {
height: 586px;
overflow-y: auto;
}
}
/*.specs-row .carousel-item {
padding-bottom: 67%;
}*/
/* slick slider stuff */
.card-click.active img {
border: 5px solid var(--primary);
}
a.bg-white:hover {
background: var(--dark) !important;
}
a.bg-white:hover .h5 {
color: var(--primary-alt) !important;
}
a.bg-white:hover .text-dark {
color: white !important;
}
a.bg-white,
a.bg-white .h5,
a.bg-white.text-dark {
transition: all .15s ease-in-out;
}
.card {
position: relative;
display: flex;
width: 318px;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border-radius: 0;
}
.card-body {
flex: 1 1 auto;
}
.slick-slide {
margin: 10px;
}
.slick-prev:before,
.slick-next:before {
color: var(--light) !important;
}
.items,
.customer-reviews {
width: 88%;
margin: auto;
position: relative;
}
.slick-prev {
left: -20px;
}
.slick-next {
right: -20px;
}
.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before {
z-index: 0;
width: 30px !important;
height: 30px !important;
font-size: 30px !important;
}
.card-click img {
border: 5px solid transparent;
}
.card-click:hover img {
border: 5px solid var(--primary);
}
/* end slick slider stuff */
.slide-item {
width: 90px;
font-size: .9rem;
}
@media(min-width: 1200px) {
.slide-item {
width: 120px;
font-size: 1rem;
}
}
@media(max-width: 767px) {
.slide-item {
width: 60px;
font-size: .8rem;
}
}
@media(max-width: 575px) {
.slide-item {
width: 60px;
font-size: .8rem;
margin-bottom: .5rem;
}
}
/* PAGE SPECIFIC */
/* FOOTER */
