/*
Theme Name:		 antincendio
Theme URI:		 https://www.gloriaingrassia.com
Description:	 custom theme
Author:			 Gloria Ingrassia
Author URI:		 https://www.gloriaingrassia.com
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 antincendio
*/

b,
strong {
    font-weight: 400!important;
}

span.red,
.red {
    color: #be0b06;
}

.red:hover {
    color: #7a0300;
}

p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.site-footer .widget-title {
    border-left: 0!important;
    margin-bottom: 20px;
    padding-left: 0!important;
    padding-bottom: 15px;
}

.site-footer .widget-title {
    position: relative;
}

.site-footer .widget-title:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    bottom: 0;
    left: 0;
    background-color: #be0b06;
}

.site-footer ul li:not(:last-child) {
    margin-bottom: 5px;
}

.site-footer ul:not(.oceanwp-social-icons) li:before {
    content: "›";
    font-size: 20px;
    margin-right: 10px;
}

.site-footer .social-widget a {
    border: 0!important;
}

.site-footer #copyright a {
    font-weight: 500;
}

.box1 {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px dashed #eee;
}

.box1 .wp-block-column:last-child {
    border-left: 1px solid #eee;
    padding-left: 15px;
}

.box1 .norma {
    margin-bottom: 0!important;
    font-size: 14px;
    text-transform: uppercase;
}

.box1 h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.box1:nth-child(even) {
    background: #fff9f9;
}

.box1:nth-child(odd) {
    background: #f8f8f8;
}

.sidebar-box ul.dropdown-menu {
    background: #f6f6f6;
    padding: 10px 30px;
}

.sidebar-box ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.sidebar-box ul li a {
    display: block;
    padding: 10px 0;
}

.sidebar-box h4 {
    background: #eee;
    margin: 0;
    padding: 30px;
    border: 0!important;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

table td {
	border: 0!important;
}


ul.delete,
ul.check {
    list-style: none;
    margin-left: 0;
}

ul.check li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    padding-right: 10px;
    color: #be0b06;
    font-size: 22px;
}

ul.delete li:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    padding-right: 10px;
    color: #be0b06;
    font-size: 22px;
}

table td {
    padding: 15px !important;
    font-weight: 300;
    vertical-align: middle;
}

.normativa table td:first-child {
    width: 30%;
}

.bg-strong,
.normativa table td:first-child strong {
    display: inline-block;
    background: #f8f8f8;
    color: #be0b06;
    padding: 20px;
    font-size: 16px;
    text-transform: uppercase;
}