/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/** Custom IDX styles **/
.idx-wrapper-template-default #content {
  margin-top: 55px;

}
.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default {
  background-color: transparent;
  border: none;
}

.IDX-wrapper-standard .IDX-nav>li {
  float: none !important;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 5px 0 0 !important;
}

.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav > li > a {
  line-height: 1;
  padding: 10px 15px;
  background-color: #B0925C !important;
  border-radius: 5px;
  color: #fff;
}

.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-btn-primary {
  background-color: #B0925C;
  color: #fff;
}

.IDX-wrapper-standard #IDX-formReset {
  background-color: #000;
  color: #fff;
}

#IDX-resultsHeader #IDX-resultsPager-header,
#IDX-resultsHeader #IDX-resultsCountWrap,
#IDX-resultsHeader #IDX-resultsCountMessage {
  display: none;
}

.IDX-wrapper-standard #IDX-saveSearch,
.IDX-wrapper-standard #IDX-newSearch,
.IDX-wrapper-standard #IDX-modifySearch {
  background-color: #B0925C;
  color: #fff;
  border-radius: 9px;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.IDX-wrapper-standard #IDX-saveSearch::before,
.IDX-wrapper-standard #IDX-modifySearch::before,
.IDX-wrapper-standard #IDX-newSearch::before {
  font-family:'FontAwesome';
  margin: 0 5px 0 0;
}

.IDX-wrapper-standard #IDX-modifySearch::before {
  content: "\f00c";
}

.IDX-wrapper-standard #IDX-newSearch::before {
  content: "\f002";
}

.IDX-wrapper-standard #IDX-saveSearch::before {
  content: "\f004";
}

.IDX-wrapper-standard #IDX-detailsTopNav,
.IDX-wrapper-standard #IDX-detailsHotActions {
  display: none;
}
