/*
Theme Name: Marriage 4.0 Tostadas Online
Theme URI: https://tostadasenoctubre.com/
Description: Adaptacion de Tostadas en Octubre sobre Marriage 4.0
Author: Codex
Template: marriage-wordpress-theme
Version: 0.1.47
*/

html {
  background: url(assets/fondo14.png) repeat #edd3a2 !important;
}

body {
  background: url(assets/fondo1_superior23.png) repeat-x top !important;
  font-family: Arial, Helvetica, sans-serif;
  color: #48402c;
}

#main_container,
#center_container,
.footer_content,
.menu {
  width: 1000px;
  margin: 0 auto;
}

#center_container {
  background-color: #fff;
  padding: 0 0 45px;
}

.menu {
  padding: 0;
  text-align: center;
  width: 1000px;
  height: 70px;
  background: url(assets/menu_bg.jpg) no-repeat center bottom;
}

#main_menu {
  text-align: center;
  margin: 0;
  padding: 0;
}

#main_menu > li {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0 22px;
  background: none !important;
  border-radius: 0;
}

#main_menu > li > a {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0;
  color: #fff4cf;
  text-shadow: 0 1px 0 #b68508;
}

#header {
  padding-top: 30px;
}

.description {
  font-size: 24px;
  margin-top: 10px;
}

.title {
  text-align: center;
}

.title img {
  max-width: 460px;
}

.title,
.description,
.about_right h2,
.name_divider,
.entry_single h2,
.post_thumb h2,
.pages_title h2,
.pages_title h7 {
  font-family: "Great Vibes", cursive;
}

.home_title h2,
ul#main_menu li a,
.footer_menu a {
  font-family: "Ovo", serif;
}

.home .left_content,
.home .full_width_centered {
  width: auto;
  float: none;
  padding: 0;
}

.home .center_container,
#center_container {
  overflow: hidden;
}

.home_title {
  width: 920px;
  background: url(assets/divider.jpg) no-repeat center bottom;
  padding: 0 0 126px 0;
  margin: 0 auto 0 auto;
  position: relative;
  text-align: left;
}

.home_title h2:empty {
  display: none;
}

.home_title .socials {
  position: absolute;
  right: 0;
  top: -2px;
  display: block;
  width: auto;
  margin: 0;
  text-align: right;
  z-index: 25;
}

.home_title h2 {
  float: left;
  font-size: 24px;
  padding: 6px 0 0 0;
  margin: 0;
  letter-spacing: -0.5px;
}

.home_title .socials ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  position: relative;
  z-index: 25;
}

.home_title .socials ul li {
  display: inline-block;
  padding: 0 0 0 5px;
  float: none;
  position: relative;
  z-index: 25;
}

.home_title .socials ul li a {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
  z-index: 25;
  vertical-align: top;
}

.home .content .left13.section_home {
  min-height: 420px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home .content .left13.section_home h2 {
  width: 264px;
  margin: 0 auto 25px auto;
  padding: 0 0 0 15px;
}

.home .content .left13.section_home > a:first-of-type {
  display: block;
  margin: 0 auto;
}

.home .content .left13.section_home > a:first-of-type img {
  display: block;
  width: 264px;
  max-width: none;
  margin: 0 auto;
}

.home .content .left13.section_home p {
  width: 264px;
  min-height: 56px;
  margin: 0 auto;
  padding: 12px 0 0 0;
  text-align: left;
}

.home .content .left13.section_home .section_more {
  margin-top: auto;
}

.tostadas-home-slider {
  width: 920px;
  height: auto;
  aspect-ratio: 1280 / 853;
  margin: -46px auto 48px;
  position: relative;
  overflow: hidden;
  background: #efece4;
  border: 6px solid #e4e0d6;
  box-shadow: 0 12px 26px rgba(111, 84, 36, 0.12);
}

.tostadas-home-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  animation: tostadasHomeSlider calc(var(--slide-count, 5) * 5s) infinite;
  animation-delay: calc(var(--slide-index, 0) * 5s);
}

.tostadas-home-slide-1 {
  opacity: 1;
}

.tostadas-home-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tostadas-home-slide-caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  min-width: 430px;
  max-width: 590px;
  padding: 12px 22px 13px;
  background: rgba(225, 173, 31, 0.86);
  color: #392b0c;
  text-align: center;
}

.tostadas-home-slide-caption strong {
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: 31px;
  line-height: 1;
  font-weight: normal;
}

.tostadas-home-slide-caption em {
  display: block;
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  font-style: normal;
}

@keyframes tostadasHomeSlider {
  0%,
  16% {
    opacity: 1;
  }
  20%,
  100% {
    opacity: 0;
  }
}

.topsocials ul li img,
.socials ul li img {
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

#header .title img {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.home .about {
  padding-top: 20px;
}

