/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.entry-content {
	background: rgba(0,0,0,0.03);
	padding: 20px;
}

.adres {
	text-align: center;
	padding-bottom:20px;
}
.wpp-post-title {
	position: absolute;
}
.more-link {
	margin-top: 20px !important;
}

.header-search-form {
	width: 50% !important;
}

a.button {
	color: #90be54 !important;
}
.nav-dropdown {
	min-width: 320px;
}
.wp-block-social-links .wp-social-link a {
	padding: 10px !important;
}
.wandelgegevens {
	position: absolute;
	top: 150px;
	left: 0px;
	background: #ffffff;
	padding: 30px;
-webkit-box-shadow: 0px 0px 38px -18px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 38px -18px rgba(0,0,0,0.75);
box-shadow: 0px 0px 38px -18px rgba(0,0,0,0.75);
}

.wandelgegevens img {
	padding-right: 20px;
}


.wandelen::before {
  content: url(wandelen.png);
  background: rgba(255,255,255,0.7);
  display: block;
  width: 35px;
  position: absolute;
  padding-left: 5px;
  padding-top: 5px;
  border-radius: 0px 0px 15px 0px;
}

.fietsen::before {
  content: url(fietsen.png);
  background: rgba(255,255,255,0.7);
  display: block;
  width: 35px;
  position: absolute;
  padding-left: 5px;
  padding-top: 5px;
  border-radius: 0px 0px 15px 0px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.blog-share {
	padding-top: 50px;
}
}