.nav-menu{
	display:none;
}
.clear{
	clear:both;
}
img{
		width:auto !important;
		max-width:100% !important;
		height:auto;
		box-sizing:border-box;
	}
.single-post .attachment-image{
		max-width:100% !important;
		width:100% !important;
		height:auto;
		box-sizing:border-box;
	}
iframe{
max-width:100% !important;
}
	.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.adsbar .ad300x250 iframe{
	max-width:100%;
	text-align:center;
	margin:0 auto 0 auto;
	display:block;
}
.paginator {
    max-width: 700px;
	width:100%;
    margin: 20px 25px;
}
.adsbar .tagcloud{
width:100%;
box-sizing:border-box;
}
.navigation{
		margin-top:0px;
		background: url(images/menu-delimiter.png) no-repeat left top;
		height:auto;
		min-height:38px;
	}
	.sub-menu{
		display:none;
	}
	.topmenu li{
		position:relative;
	}
	.topmenu li:hover ul{
		display:block;
		position:absolute;
		top:35px;
		left:0;
		z-index:9999;
		background-color:rgba(51,51,51,0.9);
		width:200px;
	}
	.navigation ul li .sub-menu li{
		background-image:none;
		font-size:12px;
		border-bottom:1px solid #666666;
		display:block;
		float:none;
		text-align:left;
		padding:0;
		height:auto !important; 
	}
	.navigation ul li .sub-menu li a{
		display:block;
		padding:10px !important;
		line-height:1.1em;
	}
@media screen and (max-width:1274px) {
	.gallery .gallery-item {
    float: left;
    margin: 2px 0.5% 2px 0.5%;
    text-align: center;
    width: 24%;
    height: auto;
box-sizing:border-box
}
.gallery .gallery-item img {
width:100%;
height:auto;
box-sizing:border-box;
}
	.content{
		width:75%;
		box-sizing:border-box;
	}
	.adsbar{
		width:24.5%;
		margin-left:0.5%;
		box-sizing:border-box;
	}
	.posts{
		width:80%;
		box-sizing:border-box;
		margin:14px 0 10px 0;
	}
	.sidebar{
		width:19.5%;
		margin-right:0.5%;
		box-sizing:border-box;
	}
	.posts .post{
		width:23%;
		margin:0 1% 20px 1%;
		height:auto;
	}
	.posts .post a img{
		width:100%;
		height:auto;
		max-width:180px;
	}
	.main, .navigation{
		width:100%;
		box-sizing:border-box;
		clear:both;
	}
	.header{
		width:100%;
		box-sizing:border-box;
		height:auto;
		min-height:72px;
	}
	.navigation{
		margin-top:0px;
		height:auto;
		min-height:38px;
	}
	.footer{
		width:100%;
		box-sizing:border-box;
		height:auto;
		min-height:92px;
	}
	.footer .footer-links{
		width:100%;
		box-sizing:border-box;
		margin:0;
		padding:20px;
		float:none;
	}
	.adsbar .ad300x250{
		width:100%;
		height:auto;
		box-sizing:border-box;
	}
	.adsbar .ad300x250 img{
		width:100%;
		height:auto;
		max-width:320px;
	}
	.adsbar h3{
		display:block;
		width:100%;
		box-sizing:border-box;
		height:auto;
		background-image:none;
		background-color:#00A5DD;
		border-top:1px solid #3189E5;
		border-bottom:1px solid #006486;
		margin-bottom:0px;
		text-indent:0px;
		padding:5px;
		line-height:1.2em;
		font-size:1.2em;
	}
	.adsbar ul li{
		display:block;
		width:100%;
		box-sizing:border-box;
		background-color:#B9D3E0;
		border-top:1px solid #A5BCC7;
		border-bottom:1px solid #DAE8EF;
		background-image:none;
		padding:5px;
		line-height:1.2em;
		font-size:1em;
		text-indent:0px;
	}
	.sidebar h3{
		width:100%;
		box-sizing:border-box;
		display:block;
		height:auto;
		background-image:none;
		background-color:#00A5DD;
		border-top:1px solid #3189E5;
		border-bottom:1px solid #006486;
		margin-bottom:0px;
		text-indent:0px;
		padding:5px;
		line-height:1.2em;
		font-size:1.2em;
	}
	.sidebar ul li{
		display:block;
		width:100%;
		box-sizing:border-box;
		background-color:#B9D3E0;
		border-top:1px solid #A5BCC7;
		border-bottom:1px solid #DAE8EF;
		background-image:none;
		padding:5px;
		line-height:1.2em;
		font-size:1em;
		text-indent:0px;
}
	.sidebar .searchform div{
		width:100%;
		box-sizing:border-box;
	}
	.posts .post .link{
		width:100%;
		box-sizing:border-box;
		display:block;
	}
	.clear{
		clear:both;
	}
	.sidebar .searchform #s{
		width:80%;
		box-sizing:border-box;
		max-width:128px;
	}
	.searchform div #searchsubmit{
		width:20%;
		box-sizing:border-box;
	}
	.single-post p{
		width:auto;
	}
	.post-comments{
		width:100%;
		box-sizing:border-box;
	}
	img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 14px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 14px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
