.wrapper_images{
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
	margin: 10px 0px;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a{
	pointer-events: none;
	cursor: pointer;
}

.sub-menu-toggle{
	display: none!important;
}

.no-widgets .site-footer {
    margin-top: 0;
}

.site-footer {
    padding-top: 0;
    padding-bottom: 0;
}

.site-header, .site-main, .widget-area, .site-footer {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.site-header{
	padding-top: 20px;
}

@media only screen and (min-width: 822px){
	.site-header {
		padding: 20px;
		border-bottom: 1px solid #000;
	}
}

@media (max-width: 768px) {
	header#masthead{display: none!important;}
}