 /* Text Styles (Specials Page) */ 
.h1-specials {
	color:#69CDB7;
 	font-size: 4em;
	line-height: 1em;
}
.h2-specials {
    margin-top: 2em;
    margin-bottom: .3em;
}

/* Footer Styles */
.site-footer {
	text-align: center;
	padding-top: .1%;
  	padding-bottom: 1.7%;
}


/* Hero Image Styles */
.hero-content {
  	padding-left: 10%;
  	padding-right: 10%;
  	max-width: 100%;
}
.entry-title {
 	padding-left:200%; 
}


/* OLD Pricing Table Styles */
.servicesmenu {
  font: Open Sans, Arial, Helvetica, sans-serif;
  list-style: outside none none;
  margin: 0 0 .2em;
  padding: 0;
  width: 95%;
}
.servicesmenu li {
	border-bottom: 2px dotted #999;
    clear: both;
    margin: 0;
    padding: 0 0 1.7em;
    position: relative;
}
.servicesmenu strong {
  background: #fff;
  padding: 0 .2em 0 0;
  font-weight: normal;
  position: absolute;
  bottom: -.6em;
  left: 0;
}
.servicesmenu em {
 	background: none repeat scroll 0 0 #fff;
    bottom: -0.2em;
    font: 110%/100% Georgia,"Times New Roman",Times,serif;
    padding: 0 0 0 .2em;
    position: absolute;
    right: 0;
}
.servicesmenu sup {
	color: #666;
    font-size: 60%;
    margin-left: .2em;
}


/* Pricing Table Styles */

li.services {
    list-style: none;
  	margin-left:0;
  	padding-left: 0;
  	text-indent: 0; 
}
ul.services {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
  	margin-left:0;
  	text-indent: 0;
}
ul.services li:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
}
ul.services span:first-child {
    padding-right: 0.33em;
    background: white;
}
ul.services span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
    position: relative;
    z-index: 1;
}

ul {
  margin: 0 0 3em 4em;
}


/* Homepage Main Banner Styles */

@media (max-width: 500px) {
.hero-content h2 {
font-size: 3em !important;
}
}

.hero-content span h2 {
 	font-size: 5em;
	line-height: 1.1em; 
}


/* Footer Info 
site-info:after {
  content:'Zen Within Massage Studio &amp; Day Spa  |  2264 Lake Tahoe Blvd #4, South Lake Tahoe, CA  |  (530) 545-8009' !important;
}
*/

/* Menu Styles */
#menu-item-1257 a {
    border: #fff 2px solid !important;
  	color: #fff !important;
    margin: 14px 19px !important;
    padding: 2px 9px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 90% !important;
}

#menu-item-1257 a:hover {
	color: #cf589b !important;
	border: #cf589b 2px solid !important;
    margin: 14px 19px !important;
    padding: 2px 9px !important;
}