img{
	box-sizing:border-box;
}
.comment-list li{
	width:auto;
	box-sizing:border-box;
}
.comment-list{
	width:auto;
}
.comment-list p{
	width:auto;
}
}
@media screen and (max-width:960px) {
	.posts{
		width:70%;
		box-sizing:border-box;
		margin:14px 0 10px 0;
	}
	.sidebar{
		width:29.5%;
		margin-right:0.5%;
		box-sizing:border-box;
	}
	.posts .post{
		width:48%;
		margin:0 1% 20px 1%;
		height:auto;
		text-align:center;
	}
	.posts .post span{
		text-align:center;
		width:100%;
		box-sizing:border-box;
	}
	.posts .post a img{
		margin:0 auto;
		display:block;
	}
}
@media screen and (max-width:769px) {
	.content{
		width:100%;
		box-sizing:border-box;
		float:none;
	}
	.adsbar{
		width:100%;
		margin-left:0%;
		box-sizing:border-box;
		float:none;
	}
	.posts{
		width:100%;
		box-sizing:border-box;
		margin:14px 0 10px 0;
		float:none;
	}
	.sidebar{
		width:100%;
		margin-right:0%;
		box-sizing:border-box;
		float:none;
	}
	.posts .post{
		width:23%;
		margin:0 1% 20px 1%;
		height:auto;
	}
	.sidebar ul li a{
		display:block;
	}
	.sidebar ul li:hover{
		background-color:#DEEDF5;
	}
	.adsbar ul li a{
		display:block;
	}
	.adsbar ul li:hover{
		background-color:#DEEDF5;
	}
	.adsbar .ad300x250 img{
		display:block;
		margin:0 auto 0 auto;
		padding:10px 0 10px 0;
		box-sizing:border-box;
	}
	.adsbar h3{
		margin-top:0px;
	}
	.header .info{
		width:98%;
		margin:0 auto 10px auto;
		float:none;
		text-align:center;
		padding:10px;
		box-sizing:border-box;
	}
	.header .user-bar{
		width:98%;
		margin:0 auto 0 auto;
		float:none;
		text-align:center;
	}	
	.header .user-bar form{
		width:100%;
		max-width:336px;
		display:block;
		box-sizing:border-box;
		height:auto;
		margin:0 auto 0 auto;
		padding:10px 0 10px 0;
	}
	.header .user-bar form .search-form{
		max-width:250px;
		width:100%;
		box-sizing:border-box;
	}
	.header .user-bar form .search-button{
	}
	.header .user-bar .user-login{
		float:none;
		width:100%;
		text-align:center;
		box-sizing:border-box;
		padding:10px 0 10px 0;
	}
	.header .user-bar .rss-feed{
		float:none;
		width:100%;
		margin:0 auto 0 auto;
		padding:10px 0 10px 0;
		box-sizing:border-box;
		text-align:center;
	}
	.header{
		background-color: #C4D8E1;
		background-image:none;
	}
	.nav-menu {
		color:#333333;
		display:block;
		cursor:pointer;
		font-size:1.5em;
		background:url(images/navmenubg1.png) no-repeat top center;
		width:27px;
		height:28px;
		z-index:8;
		position:absolute;
		right:5px;
		top:5px;
		box-sizing:border-box;
	}
	.nav-menu:hover {
		background:url(images/navmenubg1.png) no-repeat bottom center;
	}
	.topmenu {
		display:none !important;
		border:none;
	}
	.nav-open {
		float:left;
		width:100%;
		display:block !important;
		background: rgba(39, 39, 39, 1);
		border-bottom:1px solid #797979;
		position:relative;
		z-index:5;
	}
	.nav-open li{
		width:100%;
		border-bottom:1px solid #404040;
		padding:0px !important;
		height:auto !important;
		line-height:1.3em !important;
		font-size:1em;
	}
	.nav-open li a{
		display:block;
		padding:10px;
		box-sizing:border-box;
	}
	.nav-open li a:hover{
		background-color:rgba(58,58,58,0.7);
	}
	.navigation{
		position:relative;
		background-image:none;
		background: rgba(39, 39, 39, 1);
	}
	.navigation ul li{
		background:none !important;
	}
	.navigation ul{
		margin:0 !important;
	}
	.paginator{
		width:100%;
		box-sizing:border-box;
		margin:0 auto 0 auto;
		max-width:700px;
	}
	.post-comments .comment-link{
		float:none;
		display:block;
	}
	.post-comments .total-comments{
		float:none;
		padding-bottom:10px;
	}
	.main{
		width:98%;
		margin:0 auto 0 auto;
		box-sizing:border-box;
		overflow:hidden;
	}
	.sub-menu{
		display:block;
		border-top:1px solid #404040;
	}
	.topmenu li:hover ul{
		display:block;
		position:relative;
		top:auto;
		left:auto;
		background-color:#272727;
		width:100%;
	}
	.navigation ul li .sub-menu li{
		background-image:none;
		font-size:14px;
		border-bottom: 1px solid #404040;
		display:block;
		float:none;
		text-align:center;
		padding:0;
		height:auto !important;
	}
	.navigation ul li .sub-menu li:last-child{
		border-bottom:none;
	}
	.navigation ul li .sub-menu li a{
		display:block;
		padding:10px !important;
		line-height:1.1em;
	}
}
@media screen and (max-width:560px) {
	.posts .post{
		width:48%;
	}
	.gallery .gallery-item {
    float: left;
    width: 49%;
}
.gallery .gallery-item {
    float: left;
    width: 49%;
}
}
@media screen and (max-width:360px) {
	.posts .post{
		width:98%;
	}
	.gallery .gallery-item {
    float: left;
    width: 98%;
}
}
	.footer p{
		width:auto;
	}
	
	/* ===== Ajustes mobile conservadores ===== */

