/*
Theme Name: Scottish Driving Law 2014
Theme URI: http://www.scottishdrivinglaw.co.uk
Description: Scottish Driving Law website theme
Author: Creatomatic Ltd
Author URI: http://www.creatomatic.co.uk


November 2014 - updated font from Montserrat to Verdana
*/



html, body {
	margin: 0;
	padding: 0;
	font-family: 'Verdana', 'Lato', 'Helvetica', 'Arial', serif;
	color:#444;
	height:100%;
	font-size:16px;
	text-align: left;
	font-weight: normal;
	}
	
h1, h2, h3, {
	font-family: 'Verdana', 'Helvetica', 'Arial', serif;
	margin:0;
	}
	
	h2{
		font-size: 16px;
		margin: 0px;
	}

img {border:0; max-width: 100%; height: auto;}

iframe{
	max-width: 100%;
	height: auto;
}	

iframe img{
	width: auto;
	height: auto;
}
	
	
.clearer {clear:both; height: 0;}

*:focus  
{  
    outline: none;  
}  

a {
color:#4677bc;
text-decoration: none;
}




::selection {
	background: #4677bc; /* Safari */
	color:#fff;
	}
	
::-moz-selection {
	background: #4677bc; /* Firefox */
	color:#fff;
}

.centred {
margin:0 auto;
text-align:center;
max-width:1020px;
}

.hr, hr {
background:url(images/hr.png) repeat-x top left;
height:2px;
margin: 5px 0 5px 0;
border:0;
}

/* Heading */

.top-bar-bg{
	display: inline-block;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #3266A2;
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	z-index: 2000;

}

.top-bar-left{
	float: left;
}

.top-bar-right{
	float: right;
}

.top-bar-left a{
	color: #fff;
}


.heading-left{
	float: left;
	width: 50%;
	margin: 45px 0 15px 0;
}

.header-logo{
	float: left;
	width: 25%;
}

.header-logo img{
	width: 100%;
	height: auto;
}

.heading-right{
	float: right;
	margin: 60px 2% 0 0;
	text-align: right;
}

.sdltitle {
	float:left;
	width: 72%;
}

.sdltitle h1 {
font-family:"Gentium Basic", "Times", "Georgia", serif;
font-size:58px;
margin:0;
color:#122e5e;
text-transform: uppercase;
font-weight: normal;
}

.sdltitle h2 {
font-family:"Gentium Basic", "Times", "Georgia", serif;
font-size:38px;
margin:0;
color:#4774b7;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 2px;
margin-top:-10px;
}

.sdltitle h3 {
font-family:"Gentium Basic", "Times", "Georgia", serif;
font-size:14px;
margin:0;
color:#898989;
font-weight: normal;
letter-spacing: 2px;
}


/* Navigation */

.nav-bg{
	display: inline-block;
	width: 100%;
	background: #3165a1; /* Old browsers */
background: -moz-linear-gradient(top,  #3165a1 0%, #3f7bbe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3165a1), color-stop(100%,#3f7bbe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3165a1 0%,#3f7bbe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3165a1', endColorstr='#3f7bbe',GradientType=0 ); /* IE6-9 */
margin:10px 0 10px 0;
}

.nav {
width:100%;

color:#fff;

font-size:12px;
text-transform: uppercase;
font-weight: bold;
float: left;
}


.nav ul {
margin:0;
padding: 0;
}

.nav ul li {
display:inline;
text-decoration:none;
color:#fff;
}

.nav li {
display:inline;
list-style-type:none;
background:url(images/nav-divider.png) no-repeat right;
}


.nav a {
position:relative;
padding:15px 20px;
display:inline-block;
text-decoration:none;
color:#fff;
}

.nav a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
 color: #fff;
background:#A1BADD;
}

.nav .menu li {list-style:none;} 
.nav .menu li {list-style:none; position: relative;} 
.nav .menu li ul a:link, .nav .menu li ul a:visited { display:block; text-decoration:none;} 

