header,
header.move_menu {
  background-color: #fff0;
  border-bottom: 0;
}
header.centered_logo.page_header .logo {
  max-width: 280px;
  margin: 0 auto;
  padding: 10px !important;
}
header.centered_logo.page_header .logo img {
  width: 100% !important;
  object-fit: contain;
}
.page_header .main_menu.drop_down {
  display: none;
}
.page_header .selectnav_button,
.page_header .selectnav {
  display: block;
}
.page_header .selectnav_button {
  background-color: #ffffffcf;
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px 15px 10px 65px;
}
.page_header .selectnav_button > span:before {
  content: "MENU";
  position: absolute;
  top: calc(50% + 0.5px);
  left: -10px;
  transform: translate(-100%, -50%);
}
.page_header .selectnav {
  position: fixed;
  top: 50px;
  left: 0;
  max-width: 300px;
  background-color: #ffffffcf;
}
.page_header .selectnav ul {
  background-color: #fff0;
  margin-bottom: 0;
  padding: 0;
}
.page_header .selectnav ul li {
  border-top: 1px solid #eee;
  padding: 5px 0;
}
.page_header .selectnav ul li a {
  font-family: Montserrat,Tahoma,arial;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}


/* Page */
.container_inner {
  width: calc(100% - 100px);
  max-width: 900px;
  padding: 15px 30px;
  background-color: #fff;
}
body.single .container_inner {
  max-width: 750px;
}
body.single .post_title_label {
  margin-top: 15px;
}
body.single article > div.image {
  display: none;
}
.container_inner p,
.container_inner ul,
.container_inner ol {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #121212;
  margin-bottom: 20px;
}

.blog_holder {
  padding: 0 !important;
}

/* Post Page */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat,sans-serif;
}
.title h1 {
  color: #fff;
  line-height: 1em;
  margin: 60px auto 20px !important;
  text-shadow: 2px 2px #333;
  font-weight: 400;
}
.title h1 a {
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: 100px;
  margin-bottom: 20px;
}
.title h1 span {
  font-size: 26px;
}
.blog_holder_inner {
  columns: 3;
  column-gap: 1em;
}
.blog_holder_inner:before {
  display: none;
}
.blog_holder_inner article.post {
  background-color: #fff;
  position: relative;
  height: initial !important;
  width: initial;
  break-inside: avoid;
  padding: 1em;
  margin-bottom: 1em;
  background: #f0f0f0;
  border-radius: 5px;
}
.blog_holder_inner article .blog_text_holder {
  padding: 15px 0 0;
}
.blog_holder_inner article .blog_text_holder .text {
  margin: 0;
}
.blog_holder_inner article.post .image {
  width: 100%;
  padding: 0;
}
.blog_holder_inner article.post .image img {
  width: 100%;
}

.blog_single_text_holder ul li {
  list-style: square;
  margin: 0 0 20px 20px;
}


/* Footer */
.four_columns>.column1,
.four_columns>.column2,
.four_columns>.column3 {
  width: 33.33%;
}

footer .four_columns,
footer .column_inner {
  padding: 0 20px !important;
}
footer hr {
  margin: 25px 0;
}
footer h6 {
  font-size: 20px !important;
  margin-bottom: 15px !important;
  line-height: 1.2;
}
footer p {
  color: #fff;
}
footer .collapseomatic,
footer .wp-block-button__link,
footer button[type="submit"] {
  background-color: #14a3aa;
  margin-top: 8px;
  padding: 15px 22px;
  line-height: 1;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 500;
  text-transform: capitalize;
}
footer button[type="submit"] {
  margin-top: 0;
  border: none;
  color: #fff;
}
footer .wp-block-search__input {
  margin-bottom: 0;
}
footer .collapseomatic {
  display: inline-block;
  background-image: none;
  margin-bottom: 10px;
}
footer .collapseomatic_content {
  margin-top: -5px;
  margin-bottom: 20px;
}
footer .wp-block-social-links a {
  padding: 5px !important;
}
footer .wp-block-social-links svg {
  width: 22px !important;
  height: 21px !important;
}

footer .footer_bottom {
  height: initial;
  line-height: initial;
}
footer .footer_bottom p {
  line-height: initial;
  margin-bottom: 15px;
}

@media screen and (max-width: 860px) {
  
  .blog_holder_inner {
    columns: 2;
  }
  
}
@media screen and (max-width: 860px) {
  
  .title h1 a {
    font-size: 60px;
  }
  
}
@media screen and (max-width: 599px) {
  
  .page_header .selectnav_button {
    padding-left: 15px;
  }
  .page_header .selectnav_button > span:before {
    display: none;
  }
  
  .blog_holder_inner {
    columns: 1;
  }

}



/* Pickles &amp; Tea */
#donate {
  padding-right: 5px !important;
}
.header_right_widget {
  position: fixed;
  top: 0;
  left: 204px;
  padding-right: 20px;
  background-color: #ffffffcf;
  line-height: 30px !important;
}
#menu-tools li {
  display: inline-block;
  margin-left: 0;
}

#fancybox-content form {
  margin-top: 20px;
}
#fancybox-content form input[type="search"] {
  margin-bottom: 0;
}
#fancybox-content form button[type="submit"] {
  background-color: #dd3322;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 500;
    padding: 10px 20px;
    border-color: #dd3322;
}

footer .collapseomatic,
footer .wp-block-button__link,
footer button[type="submit"] {
  background-color: #dd3322;
}

@media screen and (max-width: 1020px) {
  
  #donate {
    display: none;
  }
  .header_right_widget {
    left: 110px;
  }
  
}
@media screen and (max-width: 800px) {
  
  .header_right_widget {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
}
@media screen and (max-width: 599px) {
  
  .header_right_widget {
    left: 60px;
  }
  .header_right_widget .fancybox-inline img {
    margin-left: 0;
  }
  
}