/*
Theme Name: Nautilus Child
Theme URI: https://nautilus.se/
Template: inspiro
Author: Solution Group AB
Author URI: https://solutiongroup.se/
Description: Nautilus Child is a child theme of WPZOOM Inspiro, created by <a href="https://solutiongroup.se/">Solution Group AB</a>, 8 Dec 2021 ~ <a href="mailto:johan@solutiongroup.se">johan@solutiongroup.se</a>
Tags: custom-functionalty check-in-check-out
Version: 1.0.57
Updated: 2022-04-27 02:05:51
*/


/* skip theme width, use elementor defaults */
.page .entry-content, .single .entry-content {
    max-width: 1140px;
}

/* utility */
.no-margin .elementor-heading-title {
    margin: 0;
}

.bebas-font {
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
}

/* hide file upload and text area by default */
.elementor-field-group-image,
.elementor-field-group-other_info_text {
    display: none;
}

/* even sized icons for dynamic field  */
.jet-listing-dynamic-field__icon {
    width: 25px;
}

/* basic styling fort service log table */
.service-log-table table {
    border:1px solid #eee;
    border-collapse:collapse;
    padding:3px;
    font-size:14px;
}

.service-log-table th {
    border:1px solid #eee;
    padding:0 5px;
    background: #f5f5f5;
    text-align: left;
}

.service-log-table td {
    border:1px solid #eee;
    padding:0 5px;
}


/* check in/out links for bookins in my-account */
[data-elementor-device-mode="mobile"] .checkinout-desktop-link {
    display: none;
}

[data-elementor-device-mode="mobile"] .checkinout-mobile-link {
    display: inline-block;
}

[data-elementor-device-mode="desktop"] .checkinout-desktop-link {
    display: block;
}

[data-elementor-device-mode="desktop"] .checkinout-mobile-link {
    display: none;
}

.checkinout-mobile-link {
    padding: 5px;
    border: 1px solid #0bb4aa;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
}