/*
Theme Name:   Impeka Child
Theme URI:    https://themeforest.net/user/greatives
Description:  Impeka Child Theme
Version:      1.5.0
Author:       Greatives Team
Author URI:   https://greatives.eu
Template:     impeka
*/

.grve-slider-element
.grve-carousel-pagination {
    position: unset;
    float: left;
}

#grve-feature-section .grve-title-content-wrapper, .grve-title-section .grve-title-content-wrapper {
    width: 60%;
}

/*FORM CUSTOM*/

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    }

.column {
    flex: 1;
    }

.custom-select {
    position: relative;
    }

    label[for="selectModel"] {
    margin-right: 1rem;
    }

    .selectModel {
        background-color: #ffffff;
        border: none;
        padding: 10px;
        text-align: left;
        cursor: pointer;
        border-radius: 5px;
        appearance: none; /* Rimuove lo stile del browser */
    }
        .grve-btn {
        padding: 10px;
        text-align: left;
        cursor: pointer;
        border-radius: 5px;
        appearance: none; /* Rimuove lo stile del browser */
    }
    
    /* Nascondi la prima opzione vuota */
    .selectModel option:first-child {
        display: none;
    }

    .selectModel:focus {
    outline: none;
    }

#grve-content
form span:not(.grve-heading-color) {
    color: #fff;
    }
    
    
.grve-item.grve-burger-icon.grve-style-5 {
    display:none;
}


/*SLIDER POST TYPE PRODOTTO*/

.wppsac-wrap .wppsac-post-image {
	border-radius: 20px;
	}

.wppsac-post-categories .wppsac-post-categories-list {
	display:none;
	}
	
.wppsac-post-carousel .wppsac-post-date {
	display: none;
	}
	
.wppsac-post-content {
    display: none;
	}

/*
.wppsac-post-carousel.design-1 .wppsac-post-title a {
    color: white;
	}

.wppsac-post-carousel h2.wppsac-post-title a {
	display:none;
	}
*/
	
.wppsac-post-carousel .slick-arrow {
	background-color: transparent;
	width: 40px;
	}
	
.wppsac-post-slider .slick-dots li button, .wppsac-post-carousel .slick-dots li button {
	border: 0px solid #444;
	border-radius: 4px;
	background: #B7B8BD !important;
	height: 4px !important;
	width: 4px !important;
}

.wppsac-post-slider .slick-dots li.slick-active button, .wppsac-post-carousel .slick-dots li.slick-active button {
	background: #1B1D2D !important;
	width: 24px !important;
	height: 4px !important;
	margin: 0px -10px !important;
}

.wppsac-post-carousel .slick-dots {
	text-align: left;
}

.wppsac-post-carousel.design-1 .slick-dots {
    left: 1rem;
	margin-top: 2rem!important;
}	


/* modifiche varie pagina prodotto */

.grve-tab.grve-horizontal-tab .grve-tabs-title:after {
    border-top: 4px solid !important;
	border-radius: 33px !important;
}

.grve-tab .grve-tab-title .grve-tab-title-inner:after {
    border-top-width: 4px !important;
	border-radius: 33px !important;
}

/* Side Area richiesta informazioni */

#sendRequestlistEmail {
    background-color: #113565;
    color: #ffffff;
    border-radius: 10px;
	margin-top: 32px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    min-width: 11.25em;
    line-height: 1.4;
    z-index: 2;
    vertical-align: top;
    outline: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    position: relative;
    transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    padding: 1em 1.5em;
}

#sendRequestlistEmail:hover {
    background-color: #184C91;
}

#sender_email {
	margin-top: 8px;
	margin-bottom: 16px;
	border-radius: 8px;
}

#additional_notes {
	margin-top: 8px;
	line-height: 2;
	border-radius: 8px;
	}

.custom-widget-label {
	font-family: "Inter";
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
}

.custom-widget-title {
	font-family: "Inter";
	font-size: 20px;
	text-transform: none;
	font-weight: 600;
}

.grve-hidden-area .grve-area-inner .grve-area-scroller .grve-area-container {
	padding: 10vh 11% 10vh 10%;
}

#grve-side-area {
    top: 1vh;
    right: 1vh;
    bottom: 1vh;
    border-radius: 16px;
}

.custom-list {
	list-style-type: none;
    margin-left: 0;
}

.custom-list-item {
    background-color: #141622;
    font-family: 'Inter';
    font-weight: 300;
    border-radius: 8px;
    padding: 10px 14px 10px 20px;
    margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.remove-request {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    text-align: center;
    cursor: pointer;
	display: flex;
    margin-left: 5%;
	align-items: center;
	justify-content: flex-end;
	transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.remove-request:hover {
	background-color: #FF4D45;
}

.custom-close-icon {
    width: 24px; 
    height: 24px; 
}

.wpupg-template-overlay_edit.wpupg-item-has-image .wpupg-template-overlay_edit-container {
    margin: 8px;
    border-radius: 12px;
}

.wpupg-template-overlay_editexcerp.wpupg-item-has-image .wpupg-template-overlay_editexcerp-container {
    margin: 8px;
    border-radius: 12px;
}
