/*
Theme Name: Zahrada
Text Domain: twentytwenty
Template: twentytwenty
Version: 6.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Ing. Juraj Malinic, DiS.
Author URI: https://juraj.malinic.sk/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*@import '../twentytwenty/style.css';*/
@import "css/normalize.css";
@import "css/modal.css";
@import "css/main.css";
@import "css/blogLoader.css";
@import "css/menuView.css";
@import "css/default.css";
@import "css/cookie.css";
@import "css/photoswipe.css";
@import "css/mdcButton.css";
@import "css/buttonView.css";
@import "css/dialogView.css";
@import "css/homepage.css";
@import "css/notification.css";

body {
  font-family: Lato, Open Sans;
  background-color: #edf0ef;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
body {
  margin: 0;
}
body {
  font-family: Lato, Open Sans;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

a {
  text-decoration: none !important;
}

.yarpp-related {
  margin: 2em -5px !important;
}
.yarpp-related h3 {
  padding: 0 5px 5px !important;
}
.yarpp-related .read-more__hint {
  font-size: 1.5rem;
  padding: 0 0 10px;
  display: block;
}
.yarpp-related .yarpp-thumbnails-horizontal {
  font-size: 0;
}
.yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
  background: transparent;
  border: none;
  width: calc(100% / 2);
  margin: 0;
  padding: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  height: 238px;
}
.yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail img {
  margin: 0;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  max-height: 115px;
}
.yarpp-related
  .yarpp-thumbnails-horizontal
  a.yarpp-thumbnail
  span.yarpp-thumbnail-title {
  color: #003b71;
  font-size: 14px;
  background: #fff;
  margin: 0;
  width: 100%;
  padding: 10px;
  display: block;
  max-height: initial;
  height: 110px;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (min-width: 610px) {
  .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    width: calc(100% / 4);
    height: 200px;
  }
}
@media (min-width: 768px) {
  .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    height: 230px;
  }

  .interscroller-base {
		display: none;
	} 
}

.interscroller-wrapper {
  width: 100%;
  height: 700px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.interscroller-fixed {
  position: fixed;
  top: 70px;
  width: 100vw;
  height: 100vh;
}

.interscroller-content {
  display: flex;
  justify-content: center;
  width: 100%;
  transform: scale(0.85);
  transform-origin: top center;
}

.interscroller-clip {
  clip: rect(0px, auto, auto, 0px);
  clip-path: inset(0px);
}

@media (min-width: 992px) {
  .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    height: 215px;
  }
}
@media (min-width: 1200px) {
  .yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
    height: 230px;
  }
}
.blog-selection-view_wrapper__3N9Bb {
  padding: 20px 15px 15px;
  margin: 0 10px;
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fbfbfb;
}
.living .blog-selection-view_wrapperTitle__1QbsL {
  color: #014b22;
}
.blog-selection-view_wrapperTitle__1QbsL {
  padding: 0 0 5px 5px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
}
.blog-selection-view_articleLink__1MxAN:hover {
  background-color: #f0f0f0;
}
.blog-selection-view_articleLink__1MxAN {
  padding: 5px;
  border-radius: 10px;
  display: flex;
  text-decoration: none;
}
.blog-selection-view_articleImage__17KDo {
  min-height: 70px;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
  min-width: 70px;
  max-width: 70px;
  width: 70px;
  height: 70px;
}
.image-view_image__1JFos {
  position: relative;
  display: block;
  z-index: 0;
}
.image-view_image__1JFos {
  position: relative;
  display: block;
  z-index: 0;
}
.image-view_image__1JFos.image-view_aspectFill__2y4r4 {
  width: 100%;
  overflow: hidden;
}
.image-view_image__1JFos.image-view_background__3x5t3:before {
  background-color: #f2f2f2;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s linear;
  z-index: 0;
}
.image-view_image__1JFos.image-view_loaded__2dLwE:before {
  background-color: transparent;
}
.image-view_image__1JFos.image-view_aspectFill__2y4r4:not(.image-view_aspectRatio__3Uh3u) {
  height: 100%;
}
.image-view_img__bUIhM {
  transition: opacity 0.2s linear;
  opacity: 0;
  position: relative;
  z-index: 0;
}
.image-view_image__1JFos.image-view_loaded__2dLwE .image-view_img__bUIhM {
  opacity: 1;
}
.image-view_image__1JFos.image-view_aspectFill__2y4r4 .image-view_img__bUIhM,
.image-view_image__1JFos.image-view_aspectFill__2y4r4
  .image-view_placeholder__3m7Am {
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}
.blog-selection-view_articleTitle__2Uqgo {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  text-decoration: none;
}
.living .blog-selection-view_articleTitle__2Uqgo {
  color: #323232;
}

@media (min-width: 64rem) {
  .blog-selection-view_wrapper__3N9Bb {
    width: 100%;
    margin: 0;
    padding: 20px 15px;
  }
}

.forum-widget-view_list__1whyL {
  display: none;
}
.forum-widget-view_list__1whyL.tabs_active {
  display: block;
}
.tabs_tabs__2qggN button {
  cursor: pointer;
}