.nav .menu li ul { 
position: absolute;
display:none;
background: #fff;
text-align: left;
z-index:1000; 
margin:0; 
padding:0;
left: 0;
min-width:220px;
margin-left:0px;
padding-bottom:5px;
border: 1px solid #3F7BBE;
border-top: 0;
} 

.nav .menu li ul a { 
font-size: 11px;
padding: 6px 8px;
}
.nav .menu li ul li { display:inline; float:none; padding:0px; margin:0px; } 
.nav .menu li ul li a { color:#333; }

.nav-fixed {
	position: fixed;
	z-index: 10;
}



.arrow{
	display: none;
}

.menu-mobile-container{
	display: inline-block;
	width: 100%;
}

.menu-icon{
	float: left;
	margin: -7px 20px 0 15px;
}

.mobile-nav .menu-legal-advice-container{
	display: inline-block;
	width: 100%;
}

.mobile-nav ul {
list-style: none;
padding:0;
margin:0;
}

.mobile-nav {

margin: 10px 0 0 0;
display: none;
}

.mobile-nav a {
color:#fff;
float: left;
width: 80%;
margin: 0;
background: #3165a1;
text-align: left;
padding: 10px 10%;
}

.mobile-nav ul li ul {
color:#707070;
font-size:80%;
margin-bottom:10px;
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
background:#A1BADD;
 color: #fff;
 
}

.mobile-nav-header {
color:#fff;
width: 100%;
margin: 0;
background: #3165a1; /* Old browsers */
background: -moz-linear-gradient(top,  #3165a1 0%, #3f7bbe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3165a1), color-stop(100%,#3f7bbe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3165a1 0%,#3f7bbe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3165a1', endColorstr='#3f7bbe',GradientType=0 ); /* IE6-9 */
text-align: left;
padding: 20px 0;

	
}

.mobile-nav-header:hover{
	cursor: pointer;
}

.mobile-nav .menu {
	display: none;
}

.mobile-child{
	display: block;
	text-align: left;
		margin-left:10px;
}

.mobile-child ul{
	list-style: none outside none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.mobile-child a{
	width: 100%;
	margin: 0;
	font-size: 12px;
	padding: 10px 0;
	font-weight: normal;
}

.mobile-child li.current_page_item a {
	color: #000;
	}




/* Wordpress defaults */
.alignleft {float:left; margin-right:10px;}
.alignright {float:right; margin-left:10px;}


/* Add custom CSS rules here */


/*body
{
background-image:url('images/BlueFadeBackground.png');
background-repeat: repeat-x;
}*/

#page-area{
	margin: 0 auto ; /* the bottom margin is the negative value of the footer's height */
	background:white;
	height: auto;
	max-width:1020px;
	position:relative;
/*	margin-left:auto;
	margin-right:auto; */
	/*border:5px solid #19305b;
	 -moz-border-radius:10px;  
	-webkit-border-radius:10px;  
	border-radius:10px; for opera 
	
	box-shadow: 0 5px 20px #666;
	moz-box-shadow: 0 5px 20px #666;
	webkit-box-shadow: 0 5px 20px #666;*/
}

.footer-testimonial{
	display: inline-block;
	width: 100%;
	background: #498ed9;
	color: #fff;
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #fff;
	margin-top: 30px;
}

.single-testimonial{
	display: inline-block;
	width: 80%;
	text-align: left;
	font-size: 16px;
}

span.testimonial-name{
	float: left;
	margin: 10px 0 20px 0;
	font-weight: bold;
	font-size: 16px;
}

.footer-testimonial a.view-more{
	float: right;
	color: #fff;
}

.footer {
	text-align: center;
	font-size: 14px;
	height: 160px;
	background: #3165a1; /* Old browsers */
background: -moz-linear-gradient(top,  #3165a1 0%, #3f7bbe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3165a1), color-stop(100%,#3f7bbe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3165a1 0%,#3f7bbe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3165a1', endColorstr='#3f7bbe',GradientType=0 ); /* IE6-9 */
	width: 100%;
	padding-top:20px;
	color:#fff;
	float: left;
	text-decoration: none !important;
	padding-bottom: 20px;
   	}
   


.leftcolumn{
	
	display: none;
	
	
width:20%;
float:left;
	text-align: left;
	padding:0 1% 0 1%;
	font-size: 12px;
	margin-top: 20px;
}

.leftcolumn ul, .leftcolumn ul li {
margin:0; 
padding:0;
list-style: none outside none;
}

.leftcolumn ul  li.current_page_item a {
color:#000;
font-weight:bold;
}

.archive-testimonial{
	display: inline-block;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
}

.centercolumn{
width:66%;
float:left;
	text-align: left;
	padding:0 2% 0 1%;
}

.rightcolumn{
	width:31%;
	float: left;
	background: #3165a1; /* Old browsers */
background: -moz-linear-gradient(top,  #3165a1 0%, #3f7bbe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3165a1), color-stop(100%,#3f7bbe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3165a1 0%,#3f7bbe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3165a1 0%,#3f7bbe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3165a1', endColorstr='#3f7bbe',GradientType=0 ); /* IE6-9 */
	text-align: left;
	color: #fff;
	/*padding: 2%;*/
	margin: 30px 0px 20px 0px
}

.weeny {

font-size:12px;
padding-bottom: 20px;
float: left;
width: 100%;
text-align: center;
}

.contact-form {
float:left;
text-align: left;
font-size: 22px;
width: 100%;
}

#quickcontact{
	display: inline-block;
width: 86%;
margin: 0 7%
}

.contact-form span{
	display: inline-block;
	width: 86%;
	padding: 20px 7%;
	background: #F79B20;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.entry{margin: 0 auto; float:right; padding: 5px;width: 75%;}
.entry p.address-image {float: left;margin-bottom: -20px;}
.entry .address-line {margin-bottom: 0.75em;margin-left: 30px;}
.entry p {font-size:1em;}
.entry p img {margin-right: 10px;}

#right-side-contact{
	border:5px solid #19305b;
	 -moz-border-radius:10px;  
	-webkit-border-radius:10px;  
	border-radius:10px; /*for opera */
	float:right;
	width:400px;
}

#left-side-contact{
	border:5px solid #19305b;
	 -moz-border-radius:10px;  
	-webkit-border-radius:10px;  
	border-radius:10px; /*for opera */
	float:left;
	width:400px;
}

#center-contact{
	width:700px;
	margin:auto;
/*
	border:5px solid #19305b;
	 -moz-border-radius:10px;  
	-webkit-border-radius:10px;  
	border-radius:10px; //for opera */
}

#top {
	border:5px solid #19305b;
	 -moz-border-radius:10px;  
	-webkit-border-radius:10px;  
	border-radius:10px; /*for opera */
	position:relative;
	float:left;
	width:910px;
	}
