.wp-block-image.is-style-wallaimage img,
.wp-block-image:not(.is-style-rounded).is-style-wallaimage img {
  border-radius: 8px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in-out; }

.wp-block-image.is-style-wallaimage figure.aligncenter figcaption, .wp-block-image.is-style-wallaimage figure.alignright figcaption {
  text-align: center; }

.wp-block-image.is-style-wallaimage a {
  display: block;
  transition: all 0.3s ease-in-out; }
  .wp-block-image.is-style-wallaimage a:hover {
    transform: translateY(-2px); }
    .wp-block-image.is-style-wallaimage a:hover img {
      box-shadow: 0 2px 10px 0 rgba(37, 50, 56, 0.1); }
/**
*     WALLA-BACKGROUND
 */
.wp-block-cover__inner-container > .is-style-wallabackground:not(.alignwide):not(.alignfull):not(.full-width) {
  max-width: var(--container-content) !important;
  margin-left: auto;
  margin-right: auto; }

.wp-block-cover.is-style-wallabackground {
  border-radius: 8px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in-out; }
  .wp-block-cover.is-style-wallabackground:before {
    border-radius: 8px; }
/**
*   General adjustments for all media-text blocks
 */
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__media img {
    margin-bottom: 30px; } }

/**
*   Round image with white border style
 */
.wp-block-media-text.is-style-wallamediatext .wp-block-media-text__media img,
.wp-block-media-text.is-style-wallamediatextgrenetteround .wp-block-media-text__media img {
  border-radius: 8px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in-out; }
  .wp-block-media-text.is-style-wallamediatext .wp-block-media-text__media img:before,
  .wp-block-media-text.is-style-wallamediatextgrenetteround .wp-block-media-text__media img:before {
    border-radius: 8px; }

/**
*   Grenette font styles
 */
.wp-block-media-text.is-style-wallamediatextgrenette p,
.wp-block-media-text.is-style-wallamediatextgrenetteround p {
  font-family: 'Grenette Pro', Helvetica, sans-serif; }
/**
      VIDEOS: Front and Editor
 */
.wp-block-cover__inner-container > .wp-block-wallablocks-video:not(.alignwide):not(.alignfull):not(.full-width) {
  max-width: var(--container-content);
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 800px) {
    .wp-block-cover__inner-container > .wp-block-wallablocks-video:not(.alignwide):not(.alignfull):not(.full-width) {
      max-width: none; } }

@media (max-width: 800px) {
  .wp-block-wallablocks-video.alignwide {
    width: 100%;
    max-width: none; } }

.video-item {
  position: relative; }
  .video-item-single {
    border-bottom: none;
    margin-bottom: 0;
    min-height: 100px; }
  @media (min-width: 768px) {
    .video-item .item-title {
      min-height: 68px; } }
  .video-item .item-image-container {
    position: relative;
    border: 2px solid white;
    transition: opacity 0.5s ease-in-out; }
    .video-item .item-image-container.fade-out {
      position: absolute;
      opacity: 0; }
    .video-item .item-image-container img {
      width: 100%; }
    .video-item .item-image-container:before {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      background: rgba(0, 0, 0, 0.05);
      z-index: 1;
      transition: background 0.5s ease-in-out; }
    .video-item .item-image-container img {
      display: block; }
    .video-item .item-image-container .play-icon {
      transition: all 0.3s ease-in-out; }
    .video-item .item-image-container:hover {
      cursor: pointer; }
      .video-item .item-image-container:hover .play-icon {
        opacity: 1; }
        .video-item .item-image-container:hover .play-icon .play-icon-outer {
          opacity: 1;
          fill: #13C1AC; }
  .video-item .video-container video {
    width: 100%; }

.play-icon {
  width: 60px;
  height: 60px; }
  .play-icon path {
    transition: all 0.3s ease-in-out; }
  .play-icon .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.85px; }

.play-icon {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  z-index: 2; }

/**
*   VIDEO EMBED, RESPONSIVE
 */
.video-embed-container,
.video-container {
  display: block;
  overflow: hidden; }
  .video-embed-container .embed-container,
  .video-container .embed-container {
    margin-top: -2px; }
  @media (min-width: 1200px) {
    .video-embed-container iframe,
    .video-container iframe {
      height: 478px; } }
  @media (max-width: 1199px) {
    .video-embed-container iframe,
    .video-container iframe {
      height: 400px; } }
  @media (max-width: 991px) {
    .video-embed-container .embed-container,
    .video-container .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%; }
    .video-embed-container .embed-container iframe,
    .video-embed-container .embed-container object,
    .video-embed-container .embed-container embed,
    .video-container .embed-container iframe,
    .video-container .embed-container object,
    .video-container .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0; }

