/*------------------------------------*\
  #RESPONSIVO
\*------------------------------------*/

@media screen and (max-width: 991px) {
	/*Ultimate Sticky Posts*/
	.post-categoria .bsp_image {
		height: 100px;
	}
}

@media screen and (min-width: 768px) {}

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

	.topo {
	  align-items: center;
	}

	  .busca-menu {
	    margin-top: 10px;
	  }

	    .busca {
	     margin-bottom: 15px;
	    }

			  .busca-input {
			    min-width: auto;
			  }

		.redes-sociais .custom-html-widget a img {
			width: 25px;
		}

	/**** titulo ****/

	.titulo {     
	  font-size: 30px;
	}

	/*Ultimate Sticky Posts*/
	.home-posts-um .bsp_container {
	  width: 100%;
	}

	.post-categoria .bsp_image {
		height: auto;
		max-height: 160px;
	}

	/**** menu ****/

	.legenda-menu {
		display: inline-block;
		margin-top: 12px;
		color: #42B3E0;
		font-size: 18px;
	}

	.menu {
	  margin-bottom: 0;
	}	 

	.navbar-nav {
  	flex-direction: column;
	}

		.navbar-nav > li {
			width: 100%;
		}

		.navbar-nav .open .dropdown-menu {
			margin-bottom: 0;
		}

		.navbar-default .navbar-nav .open .dropdown-menu>li>a {
			color: #fff;
			padding: 6px 12px;
			text-align: left;
		}

		.dropdown-menu li {
			margin-bottom: 5px;
		}

	/**** footer ****/

	.footer-social-widget img {         
	  display: inline-block;
	  margin: 0 5px;
	} 	

	.footer .textwidget {
		text-align: center;
	}	
}

@media screen and (max-width: 321px) {}
@media screen and (max-width: 991px) and (orientation: landscape) {}
@media screen and (max-width: 321px) and (orientation: landscape) {}
