@charset "UTF-8";

/*
Theme Name: GU Theme 
Theme URI: https://example.com
Author: Diego Fernandes
Author URI: https://wordpress.org/
Description: Guia Unaí Theme
Requires at least: 4+
Tested up to: 4+
Requires PHP: 8+
Version: 2024
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: listing
Tags: listing
*/

/*Css Reset*/

 h1,h2,h3,h4,h5,h6,span,p, ol, ul, form, input, select, textarea,label,
 .jet-filter-label,
 .elementor-shortcode,
 .jet-tabs__content-wrapper,
 .jet-tabs__label-text,
 .jet-toggle__label-text,
 .jet-listing-dynamic-field__content,
 .jet-filters-pagination__link,
 .jet-listing-dynamic-terms__link,
 .autocomplete-items{
  /*font-family: "Mulish", Sans-serif !important;*/
  font-family: "Google Sans", sans-serif !important;
}

html {
  box-sizing: border-box;
  font-size: 16px;
} 
*, *:before, *:after {
  box-sizing: inherit;
}
body{
    margin: 0;
    padding: 0;
}
  
img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------Header---------------------------------------------*/

.apply-filters__button{
  cursor: pointer !important;

}

/*-------------------------------------Title Pages-------------------------------------------*/

.home .title-pages{
  display: none;
}

.single .title-pages{
  display: none;
}

/*-------------------------------------------------Breadcrumbs-----------------------------------*/

.single-breadcrumb,.single-breadcrumb a,.single-breadcrumb span{
  color: white !important;
}

/*-------------------------------------Single---------------------------------------------------*/

@media(max-width:600px){
    .single-title-mobile{
        /*background: #ddd !important;*/
    }
}

.single-btn-mobile{
    position:absolute !important;
    top: 2px;
    right: 25px;
    cursor: pointer;
    padding: 5px 0;
    width: 90px;
}

.single hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid #eee;
}

/*----------------------------------------404-----------------------------------------------------*/

.error404 .title-pages{
  display: none !important;
}

/*------------------------------------Auto Complete-----------------------------------------*/

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/*------------------------------Display AD--------------------------------------------*/

/*.ad{
  display: none !important;
}*/
