/*
	Plugin Name: Cookie Consent Styles
	Description: This is the main style sheet for the cookie consent notification.
	Version: 2020.08
	Plugin URI: http://www.chillwebdesigns.co.uk
	Author: Christopher Hill
	Author URI: http://www.chillwebdesigns.co.uk
	License: GPL2

*/
@media print {
  .cc{
		display: none;
	}
}

.cc{
	position:fixed;
	bottom:0 !important;
	height:auto;
	width:100%;
	text-align:center;
	padding:20px;
	z-index: 10001;
	}
.cc-left-side{
	font-size:14px;
	}
.cc-right-side button{
	color:#fff;
	padding:8px 10px;
	border:0;
	margin:0 10px;
	font-size:12px;
	}
.cc-right-side button:hover{
	color:#fff;
	padding:8px 10px;
	border:0;
	margin:0 10px;
	font-size:12px;
	}

  @media only screen and (min-width:0px) and (max-width: 480px){
    .cc-left-side{
    	font-size:12px;
      float: left;
      width: 100%;
      margin-bottom: 15px;
    	}
    .cc-right-side{
      float: left;
      width: 100%;
      text-align: center;
    }
  }
