
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body{
	margin: 0;
        font-family: 'Source Sans Pro',sans-serif;
}
	.page-banner,
     header,
     footer,
     #topratedlocal-widget{
        display: none;
 }

.gdpr-full-screen {
    position: fixed;
    height: 100%;
    width: 100%;
    background: url('https://d357wx87z4hzhv.cloudfront.net/wp-content/uploads/img/gdpr-bg.jpg');
    z-index: 9999;
}
.gdpr-full-screen {
    position: fixed;
    padding:0 20px;
    height: 100%;
    width: 100%;
    background: url('https://d357wx87z4hzhv.cloudfront.net/wp-content/uploads/img/gdpr-bg.jpg');
    z-index: 9999;
    background-position: top left;
}

.gdpr-text{
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 10%;

}
.gdpr-title{
    color: #fff;
}
.gdpr-description{
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    color: #d5e1f7;
}
.gdpr-text img {
    max-width: 275px;
}
@media screen and (max-width:767px){
    h1.gdpr-title{
		font-size:24px;
	}
	.gdpr-full-screen{
	   	width: 100%;
	   }
	.gdpr-text {
	text-align:center;
    margin-top: 20%;
    }
    .gdpr-full-screen {

    padding:0 5px;

    }
}