.home .left12.about {
  width: 440px;
  float: left;
  padding: 40px 0 30px 40px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.home .left13.section_home,
.home .left13.fdivider.home_lower,
.home .left13.home_lower {
  width: 280px;
  float: left;
  padding-left: 40px;
  box-sizing: content-box;
}

.about_right h2 {
  line-height: 1.2;
  padding-top: 8px;
  overflow: visible;
}

.pages_title {
  height: 77px;
  width: 902px;
  clear: both;
  float: left;
  margin: 0 0 0 38px;
  padding: 0 0 0 20px;
  line-height: 100px;
}

.pages_title h2,
.pages_title h7 {
  font-size: 25px;
  padding: 0;
  line-height: 1;
}

.content img {
  width: auto;
  max-width: 100%;
}

.pageentry,
.entry_single {
  clear: both;
  margin: 0 0 20px 0;
  float: right;
  width: 496px;
}

.pageentry img,
.entry_single img,
.sidebar img {
  width: auto;
  max-width: 100%;
}

.sidebar .textwidget,
.sidebar p,
.sidebar li {
  line-height: 20px;
}

.sidebar iframe {
  max-width: 100%;
}

.footer_menu ul {
  margin: 0;
  padding: 0;
}

.footer {
  padding: 25px 0;
}

.footer_menu li {
  display: inline-block;
}

.footer_menu li a {
  display: inline-block;
  color: #6e6043;
}

.footer_text {
  padding-left: 40px;
  line-height: 22px;
  color: #6e6043;
}

.footer_menu {
  padding-right: 40px;
}

.tostadas-local-embed {
  border: 1px solid #e4e1d7;
  background: #eeece6;
  border-radius: 10px;
  padding: 14px 16px;
  margin: 0 40px 18px 0;
  color: #48402c;
}

.tostadas-local-embed a {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: #4f72ff;
  margin-bottom: 6px;
}

.tostadas-local-embed span {
  display: block;
  font-size: 13px;
}

.avatar.avatar-placeholder {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 999px;
  background: #e6e2d8;
  border: 3px solid #f5f1e8;
}

.home_lower h2 {
  color: #d08a1a;
  font-family: "Great Vibes", cursive;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 20px;
}

.home_recent .recent_item {
  border-bottom: 1px solid #eee4d0;
  min-height: 70px;
  padding: 0 0 12px;
  margin: 0 0 18px;
}

.home_recent .recent_thumb {
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 14px;
}

.home_recent .recent_thumb img {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
}

.home_recent .recent_link {
  color: #4b402d;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 8px;
}

.home_social_placeholder .search_holder {
  margin-bottom: 24px;
}

.home .home_social_placeholder,
.home .home_subscribe {
  display: none !important;
}

.home_facebook .tostadas-local-embed {
  width: 220px;
  margin: 0 auto 18px;
  box-sizing: border-box;
  border-color: #e5ddca;
  background: #f4f1e9;
}

.home_facebook .tostadas-local-embed a {
  color: #476fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.home_share_subscribe .search_holder {
  margin: 16px 0 28px;
}

.home_share_subscribe .searchform,
.home_share_subscribe form.searchform {
  width: 250px;
  padding: 10px;
  margin: 0;
  background: #f4f1e9;
  border: 1px solid #e6ddc7;
  border-radius: 9px;
  box-sizing: border-box;
}

.home_share_subscribe .searchform input[type="text"],
.home_share_subscribe form.searchform input[type="text"] {
  width: 150px;
  height: 28px;
  border: 1px solid #ded3ba;
  background: #fff;
  box-sizing: border-box;
}

.home_share_subscribe .searchform input[type="submit"],
.home_share_subscribe form.searchform input[type="submit"] {
  height: 31px;
  padding: 0 12px;
  border: 1px solid #c89518;
  border-radius: 8px;
  background: #e3b229;
  color: #2e260f;
  cursor: pointer;
}

.tostadas-share-buttons {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: -4px 0 14px;
}

.tostadas-share-buttons a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}

.tostadas-share-buttons .share-facebook {
  background: #3b5998;
}

.tostadas-share-buttons .share-twitter {
  background: #45a6d9;
}

.tostadas-share-buttons .share-mail {
  background: #d49a1d;
}

.tostadas-single-share {
  clear: both;
  width: 100%;
  margin: 34px 0 30px;
  padding: 18px 0 12px;
  border-top: 1px solid #eee4d0;
  border-bottom: 1px solid #eee4d0;
  text-align: center;
}

.tostadas-single-share h3 {
  margin: 0 0 14px;
  color: #d08a1a;
  font-family: "Great Vibes", cursive;
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
}

.tostadas-single-share .tostadas-share-buttons {
  justify-content: center;
  margin: 0;
}

.home_subscribe .subscribe_placeholder label {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}

