/*
Theme Name: Site Brewery Travel
Theme URI:  https://www.sitebrewery.com/
Author:     Site Brewery
Author URI: https://www.sitebrewery.com/
Template:   blocksy
Version:    1.0
License:    GNU General Public License v2 or later
*/

h1, h2, h3, h4, h5, h6, p, a {
	font-family: 'Poppins', sans-serif !important;
}

.formaty {
padding-bottom: 30px !important;	
padding-top: 30px !important;	

}


.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.button {
    background-color: #2575fc !important;
    color: #fff;
    padding: 19px 17px 16px 17px !important;
    margin-top: -9px !important;
}
 

.country {
  background-color: #ffffff;
  width: 100%;
  margin-top: 5px !important;
	padding: 29px !important;
}


.autocomplete-items {
  position: absolute;
  border: 1px solid #f1f4f7;
  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: #ffffff !important; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #f1f4f7; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

@media only screen and (max-width: 600px) {
 .autocomplete {
     width:100% !important;

 }
 
 .button 
 {
     width: 100% !important;
     margin-top: -15px !important;
         padding-top: 26px !important;
 }
}