/* 
Theme Name:		 NEI (Marpha child)
Description:	 NEI is a child theme of Marpha
Author:			 Webdados
Author URI:		 https://www.webdados.pt
Template:		 marpha
Version:		 1.20201121.14
Text Domain:	 nei-marpha
*/

.site-header .nav-bar {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.wpcf7-form {
	display: block;
}

.wp-block-embed.aligncenter iframe {
	display: block;
	margin: auto;
}
.wp-embed-aspect-16-9 iframe {
	width: 960px;
	height: 540px;
}

/* Fix header column dimensions */
@media (min-width: 992px) {
	#masthead .container-fluid > .row > div.col-lg-3:nth-child(2) {
    	flex: 0 0 20%;
    	max-width: 20%;
	}
	#masthead .container-fluid > .row > div.col-lg-6:nth-child(3) {
		flex: 0 0 66%; /* lg-7+ */
	    max-width: 66%;
	}
	#masthead .container-fluid > .row > div.col-lg-3:nth-child(4) {
		flex: 0 0 14%; /* lg-2- */
	    max-width: 14%;
	}
}
@media (min-width: 576px) {
	.hamburger-menu, .header-social, .header-search {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}
}
.site-branding .custom-logo {
	max-width: 100%;
}