/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* Your CSS code goes here
-------------------------------------- */

/* ---- Twin bed custom icon ---- */
.homey-icon-hotel-twin-bed {
    display: inline-block !important;
    width: 1.8em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url('assets/icon-twin-bed.svg?v=4');
    mask-image: url('assets/icon-twin-bed.svg?v=4');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    vertical-align: middle;
    font-family: initial !important;
}
.homey-icon-hotel-twin-bed::before {
    content: none !important;
}

.about-v2 .title-v5 .superhost-info-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.about-v2 .title-v5 .superhost-info-icon i {
    font-size: 13px;
    margin-right: 5px;
}
