/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-post-author, .wd-post-meta {
    display: none !important;
}

#HomeTop {
    background: #52245E;
    background: radial-gradient(circle, rgba(82, 36, 94, 1) 0%, rgba(221, 108, 137, 1) 75%, rgba(82, 36, 94, 1) 100%);
}

.site-content a:not([class]):not([rel]) {
    color: #52245E !important;
    border-bottom: 2px solid rgba(221, 108, 137, 1);
}

.wd-style-with-bg a {
    color:#fff !important;
    border:none;
}

#GreyBg, .wd-page-title-bg {
    background: #333;
    background: linear-gradient(90deg, rgba(51, 51, 51, 1) 0%, rgba(102, 102, 102, 1) 75%, rgba(51, 51, 51, 1) 100%);
} 


.wd-compare-img, .wd-image, .wd-project, .wd-post-image {
    border: 10px solid white !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.portfolioTeaser {
    font-size: 1.66em !important;
}

.portfolio-template-default h3, .post-single-page h3, .wpb_wrapper h3 {
    background: linear-gradient(90deg, rgba(82, 36, 94, 1) 0%, rgba(221, 108, 137, 1) 75%, rgba(82, 36, 94, 1) 100%);
    color:#fff;
    padding: 10px;
    font-size: 1.33em;

}

h4.wd-timeline-title {
    font-size: 2em;
    color:#52245E;
}

.woodmart-timeline-dot {
    background-color: #52245E !important;
}


/* FORM START */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 10px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

label {
    margin-bottom: 8px;
    margin-top: 8px;
    color: #444;
    font-size: 24px;
    line-height: 18px;
}

label  span {
    font-size: 14px !important;
}

input[type="text"], 
input[type="email"],
input[type="tel"],
select,
textarea {
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

textarea {
    resize: vertical;
    min-height: 120px;
}

select {
    cursor: pointer;
    background-color: white;
}

.file-upload-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

input[type="file"] {
    padding: 10px;
    border: 2px dashed #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

input[type="file"]:hover {
    border-color: #667eea;
    background-color: #f8f9ff;
}

.file-info {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

input[type="submit"] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 10px;
}

input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

input[type="submit"]:active {
    transform: translateY(0);
}

input[type=checkbox] {
    margin: 10px;
    line-height: normal;
    width: 30px;
    height: 30px;
}

.required {
    color: #e53e3e;
}

#other-country-field {
    display: none;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .container {
        padding: 24px;
    }


}
/* FORM END */

[data-filter=".proj-cat-button"] {
    display: none;
}

.wd-tags-list {
    background-color: #f9f7f7 !important;
    padding: 10px !important;
}