/*
Theme Name: child-ample
Version: 1.0
Description: A child theme of Ample
Author: EventlandWPAdmin
Template: ample
*/

@import url("../ample/style.css");

body {
	color: #444;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.8;
}

input.s {
    width: 80%;
}
.single-page {
    margin-top: 30px;
}
.fa.fa-search.search-top {
    visibility: hidden;
}


.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.box select {
  background-color: #00587e;
  color: white;
  padding: 10px;
  width: 200px;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  cursor: pointer;
	height: 65px;
	border-radius: 3px;
}

.box select option{
	font-size: 20px;
}
.city-selector .city-dropdown-icon{
	position: absolute;
	right: 15px;
	color: white;
	font-size: 30px;
	top: 5px;
	opacity: 0.7;
	cursor: pointer;
}
/*
 .box::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}*/
/* 
.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
} */

.box select option {
  padding: 30px;
}
h1 {
    font-size: 22px;
	text-align: center;
	font-weight: bold;
}

h2 {
    font-size: 26px;
	text-align: center;
}


h3 {
    font-size: 24px;
}


h4 {
    font-size: 22px;
}


h5 {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

p {
    color: #444;
		font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.inner-wrap {
    padding-top: 5px;
}
