@font-face {
  font-family: "JJBl-Regular";
  src: url("https://archeio.nyc3.digitaloceanspaces.com/websites/jameson-stpatrickssweeps/fonts/JJBl-Regular.ttf");
}

@font-face {
  font-family: "JJLt-Regular";
  src: url("https://archeio.nyc3.digitaloceanspaces.com/websites/jameson-stpatrickssweeps/fonts/JJLt-Regular.ttf");
}

@font-face {
  font-family: "JJRg-Bold";
  src: url("https://archeio.nyc3.digitaloceanspaces.com/websites/jameson-stpatrickssweeps/fonts/JJRg-Bold.ttf");
}

@font-face {
  font-family: "JJ";
  src: url("https://archeio.nyc3.digitaloceanspaces.com/websites/jameson-stpatrickssweeps/fonts/JJRg-Regular.ttf");
}

@font-face {
  font-family: "element-icons";
  src: url("https://archeio.nyc3.digitaloceanspaces.com/websites/jameson-stpatrickssweeps/fonts/element-icons.ttf"), 
  url("https://archeio.nyc3.digitaloceanspaces.com/websites/jameson-stpatrickssweeps/fonts/element-icons.woff");
}


/* * {
  scroll-behavior: auto !important;
} */

/* @media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: auto !important;
  }
} */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000000;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Poppins", Helvetica, Arial, sans-serif;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
a:active, a:hover {
  outline: 0;
}
a, button {
  font-family: "Roboto", "Poppins", Helvetica, Arial, sans-serif;    
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
}
img, video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row-flex {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* This is a stand-in for when the page is embedded */
#sandia-app {
  overflow-x: hidden;
  font-family: "fontello";
  position: relative;
  background-color: #f1ebdb;
}

/* This is a neat way to add horizontal bounds */
.page-bounds {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  /* display: none !important; */
  opacity: 0 !important;
  visibility: hidden !important;
}

#loader {
  height: 100vh;
  background-color: #00402677;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.script-content-block {
  padding: 0 !important;
}

.rtr-modal-overlay {
  height: 100vh;
  background-color: #004026dd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.rtr-modal-container {
  display: inline-block;
  width: 400px;
  height: 400px;
}

.rtr-modal-close {
  cursor: pointer; /* Make it clear the icon is clickable */
  font-size: 24px; /* Adjust the size of the icon */
  color: #000; /* Change color as needed */
  position: absolute; /* Position it */
  top: 10px; /* Adjust top positioning */
  right: 10px; /* Adjust right positioning */
  z-index: 10; /* Ensure it appears above other elements */
}

@media (max-width: 767px) {
  #loader {
    width: 100vw;
  }

  .lds-dual-ring {
    width: 16vw;
    height: 16vw;
  }

  .lds-dual-ring:after {
    width: 12.8vw;
    height: 12.8vw;
    margin: 1.6vw;
  }


  .page-bounds {
    max-width: 92vw;
  }
  .rtr-modal-overlay {
    width: 100vw;
  }
  .rtr-modal-container {
    width: 90vw;
    height: 400px;
  }
}

header#site-header {
}


#site-header-container {
  background-color: #f1ebdb;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  padding-left: 48px;
  padding-right: 48px;
  position: fixed;
  z-index: 5;
}

#site-header-nav {
  align-items: center;
}

#site-header-nav .header-nav ul {
  list-style: none;
  margin: 0; 
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#site-header-nav .header-nav ul li { 
  display: inline-block;
  flex: 1 0 auto;
  position: relative;
  color: #3faa35;
  border-right: 2px solid #3faa35;
  padding: 0 50px;
}  
#site-header-nav .header-nav ul li:first-child { 
  padding-left: 0;
}  
#site-header-nav .header-nav ul li:last-child { 
  padding-right: 0;
  border-right: none;
}  

