/* Veni Theme - Add Copyright Notice in Footer Area - 9641303-hc - JG */
.site-footer .container::after {
  content: "Copyright © 2019-2026 Marco Montalto, All rights reserved.";
  display: block;
  text-align:center;
  color: black;
	padding-bottom: 10px;
}
/* Set current page menu color */
.site-header .main-navigation .current_page_item>a, .site-header .main-navigation .current-menu-item>a{
  color: #000000;
}
/* GDPR Cookie Consent */
.wt-cli-cookie-bar .cli-plugin-button:focus {
    opacity: 1;
}
/* hover color KG-32623298-hc */
.entry-content button:hover, .entry-content input[type="button"]:hover, 
.entry-content input[type="reset"]:hover, .entry-content input[type="submit"]:hover, 
.entry-content button:focus, .entry-content input[type="button"]:focus, 
.entry-content input[type="reset"]:focus, .entry-content input[type="submit"]:focus, 
.content-area #infinite-handle > span > button:focus, .wp-block-button__link:focus, 
.entry-content button:active, .entry-content input[type="button"]:active, 
.entry-content input[type="reset"]:active, .entry-content input[type="submit"]:active, 
.content-area #infinite-handle > span > button:active, .wp-block-button__link:active, 
body .content-area #infinite-handle > span > button:hover, .wp-block-button__link:hover, 
.has-background-background-color[class] button[type="submit"]:hover, 
.has-background-light-background-color[class] button[type="submit"]:hover, 
.has-background-background-color[class] .wp-block-button__link:hover, 
.has-background-light-background-color[class] .wp-block-button__link:hover, 
.wp-block-button__link.has-text-color.has-background:hover {
  background: #000000 !important;
}
/* hide go-back in form KG-32623298-hc */
#contact-form-2 h3 {
  display: none;
}
/* Add padding to subscribe button 35914403-hc */
#subscribe-submit {
	padding-top: 0.5rem;
}
/* change hover color on comment form input | 6274100-zen | Natz */

body #respond .form-submit input:hover, body #respond p.form-submit input[type=submit]:hover, body #respond input[type=submit]:hover, body #commentform #submit:hover{
background: gray !important; border: gray !important;
}
/* Drop Subscribe Button below Text Field | 7075580-ZDM KEF */

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__form-elements {

    display:grid !important;

}