/*
Theme Name: Taivas TV7 Teema
Theme URI: http://www.tv7.fi
Description: A child theme based TV7 Theme, updated to BS4
Template: tv7-theme
*/
input.hideradio {
	/* HIDE RADIO */
	visibility: hidden;
	/* Makes input not-clickable */
	position: absolute;
	/* Remove input from document flow */
}

.imgradio label > input + img {
	/* IMAGE STYLES */
	cursor: pointer;
	border: 2px solid transparent;
	max-width: 65px;
}

.imgradio label > input:checked + img {
	/* (RADIO CHECKED) IMAGE STYLES */
	border: 2px solid #f00;
}

.demo_site {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1rem 1.5rem;
	background-color: #3D9CD2;
	color: #fff;
	z-index: 999;
}

@media (min-width: 1200px) {
	.to-the-world .jumbotron {
		padding-left: 100px;
		padding-right: 100px;
	}
}
