/*
Theme Name:   OnePress Child
Theme URI:    https://tech4you.unical.it
Description:  Child Theme of OnePress
Author:       Tech4You
Author URI:   https://tech4you.unical.it
Template:     onepress
Version:      1.0.0
Text Domain:  onepress-child
Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio
*/

.modal.show .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 3.5rem);
}

.onepress-menu a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media (min-width: 1141px) and (max-width: 1199px) {
	.onepress-menu a {
		padding-left: 5px !important;
		padding-right: 5px !important;
		font-size: 11px !important;
	}
	.site-logo-div img {
		height: 65px !important;
	}
}
