/*
Theme Name: Waxbar
Theme URI: http://www.nalodesign.com/
Author: Nalo Design
Author URI: http://www.nalodesign.com
Description:
Version: 1.0


*/

/* Colors

#01b6ad - teal
#00948d - dark teal

/*#######################################################
bootstrap overrides
#######################################################*/

.navbar {
    background: #01b6ad;
}

[class^="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

.page-header {
border: 0;
}

/*#######################################################
General
#######################################################*/
html {
	margin: 0;
	padding: 0;
}

body {
    background: #fff;
    font-family: 'varela round', raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
}

body.home {
    background: #e9e0d1 url(/wp-content/uploads/2015/01/background.jpg) center -20px no-repeat;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}

h1, h2, h3, h4, h5, h6 {
    font-family: raleway, 'varela round', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.centered {
    text-align: center;
}

@media (max-width: 767px) {
.left-xs,
div.left-xs {
	float: left;
	text-align: left !important;
}

.center-xs,
div.center-xs {
	float: none;
	text-align: center !important;
}
}

.teal {
    color: #01b6ad;
}

a:hover, a:focus {
color: #00948d;
text-decoration: none;
}

/*#######################################################
header
#######################################################*/

.home .header-image {
    display: none;
}

.home .page-header {
	margin-top: 15px;
}

@media (max-width: 767px) {
.home .page-header {
	margin-top: 25px;
}
}

.header-image {
    margin-top: -20px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .header-image {
        max-width: 100%;
	height: auto;
    }

	.header-image img {
	max-width: 100% !important;
	height: auto !important;
	}
}

/*#######################################################
nav
#######################################################*/

.navbar {
	border: 0;
}

@media (max-width: 767px) {
	.navbar {
		background: transparent;
	margin-top: -55px;
	}
	div.navbar-collapse {
		float: none !important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0;
	}

	.navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

.navbar ul {
	background: #01b6ad;
}

.navbar a {
	border-bottom: 1px solid #fff;
}
}

.navbar-toggle,
.navbar-toggle:focus {
	background: #01b6ad;
	position: relative;
	top: -10px;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar {
	background: #01b6ad;
}

.navbar a,
.navbar-default .navbar-nav > li > a {
font-weight: normal;
    color : #fff;
    text-transform: uppercase;
font-family: raleway, 'varela round', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: #666;
    color: #fff;
}

.dropdown-menu {
	background: #fff;
	background: rgba(255,255,255,0.9);
}
.dropdown-menu>li>a {
	color: #01b6ad;
}

.dropdown-menu>li:hover>a {
	background: #666;
color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
	background: #666666;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}
}

/*#######################################################
content
#######################################################*/

#content {
	font-family: 'varela round', raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.logo {
    width: 135px;
    height: 168px;
    margin: 15px auto;
    background: url(images/center-logo.png) center center no-repeat;
}

.page-heading {
    margin: 15px 0;
    overflow: hidden;
}

.page-logo {
    max-width: 177px;
margin-left: 15px;
margin-right: -15px;
}

@media (max-width: 767px) {
	.page-logo {
		display: none;
	}
}

.page-heading .page-title {
    margin-top: 35px;
	float: right;
}


@media (max-width: 767px) {
.page-heading .page-title {
    margin-top: 0;
}
}

.page-heading h1 {
    color: #01b6ad;
    font-size: 32px;
    text-transform: lowercase;
    text-align: right;
}

.page-heading .uppercase {
	text-transform: uppercase;
	color: #01b6ad;
    font-size: 28px;
	text-align: right;
}

.page-heading hr {
    border-top-width: 3px;
    border-color: #ccc;
	margin-bottom: 5px;
}

/*#######################################################
article
#######################################################*/

.page-content {
    clear: both;
	color: #666;
}

aside h2,
.page-content h2 {
    color: #01b6ad;
    font-size: 23px;
    text-transform: lowercase;
}

.page-content h2.inverse {
	color: #fff;
	background: #01b6ad;
	padding: 7px 15px 9px;
	margin-bottom: 18px;
}
.center-text {
	text-align: center;
}

.page-content h6 {
    color: #666;
    font-size: 15px;
}

.page-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6em;
    margin-bottom: 1.3em;
    font-weight: 100;
}

.page-content li {
    font-size: 14px;
    line-height: 1.6em;
    padding-bottom: 3px;
    color: #666;
    font-weight: 100;
}

.page-content ul,
.page-content ol {
    margin-bottom: 1.3em;
}

/*#######################################################
aside
#######################################################*/

/*#######################################################
footer
#######################################################*/

footer {
    background: #01b6ad;
    padding: 100px 0 50px;
    margin-top: 100px;
    color: #fff;
    border-top: 10px solid #ccc;
    position: relative;
clear: both;
}

@media (max-width: 767px) {
	.home footer {
		margin-top: 20px;
		padding-top: 20px;
	}
}
@media (min-width: 768px) {
.home footer {
    margin-top: 0px;
}
}

.home footer {
    border-top: 0;
}

footer h5 {
    font-size: 26px;
    text-transform: lowercase;
}

footer p {
    font-size: 18px;
    font-weight: 100;

    font-family: raleway, 'varela round', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer p small {
    font-size: 11px;
}

footer p small a,
footer p a {
    color : #fff;
}

footer p small a:hover,
footer p a:hover,
footer a:hover {
	text-decoration: underline;
	color: #fff;
}

footer h6 {
    text-transform: uppercase;
    font-size: 17px;
}

.footer-location {
	display: inline-block;
	padding: 0 15px;
	line-height: 1.25em;
	color: #fff;
}

@media (max-width: 767px) { 
.footer-location {
	display: block;
	padding: 10px 15px;
	margin: 12px 0;
	width: 100%;
	clear: both;
	text-align: center;
}
}

.book-online-button {
	display: block;
    position: absolute;
    top: -75px;
    left: 50%;
    margin: 0 -75px;
    border-radius: 500px;
    background: #01b6ad;
color: #fff;
    border: 10px solid #fff;
    width: 150px;
    height: 150px;
    font-size: 24px;
    font-weight: normal;
    padding-top: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 1.25em;
    z-index: 2;
    box-shadow: 0 0 45px 20px rgba(255, 255, 255, 0.5);
    font-family: raleway, 'varela round', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-id-302 footer {
	margin-top: 15px;
	padding-top: 25px;
}

.page-id-302 .book-online-button {
	display: none;
}

.book-online-button:hover {
    background: #fff;
    border-color: #01b6ad;
    color: #01b6ad;
text-decoration: none;
}

.book-online-button:before {
    position: absolute;
    content: '';
    display: block;
    width: 170px;
    height: 170px;
    top: -20px;
    left: -20px;
    background: transparent;
    border: 10px solid #01b6ad;
    z-index: 1;
    border-radius: 500px;
}

.book-online-button:hover:before {
    border-color: #fff;
}

.home .book-online-button {
    display: none;
}

.locations-list {
    margin-bottom: 55px;
}

/*#######################################################
icons
#######################################################*/

.icons {
	width: 132px;
	margin-top: 7px;
}

@media (max-width: 767px) {
header .icons {
	clear: both;
	padding-bottom: 10px;
display: none;
}
}

footer .icons {
	margin-top: 25px;
	margin-bottom: 25px;
}


@media (max-width: 767px) {
footer .icons {
	margin-top: 0;
}
}
div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.icon {
	display: block;
	position: relative;
	width: 34px;
	height: 34px;
	margin-right: 15px;
	background: url(/wp-content/uploads/2015/01/icon-fb.png) center center no-repeat;
	float: left;
}

.fb,
.fb-trans:hover {	
	background: url(/wp-content/uploads/2015/01/icon-fb.png) center center no-repeat;
}

.fb:hover,
.fb-trans{	
	background: url(/wp-content/uploads/2015/01/icon-fb-trans.png) center center no-repeat;
}

.tw,
.tw-trans:hover {	
	background: url(/wp-content/uploads/2015/01/icon-tw.png) center center no-repeat;
}

.tw:hover,
.tw-trans{	
	background: url(/wp-content/uploads/2015/01/icon-tw-trans.png) center center no-repeat;
}

.ig,
.ig-trans:hover {	
	background: url(/wp-content/uploads/2015/09/wax-bar-instagram.png) center center no-repeat;
	opacity: 1;
}

.ig:hover,
.ig-trans{
	background: url(/wp-content/uploads/2015/09/wax-bar-instagram.png) center center no-repeat;
	opacity: 0.6;
}

.yelp,
.yelp-trans {
	margin-right:0;
}

.yelp,
.yelp-trans:hover {	
	background: url(/wp-content/uploads/2015/01/icon-yelp.png) center center no-repeat;
}

.yelp:hover,
.yelp-trans{	
	background: url(/wp-content/uploads/2015/01/icon-yelp-trans1.png) center center no-repeat;
}

/*#######################################################
forms
#######################################################*/

/*#######################################################
expander
#######################################################*/

h2.expander {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	font-size: 21px;
}

.expander:hover {
	color: #00948d;
}

.expander:before {
	display: block;
	content: "+";
	font-size: 32px;
	position: absolute;
	left: 0;
	top: -3px;
}

.expander.open:before {
	content: "-";
}

p + .expander,
.expander:first-of-type {
	margin-top: 50px;
}

.expandable {
	padding-left: 15px;
	padding-right: 100px;
	overflow: hidden;
	height: 0;
color: #666;
}

.expander.open + .expandable {
	height: auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

/*#######################################################
page-specific
#######################################################*/

.location-booking h3 {
	color: #01b6ad;
	text-transform: uppercase;
	text-align: center;
}

.hours-wrapper {
	text-align: left;
	width: 100%;
	max-width: 140px;
	margin-left: auto;
	margin-right: auto;
}

.hours-wrapper .hours {
	width: 50px;
}

.extras-box {
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 30px 20px;
	margin-bottom: 25px;
}

.extras-box p {
    padding-bottom: 5px;
    margin-bottom: 0;
   line-height: 1.6em;
}

.extras-box .menu-service {
	font-size: 16px;
	font-weight: normal;
}

.page-id-9 h6 {
font-family: 'varela round', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.service-menu {
	margin-bottom: 25px;
}

.service:hover,
.service:hover + .price {
	background: #e6e6e6;
}

.services > div {
	min-height: 21px;
	padding-bottom: 2px;
}

.half-column {
	left: -4%;
}

.review {
	border-left: 2px solid #ccc;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.75em;
	font-size: 13px;
	font-family: raleway;
}

@media (max-width: 767px) {
	.review {
		border-width: 0;
	}
}

.author {
	font-size: 14px;
}

.beers {
	margin-top: 25px;
}

.products {
	margin: 50px 0 0;
}

.boutique-products {
	margin: 30px 0 0;
}

.products img,
.boutique-products img {	
	position: relative;
	max-width: 100%;
}

.products > div {
	min-height: 310px;
	margin-bottom: 50px;
}

.boutique-products > div {
	min-height: 140px;
	margin-bottom: 10px;
}

.products.row-1 > div:nth-child(1) img {
	top: 75px;
}

.products.row-1 > div:nth-child(3) img {
	top: 20px;
}

.products.row-2 > div:nth-child(1) img {
	top: 15px;
}

.products.row-3 > div:nth-child(2) img {
	top: 0px;
}

.boutique-products.row-1 > div:nth-child(1) img {
	top: 15px;
}

.boutique-products.row-1 > div:nth-child(4) img {
	top: 10px
}

.boutique-products.row-2 > div:nth-child(2) img {
	top: 15px
}

.boutique-products.row-2 > div:nth-child(4) img {
	top: 15px
}

/*#######################################################
blog
#######################################################*/

.post {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
}

.entry {
}

h1 + h6 {
	margin-top: -8px;
	margin-bottom: -8px;
font-size: 13px;
font-family: 'varela round', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h6 small {
	color: #01b6ad;
	text-transform: uppercase;
font-size: 12px;
font-family: 'varela round', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget h2 {
	padding-bottom: 13px;
}

.widget li,
.widget ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 16px;
	font-family: raleway, helvetica, arial, sans-serif;
}

.widget li a {
	color: #666;
}

.widget li a:hover {
	color: #01b6ad;
}

.blog-navigation {
	padding: 50px 0 25px;
	overflow: hidden;
	position: relative;
	color: #01b6ad;
}

.blog-navigation a {
	float: left;
}

.blog-navigation a + a {
	float: right;
}

/*#######################################################
bios
#######################################################*/

.location-wrapper {
	margin-bottom: 25px;
}

div.location-map-wrapper {
	border: 5px solid #ccc;
	max-width: 567px;
	padding: 0;
	float: right;
}

.location-map,
.location-map img {
	max-width: 100%;
}

.location-map img {
	width: 100%;
}

.location-info {
	padding-top: 2em;
}

.location-info,
.location-info p {
	line-height: 1.5em;
	color: #666;
	font-size: 17px;
	position: relative;
}

.location-info hr {
	margin-left: -15px;
	margin-right: -15px;
	border-width: 2px;
	border-color: #ccc;
}

.hours {
	float: right;
	text-align: left;
	width: 60%;
}

.bio {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.bio:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	display: block;
	content: "";
	border-bottom: 5px solid transparent;
}

.bio:hover:after,
.bio.selected:hover:after {
	border-color: #01b6ad;
}

.bio.selected:after {
	border-bottom: 5px solid #ccc;
}

.bio-image {
	border-radius: 100px;
	width: 180px;
	height: 180px;
	border: 5px solid #ccc;
}

.bio-name {
	color: #01b6ad;
	font-size: 19px;
	text-transform: lowercase;
	
}

.bio-title {
	font-size: 15px;
	text-transform: lowercase;
	color: #666;
}

.bio-content {
	text-align: left;
	display: none;
}

.cloned-content {
	margin-top: 15px;
	margin-bottom: 25px;
}

.cloned-content .bio-content {
	display: block;
}

h6.question {
	color: #01b6ad;
	text-transform: lowercase;
	margin-bottom: 0;
	padding-bottom: 2px;
	font-size: 16px;
}

p.answer {
	padding-bottom: 1.7em;
	margin-bottom: 0;
	font-size: 15px;
}

/*#######################################################
home
#######################################################*/

.home #content {
	min-height: 950px;
}

@media (min-width: 768px) {
.home #content {
	height: 950px;
}
}

.home h1 {
    color: #666;
    font-size: 34px;
line-height: 1;
padding: 0 0 5px;
margin: 0;
    text-transform: lowercase;
}

.home h2 {
    text-transform: lowercase;
    font-size: 28px;
    color: #999;
line-height: 1;
padding: 0 0 10px;
margin: 0;
}

.home h3 {
    font-size: 22px;
    color: #666;
    line-height: 1.3em;
}

.book-location {
    border-radius: 500px;
    background: #fff;
    height: 170px;
    width: 170px;
    padding: 25px;
    position: relative;
    margin: 10px auto 30px;
    cursor: pointer;
	display: block;
font-family: raleway, 'varela round', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.location-booking .book-location {
	background: #01b6ad;
	margin: 50px auto;
}

@media (max-width: 767px) {
    .book-location {
        float: none !important;
margin-bottom: 70px;
    }
}

.book-location:before {
    display: block;
    content: '';
    background: transparent;
    border-radius: 500px;
    width: 230px;
    height: 230px;
    border-color: #fff;
    border-width: 15px;
    border-style: solid;
    position: absolute;
    top: -30px;
    left: -30px;
}

.location-booking .book-location:before {
	border-color: #01b6ad;
}

.location-booking .book-location:hover {
	background-color: #fff;
}

.location-booking .book-location:hover:before {
}

.book-location:hover {
    background: #01b6ad;
}

.book-location:hover:before {
    border-color: #01b6ad;
}

.book-location:hover .hover {
    display: block;
    cursor: pointer;
    padding: 40px 0;
}

.book-location .hover,
.book-location:hover .standard {
    display: none;
}

.standard h4 {
    color : #666;
    text-transform: uppercase;
    font-size: 22px;
}

.location-booking .book-location .standard h4 {
	color: #fff;
	font-size: 26px;
	line-height: 1.2em;
	text-align: center;
	padding-top: 10px;
}

.location-booking .book-location .hover {
	padding: 10px 0 0;
}

.location-booking .book-location .hover h4 {
	font-size: 26px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #01b6ad;
}

.location-name.condensed {
    letter-spacing: -1px;
    margin-left: -17px;
}

.standard .book-link {
    color: #01b6ad;
    text-transform: lowercase;
    font-weight: bold;
font-size: 17px;
}

.hover {
    color: #fff;
    font-size: 20px;
    text-transform: lowercase;
    font-weight: normal;
}