#site-header-nav .header-nav ul li a { 
  padding: 24px 0;
  position: relative;
  color: #000000;
  text-decoration: none;
  font-size: 24px;  
}
#site-header-nav .header-nav ul li a:hover { 
  color: #1c5f17;
  /* color: #3faa35 Original color */
  text-decoration: underline;
}
#site-header-nav .header-nav ul li.is-current a {
  color: #1c5f17;
  /* color: #3faa35; Original color */
}  

#site-header-nav .header-nav-toggle {
  display: none;
}
#site-header-nav .toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 8vw;
  height: 8vw;
  position: relative;
}
#site-header-nav .toggle-indicator-piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5vw;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
}
#site-header-nav .toggle-indicator-piece::before {
  content: '';
  display: block;
  width: 6vw;
  height: 0.75vw;
  background: #484848;
  transition: background 0.2s ease-out;
}
#site-header-nav .toggle-indicator-piece-1 {
  margin-top: -2.5vw;
}
#site-header-nav .toggle-indicator-piece-3 {
  margin-top: 1.5vw;
}

#site-header.mobile-menu-is-open #site-header-nav .header-nav-toggle {
  font-size: 0.01px;
  color: transparent;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
}
#site-header.mobile-menu-is-open #site-header-nav .toggle-indicator {
}
#site-header.mobile-menu-is-open #site-header-nav .toggle-indicator-piece::before {
  background: #484848;
}
#site-header.mobile-menu-is-open #site-header-nav .toggle-indicator-piece-1, 
#site-header.mobile-menu-is-open #site-header-nav .toggle-indicator-piece-3 {
  margin-top: -1.5px;
}
#site-header.mobile-menu-is-open #site-header-nav .toggle-indicator-piece-1 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#site-header.mobile-menu-is-open #site-header-nav .toggle-indicator-piece-2 {
  opacity: 0;
}
#site-header.mobile-menu-is-open #site-header-nav .toggle-indicator-piece-3 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-site-header-nav {
  background: #f8f3eb;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  left: 0;
  right: 0;
  top: 16.2vw;
  padding: 0;
  padding-left: 10vw;
  padding-right: 0;
  position: fixed;
  align-items: center;
  z-index: 100;
  display: none;
}

#mobile-site-header-nav .header-search {
  display: none;
}
#mobile-site-header-nav .header-nav ul {
  list-style: none;
  margin: 0; 
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
#mobile-site-header-nav .header-nav ul li { 
  display: inline-block;
  flex: 1 0 auto;
  position: relative;
  color: #3faa35;
  border-bottom: 1px solid #fffcf7;
  padding: 1.5vw 0;
}  

#mobile-site-header-nav .header-nav ul li,
#mobile-site-header-nav .header-nav ul li a { 
  position: relative;
  color: #3faa35;
  text-decoration: none;
  font-size: 6vw;  
}
#mobile-site-header-nav .header-nav ul li a,
#mobile-site-header-nav .header-nav ul li button {
    color: #3faa35;
}  
#mobile-site-header-nav .header-nav ul li.indented {
  padding-left: 5vw;
}

#mobile-site-header-nav ul.header-submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);  
  display: none;
}
#mobile-site-header-nav ul.header-submenu li {
  width: 100%;
  border-bottom: none;
  padding: 1vw 0 1vw 5vw;
}  
#mobile-site-header-nav ul li.expanded ul.header-submenu {
  display: block;
  max-height: 100em;
  transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
}
#mobile-site-header-nav ul.header-submenu li a { 
  font-size: 4.5vw;
}

.header-collapse-toggle {
  width: 8vw;
  height: 8vw;
  position: absolute;
  right: 0;
  top: 0;
  background: #f8f3eb;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;  
}
.header-collapse-toggle::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #60bb46;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -5px;
  -ms-transform: scaleX(0.6);
  transform: scaleX(0.6);
  transition: transform 0.2s ease-out;
}
#mobile-site-header-nav ul li.expanded .header-collapse-toggle::before {
  border-top-color: #499227;
  transform: scaleX(0.6) rotateX(180deg);
}

