/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  02: 1 Col Fixed
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #000000;
	margin: 20px 0;
	padding: 0px;
}
img {vertical-align: bottom;}

.masthead {
	padding: 0px;
	text-align: left;
	position:relative;
}
.masthead .logo {
	position: relative;
	background-color: #FFFFFF;
}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
	overflow: hidden;
}
.content-wrapper {
	margin: 0 auto;
	max-width: 980px;
	overflow: hidden;
}
.columns-wrapper {
	background-color: #FFF;
	border-radius: 120px 0px 6px 6px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
}
.content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
/*Heading styles*/
h1, h2, h3, h4 {
	font-family: 'Tangerine', cursive;
	margin: 30px 0px 15px 0px;
	color: #007F7B;
}
h1, h2 {
	text-align:center;
}

h1 { font-size: 3.5em; }
h2 { font-size: 2.5em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.0em; }

.txt-footnote {
	clear:both;
	font-size: .8em;
	font-style:italic;
	padding-top:10px;
}
.thank-you {
	clear:both;
	text-align:center;
	padding-top:20px;
}
/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.social {
	width:32px;
	height:32px;
	float:right;
	position:absolute;
	top:3%;
	right:1.5%;
}
/*custom styles*/
.col-half {
	width:50%;
	float:left;
}
.col-full {
	width:60%;
	margin:auto;
}
.service-group {
	margin-left:18%;
	margin-right:18%;
	margin-bottom:20px;
}
.service-group-l {
	margin-left:18%;
	margin-right:18%;
	margin-bottom:20px;
}
.service-group-r {
	margin-right:10%;
	margin-left:10%;
	margin-bottom:20px;
}
div.location {
	float:left;
	width:25%;
	margin-left:20%;
	margin-right:5%;
	text-align:center;
}
div.hours {
	float:left;
	margin-left:5%;
	width:25%;
	margin-right:20%;
}
div.day {
	width:65%;
	float:left;
}
div.time {
	width:35%;
	float:right;
}
div.service-item {
	float:left;
	width:66%;
}
div.service-price {
	float:right;
	width:34%;
	text-align:right;
}
div.service h3 {
	display:inline;
}
div.individual {
	padding-bottom: 25px;
}
/*end custom styles */

/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.footer a {
	color:#007F7B;
}
.footer a:hover, .footer a:focus { color: #FFF; }
.footer {
	padding: 15px 30px;
	font-size: 11px;
	color: #007F7B;
	text-align: center;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

/*Border Radius for CURVED CORNERS. The overall wrapper is assigned an 8px radius on all 4 corners. The masthead is assigned a 6px radius for its top corners. The footer is assigned a 6px radius for its bottom corners. The footer and masthead radii must always be 2px less than the radii set on the content wrapper so that its border displays properly.*/
.content-wrapper {border-radius: 6px;}

/* self-clear floats */
.group:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
.content {padding: 10px 15px !important;}
.content-wrapper {
	margin: 0px;
	width: auto;
	border-radius: 0px;
	border: none;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.0em; }

.columns-wrapper {
	border-radius: 60px 0px 0px 0px;
	border-top:none;
}
.col-half {
	width:100%;
}
.col-full {
	width:100%;
}
div.hours {
	width:80%;
	margin-left:10%;
	margin-right:10%;
}
div.location {
	width:80%;
	margin-left:10%;
	margin-right:10%;
}
.service-group {
	margin-left:5%;
	margin-right:5%;
	margin-bottom:20px;
}
.service-group-l {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}
.service-group-r {
	margin-right:0px;
	margin-left:0px;
	margin-bottom:10px;
}
div.service-item {
	width: 60%;
}
div.service-price {
	width: 40%;
}
div.individual {
	padding-bottom: 10px;
}
.thank-you {
	padding-top:0px;
}
}
@media only screen and (min-width: 700px) and (max-width: 1025px)  {
body {margin: 0px;}

.content-wrapper {
	width: auto; 
	margin: 0px;
	border-radius:0px;
}
.col-half {
	width:100%;
}
.col-full {
	width:100%;
}
.service-group-l {
	margin-left:25%;
	margin-right:25%;
}
.service-group-r {
	margin-right:20%;
	margin-left:20%;
}
div.location {
	width:40%;
	margin-left:5%;
	margin-right:5%;
}
div.hours {
	margin-left:5%;
	width:40%;
	margin-right:5%;
}
.thank-you {
	padding-top:0px;
}
}
