/*
Theme Name: Wassenburg Medical
Theme URI: http://underscores.me/
Author: Kevin Brands - NOESTE IJVER
Author URI: http://www.noesteijver.nl
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wassenburg
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Wassenburg Medical is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/* Added by Kevin */



/*.fw-col-xs-*,
.fw-col-sm-*,
.fw-col-md-*,
.fw-col-lg-* {
	padding: 1em 1em !important;
}*/

div[class*="fw-col-xs"],
div[class*="fw-col-sm"],
div[class*="fw-col-md"],
div[class*="fw-col-lg"],
div[class^="fw-col-xs"],
div[class^="fw-col-sm"],
div[class^="fw-col-md"],
div[class^="fw-col-lg"] {
	padding: 1em 1em;
}

div[class*="fw-col-xs"]:has(> section#hero),
div[class*="fw-col-sm"]:has(> section#hero),
div[class*="fw-col-md"]:has(> section#hero),
div[class*="fw-col-lg"]:has(> section#hero),
div[class^="fw-col-xs"]:has(> section#hero),
div[class^="fw-col-sm"]:has(> section#hero),
div[class^="fw-col-md"]:has(> section#hero),
div[class^="fw-col-lg"]:has(> section#hero) {
	padding-top: 0 !important;
	padding-bottom:  0 !important;
}

#hero {
	margin-bottom: 0 !important;
}

.fw-row {
	margin-left: -5px !important;
	margin-right: -5px !important;
}
.fw-container-fluid .fw-row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.fw-row.fw-solutions {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.fw-row.fw-solutions-clean .fw-col-xs-12.fw-col-sm-15:first-of-type {
	padding-left: 0.5em !important;
}
.fw-row.fw-solutions-clean .fw-col-xs-12.fw-col-sm-15:last-of-type {
	padding-right: 0.5em !important;
}

.fw-col-no-padding {
	padding-left: 0 !important;
  	padding-right: 0 !important; 
}

@media (min-width: 442px) {
	.green-strip {
		background:#37aa36;
		display:block;
		height:16.2em;
		left: 0;
		position: absolute;
		top:28em !important;
		width: 3.3em;
		z-index: 0;
	}
}

@media (min-width: 990px) {
	.green-strip {
		top:28em !important;
	}
}

@media (min-width: 990px) {
	.green-strip {
		top:19em !important;
	}
}

.article-clean,
.article.article-clean {
	background-color: #ffffff;
	padding: 1.5em;
}

.article,
.article.article-clean {
	display: block !important;
}

#distributionChannels { height: 180px; }

.leaflet-control-attribution { display: none; }
.leaflet-control-zoom-out { margin-top: 0 !important; margin-bottom: 0 !important; }
.leaflet-control-zoom-in { margin-top: 0 !important; margin-bottom: 0 !important; }

.box-text {
	padding-top: 2em !important;
}

.tribe-events-calendar a,
.tribe-events-single a {
	margin: 0 !important;
}
.tribe-events-gcal.tribe-events-button {
	margin-right: 1.25em !important;
}

.five.columns {
	/*padding: 1em 0 1em 1em !important;*/
}

.sidebar-box {
	padding: 0 0 2em 0;
}

.flag-icon-background {
	width: 24px !important;
	height: 24px !important;
	display: block;
	float: left;
	border-radius: 15px;
	margin-right: 1em;
}
.landenform {
	width: 15em !important;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}