.pea_cook_wrapper {
    position: fixed;
    padding: 10px 21px;
    margin: 0;
    border-radius: 0 3px 0 0 !important;
    -moz-border-radius:0 3px 0 0 !important;
    -webkit-border-radius:0 3px 0 0 !important;
    z-index: 10000;
	text-align: center;
	height: 50px;	
}

.pea_cook_wrapper.pea_cook_bottomleft[style] {background-color:rgba(255,99,71,1) !important;}

.pea_cook_control {
	width:80%;
    padding: 8px 21px;
    margin: 20px auto;
    border-radius: 5px;
    z-index: 10000;
	text-align: center;
	color:white;
}

.pea_cook_wrapper.pea_cook_topleft {
    top:30px;
    left:30px;
	margin-right:5%;
}
.pea_cook_wrapper.pea_cook_topright {
    top:30px;
    right:30px;
	margin-left:5%;
}
.pea_cook_wrapper.pea_cook_topcenter {
    top:30px;
    left:30px;
	margin: 0 25%;
}
.pea_cook_wrapper.pea_cook_bottomleft {
    bottom:0;
    left:0;
	margin-right:0;
}
.pea_cook_wrapper.pea_cook_bottomright {
    bottom:30px;
    right:30px;
	margin-left:5%;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
    bottom:30px;
    left:30px;
	margin: 0 25%;
}

.pea_cook_wrapper p{
    bottom: 30px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: .9rem;
    margin: 0;
    font-weight: bold;
	color:#fff !important;
}
.pea_cook_wrapper a {
    border-bottom: solid thin #eee;
    text-decoration: none;
}
.pea_cook_wrapper a:hover {
    text-decoration: none;
    border-bottom-style: solid;
}


a#fom, a#pea_close {/*border-bottom: 1px solid;*/}

a#pea_close {
/*padding-top: 20px;*/
display: inline-block;
}


button.pea_cook_btn {
  /*background: #e3e3e3;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 100px; 
  margin-left: 20px;*/
  
  /* Overrides */
  background:none;
  text-decoration: none;
  color:#ffffff;
  padding: 5px 25px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  margin-bottom: 0 !important;
  margin-left: 1rem;
}

  button.pea_cook_btn:hover {
    /*background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;*/
    color:#3b3b3b !important;
  	background-color:#fff;
    cursor: pointer;
    
     }

  button.pea_cook_btn:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; }


.pea_cook_more_info_popover {
    display:none;
    position: absolute;
    top: 0;
    z-index: 1000000;
    height: 80%;
    width: 100%;
    left: 0;
    
}
.pea_cook_more_info_popover_inner {
    margin: 40px auto;
    min-width: 50%;
    min-height: 200px;
    padding: 50px;
    max-width:60%;
   background-color: rgba(0,0,0,0.75);
    /* For IE 5.5 - 7*/
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";   
    
    border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; 
}
.pea_cook_more_info_popover_inner a {
    /*border-bottom: solid thin #eee;
    text-decoration: none;*/
    
    background:none;
  text-decoration: none;
  color:#ffffff;
  padding: 15px 25px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  margin-bottom: 0 !important;
}
.pea_cook_more_info_popover_inner a:hover {
    /*text-decoration: none;
    border-bottom-style: solid;
    color: #ddd;*/
    
    color:#3b3b3b !important;
  	background-color:#fff;
    cursor: pointer;
}

.pea_cook_more_info_popover h2{
    font-size: 22px;
    font-weight: bold;
}
.pea_cook_more_info_popover h3{
    font-size: 22px;  font-weight: bold;
}

.pea_cook_more_info_popover p {
	color:#fff !important;
}


.eucookie {
	float:left;
	border-radius: 5px;
	transition: background 0.5s;
}
.eucookie:hover {
	cursor: pointer;
	background-position: -20px -10px!important;
	transition: background 0.5s;
}
.eucookie span {
	width: 100%;
	padding: 10px;
	text-align: center;
	float:left;
}

.geoip-continent-AF .pea_cook_wrapper,
.geoip-continent-AN .pea_cook_wrapper,
.geoip-continent-AS .pea_cook_wrapper,
.geoip-continent-NA .pea_cook_wrapper,
.geoip-continent-OC .pea_cook_wrapper,
.geoip-continent-SA .pea_cook_wrapper {display: none;}
.geoip-continent-EU .pea_cook_wrapper {/*display: block;*/}

@media only screen and (max-width: 40rem) { 
	.pea_cook_wrapper.pea_cook_bottomleft {
    	bottom:1rem;
    	left:.5rem;
    	right:.5rem;
		margin-right:0;
		height:auto;
    	border-radius: 3px !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
	}
	
	button.pea_cook_btn {
		display: block;
		margin-top: 1rem;
		margin-left:32%;
	}
	
	.pea_cook_more_info_popover_inner {
   		background-color: rgba(51,153,254,1) !important;
   		max-width: 90%;
   	}


}