/**
 * Theme Name:     Woodmart Child
 * Author:         XTemos
 * Template:       woodmart
 * Text Domain:	   woodmart-child
 * Description:    ThemeForest Premium Theme
 */




.letter-spacing-1 > p {
    letter-spacing: 1.3px;
}

@media (max-width: 768px) { 
    .mobile-center > p {
        text-align: center;
    }
}


.justify-text > p {
    text-align: justify;
}

.btn.btn-style-bordered {
    
}



/* Contact Form */

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

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-email,
.wpcf7-textarea {
    height: 60px;
    border-width: 1.5px !important;
}

.wpcf7 input::placeholder {
    font-size: 20px;
    padding-left: 10px;
}

.wpcf7 textarea::placeholder {
    font-size: 20px;
    padding-left: 10px;
}

.wpcf7 .submit-btn {
    text-transform: none !important;
    font-size: 20px;
    height: 60px;
    font-weight: 500 !important;
}


.footer-white {
    border-radius: 48px 48px 0 0;
}

.footer-white a {
    color: #1E1E1E !important;
}











