/*!
 * Age verification CSS to go with the JS that can be found at (https://github.com/Herudea/age-verification)
 */

#modal_screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.9);
}

#modal_screen.nope {
	background-color: rgba(0, 0, 0, 0.9);
}

#modal_content {
  position: fixed;
  z-index: 1101;
  margin: 0 auto;
  background-color: #fff;
  border: 4px solid #444;
  font-size: 12px;
  width: 390px; /* if you adjust it from the original 290px, adjust the difference in the width of #modal_content nav too */
  height: auto; /* if you adjust it from the original 290px, adjust the difference in the width of #modal_content nav too */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center 2em;
  background-repeat: no-repeat;
  background-image: url(../IMG/ParadiseBrandsLogo-FINAL2.png);
  background-size: 55% auto;
}

#modal_content .content_wrapper {
  padding-top: 8em;
  margin: 3em auto 0;
  text-align: center;
}

#modal_content h2 {
  margin: -25px 0 0 0;
  font-family: "PT Serif", serif;
  font-size: 19pt;
}

#modal_content p {
  max-width: 75%;
  margin: 11px auto 20px;
  font-family: "Raleway", sans-serif;
  font-size: 10pt;
}

#modal_content nav {
  font-size: 16px;
  display: table;
  width: 100%;
  margin: 0 auto;
  max-width: 200px;
}

#modal_content nav ul {
  display: table-row;
  width: 100%;
  max-width: 200px;
}

#modal_content nav li {
  display: table-cell;
  text-align: right;
  width: auto;
  margin: 0 0 -40px;
}

#modal_content nav small {
  display: block;
  text-align: center;
  color: #888;
  margin: 1em 0 0;
}

#modal_content nav a.av_btn {
  display: block;
  text-align: center;
  width: 65px;
  margin: 1em auto 0;
  text-decoration: none;
  padding: .5em;
  color: #fff;
  font-size: 10pt;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 5px;
}

#modal_content nav .av_go {
  background-color: #304674;
  margin: 15px 0 0;
}

#modal_content nav .av_no {
  background-color: #304674;
}

#modal_content nav .av_btn:hover {
  background-color: #6d6e71;
}

#modal_content #modal_regret_wrapper nav a.av_btn {
  margin: 10px auto 50px;
  width: 130px;
  font-size: 0.8em;
}

#modal_content_wrapper nav ul {
	margin: 0;
}

small {
	font-size: 12pt;
}

#modal_content #modal_regret_wrapper nav a.av_btn  {
	margin: 15px auto 0;
}

@media only screen and (max-width: 800px) {
#modal_content {
	margin: -200px auto;
}

#modal_content p {
	max-width: 75%;
	margin: -20px auto 20px;
	font-family: "Raleway", sans-serif;
	font-size: 11pt;
  }

}

@media only screen and (max-width: 500px) {
#modal_content p {
	margin: 0px auto 20px;
}