.smallImage{
	border:5px solid #19305b;
	 -moz-border-radius:10px;  
	-webkit-border-radius:10px;  
	border-radius:10px; /*for opera */
	width: 250px;
	height: 150px;}

.smallImage2{
	border:5px solid #19305b;
	 -moz-border-radius:10px;  
	-webkit-border-radius:10px;  
	border-radius:10px; /*for opera */
	}

.altsmallImage{
	border:5px solid #19305b;
	 -moz-border-radius:10px;  
	-webkit-border-radius:10px;  
	border-radius:10px; /*for opera */
}
#ImgHome { background:url('images/home_justice.jpg'); }
#ImgProf { background:url('images/books2.png'); }
#ImgDef { background:url('images/Citation_Justice_of_the_Peace_Court.jpg'); }
#ImgContact { background:url('images/contact.png'); }
#ImgContact2 { background:url('images/motoring_lawyer.jpg'); }
#ImgFee { background:url('images/fees.png'); }
#ImgTest { background:url('images/testimonial.png'); }

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
div.floatRight,
img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.Joe { 
    margin-left: 50px; 
}

div.FlipH,
img.FlipH { 
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

#phone {
/*	font-weight:bold; */
	color:#848484;
	font-size:35px;
}

.tellink {color:#333;}
.tellink:hover {text-decoration: none; color:#333;}

.headermail {font-size:20px;}


.headertellink{
	font-size: 28px;
color: #fff;
background: #F79B20;
border-radius: 12px;
padding: 5px 10px;
display: inline-block;
}

.headertellink:hover{
	background: #CF6625;
}

/* Form */

.rightcolumn input, .rightcolumn textarea {
width:98%;
max-width: 98%;
border:none;
padding:10px 5px;
font-size:14px;
color:#000;
font-family: 'Montserrat', 'Lato', 'Helvetica', 'Arial', serif;
-webkit-appearance:none
}

input.btn {
width:170px;
float:right;
background: #F79B20;
color:#fff;
padding: 8px 0;
border:none;
margin-bottom: 10px;
display: block;
-webkit-appearance:none;
margin-top: 10px;
cursor: pointer;
}

.btn:hover {
cursor: pointer;
color:#fff;
background:#CF6625;
}

.error {
color:#58a6b7;
font-size:12px;
font-weight: bold;	
}

.quickcontactbox {font-size:14px; }

.footer .current_page_ancestor > a, .footer .current_page_item > a {
font-style: italic
}

.main-content img {
border:3px solid #000;
box-shadow:  0 5px 15px #ccc;
moz-box-shadow: 0 5px 15px #ccc;
webkit-box-shadow:  0 5px 15px #ccc;
}

.alignleft {
float:left;
margin-right:20px;
}

#contactalert {
display: none;
}

.footer-right a {
color:#000;
}

#menu-offences ul li{
	color: #000;
}

