/*
Theme Name: Shadowbet Affiliates 2016
Author: TwoHeads
Author URI: http://twoheads.pl
*/
body .colorbox2 {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	overflow: auto !important;
	left: 0 !important;
	background: url(../../uploads/2017/01/london.png) no-repeat center bottom -130px;
}

body .colorbox2 #sgcboxWrapper {
	width: 100% !important;
	height: 100% !important;
	min-height: 510px;
}

body .colorbox2 #sgcboxContent,
body .colorbox2 #sgcboxWrapper>div:nth-child(2) {
	width: 100% !important;
	height: 100% !important;
}

body .colorbox2 #sgcboxContent,
body .colorbox2 #sgcboxLoadedContent {
	background: none;
	color: #FFFFFF;
}

body .colorbox2 #sgcboxLoadedContent {
	font-size: 20px;
	line-height: 1.25em;
	width: 100% !important;
	height: auto !important;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.colorbox2 h3 {
	font-size: 55px;
	line-height: 1.25em;
	font-family: "SteelfishRg-Bold";
	text-transform: uppercase;
	padding: 0.5em 0 0.5em 0;
}

.colorbox2 .button-yellow {
	display: inline-block;
	background: #FFD800;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #232323;
	font-family: "Campton-Bold", sans-serif;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all 200ms ease-in-out 0s;
	-moz-transition: all 200ms ease-in-out 0s;
	text-transform: uppercase;
	padding: 1em 2.5em 0.75em;
	line-height: 1em;
	border: 2px solid #FFD800;
	margin: 1em 0 2em 0;
}

.colorbox2 .button-yellow:hover {
	background: none;
	color: #FFD800;
}

body .colorbox2 #sgcboxClose::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

body .colorbox2 #sgcboxClose::before,
body .colorbox2 #sgcboxClose::after {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

body .colorbox2 #sgcboxClose::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body .colorbox2 #sgcboxClose::before,
body .colorbox2 #sgcboxClose::after {
	background: #FFD800;
	content: "";
	height: 5px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 100%;
}

body .colorbox2 #sgcboxClose {
	display: inline-block;
	height: 40px;
	overflow: hidden;
	width: 40px;
	background: none;
	padding: 0;
	maergin: 0;
	top: -25px;
	right: 10px;
}

@media (max-width: 610px) {
	.colorbox2 h3 {
		font-size: 55px;
		line-height: 1.25em;
	}

	body .colorbox2 #sgcboxLoadedContent {
		font-size: 16px;
		line-height: 1.25em;
	}

	.colorbox2 .button-yellow {
		font-size: 14px;
	}

	body .colorbox2 img {
		width: 50% !important;
		height: auto !important;
		max-width: 180px;
	}

	body .colorbox2 #sgcboxWrapper {
		min-height: 420px;
	}
}