/**************************************

    File Name: garden.css
    Template Name: Forest Time
    Created By: HTML.Design
    http://themeforest.net/user/wpdestek

**************************************/

h1,
h2,
h3,
h4,
h5,
body,
p,
.topbar-section,
.navbar-inverse .navbar-nav .nav-link,
.header .dropdown-menu,
.navbar-nav .nav-link {
    font-family: 'Poppins', serif;
}

.topbar-section {
	border:0;
}

.blog-list .blog-meta.big-meta h4 {
    margin-left: 0;
    margin-top: 0;
    padding: 0.2rem 0;
    padding-bottom: 0;
}

.footer {
	background-image: none;
}

.blog-list-widget .mb-1 {
	font-weight: bold;
}

.newsletter-widget .form-inline .form-control {
	height: 54px;
}

.dropdown-menu {
	border:0;
}

.navbar-inverse .navbar-nav .nav-link, .navbar-nav .nav-link {
	font-weight: 400;
}

.blog-meta span {
    background-color: #111111;
    border-radius: 3px;
    font-size: 12px;
    padding: 0.1rem 0.5rem;
}

#map {
    height: 400px;
    position: relative;
    width: 100%;
    z-index: 1;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

.infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.header .dropdown-item:hover,
.header .dropdown-item:focus,
.blog-meta span a,
.footer p,
.footer a,
.page-link,
.page-link:hover,
.topbar-section a:hover,
.topbar-section a:focus,
.topbar-section a,
.topbar-section i {
	color:#ffffff !important; 
}

.footer {
	background-color: #000000 !important;
}

.small-title,
.page-title .bg-green, .masonry-box:hover .blog-meta span.bg-green, .color-green a,
.navbar-toggler,
.masonry-box:hover .blog-meta span.bg-aqua,
.blog-meta span.bg-aqua,
.search-form .btn:hover, .search-form .btn:focus, .search-form .btn,
.btn,
.btn:hover,
.dropdown-item:hover,
.dropdown-item:focus,
.btn:focus,
.dmtop,
.page-link,
.topbar-section {
	color:#ffffff !important;
	background-color: #f26a92 !important;
	border-color: #f26a92 !important;
}


.fa:hover {
    color: #f26a92;
}

.fa-search:hover {
    color: black;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #762549;
}

.blog-box {
    4px 4px 8px rgba(0,0,0,0.1);

}

.blog-box .row .kader {
    padding-bottom: 2em;
}

.social-icons {
    display: flex;
    margin-top: 10px;   
    margin-bottom: 15px;
}

.input-form {
	display: flex;	
	width: 300px;
	height: auto;
	flex-direction: column;
	border: 1px solid #eb9cc8;
}

.input-item {
	display: flex;
	height: 30px;
}


.nearby-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
	padding-bottom: 15px;
	justify-content: center;
	border-bottom: 1px solid lightgray;
}

.nearby-button {
    border-width: 1px;
    border-radius: 10px;
    background-color: white;
    color: #636c72;
    font-size: 12px;
    line-height: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: 400;
    padding-left: 0;
}

.nearby-button:hover {
    color: #f26a92;
}

.nearby-radar-button {
    padding-right: 3px;   
}

.nearby-radar-button:hover {
    cursor:pointer;
 }

.rotation {
    animation: rotation 2s infinite linear; 
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.adres {
    margin: 4px 0px;
    font-family: 'Poppins';
    font-size: 0.8em;
    font-style: italic;
    color: #454545;
    margin-top:0;
}

.openingsuren {
    margin: 4px 0px;
    font-size: 0.8em;
    font-style: italic;
    color: #454545;
    margin-top:0;
}
.afstand {
    background-color: white;
    color: black;
}

.zoek-knop {
    background-color: #f26a92;
    border: none;
    padding-left: 6px;
    padding-right: 6px;
    width: 45px;
    height: 45px;
}

.option-field {
    border-width: 0.8px;
    border-color: rgb(237, 239, 242);
    min-width: 250px;
    background-color: white;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #464a4c;
    padding-left: 10px;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f26a92;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover, #mapButton:hover {
  opacity: 0.5;
}

.mapButton {
    background-color: #f26a92;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}

.mapButton:focus {
    outline: none;
}

.gm-style-iw button:focus {
    outline: 0;
}
