/**
 * Theme Name:   Bamabê
 * Template:     auberge
 * Theme URI:    http://elshamah.net
 * Author:       ElShamah Soluções Interativas
 * Author URI:   http://elshamah.net
 * Version:      1.0.0
 * Description:  Auberge child theme.
 * License:      GNU General Public License v3
 * License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * IMPORTANT:
 * Read the instructions in `readme.md` file at https://github.com/webmandesign/child-theme/
 */

/* Put your custom CSS styles here... */

.site-title {
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
	width: 160px;
	height: 60px;
	background: transparent url(assets/images/logo-bambae.png) center center no-repeat;
	background-size: contain;
}

.home .items .entry-media {
	display: block;
}

@media (max-width: 767px) {
	.site-header {
		padding-left: 1rem;
		text-align: center;
	}
}


.wpcf7-not-valid-tip {
	font-size: 10px;
}

div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.wpcf7-validation-errors  {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.wpcf7-mail-sent-ng {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#TB_closeWindowButton {
	bottom: 0;
}


/* BTN WHATSAPP */
.btn-whatsapp {
	position: absolute;
	top: 0;
	right: 12%;
	z-index: 9999;
}

.btn-whatsapp > a {
	font-size: 1px;
	line-height: 0;
	text-indent: -999px;
	background: #455a64 url(./assets/images/btn-whatsapp.png) top center no-repeat;
	width: 100px;
	height: 30px;
	display: block;
	background-size: contain;
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
	border-radius: 0 0 5px 5px;
}

@media (max-width: 900px) {
	.btn-whatsapp {
		right: 5%;
	}
}

@media (max-width: 600px) {
	.btn-whatsapp {
		right: 1%;
	}
}