/**
 * Theme Name:     construcao2026
 * Author:         UNAVE
 * Template:       twentyseventeen
 * Text Domain:	   construcao2026
 * Description:    Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
 */



.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px) !important;
}


.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #0b5394;
}

/*adicionar tipos de letra aqui...*/
.navigation-top a {
    font-weight: 700;
	font-size: 1.1em;
}

.logo-site {
	padding-left: 0em !important;
    padding-right: 0em !important;
}

/*
.logo-site {
	background-image: url('/wp-content/themes/ictce1-theme/img/logo.png');
	height: 350px;	
	background-repeat: no-repeat;
}
*/
	
.site-branding-1 {
	height: 350px;
	background:white;
	margin-bottom: 72px;
}
	
@media screen and (max-width: 48em) {
	.site-branding-1 {
		height: 150px;
		margin-bottom: 0px;
	}
	
	/*.logo-site {
		width: 100%;
		height: 150px;
		background-size: auto 100%;
		background-position: center bottom;
	}*/
}
	
	
h2.entry-title, h1.entry-title {
	font-size: 1.4rem !important;
}
	
	
@media screen and (min-width: 48em) {
.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
  width: 61% !important;
}



@media screen and (min-width: 48em) {
body:not(.has-sidebar):not(.page-one-column) .page-header, body.has-sidebar.error404 #primary .page-header, body.page-two-column:not(.archive) #primary .entry-header, body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
  width: 34% !important;
}