/*
Theme Name: Castelli
Theme URI: https://thefirstgroup.com
Author: The First Group
Author URI: https://thefirstgroup.com
Description: WordPress theme for Castelli.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: castelli-theme
Tags: custom-menu, translation-ready, threaded-comments, featured-images

Castelli Theme
------------------------------
*/
.page-content {
	max-width: 1200px;
}
.page-content p{
	margin-bottom: 20px;
}

/* -----------------------------------------------------------------------
   Utility
--------------------------------------------------------------------------- */
.alignwide {
	margin-left: -5%;
	margin-right: -5%;
	max-width: 110%;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
}

.wpcf7-list-item-label::before {
    margin-right: 10px;
}
.wpcf7-list-item { margin-left: 0;}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 0em;
}