/*
Theme Name: Tribo Apache
Theme URI: http://tribomkt.com.br
Author: Marcel Testa
Author URI: http://tribomkt.com.br
Description: Tema base.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*--------------------------------------------------------------
## Development Aids	
--------------------------------------------------------------*/








/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.form-site {
	display: none;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer_sidebar:before,
.footer_sidebar:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer_sidebar:after {
	clear: both;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
	max-width: 100%;
	height: auto;
}



/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item {
	display: inline-block;
	padding-top: 0;
	padding-right: 1.1400652%;
	padding-left: 1.1400652%;
	padding-bottom: 1.1400652%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-icon img {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-container {
	margin: 0 0 1.5em 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin-top: 0;
}

.footer_sidebar .widget {
	width: 23%;
	margin: 0 2% 0 0;
	float: left;
}

ul.widget {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* Text widget */

.widget_text {
	word-wrap: break-word;
}

/* Calendar widget */

.widget_calendar table {
	width: 100%;
	max-width: 20em;
}

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}




/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 1em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}


















/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}






/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-header {
	margin: 0;
}




.paginacao {
	text-align: center;
	font-size: 1.8em;
	padding: 0.5em;
}

a.page-numbers {
	text-decoration: none;
	color: #000000;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.paginacao .current {
	color: #868686;
	padding: 0.2em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	border-radius: 150px;
	background: #FCF1F5;
}

.dots {
	color: #828282;
}





/*--------------------------------------------------------------
## Tribo
--------------------------------------------------------------*/
.assinatura {
	float: right;
}

.assinatura a {
	text-decoration: none;
	color: #878786;
	font-size: 13px;
}

.assinatura img {
	margin-top: -5px
}

html {
	background-color: #282a36;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	background-color: #EEF6F8;
}

main,
aside {
	margin-top: 40px;
	margin-bottom: 40px;
}

main {
	width: 70%;
	float: left;
}

aside {
	width: 25%;
	margin-left: 5%;
	float: right;
}

#colophon,
#masthead {
	background-color: #c3caf1;
	color: #282a36;
	padding: 1em 0 1em 0;
}

p,
a {
	font-size: 16px;
}

a,
a:hover {
	color: #282a36;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #282a36;
}

h1,
h2,
h3,
h4,
h5,
h6,
.post-title {
	font-family: 'Montserrat', sans-serif;
}

.page-title,
.post-title {
	margin-top: 0;
	font-size: 3em;
}

.post-title {
	color: #25B8D1;
}

.page-heading {
	font-size: 3em;
	font-weight: 100;
	margin: 1em 0 1em 0;
	text-transform: uppercase;
}

.heading-form {
	font-size: 2.5em;
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}

.logo-main {
	width: 100%;
	height: auto;
	max-width: 200px;
	margin-right: 2em;
	position: relative;
	float: left;
	clear: none;
}

.main-navigation {
	float: left;
}

.main-navigation ul li a {
	color: #fff;
	padding: 0 1em 0 1em;
	vertical-align: middle;
	line-height: 64px;
}

.main-navigation .current-menu-item,
.main-navigation .current-menu-parent {
	background-color: #25B8D1;
}

.second-navigation {
	background-color: aqua;
	text-align: center;
	list-style-type: none;
}

.second-navigation ul li {
	list-style-type: none;
	padding: 1em 0 1em 0;
}

.second-navigation ul li a,
.second-navigation ul li a:hover {
	color: #fffce5;
	font-size: 1.5em;
}

.second-navigation ul {
	background-color: blanchedalmond;
	padding: 0;
}

.second-navigation ul li {
	background-color: #282a36;
	margin-bottom: 5px;
}








.right-header {
	float: right;
	text-align: right;
}

.phone,
.phone:hover {
	color: #fffdee;
	font-size: 1em;
}

.ddd {
	border: 2px solid #fffdee;
	font-size: 9px;
	padding: 2px;
	border-radius: 10px;
	margin: 0 0.5em 0 0.5em;
	vertical-align: middle;

}

.faceb {
	border: 2px solid #fffdee;
	font-size: 13px;
	padding: 0 6px 0 6px;
	border-radius: 10px;
	margin: 0 0.5em 0 0.5em;
	vertical-align: middle;

}

.phone:hover .ddd {
	background-color: #fffdee;
	color: #282a36;
}



.btn-main {
	background-color: #fffdee;
	color: #282a36;
	border: 2px solid #282a36;
	font-weight: bolder;
	margin-top: 4px;
}

.btn-main:hover {
	border: 2px solid #fffdee;
}