.cta{
	width: 42%;
	float: left;
	margin: 2%;
	background-color: #fff;
	-moz-border-radius:10px;  
	-webkit-border-radius:10px;  
	border-radius:10px;
	box-shadow: 0px 0px 5px #ccc;
	moz-box-shadow: 0 0px 5px #ccc;
	webkit-box-shadow: 0 0px 5px #ccc;
	text-align: center;
	padding: 2%;
	font-size: 12px;
	text-decoration: none;
	color:#444;

}

.cta:hover{
	box-shadow: 0px 0px 5px #1f5095;
	moz-box-shadow: 0 0px 5px #1f5095;
	webkit-box-shadow: 0 0px 5px #1f5095;
	text-decoration: none;
}

.cta h2 {font-size:16px; float: left;
	width: 50%;
}

.ctaimage{
	float: left;
	width: 50%;
}

.ctaimage img{
	width: 80%;
	height: auto;
}

#crumbs {text-align: left; margin-left:20px; font-size:12px; color:#999; margin-top: 10px;}

#logo {float:left;}


.heading-right #logo{
	float: none;
}



.centercolumn img {
border: 4px solid #fff;
	box-shadow: 0px 0px 5px #ccc;
	moz-box-shadow: 0 0px 5px #ccc;
	webkit-box-shadow: 0 0px 5px #ccc;
	max-width: 95%;
	height: auto;
	margin: 20px;
	}

li.page_item.page-item-93{
	display: none;
}

#payments input {
height:24px;
width:300px;
max-width: 96%;
font-size:16px;
padding-left:10px;
}

#payments .btn {
width: 200px;
height:34px;
float: left;
}


.wpcf7-form input, .wpcf7-form textarea{
	font-size: 14px;
	font-family: 'Montserrat', 'Lato', 'Helvetica', 'Arial', serif;
	max-width: 290px;
}

.wpcf7-submit{
height: 30px;
padding: 5px 20px;
float: left;
background: url(images/nav-bg.png);
color: #FFF;
border: medium none;
border-radius: 10px;
margin-bottom: 10px;
}

.wpcf7-submit:hover{
	background: #4F83CC;
	cursor: pointer;
}

