/*! Place your custom styles here */
@font-face {
  font-family: spa-icons;
  src: url("../fonts/fontello/font/spa-icons.woff");
}

.spaicon {
	font-family: spa-icons;
	font-size:60px;
}

#massage-services .icon.icon--xs {
  font-size: 2.15em;
	margin-right: 10px;
}

/* Navigation */

.bar .logo {
  max-height: 4em;
}

.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
  font-size: 1em;
}

.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
  opacity: .8;
}

.dropdown .dropdown__container::before {
  height: 0px;
}



/* Slider */
#topslider h2 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"
}

#topslider h1 {
 	 font-size: 4.5rem;
	}


/* Service Cards */


#services-blocks .card{
    background: #fff;
    border: 1px solid #f7f7f7;
  	cursor: pointer;
}

#services-blocks .card .card-text {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

#services-blocks .card:hover{
	background: #5bc0be;
	border-color:#5bc0be;
	color:#fff;
}

.card:hover a {
	color:#fff;
}

.card:hover .spaicon {
	color:#fff !important;
}


/* ------------ MENU STYLES --------*/


.menu-section, .menu-item-content-wrap, .menu-item, .menu-item-content {
	display:block;
	height: 100%;
	width:100%;
	padding-bottom:5px;
}

.menu-section-content {

    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;

}

.menu-item {
    margin-top: 5px;
    margin-bottom: 0px;
	max-height: 70px;
}

.menu-item::after, .menu-item:after {
	clear:both; 
	display:block; 
	overflow:hidden; 
	visibility:hidden; 
	height:0px;
	content: "";
}


.menu-item .menu-item-title {
    font-size: 24px;
    margin-top: 0px;margin-bottom: 5px;
	line-height: 1.2em;	
}


.menu-item-content-desc {
    font-size: 16px;
	width:75%;
}

.menu-item-content-desc p {
	white-space: nowrap;
}

.menu-item-content-desc .newservice {
	color: #861657;
	font-size: 20px;
	font-weight: bold;
}

.menu-item-prices {
    text-align: right;
	width:25%;
}

.menu-item-prices li {
    line-height: 20px;
	list-style-type: none;
}

.menu-item-prices .price {
	font-weight:bold;
}

.menu-item-prices .time {
	/*padding-left: 12px;*/
	font-style: italic;
}


.menu-item-prices .time::before {
	content: " — ";
}

.menu-item-prices span {
    font-size: 20px;
}

.menu-item .vl {
  border-left: 1px solid gray;
  height: 5px;
}


/* Misc */

.p-6 {
  padding: 4.25rem !important;
}

blockquote {
  font-size: 1.5em;
}


.accordion li.active .accordion__content {
  max-height: 2000px;
}


/* --------- MOBILE STYLES -------- */




@media only screen and (max-width: 580px) {
	
	.menu-item-content-desc {
		width: 55%;
	}
	
	.menu-item .menu-item-title {
    	font-size: 19px;
	}
	
	.menu-item-prices {
		width:45%;
	}
	
	.menu-item-prices span {
	    font-size: 16px;
	}
	
	

	
}