/*
Theme Name:  Minimized
Theme URI: https://wellella.com
Author: S. Hakala
Author URI: https://wellella.com
Description: A theme with a tiny file size to keep things running fast.
Requires at least: WordPress 4.9.6
Version: 0.1
Text Domain: wellella
*/






label .menu {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 100;
  width: 200px;
  height: 200px;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
  cursor: pointer;
  
}

label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #b9b9b9;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #b9b9b9;
}

label .hamburger:before { top: -10px; }

label .hamburger:after { bottom: -10px; }

.header-container label input { display: none; }


label input:checked + .menu {
  /* box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF; */
  border-radius: 0;
  
}

label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  
}

label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  
}
label input:checked + .menu + nav  { display:flex; }

label nav  {
z-index: 200;
    position: relative;
    display: none;

    -webkit-transition: .25s 0s ease-in-out;
    transition: .25s 0s ease-in-out;
}

label a {
  margin-bottom: 1em;
  display: block;
  color: #f38630;
  text-decoration: none;
  
}

.sub-menu {flex-direction:column;margin-left: 10px;}
.nav-list { display:flex;flex-direction: column;}



.widget_block {    font-size: 20px;
    background-color: white;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #dddbd6;
    margin-bottom: 20px;}







.meta:after {
    display: table;
    clear: both;
    content: ""
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}


ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

.main {
    padding-bottom: 75px;
    padding: 0px 17px;
}

