/*
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
-------------------------------------- */
.header-nav .header-comp-logo {
    padding-top: .5em;
    padding-bottom: .5em;
}

.btn, input, .gform-body textarea, select{
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

input, .iti input, .modal-body .iti input[type="text"], .modal-body .iti input[type="tel"] {
    margin-bottom: .8em !important;
    border: solid 1px #8e8282 !important;
}

.modal-body .iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 76%;
  padding: 0 6px 0 8px;
}

.account-dropdown ul > li a:hover {
    background-color: #e81818 !important;
}

footer .container {
    text-align: center;
}

footer .container a {
    color: #e81818
}

footer .container a:hover {
    color: #000;
}

footer .widget {
    margin-bottom: 0 !important;
}

footer .footer-bottom-wrap .container>.row{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.footer .social-icons{
    text-align: center;
}

#homey_contact-1 ul li {
    display: inline-block;
    margin-right: .8em;
}


#homey_contact-1.widget-contact li {
    border-bottom: none !important;
}

.widget-contact li i {
    margin-right: 0 !important;
    top: 0.2em !important;
    position: relative;
}

.blog-article, .single .blog-wrap, .item-blog {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: solid 1px #efefef;
}
.article-detail ul li, .article-detail ol li, .elementor-widget-container ul li, .elementor-widget-container ol li{
    list-style-position: outside;
}
.search-banner .search-type .btn.dropdown-toggle{
    padding-top: 5px;
}
.search-type .bootstrap-select .dropdown-toggle .filter-option{
    line-height: 44px;
}

.sidebar .widget {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

.next-prev-block {
    margin-bottom: 30px;
    padding: 1em;
    margin-bottom: 0;
}

.widget-title {
    border-bottom: solid 3px #efefef;
}

.elementor hr, hr {
    background-color: #d0cece !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.elementor .elementor-background-slideshow {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}


.search-banner .search-destination, .search-banner .search-type, .search-banner .search-date-range, .search-banner .search-guests, .search-banner .search-button {
    vertical-align: top !important;
}

.half-map-search-inner-wrap .search-type{
    vertical-align: top;
}

.row.extra-padding {
    padding: 1em 0em 0 1.25em;
    width: 90%;
}

.modal-header button {
    padding: 0 !important;
}


.page-template-dashboard-reservations .rules_list.detail-list {
    display: none;
}

.user-status {
    clear: both;
}

.item-title-head h2.title{
    font-size: 19px;
}
.item-amenities li{
    font-size: 12.5px;
}

.page-template-dashboard-listings .dropdown-menu {
	left: -90px;
}

@media only screen and (min-width: 992px) and (max-width: 1050px) {
    .header-comp-logo img{
        width: 175px !important;
        height: 76px !important;
    }
}
@media only screen and (max-width: 991px){
    .mobile-logo{
        padding-top: 5px;
    }
    .mobile-logo img{
        width: 185px !important;
        height: 80px !important;
    }
}