@media screen and (max-width: 990px) {
	.container {
		width: 100%;
		padding: 0 5vw;
	}

	/* --- header */
	.site-header .site-branding {
		padding: 5vw 0 0;
		float: none;
		text-align: center;
	}
	.site-header .site-branding img {display: inline-block;}
	.site-header .site-access {
		float: none;
		width: 100%;
		padding: 0 5vw;
		margin-top: 70px;
	}
	.site-header .site-access .menu li:last-child {
		position: static;
		width: 100%;
		margin: 15px 0 0;
	}
	.site-header .site-access .custom-html-widget a {
		color: white;
	}
	.site-header .site-access .search-form {
		background: white;
	}
	.site-header .site-access .search-form label {
		width: 90%;
	}
	.site-header .site-access .search-form .search-field {
		width: 100%;
	}

	.site-header .main-navigation {
		padding: 0 5vw;
		margin: 20px 0 0;
		height: calc(100vh - 220px);
		overflow: auto;
	}
	.site-header .main-navigation .menu {
		display: block;
	}
	.site-header .main-navigation .menu li {
		float: none;
		display: block;
	}
	.site-header .main-navigation .menu .sub-menu {
		position: static;
		float: none;
	}
	.site-header .main-navigation .menu .focus .sub-menu {
		display: block;
	}

	.site-header .site-weather {
		text-align: center;
		margin: 20px 0 0 35px;
	}
	.site-header .site-weather span {
		right: 50%;
		margin-right: 20px;
	}

	/* --- menu */
	#button-menu {
		background: #8b0000;
		border: none;
		color: white;
		font-size: 16px;
		font-family: 'Ropa Sans', sans-serif;
		text-transform: uppercase;
		display: block;
		width: 100px;
		height: 30px;
		float: right;
		margin: 25px 0 0;
	}
	#site-navigation {
		position: fixed;
		z-index: 500;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: #8b0000;
		display: none;
	}
	#site-navigation.toggled {
		display: block;
	}
	#site-navigation #close-menu {
		background: url(../img/ico-close.png) no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		position: absolute;
		right: 5vw;
		top: 20px;
		display: none;
	}
	#site-navigation.toggled #close-menu {
		display: block;
	}

	/*
	body.home .sow-slider-base ul.sow-slider-images li {
		height: 250px!important;
		position: relative;
	}
	body.home .sow-slider-base ul.sow-slider-images li img {
		max-width: none!important;
		width: auto!important;
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	*/

	/* --- noticias */
	.blog .site-content .content-area article.post {
		width: 100%;
	}

	/* --- quadras */
	.box-status {
		position: static;
	}

	/* --- contato */
	.wpcf7-form label {
		float: none;
		width: 100%;
	}
	.wpcf7-form label input, .wpcf7-form label select, .wpcf7-form label textarea {
		width: 100%;
	}

	/* --- footer */
	.site-footer .widget-area {
		width: 100%;
	}
}