.credit{
	width: 100%;
	font-size: 10px;
	padding: 10px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.credit a{
	color: #fff;
}






/* updates 12/3/15 CM */

a.top-bar-phone{
	background: #F79B20;
	padding: 5px 15px;
}

a.top-bar-phone:hover{
	background: #CF6625;
}

.home-center-new{
	width: 69%;
	padding: 0 1% 0 2%;
}

.banner{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	background: #A1BADD;
	position: relative;
	text-align: center;
	margin: -10px 0 20px;
	
}

.home-info{
	position: absolute;
	bottom: 30px;
	padding: 20px 20px 25px 20px;
	left: 0;
	color: #fff;
	max-width: 47%;
	text-align: left;
	background: rgba(0,0,0,0.6);
}

.home-info h1{
	margin: 5px 0 10px 0;
	display: inline-block;
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	font-size: 38px;
}

.home-info span{
	font-size: 20px;
}

.banner img{
	width: 1200px;
	height: auto;
}

.right-new{
	width: 25%;
	box-shadow: none;
	border: 1px solid #4677bc;
	border-radius: 0;
	margin-top: -80px;
	background: #fff;
	position: relative;
}

.ctanew{
	padding: 10px 1%;
	box-shadow: none;
	margin: 10px 2%;
	width: 44%;
}

.ctanew h2{
	font-size: 22px;
	width: 60%;
	margin-top: 10px;
}

.ctanew .ctaimage img{
	box-shadow: none;
	border: none;
}

.ctanew .ctaimage{
	width: 40%;
}

a.cta-front{
	float: left;
	width: 31%;
	text-align: left;
	margin: 20px 1% 10px 1%;
}

a.cta-front .cta-image{
	float: left;
	width: 20%;
	margin: 0 5% 0 0
}

a.cta-front .cta-image img{
	box-shadow: none;
	margin: 0;
}

a.cta-front .cta-title{
	float: left;
	width: 75%;
}

a.cta-front .cta-excerpt{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #444;
}

.footer-inner{
	float: left;
	width: 100%;
	
}

.footer-left{
	float: left;
	text-align: left;
	color: #fff;
	margin-bottom: 20px
}
.footer-left span{
	font-size: 11px;
}

.footer-right{
	float: right;
	text-align: right;
	color: #fff;
	margin-top: 10px;
}

.footer-right a{
	color: #fff;
}

.footer-right a:hover{
	color: #444;
}

a.ff{
	font-size: 29px;
	color: #fff;
}

a.fe{
	
}

a.ft{
	
}

h2.testi-archive-title{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

a.footer-bottom-fixed{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	background: #fff;
	padding: 5px 0;
	display: none;
}

.fbf-text{
	font-size: 12px;
	color: #626262;
}

.fbf-text img{
	height: 16px;
}

.show{
	display: inline-block !important;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

form.new-form{
	padding: 20px 5%;
}

.rightcolumn input, .rightcolumn textarea{
	margin-bottom: 20px;
}

.testimonial-form span.arrange, .testimonial-form .no{
	display: none;
}

/* Cookie notification styling */


.wc_privacy_notice {
	position: fixed;
	bottom: -70px;
	width: 96%;
	text-align: center;
	background: rgba(255,255,255,0.9);
	border-top: 1px solid #F79B20;
	padding: 10px 2% 1px;
	font-size: 14px;
	z-index: 60000;
	animation: slideDown 1s ease forwards;
		-webkit-animation: slideDown 1s ease forwards;
		-moz-animation: slideDown 1s ease forwards;
		-o-animation: slideDown 1s ease forwards;
	animation-delay: 1s;
		-webkit-animation-delay: 1s;
		-moz-animation-delay: 1s;
		-o-animation-delay: 1s;
}

@keyframes slideDown {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-70px); }
}

/* Firefox < 16 */
@-moz-keyframes slideDown {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-70px); }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slideDown {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-70px); }
}

/* Internet Explorer */
@-ms-keyframes slideDown {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-70px); }
}

/* Opera < 12.1 */
@-o-keyframes slideDown {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-70px); }
}

.wc_privacy_text {
	margin-bottom: 12px;
}