.main-banner {
	background-image: url(images/banner-cozinha.jpg);
	background-position: 50% 0;
	background-size: auto 100%;
	width: 100%;
	height: 500px;
}

.hero {
	background-image: url(images/windbanner.jpg);
	width: 100%;
	max-width: 1500px;
	height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	background-position: 100% 50%;
	background-size: 100% auto;
}

.hero img {
	width: 25%;
	margin-top: 40px;
	margin-left: 35px;
}

.white-strip {
	background-color: #FFFFFF;
}

.red-strip {
	background-color: #25B8D1;
}

.proposta-effect {
	border: thick solid #25B8D1;
}

.proposta-effect:hover {
	border: thick solid #fffce5;
}

.proposta-effect p {
	color: #fffce5;
	margin: 1em;
	font-size: 2em;
	font-weight: lighter;
	letter-spacing: 0.1em;
	text-align: center;
}

.formatta {
	font-family: 'Montserrat', sans-serif;

	font-size: 1.2em;
}

.red-letter {
	color: #25B8D1;
}

.home-list {
	margin-bottom: 70px;
	max-width: 1170px;
	margin: 0 auto 50px auto;
}

.home-list img,
.home-icon {
	margin-top: -30px;
	width: 50px;
	height: auto;
}

.home-list-container p,
.home-list-container h2 {}

.leading-home {
	margin-bottom: 5em;
}

.navbar-fixed-bottom {
	background-color: #282a36;
	color: #fffce5;
	display: none;
}


.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.ambientes-icons-sm {
	margin-bottom: 50px;
	margin-top: 40px;
}

.icon-sm {
	background-color: #fff;
	width: 24%;
	margin: 0.5%;
	height: 220px;
	float: left;
	background-position: 50% 50%;
	background-size: auto 100%;
	transition: all 0.2s;
	transition-timing-function: ease-out;
}

.icon-sm:hover {
	width: 25%;
	margin: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	transition: all 0.2s;
	transition-timing-function: ease-in;
}


.ambiente-big-icon {
	height: 400px;
}

.ambiente-big-icon-inner {
	margin: 2%;
	background-color: white;
	width: 96%;
	height: 96%;
	background-position: 50% 50%;
	background-size: auto 100%;
	transition: all 0.3s;
	transition-timing-function: ease-in;
}

.ambiente-big-icon-inner:hover {
	width: 104%;
	height: 104%;
	margin: -2% -2% -2% -2%;
	background-size: auto 120%;
	border: thick solid #25B8D1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
	transition-timing-function: ease-out;
}

.ambiente-banheiro {
	background-image: url(images/icon-banheiro.jpg);
}

.ambiente-cozinha {
	background-image: url(images/icon-cozinha.jpg);
}

.ambiente-casal {
	background-image: url(images/icon-casal.jpg);
}

.ambiente-solteiro {
	background-image: url(images/icon-dorm.jpg);
}

.ambiente-gourmet {
	background-image: url(images/icon-gourmet.jpg);
}

.ambiente-office {
	background-image: url(images/icon-office.jpg);
}

.ambiente-theater {
	background-image: url(images/icon-theater.jpg);
}

.ambiente-lavanderia {
	background-image: url(images/icon-lavanderia.jpg);
}

.ambiente-label-inner {
	align-items: center;
	width: 100%;
	height: 100%;
	display: flex;
}

.ambiente-label-inner:hover {
	background-color: #282a36;
	opacity: 0.8;
	display: flex;
}

.ambiente-label-inner p {
	width: 98%;
	margin: 0 1% 0 1%;
	text-align: center;
	color: #fffce5;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;

	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}


.full-width {
	width: 100%;
}


.post-list-header {
	margin-top: 40px;
}

.post-list-header a {
	font-size: 1.2em;
	margin-top: 40px;
}

.post-content {
	margin-bottom: 40px;
	margin-top: 40px;
}

.post-header time {
	font-weight: lighter;
	font-size: 1.2em;
}

.cat-name {
	font-size: 1.1em;
	text-transform: uppercase;
}

.cat-pills a {
	font-size: 1em;
	color: #fffce5;
	background-color: #282a36;
	padding: 2px 10px 2px 10px;
	border-radius: 10px;
	line-height: 2em;
}

.gallery-item2 {
	background-color: #000;
}

.gallery img {
	padding: 5px;
	height: 175px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: all 0.7s;
	transition-timing-function: ease-in;
}

.gallery img {
	background-color: #fff;
	transition: all 2s;
}

.gallery img:hover {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.gallery img:hover {
	background-color: #282a36;
	transition: all 2s;
}


#searchsubmit {
	display: none;
}

