
/* GLOBAL */
html {
scroll-behavior: smooth;
}
:root {
--rose: #ff6fcc;
--earth: #efa651;
}
.anchor {
scroll-margin-top: 130px;
}
@media(min-width: 992px) {
.mega {
font-size: 4rem !important;
}
}
@media(min-width: 1200px) {
.medium {
font-size: 3.5rem !important;
}
.mega {
font-size: 4.5rem !important;
}
}
@media(min-width: 1600px) {
.mega {
font-size: 5rem !important;
}
}
@media(max-width: 767px) {
h1, .h1 {
font-size: 2.5rem;
}
h2,
.h2 {
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 1.6rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.3rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
h1,
h2,
.h1,
.h2 {
text-transform: uppercase;
}
.btn {
white-space: normal;
border-radius: 100px;
padding: 5px 20px;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
a.text-white:hover {
color: var(--primary) !important;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.round {
border-radius: 12px;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
.rightfloat-sm {
float: right;
margin: 0 0 .5rem 1rem;
width: 15%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn.btn-primary {
color: var(--primary);
border: 2px solid var(--primary);
background: transparent !important;
}
.btn.btn-primary:hover {
color: white !important;
border: 2px solid var(--primary);
background: var(--primary) !important;
}
.gradient-primary {
background: rgb(115, 150, 236);
background: radial-gradient(circle, rgba(115, 150, 236, 1) 0%, rgba(28, 63, 149, 1) 50%, rgba(18, 42, 101, 1) 100%);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.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;
}
.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-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);
}
.flippy:nth-of-type(odd) {
flex-direction: row-reverse;
}
.product .btn.btn-back {
display: none !important;
}
.oms-product-img-container .product-image {
min-height: auto !important;
padding-bottom: 70%;
background-size: cover !important;
}
.text-right.addToCart {
text-align: left !important;
}
.event-header h5 {
display: none;
}
/* PAGE SPECIFIC */
/* FOOTER */