.videowrapper iframe, .videowrapper video, .videowrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
*   FRONT-END TRANSITION WHEN IMAGE CLICKED
 */
.video-item-frontend .video-container,
.video-item-frontend .video-embed-container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  .video-item-frontend .video-container.visible,
  .video-item-frontend .video-embed-container.visible {
    position: relative;
    z-index: 10;
    opacity: 1; }
/*--------------------------------------------------------------
# Product Feed Block Styles: Front and Editor
--------------------------------------------------------------*/
.wp-block-cover__inner-container > .wp-block-wallablocks-feed:not(.alignwide):not(.alignfull):not(.full-width) {
  max-width: var(--container-content);
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 800px) {
    .wp-block-cover__inner-container > .wp-block-wallablocks-feed:not(.alignwide):not(.alignfull):not(.full-width) {
      max-width: none; } }

@media (max-width: 800px) {
  .wp-block-wallablocks-feed.alignwide {
    width: 100%;
    max-width: none; } }

.feed-section {
  padding-bottom: 15px; }

.feed-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

h2.feed-title:first-child {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 2.5rem; }

.feed-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  overflow: auto;
  overflow-y: hidden; }

.feed-item {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  overflow: hidden;
  background: #ffffff;
  width: 183px;
  height: 270px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.15s ease-in-out; }
  @media (max-width: 767px) {
    .feed-item {
      width: 133px;
      height: 213px; } }
  .feed-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 10px 0 rgba(37, 50, 56, 0.1); }

.feed-item-main {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 8px; }
  .feed-item-main:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    content: '';
    background: linear-gradient(180.45deg, rgba(255, 255, 255, 0) 39.51%, rgba(0, 0, 0, 0.7) 99.61%); }
  .feed-item-main.no-overlay:after {
    display: none; }
  .feed-item-main .feed-item-text {
    position: relative;
    z-index: 2;
    font-size: 1.4rem;
    line-height: 1.3;
    color: white;
    padding: 12px; }
    @media (max-width: 767px) {
      .feed-item-main .feed-item-text {
        font-size: 1.2rem; } }
  .feed-item-main .btn-secondary, .feed-item-main a.btn-secondary {
    background: #fff;
    color: #253238;
    border-radius: 21px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease-in-out; }
    .feed-item-main .btn-secondary:hover, .feed-item-main a.btn-secondary:hover {
      background: #e6e6e6; }
  .feed-item-main:hover {
    transform: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }

.feed-item-text {
  width: 100%;
  padding: 12px; }

.feed-btn-container {
  position: relative;
  z-index: 2;
  padding: 0 12px 12px;
  width: 100%;
  text-align: center; }
  .feed-btn-container .btn-secondary {
    display: inline-block;
    width: 100%;
    font-size: 1.4rem; }
    @media (max-width: 467px) {
      .feed-btn-container .btn-secondary {
        padding-left: 10px;
        padding-right: 10px; } }

.feed-item-image-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  margin-top: 2px;
  width: 177px;
  height: 187px; }
  @media (max-width: 767px) {
    .feed-item-image-container {
      width: 129px;
      height: 139px; } }

.feed-item-link {
  color: #253238;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 8px; }
  .feed-item-link:first-child {
    margin-left: 8px; }
  .feed-item-link:visited {
    color: #253238; }
  .feed-item-link:focus {
    outline: none; }
  .feed-item-link:focus-visible {
    outline-color: #13C1AC;
    outline-style: solid;
    outline-width: 2px; }

.feed-item-price {
  font-weight: 600;
  font-size: 2.5rem; }
  @media (max-width: 767px) {
    .feed-item-price {
      font-size: 2rem; } }

.feed-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 767px) {
    .feed-item-title {
      font-size: 1.2rem; } }

/*--------------------------------------------------------------
# Feed controls
--------------------------------------------------------------*/
.feed-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 70px; }
  @media (max-width: 467px) {
    .feed-controls {
      display: none; } }

.btn-feed {
  background: none;
  border: none;
  padding: 1px;
  width: 25px;
  height: 25px;
  cursor: pointer; }
  .btn-feed .feed-left-svg,
  .btn-feed .feed-right-svg {
    margin-right: 1px; }
  .btn-feed-left {
    margin-right: 20px; }
  .btn-feed:focus {
    outline: none; }
  .btn-feed:focus-visible {
    outline-color: #13C1AC;
    outline-style: solid;
    outline-width: 2px; }