@media screen and (max-width: 769px) {
	.posts {
		padding: 0 8px;
	}

	.posts .page-title,
	.posts .post-title,
	.posts .post-date {
		padding-left: 4px;
		padding-right: 4px;
		box-sizing: border-box;
	}

	/* Em tablet pequeno/mobile grande: 2 colunas */
	.posts .post {
		width: 48%;
		margin: 0 1% 18px 1%;
		height: auto;
		text-align: center;
	}

	.posts .post .link,
	.posts .post span {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	.posts .post a img {
		width: 100%;
		max-width: 180px;
		height: auto;
		margin: 0 auto;
		display: block;
	}

	.single-post {
		padding: 0 4px;
		box-sizing: border-box;
	}

	.single-post p,
	.single-post blockquote,
	.single-post .attachment-image,
	.post-comments,
	.comment-list,
	.comment-list li,
	.comment-list p {
		width: 100% !important;
		box-sizing: border-box;
	}

	.single-post .video-category,
	.single-post .video-tags {
		width: 100%;
		float: none;
		text-align: left;
		margin: 0 0 10px 0;
	}

	.single-post blockquote {
		padding: 10px;
	}

	.single-post .attachment-image {
		padding: 8px;
	}

	.post-comments {
		margin-top: 15px;
	}

	.comment-list li {
		padding: 10px !important;
	}

	.comment-list .avatar {
		float: none;
		display: block;
		margin: 0 0 10px 0;
	}

	.comment-list .comment-author,
	.comment-list .comment-data {
		float: none;
		display: block;
		text-align: left;
	}

	.paginator {
		width: 100%;
		max-width: 100%;
		margin: 10px 0 0 0;
		padding: 0 8px;
		box-sizing: border-box;
	}

	.paginator span,
	.paginator a {
		margin-bottom: 6px;
	}
}

@media screen and (max-width: 540px) {
	/* Em celular: 1 coluna */
	.posts .post {
		width: 100%;
		max-width: 260px;
		margin: 0 auto 20px auto;
		float: none;
	}

	.posts .post .link,
	.posts .post span {
		height: auto;
		overflow: visible;
	}

	.header .info {
		padding-bottom: 4px;
	}

	.header .user-bar {
		width: 100%;
		padding: 0 8px 8px 8px;
		box-sizing: border-box;
	}

	.header .user-bar form {
		max-width: 100%;
		padding: 8px 0;
	}

	.header .user-bar form .search-form {
		width: calc(100% - 62px);
		max-width: none;
	}

	.header .user-bar form .search-button {
		width: 56px;
	}

	.navigation {
		min-height: 40px;
	}

	.nav-menu {
		right: 8px;
		top: 6px;
	}

	.posts .page-title,
	.posts .post-title {
		font-size: 18px;
		line-height: 1.3em;
	}

	.posts .post-date {
		font-size: 12px;
		line-height: 1.4em;
	}

	.single-post h1,
	.single-post h2,
	.single-post h3 {
		line-height: 1.3em;
	}

	.single-post p,
	.single-post li,
	.comment-list p {
		font-size: 13px;
		line-height: 1.5em;
	}
}

@media screen and (max-width: 380px) {
	.header .user-bar form .search-form {
		width: calc(100% - 60px);
		font-size: 12px;
	}

	.posts {
		padding: 0 4px;
	}

	.paginator {
		padding: 0 4px;
	}

	.paginator span,
	.paginator a {
		padding: 6px 8px 5px 8px;
		font-size: 12px;
	}
}
	
	/* ===== Ajuste fino mobile ===== */

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

	/* Menu mobile mais estável */
	.navigation {
		position: relative;
		padding-top: 42px;
		box-sizing: border-box;
	}

	.navigation ul,
	.navigation #hnav {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}

	.navigation ul li,
	.navigation #hnav li {
		width: 100%;
		float: none;
		margin: 0;
		border-bottom: 1px solid rgba(255,255,255,0.08);
		box-sizing: border-box;
	}

	.navigation ul li a,
	.navigation #hnav li a {
		display: block;
		width: 100%;
		padding: 12px 14px;
		box-sizing: border-box;
		line-height: 1.4em;
	}

	/* Sidebars mais limpas no mobile */
	.left-sidebar,
	.right-sidebar,
	.sidebar-left,
	.sidebar-right,
	.sidebar {
		width: 100% !important;
		float: none !important;
		margin: 0 0 18px 0 !important;
		padding: 0 8px;
		box-sizing: border-box;
	}

	.left-sidebar .widget,
	.right-sidebar .widget,
	.sidebar .widget,
	.sidebar-left .widget,
	.sidebar-right .widget {
		margin-bottom: 18px;
		padding: 10px;
		box-sizing: border-box;
	}

	.left-sidebar h3,
	.right-sidebar h3,
	.sidebar h3,
	.sidebar-left h3,
	.sidebar-right h3 {
		line-height: 1.3em;
		margin-bottom: 10px;
	}

	/* Títulos e textos */
	.page-title,
	.post-title {
		word-break: break-word;
		overflow-wrap: break-word;
	}

	.link a {
		line-height: 1.35em;
		word-break: break-word;
		overflow-wrap: break-word;
	}

	/* Imagens e conteúdo do post */
	.single-post img,
	.single-post iframe,
	.single-post embed,
	.single-post object {
		max-width: 100% !important;
		height: auto !important;
	}

	.single-post table {
		width: 100% !important;
		display: block;
		overflow-x: auto;
	}

	.single-post ul,
	.single-post ol {
		padding-left: 20px;
		box-sizing: border-box;
	}

	/* Comentários */
	.post-comments input[type="text"],
	.post-comments input[type="email"],
	.post-comments input[type="url"],
	.post-comments textarea {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
	}

	.post-comments input[type="submit"],
	.post-comments button,
	.post-comments .submit {
		width: auto;
		max-width: 100%;
	}

	/* Espaço entre áreas */
	.content,
	.posts,
	.single-post,
	.post-comments {
		box-sizing: border-box;
	}
}

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

	/* Menu com toque mais confortável */
	.navigation ul li a,
	.navigation #hnav li a {
		padding: 13px 12px;
		font-size: 13px;
	}

	/* Widget com menos aperto */
	.left-sidebar .widget,
	.right-sidebar .widget,
	.sidebar .widget,
	.sidebar-left .widget,
	.sidebar-right .widget {
		padding: 8px;
	}

	/* Títulos menores e mais equilibrados */
	.page-title,
	.post-title {
		font-size: 17px;
		line-height: 1.35em;
		margin-bottom: 8px;
	}

	.link a {
		font-size: 13px;
	}

	.posts .post span,
	.post-date,
	.video-category,
	.video-tags {
		font-size: 12px;
		line-height: 1.45em;
	}

	.single-post p,
	.single-post li,
	.single-post blockquote,
	.comment-list p {
		font-size: 13px;
		line-height: 1.55em;
	}

	/* Busca mais confortável */
	.header .user-bar {
		padding-left: 6px;
		padding-right: 6px;
	}

	.header .user-bar form .search-form {
		padding-left: 8px;
		padding-right: 8px;
		box-sizing: border-box;
	}

	/* Comentários mais compactos */
	.comment-list li {
		margin-bottom: 12px;
	}

	.comment-list .avatar {
		width: 48px;
		height: 48px;
	}
}

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

	.navigation ul li a,
	.navigation #hnav li a {
		font-size: 12px;
		padding: 12px 10px;
	}

	.page-title,
	.post-title {
		font-size: 16px;
	}

	.link a,
	.posts .post span,
	.post-date,
	.video-category,
	.video-tags,
	.single-post p,
	.single-post li,
	.comment-list p {
		font-size: 12px;
	}
}