/*
Theme Name:     KnowledgePress Child
Theme URI:      http://example.com/
Description:    Child theme for the KnowledgePress theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       knowledgepress
Version:        0.0.0
*/


.nav-user {display: none;}

.toc {float: unset; max-width: 100%; margin: 0 0 30px; font-size: 14px;}
.header-titles p {margin: 10px 0 0;}
.nav-primary-left {padding-left: 60px; font-size: 16px;}

/* ! Stile Tabella Default */

table {border: 1px solid black !important;}
tr, td {border: 1px solid grey !important; padding-left: 5px 10px !important;}


/* ! Contact Form */
.wpcf7-form {margin-top: 30px; font-family: Muli;}
.wpcf7-form label {width: 100%; margin-bottom: 15px;}
.wpcf7-form textarea {width: 100%; padding: 10px;}
.wpcf7-form .middlelabel {width: 49%; display: inline-block;}
.wpcf7-form .middlelabel input {width: 100%; padding: 10px; border: 1px solid black;}
.wpcf7-form input[type="submit"] {background: #cc0000; border: 0; padding: 5px 15px; color: white;}
.wpcf7-form input[type="submit"]:hover {background: #000;}
