
@font-face {
  font-family: 'oxygen';
  src: url('/wp-content/themes/haendler-theme/fonts/oxygen.ttf');
}

@font-face {
  font-family: 'lunchbox';
  src: url('/wp-content/themes/haendler-theme/fonts/lunchbox.ttf');
}

body{
	width: 100vw;
	height: 100vh;
	font-family: 'oxygen' !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'lunchbox' !important;
	text-transform: uppercase;
}

header{
	height: 8%;
	
}

.navbar{
	background: #fff;
	height: 100%;
	width: 92.5%;
	margin: auto;
}

.flex-container{
	height: 92%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
}

#logo {
	max-width: 15rem;
	padding: .5rem;
}

#map {
	width: 68.5%;
	height: 95%;
}

#locator {
	background: #f9e7e3;
	width: 28.5%;
	height: 95%;
}

.locator-content{
	width: 80%;
	margin: 2rem auto;
}

ul#storeList li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1rem;
	border-bottom: 1px solid #E2CCC8;
}

ul#storeList {
	margin: 0px !important;
	padding: 0px;
	list-style: none;
}
.infobox-container p {
	margin:0.15rem;
}
.infobox-container {
	padding: 1rem;
}

.link {
	background:transparent;
	height: 42px;
	padding: 0.125rem 0.75rem 0.125rem 0.75rem;
	line-height: 2.375rem;
	font-size: 1rem;
	white-space: nowrap;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
	width: 200px;
	text-align: center;
	border: none;
	transition: 300ms;
}

.link svg {
	margin-left: .75rem;
	vertical-align: middle;
}

.link:hover{
	color: #444;
}

.button{
	background-color: #f4c8ca;
	height: 42px;
	padding: 0.125rem 0.75rem 0.125rem 0.75rem;
	line-height: 2.375rem;
	font-size: .875rem;
	white-space: nowrap;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
	width: 200px;
	text-align: center;
	border: none;
	transition: 300ms;
}
.full{
	width: 100%;
}

#infobox-template{
	display:none;
}

.btn-marker{
	background-color: #fff;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    font-size: 1rem;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    float: right;
    border-radius: 5px;
}

.btn-marker img{
	height: 20px;
	vertical-align: sub;
}

.hide{
	display: none;
}

.custom-input{
	border-radius: 0 !important;
	border: 2px solid #c9c9c9 !important;
	
}

.custom-input:hover,
.custom-input:focus,
.custom-input:active{
	 border: 2px solid #f1cdcf !important;
	 box-shadow: 0 4px 0 0 #f4c8ca !important;
}

input:not(:placeholder-shown) {
	 border: 2px solid #f1cdcf !important;
}

select:valid:focus,
select:valid{
  border: 2px solid #f1cdcf !important;
}

.load-overlay{
    width: 100%;
    height: 100%;
    background: #00000070;
    position: absolute;
    top: 0;
	display: none;
	opacity: 0;
	transition: 300ms opacity;
	display: flex;
	align-items: center;
    justify-content: center;
	opacity: 1;
}

.overlay-hidden{
	opacity: 0;
	height: 0;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
