/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

aside#right-sidebar {
    display: none;
    width: 0;
}
.content-area{
	width: 100%;
}
h2, p, h3 {
    margin: 0;
}
h3{
	margin-top: 20px;
}
input[type="submit"]{
	margin-top: 30px;
	width: 100px;
	position: relative;
	left:calc(50% - 50px);
}
header#site-header, .page-header {
    display: none;
	padding: 0 !important;
}
.blocco {
    display: inline-block;
    width: 100%;
}
.prefisso, .nome, .cognome {
    display: inline-grid;
    min-width: 33%;
}
.data, .ora {
    display: inline-grid;
    min-width: 49%;
}
.promemoria {
    padding: 30px 15px;
    background: #f7f7f7;
    margin: 30px 0;
}
.presentazione{
	padding: 30px 15px;
}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #538C2E;
    position: relative;
    left: 0;
    margin-top: 30px;
}
.utente {
    text-align: right;
    padding-top: 25px;
}
.utente a{
	font-weight: 600;
	color: #518E26;
}