ul.products-grid-view_tilesWrapper__t0WSc {
  font-size: 0;
}
ul.products-grid-view_tilesWrapper__t0WSc li {
  font-size: 1rem;
}

div:not(.blog-posts-view_pager__1krct)
  > nav:not(.home)
  a[href*="magazine"]
  > span {
  border-bottom: 2px solid #d30072;
}
div:not(.blog-posts-view_pager__1krct) > nav.basepress a[href*="atlas"] > span {
  border-bottom: 2px solid #d30072 !important;
}
.sidebar-custom > .widget.widget_media_image {
  padding: 20px 15px;
  margin: 0 10px 15px;
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fbfbfb;
}
.sidebar-custom > .widget.widget_media_image img {
  display: block;
  margin: 0 auto;
}
.sidebar-custom > .widget.widget_media_image h2 {
  color: #014b22;
  padding: 0 0 5px 5px;
  margin: 0 0 15px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
}
.home .link-view_link__3h4tx {
  border-bottom-color: transparent !important;
}
.main-wrapper-view_branding__1sx7p {
  background-color: #edf0ef;
}

.google-dfp_interscrollerPlaceholder__12tNg {
  display: none;
}
.latest-albums_albums__2EtmU {
  font-size: 0;
}
.most-popular-pb-albums_wrapper__2_Z0f {
  padding: 20px 15px 15px;
  margin: 0 10px;
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fbfbfb;
}
.living .most-popular-pb-albums_wrapper__2_Z0f {
  background-color: #fbfbfb;
}
.most-popular-pb-albums_title__2mo9P {
  padding: 0 0 5px 5px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.living .most-popular-pb-albums_link__J9lZC,
.living .most-popular-pb-albums_title__2mo9P {
  color: #014b22;
}
.most-popular-pb-albums_link__J9lZC {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.living .most-popular-pb-albums_link__J9lZC,
.living .most-popular-pb-albums_title__2mo9P {
  color: #014b22;
}

.most-popular-pb-albums_dayButton__3-SV_ {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  border: 0;
  margin: 0;
  margin-right: 0px;
  text-decoration: none;
  height: 20px;
  padding: 5px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.most-popular-pb-albums_dayButton__3-SV_:first-child {
  margin-right: 5px;
}
.living .most-popular-pb-albums_dayButton__3-SV_ {
  background-color: #eceff1;
  color: #546e7a;
}
.living .most-popular-pb-albums_active__3lAvw {
  background-color: #03b953;
  color: #fff;
}
.most-popular-pb-albums_noResults__13n2d {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}

.column_column__3tHR4:nth-child(3) {
  width: 100%;
}
.column_column__3tHR4:nth-child(3) > div {
  width: 100%;
}
.column_column__3tHR4:nth-child(3) > div .row_row__Foafh {
  width: 100%;
}
.column_column__3tHR4:nth-child(3)
  > div
  .row_row__Foafh
  #mlb2-3206119.ml-form-embedContainer
  .ml-form-embedWrapper
  .ml-form-embedBody,
.column_column__3tHR4:nth-child(3)
  > div
  .row_row__Foafh
  #mlb2-3206119.ml-form-embedContainer
  .ml-form-embedWrapper
  .ml-form-successBody {
  padding: 0;
}
.column_column__3tHR4:nth-child(3)
  > div
  .row_row__Foafh
  #mlb2-3206119.ml-form-embedContainer
  .ml-form-embedWrapper
  .ml-form-embedBody
  .ml-form-formContent.horozintalForm {
  padding: 0;
}

.thread-messages-view_messages__3wZgN {
  margin: 40px 0 0;
  padding: 0;
  width: 100%;
}
.thread-messages-view_message__1lpzb {
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  display: block;
}
.bazaar-homepage-widget_titleContent__3IQ4m span.buttonNew {
  display: none;
}
@media (min-width: 64rem) {
  .bazaar-homepage-widget_titleContent__3IQ4m span.buttonNew {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .sidebar-custom > .widget.widget_media_image {
    width: 100%;
    margin: 0 0 15px;
    padding: 20px 15px;
  }
  .latest-albums_album__2e1g0 {
    width: 220px;
  }
  .latest-album_album__2evR1 {
    height: 200px;
  }
  .latest-album_image__Ng9kv {
    height: 135px;
  }
  .most-popular-pb-albums_wrapper__2_Z0f {
    width: 100%;
    margin: 0;
    padding: 20px 15px;
  }
  .more-content_migrationDiv__3-NE7 > :first-child {
    margin-left: 0;
  }
  .more-content_migrationDiv__3-NE7 > :nth-child(n) {
    width: 350px;
    margin: 0 15px;
  }
  .column_column__3tHR4 {
    width: 30%;
  }
  .column_column__3tHR4:nth-child(3) {
    width: 40%;
  }

  .thread-messages-view_message__1lpzb {
    padding: 0 0 15px;
  }

  .more-content_categoryWrapper__1WPZt.doubleWidth {
    width: 700px;
  }
}
.bNone {
  background-color: transparent !important;
}
.zahra-above-footer {
  text-align: center;
}
#c575950950e20a65cc25b0a8a0c6bde44 iframe {
  width: 300px !important;
}
@media (max-width: 63rem) {
  .zahra-above-footer iframe {
    height: 150px !important;
    width: 320px !important;
  }
}
@media (min-width: 64rem) {
  .zahra-above-footer iframe {
    width: 100% !important;
  }
}
#c728d50d1db0e4f9ed4298a2e447e4e89 iframe,
#c575950950e20a65cc25b0a8a0c6bde44 iframe,
.zahra-above-footer iframe {
  margin: 0 auto;
}

#c575950950e20a65cc25b0a8a0c6bde44,
#c728d50d1db0e4f9ed4298a2e447e4e89 {
  margin: 30px auto;
}
.skip-link {
  display: none !important;
}
a.comment-header-view_user__29mU-:hover {
  text-decoration: underline !important;
}
.thread-status-bar-view_icon__k91-A.thread-status-bar-view_icon__k91-A {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 3px 0 10px;
}

.comment-footer-view_more__27mIf {
  text-transform: none;
}

.post-item-view_categoryLink__2L4VI:hover,
.post-item-view_link__NBjQq:hover > span,
.forum-widget-item-view_link__37lIL:hover,
.latest-album_link__1FON2:hover p.latest-album_title__udew0,
.context-menu-view_link__24Itf:hover,
.blog-post-status-bar-view_link__ZIT1K:hover,
.selection-items_selectionItem__1pUOp:hover > div,
.link_link__2n7ze:hover,
.blog-post-detail-view_link__1c6VJ:not(.read-more__link):hover,
.blog-post-detail-view_link__1c6VJ:hover
  > .read-more__text
  > span:not(.read-more__hint),
.product-tile-view_mainLink__3sNwm:hover,
.bazaar-homepage-widget_link__3a6kJ:hover > div,
.more-content_categoryLink__3gNB8:hover > span,
.yarpp-thumbnail:hover > span {
  text-decoration: underline !important;
}

.latest-albums_album__2e1g0:last-child {
  display: inline-block;
}

figure.wp-caption {
  width: 100% !important;
}
figure.wp-caption img {
  opacity: 1;
  width: 100%;
  height: auto;
}
figure.wp-caption figcaption {
  margin: 0 auto;
  background-color: #eceff1;
  color: #546e7a;
  font-size: 0.75rem;
  padding: 8px;
}
figure.wp-caption figcaption span {
  padding: 0 !important;
}

.fullWidth {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
}
.blog-view_menu__2ut2m,
.forum-widget-view_list__1whyL {
  margin-bottom: 20px;
}

.read-more__thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.blog-post-detail-view_postContent__326sV .read-more__text {
  font-size: 1rem;
}
.context-menu-view_contextMenu__1v7WI button.context-menu-view_button__11Fmw {
  cursor: pointer;
}
.svg-icon_loaded__1m46g {
  opacity: 1;
}
.image-view_image__1JFos {
  font-size: 0;
}
@media (min-width: 64rem) {
  .blog-post-view_blogPost__3VYA4.blog-post-view_maxi__3zoho
    .image-view_image__1JFos {
    max-height: 370px;
    position: relative;
  }
  .read-more__thumbnail img {
    min-height: 108px;
  }
  .blog-post-detail-view_postContent__326sV .read-more__text {
    font-size: 1.25rem;
  }
  .blog-post-view_blogPost__3VYA4.blog-post-view_maxi__3zoho
    .image-view_image__1JFos
    img.image-view_img__bUIhM {
    top: 160px;
    transform: translateY(-50%);
  }
}
@media (max-width: 64rem) {
  .sidebar-custom {
    margin-top: 20px;
  }
}

.google-dfp_interscrollerWrapper__2AlFE {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  width: 100vw;
  height: 600px;
  overflow: hidden;
}
.search-input-view_searchInput__G6pEn.search-input-view_searchInput__G6pEn {
  width: 274px;
}

.user-panel-button-view_menu__H1k-O {
  display: none;
  max-width: 395px;
  width: 100%;
  top: 60px;
  position: absolute;
  right: 0;
}
.user-panel-view_menu__32Q3C {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.scroll-view_scroll__26H0r {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  max-height: inherit;
}
.scroll-view_scroll__26H0r.scroll-view_touch___zLMt {
  -webkit-overflow-scrolling: touch;
}
.account-menu-view_list__1ZvgJ {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.account-menu-view_item__2jayC {
  display: flex;
}
.menu-list-item-view_menuListItem__184bu {
  background: none;
  width: 100%;
  text-decoration: none;
  font-size: 1.3125rem;
  font-weight: 300;
  min-height: 50px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 1px 0 0;
}
.living .menu-list-item-view_menuListItem__184bu {
  border-bottom: 1px solid #edf0ef;
  color: rgba(0, 0, 0, 0.3);
}
.living
  .menu-list-item-view_menuListItem__184bu.menu-list-item-view_enabled__1QtFW {
  color: #003b71;
}
.menu-list-item-view_wrapper__3HTho {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.menu-list-item-view_iconWrapper__-2HeG {
  height: 50px;
  width: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.living .menu-list-item-view_iconWrapper__-2HeG {
  color: rgba(0, 0, 0, 0.3);
  color: #0098d8;
}
.menu-list-item-view_menuListItem__184bu {
  font-size: 1.3125rem;
  font-weight: 300;
}
.menu-list-item-view_label__1G_bn {
  margin-right: 13px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  height: 50px;
}
.menu-list-item-view_label__1G_bn.menu-list-item-view_hasIcon__1l0WH {
  padding-left: 0;
}
.badge-rectangle-view_badgeRectangle__10yfP {
  width: 30px;
  height: 20px;
  transform: scale(0);
  transition: transform 0.35s cubic-bezier(0.42, 0, 0.545, 1.65);
  background-color: #d9185c;
  border-radius: 15%;
  color: #fff;
  font-size: 0.83em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge-rectangle-view_badgeRectangle__10yfP.badge-rectangle-view_scaled__VMzMQ {
  transform: scale(1);
}
.account-menu-view_heartsMenuItem__12Zei {
  width: 100%;
}
.notification-menu-view_notificationMenu__9QKmx {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.messages-list-view_label__1eX1x {
  padding: 10px 15px;
  text-align: center;
  width: 100%;
  font-size: 0.8em;
  font-weight: 400;
}
.living .messages-list-view_label__1eX1x {
  color: #014b22;
}
.show-more-view_showMore__QBxt0 {
  height: 40px;
  min-height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
.notification-menu-view_notificationMenu__9QKmx > div {
  height: auto;
}
.living .show-more-view_showMore__QBxt0 {
  border-top: 1px solid #cfd8dc;
  background-color: #eceff1;
  color: #027a37;
}
.notification-menu-view_link__v1sYN {
  z-index: 1;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1rem;
  color: #003b71;
}
.mail-menu-view_list__2iYY8 {
  margin: 0;
  padding: 0;
}
.loading-wrapper-view_loadingWrapper__3DZwe {
  position: relative;
  width: 100%;
}
.loading-wrapper-view_content__NQQq9 {
  transition: opacity 0.3s;
  width: 100%;
}
.mail-menu-view_item__3PHcV {
  display: block;
}
.mail-list-item_mailBoxMail__2K5EB {
  min-height: 90px;
  max-height: 90px;
  padding: 10px 10px 10px 80px;
  border: 0;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.mail-list-item_mailBoxMail__2K5EB,
.mail-list-item_mailListItem__8UWU6 {
  width: 100%;
  display: block;
  text-decoration: none;
}
.living .mail-list-item_mailBoxMail__2K5EB {
  background-color: #fff;
}
.living .mail-list-item_mailBoxMail__2K5EB.mail-list-item_unread__1vgHf,
.living .mail-list-item_mailBoxMail__2K5EB.mail-list-item_unread__1vgHf:hover {
  background-color: #d2e3eb;
}
.mail-list-item_mailBoxMail__2K5EB,
.mail-list-item_mailListItem__8UWU6 {
  width: 100%;
  display: block;
  text-decoration: none;
}
.mail-list-item_avatarWrapper__1czpy {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 10px;
}
.living .mail-list-item_avatarWrapper__1czpy,
.living .mail-list-item_mailBoxMail__2K5EB {
  background-color: #fff;
}
.mail-list-item_senderWrapper__24m8h {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mail-list-item_subjectWrapper__2WpEw {
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.living .mail-list-item_bodyWrapper__3KPWn,
.living .mail-list-item_dateWrapper__1Mv6n,
.living .mail-list-item_subjectWrapper__2WpEw {
  color: #263238;
}
.mail-list-item_bodyWrapper__3KPWn {
  width: 95%;
  font-size: 0.875rem;
  font-weight: 300;
  overflow: hidden;
}
.living .mail-list-item_bodyWrapper__3KPWn,
.living .mail-list-item_dateWrapper__1Mv6n,
.living .mail-list-item_subjectWrapper__2WpEw {
  color: #263238;
}
.mail-menu-view_bodyWrapper__lJyA9.mail-menu-view_bodyWrapper__lJyA9 {
  font-size: 0.8125rem;
}
.mail-list-item_avatar__euh0g.mail-list-item_avatar__euh0g {
  height: 60px;
  width: 60px;
  border: 1px solid #fff;
}
.living .avatar_avatar__1jrkZ {
  color: #d4dfdb;
}
.living .mail-list-item_sender__131Po {
  color: #003b71;
}
.mail-list-item_sender__131Po {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  font-size: 1.125rem;
}
.mail-list-item_sender__131Po {
  flex-direction: row;
}
.mail-menu-view_sender__2eoji.mail-menu-view_sender__2eoji {
  font-size: 0.875rem;
}
.mail-list-item_senderUsername__2q7Ww {
  max-width: 300px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mail-menu-view_dateWrapper__1FyCY.mail-menu-view_dateWrapper__1FyCY {
  font-size: 0.75rem;
}
.living .mail-list-item_bodyWrapper__3KPWn,
.living .mail-list-item_dateWrapper__1Mv6n,
.living .mail-list-item_subjectWrapper__2WpEw {
  color: #263238;
}
.mail-list-item_dateWrapper__1Mv6n {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.mail-menu-view_recipientsNames__33xTt.mail-menu-view_recipientsNames__33xTt,
.mail-menu-view_subject__19Z9h.mail-menu-view_subject__19Z9h {
  font-size: 0.8125rem;
}
.mail-list-item_subject__382JM {
  margin: 0;
}
.living .mail-list-item_pinIcon__Tan4u,
.living .mail-list-item_starButton__M-zMV {
  color: #546e7a;
}
.mail-list-item_starButton__M-zMV {
  border: 0;
  padding: 0;
  display: inline-block;
  background: none;
}
.mail-list-item_icon__1EPYf,
.mail-list-item_starIcon__aEXcQ {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.mail-list-item_body__3xeWs {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
.alert_overlay__2mH7R {
  z-index: 120;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.alert_dialog__1hy_E {
  min-width: 300px;
}
.alert_dialog__1hy_E {
  padding: 15px;
  border-radius: 5px;
  background-color: #fbfbfb;
  position: absolute;
}

.living .alert_body__15UEL {
  color: #8e8e8e;
}
.alert_body__15UEL {
  min-height: 70px;
}
.alert_body__15UEL {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert_footer__fdyoJ {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.alert_footerButton__YP4X0 {
  margin-right: 10px;
  padding: 10px 16px;
  border: 0;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}
.alert_header__3lXN4 {
  display: flex;
  justify-content: space-between;
}
.alert_title__3eZt6 {
  font-weight: 600;
  font-size: 1.125rem;
  color: #323232;
}
.living .alert_footerButton__YP4X0 {
  background-color: #014b22;
  color: #fff;
}
.alert_footerButton__YP4X0:last-child {
  margin-right: 0;
}
.new-thread-view_form__XJE57.new-thread-view_form__XJE57 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.new-thread-view_inputs__kBjix {
  width: 100%;
  font-size: 1rem;
}
.new-thread-view_category__zvzNp,
.new-thread-view_content__3x18e,
.new-thread-view_images__2NGCC,
.new-thread-view_superCategory__1wvZd,
.new-thread-view_title__29_OR,
.new-thread-view_username__256f2 {
  padding-bottom: 10px;
}
.new-thread-view_category__zvzNp,
.new-thread-view_content__3x18e,
.new-thread-view_images__2NGCC,
.new-thread-view_superCategory__1wvZd,
.new-thread-view_title__29_OR,
.new-thread-view_username__256f2 {
  padding-bottom: 15px;
  display: block;
}
.field-with-label_fieldWithLabel__22dpf {
  display: flex;
  flex-direction: column;
}
.field-with-label_label__bIHk7 {
  height: auto;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  margin-right: 0;
  font-weight: 500;
  font-size: 0.875rem;
  padding-bottom: 10px;
}
.select_select__3PDXt {
  width: 100%;
}
.select_label__1Rm0P {
  opacity: 0;
  max-width: 1px;
  max-height: 1px;
  display: block;
  position: absolute;
  overflow: hidden;
}
.select_container__2jQVw {
  width: 100%;
  min-height: 40px;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  position: relative;
}
.new-thread-view_inputColors__3JXp5.new-thread-view_inputColors__3JXp5 {
  background-color: #fbfbfb;
  border-color: #e5e5e5;
}
.living .select_container__2jQVw {
  border-color: #e5e5e5;
  background-color: #fff;
}
.select_element__3GO7n {
  width: 100%;
  min-height: 40px;
  padding: 0 40px 0 10px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0.99;
  font-size: 1rem;
  cursor: pointer;
}
.living .select_element__3GO7n {
  color: #464947;
  background-color: transparent;
}
.select_icon__3ekHO.select_icon__3ekHO {
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.living .select_icon__3ekHO.select_icon__3ekHO {
  color: #014b22;
  background: none;
}
.new-thread-view_username__256f2 {
  display: none;
}
.photofile-upload-view_photoFileUpload__2THQH {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}
.new-thread-view_input__xwgA9.new-thread-view_input__xwgA9 {
  width: 100%;
}
.photofile-upload-view_input__36Y29 {
  display: inline-block;
}
.file-input_fileInput__1AkKZ {
  position: relative;
  overflow: hidden;
  display: block;
}
.file-input_button__3X-Ip {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  color: #323232;
}
.file-input_input__RnRVk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 60rem;
  cursor: pointer;
}
.photofile-upload-view_uploadList__1jQ4r {
  width: 100%;
  padding: 20px 0 5px;
}
.collection-view_wrapper__w-7t4 {
  width: 100%;
}
.collection-view_collection__2hcmZ {
  display: flex;
  visibility: visible;
  margin: 0;
  padding: 0;
  position: relative;
  transition: width 0.25s;
}
.new-thread-view_footer__2UcCW {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.new-thread-view_submitButton__2zJcm {
  border: 0;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}
.living .new-thread-view_submitButton__2zJcm:disabled {
  background-color: #e5e5e5;
  color: #fff;
}
.living .new-thread-view_submitButton__2zJcm {
  background-color: #014b22;
  color: #fff;
}
.new-thread-view_submitButton__2zJcm:disabled {
  cursor: not-allowed;
}
.file-input_icon__2ELrG {
  margin-left: 5px;
  height: 17px;
  width: 20px;
  color: #323232;
}
.select-view_icon__1oZaT.select-view_icon__1oZaT {
  width: 13px;
  height: 13px;
  position: absolute;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  top: 9px;
  right: 10px;
}
.create-edit-product-view_submitButton__1jQjG {
  border: 0;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}
.create-edit-product-view_input__hK2O4.create-edit-product-view_input__hK2O4 {
  width: 100%;
}
.living .create-edit-product-view_submitButton__1jQjG:disabled {
  background-color: #e5e5e5;
  color: #fff;
}
.living .create-edit-product-view_submitButton__1jQjG {
  background-color: #014b22;
  color: #fff;
}
.create-edit-product-view_submitButton__1jQjG:disabled {
  cursor: not-allowed;
}
button.create-edit-product-view_submitButton__1jQjG {
  position: absolute;
  right: 0;
}
#logoutHeadMenu {
  cursor: pointer;
}

@media (min-width: 48rem) {
  .user-panel-button-view_menu__H1k-O {
    right: -1px;
  }
}

.widget_basepress_related_articles_widget {
  display: none;
}
@media (min-width: 64rem) {
  .user-panel-button-view_menu__H1k-O {
    top: 70px;
    width: 395px;
  }
  .new-thread-view_inputs__kBjix {
    font-size: 1.125rem;
  }
  .new-thread-view_form__XJE57.new-thread-view_form__XJE57 {
    padding: 0;
  }
  .new-thread-view_images__2NGCC {
    padding-left: 0;
  }
  .widget_basepress_related_articles_widget {
    display: block;
  }
  .bpress-wrap {
    padding: 0 20px;
  }
  .featured-media-inner.section-inner {
    max-width: 730px;
  }
  .featured-media-inner.section-inner img {
    width: 100%;
    height: auto;
  }
}

div.sutaz {
  position: relative;
}
div.sutaz a {
  color: transparent !important;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 22%;
  height: 17%;
}
.living .blog-post-detail-view_postDetail__3RdcV div.sutaz a:hover {
  background-color: white;
  color: #263238 !important;
  padding: 9% 0 0 0%;
  text-decoration: none !important;
  text-align: center;
  font-size: 22px;
}
div.sutaz a:nth-child(1) {
}
div.sutaz a:nth-child(2) {
  top: 2.7%;
  left: 10.7%;
  width: 35%;
  height: 27%;
}
div.sutaz a:nth-child(2):hover {
  padding: 17% 0 0 0;
}
div.sutaz a:nth-child(3) {
  top: 1.4%;
  left: 55.1%;
  width: 35%;
  height: 27%;
}
div.sutaz a:nth-child(3):hover {
  padding: 17% 0 0 0;
}
div.sutaz a:nth-child(4) {
  top: 30.2%;
  left: 10.4%;
}
div.sutaz a:nth-child(5) {
  top: 30.2%;
  left: 39.4%;
}
div.sutaz a:nth-child(6) {
  top: 30.9%;
  left: 71.3%;
}
div.sutaz a:nth-child(7) {
  top: 52.5%;
  left: 3.1%;
}
div.sutaz a:nth-child(8) {
  top: 55.5%;
  left: 28.1%;
}
div.sutaz a:nth-child(9) {
  top: 54%;
  left: 52.3%;
}
div.sutaz a:nth-child(10) {
  top: 53.8%;
  left: 75.1%;
}
div.sutaz a:nth-child(11) {
  top: 76.1%;
  left: 2%;
}
div.sutaz a:nth-child(12) {
  top: 76.8%;
  left: 26.1%;
}
div.sutaz a:nth-child(13) {
  top: 76%;
  left: 52%;
}
div.sutaz a:nth-child(14) {
  top: 76%;
  left: 75.9%;
}
div.sutaz a:nth-child(14):hover {
  padding: 8% 0 0 0;
}

div.terms span {
  color: #d2d9df;
}
div.terms a {
  color: #d91b5c;
}
div.terms a:hover {
  text-decoration: underline !important;
}
main#site-content .main-wrapper-view_children__24VcS {
  background-color: #edf0ef;
}
.main-wrapper-view_childrenInnerWrapper__1hnJd {
  padding: 0;
}
@media (min-width: 64rem) {
  main#site-content .main-wrapper-view_children__24VcS {
    padding-bottom: 20px;
  }
  .main-wrapper-view_childrenInnerWrapper__1hnJd {
    padding: 20px 20px 15px;
  }
}
.footer_footer__1jyhv {
  margin-top: 0;
}
.zahra-above-footer > .zahra-above-footer {
  max-width: 1110px;
  margin: 0 auto;
  background-color: #edf0ef;
  padding-bottom: 0;
}
.yarpp-related .yarpp-thumbnails-horizontal a.yarpp-thumbnail {
  display: inline-block;
  line-height: 1.5;
}
.bpress-wrap + .zahra-above-footer {
  position: relative;
}

.kbmir a span.link-view_link__3h4tx {
  color: #d91b5c;
}

.living .link-view_link__3h4tx {
  margin-right: 15px;
}
.search-input-view_searchInput__G6pEn.search-input-view_searchInput__G6pEn {
  width: 240px;
}

.hearts-view_hearts__2JwW- {
  width: 100%;
  height: 300px;
}
.hearts-view_form__cMHQa.hearts-view_form__cMHQa {
  display: flex;
  justify-content: center;
}
.hearts-view_textInput__2qsws {
  width: 100%;
  max-width: 236px;
  padding: 35px 0 0 20px;
}
.hearts-view_container__2j5_m {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 5px;
}
.living .hearts-view_icon__3Wshu {
  color: #d4dfdb;
}
.hearts-view_icon__3Wshu {
  width: 100px;
  height: 100px;
}
.hearts-view_buttonWrapper__1rAU8 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.hearts-view_button__2hu4Z {
  height: 40px;
  max-width: 80px;
  width: 100%;
}

.account-menu-view_heartsMenuItem__12Zei button {
  cursor: pointer;
}
.autocomplete-view_autocomplete__3tt78 {
  display: block;
  background-color: #fff;
  width: 100%;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.autocomplete-view_item__28OPd {
  display: flex;
  margin: 0;
  padding: 0;
}
.autocomplete-view_button__a5gE_ {
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
.living
  .autocomplete-item-view_autocompleteItem__1CG9E.autocomplete-item-view_selected__-u17_ {
  background-color: #fff;
}
.autocomplete-item-view_autocompleteItem__1CG9E {
  height: 45px;
  cursor: pointer;
  display: flex;
  background-color: transparent;
  text-align: left;
}
.autocomplete-item-view_imageWrapper__1QcO_ {
  width: 60px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.autocomplete-item-view_image__3XccO {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
}
.autocomplete-item-view_textWrapper__2KPHa {
  display: block;
}
.living .autocomplete-item-view_text__2BTrZ {
  color: #012d55;
}
.living .autocomplete-item-view_subtitle__O8oLS {
  color: #546e7a;
}
.autocomplete-item-view_subtitle__O8oLS {
  font-size: 0.875em;
  color: #546e7a;
}
.autocomplete-item-view_subtitle__O8oLS,
.autocomplete-item-view_text__2BTrZ {
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.living .autocomplete-item-view_autocompleteItem__1CG9E:hover {
  background-color: #cfd8dc;
}
.living .input_textInput__1BWDU.input_focused__3Uoe0 {
  border-color: #03b953;
}
.living .input_textInput__1BWDU.input_invalid__1_qoD {
  border-color: #d91b5c;
}
.blog-post-status-bar-view_delimiter__3R5KB {
  margin-left: 5px;
  margin-right: 5px;
}

span.thumbImageWrapper {
  position: relative;
  width: 100%;
  height: 115px;
  overflow: hidden;
  display: block;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.yarpp-related
  .yarpp-thumbnails-horizontal
  a.yarpp-thumbnail
  span.thumbImageWrapper
  img {
  max-height: initial;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.scrollUpMenu {
  top: -100px;
  z-index: -1;
}

.blog-post-detail-view_postDetail__3RdcV p:empty {
  display: none;
}
.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  margin: 0 0 20px !important;
}
.gallery .gallery-item {
  position: relative;
  padding-bottom: 0;
  float: left;
  margin: 0;
  text-align: center;
  width: auto;
}
.gallery .gallery-item img {
  border: none !important;
  width: 100%;
  display: block;
}
.gallery .gallery-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.25s;
}
.gallery-caption {
  margin-left: 0;
}
.gallery .gallery-item dd {
  display: none;
}
.wp-caption-text {
  font-size: 80%;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.gallery .gallery-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.25s;
}
.gallery .gallery-item:nth-of-type(8) a::before {
  background: rgba(0, 0, 0, 0.5);
}
.gallery .gallery-item a:hover::before {
  background-color: rgba(0, 0, 0, 0.25);
}
.gallery .gallery-item a span {
  position: absolute;
  bottom: 23%;
  left: 0;
  width: 100%;
  color: #fff;
}
.gallery .gallery-item:nth-of-type(8) a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 42%;
  width: 34px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(//www.zahrada.sk/wp-content/themes/zahrada/images/icon-camera-white.svg);
}
.gallery-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12fr 1fr;
  grid-template-columns: 11fr 2fr;
  margin-bottom: 20px;
}
.gallery-heading span {
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 0;
}
.gallery-heading span + span {
  text-align: right;
}
.gallery-heading span a {
  padding-left: 5px;
  color: #d91b5c;
}
.image-attachment {
  display: block;
  position: relative;
}
.image-attachment img {
  width: 100%;
  height: auto;
}
.slider-nav-arrow.gallery-nav {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: 0 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 50% !important;
  height: 100% !important;
}

.slider-nav-arrow.gallery-nav:last-of-type {
  left: auto !important;
  right: 0 !important;
}
.slider-nav-arrow.gallery-nav span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 10px !important;
  transform: none !important;
  width: 50px;
  height: 180px;
  max-height: 50px;
  background-color: rgba(33, 33, 33, 0.5);
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  background-image: url(//www.zahrada.sk/wp-content/themes/zahrada/images/arrow-white.svg);
}
.slider-nav-arrow.gallery-nav:last-of-type span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto !important;
  right: 0 !important;
  background-position: right 18px center;
  background-image: url(//www.zahrada.sk/wp-content/themes/zahrada/images/arrow-white-right.svg);
}
.bpress-sidebar
  .forum-widget-item-view_icon__2Y-W8.forum-widget-item-view_icon__2Y-W8.forum-widget-item-view_icon__2Y-W8
  svg {
  position: absolute;
}

.attachmentTitle {
  font-size: 16px;
  font-weight: 500;
  color: #263238;
}
.attachmentDesc {
  font-size: 14px;
  font-weight: 400;
  color: #263238;
}

.aboveFooter {
}
.aboveFooter .widget-main-title {
  display: block;
  color: #aaa;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}

.asbFeedWidget {
  display: inline-block;
  width: 100%;
  margin: 0;
}
@media (min-width: 64rem) {
  .asbFeedWidget {
    width: 33%;
  }
}
.asbFeedWidget h2 {
  margin-bottom: 0;
}
.asbFeedWidget ul {
  list-style: none;
  margin: 0 -5px 0;
  padding: 0;
}
.asbFeedWidget ul li {
  float: left;
  width: 49%;
  padding: 16px 5px 27px;
}
.asbFeedWidget ul li span.title a {
  line-height: 1.125;
  display: block;
  color: #014b22;
  margin: 10px 0 0;
}
.asbFeedWidget ul li span.title a:hover {
  text-decoration: underline;
}
.asbFeedWidget ul li div.rss_image {
  width: 100%;
  height: 120px;
}
.asbFeedWidget ul li div.rss_image a {
  width: 100%;
  height: 120px;
}
.asbFeedWrapper {
  width: 95%;
  margin: 0 auto;
  padding: 5px;
  background-color: #edf0ef;
}
.zahra-above-footer {
  max-width: 1150px;
  margin: 0 auto;
  background-color: #edf0ef;
}
@media (min-width: 30rem) {
  .asbFeedWrapper {
    max-width: 465px;
    padding: 20px;
  }
}
@media (min-width: 64rem) {
  .asbFeedWrapper {
    max-width: 1150px;
  }
}
.text-area_emojiWindow__1aXIY.text-area_emojiWindow__1aXIY {
  right: 0;
}
.emoji-selector-container_emojiArrow__3KmJr {
  margin-right: 12px;
}
.rss_item:hover span.title > a {
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  div.interscrollerIframe {
    width: 100% !important;
  }
  div.interscrollerIframe iframe {
    width: 100% !important;
  }
}

.frm_image_options .frm_image_option_container img {
  height: auto !important;
}
.frm_image_size_xlarge {
  --image-size: 100% !important;
}
@media (min-width: 768px) {
  .frm_image_options .frm_image_option_container img {
    height: calc(100% - 48px) !important;
    width: auto !important;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .frm_image_size_xlarge {
    --image-size: calc(50% - 20px) !important;
  }
  .frm_radio.frm_image_option.frm_image_xlarge {
    max-height: 405px;
  }
}

blockquote {
  margin: 30px 0 30px 0;
  padding: 0 0 0 15px;
  font-family: "Times New Roman", serif;
  font-size: 1.3em;
  line-height: 1.5em;
  font-style: italic;
  border-left: 5px solid #d3dfdb;
}

div.ramcek {
  padding: 15px 20px 15px 20px;
  margin: 25px 0 25px 0;
  background-color: #d3dfdb;
  border-radius: 10px;
}

.popularTabs {
}
.popularTabs ul {
  list-style: none;
  margin: 10px 0 20px;
  padding: 0;
  border-bottom: 1px solid #cfd8dc;
}
.popularTabs ul li {
  display: inline-block;
  border-right: 1px solid #cfd8dc;
  padding: 0 0 10px;
  margin: 0;
  width: calc(50% - 2px);
  text-align: center;
  cursor: pointer;
  font-size: 0.85rem;
}
.popularTabs ul li.active {
  font-weight: bold;
}
.popularTabs ul li:last-child {
  border-right: none;
}
.popularTabs div.popularTab {
  display: none;
}
.popularTabs div.popularTab.active {
  display: block;
}

