/*
CSS for AgeVerify Options page
*/

@import url(https://fonts.googleapis.com/css?family=Antic+Slab);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap);

hr{
	margin-top:20px !important;
	margin-bottom:20px !important;
}

#AgeVerifyLogo{
	width:250px !important;
	height:48px !important;
	margin-top:30px !important;
	margin-bottom:20px !important;}

#ageverify th,
#ageverify td {
	width: 100%;
	display: table-row;
}

#ageverify th {
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 10px;
}

#ageverify th {
	border-bottom: 15px solid transparent;
}

#ageverify label,
#ageverify #galleryButtons a {
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	margin: 0 10px 15px 0;
	cursor:pointer;
	box-shadow: #777 2px 2px 4px;
}

#ageverify label{
	background: #666;
}

#ageverify #galleryButtons a{
	background:#666;
}


#ageverify #galleryButtons a{
		border-radius:3px;
}

#ageverify label:hover,
#ageverify #galleryButtons a:hover{
	background:#82c240;
}

#selectTemplate, #selectCustom{
		display: inline-block;
	color: #fff !important;
	background-color: #666; 
	padding: 5px 15px;
	margin: 0 10px 15px 0;
	cursor:pointer;
	box-shadow: #777 2px 2px 4px;
}

#ageverify #toggle-on, #ageverify #toggle-countup {
	background-color: none;
	width: 100px;
	height: 35px;
	background: url( 'toggle.png' ) center -50px no-repeat;
	text-indent: 200%; 
	white-space: nowrap; 
	overflow: hidden;
	box-shadow:none !important;
}

#ageverify #ageverify-gallery label {
	padding: 4px;
}

#ageverify input:checked + label,
#ageverify #galleryButtons #btnAll {
	background: #82c240;
}

#ageverify input:checked + #toggle-on, #ageverify input:checked + #toggle-countup  {
	background-position: center top;
}

#ageverify input[type="radio"],
#ageverify input[type="checkbox"] { /* HIDE RADIO BUTTONS */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}

#cookielength, #age, #underageredirect{
	border:1px solid green;
}

#ageverify #ageverify-gallery .galleryItem {
	display: inline-block;
	width: 30%;
}

#ageverify #ageverify-gallery .galleryItem img {
	display: block;
	width: 100%;
	height: auto;
}

#ageverify #submit {
	font-size: 1.9em;
	padding: .5em 1em;
	height: auto;
}

#img-upload, #img-remove, #avlogoselect, #altlogoselect{
	padding:10px;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	box-shadow: #777 2px 2px 4px;
}

.activebg{
	background-color:#82c240;
}

.inactivebg{
	background-color:#666;
}

.inactivebg:hover{
	background-color:#82c240;
}

/*Sidebar*/

#ageverify-sidebar .box {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 15px;
	margin-bottom: 20px;
	margin-top:120px;
}

#ageverify-sidebar .box header {
	background: #32373c;
	color: #fff;
	margin: -15px;
	position: relative;
	padding: 8px;
	margin-bottom: 10px;
}

#ageverify-sidebar .box.go-pro header {
	font-size: 1.6em;
	text-align: center;
}

#ageverify-sidebar .box.go-pro p {
	text-align: center;
}

#ageverify-sidebar .box.go-pro li {
	color: #000;
	margin-left: 1.5em;
	list-style-image: url('check.png');
}

#ageverify-sidebar .box.resources li {
	margin-left: 1.5em;
	list-style-image: url('arrow.png');
}

#ageverify-sidebar .logo {
	text-align: center;
}

#ageverify-customize {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}

#ageverify-customize-header {
	padding-bottom: 70px;
	background: url('customize-bottom.png') bottom center no-repeat;
}

#ageverify-customize-header h2 {
	font-family: 'Antic Slab', Georgia, serif;
	color: #82c240;
	font-size: 34px;
	text-align: center;
}

#ageverify-customize-header p {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #747474;
	width: 70%;
	margin: 20px auto;
}

#ageverify-customize:after {
	display: table;
	content: '';
	clear: both;
}

#ageverify-custom-features {
	width: 28%;
	float: left;
	border: 1px dotted #82c240;
	background: #F8F8F8;
	padding: 0 8px;
}