#site-header-logo {
  background-image: url(https://plant.hellosandia.com/img/poc/piensa_en_arroz.svg);
  background-size: 100%;
  width: 150px;
  height: 150px;
}

@media (max-width: 767px) {
  #site-header-container {
      padding-right: 2vw;
      padding-left: 2vw;
      padding: 0;
  }
  #site-header-nav {
      width: 92vw;
      /* padding-left: 4vw; */
      /* padding-right: 4vw; */
  }
  #site-header-nav .header-nav {
    display: none;
  }
  #site-header-nav .header-nav-toggle {
      display: block;
      color: #484848;
  }
  #site-header.mobile-menu-is-open #mobile-site-header-nav {
    display: block;
  }
  #site-header-logo {
    width: 16vw;
    height: 16vw;
  }
}



section#hero {
  margin-top: 150px;
}

.rtr-carousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.rtr-carousel-inner {
  background-color: #cccccc;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.rtr-carousel-item {
  background-color: #cccccc;
  flex: 0 0 auto; /* Each item will naturally take its space based on content */
  width: 100%;    /* Ensure each item takes full viewport width */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rtr-carousel-item picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* Ensure the image inside the picture behaves responsively */
.rtr-carousel-item img {
  width: 100%;   /* Make the image fill the width of the parent container */
  height: 100%;  /* Make the image fill the height of the parent container */
  object-fit: cover;  /* Ensure the image covers the container without distortion */
}

/* Overlay text */
.rtr-carousel-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

/* Navigation buttons */
.rtr-carousel-prev, .rtr-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  /* background-color:#000000; */
  color: #ffffff;
  font-size: 44px;
  /* min-width: 44px; */
  /* min-height: 44px; */
  /* min-width: 50px; */
  min-height: 50px;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.rtr-carousel-prev {
  padding: 12px 12px 12px 18px;
}
.rtr-carousel-next {
  padding: 12px 12px 12px 18px;
}

.rtr-carousel-prev i.material-icons,
.rtr-carousel-next i.material-icons {
  /* background-color:#000000; */
  color: #ffffff;
  font-size: 44px;
}

.rtr-carousel-prev:focus, 
.rtr-carousel-next:focus {
  outline: 1px solid red;
}

.rtr-carousel-prev {
  left: 10px;
}

.rtr-carousel-next {
  right: 10px;
}

/* Indicators (dots) */
.rtr-carousel-indicators {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.rtr-carousel-dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.rtr-carousel-dot.active {
  background-color: white;
}


/* Responsive height */
@media (min-width: 1200px) {
  .rtr-carousel {
    aspect-ratio: 1366 / 400; /* width:height ratio */
      /* height: 600px; */
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .rtr-carousel {
      /* height: 400px; */
  }
}

@media (max-width: 767px) {
  section#hero {
    margin-top: 10.2vw;
  }
  .rtr-carousel {
      height: 100vw;
  }
  .rtr-carousel-overlay {
    bottom: 7.5vw;
    left: 3.5vw;
    padding: 1.25vw 1.25vw 0.55vw;
    border-radius: 5px;
  }
  .rtr-carousel-overlay h2 {
    font-size: 4vw;
    line-height: 1
  }  
  .rtr-carousel-prev, .rtr-carousel-next {
    font-size: 4vw;
    padding: 2vw;
  }
  .rtr-carousel-prev {
    left: 2vw;
  }
  .rtr-carousel-next {
    right: 2vw;
  }
  .rtr-carousel-indicators {
    bottom: 1.5vw;
  }
  .rtr-carousel-dot {
    height: 2.75vw;
    width: 2.75vw;
    margin: 0 2vw;
  }
}




section#home-page-menu {
}

.page-menu {
  align-items: center;
  justify-content: center;
  height: 150px;
}
.page-menu-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-align: center;
  background-color: #f1ebdb;
  border: 0;
}
.page-menu-item,
.page-menu-item button {
  text-transform: uppercase;
  font-family: "Roboto", "Poppins", Helvetica, Arial, sans-serif;    
  font-size: 26px;
  color: #f7f7f7;
}

