/*!
Theme Name: lakeudensprinkleri
Author: peltopiri
Author URI: https://peltopiri.com/
Version: 2025
Template: kadence
Text Domain: lakeudensprinkleri
*/

/* KADENCE GLOBAL */
.content-area {
    margin-top: 2rem;
    margin-bottom: 5rem;
}


/* MENU */
.current_menu-item a {
    color: var(--global-palette9) !important;
    background: var(--global-palette1) !important;
}

@media screen and (min-width: 1300px) {
    .main-navigation .primary-menu-container > ul > li.menu-item > a {
        min-width: 11vw;
        max-width: 180px;
        justify-content: center;
    }
}

/* HOME */


/* CAROUSEL*/
.kadence-blocks-gallery-item__caption {
    background: rgba(0, 0, 0, 0.7) !important;
    text-align: left !important;
    padding: 25px !important;
}

/* ARTICLE */
.custom-share-buttons svg {
    fill: var(--global-palette1);
    max-width: 40px;
}

/* WPCF7 */
.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7 .wpcf7-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
    margin-bottom: 40px;
}
.wpcf7 .wpcf7-grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
    margin-bottom: 40px;
}
.wpcf7 [type="email"],
.wpcf7 [type="text"],
.wpcf7 textarea {
    width: 100%;
    border: 1px solid var(--global-palette3);
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 10px;
    color: var(--global-palette3);
    font-size: 16px;
    margin-bottom: 10px;
}

.wpcf7 textarea {
    height: 100px;
}
.wpcf7-not-valid-tip {
    position: absolute;
    color: #dc3232;
    font-size: 10px;
    position: relative;
    top: -10px;
}
.wpcf7-submit {
    margin-top: 30px;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    border: 0;
    margin: 20px 0 0 0;
    padding: 0;
    color: #c05520;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3232;
}

/* FOOTER */

/* RESPONSIVE */