/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jun 30 2021 | 14:18:47 */
.post-tags .tag-links a{
    padding-left: 10px;
    padding-right: 10px;
}

.single-post a{
	color:#0b749c;
	font-family: "heebo";
	font-size:16px;
	font-weight:300;
}

.single-post p{
	color:#7a7a7a;
	font-family: "heebo";
	font-size:16px;
	font-weight:300;
}

.single-post h1 span, .single-post h2 span, .single-post h3 span, .single-post h4 span, .single-post h5 span, .single-post h6 span b, .single-post h6 span, .single-post h6 span strong, .single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6{
	color:#403f3f;
	font-family: "inter";
	font-size:18px!important;
	font-weight:400;
}

.single-post .comments-area{
    padding-top: 66px;
}

.single-post .form-submit{
    margin-bottom: 110px;
}

.single-post .form-submit input{
padding: 15px 38px 15px 38px;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #0b749c;
}

[type=button], [type=submit], button {
    color: #fff;
    border: 0px solid #D2D805;
	background-color: #D2D805;
	border-radius:50px;
}