/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.iub-placeholder {
	padding: 30px;
	background-color: var(--porto-primary-color);
	color: white;
}

.iub-placeholder a {
	color: black;
	font-weight: 600;
}

/* Center card of the grid */
.loop-center .elementor-loop-container {
    justify-content: center;
}

/* If there's only 1 card use flex to center it */
.loop-center .elementor-loop-container:has(> .e-loop-item:nth-of-type(1):last-of-type) {
    display: flex;
    flex-wrap: wrap;
}

/* Only in post_servizi single page the ul-li list will have as icon the font awesome icon */
.single-post_servizi .post_content ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.single-post_servizi .post_content ul li {
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 1em;
}

.single-post_servizi .post_content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0.03em;
    width: 1.75em;
    height: 1.75em;
    background-color: transparent;
    color: var(--porto-primary-color);
    border: 2px solid var(--porto-primary-color);
    border-radius: 50%;
    font-size: 0.8em;
}

.service-title {
	text-transform: uppercase;
}

.responsive-table-wrapper {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.service-comparison-table {
	min-width: 800px;
	width:100%;
	border-collapse: collapse;
	text-align:left;
}

.service-comparison-table th, .service-comparison-table td {
	padding: 1rem 30px;
	border-left: 1px solid var( --porto-body-color);
	border-right: 1px solid var( --porto-body-color );
}

.service-comparison-table th:first-child, .service-comparison-table td:first-child {
	position: sticky;
	left: 0;
	background-color: #fff;
	z-index: 2;
}

.service-comparison-table th:first-child, .service-comparison-table td:first-child, .service-comparison-table th:nth-child(2), .service-comparison-table td:nth-child(2) {
	border-left: 0px;
}

.service-comparison-table th:first-child, .service-comparison-table td:first-child, .service-comparison-table th:last-child, .service-comparison-table td:last-child {
	border-right: 0px;
}

.service-comparison-table th {
	border-bottom: 2px solid var( --e-global-color-primary );
	/*color: var( --e-global-color-primary );*/
}

.service-comparison-table th, .service-comparison-table tbody tr td:first-child {
	text-align: center;
	font-weight: 500;
	font-size: 1.25rem;
}

.service-comparison-table td {
	border-bottom: 1px solid var(--porto-body-color);
}

.service-comparison-table tr:nth-child(even) {
	background-color: #fff;
}

.service-comparison-table tr:nth-child(even) td {background-color: #ad926344;}
.service-comparison-table td:first-child {background-color: #ad9263 !important; color: white;}

.service-comparison-table tr:last-child td {
    border-bottom: 0px;
}

.fw-semibold {
	font-weight: 600;
}