.page-menu-item button:focus {
  outline: 1px dashed #000000;
  width: 90%;
  margin: 0 auto;
}

.page-menu-item-1 {
  width: calc(50% - 600px);
}
.page-menu-item-2 {
  width: 400px;
  color: #1c5f17;
  background-color: #f1ebdb;
  text-transform: none;
}
.page-menu-item-3 {
  width: 200px;
  background-color: #b9d161;
  border-right: 2px solid #ffffff;
}
.page-menu-item-3 button {
  color: #333333;
}
.page-menu-item-4 {
  width: 200px;
  background-color: #8ec760;
  border-right: 2px solid #ffffff;
}
.page-menu-item-4 button {
  color: #333333;
}
.page-menu-item-5 {
  width: 200px;
  background-color: #72b041;
  border-right: 2px solid #ffffff;
}
.page-menu-item-5 button {
  color: #333333;
}
.page-menu-item-6 {
  width: 200px;
  background-color: #3fab34;
}
.page-menu-item-6 button {
  color: #2a2a2a;
}
.page-menu-item-7 {
  width: calc(50% - 600px);
  background-color: #3fab34;
}

.page-menu-item i.page-menu-toggle {
  color: #ffffff;
  transition: all 0.15s ease-out, transform 0.25s ease-out;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 40px;
  font-size: 40px;
  margin-left: -20px;  
}

.page-menu-item:hover button, 
.page-menu-item:focus button,
.page-menu-item:hover span, 
.page-menu-item:focus span,
.page-menu-item:hover i, 
.page-menu-item:focus i {
  font-size: 28px;
  color: #000000;
}

.page-menu-item:hover i, 
.page-menu-item:focus i {
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

.page-menu-item ul.page-submenu {
  list-style: none;
  margin: 0; 
  display: none;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: absolute;
  top: 150px;
  left: 0;
  background: inherit;
  z-index: 1;
  padding-inline: 0;
}

.page-menu-item.expanded i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-menu-item.expanded .page-submenu {
  display: flex;
}

.page-menu-item ul.page-submenu li { 
  display: inline-block;
  width: 198px;
  padding: 5px;
}  

.page-menu-item ul.page-submenu li button { 
  color: #000000;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
  font-size: 20px;
}
.page-menu-item ul.page-submenu li button:hover,
.page-menu-item ul.page-submenu li button:focus { 
    color: #3faa35;
    font-size: 22px;
  }


@media (max-width: 767px) {
  section#home-page-menu {
    display: none;
  }
}




footer#site-footer {
}

.site-footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}  
.site-footer-top {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}  
.site-footer-bottom {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}  
#site-footer-logo {
  background-image: url(https://plant.hellosandia.com/img/poc/piensa_en_arroz.svg);
  background-size: 100%;
  width: 100px;
  height: 100px;
  margin: 0 20px;
  flex-shrink: 0;
}

.site-footer-contact {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;  
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.site-footer-contact p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
}

.site-footer-social {
  width: 100px;
  flex-shrink: 0;
}

.site-footer-social-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  font-size: 23px;
}
footer#site-footer a,
footer#site-footer a:visited {
    color: #484848;
    /* background: transparent; */
}
footer#site-footer a:hover, 
footer#site-footer a:focus {
  color: #60bb46;
  text-decoration: none;
}