@media only screen and (min-width:960px) {
    .container {
      
        margin-right: auto;
        margin-left: auto
    }
    .main {
		max-width: 1185px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

img {
    max-width: 100%;
    height: auto
}

body {
background-color:#fafaf5;
	overflow-x: hidden;
font-size: 24px;
    font-weight: 400;
    line-height: 1.7;
    font-family: -apple-system, system-UI, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, Arial, sans-serif;
    color: #3d3d3d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    margin-bottom: 10px;
    font-weight: 700
}

.home .h1, .home h1 {
font-size:31px;
}

.h1, h1 {
    font-size: 46px;
    line-height: 1.1;
}

.h2,
h2 {
    font-size: 1.6875rem
}

.h3,
h3 {
    font-size: 1.49996rem
}

.h4,
h4 {
    font-size: 1.40625rem
}

.h5,
h5 {
    font-size: 1.26562rem
}

.h6,
h6 {
    font-size: 1.125rem
}

ol,
p,
ul {
    margin-bottom: 1.75rem
}

a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

a,
a:visited {
    color: #8ca405;
}

a:focus,
a:focus-within,
a:hover {
    color: #6c7e0b;
	text-decoration:underline;
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

ul li {
    list-style: disc
}

ol li,
ul li {
    margin-left: 30px
}

ol li {
    list-style: decimal
}



.header {
    min-height: 60px;
	overflow-x:hidden;
}

.header-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: column;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-logo img {
max-width: 300px;
    height: auto;
}

.header-logo,
.header-logo:visited {
    
}

@media only screen and (min-width:960px) {
    .header-logo {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
        text-align: left
    }
}

.header-logo-img {
    max-height: 50px;
    width: auto
}

@media only screen and (min-width:600px) {
    .header-logo-img {
        max-width: none
    }
}

.header-archive {
    background: #fafafa;
    padding: 40px 0
}

.header-archive .title {
    text-align: center
}

@media only screen and (min-width:960px) {
    .header-archive .title {
        text-align: left
    }
}



@media only screen and (min-width:600px) and (max-width:959px) {
    .header-single .container {
        padding-right: 50px;
        padding-left: 50px
    }
}

.footer {
    font-size: 12px;
    padding: 10px;
    color: #555;
    text-align: center;
}

.footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -10px;
    padding: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:340px) {
    .footer-container {
        padding: 20px 10px
    }
}

.footer-icon {
    width: 100px;
    height: 100px
}

.footer-icon,
.footer-icon:visited {
    background: #fff
}

.footer-icon:active,
.footer-icon:focus,
.footer-icon:focus-within,
.footer-icon:hover {
    background: #fafafa
}

.footer-svg {
    width: auto;
    max-width: 40px;
    height: auto;
    max-height: 40px;
    fill: #555
}

.container-footer {
    overflow: hidden
}

.footer-widget-area {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width:600px) {
    .footer-widget-area {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media only screen and (min-width:960px) {
    .footer-widget-area {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%
    }
}

.nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 2;
    text-align: center;
}

@media only screen and (min-width:960px) {
    .nav {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
        text-align: right
    }
    .nav .menu-item {
        text-align: left
    }
}

.nav-container {
    font-size: 0
}

@media only screen and (max-width:340px) {
    .nav-container {
        padding: 20px 0
    }
}

.nav-list {
    margin-bottom: 0;
    list-style: none
}

.footer-nav-list {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    margin-top: 60px;
}

.nav-list li {
    margin-left: 0
}


.menu-item,
.menu-item a {
    display: block
}

.menu-item a {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    line-height: 1.2;
    text-decoration: none
}

.menu-item a,
.menu-item a:visited {
   
}

.menu-item a:focus,
.menu-item a:focus-within,
.menu-item a:hover {
    
    
}


.footer .nav {
    width: 100%;
    height: auto;
    text-align: center
}

.footer .nav,
.footer .nav-container {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.footer .nav-toggle {
    width: 60px;
    margin: 0 auto
}

.footer .nav-open {
    position: static
}

.footer .nav a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none
}



.content-container {
    padding: 0 20px 20px
}

@media only screen and (min-width:600px) {
    .content-container {
        padding: 0 50px 50px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media only screen and (min-width:960px) {
.content-container {
    max-width: 810px;
    padding-left: 0;
}
}

@media only screen and (max-width:340px) {
    .content-container {
        padding: 20px 10px
    }
}

.article {
overflow: hidden;
    padding-bottom: 50px;
    background-color: white;
    border: 1px solid #dddbd6;
    border-radius: 10px;
	margin-bottom:50px;
}

.article p, .article h2, .article h3, .article h4, .article ul, .roundup-item-description {
	    padding: 20px 30px;
}

.article img {width: -webkit-fill-available;}
.wprm-recipe-image img {max-width:300px;}

.article-header {
    margin-bottom: 0
}

.article-featured-img {
    margin-bottom: 50px
}

.article-author {
    margin: 0;
    font-size: 23.9994px;
    font-weight: 600
}

.article-date {
    margin: 0
}

.article-read-more {
    text-decoration: none
}



@media only screen and (min-width:960px) {
    .sidebar {
        display: block;
        min-width: 390px;
        max-width: 390px;
        padding: 0 20px 20px;
        border: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.sidebar-mobile {
    display: block;
    min-width: 300px;
    padding: 20px
}

@media only screen and (min-width:960px) {
    .sidebar-mobile {
        display: none
    }
}

@media only screen and (max-width:340px) {
    .sidebar-mobile {
        margin: 0 auto;
        padding: 0
    }
}

.mv-sticky-slot {
    position: -webkit-sticky;
    position: sticky;
    top: 10px
}

.logged-in .mv-sticky-slot {
    top: 45px
}

.about-author {
    max-width: 350px;
    margin: 50px auto 20px;
    padding: 50px;
    border: 1px solid #e1e1e1
}

@media only screen and (max-width:340px) {
    .about-author {
        margin: 66.66667px 20px 0
    }
}

.about-author-photo {
    overflow: hidden;
    width: 100px;
    height: auto;
    margin: -100px auto 40px;
    border-radius: 50px
}

.about-author-photo img {
    display: block
}

.about-author-title {
    margin-bottom: 40px
}

.about-author-content {
    font-size: 16px;
    font-size: 1rem
}

.about-author-content p:last-child {
    margin-bottom: 0
}



    .prev-next-link {
        margin-right: 0;
        margin-left: 0;
        -webkit-box-flex: 1;
        flex-direction: column;
        text-decoration:none;
        -ms-flex: 1;
        flex: 1
    }







.prev-next img {
width: 99%;
    height: 275px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #dddbd6;
}




    .prev-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
	gap: 90px;
    }


.btn,
button,
input[type=submit] {
    font-size: 1rem;
    background-color: #b89c69;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer
}

.btn,
.btn:visited,
button,
button:visited,
input:visited[type=submit],
input[type=submit] {
    color: #fff
}

.btn:focus,
.btn:focus-within,
.btn:hover,
button:focus,
button:focus-within,
button:hover,
input:focus-within[type=submit],
input:focus[type=submit],
input:hover[type=submit] {
    background-color: #e2dacb;
    color: inherit;
}

@media only screen and (min-width:600px) {
    .btn,
    button,
    input[type=submit] {
        display: inline-block;
        width: auto
    }
}

.btn:active,
button:active,
input:active[type=submit] {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .35);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .35)
}

.btn.block,
button.block,
input.block[type=submit] {
    display: block;
    width: 100%
}

.btn.inline,
button.inline,
input.inline[type=submit] {
    display: inline-block;
    width: auto
}

@media only screen and (min-width:600px) {
    .btn,
    button,
    input[type=submit] {
        padding: 10px 20px
    }
}

a.btn {
    text-decoration: none
}

.excerpt-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:600px) {
    .excerpt-container:not(.featured-hero-container) {
        -ms-flex-direction: row;
        flex-direction: column;
        text-align: center;
    }
}

.excerpt-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px;
    min-width: 200px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.excerpt-photo img {
width: 100%;
    object-fit: cover;
}

@media only screen and (min-width:600px) {
    .excerpt-photo:not(.featured-hero-photo) {
        width: auto;
        min-width: 0;
    }
}

.excerpt-post-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top:20px;
}


.excerpt-post-data p:last-child {
    margin-bottom: 0
}

.excerpt-title {
    margin: 10px 0;
    line-height:36px;
}

@media only screen and (min-width:600px) {
    .excerpt-title {
        margin: 0
    }
}

.archive .excerpt-title {
    font-size: 1.625rem
}

.excerpt-link {
    text-decoration: none
}



.excerpt-link:focus,
.excerpt-link:focus-within,
.excerpt-link:hover {
   
}

.featured-hero {
    background: #fafafa
}

.featured-hero-container {
    padding: 20px
}

@media only screen and (min-width:600px) {
    .featured-hero-container {
        padding: 50px
    }
}

@media only screen and (min-width:960px) {
    .featured-hero-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 50px 20px;
        text-align: left
    }
}

@media only screen and (min-width:960px) {
    .featured-hero-photo {
        width: auto;
        margin-right: 50px;
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3
    }
}

@media only screen and (min-width:960px) {
    .featured-hero-post-data {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.featured-hero .excerpt-title {
    margin-top: 20px;
    margin-bottom: 20px
}

@media only screen and (min-width:960px) {
    .featured-hero .excerpt-title {
        margin: 0
    }
}

.featured-hero .btn {
    margin: 40px 0 30px
}

@media only screen and (min-width:600px) {
    .featured-hero .btn {
        margin-bottom: 0
    }
}

label {
    font-size: 13.5px;
    font-size: .84375rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase
}

input,
select,
textarea {
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 100%;
    margin: 0 0 10px;
    padding: 6.66667px;
    border: 1px solid #e1e1e1;
    outline: none;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[disabled],
select[disabled],
textarea[disabled] {
    border-color: #eee;
    background-color: #f2f2f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed
}

input:focus,
select:focus,
textarea:focus {
    border-color: #41a4a9
}

input,
textarea {
    resize: vertical
}


.search .meta {flex-direction:row;gap:7px;}

.search main {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 42px;
    width: 100%;
    row-gap: 15px;
}

.searchtitle {    grid-column: span 2;}

.search .post {}

.meta {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-weight: 700;
}



.meta-item {
    font-size: 12px; 
    display: inline-block;
    margin: 0 0 10px;
    line-height: 1em
}

@media only screen and (min-width:600px) {
    .meta-item {
        float: left;
    }
    .meta-item:first-child {
        padding-left: 0;
        border-left: none
    }
    .meta-item:last-child {
        padding-right: 0
    }
}

.meta-item a {
    text-decoration: none
}


.meta+.article-heading {
    text-align: center
}

@media only screen and (min-width:600px) {
    .meta+.article-heading {
        text-align: left
    }
}

.pagination {
    padding: 50px 0;
    border-top: 1px solid #e1e1e1;
    text-align: center
}

.page-numbers {
    display: inline-block;
    padding: 5px
}

.searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.searchform label {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	background-color:white;
}

.searchform .search-field {
    min-height: 60px;
    margin-bottom: 0;
    padding: 10px 20px;
    line-height: 1
}

.searchform button,
.searchform input[type=submit] {
    width: 60px;
    height: 60px;
    padding: 7px 20px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.searchform button:focus,
.searchform button:focus-within,
.searchform button:hover,
.searchform input:focus-within[type=submit],
.searchform input:focus[type=submit],
.searchform input:hover[type=submit] {
    background: transparent
}

.searchform button:focus-within .magnifying-glass,
.searchform button:focus .magnifying-glass,
.searchform button:hover .magnifying-glass,
.searchform input:focus-within[type=submit] .magnifying-glass,
.searchform input:focus[type=submit] .magnifying-glass,
.searchform input:hover[type=submit] .magnifying-glass {
    color: #41a4a9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.searchform button:active .magnifying-glass,
.searchform input:active[type=submit] .magnifying-glass {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.searchform .magnifying-glass {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 24px;
    height: 24px;
    -webkit-transform: scale(1);
    transform: scale(1);
    fill: #000
}

.mobile-search-bar {
    margin: 0 20px 20px
}

@media only screen and (min-width:600px) {
    .mobile-search-bar {
        display: none
    }
}


.widget-container {
    margin-bottom: 20px
}



.widget_archive a {
    text-decoration: none
}

.widget_media_audio .mejs-container,
.widget_media_audio .mejs-container .mejs-controls,
.widget_media_audio .mejs-embed,
.widget_media_audio .mejs-embed body {
    background: #41a4a9
}


.widget_calendar tfoot #prev a,
.widget_categories a,
.widget_meta a,
.widget_recent_comments a {
    text-decoration: none
}

.widget_rss li {
    margin-bottom: 20px
}

.widget_rss a {
    display: block;
}

.rsswidget {
    line-height: 1.625;
    text-decoration: none
}

.rssSummary {
    margin-bottom: 20px;
    font-size: .9375rem
}

.rss-date {
    display: block;
    margin-bottom: 20px;
    font-size: .75rem
}

.widget_recent_entries a {
    text-decoration: none
}

.widget_recent_entries .post-date {
    display: block;
    margin-bottom: 10px;
    font-size: .75rem
}

.widget_pages a {
    text-decoration: none
}

.wp-video .mejs-container,
.wp-video .mejs-container .mejs-controls,
.wp-video .mejs-embed,
.wp-video .mejs-embed body {
    background: #41a4a9
}

.alignnone,
a img.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

@media screen and (max-width:400px) {
    .alignleft,
    .alignright,
    a img.alignleft,
    a img.alignright {
        display: block;
        float: none;
        margin: 5px 0 20px
    }
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.wp-caption {
    max-width: 100%;
    padding: 4px;
    border: 1px solid #f0f0f0;
    background: #fff;
    text-align: center
}

.wp-caption img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0
}

.wp-caption p.wp-caption-text {
    margin: 4px 0 0;
    padding: 5px 4px;
    font-size: 11px;
    line-height: 17px
}

.screen-reader-hidden {
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal!important;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%)
}

.screen-reader-hidden:focus {
    display: block;
    clip: auto!important;
    z-index: 1000000;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    color: #444;
    background-color: #eee;
    font-size: 1em;
    line-height: normal;
    text-decoration: none;
    -webkit-clip-path: none;
    clip-path: none
}

.screen-reader-text {
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal!important;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%)
}

.screen-reader-text:focus {
    display: block;
    clip: auto!important;
    z-index: 1000000;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    color: #444;
    background-color: #eee;
    font-size: 1em;
    line-height: normal;
    text-decoration: none;
    -webkit-clip-path: none;
    clip-path: none
}

.dpsp-network-btn {margin-bottom:3px;} .dpsp-networks-btns-wrapper li {margin-right:3px;} .wp-block-search__inside-wrapper {width:50px;} .wp-block-search__input {width:auto; min-width:unset;} .wp-block-latest-posts.wp-block-latest-posts__list li {list-style:none;font-size: 15px;} .wp-block-search__button {font-size:14px;} 

.wp-block-search__button {border-radius: 6px;
    border: 0px;
    background-color: #FAFAFA;
    max-height: 50px;
    border: 1px solid #e1e1da;}

.wp-block-search__input {
    flex-grow: 1;
    border: 1px solid #e1e1da;
    font-size: inherit;
    font-family: inherit;
    max-height: 50px;
    line-height: inherit;
    margin-bottom: 0px;
    border-radius: 6px;
}


.wp-block-image .aligncenter {width:100%;}
.comments { margin-top: 40px; }

.comment {list-style:none;margin-bottom:20px;}
.comment-body {background-color: white;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 10px;
    border: 1px solid #dddbd6;
    margin-bottom:20px;}

.btn, button, input[type=submit] {
    font-size: 20px;
    background-color: #d88b01;
}

.widget_media_image {background-color:unset;border:unset;}

.roundup-item-number {
	    float: left;
    color: orange;
    padding: 0px 20px;
}
.roundup-item-number:after {
	    display: block;
    content: '.';
    float: right;
    padding-left: 5px;
}

.roundup-button a {
	display: block;
    background-color: #f1efe2;
    padding: 10px 20px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 80px;
    border: 1px solid #dfdac6;
}

#dpsp-content-top { margin-left:30px;}


/*MV*/
@media only screen and (max-width: 359px) {
.main {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
body {
background: #fff !important;
}
.entry-content {
border: none !important;
}
.wp-block-search__inside-wrapper {
flex-wrap: wrap !important;
}
.wprm-recipe {
padding-left: 0px !important;
padding-right: 0px !important;
}
}
/*END MV*/