/* ############
* GLOBAL STYLES
* ############ */
/* ## REFERENCE INFO ## */
/* Elementor breakpoints */
@media (max-width: 1025px) {} /* <-- tablet breakpoint */
@media (max-width: 768px) { } /* <-- mobile breakpoint */
/* custom breakpoints go below */
/* ## GLOBAL STYLES ## */
/* utility class styles */
.show-on-mobile-only {
display: none !important;
visibility: hidden !important;
}
@media (max-width: 1025px) {
.hide-on-tablet {
display: none !important;
}
}
@media (max-width: 768px) {
.hide-on-mobile {
display: none !important;
}
.show-on-mobile-only {
display: inherit !important;
visibility: visible !important;
}
}
/* other global styles */
/* ############
* HEADER STYLES
* ############ */
/* ############
* FORM STYLES
* ############ */
/* ############
* FOOTER STYLES
* ############ */
/* ############
* PAGE-SPECIFIC STYLES
* ############ */
/* ## PAGE_NAME STYLES ## */