/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body.home .cotiza-linea-footer,
body.page-id-293 .cotiza-linea-footer,
body.parent-pageid-293 .cotiza-linea-footer,
body.page-id-666 .cotiza-linea-footer,
body.parent-pageid-666 .cotiza-linea-footer,
body.page-id-509 .cotiza-linea-footer{
	display: none;
}

footer .elementor nav .main-menu-item.menu-item > a.hfe-menu-item{
	margin-left: -7px;
	font-weight: 700;
}
footer .elementor nav .main-menu-item__main.menu-item > a.hfe-menu-item{
	margin-left: 0px;
	font-size: 16px;
	font-weight: 800;
	font-style: italic;
}
footer .elementor nav .main-menu-item__first-level.menu-item > a.hfe-menu-item{
	margin-left: 18px;
	font-size: 12px;
	font-weight: 800;
	font-style: italic;
}
footer .elementor nav .main-menu-item__second-level.menu-item > a.hfe-menu-item{
	margin-left: 28px;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
}

.single-post .page-content{
	padding-bottom: 40px;
}

.single-post .page-content p {
    font-size: 14px;
    margin-block-end: 20px;
}
.single-post .page-content h1,
.single-post .page-content h2,
.single-post .page-content h3,
.single-post .page-content h4,
.single-post .page-content h5{
	font-weight: 500;
	color: #1D3A70;
}
.single-post .page-content h2,
.single-post .page-content h3,
.single-post .page-content h4,
.single-post .page-content h5{
	margin-top: 30px;
}
.single-post .page-content h1{
	font-size: 2.2rem;
}
.single-post .page-content h2{
	font-size: 2rem;
}
.single-post .page-content h3{
	font-size: 1.8rem;
}
.single-post .page-content h4{
	font-size: 1.6rem;
}

.single-post .page-content .wp-post-image{
	border-radius:20px;
	object-fit: contain !important;
}


@media (min-width: 1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display:none
    }

	.elementor .box-show-content:hover .elementor-hidden-desktop {
        display:block
    }
}

.title-strong h2 strong{
	font-weight: 700;
	color: #E6224E;
}

table.tablepress.table-compare-bisa thead tr th {
    border: none;
}

table.tablepress.table-compare-bisa thead th{
    background-color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #9d9d9d;
    height: 81px;
    text-align: center;
    vertical-align:middle;
    line-height: 1.2
}
table.tablepress.table-compare-bisa.table-detail thead th{
	font-size: 21px;
  color: #1D3A70;
}
table.tablepress.table-compare-bisa thead th:first-child{
	width: 200px;
}

table.tablepress.table-compare-bisa tbody tr td{
    text-align: center;
    vertical-align:middle;
    border-top: none;
    border-right: 1px solid #D5D5D5;
    height: 81px;
	font-size: 17px;
    font-weight: 700;
    color: #4E4D4D;
    padding-inline: 15px;
    line-height: 1.2;

}
table.tablepress.table-compare-bisa.table-detail tbody tr td{
	font-size: 16px;
	font-weight: 400;
	padding-block: 12px;
}
table.tablepress.table-compare-bisa tbody tr td:last-child{
    border-right:none;
}

table.tablepress.table-compare-bisa tbody tr td:first-child {
    font-size: 21px;
    color: #1D3A70;
}
table.tablepress.table-compare-bisa.table-detail tbody tr td:first-child{
	font-size: 18px;
  color: #4E4D4D;
  font-weight: 500;
}

table.tablepress.table-compare-bisa tbody tr td img{
	max-width: 35px;
}

@media (max-width:767px) {
	table.tablepress.table-compare-bisa{
		min-width: 650px;
	}
	table.tablepress.table-compare-bisa thead th{
		font-size: 16px;
	}
	table.tablepress.table-compare-bisa thead th:first-child{
		width: 150px
	}
	table.tablepress.table-compare-bisa tbody tr td:first-child{
		font-size: 18px;
	}
	table.tablepress.table-compare-bisa tbody tr td{
		font-size: 15px;
	}
	table.tablepress.table-compare-bisa tbody tr td img{
		max-width: 30px;
	}
	table.tablepress.table-compare-bisa.table-detail thead th{
		font-size: 19px;
	}
	table.tablepress.table-compare-bisa.table-detail tbody tr td:first-child{
		font-size: 16px;
	}
}