/*
Theme Name: Lavelo Child
Theme URI: http://themeforest.net/user/wpoceans/portfolio/
Author: wpoceans
Author URI: http://themeforest.net/user/wpoceans
Description: Lavelo – Wedding WordPress Theme
Template:	lavelo
Version: 1.0
Text Domain: lavelo-child
*/
.search-quote.search-right {
    display: none;
}
.site-logo img {
	height:65px;
}

.welcome-content .popup-gmaps {
	display:none !important;
}
.hero .slick-dots button{
	background-color: #512f18;
}
.wpcf7-form-control-wrap textarea {
	width: 100%;
}

.heart, .heart:before, .heart:after {
	background-color:#512f18 !important;
}

.hero .slick-next:hover {
    background-color: #512F18;
}
.wow {
    visibility: visible;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #512F18;
    text-align: center;
}

/* .site-header .navigation {
    background-color: rgba(81, 47, 24, 0.65) !important;
    backdrop-filter: blur(6px) !important;
} */

.lower-footer .col.col-xs-12 {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
    font-family: 'Great Vibes', cursive;
}

.lower-footer {
	background-color: #512F18;
}
.back-to-top {
	background-color: #512f18;
    border: 1px solid #ffff;
}

.lower-footer .col.col-xs-12 p {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #c57575;
    font-family: 'Great Vibes', cursive;
}
.intl-tel-input {
	margin-top:25px;
}
#navbar>ul li a:hover {
	font-weight:700;
}
/* contact form changes */
/* Make file input full width */
.wpcf7 input[type="file"] {
    width: 100%;
    padding: 8px 14px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 14px;
    color: #555;
    box-sizing: border-box;
}

/* Ensure wrapper behaves like block */
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Improve label spacing */
.wpcf7 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #6b6b6b;
}

/* Improve paragraph spacing (CF7 uses <p>) */
.wpcf7 p {
    margin-bottom: 20px;
}

/* Helper text if present */
.wpcf7 small,
.form-help {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #8a8a8a;
}

/* Error message styling */
.wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
    color: #d63638;
}

.wpcf7 p {
    margin-bottom: 20px;
}

.wpcf7 label {
    display: block;
    font-weight: 600;
}

.wpcf7 label {
    display: block;
    margin-bottom: 6px;
}

.wpcf7 br {
    display: none;
}

.wpcf7-multilinefile {
    position: absolute;
    left: -9999px;  /* off-screen */
    width: 1px;
    height: 1px;
    opacity: 0;     /* invisible but clickable */
}
.couple-names {
    display: block;
    margin-top: 28px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #ffff;
    font-family: 'Great Vibes', cursive;
}

@media (max-width: 991px) {
	.site-header .navbar-header button {
		background-color: #512f18;
		border: 1px solid #fff;
	}
	.site-header #navbar .close-navbar {
		background-color: #512f18;
		border: 1px solid;
		top:5px;
	}
	.site-header #navbar .navbar-nav {
        background-color: #512f18;
    }
	#navbar>ul>li a {
		color: #ffffff !important;
	}
}

/* Checkbox grid layout */
.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 30px;
    margin-top: 12px;
}

/* Each checkbox item */
.wpcf7-list-item {
    display: flex;
    align-items: flex-start; /* KEY FIX */
    gap: 8px;
    margin: 0;
}

/* Checkbox input */
.wpcf7-list-item input[type="checkbox"] {
    margin-top: 3px; /* Align box with text */
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    cursor: pointer;
}

/* Label text */
.wpcf7-list-item-label {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    white-space: normal; /* Allow clean wrapping */
}

/* Section title */
.wpcf7 label {
    font-weight: 600;
    color: #6b6b6b;
}

/* Error message */
.wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 13px;
    color: #d63638;
}

/* Responsive fixes */
@media (max-width: 991px) {
    .wpcf7-checkbox {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .wpcf7-checkbox {
        grid-template-columns: 1fr;
    }
}
