/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.water-backg {
	top: -200px;
}
.how-use .info-box-content {
	width: 320px;
    height: 197px;
    background-color: #f4f8fb;
	margin: auto;
	margin-top: -60px;
	padding-top: 10px;
}
body .title-font2 h4 {
	font-family: MADETheArtistScript !important;
}
body .wd-prefooter {
    padding-bottom: 0px;
	margin-bottom: -20px;
}

/* Media Queries*/
@media (max-width: 767.98px) {
	.water-backg {
		top: 0px;
		background: none !important;
	}
}