/* numerology page */
.number-container {
	background: #312f2e;
	border: 1px solid #000;
	margin: auto; 
	padding: 30px 0;
	overflow: visible;
	width: auto;
	/*margin-bottom: 50px;*/
	}

.terms-container {
	background: #312f2e;
	border: 1px solid #000;
	margin: auto; 
	/*overflow: visible;*/
	overflow: auto;
	/*width: 1000px;*/
	width: auto;
	margin-bottom: 15px;
	}
.terms-container .terms-col{
	float: left;
	margin: 25px 1% 25px 4%;
	width: 19.5%;
}	

.terms-container h1{
	color: #fff5ce;
    font-family: "NYIrvin";
	margin-bottom: 0px;
}

.terms-container p{
	margin-bottom: 0px;
}

.number-container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}


.number,
.term { 
	display: inline;
	float: left;
	height: 64px;
	margin: 0 18px 8px;
	position: relative;
	width: 64px;
	}

.number h2{
	font-family: "Numbers Depot A", "Numbers Depot B";
	font-style: normal;
	font-weight: 400;
	font-size: 42px!important;
	margin: 11px!important;
	color: #FFFCDF;
	cursor: pointer;
font-variant-numeric: oldstyle-nums;
}	

.terms-container .term { 
	display: inline;
	float: none;
	height: 2px;
	margin: 0 ;
	position: relative;
	width: 15px;
	}	

.numTrigger,
.termTrigger {
	color: #828280;
	cursor: pointer;
	font-family:"Avenir LT W01 85 Heavy";
	letter-spacing: 1px;
	text-transform: uppercase;
	}	
.experience-section.tea-terms .user-content p.termTrigger {
	line-height: 1.75;
}

.numerology .qtip-title {
	display: none;
}

.numerology .number { 
	display: inline;
	float: left;
	height: auto;
	margin: 0 0 1em;
	position: relative;
	text-align:center;
	width: 16%;
	}

.numerology .number h2{
	font-family: "Numbers Depot A", "Numbers Depot B";
	font-style: normal;
	font-weight: 400;
	font-size: 42px !important;
	line-height: 1;
	margin: 0.2em 11px !important;
	color: #fff5ce;
	cursor: pointer;
	font-variant-numeric: tabular-nums;
	vertical-align: middle;
}	

.popup {
	background: #212121;
	border: 1px solid #4d4d4d;
	display: none;
	color: #828280;
	cursor: pointer;
	padding: 15px 15px 25px 25px;
	position: absolute;
	width: 320px;
	z-index: 9999;
	}
.popup-content {
	color: #828280;
	/*padding: 15px 30px 20px;*/
	}
.popup p {
	font-size: 16px;
	line-height: 21px;
	margin: 0;
	padding: 0;
	}
.popup .qtip-title {
	font-weight: normal;
	background: transparent !important;
	font-size: 16px;
	font-weight: normal;
	color: #fff5ce;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-family:"Avenir LT W01 85 Heavy";
	letter-spacing: 1px;
	padding: 10px 0 0 !important;
}
.popup .purchaseLink {
	color: #f99d1c;
	display: block;
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	}	
.popup .close {
	/*background: transparent url('/media/btn-close.png') top right no-repeat;*/
	color: #828280;
	/*font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;*/
	font-family:"Avenir LT W01 95 Black";
	font-size: 10px;
	padding: 0;
	letter-spacing: 1px;
	position: absolute;
	top: -7px;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	}
@media only screen and (max-width: 600px) {
	.terms-container .terms-col {
		width: 45%;
	}
	.terms-container .terms-col:nth-child(odd) {
		clear: both;
	}
	.numerology .number {
		width: 24%;
	}

}


@media only screen and (max-width: 480px) {
	.terms-container .terms-col {
		float: none;
		width: auto;
	}
	.popup {
		left: 10px !important;
		max-width: 280px !important;
	}
	.numerology .number {
		width: 48%;
	}
}
@media only screen and (max-width: 360px) {
	.popup {
		left: 10px !important;
		max-width: 280px !important;
		width: 250px !important;
	}
}


.pageid-1961 h1 {
	background: transparent url('/media/h1-numerology.png') 0 0 no-repeat;
	height: 47px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 380px;
	}