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


/* Form */
form.wpcf7-form.init {
    direction: rtl;
}

/* Style */
.wd-underline-bordered u {
    text-decoration: underline 21px solid var(--wd-primary-color) !important;
    text-underline-offset: -10px !important;
    text-decoration-skip-ink: none !important;
}

@media only screen and (max-width: 768px) {
	.post-type-archive h1.entry-title, .woodmart-archive-shop h1.entry-title {
		padding-top: 50px !important;
	}
	
}