/*
Theme Name: Altitude
Theme URI: http://salaoaltitude.com
Description: Theme Salão de Beleza Altitude - Cabelo & Estética
Template: brooklyn
Version: 1.0
*/

@import url("../brooklyn/style.css");


/* NAVIGATION */

#menu-main  i,
#ut-mobile-nav i {
	font-size: 1.4em;
}

#navigation ul li:nth-child(2) a:after {
	display: none;
}

/* CONTENT */
/*
p.lead, .taxonomy-description, .lead p {
    font-size: 1.25em !important;
}

.dark b, .dark strong {
	color: #F2333A;
}

.dark strong {
	font-weight: normal;
}*/

.alt-center {
	text-align: center;
}

.alt-ul-inline {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
}

.alt-ul-inline li {
	display: inline;
}

.alt-zoomin:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
}

hr.alt-mini {
	width: 15%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.alt-comodidade  {
	display:inline-block;
	width: 90px;
	opacity: 0.5;
}

.alt-comodidade:hover {
	opacity: 1;
}

/* Phone & Small Tablets (we want the icons to be 2x smaller) */
@media screen and (max-width: 767px) {

.alt-comodidade  {
	width: 45px;
}

.alt-comodidade img {
	width: 25px;
	height: 25px;
}
}

.alt-comodidade .caption {
	white-space: nowrap;
	visibility: hidden;
	margin-bottom: 0;
}

.alt-comodidade:hover .caption,
.alt-comodidade:active .caption {
	visibility: visible;
}

/* Display posts shortcode */

.display-posts-listing  {
	margin-bottom: 20px;
}

.display-posts-listing .listing-item {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 0 15px;
}

.display-posts-listing img {
	float: left;
	margin: 0 15px 10px 0;
}

.display-posts-listing a.title {
	display: block;
}

.display-posts-listing span.excerpt-dash {
	display: none;
}

/* Contact section */

.contact-wrap h3 {
	font-size:20px;
}

.contact-wrap .alt-phone {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
	font-size: 1.6em;
}

/* Comments */

#form-allowed-tags {
	display: none;
}