.site-footer-copyright {
  font-size: 14px;
}
.site-footer-nav ul {
  list-style: none;
  margin: 0; 
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.site-footer-nav ul li { 
  display: inline-block;
  flex: 1 0 auto;
  position: relative;
  color: #484848;
  border-right: 2px solid #484848;
  padding: 0 20px;
}  
.site-footer-nav ul li:first-child { 
  padding-left: 0;
}  
.site-footer-nav ul li:last-child { 
  padding-right: 0;
  border-right: none;
}  

.site-footer-nav ul li a { 
  padding: 0;
  position: relative;
  color: #3faa35;
  text-decoration: none;
  font-size: 14px;  
}
.site-footer-nav ul li.is-current a {
  color: #3faa35;
}  


@media (max-width: 767px) {
  .site-footer-top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }  
  .site-footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 2vw;
  }  
  #site-footer-logo {
    width: 12vw;
    height: 12vw;
    margin: 2vw 0;
  }
  .site-footer-contact {
    align-items: center;
  }
  .site-footer-contact p {
    font-size: 2.5vw;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .site-footer-social {
    width: 20vw;
    margin: 2vw 0;
  }
  .site-footer-social-icon {
    padding: 0.25vw;
    font-size: 4vw;
  }
  .site-footer-copyright {
    font-size: 2vw;
  }
  .site-footer-nav {
    margin: 2vw 0;
  }
  .site-footer-nav ul li { 
    padding: 0 4vw;
  }  
  .site-footer-nav ul li a { 
    font-size: 2vw;  
  }
}




section#main-content {
}

h1, h2 {
  /* display: none; */
}

.rtr-grid {
  display: block;
  padding: 0;
  margin: 48px -48px 48px 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  list-style: none;
  text-align: left;
}

.rtr-grid-item {
  display: inline-block;
  width: 33.33%;
  padding: 0 48px 48px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.rtr-grid-item.rtr-grid-template {
  display: none;
}

.rtr-grid-item a {
  color: #484848;
  text-decoration: none;
}
.rtr-grid-item:hover, .rtr-grid-item:focus {
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}  

.rtr-grid-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;  
}

.rtr-grid-card-thumbnail {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.rtr-grid-card-content {
  padding: 24px 24px;
  min-height: 100px;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
  overflow: hidden;
}

.rtr-grid-card-content-left {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-around;
  margin-right: 10px;
}

.rtr-grid-card-content-right {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-around;
  width: 30px;
  margin-left: 10px;
}

.rtr-grid-card-title,
.rtr-grid-card-category {
  color: #484848;
  font-family: "Roboto", "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.rtr-grid-card-category {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.rtr-grid-card-country {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 18px;
}

.rtr-grid-card-countryname,
.rtr-grid-card-author,
.rtr-grid-card-ingredients,
.rtr-grid-card-preparation {
  display: none;
}

.rtr-grid-card-country:before {
  content: " ";
}

.rtr-grid-card-country.guatemala {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/gt.svg);
}
.rtr-grid-card-country.salvador {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/sv.svg);
}
.rtr-grid-card-country.honduras {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/hn.svg);
}
.rtr-grid-card-country.nicaragua {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/ni.svg);
}
.rtr-grid-card-country.costarica {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/cr.svg);
}
.rtr-grid-card-country.panama {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/pa.svg);
}

.rtr-grid-card-action {
  color: #484848;
  transition: all 0.15s ease-out;
}

.rtr-grid-item:hover .rtr-grid-card-action , .rtr-grid-item:focus .rtr-grid-card-action {
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

#recipe-modal {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#recipe-modal .rtr-modal-container {
  width: 800px;
  height: auto;
  position: relative;
}

.rtr-modal-card {
  position: relative;
  display: flex;
  flex-direction: row;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .5rem;  
  max-height: 90vh;
  overflow-y: auto;
}

.rtr-modal-card-content-left {
  width: 44px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  padding: 10px;
}


.rtr-modal-card-image {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  max-height: 100%;
  height: 100%;
  padding: 10px 0;
}

.rtr-modal-card-content {
  padding: 10px 24px;
  width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  overflow: hidden;
}

.rtr-modal-card-content-right {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-around;
  width: 30px;
  padding: 10px;
}

.rtr-modal-card-title,
.rtr-modal-card-category {
  color: #484848;
  font-family: "Roboto", "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.rtr-modal-card-category {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  margin: 0px 0 10px;
}

.rtr-modal-card-country {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 18px;
}

