/*
Theme Name: Dor
Theme URI: http://dor.mikado-themes.com
Description: A Contemporary Theme for Creative Business
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: dor
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* Floor lvl circle */

.az-elements-list .az-heading div a::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    border-radius: 50%;
}

.floor-link-menu .floor {
    font-family: Roboto, sans-serif;
    font-size: 15px;
}

.floor-link-menu .floor::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    border-radius: 50%;
}

.first-floor::before {
    background-color: #e3ceff;
}

.second-floor::before {
    background-color: #f0fec2;
}

.third-floor::before {
    background-color: #aeb3ff;
}

/* Floor widget single appartment */

.floor-map-single-appartment .wpb_wrapper {
    max-height: 500px;
}