.wc_privacy_text strong {
    margin-top: 6px;
    display: inline-block;
}

.wc_privacy_notice .centred {
	text-align: left;
	max-width: 800px;
}


	
.wc_privacy_submit {
	border: 0;
	background: #F79B20;
	color: #fff;
	padding: 5px 40px 5px;
	cursor: pointer;
	font-size: 12px;
	border-radius: 5px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Verdana', 'Lato', 'Helvetica', 'Arial', serif;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.wc_privacy_submit:hover {
	color: #FFF;
	background: #CF6625;
}
	
.wc_privacy_notice_necessary {
	color: #aaa;
}
	
.wc_privacy_option {
	display: inline-block;
	background: #efefef;
	padding: 5px 30px;
}

.page-content .wc_reveal_options {
	float: none;
	display: block;
}

.centercolumn .wc_privacy_notice {
	position:relative;
	display: inline-block !important;
	border:1px solid #999;
	width:96%;
	padding:20px 1%;
	background: #fff;
	color: #1C2342;
	z-index: 0;
	margin: 2px 0 80px;
	animation: slideDown 0 ease forwards;
		-webkit-animation: slideDown 0 ease forwards;
		-moz-animation: slideDown 0 ease forwards;
		-o-animation: slideDown 0 ease forwards;
	animation-delay: 0;
		-webkit-animation-delay: 0;
		-moz-animation-delay: 0;
		-o-animation-delay: 0;
	}
	
.pcentercolumn .wc_privacy_option {
	margin-top: 2px;
}

.centercolumn .wc_privacy_notice label {	
	display:inline-block;
	}
	
.reveal_privacy_options {
	display: inline-block;
	border: 0;
	background: rgba(247, 155, 32, 0.7);
	color: #fff;
	text-transform: uppercase;
	padding: 4px 40px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	margin-right:10px;
	font-weight: bold;
}

.reveal_privacy_options:hover {
	color: #FFF;
	background: #CF6625;
	opacity: 0.5;
		-webkit-opacity: 0.5;
	    	 -o-transition:.5s;
	    	  -ms-transition:.5s;
	    	  -moz-transition:.5s;
	    	  -webkit-transition:.5s;
	    	  transition:.5s;
}

.wc_privacy_updated {
	display: none;
}

.wc_reveal_options {
	display: none;
	float: left;
	width: 100%;
	padding: 10px 0 12px;
}

.wc_privacy_policy_buttons{
	float: right;
	text-align: right;
}

.wc_privacy_policy_buttons button{
	float: right;
}

@media (max-width: 768px) {
	.wc_privacy_policy_buttons {
		width: 60%;
	}
	
	.reveal_privacy_options {
		margin-left:10px;
		padding: 5px 25px;
	}
	
	.centercolumn .wc_privacy_submit {
		margin:2px 0 0 !important;
	}
	
	.wc_privacy_option {
	    min-width: 97px;
	    margin-top: 3px;
	}
	
	.centercolumn .wc_privacy_option {
	    min-width: 88px;
	}
}

@media (max-width: 490px) {
	
	.wc_privacy_text strong {
	    margin-top: 0px;
	}
	
	.wc_privacy_policy_buttons {
	    width: 49%;
	}
	
	.reveal_privacy_options {
	    padding: 5px 10px;
	    font-size: 12px;
	}
	
	.centercolumn .wc_privacy_submit {
		padding: 7px 40px;
		margin-right: 5px !important;
	}
	
	.wc_privacy_option {
		display: inline-block;
		width: 43%;
		padding: 5px 3%;
		margin-top:4px;
		text-align: right;
	}
	
	.wc_privacy_submit {
		padding: 7px 10px;
	}

	
}

@media (max-width: 340px) {
	
	.wc_privacy_policy_buttons {
	    width: 46%;
	}

	.wc_privacy_submit {
	    padding: 5px 10px;
	    font-size: 10px;
	}
	
	.reveal_privacy_options {
	    padding: 5px 10px;
	    font-size: 10px;
	}


}

