body{
	--border-radius:0;
    --button-font-weight:400;
    --button-small-font-size:18px;
	--button-padding:1em 3em;
}
a:has(.has-inline-color.has-primary-color){
	color:var(--color-primary);
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-variant-ligatures: none;
}
p.has-xxl-font-size{
	line-height:1.2;
}
.entry-content a:not(.button):not(.entry-title-link){
	text-decoration:underline;
}
.entries.has-boxed{
	--entry-border:15px solid #fff;
}
.searchandfilter ::placeholder{
	font-size:18px;
}
.searchandfilter input,
.searchandfilter select{
	font-size:18px;
    padding:1em;
    width:100%;
}
.searchandfilter > ul{
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
.searchandfilter > ul > li{
	width:45%;
}
.searchandfilter label{
	width:100%;
}
.single-post .entry-content blockquote:empty{
	display:none;
}
.single-post .alignright{
	margin-left:1em;
}
.single-post .alignleft{
	margin-right:1em;
}
.sw-posts-wrap .entry-grid{
	order:1;
}
.sw-posts-wrap .entry-image{
	aspect-ratio:4/3;
	object-fit:cover;
}
.sw-posts-wrap .search-filter-scroll-loading{
	order: 2;
}
.sw-square-post-images .entry-image{
    aspect-ratio:1;
    object-fit: cover;
}
.wp-block-button__link{
	font-weight:400;
	max-width:calc(var(--font-size-base) * 18);
}
#nf-form-1-cont .nf-form-fields-required{
	display:none;
}
#nf-form-1-cont input:not([type="submit"]),
#nf-form-1-cont textarea{
	background-color:#555;
    color:#fff;
    font-size: 18px;
  	padding: 18px;
}
#nf-form-1-cont textarea{
	height:150px;
}
#nf-form-1-cont ::placeholder {
	font-size: 18px;
}
#nf-form-1-cont .nf-error-msg{
	color:#f66;
    font-size:18px;
}
#nf-form-1-cont .nf-error .ninja-forms-field{
	border-color:#f66;
}
@media (min-width:1200px){
    body{
        --body-font-size:24px;
        --font-size-base:24px;
        --font-size-xxl:42px;
        --font-size-xxxxl:72px;
        --menu-font-size:20px;
        --sub-menu-width:225px;
    }
    body.single-post{
        --font-size-xxxxl:64px;
    }
}
@media (max-width:767px){
	.searchandfilter > ul > li{
		width:100%;
	}
}