/* CSS */
.page-template p {
    color: inherit;
}
.ll-rbooklink-div{
	display: flex;
	gap: 5px; 
    justify-content: center;
}
.archive_page_banner{
	padding: 80px 0px;
    text-align: center;
    background: #C7D7E5;
}
.archive_page_banner .archive_banner_title{
	color: #033B62;
	margin: 0px;
}
.archive.category .vs-blog-wrapper{
	padding-top: 20px;
}
.blog .vs-blog-wrapper{
	padding-top: 20px;
}
.post-type-archive.post-type-archive-product .vs-product-wrapper{
	padding-top: 20px;
}
body input[type=checkbox]{
	visibility: visible;
    opacity: 1;
	width: 15px;
    height: 15px;
}
body .affwp-form label+textarea{
	border: 1px solid rgba(51, 51, 51, .1);
}
body .affwp-form .button{
    background-color: #43cd66;
    color: #FFFFFF;
    font-size: 20px;
    border: 1px solid;
    font-weight: 500;
    font-family: "Sniglet", Sans-serif;
    border-radius: 50px;
	transition: .2s ease;
}
body .affwp-form .button:hover{
	background-color: #fff;
    color: #000;
    box-shadow: none;
    transform: scale(1.1);
}