/* 
Theme Name: Petillo - 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 */


/*
+++++++++++++++++++++
COLORS
+++++++++++++++++++++

Corporate Green		266959
Wine Red			990000
Lighters Green		eef3f2
Accent Yellow		f1bb47
Darker Green		00543f
Darkest Green		002f20
Copy bar Green		005e41
Button Gray			cccccc
Divider Gray		c8c9c7
*/



/*#############################################  
#############################################  FONTS
#############################################*/  

@import url("https://use.typekit.net/qah1wby.css");


/*###############################################
SITEWIDE STYLES
###############################################*/

body :is(h1, h2, h3, h4, h5, h6, p, ul, li,.elementor-button-text) {
	font-family: avenir-lt-pro, sans-serif!important;
}

p{
    margin: 0 0 20px;
}
/*###############################################
NAV MENU STYLES
###############################################*/

body nav ul li a.elementor-item {
    font-family: avenir-lt-pro, sans-serif!important;
    font-weight: 600!important;
    font-size: 15px!important;
    margin-left: 30px!important;
}

body input#gform_submit_button_1 {
    background-color: var( --e-global-color-09876ec );
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.5);
    padding: 16px 30px 16px 30px;
    }

body input#gform_submit_button_2 {
    background-color: var( --e-global-color-23d63fe );
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.5);
    padding: 16px 30px 16px 30px;
}
    
body .elementor-element .elementor-button{
	transition: all .3s ease-in-out;
}

/* DONT HARDCODE ELEMENTOR BUTTON STYLES - Kevin  */
    
/* body .elementor-element .elementor-button:hover,
body input#gform_submit_button_1:hover {
   background: #560000!important;
} */

/* Single Project Layout */
.project-single-container {
    display: flex;
    gap: 40px;
    max-width: 1200px; /* Adjust based on site width preferences */
    margin: 0 auto;
    padding: 40px 20px;
}

.project-sidebar {
    width: 320px; /* Fixed width sidebar */
    flex-shrink: 0;
    position: sticky;
    top: 125px;
    align-self: flex-start;
}

.project-main-content {
    flex-grow: 1;
    min-width: 0; /* Prevents overflow issues */
}

/* Adjust existing project-details-wrapper to fit nicely */
.project-details-wrapper {
    max-width: 100%; /* Allow it to fill sidebar */
}

@media (max-width: 992px) {
    .project-single-container {
        flex-direction: column;
    }
    
    .project-sidebar {
        width: 100%;
        position: static; /* Disable sticky on mobile */
    }

    /* Remove margin-bottom since sidebar is now last */
}
.project-details-wrapper {
    font-family: "Roboto", Sans-serif; /* Or theme font */
}
.project-location{
    color: white;
        font-size: 28px;
    font-weight: 600;
}
.project-back-link {
    text-align: right;
    margin-bottom: 10px;
}

.project-back-link a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.project-back-link .dashicons {
    color: #f1bb47;
    margin-right: 5px;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.project-additional-details-box {
    background-color: #f7f7f7;
    border-top: 8px solid #4d4d4d;
    padding: 25px;
}

.project-additional-details-box h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 15px 0;
    color: #000;
    font-family: inherit; /* Use theme font */
}

.pad-row, .pad-details-section {
    margin-bottom: 10px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.4;
}

.pad-label {
    font-weight: 700;
    color: #4d4d4d;
}

.pad-value {
    color: #4d4d4d;
}

.pad-content ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.pad-content li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.pad-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #f1bb47;
}

.pad-button-wrapper {
    margin-top: 25px;
    text-align: center;
}

.pad-contact-btn {
    background-color: #f1bb47;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 35px;
    display: inline-block;
    transform: skew(-15deg);
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.pad-contact-btn:hover {
    background-color: #dca32d;
    color: #000;
}

.pad-contact-btn span {
    transform: skew(15deg);
    display: inline-block;
}