#s {
	width: 100%;
	font-size: 1.1em;
	padding: 0.3em;
	font-family: 'Montserrat', sans-serif;

	color: #282a36;
}

.widget ul {
	list-style-type: none;
	padding: 0;
}

.widget ul a {
	color: #25B8D1;
}

.widget_archive,
.widget_categories {
	padding: 1em;
	border-top: medium solid #282a36;
	margin-top: 40px;
}

.widget-area a {
	font-weight: lighter;
	font-size: 1.5em;
}

.mobile-logo,
.mobile-text {
	float: left;
}

.mobile-text {
	line-height: 54px;
	font-size: 1.2em;
	width: 70%;
	text-align: center;
}

.mobile-text a,
.mobile-text a:hover {
	color: #fffce5;
}

.mobile-logo {
	width: 26%;
	padding: 7px 0 0 0;
}

.mobile-logo img {
	width: 100%;
	max-height: 40px;
	height: auto;
}

.logo-footer {
	margin-top: 20px;
}

.footer_sidebar {
	margin-top: 40px;
}

.footer_sidebar h3 {
	color: #25B8D1;
}

.footer_sidebar ul li a,
.textwidget {
	padding: 0;
	color: #fffce5;
	font-weight: lighter;
}

.footer_sidebar .widget_recent_entries ul li {
	margin-bottom: 1em;
}

.form-control {
	background-color: #EFEFEF;
}

.form-control:valid {
	background-color: #fff;
}

.form-horizontal {
	max-width: 600px;
	margin-left: 50px;
}

.overlay {
	background: transparent;
	position: relative;
	width: 100%;
	height: 450px;
	/* your iframe height */
	top: 450px;
	/* your iframe height */
	margin-top: -450px;
	/* your iframe height */
}

.noTopMargin {
	margin-top: 0;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
	background-color: #fff;
	padding: 20px;
	margin-top: 2em;
	margin-bottom: 2em;
}

.cat-ruler {
	background-color: #000;
	width: 10%;
	height: 5px;
	margin-bottom: 5px;
}

.blockquote {
	width: 80%;
}

.lower {
	text-transform: lowercase;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1250px) {
	.hero {
		background-size: auto 100%;
	}
}


@media screen and (max-width: 991px) {
	.main-banner {
		background-image: none;
		height: 400px;
	}

	.icon-sm {
		height: 180px;
	}

	.main-navigation {
		margin-top: 15px;
	}

	.gallery img {
		height: 150px;
	}

}




@media screen and (max-width: 1200px) and (min-width: 768px) {
	main {
		width: 65%;
	}

	aside {
		width: 30%;
		margin-left: 5%;
	}

}


@media screen and (max-width: 767px) {

	.site-content h1,
	.site-content h2,
	.site-content h3,
	.site-content h4,
	.site-content h5,
	.site-content h6,
	.site-content p,
	.entry-excerpt,
	.footer_sidebar h3,
	.footer_sidebar ul li,
	.widget-area ul li {
		text-align: center;
	}

	.main-banner {
		height: 300px;
	}


	.home-list {
		margin-bottom: 30px;
	}

	.home-list img {
		width: 100px;
		margin: 0 auto 0 auto;
		display: block;
	}

	.home-list-container {
		width: 88%;
		margin: 0 6% 0 6%;
	}

	.home-list-container p,
	.home-list-container h2 {
		margin-left: 0;
	}

	.home-icon {
		margin: 0 auto 0 auto;
		display: block;
	}

	.pull-right {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -20px;
		float: none !important;
	}

	.archive .post-excerpt {
		border-top: thick solid #FFFFFF;
		border-bottom: thick solid #FFFFFF;
		padding-bottom: 2em;
	}

	main {
		width: 100%;
	}

	aside {
		width: 100%;
	}

	.logo-main {
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	.footer_sidebar .widget {
		width: 100%;
		margin: 0;
	}

	.form-horizontal {
		margin-left: 20px;
		margin-right: 20px;
	}

	#colophon {
		margin-bottom: 50px;
	}

	.navbar-fixed-bottom {
		display: block;
	}

	.cat-ruler {
		width: 10%;
		margin: 0 45% 5px 45%;
	}

	.gallery img {
		height: auto;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-8 .gallery-item {
		max-width: 100%;
		margin: 0 20% 1 20%;
	}

	.gallery-columns-3 img {
		width: 100%;
		max-width: 350px;
		height: auto;
		margin: 0 20% 1 20%;
	}

}



@media (pointer:coarse) {
	.ambiente-label-inner {
		background-color: #282a36;
		opacity: 0.8;
		height: 50%;
	}

	.ambiente-label-inner p {
		font-size: 2em;
	}

}