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

.home .wd-content-layout {
    padding-block: 0;
}

.elementor-button-icon .e-font-icon-svg {
    position: absolute;
	height: 2em;
	width: 2em;
	right: 2px;
}

.whb-main-header .whb-color-light:not(.whb-with-bg) {
    background-color: #1C1C5E;
}

#footer-gradient {
	background: linear-gradient(103deg, #0A0A46 -4.56%, #4E378C 50.21%, #47FFBC 105.76%);
}

.form-news-footer p {
	display: flex;
	gap: 10px;
	justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 0;
	input {
		flex: 1;
	}
}

.wd-post .wd-post-title {
	text-align: left;
	line-height: 1;
	& a {
		font-size: 18px;
		font-weight: 600;
		color: #1c1c5e;
	}
}

.wd-post-cat.wd-style-with-bg {
	background-color: #47ffbc !important;
	& a {
		color: #1c1c5e;
	}
}
