/* Enter Your Custom CSS Here */
.popmake-age-form {
	display: flex;
	justify-content: center;
}

#sidebar ul li ul li {
    margin-bottom: 5px;
}
#sidebar ul li ul li:before {
	content: "●";
	color: #7e4300;
    font-size: 13px;
}

p span {
  font-family: 'Proxima-nova','serif' !important;
}

.size-full {
padding: 10px 0 20px;
}

.popmake-content button {
	top: 0 !important;
}

.age-verify button {
  background-color: #bbb;
  font-size: 10pt;
}

.postmetadata {
  margin-bottom: 15px;
}

#attachment_492 {
  float: left;
  margin-right: 10px;
}


@media only screen and (max-width: 480px) {
  body { 
    width: auto; 
  }
  .popmake-age-form {
	display: flex;
    display: -webkit-box;
 	display: -ms-flexbox;
 	display: -webkit-flex;
    flex-flow: column wrap;
    justify-content: center;
  }
  .age-verify {
    padding-top: 10px;
  } 
}

/* Landscape - (orientation: landscape) not working */ 
@media only screen and (max-width: 960px) {
  body { 
    width: auto; 
  }
  .popmake-age-form {
	display: flex;
    display: -webkit-box;
 	display: -ms-flexbox;
 	display: -webkit-flex;
    flex-flow: column wrap;
    justify-content: center;
  }
  .age-verify {
    padding-top: 10px;
  } 
}

@media screen and (max-width: 775px) {
.popmake-age-form select {
  font-size: 16px;
}
}