/*Desktop Size*/
.cc-btn.cc-dismiss {
	max-width: 130px !important;
	min-width: 130px !important;
	background-color: #89c709 !important;
	color:#fff!important;
}

.cc-compliance.cc-highlight .cc-btn.cc-allow {
	max-width: 130px !important;
	min-width: 130px !important;
	background-color: #008ec8 !important;
	color:#fff!important;
}
.cc-grower{max-height:500px!important;}
.cc-window.cc-floating{max-width:100%!important;}
.cc-window{background-color:#017dbd!important;}
#cookie-bar .cc-message h2{color:inherit!important;}
#cookie-bar .cc-message h2, .cc-window h2{margin:0;}
.cc-window h2{color:#fff!important;}
.cc-window a{color:#fff;opacity:.8;text-decoration:underline;}
@media only screen and (max-width: 459px) {
    #socialbar {
        max-width: 330px;
    }
}
.cc-message p{margin:0;}
.wrapper.container{margin-top:0!important;}
/************************************************
 *
 Uncomment if privacy table has not bordered.
 *
 *
 .whg-cookie-data tr th,
 .whg-cookie-data tr td {
    border: 1px solid #ddd;
    padding: 5px;
    }
 *
 *
 *
********************************************/
/***********************************************/
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cc-window .cc-message{
        margin-right:5px!important;
    }
}
/********************************************/
/*iPhone 6 Plus*/
@media only screen and (min-width: 375px) and (max-width: 415px) {
    .whg-cookie-data tr th,
    .whg-cookie-data tr td {
        font-size: 10px !important;
    }
}

/********************************************/
/*iPhone 6*/
@media only screen and (min-width: 320px) and (max-width: 375px) {
    .whg-cookie-data tr th,
    .whg-cookie-data tr td {
        font-size: 10px !important;
    }

}

/********************************************/
/*iPhone 5*/
@media only screen and (max-width: 320px) {
    .whg-cookie-data tr th,
    .whg-cookie-data tr td {
        font-size: 9px !important;
    }

}

@media screen and (max-width: 420px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape){
  body .cc-window.cc-floating{
    max-width:100%!important;
  }
}