.home_subscribe .subscribe_placeholder input {
  width: 180px;
  height: 28px;
  border: 1px solid #d7ccb3;
  background: #fff;
  margin-bottom: 6px;
}

.home_subscribe .subscribe_placeholder button {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #c79a2b;
  background: #e0b233;
  color: #6a5111;
  cursor: pointer;
}

.home_share_subscribe .subscribe_placeholder label {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}

.home_share_subscribe .subscribe_placeholder input {
  width: 200px;
  height: 28px;
  border: 1px solid #d7ccb3;
  background: #fff;
  margin-bottom: 6px;
  box-sizing: border-box;
}

.home_share_subscribe .subscribe_placeholder button {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #c79a2b;
  border-radius: 3px;
  background: #e0b233;
  color: #5d4510;
  cursor: pointer;
}

.menu {
  position: relative;
  z-index: 1500;
  overflow: visible;
}

.menucontainer,
#main_menu,
#main_menu > li {
  overflow: visible;
}

#main_menu {
  display: block;
}

#main_menu > li {
  position: relative;
  float: none;
  display: inline-block;
  width: auto !important;
  height: 70px !important;
  margin: 0;
  padding: 0 22px;
}

#main_menu > li:hover,
#main_menu > li:focus-within {
  z-index: 1600;
}

#main_menu > li > a {
  height: 70px;
  line-height: 70px;
  padding: 0;
  font-size: 18px;
}

#main_menu li ul {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 0;
  min-width: 210px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #f4efe5;
  border: 1px solid #e5d8b7;
  box-shadow: 0 10px 24px rgba(83, 70, 46, 0.18);
  z-index: 1700;
}

#main_menu li:hover > ul,
#main_menu li:focus-within > ul,
#main_menu li.menu-item-has-children:hover > .sub-menu,
#main_menu li.menu-item-has-children:focus-within > .sub-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#main_menu li ul li {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none !important;
}

#main_menu li ul li a {
  display: block;
  height: auto;
  line-height: 1.4;
  padding: 8px 18px;
  color: #53462e;
  font-size: 14px;
  text-shadow: none;
  white-space: nowrap;
}

#main_menu li ul li a:hover,
#main_menu li ul li.current-menu-item > a {
  background: rgba(224, 178, 51, 0.18);
  color: #8a5a00;
}

#header {
  padding-top: 30px;
  overflow: visible;
}

.description {
  display: block;
  width: 100%;
  margin: 14px auto 0;
  line-height: 1.3;
  text-align: center;
  clear: both;
  position: relative;
  z-index: 1;
}

.home .about {
  padding-top: 10px;
}

.home .content {
  clear: both;
  overflow: hidden;
}

.home .content::after {
  content: "";
  display: block;
  clear: both;
}

.home .about .about_pic {
  flex: 0 0 147px;
  width: 147px;
  height: 147px;
  margin-right: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 66px, transparent 66px),
    repeating-linear-gradient(135deg, #f0ede5 0 3px, #faf8f3 3px 6px);
  border: 1px solid #e6e2d8;
  float: left;
}

.home .about .about_pic img {
  display: block;
  width: 135px;
  height: 135px;
  margin: 6px 0 0 6px;
  object-fit: cover;
  border-radius: 70px;
}

.home .about .about_right {
  flex: 1 1 auto;
  width: auto;
  float: none;
  padding: 0;
  min-height: 147px;
  overflow: visible;
}

.home .about .about_right h2 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: #4f72ff !important;
  text-shadow: 1px 1px #fff;
}

.home .about .about_right p {
  margin: 0;
  line-height: 1.45;
  color: #3f3729;
}

.home .about .about_right p strong {
  display: block;
  text-align: left;
}

