/*
Theme Name: Custom Katana
Author: Alex Green
Author URI: http://katanalondon.com
Version: 1
*/
















/* ----------------------------------------------------------------------------- */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}
}

.opt_in_tickbox input {
    width: 10%;
    float: left;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.aligncenter {display: block; margin-left: auto; margin-right: auto}