/*
Theme Name: Porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Version: 6.9.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: woocommerce, business, corporate, e-commerce, blog, news, education, food-and-drink, portfolio, 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, block-styles, custom-background, custom-colors, custom-header, custom-logo, footer-widgets, template-editing, grid-layout, one-column, wide-blocks
Text Domain: porto
*/

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

.bypostauthor { display: block; }

.vc_custom_1595610246177,
.vc_custom_1595610264958 {
    background-position: center;
}

height>.vc_column_container,
.vc_column_container,
.vc_row.vc_row-o-equal-height>.vc_column_container, 
.custom-parallax-height {
    background-position: center;
}

.new-header {
	height:260px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	transform: scaleX(1.01);
    margin-left: calc(var(--porto-fluid-spacing) * -1);
    margin-right: calc(var(--porto-fluid-spacing) * -1);	
	transition: height 0.3s ease;
}

@media (min-width: 1500px) {
    .new-header {
		height:290px;
    }
}

@media (min-width: 1700px) {
    .new-header {
		height:340px;
    }
}

.no-parallax {
	
}

.vc_row[data-vc-parallax] {
    background-attachment: scroll !important;
    transform: none !important;
}

.palazzo-home > .custom-parallax-height {
	background-image: url(/wp-content/uploads/2026/07/Sfondo_mission_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position:center top;
}