body{
}
main{
	margin-top: 20px;
	margin-bottom: 25px;
}
a {
	text-decoration: none !important;
	font-weight:bold;
}
.wp-block-cover h1.has-background {
    padding: 1.3em 1.6em 0.75em 1.6em;
}
.search-bar {
	padding: 0px 5px !important;
}

.search-bar div {
	border: none !important;
}
.search-bar input{
	background-color: var(--wp--preset--color--white) !important;
	border: 1px var(--wp--preset--color--white) solid  !important;
	color: var(--wp--preset--color--primary) !important;
	font-size:16px;
	padding: 5px 10px !important;
}
.search-bar button{
	border: 1px var(--wp--preset--color--white) solid  !important;
	font-size:16px;
	padding: 5px 10px !important;
}

/* Comments section */
#reply-title{
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin: 10px 10px;
	color: var(--wp--preset--color--secondary);
}
#respond {
	border: 0px;
	padding: 20px 2.3em;
	max-width: 800px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#respond form {
	text-align: left;
}
#respond form p, #respond form div {
	margin-top:5px;
	margin-bottom: 7px;
}
#respond fieldset {
	margin-left: 10px;
}
#respond .form-submit input{
	width: 100%;
	border: none;
	background-color: var(--wp--preset--color--primary);
}
.wp-block-comments h2{
	margin: 15px 0;
}
.comment .wp-block-comment-content ,.comment .wp-block-comment-reply-link{
	margin: 5px 0;
}
.comment .wp-block-comment-content  p {
	margin: 10px 0;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,  svg {
    fill: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--primary);
}
footer{
	margin-left: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
    margin-right: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
}
footer>:first-child{
	margin-bottom:0px;
}
footer .wp-block-group{
	margin-bottom:0px;
	margin-top:0px;
}
footer + div{
	display: none;
}


h3.sd-title{
	font-size: 18px !important;
	font-weight: bold !important;
	color: var(--wp--preset--color--primary) !important;
	padding: 0 !important;
	margin: 0 !important;
}
h3.sd-title:before{
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.sd-social-icon .sd-content ul li a.sd-button, .sd-social-text .sd-content ul li a.sd-button, .sd-content ul li a.sd-button, .sd-content ul li .option a.share-ustom, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-content ul li.advanced a.share-more, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li>a.sd-button, #sharing_email .sharing_send, .sd-social-official .sd-content>ul>li .digg_button >a {
	background-color:var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--white) !important;
	border: none;
}

.banner-full-width div{
	width: 100% !important;
}

.next-prev-links div {
	  display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-post-navigation-link{
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--white);
	padding: 0px 10px;
	max-width:66%;
	text-align: center;
}
.wp-block-post-navigation-link a{
	color: var(--wp--preset--color--white);
}

.taxonomy-category a {
	margin-left:3px;
	margin-right:3px;
	padding: 2px 10px;
	border-radius: 5px;

}
.taxonomy-post_tag a {
	margin-left:3px;
	margin-right:3px;
	padding: 2px 3px;
	border-radius: 5px;
}
.taxonomy-category span, .taxonomy-post_tag span {
	display: none;
}

.wprm-recipe-instruction-group ul li::marker {
  color: var(--wp--preset--color--secondary);
  font-weight: bold;
	margin-right: 5px; 
}
.wprm-recipe-ingredient-group ul li::marker {
  color: var(--wp--preset--color--secondary);
  font-weight: bold;
	margin-right: 5px; 
}

.post-rating {
	height: 25px !important;
	margin-top: 8px !important;
}

.wprm-recipe-rating {
	padding: 0px !important;
	margin: 0px !important;
	padding-bottom: 4px !important;
	text-align: right !important;
	padding-right: 3px !important;
}