.home .about .more_about,
a.more_about,
a.button {
  display: inline-block;
  width: 103px;
  height: 41px;
  margin: 15px 0 0;
  line-height: 41px;
  text-align: center;
  color: #564926;
  text-shadow: 1px 1px #f8d67f;
  background: linear-gradient(180deg, #f5d461 0%, #dda81b 100%);
  border: 1px solid #d1a545;
  border-radius: 22px;
  box-shadow:
    inset 0 0 0 2px #f6e3a2,
    0 2px 0 rgba(153, 108, 6, 0.18);
}

.home .about .more_about,
.home .about .about_right a.more_about {
  float: none;
  display: block;
  margin: 15px 0 0 83px;
}

.home .content .left13.section_home {
  min-height: 420px;
  padding-top: 18px;
}

.home .content .left13.section_home h2 {
  position: relative;
  width: 279px;
  height: 45px;
  margin: 0 auto 25px;
  padding: 0;
  line-height: 50px;
  color: #d28b17;
  text-align: center;
  font-size: 31px;
  text-shadow: 0 1px 0 #f5df99;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 279px 45px;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.home .content .left13.section_home > a:first-of-type {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 278px;
  height: 211px;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  background: #e6e2d8;
  line-height: 0;
  overflow: hidden;
}

.home .content .left13.section_home > a:first-of-type img {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 270px;
  height: 203px;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
  background: transparent;
  box-sizing: border-box;
}

.home .content .left13.section_home p {
  width: 270px;
  min-height: 48px;
  padding-top: 10px;
}

.home .content .left13.section_home .section_more {
  margin-top: 10px;
  color: #d49b0f;
}

.home .content .left13.section_home .swirl_left {
  display: inline-block;
  padding-left: 44px;
  position: relative;
}

.home .content .left13.section_home .swirl_right {
  display: inline-block;
  padding-right: 44px;
  position: relative;
}

.home .content .left13.section_home .swirl_left::before,
.home .content .left13.section_home .swirl_right::after {
  display: none;
}

.name_divider {
  margin: 10px 0 6px;
}

.name_divider:empty {
  display: none;
  height: 0;
  margin: 0;
  background: none !important;
}

.home_lower,
.home .left13.fdivider.home_lower {
  padding-top: 8px !important;
  margin-top: 0;
}

.home .left13.fdivider.home_lower {
  min-height: 0;
}

.left23 {
  float: left;
  width: 620px;
  padding: 0 0 30px 40px;
}

.pages_title {
  margin-top: 6px;
}

.pages_title h2,
.pages_title h7 {
  color: #d08a1a;
  font-size: 40px;
  text-shadow: 1px 1px #fff2c8;
}

.pageentry,
.entry_single {
  float: none;
  width: auto;
  margin: 0;
  color: #4d412d;
  font-size: 14px;
  line-height: 1.65;
}

.pageentry p,
.entry_single p,
.pageentry li,
.entry_single li {
  margin: 0 0 16px;
}

.pageentry a,
.entry_single a,
.recent_link {
  color: #4f72ff;
}

.pageentry h2,
.entry_single h2 {
  margin: 0 0 20px;
  color: #5673ff;
  font-size: 42px;
  line-height: 0.95;
  font-weight: normal;
  text-shadow: 1px 1px #fff;
}

.page .pageentry > h2:first-child {
  display: none;
}

.page .pageentry img:first-of-type {
  float: right;
  max-width: 280px;
  margin: 0 0 18px 24px;
}

.single .entry_single h2 {
  max-width: 540px;
  line-height: 1.02;
}

.page .pageentry .wp-block-columns {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin: 0;
  padding: 0 !important;
}

.page .pageentry .wp-block-column:first-child {
  flex: 0 0 320px;
  max-width: 320px;
}

.page .pageentry .wp-block-column:first-child p {
  font-size: 13px;
  line-height: 1.55;
}

.page .pageentry .wp-block-column:last-child {
  flex: 1 1 auto;
  text-align: center;
}

.page .pageentry .wp-block-uagb-image img,
.page .pageentry .wp-block-image img {
  max-width: 280px;
  margin: 12px auto 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page .pageentry .wp-block-heading {
  display: none;
}

.single .entry_single p {
  text-align: left !important;
}

.single .entry_single img.aligncenter,
.single .entry_single .aligncenter img,
.single .entry_single p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single .entry_single strong {
  color: #7b5b17;
}

.pageentry img,
.entry_single img {
  border: 5px solid #e6e2d8;
  background: #e6e2d8;
  padding: 0;
  margin: 0 0 18px;
  box-sizing: border-box;
}

.pageentry > p:first-child,
.entry_single > p:first-of-type {
  font-size: 15px;
}

.post {
  overflow: hidden;
  margin-bottom: 28px;
}

.post_left {
  float: left;
  width: 86px;
  padding-top: 8px;
}

.date_line_blog {
  width: 72px;
  min-height: 86px;
  padding: 10px 0 8px;
  margin: 0 auto 14px;
  text-align: center;
  background: #fff8e5;
  border: 1px solid #e7d5a6;
  box-shadow: inset 0 0 0 1px #f8eed2;
  color: #8b671a;
}

.date_line_blog .day {
  display: block;
  font-family: "Ovo", serif;
  font-size: 30px;
  line-height: 1;
}

.date_line_blog .month {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.date_line_blog img.date_line {
  display: none;
}

.comm_line_blog {
  margin: 0 0 10px;
  color: #6e6043;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.comm_line_blog a {
  color: #6e6043;
}

.sidebar {
  float: right;
  width: 250px;
  padding: 0 38px 30px 0;
  color: #4d412d;
}

.widget_area_text {
  display: none;
}

.sidebar_search {
  margin-bottom: 22px;
}

.sidebar .search_holder form,
.sidebar_search form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar .search_holder input[type="text"],
.sidebar .search_holder input[type="search"],
.sidebar_search input[type="text"],
.sidebar_search input[type="search"] {
  width: 132px;
  height: 26px;
  padding: 0 8px;
  border: 1px solid #d8cdb7;
  background: #fff;
}

.sidebar .search_holder input[type="submit"],
.sidebar .search_holder button,
.sidebar_search input[type="submit"],
.sidebar_search button {
  height: 28px;
  padding: 0 12px;
  border: 1px solid #c79a2b;
  background: #e0b233;
  color: #6a5111;
  font-size: 11px;
  cursor: pointer;
}

.sidebar_card {
  margin-bottom: 24px;
}

.sidebar_card h2 {
  margin: 0 0 14px;
  color: #d08a1a;
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  line-height: 1;
  font-weight: normal;
}

.sidebar_category_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar_category_list li {
  margin: 0 0 9px;
}

.sidebar_category_list a {
  display: block;
  padding: 8px 12px;
  border: 1px solid #e7d5a6;
  background: linear-gradient(180deg, #f7df8d 0%, #f1c963 100%);
  color: #84590f;
  text-decoration: none;
  text-align: center;
  box-shadow: inset 0 0 0 1px #f8eed2;
}

.sidebar .recent_item {
  overflow: hidden;
  min-height: 70px;
  padding: 0 0 12px;
  margin: 0 0 16px;
  border-bottom: 1px solid #eee4d0;
}

.sidebar .recent_thumb {
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 12px;
}

.sidebar .recent_thumb img {
  width: 56px;
  height: 56px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  object-fit: cover;
  background: transparent;
}

.sidebar .recent_link {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
}

.sidebar .subscribe_placeholder label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}

.sidebar .subscribe_placeholder input {
  width: 168px;
  height: 26px;
  padding: 0 8px;
  border: 1px solid #d8cdb7;
  background: #fff;
  margin-bottom: 8px;
}

.sidebar .subscribe_placeholder button {
  display: inline-block;
  height: 28px;
  padding: 0 12px;
  border: 1px solid #c79a2b;
  background: #e0b233;
  color: #6a5111;
  cursor: pointer;
}

#main_menu li ul ul {
  top: -9px;
  left: 100%;
}

@media screen and (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }

  #main_container,
  #center_container,
  .footer_content,
  .menu,
  .home_title,
  .pages_title {
    width: auto;
    max-width: calc(100% - 32px);
  }

  .menu {
    background-size: 100% 100%;
  }

  .home_title {
    padding-bottom: 44px;
    background-size: 100% auto;
  }

  .home .left12.about,
  .home .left13.fdivider.home_lower,
  .home .left13.home_lower,
  .left23,
  .sidebar {
    width: auto;
    max-width: none;
  }

  .left23,
  .sidebar,
  .home .left13.fdivider.home_lower,
  .home .left13.home_lower {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pageentry,
  .entry_single {
    float: none;
    width: auto;
    max-width: none;
  }

  .sidebar {
    float: none;
    padding-bottom: 30px;
  }

  .left23 {
    float: none;
    padding-right: 24px;
  }

  .page .pageentry .wp-block-columns {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  html {
    background-size: 240px auto !important;
  }

  body {
    background-size: auto 220px !important;
  }

  #main_container,
  #center_container,
  .footer_content,
  .menu,
  .home_title,
  .pages_title {
    width: auto;
    max-width: none;
    margin-left: 12px;
    margin-right: 12px;
  }

  #center_container {
    padding-bottom: 24px;
  }

  .menu {
    display: none;
    position: fixed;
    top: 62px;
    left: 50%;
    z-index: 2150;
    width: min(calc(100vw - 24px), 330px);
    max-height: calc(100vh - 82px);
    height: auto;
    margin: 0;
    padding: 16px 14px 18px;
    overflow-y: auto;
    transform: translateX(-50%);
    background: rgba(247, 240, 220, 0.97) !important;
    border: 1px solid #d6b86b;
    border-radius: 18px;
    box-shadow:
      inset 0 0 0 1px rgba(255, 251, 235, 0.92),
      0 12px 28px rgba(90, 70, 28, 0.18);
  }

  .show_menu,
  .hide_menu {
    position: relative;
    top: 8px;
    right: auto;
    z-index: 2200;
    display: block;
    width: auto;
    min-width: 150px;
    max-width: calc(100% - 24px);
    box-sizing: border-box;
    height: 42px;
    line-height: 40px;
    margin: 0 auto 8px;
    padding: 0 18px;
    border: 1px solid #d1b166;
    border-bottom-color: #b78a1b;
    border-radius: 18px 18px 6px 6px;
    background: linear-gradient(180deg, #f7dfa0 0%, #e4bb53 100%);
    color: #6f5210;
    font-family: "Ovo", serif;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff1bf;
    box-shadow:
      inset 0 0 0 1px rgba(255, 247, 215, 0.8),
      0 3px 10px rgba(133, 98, 24, 0.18);
  }

  .show_menu::before,
  .hide_menu::before {
    content: "≡";
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
  }

  .hide_menu {
    display: none;
  }

  body.mobile-menu-preview .menu {
    display: block !important;
  }

  body.mobile-menu-preview .show_menu {
    display: none !important;
  }

  body.mobile-menu-preview .hide_menu {
    display: block !important;
  }

  body.mobile-menu-preview {
    overflow: hidden;
  }

  #main_menu {
    display: block;
    text-align: left;
  }

  #main_menu li,
  #main_menu li::before,
  #main_menu li::after {
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  #main_menu > li {
    display: block;
    float: none;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 16px;
    padding: 0;
  }

  #main_menu > li:last-child {
    margin-bottom: 0;
  }

  #main_menu > li > a {
    display: block;
    height: auto !important;
    line-height: 1.2;
    padding: 0 4px 10px;
    color: #9a6b08;
    font-size: 21px;
    text-align: center;
    text-shadow: 0 1px 0 #fff2c2;
  }

  #main_menu li ul {
    position: static;
    display: block;
    visibility: visible;
    opacity: 1;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: rgba(255, 251, 240, 0.96);
    border: 1px solid #ead9b0;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  }

  #main_menu li ul ul {
    top: auto;
    left: auto;
    margin: 6px 10px 4px;
  }

  #main_menu li ul li {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }

  #main_menu li ul li a {
    display: block;
    padding: 12px 16px;
    color: #54452c;
    font-size: 17px;
    line-height: 1.3;
    white-space: normal;
    text-align: left;
    border-top: 1px dotted #b9a277 !important;
  }

  #main_menu > li > ul > li:first-child > a,
  #main_menu li ul ul > li:first-child > a {
    border-top: 0 !important;
  }

  #header {
    padding-top: 20px;
  }

  .title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px 0;
    overflow: hidden;
  }

  .title img {
    width: auto;
    max-width: min(292px, calc(100% - 8px));
    height: auto;
    margin: 0 auto;
  }

  .description {
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.15;
    text-align: center;
    padding: 0 4px;
    white-space: nowrap;
  }

  .home_title {
    padding: 0 0 44px;
    background-size: 100% auto;
    text-align: center;
  }

  .home_title h2 {
    float: none;
    font-size: 18px;
    padding-top: 0;
    text-align: center;
  }

  .home_title .socials {
    position: static;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
  }

  .home_title .socials ul li {
    padding-left: 3px;
    padding-right: 3px;
  }

  .home .left12.about,
  .home .left13.section_home,
  .home .left13.fdivider.home_lower,
  .home .left13.home_lower,
  .left23,
  .sidebar {
    float: none;
    width: auto;
    max-width: none;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .home .left12.about {
    padding-top: 24px;
    padding-bottom: 18px;
    display: block;
  }

  .home .about .about_pic {
    float: none;
    margin: 0 auto 16px;
  }

  .about_pic {
    margin: 0 auto 16px;
    text-align: center;
  }

  .about_right,
  .about2_right {
    width: auto;
    text-align: center;
  }

  .about_right p,
  .about2_right p {
    text-align: center;
  }

  .home .about .about_right p strong {
    text-align: center;
  }

  .home .about .more_about,
  .home .about .about_right a.more_about {
    margin: 15px auto 0;
  }

  .home .content .left13.section_home {
    min-height: 0;
    padding-top: 12px;
    margin-bottom: 24px;
  }

  .home .content .left13.section_home h2,
  .home .content .left13.section_home > a:first-of-type,
  .home .content .left13.section_home p {
    max-width: 278px;
  }

  .home .content .left13.section_home > a:first-of-type {
    width: min(278px, 100%);
    height: auto;
    aspect-ratio: 278 / 211;
  }

  .home .content .left13.section_home > a:first-of-type img {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }

  .home .content .left13.section_home p {
    width: min(270px, 100%);
  }

  .home_lower h2,
  .sidebar_card h2 {
    font-size: 30px;
    text-align: center;
  }

  .left23 {
    padding-bottom: 20px;
  }

  .pages_title {
    height: auto;
    min-height: 0;
    padding: 14px 18px;
    background-size: 100% 100%;
  }

  .pages_title h2,
  .pages_title h7,
  .pageentry h2,
  .entry_single h2 {
    font-size: 30px;
    line-height: 1.05;
    text-align: center;
  }

  .page .pageentry img:first-of-type {
    float: none;
    max-width: 280px;
    margin: 0 auto 18px;
  }

  .pageentry,
  .entry_single {
    float: none;
    width: auto;
    max-width: none;
  }

  .page .pageentry .wp-block-columns {
    display: block;
  }

  .page .pageentry .wp-block-column:first-child,
  .page .pageentry .wp-block-column:last-child {
    max-width: none;
  }

  .page .pageentry .wp-block-column:first-child {
    margin-bottom: 16px;
  }

  .sidebar {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .sidebar .search_holder form,
  .sidebar_search form {
    justify-content: center;
  }

  .sidebar .subscribe_placeholder {
    text-align: center;
  }

  .sidebar .subscribe_placeholder input {
    width: min(100%, 220px);
  }

  .footer {
    padding: 18px 0;
  }

  .footer_content {
    text-align: center;
  }

  .footer_text,
  .footer_menu {
    float: none;
    padding: 0;
  }

  .footer_menu {
    margin-top: 10px;
  }
}

@media screen and (max-width: 359px) {
  #main_container,
  #center_container,
  .footer_content,
  .menu,
  .home_title,
  .pages_title {
    margin-left: 8px;
    margin-right: 8px;
  }

  .home .left12.about,
  .home .left13.section_home,
  .home .left13.fdivider.home_lower,
  .home .left13.home_lower,
  .left23,
  .sidebar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .title img {
    max-width: 260px;
  }

  .description {
    font-size: 15px;
  }

  .home .about .about_pic {
    width: 120px;
    height: 120px;
    flex-basis: 120px;
  }

  .home .about .about_pic img {
    width: 108px;
    height: 108px;
  }
}

@media screen and (max-width: 1024px) {
  .tostadas-home-slider {
    width: min(920px, calc(100% - 64px));
    height: auto;
    aspect-ratio: 1280 / 853;
    margin-top: -18px;
  }

  .tostadas-home-slide-caption {
    right: 14px;
    bottom: 14px;
  }

  .home_share_subscribe .searchform,
  .home_share_subscribe form.searchform {
    width: min(250px, 100%);
  }
}

@media screen and (max-width: 767px) {
  .tostadas-home-slider {
    width: calc(100% - 36px);
    margin: -16px auto 24px;
    border-width: 4px;
    aspect-ratio: 1280 / 853;
  }

  .tostadas-home-slide-caption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-width: 0;
    max-width: none;
    padding: 8px 12px 9px;
  }

  .tostadas-home-slide-caption strong {
    font-size: 25px;
  }

  .tostadas-home-slide-caption em {
    display: none;
  }

  .home_facebook .tostadas-local-embed,
  .home_share_subscribe .searchform,
  .home_share_subscribe form.searchform,
  .home_share_subscribe .subscribe_placeholder input {
    width: min(100%, 280px);
    margin-left: auto;
    margin-right: auto;
  }

  .tostadas-share-buttons {
    justify-content: center;
  }

  .home_share_subscribe .subscribe_placeholder {
    text-align: center;
  }

  .tostadas-single-share {
    margin-top: 26px;
  }
}

