.page-id-8365 .site-header,
.page-id-8365 .site-footer {
    display: none;
}

.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
  border: none !important;
}

.wpcf7 input.wpcf7-text { width: 50%; } 
.wpcf7 textarea.wpcf7-textarea { width: 50%; } 
.wpcf7-form textarea { height: 75px; }


@media(max-width:1200px) {

.site-header.default .site-branding
{
	width:24%;
}	
	
.site-header.default .main-navigation {
	float: right;
	width: 50%;
}
.site-header.default .main-navigation .menu {
	justify-content: flex-end;
}
}


@media(max-width:992px) {

.site-header.default .site-branding
{
	width:20%;
}	

	.main-navigation .menu > li > a
	{
		font-size: 0.45rem;
	}

}

.panel-image {
    background-attachment: inherit !important;
}


