/*
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.   ***************/

.single-post-fullwidth #content,
.single-post-fullwidth .content-area,
.single-post-fullwidth article {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*
.link-kontakt {
  color: #e3e3e3;
}

.link-kontakt .kontakt-icon {
  display: block;
  width: 100%;
  height: auto;
}

.link-kontakt:hover {
  color: #e3e3e3;
}
*/

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


}