@media screen and (max-width: 359px) {
  .tostadas-home-slider {
    width: calc(100% - 24px);
  }

  .tostadas-home-slide-caption strong {
    font-size: 22px;
  }
}

/* WP Recipe Maker: adapt the Meadow card to the original Tostadas palette. */
.single .entry_single .wprm-recipe-template-meadow {
  --meadow-accent-color: #b47b12;
  --meadow-main-background-color: #fbf6e9;
  --meadow-list-border-color: #dfbd6a;
  container: tostadas-recipe / inline-size;
  margin-block: 32px 38px;
  border: 1px solid #e7d5a6;
  border-top: 4px solid #d29a1d;
  border-radius: 4px;
  background: #fffdf7;
  box-shadow: inset 0 0 0 1px #f8eed2;
  color: #4d412d;
  font-family: "Ovo", Georgia, serif;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.single .entry_single .wprm-recipe-template-meadow :is(p, li) {
  color: inherit;
  font-family: inherit;
  line-height: 1.6;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-author,
.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-group-name {
  color: #8a5a00 !important;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-name,
.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-header {
  color: #d08a1a !important;
  font-family: "Great Vibes", cursive !important;
  font-weight: normal !important;
  line-height: 1.05 !important;
  text-shadow: 1px 1px #fff2c8;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-name {
  font-size: clamp(2.25rem, 7cqi, 3rem) !important;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-header {
  margin-block: 1.1em 0.55em;
  font-size: clamp(2rem, 6cqi, 2.5rem) !important;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-image,
.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-image img {
  border-radius: 4px !important;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-image img {
  border: 5px solid #e6e2d8;
  background: #e6e2d8;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-link-inline-button {
  min-block-size: 38px;
  padding: 8px 14px !important;
  border: 1px solid #c79a2b !important;
  border-radius: 3px !important;
  background: linear-gradient(180deg, #f7df8d 0%, #e7ba43 100%) !important;
  box-shadow: inset 0 0 0 1px #f8eed2 !important;
  color: #6a5111 !important;
  font-family: "Ovo", Georgia, serif;
  font-size: 0.875rem;
  font-weight: normal !important;
  text-shadow: 0 1px #fff1bf;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-link-inline-button:hover {
  background: linear-gradient(180deg, #f9e8aa 0%, #edc65f 100%) !important;
}

.single .entry_single .wprm-recipe-template-meadow :is(a, button):focus-visible {
  outline: 2px solid #8a5a00;
  outline-offset: 3px;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-jump-to-section-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 8px;
  margin-block-end: 28px;
  padding: 0 !important;
  overflow: visible !important;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-jump-to-section {
  display: flex !important;
  min-inline-size: 0;
  min-block-size: 40px;
  align-items: center;
  justify-content: center;
  padding: 7px 9px !important;
  border: 1px solid #ead9b0;
  border-radius: 3px !important;
  background: #fffaf0 !important;
  color: #8a5a00 !important;
  font-family: "Ovo", Georgia, serif;
  text-align: center;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-internal-container {
  border: 1px solid #ead9b0;
  border-radius: 4px !important;
  background: #fffdf8 !important;
  box-shadow: inset 0 0 0 1px #faf0d8;
}

.single .entry_single .wprm-recipe-template-meadow .wprm-recipe-ingredient-notes {
  color: #6e6043;
  opacity: 1;
}

@media screen and (max-width: 450px) {
  .single .entry_single .wprm-recipe-template-meadow .wprm-padding-40 {
    padding: 24px 18px !important;
  }

  .single .entry_single .wprm-recipe-template-meadow .wprm-recipe-link-inline-button {
    min-block-size: 44px;
  }

  .single .entry_single .wprm-recipe-template-meadow .wprm-recipe-jump-to-section {
    font-size: 0.8125rem !important;
  }
}

/* Contact page: native WordPress form replacing the broken legacy shortcode. */
.tostadas-contact-card {
  max-width: 540px;
  margin: 30px auto 10px;
  padding: 26px 28px;
  border: 1px solid #e7d5a6;
  border-radius: 4px;
  background: #fffaf0;
  box-shadow: inset 0 0 0 1px #f8eed2;
}

.page .pageentry .tostadas-contact-card h2 {
  display: block;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #d08a1a;
  font-family: "Great Vibes", cursive;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px #fff2c8;
}

.tostadas-contact-required,
.tostadas-contact-fallback {
  color: #6e6043;
  font-size: 0.8125rem;
}

.tostadas-contact-required {
  margin-block-end: 20px !important;
}

.tostadas-contact-field {
  margin-block-end: 16px;
}

.tostadas-contact-field label {
  display: block;
  margin-block-end: 6px;
  color: #6a5111;
  font-family: "Ovo", Georgia, serif;
  font-size: 0.9375rem;
}

.tostadas-contact-field :is(input, textarea) {
  inline-size: 100%;
  min-block-size: 44px;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #d7ccb3;
  border-radius: 2px;
  background: #fff;
  color: #4d412d;
  font: 1rem/1.45 Arial, Helvetica, sans-serif;
}

.tostadas-contact-field textarea {
  min-block-size: 170px;
  resize: vertical;
}

.tostadas-contact-field :is(input, textarea):focus-visible {
  outline: 2px solid #b47b12;
  outline-offset: 2px;
}

.tostadas-contact-field :is(input, textarea)[aria-invalid="true"] {
  border-color: #9b3527;
  box-shadow: inset 3px 0 #9b3527;
}

.tostadas-contact-submit {
  min-block-size: 46px;
  padding: 10px 24px;
  border: 1px solid #c79a2b;
  border-radius: 3px;
  background: linear-gradient(180deg, #f7df8d 0%, #e7ba43 100%);
  box-shadow: inset 0 0 0 1px #f8eed2;
  color: #6a5111;
  font: 1rem/1 "Ovo", Georgia, serif;
  text-shadow: 0 1px #fff1bf;
  cursor: pointer;
}

.tostadas-contact-submit:hover {
  background: linear-gradient(180deg, #f9e8aa 0%, #edc65f 100%);
}

.tostadas-contact-submit:focus-visible {
  outline: 2px solid #8a5a00;
  outline-offset: 3px;
}

.tostadas-contact-status {
  margin-block: 0 18px;
  padding: 10px 12px;
  border: 1px solid currentColor;
  background: #fff;
  font-size: 0.875rem;
}

.tostadas-contact-status.is-success {
  color: #59651e;
}

.tostadas-contact-status.is-error {
  color: #8f3023;
}

.tostadas-contact-fallback {
  margin: 20px 0 0 !important;
}

.tostadas-contact-honeypot {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .tostadas-contact-card {
    margin-block-start: 24px;
    padding: 22px 16px;
  }

  .tostadas-contact-submit {
    inline-size: 100%;
    min-block-size: 48px;
  }
}