.wp-block.rich-text.is-style-wallaheadinggrenette,
h1.is-style-wallaheadinggrenette, h2.is-style-wallaheadinggrenette, h3.is-style-wallaheadinggrenette, h4.is-style-wallaheadinggrenette, h5.is-style-wallaheadinggrenette, h6.is-style-wallaheadinggrenette {
  font-family: 'Grenette Pro', Helvetica, sans-serif; }
/**
      PARAGRAPHS: Front and Editor
 */
p {
  color: #253238; }
  p.is-style-wallaparagraphgrenette {
    font-family: 'Grenette Pro', Helvetica, sans-serif;
    color: #253238; }

.page .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.page .wp-block-cover-image h1:not(.has-text-color),
.page .wp-block-cover-image h2:not(.has-text-color),
.page .wp-block-cover-image h3:not(.has-text-color),
.page .wp-block-cover-image h4:not(.has-text-color),
.page .wp-block-cover-image h5:not(.has-text-color),
.page .wp-block-cover-image h6:not(.has-text-color),
.page .wp-block-cover-image p:not(.has-text-color),
.page .wp-block-cover .wp-block-subhead:not(.has-text-color),
.page .wp-block-cover h1:not(.has-text-color),
.page .wp-block-cover h2:not(.has-text-color),
.page .wp-block-cover h3:not(.has-text-color),
.page .wp-block-cover h4:not(.has-text-color),
.page .wp-block-cover h5:not(.has-text-color),
.page .wp-block-cover h6:not(.has-text-color),
.page .wp-block-cover p:not(.has-text-color),
.post .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.post .wp-block-cover-image h1:not(.has-text-color),
.post .wp-block-cover-image h2:not(.has-text-color),
.post .wp-block-cover-image h3:not(.has-text-color),
.post .wp-block-cover-image h4:not(.has-text-color),
.post .wp-block-cover-image h5:not(.has-text-color),
.post .wp-block-cover-image h6:not(.has-text-color),
.post .wp-block-cover-image p:not(.has-text-color),
.post .wp-block-cover .wp-block-subhead:not(.has-text-color),
.post .wp-block-cover h1:not(.has-text-color),
.post .wp-block-cover h2:not(.has-text-color),
.post .wp-block-cover h3:not(.has-text-color),
.post .wp-block-cover h4:not(.has-text-color),
.post .wp-block-cover h5:not(.has-text-color),
.post .wp-block-cover h6:not(.has-text-color),
.post .wp-block-cover p:not(.has-text-color),
.block-editor__container .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.block-editor__container .wp-block-cover-image h1:not(.has-text-color),
.block-editor__container .wp-block-cover-image h2:not(.has-text-color),
.block-editor__container .wp-block-cover-image h3:not(.has-text-color),
.block-editor__container .wp-block-cover-image h4:not(.has-text-color),
.block-editor__container .wp-block-cover-image h5:not(.has-text-color),
.block-editor__container .wp-block-cover-image h6:not(.has-text-color),
.block-editor__container .wp-block-cover-image p:not(.has-text-color),
.block-editor__container .wp-block-cover .wp-block-subhead:not(.has-text-color),
.block-editor__container .wp-block-cover h1:not(.has-text-color),
.block-editor__container .wp-block-cover h2:not(.has-text-color),
.block-editor__container .wp-block-cover h3:not(.has-text-color),
.block-editor__container .wp-block-cover h4:not(.has-text-color),
.block-editor__container .wp-block-cover h5:not(.has-text-color),
.block-editor__container .wp-block-cover h6:not(.has-text-color),
.block-editor__container .wp-block-cover p:not(.has-text-color) {
  color: #253238; }
/**
*   Button layout general styles
 */
.wp-block-buttons.is-content-justification-left .wp-block-button, .wp-block-buttons.is-content-justification-right .wp-block-button, .wp-block-buttons.is-content-justification-center .wp-block-button {
  display: inline-block;
  margin-bottom: .5em; }

.wp-block-buttons.is-content-justification-left .wp-block-button {
  margin-left: 0 !important;
  margin-right: 0.5em !important; }
  .wp-block-buttons.is-content-justification-left .wp-block-button:last-child {
    margin-right: 0 !important; }

.wp-block-buttons.is-content-justification-right .wp-block-button {
  margin-left: 0.5em !important;
  margin-right: 0 !important; }
  .wp-block-buttons.is-content-justification-right .wp-block-button:first-child {
    margin-left: 0 !important; }

div .wp-block-buttons.block-editor-block-list__layout {
  padding: 0; }

/**
*   Wallabutton styles
 */
.wp-block-button.is-style-wallabutton {
  border-radius: 21px;
  font-weight: 700;
  transition: all 0.3s ease-in-out; }

.wp-block-button .wp-block-button__link {
  padding: 10px 30px;
  line-height: 22px;
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out; }

.wp-block-button .wp-block-button__link:not(.has-background), .wp-block-button.is-style-wallabutton:not(.has-background) {
  background-color: #13C1AC; }

.wp-block-button .wp-block-button__link:active.has-walla-green-color,
.wp-block-button .wp-block-button__link:focus.has-walla-green-color,
.wp-block-button .wp-block-button__link:hover.has-walla-green-color,
.wp-block-button .wp-block-button__link:visited.has-walla-green-color {
  color: #13C1AC; }

.wp-block-button .wp-block-button__link:active.has-walla-darkgreen-color,
.wp-block-button .wp-block-button__link:focus.has-walla-darkgreen-color,
.wp-block-button .wp-block-button__link:hover.has-walla-darkgreen-color,
.wp-block-button .wp-block-button__link:visited.has-walla-darkgreen-color {
  color: #0F9989; }

.wp-block-button .wp-block-button__link:active.has-walla-lightgreen-color,
.wp-block-button .wp-block-button__link:focus.has-walla-lightgreen-color,
.wp-block-button .wp-block-button__link:hover.has-walla-lightgreen-color,
.wp-block-button .wp-block-button__link:visited.has-walla-lightgreen-color {
  color: #C1F5E6; }

.wp-block-button .wp-block-button__link:active.has-walla-almostblack-color,
.wp-block-button .wp-block-button__link:focus.has-walla-almostblack-color,
.wp-block-button .wp-block-button__link:hover.has-walla-almostblack-color,
.wp-block-button .wp-block-button__link:visited.has-walla-almostblack-color {
  color: #253238; }

.wp-block-button .wp-block-button__link:active.has-walla-darkgray-color,
.wp-block-button .wp-block-button__link:focus.has-walla-darkgray-color,
.wp-block-button .wp-block-button__link:hover.has-walla-darkgray-color,
.wp-block-button .wp-block-button__link:visited.has-walla-darkgray-color {
  color: #607D8B; }

.wp-block-button .wp-block-button__link:active.has-walla-gray-color,
.wp-block-button .wp-block-button__link:focus.has-walla-gray-color,
.wp-block-button .wp-block-button__link:hover.has-walla-gray-color,
.wp-block-button .wp-block-button__link:visited.has-walla-gray-color {
  color: #90A4AE; }

.wp-block-button .wp-block-button__link:active.has-walla-lightgray-color,
.wp-block-button .wp-block-button__link:focus.has-walla-lightgray-color,
.wp-block-button .wp-block-button__link:hover.has-walla-lightgray-color,
.wp-block-button .wp-block-button__link:visited.has-walla-lightgray-color {
  color: #CFD8DC; }

.wp-block-button .wp-block-button__link:active.has-walla-lightergray-color,
.wp-block-button .wp-block-button__link:focus.has-walla-lightergray-color,
.wp-block-button .wp-block-button__link:hover.has-walla-lightergray-color,
.wp-block-button .wp-block-button__link:visited.has-walla-lightergray-color {
  color: #ECEFF1; }

.wp-block-button .wp-block-button__link:active.has-walla-almostwhite-color,
.wp-block-button .wp-block-button__link:focus.has-walla-almostwhite-color,
.wp-block-button .wp-block-button__link:hover.has-walla-almostwhite-color,
.wp-block-button .wp-block-button__link:visited.has-walla-almostwhite-color {
  color: #F9FAFA; }

.wp-block-button .wp-block-button__link:active.has-walla-white-color,
.wp-block-button .wp-block-button__link:focus.has-walla-white-color,
.wp-block-button .wp-block-button__link:hover.has-walla-white-color,
.wp-block-button .wp-block-button__link:visited.has-walla-white-color {
  color: #ffffff; }

.wp-block-button:hover.is-style-wallabutton:not(.has-background),
.wp-block-button:hover .wp-block-button__link:not(.has-background) {
  background-color: #0F9989; }
/**
*   Wallacontainer styles
*/

/*# sourceMappingURL=blocks.style.css.map*/