/*
 * Compassion Canada Geolocation Notification
 * WordPress plugin CSS file
 */
.cc-geolocation-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;	
 	background: #000000;
}
 .ccgl-overlay {
 	width: 960px;
 	margin: 0 auto;
 }
 .ccgl-text {
 	float: left;
 	width: auto;
	padding: 25px;
 }
 .ccgl-text > p {
 	color: #ffffff;
 	margin: 0;
 	padding: 0;
 }
 .ccgl-note {
 	font-size: 75%;
 }
 .ccgl-actions > label {
 	color: #ffffff;
 	display: inline!important;
 	margin-right: 1em!important;
 }
 .ccgl-actions > label input {
 	float: none!important;
 	margin-top: -3px!important;
 	margin-left: 0!important;
 	margin-right: 0.5em!important;
 }
 .ccgl-actions {
 	float: left;
 	width: auto;
 	white-space: nowrap;
	padding: 25px;
 }
 .ccgl-actions button {
 	text-align: right;
 }
 .ccgl-actions button > img {
 	margin-top: -2px;
 	margin-right: 0.5em;
 }

@media screen and (max-width: 960px) {
	.ccgl-actions, .ccgl-text {
		float: none;
	}
	.ccgl-text {
		padding-bottom: 0;
	}
}