#ageverify-custom-features h3,
#ageverify-custom-features li {
	background: #fff;
	padding: 5px 8px;
	text-align: center;
	border: 1px solid #ededed;
	border-bottom: none;
	margin: 0;
}

#ageverify-custom-features h3 {
	font-family: 'Antic Slab', Georgia, serif;
 margin-top: 8px; 
  color: #333;
  padding: 20px 0;
  font-size: 26px;
  font-weight: normal;
}

#ageverify-custom-features li {
	padding: 10px;
}

#ageverify-custom-features ul {
 margin-top: 0; 
 color: #0a700a;
 border-bottom: 1px solid #ededed;
}

#ageverify-custom-examples {
 width: 66%;
  float: right;
}

#ageverify-custom-examples .caption a {
	color: #333;
	text-decoration: none;
}

#ageverify-custom-examples .caption a:hover {
	color: #82c240;
}

#ageverify-custom-examples div {
 width: 47%;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 5px 30px 5px;
  border-bottom: 1px dotted #e0dede;
  margin-bottom: 10px;
  margin-right: 15px;
}

#ageverify-custom-examples div:nth-child(even) {
	margin-right: 0;
}

#ageverify-custom-examples div img {
 max-width: 100%;
  height: auto;
  border: 1px solid #82c240;
  box-shadow: #777 2px 2px 4px;
}

#AVCustomLink{
	padding:5px;
	background-color:#009900;
	color:#fff;
	text-align:center;
	font-size:24px;}

/* LocalSip panel */

#ageverify-localsip {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}

#ageverify-localsip-header {
	padding-bottom: 30px;
}

#ageverify-localsip-header h2 {
	font-family: 'Antic Slab', Georgia, serif;
	color: #f1a501;
	font-size: 34px;
	text-align: center;
	padding-top:10px;
}

#ageverify-localsip-header p {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #747474;
	width: 80%;
	margin: 20px auto;
}

#ageverify-localsip:after {
	display: table;
	content: '';
	clear: both;
}

#ageverify-localsip-features {
	width: 28%;
	float: left;
	border: 1px dotted #f1a501;
	background: #F8F8F8;
	padding: 0 8px;
	text-align:center;
}

#ageverify-localsip-features h3,
#ageverify-localsip-features li {
	background: #fff;
	padding: 5px 8px;
	text-align: center;
	border: 1px solid #ededed;
	border-bottom: none;
	margin: 0;
}

#ageverify-localsip-features h3 {
	font-family: 'Antic Slab', Georgia, serif;
 margin-top: 8px; 
  color: #333;
  padding: 20px 0;
  font-size: 26px;
  font-weight: normal;
}

#ageverify-localsip-features li {
	padding: 10px;
}

#ageverify-localsip-features ul {
 margin-top: 0; 
 color: #D79401;
 border-bottom: 1px solid #ededed;
}

#ageverify-localsip-examples {
 width: 66%;
  float: right;
	height:550px;
 background-image: url('LocalSip_JackalopeBrewing.jpg');
	    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

#ageverify-localsip-examples .caption a {
	color: #333;
	text-decoration: none;
}

#ageverify-localsip-examples .caption a:hover {
	color: #82c240;
}

#ageverify-localsip-examples div {
 width: 47%;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 5px 30px 5px;
  border-bottom: 1px dotted #e0dede;
  margin-bottom: 10px;
  margin-right: 15px;
}

#ageverify-localsip-examples div:nth-child(even) {
	margin-right: 0;
}

#ageverify-localsip-examples div img {
 max-width: 100%;
  height: auto;
  border: 1px solid #82c240;
  box-shadow: #777 2px 2px 4px;
}

#AVlocalsipLink{
	padding:5px;
	background-color:#009900;
	color:#fff;
	text-align:center;
	font-size:24px;}

/* end localsip panel */

@media screen and (max-width: 720px) {

	#ageverify-custom-examples {
 width: 45%;
}

#ageverify-custom-features {
	width: 45%;
	margin-top:20px;
}

#ageverify-custom-examples div {
 width: 100%;

}
	
		#ageverify-localsip-examples {
 width: 45%;
}

#ageverify-localsip-features {
	width: 45%;
	margin-top:20px;
}

#ageverify-localsip-examples div {
 width: 100%;

}
}