.rtr-modal-card-ingredients-title,
.rtr-modal-card-preparation-title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.rtr-modal-card-ingredients,
.rtr-modal-card-preparation {
  text-align: left;
  font-size: 14px;
}
.rtr-modal-card-author {
  text-align: right;
  font-size: 12px;
  margin: 10px 0;
}
.rtr-modal-card-authorname {
}

.rtr-modal-card-countryname {
  display: none;
}

.rtr-modal-card-country:before {
  content: " ";
}

.rtr-modal-card-country.guatemala {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/gt.svg);
}
.rtr-modal-card-country.salvador {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/sv.svg);
}
.rtr-modal-card-country.honduras {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/hn.svg);
}
.rtr-modal-card-country.nicaragua {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/ni.svg);
}
.rtr-modal-card-country.costarica {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/cr.svg);
}
.rtr-modal-card-country.panama {
  background-image: url(https://plant.hellosandia.com/img/poc/flags/4x3/pa.svg);
}


.load-more {
  background: #60bb46;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 24px;
  position: relative;
  display: inline-block;
  vertical-align: middle;    
  width: 100%;
  padding: 12px 36px;
  margin: -24px 0 48px;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.load-more:hover {
  background: #499227;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.load-more:focus {
  outline: 1px dashed #000;
}

@media (max-width: 960px) {
  .rtr-grid-item {
    width: 50%;
  }
}

@media (max-width: 767px) {

  .rtr-grid {
    margin: 8vw auto;
  }
  
  .rtr-grid-item {
    width: 100%;
    padding: 0 0 8vw;
  }

  .rtr-grid-card-content {
    padding: 4vw 4vw;
  }
  
  .rtr-grid-card-content-left {
    margin-right: 2vw;
  }
  
  .rtr-grid-card-content-right {
    width: 6vw;
    margin-left: 2vw;
  }
  
  .rtr-grid-card-title,
  .rtr-grid-card-category {
    font-size: 5vw;
  }
  .rtr-grid-card-category {
    font-size: 4vw;
    margin-top: 2vw;
  }
  
  .rtr-grid-card-country {
    width: 6vw;
    height: 4.5vw;
  }
  
  i.rtr-grid-card-action.material-icons {
    font-size: 6vw;
  }

  .rtr-modal-card {
    flex-direction: column;
  }

  .rtr-modal-card-content-left {
    width: 10vw;
    padding: 2vw;
  }
  
  .rtr-modal-card-image {
    max-width: 90vw;
    padding: 2vw 0;
  }
  
  .rtr-modal-card-content {
    padding: 2vw 4vw;
    width: 90vw;
    overflow-y: auto;
  }
  
  .rtr-modal-card-content-right {
    width: 0;
    padding: 2vw;
  }
  
  .rtr-modal-card-title,
  .rtr-modal-card-category {
    font-size: 5vw;
  }
  .rtr-modal-card-category {
    font-size: 4vw;
    margin: 00 2vw;
  }
  
  .rtr-modal-card-country {
    width: 6vw;
    height: 4.5vw;
  }

  .rtr-modal-card-ingredients-title,
  .rtr-modal-card-preparation-title {
    font-size: 3.5vw;
    margin: 2vw 0 1vw;
  }
  .rtr-modal-card-ingredients,
  .rtr-modal-card-preparation {
    font-size: 3.5vw;
  }
  .rtr-modal-card-author {
    font-size: 3vw;
    margin: 2vw 0;
  }

  #recipe-modal .rtr-carousel-prev, 
  #recipe-modal .rtr-carousel-next {
    top: 30%;
  }
  

  .load-more {
    font-size: 4vw;
    line-height: 1.8;
    border-radius: 6vw;
    width: 100%;
    padding: 3vw 4vw;
    margin: -5vw auto 6vw;
  }
  .load-more:hover {
    -ms-transform: translateY(-0.5vw);
    transform: translateY(-0.5vw);
  }
  #recipe-modal .rtr-modal-container {
    width: 90vw;
  }
  
}  

