/*
Theme Name: szuloverzum-chosen
Text Domain: chosen
*/
/*===== Variables =====*/
/* Theme Colors */
/* Media Query widths */
/* Social Media Brand Colors */
/*===== Mixins =====*/
/***** Silent Classes *****/


/*===== Basic Styles =====*/
/* apply a natural box layout model to all elements */

/* COLORS:
rose: #f18f8e
blue: #2a5387
gray: #999


*/

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  height: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "Capriola", "Arial", sans-serif;
  line-height: 1.5;
  background: white;
  color: #999;
  -webkit-font-smoothing: subpixel-antialiased;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.overflow-container {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  padding: 0 3%;
}

.main {
  margin: 0 auto;
}

.loop-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

p {
  margin: 0 0 15px 0;
}

a {
  color: #999;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
}

a:hover, a:active, a:focus {
    color: #f18f8e;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h1 {
    font-size: 1.75em;
}


h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.5;
}

ul,
ol {
  font-size: 1em;
  padding: 0;
  margin: 1.5em;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin: 0 1.5em;
}

ul ul,
ol ol,
ul ol,
ol ul,
li li {
  font-size: 1em;
}

/* Markup styles */
pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  background: #EDEDED;
  border: solid 1px #DEDEDE;
  padding: 0.75em;
}

code {
  background: #EDEDED;
  padding: 0 0.375em;
}

blockquote {
  margin: 1.5em 1.5em 1.5em 0;
  padding-left: 1.5em;
  border-left: solid 3px #3a3a3a;
}
blockquote cite {
  display: block;
  text-align: right;
}

hr {
  margin: 1.5em 0;
}

/* Table styles */
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1.5em 0;
}

td,
th {
  padding: 0.75em;
  border: solid 1px #666666;
}

/* Images */
.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

.aligncenter {
  text-align: center;
  margin: 1.5em auto;
  display: block;
}

.alignnone {
  margin: 1.5em 0;
}

img,
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-caption-text,
.gallery-caption {
  margin: 0 0 1.8450184502em;
}

/* Form styles */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea {
  width: 100%;
  font-family: "Raleway", sans-serif;
  padding: 10px 12px!important;
  max-width: 22.5em;
	min-height: 41px!important;
  background: #EDEDED;
  color: #545454;
  border: solid 1px #DEDEDE;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
  outline: none;
  background: white;
}

textarea {
  max-width: 41.625em;
  overflow: auto;
  /* to hide scrollbar in IE */
}

input[type="submit"] {
    font-family: "Capriola", sans-serif;
    padding: 10px 15px;
    color: #fff;
    background: #f18f8e;
    outline: none;
    border: 1px solid #f18f8e;
    border-radius: 2em;
    font-size: 1em;
    -webkit-appearance: none;
    -webkit-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
}
input[type="submit"]:hover {
  cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background: #fff;
    color: #f18f8e;
}

input[type="search"] {
  padding-right: 0.375em;
  /* so safari 'x' doesn't get cut off */
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* ie image border fix */
a img {
  border: none;
}

#breadcrumbs {
  text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.skip-content {
  position: absolute;
  top: -100%;
  width: 100%;
  left: 0;
  display: block;
  text-align: center;
  color: white !important;
  z-index: 99;
  padding: 1.5em;
  background: #3a3a3a;
  -webkit-transition: top 0.2s ease-in-out;
          transition: top 0.2s ease-in-out;
}
.skip-content:focus {
  top: 0;
  outline: none;
}

.admin-bar .skip-content:focus {
  top: 32px;
}

.max-width {
  max-width: 1140px;
  margin: 0 auto;
}

.infinite-loader,
#infinite-handle {
  clear: both;
}

.error404 .search-form-container,
.search .search-form-container {
  margin: 3em auto 4.5em;
  text-align: center;
}
/*
.more-link {
  display: inline-block;
  padding: 9px 16px;
  margin-right: 12px;
  background: #2B2B2B;
  color: white;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}
.more-link:link, .more-link:visited {
  color: white;
}
.more-link:hover, .more-link:active, .more-link:focus {
  background: #545454;
  color: white;
}
*/
.comments-link {
  color: #2B2B2B;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
}
.comments-link i {
  margin-right: 3px;
}
.comments-link a {
  color: #2B2B2B;
}
.comments-link a:link, .comments-link a:visited {
  color: #2B2B2B;
}
.comments-link a:hover, .comments-link a:active, .comments-link a:focus {
  text-decoration: underline;
  color: #2B2B2B;
}

.post-content .more-link,
.post-content .comments-link a {
  text-decoration: none;
}

.full-post .comments-link {
  display: block;
  margin: 3em 0;
}

.blog .post-content,
.archive .post-content,
.search .post-content {
  text-align: center;
}
.blog .post-content p,
.archive .post-content p,
.search .post-content p {
  text-align: left;
}

.more-link-wrapper {
  display: inline-block;
  margin: 0.75em 0 0;
  text-align: center;
}

.entry.sticky {
  position: relative;
}

.sticky-status span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 18px;
  background: #2B2B2B;
  color: white;
}

.search .sticky-status {
  display: none;
}

.entry:not(.has-post-thumbnail) .sticky-status {
  margin-bottom: 1.5em;
}
.entry:not(.has-post-thumbnail) .sticky-status span {
  position: relative;
}

.search-results .loop-container {
  display: flex;
}
.search-results .loop-container .product h2 {
  margin: 0;
}

.blog .entry,
.archive .entry,
.search .entry {
    width: 22%;
    float: left;
    margin: 0 1.5% 2%;
}

@media all and (min-width: 900px) {

    /*
        .blog .entry:nth-child(even),
        .archive .entry:nth-child(even),
        .search .entry:nth-child(even) {
            margin-right: 4.54203%;
    }*/

    .blog .post-header,
    .blog .post-content,
    .archive .post-header,
    .archive .post-content,
    .search .post-header,
    .search .post-content {
        text-align: left;
    }

    /*.blog:not(.posts-page-1) .entry:nth-child(odd),
    .archive .entry:nth-child(odd),
    .search .entry:nth-child(odd) {
        margin-right: 4.54203%;
    }*/

    .blog:not(.posts-page-1) .entry:nth-child(even),
    .archive .entry:nth-child(even),
    .search .entry:nth-child(even) {
        margin-right: 0;
    }
}

.archive-header {
  margin-bottom: 1.5em;
}
.archive-header h1 {
  font-family: "Raleway", sans-serif;
}
.archive-header span {
  font-weight: 600;
}
.archive-header i {
  margin-right: 2px;
}
.archive-header p {
  font-style: italic;
}

@media all and (min-width: 900px) {
  .archive-header {
    margin-bottom: 3em;
  }
}
.comment-respond label {
  display: block;
  margin-bottom: 0.5em;
}

.comment .comment-respond {
  margin-top: 1.5em;
}
.comment #cancel-comment-reply-link {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 6px;
}

.comments-number h2,
.comment-reply-title h2 {
  font-size: 1em;
}

.comment-list {
  margin: 3em 0;
  list-style: none;
}
.comment-list li {
  margin: 3em 0;
}
.comment-list ul {
  list-style: none;
  margin: 0;
  padding-left: 1.5em;
  border-left: solid 1px #D9D9D9;
}

.comment-content {
  font-size: 1.0625em;
  /* 17px / 16px */
  line-height: 1.4118;
  /* 24px */
}
.comment-content li {
  margin: 0;
}
.comment-content ul {
  list-style: disc;
  margin: 1.5em 0;
  padding-left: 0;
  border: none;
}
.comment-content ul ul {
  margin: 0 0 0 1.5em;
}

.comment-author {
  margin-bottom: 1.5em;
}
.comment-author:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.comment-author img {
  float: left;
  margin: 0 0.75em 0 0;
  height: 2.25em;
  width: 2.25em;
}
.comment-author .author-name {
  font-size: 1.0625em;
  /* 17px / 16px */
  line-height: 2.118;
  /* 36px / 17px */
}

.comment-footer {
  margin-top: 1.5em;
}

.comment-reply-link,
.comment-edit-link {
  position: relative;
  margin-left: 16px;
  border-color: transparent;
}
.comment-reply-link:after,
.comment-edit-link:after {
  position: absolute;
  content: '';
  top: 0;
  left: -11px;
  height: 100%;
  width: 1px;
  background: #D9D9D9;
}


@media all and (min-width: 43.75em) {
  .comments-number,
  .comment-reply-title {
    font-size: 1.75em;
    /* 28px / 16px */
    line-height: 1.357;
    /* 38px */
  }

  .comment-pagination {
    margin: 3em 0;
  }
  .comment-pagination p {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
  }
  .comment-pagination .next-comment {
    text-align: right;
  }
}
@media all and (min-width: 900px) {
  .comments,
  #disqus_thread {
    padding: 0 9.08406%;
  }
}
@media all and (min-width: 68.75em) {
  .comments,
  #disqus_thread {
    padding: 0 13.62609%;
  }
}
@media all and (min-width: 75em) {
  .comments,
  #disqus_thread {
    padding: 0 18.16812%;
  }
}
.site-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: -4.6%;
    width: 109.2%;
    padding: 1.5em 4.167%;
    margin-top: 3em;
    text-align: center;
    border-top: solid 1px #EDEDED;
}

.site-footer .logo {
    width: 191px;
}

.scroll-to-top {
  position: fixed;
  bottom: -45px;
  right: 0;
  z-index: 9;
  background: #000;
  border: none;
  color: #fff;
  padding: 12px 0;
  width: 4.167%;
  -webkit-transition: background 0.2s, -webkit-transform 0.3s;
          transition: background 0.2s, transform 0.3s;
}
.scroll-to-top.visible {
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}
.scroll-to-top:hover {
  cursor: pointer;
  background: #3a3a3a;
}
.scroll-to-top:hover i {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.scroll-to-top:focus {
  outline: none;
}
.scroll-to-top i {
  font-size: 21px;
  -webkit-transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
}

.toggle-navigation {
    display: block;
    background: none;
    padding: 0;
    border: none;
    /*margin: 0 auto;*/
    position: absolute;
    top: 29px;
    right: 10px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

}
.toggle-navigation:hover {
  cursor: pointer;
}

.element-is-sticky .toggle-navigation {
    top: 34px;
}

.title-container {
    margin: 15px 0;
    min-width: 30%;
    display: flex;
    align-items: center;
}

.site-title {
  font-family: "Playfair Display", serif;
}

.site-title .logo {
    display: block;
    width: 123px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.motto-separator {
    margin: 0 9px 0 11px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.motto {
    opacity: 1;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.tagline {
  margin: 0;
}

.social-media-icons {
    list-style: none;
    margin: 0;
    text-align: right;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.social-media-icons li {
  display: inline-block;
  margin-right: 1.125em;
}
.social-media-icons li:last-child {
  margin-right: 0;
}

.social-media-icons.fade {
    opacity: 0;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

@media all and (min-width: 900px) {
  .toggle-navigation {
    display: none;
  }


}

.pagination {
  clear: both;
  margin: 3em auto;
  text-align: center;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 18px;
}
.pagination a:focus {
  text-decoration: underline;
}
.pagination .current {
    border: solid 1px #f18f8e;
    padding: 5px 9px;
    border-radius: 50%;
    min-width: 36px;
}

.infinite-scroll .pagination {
  display: none;
}

.main:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.menu-primary-container {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
          transition: max-height 0.2s ease-in-out;
}

.menu-primary {
  margin-bottom: 2.25em;
}
.menu-primary ul {
  list-style: none;
  margin: 0;
}
.menu-primary ul > .current-menu-item:first-child,
.menu-primary ul > .current_page_item:first-child {
  padding-top: 1px;
}
.menu-primary li {
  margin-bottom: 6px;
}
.menu-primary li:last-child {
  margin-bottom: 0;
}
.menu-primary a {
    display: inline-block;
    font-size: 14px;
    padding: 9px 8px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.menu-primary a:focus {
  text-decoration: underline;
}
.menu-primary .current-menu-item > a,
.menu-primary .current_page_item > a {
  color: #f18f8e;
}
.menu-primary .current-menu-item.menu-item-has-children > a,
.menu-primary .current_page_item.menu-item-has-children > a {
  margin-left: 16px;
}
.menu-primary .current-menu-item.menu-item-has-children > a + .toggle-dropdown,
.menu-primary .current_page_item.menu-item-has-children > a + .toggle-dropdown {
  margin: 0 0 0 8px;
}

/* 1230 */
.menu {
		width: 94%;
    position: relative;
    top: 20px;
}

.menu-primary-items {
	  display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.menu-primary-items ul {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
          transition: max-height 0.2s ease-in-out;
}
.menu-primary-items ul li {
  margin: 0;
}
.menu-primary-items .open > ul {
  max-height: 999px;
}
.menu-primary-items .open > .toggle-dropdown {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.toggle-dropdown {
  margin: 0 0 0 -8px;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  background: none;
  border: none;
  color: #666666;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
          transition: transform 0.1s ease-in-out;
}
.toggle-dropdown:hover {
  cursor: pointer;
}

.open.menu-primary-container {
  max-height: 999px;
}

.menu-footer-container {
  max-width: 33%;
  text-align: left;
}

.menu-footer-container ul {
    list-style-type: none;
}

.menu-footer-container ul li {
    display: inline-block;
    margin: 5px 10px;
    font-size: 13px;
}

@media all and (min-width: 900px) {
  .menu-primary-container {
    max-height: none;
    overflow: visible;
  }
  .menu-primary-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .menu-primary {
    display: inline-block;
    text-align: left;
    float: left;
    margin-bottom: 0;
  }
  .menu-primary li {
    position: relative;
    display: inline-block;
    margin: 0;
  }
  .menu-primary li:not(.current-menu-item) > a:focus {
    outline: none;
  }
  .menu-primary .current-menu-item.menu-item-has-children > a, .menu-primary .current-menu-item.page_item_has_children > a,
  .menu-primary .current_page_item.menu-item-has-children > a,
  .menu-primary .current_page_item.page_item_has_children > a {
    margin-left: 0;
  }
  .menu-primary ul > .current-menu-item:first-child,
  .menu-primary ul > .current_page_item:first-child {
    padding-top: 0;
  }

  .menu-primary-items ul {
    position: absolute;
    max-height: none;
    z-index: 29;
    visibility: hidden;
    overflow: visible;
    opacity: 0;
    top: 100%;
    top: calc(100% + 6px);
    left: -1.5em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: white;
    padding: 0 1.5em 0.75em;
    -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
  }
  .menu-primary-items ul:hover, .menu-primary-items ul.focused {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
  }
  .menu-primary-items ul a {
    width: 100%;
  }
  .menu-primary-items ul .menu-item-has-children > a {
    width: calc(100% - 16px);
  }
  .menu-primary-items ul li {
    display: block;
    z-index: 9;
    white-space: nowrap;
    margin: 0 0 6px 0;
  }
  .menu-primary-items ul li:first-child {
    margin-top: 0;
  }
  .menu-primary-items ul .toggle-dropdown {
    margin: 0 0 0 -2px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .menu-primary-items .menu-item-has-children.open > ul {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
  }
  .menu-primary-items .menu-item-has-children:hover > button, .menu-primary-items .menu-item-has-children.focused > button {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
  }
  .menu-primary-items .menu-item-has-children li {
    margin-right: 0;
  }
  .menu-primary-items .menu-item-has-children > a {
    position: relative;
    z-index: 9;
  }
  .menu-primary-items .menu-item-has-children > a:hover ~ ul, .menu-primary-items .menu-item-has-children > a:active ~ ul, .menu-primary-items .menu-item-has-children > a:focus ~ ul {
    visibility: visible;
    top: 100%;
    top: calc(100% + 1px);
    opacity: 1;
  }
  .menu-primary-items .menu-item-has-children > a:hover + button, .menu-primary-items .menu-item-has-children > a:active + button, .menu-primary-items .menu-item-has-children > a:focus + button {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
  }
  .menu-primary-items .menu-item-has-children > a:hover:after, .menu-primary-items .menu-item-has-children > a:active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 24px;
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children:hover > button, .menu-primary-items .menu-item-has-children .menu-item-has-children.focused > button {
    -webkit-transform: translate(2px, 0) rotate(-90deg);
            transform: translate(2px, 0) rotate(-90deg);
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children > a:hover + button, .menu-primary-items .menu-item-has-children .menu-item-has-children > a:active + button, .menu-primary-items .menu-item-has-children .menu-item-has-children > a:focus + button {
    -webkit-transform: translate(2px, 0) rotate(-90deg);
            transform: translate(2px, 0) rotate(-90deg);
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children > a:hover ~ ul, .menu-primary-items .menu-item-has-children .menu-item-has-children > a:active ~ ul, .menu-primary-items .menu-item-has-children .menu-item-has-children > a:focus ~ ul {
    top: 0;
    left: 100%;
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children > a:hover:after, .menu-primary-items .menu-item-has-children .menu-item-has-children > a:active:after {
    top: 0;
    bottom: 0;
    left: 100%;
    width: 36px;
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children ul {
    left: 100%;
    left: calc(100% + 6px);
    top: 0;
  }
  .menu-primary-items .menu-item-has-children .menu-item-has-children ul:hover, .menu-primary-items .menu-item-has-children .menu-item-has-children ul.focused {
    top: 0;
    left: 100%;
  }

  .menu-primary .current-menu-item.menu-item-has-children > a + .toggle-dropdown {
    margin: 0 12px 0 8px;
  }

  .toggle-dropdown {
    margin: 0 12px 0 -8px;
  }

  .rtl .menu-primary-items ul .menu-item-has-children:hover > a + button {
    -webkit-transform: translate(-2px, 0) rotate(90deg);
            transform: translate(-2px, 0) rotate(90deg);
  }
  .rtl .menu-primary-items ul .menu-item-has-children > a + button {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0 0 0 -12px;
  }
  .rtl .menu-primary-items ul .menu-item-has-children > a:hover ~ ul, .rtl .menu-primary-items ul .menu-item-has-children > a:active ~ ul, .rtl .menu-primary-items ul .menu-item-has-children > a:focus ~ ul {
    right: auto;
    left: calc(100%);
  }
  .rtl .menu-primary-items ul .menu-item-has-children > a:hover + button, .rtl .menu-primary-items ul .menu-item-has-children > a:active + button, .rtl .menu-primary-items ul .menu-item-has-children > a:focus + button {
    -webkit-transform: translate(-2px, 0) rotate(90deg);
            transform: translate(-2px, 0) rotate(90deg);
  }
  .rtl .menu-primary-items ul .menu-item-has-children ul:hover {
    right: auto;
    left: calc(100%);
  }
}
.entry {
  margin-bottom: 3em;
}

/* Blog subpage image */
.single-post .featured-image > img {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.single-post .featured-image {
    cursor: default;
    height: 300px;
    width: auto;
    border-radius: 0;
    max-width: 750px;
    margin: 0 auto;
}

/* Blog subpage */

.post-header-container {
    position: relative;
    max-width: 750px;
    margin: 0 auto 2em;
}

.post-content {
    max-width: 750px;
    margin: 0 auto;
}

.single-post .post-header {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 75%;
    margin: 1em 0 0;
    padding: 2em 0.5em 1em;
    /*background: rgba(241, 143, 142, .5);*/
    background: rgba(42, 83, 135, .5);
    color: #fff;
    font-size: 24px;
}

.single-post .post-title {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
}

.single-post .post-content > p:first-of-type {
    color: #f18f8e;
    text-transform: uppercase;
}

.post-content h2 {
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    color: #f18f8e;
    text-align: left;
}
.post-content h3,
.entry-content h3 {
    margin-bottom: 15px;
    margin-top: 20px;
    color: #f18f8e;
}

.post-content .gray,
.entry-content .gray {
	color: #999;
}

.post-content .blue,
.entry-content .blue {
	color: #2a5387;
}


.single-post .post-content ul,
.singular-page .post-content ul,
.singular-page .entry-content ul {
    margin: 1em 2em 1em 3em;
    list-style-type: none;
}
.single-post .post-content ul ul,
.singular-page .post-content ul ul,
.singular-page .entry-content ul ul {
    margin-left: 1.5em;
}
.single-post .post-content ul li,
.singular-page .post-content ul li,
.singular-page .entry-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
.single-post .post-content ul li:before,
.singular-page .post-content ul li:before,
.singular-page .entry-content ul li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    top:0;
    font-size: 20px;
    line-height: 24px;
    color: #f18f8e;
}

.single-post .post-content ul li::marker,
.singular-page .post-content ul li::marker,
.singular-page .entry-content ol li::marker {
    color: #f18f8e;
}

.woocommerce-tabs #tab-description ul li::marker {
    content: "\2022";
    font-size: 20px;
    line-height: 24px;
    color: #f18f8e;
}

.single-post .post-content ul .blocks-gallery-item:before {
		content: '';
}

/* image gallery */

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    width: auto;
    max-width: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.2) 60%,transparent);
    pointer-events: none;
}

#cboxCurrent {
    display: none !important;
}
#cboxLoadedContent {
  border: 5px solid #fff !important;
}
#cboxTitle {
  color: #999 !important;
  font-size: 12px;
}

.single-post .post-content ol,
.singular-page .post-content ol,
.singular-page .entry-content ol {
    margin: 1em 2em 1em 3em;
}
.single-post .post-content ol li,
.singular-page .post-content ol li,
.singular-page .entry-content ol li {
    margin-bottom: 5px;
    padding-left: 5px;
}

blockquote {
    padding-left: 1em;
    border-left: 3px solid #f18f8e;
    color: #585858;
    margin: 1.5em 2em 1.5em 5em;
}

.wp-block-video {
    text-align: center;
}
.wp-block-video video {
    max-height: 90vh;
    min-height: 360px;
    max-width: 85%;
}

.wp-block-embed__wrapper {
		max-width: 85%;
		margin: 0 auto;
}

.wp-block-pullquote{
    padding: 0;
    margin: 2em;
    text-align: left;
}

.wp-block-pullquote blockquote{
    margin-left: 2.5em;
    border-left: none;
}
.wp-block-pullquote p {
    display: inline;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    background: #f18f8e;
    box-shadow: 5px 0 0 #f18f8e, -5px 0 0 #f18f8e;
    -webkit-box-shadow: 5px 0 0 #f18f8e, -5px 0 0 #f18f8e;
    -moz-box-shadow: 5px 0 0 #f18f8e, -5px 0 0 #f18f8e;
}

.wp-block-image figcaption, .wp-block-gallery figcaption,
.wp-caption figcaption {
    color: #999;
    font-style: italic;
    font-size: 12px;
    line-height: 1.25em;
}
/*teszt*/
.singular-page .post-header {
    margin-bottom: 2em;
}
.singular-page .post-title {
    color: #f18f8e;
}

.post-content h1 {
    display: none;
}
/* ASZF, Adatkezelesi */
#gendoc_at ul,
#gendoc_aszf ul {
    margin-left: 1.5em;
    font-size: 16px;
}
#gendoc_at a,
#gendoc_aszf a {
    word-break: break-all;
}
#gendoc_at h1 + div {
    margin-bottom: 15px;
}

.wp-block-table {
    width: 100%;
    margin: 1.5em 0;
    text-align: left;
}
.wp-block-table td {
    border: 1px solid #999;
    font-size: smaller;
    word-break: normal;
}
.wp-block-table th {
    background: #f18f8e;
    color: #fff;
    font-weight: bold;
    font-size: smaller;
    text-align: center;
}
.wp-block-table tr:nth-child(odd) {
    background: #f5f5f5;
}
.wp-block-table .diapers tr:nth-child(odd) {
    background: #fff;
}
.wp-block-table .diapers td:nth-child(2),
.wp-block-table .diapers td:nth-child(3) {
    text-align: center;
}

/* rénszarvas langing page */
.wp-block-table.m-t-0,
.wp-block-table.m-t-0 table {
	margin-top: 0;
}

.wp-block-table th {
	border: 1px solid #666;
}
.wp-block-table td {
	padding: 0.75em;
}
.wp-block-table thead {
	border-bottom: none;
}

.wp-block-table.with-btn tr:last-child td {
	background: #2a5387;
	text-align: center;
}
.wp-block-table.with-btn.rose-last tr:last-child td {
	background: #f18f8e;
	color: #fff;
}
.wp-block-table.with-btn tr:last-child td a {
	color: #fff;
}

.wp-block-table.with-btn.rose-last .inside-table tr:last-child td {
	background: #f5f5f5;
	color: #999;
}
.wp-block-table.with-btn.rose-last .inside-table td {
	border: none;
	font-size: 13px;
}

.wp-block-table.with-btn.rose-last .img-fix {
	width: 30px;
    max-width: none;
    margin-left: 30px;
}

@media all and (max-width: 480px) {
	.wp-block-table.with-btn.rose-last .img-fix {
		margin-left: 0;
	}
}

/*landing page with table with highlighted center column */

.wp-block-table.highlighted-center.with-btn tr:last-child td {
	background: #f18f8e;
	text-align: center;
}
.wp-block-table.highlighted-center tr:last-child td:nth-child(2) {
	background: #2a5387;
}

.wp-block-table.highlighted-center tr th:nth-child(2) {
	background: #2a5387;
}
.wp-block-table.highlighted-center tr th:nth-child(2),
.wp-block-table.highlighted-center tr td:nth-child(2) {
	border-left: 3px solid #2a5387;
	border-right: 3px solid #2a5387;
}

.wp-block-table.with-btn .orig-price {
	font-size: 16px;
}
.wp-block-table.with-btn .tick {
	position: relative;
	top: 5px;
    margin-right: 5px;
}
.wp-block-table.with-btn .bonus {
	position: relative;
	top: 20px;
    margin-right: 5px;
}

.flex-buttons {
	display: flex;
	align-items: center;
}
.flex-buttons .flex-item {
	width: 50%;
	text-align: center;
}

.flex-buttons a {
	display: inline-block;
    background: #2a5387;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 33px;
    color: #fff;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-name: pulseBlue;
    border: 2px solid #1f3c5d;
}



/* Training intro page */

.page-template-training .featured-image{
    margin: 0 auto 2em;
    width: 165px;
    height: 165px;
    cursor: default;
}

.page-template-training .featured-image:after {
    width: 157px;
    height: 157px;
    z-index: 7;
    top: 4px;
    left: 4px;
}

.page-template-training .featured-image > img {
  opacity: 1;
}
.page-template-training article {
    display: flex;
    flex-wrap: wrap;
    max-width: 750px;
    margin: 0 auto;
}
.page-template-training .featured-image {
    order: 2;
}
.page-template-training .post-header {
    order: 1;
    width: 100%;
}
.page-template-training .post-content {
    order: 3;
}

.featured-image {
    position: relative;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}

.featured-image img {
    position: relative;
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.featured-image > img {
    height: 100%;
    width: 100%;
}

.featured-image > a > img {
    border: 3px solid #2a5387;
    padding: 6px;
    border-radius: 50%;
    transition: all .3s ease;
}

.featured-image > a > img:hover {
    padding: 3px;
    border: none;
}


.blog-posts article:hover .featured-image > img,
.blog .entry article:hover .featured-image > img {
    opacity: 1;
}

.blog-posts article h2.post-title {
    padding: .5em 0 0;
}
.blog-posts article h2.post-title a:hover {
    color: #2a5387;
}


.featured-image > img.no-object-fit,
.featured-image > a > img.no-object-fit {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  top: 50%;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
.featured-image .ccfic {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px;
  font-size: 13px;
}

.post-header {
  margin: 1em 0;
  text-align: center;
}

.post-content a {
  text-decoration: underline;
}
.post-content iframe {
  max-width: 100%;
}
.post-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.post-author span {
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 0;
}

.post-meta {
  margin: 3em 0;
}

.post-categories span,
.post-tags span {
  margin-right: 2em;
}
.post-categories a,
.post-tags a {
  text-decoration: underline;
  margin-right: 1.5em;
}

.post-tags ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.post-tags li {
  display: inline-block;
}

.further-reading {
  margin: 1.5em 0 3em;
  padding: 2.25em 0;
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}
.further-reading span {
  display: block;
}
.further-reading .previous {
  margin-bottom: 1.5em;
    text-align: left;
}
.further-reading:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.last-updated {
  font-style: italic;
}

.wp-block-image.alignfull,
.wp-block-cover {
  position: relative;
  left: -4.5%;
  width: 109%;
  max-width: none;
}

.wp-block-quote.is-large {
  padding-left: 0;
  border-left: none;
}

.wp-block-embed {
  margin: 1.5em 0;
}

.post-byline {
    font-size: 16px;
    /* 12px / 16px */
    line-height: 1.5;
    /* 18px */
    text-align: center;
}

@media all and (min-width: 43.75em) {
  .entry {
    margin-bottom: 4.5em;
  }

  .post-categories,
  .post-tags {
    display: inline-block;
    margin: 1.5em 0;
  }

  .post-categories {
    margin-right: 1.5em;
  }

  .further-reading div {
    display: inline-block;
    vertical-align: top;
    width: 47%;
  }
  .further-reading .next {
    text-align: right;
  }
  .further-reading .previous {
    float: left;
    margin: 0 6% 0 0;
  }
}
@media all and (min-width: 900px) {
  .page-template-full-width .post-content {
    padding: 0;
  }

  .wp-block-image.alignwide {
    position: relative;
    left: -10%;
    width: 120%;
    max-width: none;
  }

  .wp-block-image.alignfull,
  .wp-block-cover {
    left: -16.75%;
    width: 133.5%;
  }
}
@media all and (min-width: 68.75em) {

  .page-template-full-width .post-content {
    padding: 0;
  }

  .wp-block-image.alignwide {
    left: -15%;
    width: 130%;
  }

  .wp-block-image.alignfull,
  .wp-block-cover {
    left: -25%;
    width: 150%;
  }
}
@media all and (min-width: 75em) {

  .page-template-full-width .post-content {
    padding: 0;
  }

  .wp-block-image.alignfull,
  .wp-block-cover {
    left: -36%;
    width: 172%;
  }
}
.search-form-container .search-field {
  vertical-align: top;
}

.search .search-header {
  text-align: center;
}

.search-bottom {
  clear: both;
  text-align: center;
  margin-top: 4.5em;
}
.search-bottom .search-form-container {
  margin-top: 1.5em;
}

/**
 * 14.2 Galleries
 */
.gallery {
  margin: 2.25em auto;
}

.gallery-item {
  display: inline-block;
  padding: 0.75em;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  max-width: 100%;
  max-height: 100%;
}
.gallery-item a {
  border: none;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #545454;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  padding: 0.5em 0 0;
  margin: 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* Jetpack Galleries */
.tiled-gallery {
  margin: 2.25em auto !important;
}
.tiled-gallery .gallery-row {
  margin: 0 auto;
}

.singular-attachment .attachment-container img {
  display: block;
}

.woocommerce .product .quantity .qty {
  width: 50px !important;
  font-size: 16px !important;
  padding: 11px 12px !important;
}
.woocommerce .product .single_add_to_cart_button {
    line-height: 1.5;
    padding: 10px 24px;
}
.woocommerce .product_meta a {
  text-decoration: underline;
}
.woocommerce .woocommerce-review-link {
  text-decoration: underline;
}
.woocommerce .woocommerce-Reviews-title,
.woocommerce .related h2,
.woocommerce .upsells h2 {
  margin-bottom: 24px;
}

.woocommerce-cart th, .woocommerce-cart td,
.woocommerce-checkout th,
.woocommerce-checkout td,
.woocommerce-page th,
.woocommerce-page td {
  border: none;
}
.woocommerce-cart h2,
.woocommerce-cart h3,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-page h2,
.woocommerce-page h3 {
  margin-bottom: 24px;
}

.woocommerce-cart .quantity input {
  width: 50px !important;
  font-size: 14px !important;
  padding: 8px 4px !important;
}
.woocommerce-cart .coupon input {
  max-width: none !important;
  width: 49% !important;
  padding: 10px 12px !important;
}
.woocommerce-cart .coupon input[type="text"] {
  font-size: 14px !important;
}
.woocommerce-cart table.shop_table td.product-name {
  padding: 24px 12px;
}
.woocommerce-cart table.shop_table .actions {
  padding: 12px;
}

.woocommerce-checkout input {
  max-width: none;
}
.woocommerce-checkout .required {
  text-decoration: none;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 24px;
}

.woocommerce-account .woocommerce {
  position: relative;
  border-radius: 6px;
  min-height: 260px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #f5f5f5;
  padding: 1.5em;
}
.woocommerce-account .post-content .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
    font-size: 16px;
}
.woocommerce-account .post-content .woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
    padding-left: 0;
}
.woocommerce-account .post-content .woocommerce-MyAccount-navigation li:last-child {
    margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #f18f8e;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
}
.woocommerce-account .post-content .woocommerce-MyAccount-navigation li:before {
    content: '';
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 1.5em;
    text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin: 1.5em 0;
}

.woocommerce-account .woocommerce-message {
  z-index: 9;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  top: -26px;
}

.archive.bbpress .entry {
  margin-right: 0;
  width: 100%;
  float: none;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 16px;
}

div.bbp-breadcrumb {
  display: inline-block;
  float: none;
}

#subscription-toggle {
  margin-left: 6px;
  text-decoration: underline;
}

span.bbp-admin-links,
span.bbp-admin-links a,
.bbp-reply-header a.bbp-reply-permalink {
  color: #666666;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: -3px;
}

.bbp-form textarea {
  max-width: none;
}

/*

ATTENTION:

Please do not edit this. Your changes will be overwritten when you update Chosen.

If you want to make CSS edits, use the "Custom CSS" section in the Customizer instead (Appearance > Customize).

If you want more information about customizing Chosen with CSS, check out this guide: https://www.competethemes.com/help/custom-css-chosen/

*/

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}
.justify {
    text-align: justify;
}
.centered-img {
    margin: 30px auto;
    display: block;
}
.upper {
  text-transform: uppercase;
}
.clear {
    clear: both;
}
.rose {
    color: #f18f8e;
}
.blue {
    color: #2a5387;
}
.green {
    color: #8abf34;
}
.gray {
    color: #999;
}
.bigger {
    font-size: 20px;
}
.bigger-2, .post-content .bigger-2 {
    font-size: 24px;
}
.text-tr-0, .post-content .text-tr-0 {
    text-transform: none;
}
.smaller {
    font-size: smaller;
}
    .bigger-w-lh {
    font-size: 22px;
    line-height: 32px;
}
.bold {
	font-weight: bold;
}
.only-mobile {
    display: none;
}
.inner {
    max-width: 750px;
    margin: 0 auto;
}
.cl:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.wp-block-image .alignright {
    margin-left: 1.5em;
}
.wp-block-image .alignleft {
    margin-right: 1.5em;
}

.small-szv {
	max-width: 350px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-t-0 {
    margin-top: 0;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-b-0 {
    margin-bottom: 0;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.max-w-80 {
		max-width: 80%;
}

mark {
  background-color: transparent;
}

.italic {
	font-style: italic;
}

.btn,
.btn:link,
.btn:visited {
    padding: 10px 25px;
    color: #fff;
    background: #f18f8e;
    border-radius: 33px;
		text-decoration: none;
    outline: none;
    font-family: "Capriola", "Arial", sans-serif;
}
.btn.blue {
    background: #2a5387;
    color: #fff;
    border: 1px solid #2a5387;
}

button.btn {
    border: 1px solid #f18f8e;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
button.btn:hover,
.wp-block-button.cta .wp-block-button__link:hover {
    background: #fff;
    color: #f18f8e;
}

.wp-block-button.cta .wp-block-button__link {
	background: #f18f8e;
	color: #fff;	
}

.link,
.shop .link-holder a,
.more-link {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #f18f8e;
}

.link:hover,
.shop .link-holder a:hover,
.more-link:hover {
    text-decoration: underline;
}

.link:before,
.shop .link-holder a:before,
.more-link:before {
    content: url(../../../../../../../themes/szuloverzum-ch/images/arrow.png);
    position: absolute;
    left: 0;
    top: 2px;
}

.shop .link-holder a:first-child {
    margin-bottom: 10px;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /*max-height: 20vh;*/
    height: 90px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}


.site-header.shrink {
    height: 56px;
    height: 76px;
}

.site-header.shrink .logo {
    width: 80px;
    height: auto;
}

.site-header.shrink .menu {
	float: right;
	top: 0;
}
.logged-in .site-header.shrink .menu {
	width: 92%;
}
.site-header.shrink .menu-primary a,
.site-header.shrink .motto {
    font-size: 13px;
}
.site-header.shrink .menu-primary a {
	padding: 9px 9px 5px;
}


/* home page image animation */

.home-slider-holder {
    position: relative;
    padding: 10px 0 20px;
}
.home-slide {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 526px;
    text-align: center;
    z-index: 1;
}
.home-slide h2 {
    color: #2a5387;
    font-size: 26px;
    letter-spacing: 2px;
    z-index: 5;
}
.home-slide h2 a {
    color: #2a5387;
}
.home-slide .rose {
    color: #f18f8e;
}
.slide-img-holder {
    min-height: 410px;
}
.slide-img-holder-inner {
    position: absolute;
}

.slide-img-holder-left {
    position: absolute;
    top: 10px;
    left: 150px;
    width: 418px;
    /*top: 35px;
    left: 195px;
    width: 296px;*/
    animation: slide-2-img-1 20s ease-in-out infinite;
    z-index: 2;
}
.slide-img-holder-right {
    position: absolute;
    top: 165px;
    right: 95px;
    left: auto;
    width: 365px;
    /*
    top: 180px;
    right: 195px;
    width: 296px;*/
    z-index: 2;
    animation: slide-2-img-2 20s ease-in-out infinite;
}
.slide-img {
    z-index: 1;
    position: relative;
}

.leaf {
    position: absolute;
    z-index: 0;
}
.leaf-left {
    bottom: -48px;
    left: -105px;
}
.leaf-right {
    top: -24px;
    right: -110px;
    -webkit-transform: rotate(-60deg) scaleX(-1);
    transform: rotate(-60deg) scaleX(-1);
}

.blue-babydiary {
    animation: showhide-slide-1 20s linear infinite;
    position: relative;
}
.blue-babydiary .slide-img-holder-inner {
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: growing-90 10s linear infinite;
}
.blue-babydiary h2 {
    font-size: 26px;
    animation: slide-1-title-1 10s linear infinite;
}
.blue-babydiary .slide-img-holder {
    margin: 5px 0 20px;
}

.babydiary-kids {
    animation: showhide-slide-2 20s linear infinite;
}
.babydiary-kids h2 {
    position: absolute;
    top: 75px;
    left: 550px;
    text-align: left;
    animation: slide-2-title-1 20s ease-in-out infinite;
}
.babydiary-kids .text-bottom {
    bottom: 55px;
    left: 300px;
    top: auto;
    text-align: right;
    animation: slide-2-title-2 20s ease-in-out infinite;
}

.babydiary-colors {
    animation: showhide-slide-3 20s linear infinite;
}
.babydiary-colors .slide-img-holder-left {
    width: 485px; /*500*/
    left: 105px;
    animation: growing-90 10s linear infinite;
}
.babydiary-colors .slide-img-holder-right {
    width: 470px; /*490*/
    animation: growing-90 10s linear infinite;
}
.babydiary-colors h2 {
    position: absolute;
    top: 55px;
    left: 555px;
    text-align: left;
}
.babydiary-colors .text-bottom {
    bottom: 0px;
    left: 215px;
    top: auto;
    /*animation: slide-3-title-2 20s ease-in-out infinite;*/
}

.babydiary-products {
    animation: showhide-slide-4 20s linear infinite;
    z-index: 0;
}
.babydiary-products h2 {
    position: relative;
}
.babydiary-products h2:nth-of-type(1) {
    animation: slide-4-text-1 20s ease-in-out infinite;
    margin-top: 25px;
}
.babydiary-products h2:nth-of-type(2) {
    position: relative;
    margin-top: 155px;
    margin-left: 195px;
    font-size: 22px;
    text-align: left;
    animation: slide-4-text-2 20s ease-in-out infinite;
}
/*.babydiary-products .product-list {
    margin-left: 195px;
    position: relative;
    text-align: left;
    font-size: 20px;
    color: #2a5387;
    list-style-position: inside;
    animation: slide-4-text-2 20s ease-in-out infinite;
}
.babydiary-products .product-list li {
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.babydiary-products .product-list li a {
    color: #2a5387;
}*/
.babydiary-products .slide-img-holder {
    position: absolute;
    top: 125px;
    right: 140px;
    width: 385px;
    animation: slide-4-img 20s ease-in-out infinite;
}
.babydiary-products .leaf-left {
    bottom: auto;
    top: 25px;
    transform: rotate(-120deg);
    left: 115px;
    animation: growing-90-rev-rotate 10s linear infinite;
}
/*
.hashtags {
    position: relative;
    margin-top: 60px;
    font-size: 17px;
    text-transform: uppercase;
    animation: slide-4-text-3 20s ease-in-out infinite;
}
.hashtags span {
    margin: 0 20px;
    letter-spacing: 2px;
}
*/
/* TEMP */
/*
.blue-babydiary, .babydiary-kids, .babydiary-colors, .babydiary-products {
    display:none;
}
.home-slider-holder {
    height: 600px;
}
*/

@keyframes showhide-slide-1 {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    23% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    98% {
        opacity: 0;
    }
    /*99% {
        opacity: .5;
    }*/
    100% {
        opacity: 0;
    }
}
@keyframes showhide-slide-2 {
    0% {
        opacity: 0;
    }
    22% {
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
    48% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes showhide-slide-3 {
    0% {
        opacity: 0;
    }
    48% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    73% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes showhide-slide-4 {
    0% {
        opacity: 0;
        z-index: 0;
    }
    73% {
        opacity: 0;
        z-index: 0;
    }
    75% {
        opacity: 1;
        z-index: 2;
    }
    98% {
        opacity: 1;
        z-index: 2;
    }
    99% {
        opacity: .5;
        z-index: 0;
    }
    100% {
        opacity: 0;
        z-index: 0;
    }
}
@keyframes growing-90 {
     0% {
         transform: scale(.9);
     }
     45% {
        transform: scale(1);
     }
     50% {
         transform: scale(1);
     }
     95% {
         transform: scale(.9);
     }
     100% {
         transform: scale(.9);
     }
}
@keyframes growing-90-rev-rotate {
    0% {
        transform: scale(1) rotate(-120deg);
        opacity: 0;
    }
    45% {
        transform: scale(.9) rotate(-120deg);
        opacity: 0;
    }
    50% {
        transform: scale(.9) rotate(-120deg);
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    87% {
        opacity: 1;
    }
    93% {
        opacity: 0;
    }
    95% {
        transform: scale(1) rotate(-120deg);
        opacity: 0;
    }
    100% {
        transform: scale(1) rotate(-120deg);
        opacity: 0;
    }
}
@keyframes slide-1-title-1 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes slide-2-title-1 {
    0% {
        left: 320px;
        opacity: 0;
    }
    23% {
        left: 320px;
        opacity: 0;
    }
    29% {
        left: 550px;
        opacity: 1;
    }
    44% {
        left: 550px;
        opacity: 1;
    }
    47% {
        opacity: 0;
    }
    50% {
        left: 950px;
        opacity: 0;
    }
    60% {
        left: 950px;
        opacity: 0;
    }
    100% {
        left: 320px;
        opacity: 0;
    }
}
@keyframes slide-2-img-1 {
    0% {
        left: -50px;
        opacity: 0;
    }
    23% {
        left: -50px;
        opacity: 0;
    }
    29% {
        left: 150px;
        opacity: 1;
    }
    44% {
        left: 150px;
        opacity: 1;
    }
    48% {
        opacity: 0;
    }
    50% {
        left: 550px;
        opacity: 0;
    }
    60% {
        left: 550px;
        opacity: 0;
    }
    100% {
        left: -50px;
        opacity: 0;
    }
}
@keyframes slide-2-img-2 {
    0% {
        right: 295px;
        opacity: 0;
    }
    24% {
        right: 295px;
        opacity: 0;
    }
    30% {
        right: 95px;
        opacity: 1;
    }
    45% {
        right: 95px;
        opacity: 1;
    }
    47% {
        opacity: 0;
    }
    50% {
        right: -505px;
        opacity: 0;
    }
    60% {
        right: -505px;
        opacity: 0;
    }
    100% {
        right: 295px;
        opacity: 0;
    }
}
@keyframes slide-2-title-2 {
    0% {
        left: 15px;
        opacity: 0;
    }
    24% {
        left: 15px;
        opacity: 0;
    }
    30% {
        left: 300px;
        opacity: 1;
    }
    45% {
        left: 300px;
        opacity: 1;
    }
    47% {
        opacity: 0;
    }
    50% {
        left: 900px;
        opacity: 0;
    }
    60% {
        left: 900px;
        opacity: 0;
    }
    100% {
        left: 15px;
        opacity: 0;
    }
}
@keyframes slide-4-text-1 {
    0% {
        left: -200px;
        opacity: 0;
    }
    72% {
        left: -200px;
        opacity: 0;
    }
    77% {
        left: 0;
        opacity: 1;
    }
    95% {
        left: 0;
        opacity: 1;
    }
    98% {
        opacity: 0;
    }
    99% {
        left: 250px;
        opacity: 0;
    }
    100% {
        left: -200px;
        opacity: 0;
    }
}
@keyframes slide-4-text-2 {
    0% {
        left: -200px;
        opacity: 0;
    }
    73% {
        left: -200px;
        opacity: 0;
    }
    78% {
        left: 0;
        opacity: 1;
    }
    96% {
        left: 0;
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    99.5% {
        left: 250px;
        opacity: 0;
    }
    100% {
        left: -200px;
        opacity: 0;
    }
}
@keyframes slide-4-img {
    0% {
        right: 340px;
        opacity: 0;
    }
    73% {
        right: 340px;
        opacity: 0;
    }
    78% {
        right: 140px;
        opacity: 1;
    }
    96% {
        right: 140px;
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    99.5% {
        right: -70px;
        opacity: 0;
    }
    100% {
        right: 340px;
        opacity: 0;
    }
}
@keyframes slide-4-text-3 {
    0% {
        left: -200px;
        opacity: 0;
    }
    74% {
        left: -200px;
        opacity: 0;
    }
    79% {
        left: 0;
        opacity: 1;
    }
    97% {
        left: 0;
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        left: 250px;
        opacity: 0;
    }
}

/* mobile style + animations */
@media all and (max-width: 1024px) {
    .slide-img-holder-left {
        top: 25px;
        left: 90px;
        animation: tab-slide-2-img-1 20s ease-in-out infinite;;
    }
    .slide-img-holder-right {
        top: 150px;
        right: 50px;
        animation: tab-slide-2-img-2 20s ease-in-out infinite;;
    }
    .babydiary-kids h2 {
        left: 500px;
        animation: tab-slide-2-title-1 20s ease-in-out infinite;;
    }
    .babydiary-kids .text-bottom {
        left: 150px;
        bottom: 30px;
        animation: tab-slide-2-title-2 20s ease-in-out infinite;;
    }

    .babydiary-colors .slide-img-holder-left {
        width: 460px;
        left: 0;
    }
    .babydiary-colors .slide-img-holder-right {
        width: 450px;
        right: 50px;
        top: 175px;
    }
    .babydiary-colors h2 {
        top: 60px;
        left: 450px;
    }
    .babydiary-colors .text-bottom {
         left: 120px;
     }

    .babydiary-products .leaf-left {
        left: 35px;
    }
    .babydiary-products .slide-img-holder {
        right: 40px;
        animation: tab-slide-4-img 20s ease-in-out infinite;;
    }
    .babydiary-products h2:nth-of-type(2) {
        margin-left: 95px;
    }
    .babydiary-products .product-list {
        margin-left: 110px;
    }

}

@media all and (max-width: 768px) {
    .only-desktop {
        display: none;
    }
    .home-slide .only-mobile {
        display: block;
    }
    .home-slide {
        min-height: 0;
    }
    .home-slide h2 {
        font-size: 18px;
    }

    .blue-babydiary h2 {
        font-size: 20px;
    }
    .blue-babydiary .slide-img {
        max-height: 300px;
    }

    .slide-img-holder {
        min-height: 0;
        margin: 10px 0;
    }
    .blue-babydiary .slide-img-holder {
        margin: 22px 0;
    }
    .slide-img-holder-inner {
        position: relative;
    }
    .blue-babydiary .slide-img-holder-inner {
        width: auto;
    }
    .slide-img-holder-inner:before {
        top: -27px;
        left: -24px;
        background-size: 75% 75%;
    }
    .slide-img-holder-inner:after {
        bottom: -33px;
        right: -52px;
        background-size: 75% 75%;
    }

    .slide-img-holder-left {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        animation: mobile-slide-2-img-1 20s ease-in-out infinite;;
    }
    .slide-img-holder-right {
        display: none;
    }
    .babydiary-kids h2, .babydiary-kids .text-bottom {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        text-align: center;
        animation: mobile-slide-2-title-1 20s ease-in-out infinite;;
    }
    .babydiary-kids .text-bottom {
        animation: mobile-slide-2-title-2 20s ease-in-out infinite;;
    }
    .babydiary-kids .slide-img-holder {
        margin: 10px 0 0;
    }

    .babydiary-kids .slide-img,
    .babydiary-products .slide-img {
        height: 290px;
    }

    .babydiary-colors .slide-img-holder-left {
        display: none;
    }
    .babydiary-colors .text-bottom {
        left: auto;
        bottom: 25px;
    }

    .babydiary-colors h2, .babydiary-colors .slide-img-holder-right {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        text-align: center;
    }
    .babydiary-colors .slide-img-holder-right {
        display: block;
        margin: 30px auto;
    }

    .babydiary-products .leaf-left {
        /*display: none;*/
    }
    .babydiary-products .slide-img-holder {
        width: auto;
        /*left: auto;
        top: 110px;
        width: auto;
        animation: mobile-slide-4-img 20s ease-in-out infinite;*/
    }
    .babydiary-products h2:nth-of-type(2) {
        margin: 130px 0 0 40px;
        font-size: 18px;
    }
    .babydiary-products .product-list {
        margin: 20px 0 60px 20px;
        font-size: 16px;
        list-style-position: outside;
    }
    .hashtags {
        margin-top: 25px;
        font-size: 13px;
    }
    .hashtags span {
        margin: 4px 20px;
        display: inline-block;
    }
}

@media all and (max-width: 600px) {
    .home-slide h2 {
        font-size: 17px;
    }
    .blue-babydiary {
        padding-bottom: 20px;
    }
    .babydiary-products .leaf-left {
        left: 150px;
        top: 75px;
    }
    .babydiary-products .slide-img-holder {
        display: none;
/*
        position: relative;
        left: auto;
        top: auto;*/
    }
    /*.babydiary-products .slide-img {
        height: 290px;
    }*/

    .babydiary-products h2:nth-of-type(2) {
        margin: 160px 0 0 0;
        font-size: 18px;
        text-align: center;
    }
}
@media all and (max-width: 480px) {
    .blue-babydiary .slide-img {
        height: 110%;
        max-width: 120%;
        transform: translateX(-8%);
    }
    .blue-babydiary .slide-img-holder {
        margin: 20px 0;
    }
    .blue-babydiary h2 {
        font-size: 18px;
    }
    .babydiary-kids .slide-img {
        height: 300px;
    }
    .babydiary-colors .slide-img-holder-right {
        width: 110%;
        left: -10px;
    }
    .babydiary-products h2:nth-of-type(1) {
        margin: 15px 25px 0;
    }
    .babydiary-products h2:nth-of-type(2) {
        margin: 180px 0 0;
        font-size: 17px;
    }
    .babydiary-products .product-list {
        margin-bottom: 45px;
    }
    .babydiary-products .product-list li {
        margin-bottom: 12px;
    }
}

@media all and (max-width: 420px) {
    .babydiary-products .leaf-left {
        left: 130px;
        top: 120px;
    }
}
@media all and (max-width: 375px) {

    .babydiary-products .leaf-left {
        left: 95px;

    }
}
@media all and (max-width: 360px) {
    .home-slide h2 {
        font-size: 17px;
    }
    .blue-babydiary {
        padding: 10px 0 20px;
    }
    .babydiary-kids h2:nth-of-type(1),
    .babydiary-kids .slide-img-holder,
    .babydiary-colors h2,
    .babydiary-products h2:nth-of-type(1) {
        top: 10px;
    }
    .babydiary-kids .slide-img-holder {
        margin: 10px 0;
    }
    .babydiary-kids .slide-img {
        height: 275px;
    }
    .babydiary-colors .slide-img-holder-right {
        left: -12px;
    }
    .babydiary-products h2:nth-of-type(1) {
        margin: 0;
    }
    .babydiary-products .product-list {
        margin-bottom: 30px;
    }
    .babydiary-products .product-list li {
        font-size: 15px;
    }
    /*
    .hashtags span {
        margin: 4px 10px;
    }*/
}

@media all and (max-width: 320px) {
    .home-slide h2 {
        font-size: 16px;
    }
    .blue-babydiary {
        padding: 10px 0;
    }
    .blue-babydiary .slide-img {
        max-width: 135%;
        transform: translateX(-13%);
    }
    .babydiary-kids .slide-img-holder {
        margin-bottom: 0;
    }
    .babydiary-colors .slide-img {
        max-width: 110%;
        transform: translateX(-5%);
    }

    .babydiary-products h2:nth-of-type(2) {
        font-size: 16px;
    }
    .babydiary-products .product-list li {
        font-size: 13px;
    }
    .hashtags {
        font-size: 11px;
    }
}

@keyframes tab-slide-2-title-1 {
    0% {
        left: 300px;
        opacity: 0;
    }
    23% {
        left: 300px;
        opacity: 0;
    }
    29% {
        left: 500px;
        opacity: 1;
    }
    44% {
        left: 500px;
        opacity: 1;
    }
    47% {
        opacity: 0;
    }
    50% {
        left: 900px;
        opacity: 0;
    }
    60% {
        left: 900px;
        opacity: 0;
    }
    100% {
        left: 300px;
        opacity: 0;
    }
}
@keyframes tab-slide-2-img-1 {
    0% {
        left: -110px;
        opacity: 0;
    }
    23% {
        left: -110px;
        opacity: 0;
    }
    29% {
        left: 90px;
        opacity: 1;
    }
    44% {
        left: 90px;
        opacity: 1;
    }
    48% {
        opacity: 0;
    }
    50% {
        left: 490px;
        opacity: 0;
    }
    60% {
        left: 490px;
        opacity: 0;
    }
    100% {
        left: -110px;
        opacity: 0;
    }
}
@keyframes tab-slide-2-img-2 {
    0% {
        right: 250px;
        opacity: 0;
    }
    24% {
        right: 250px;
        opacity: 0;
    }
    30% {
        right: 50px;
        opacity: 1;
    }
    45% {
        right: 50px;
        opacity: 1;
    }
    47% {
        opacity: 0;
    }
    50% {
        right: -550px;
        opacity: 0;
    }
    60% {
        right: -550px;
        opacity: 0;
    }
    100% {
        right: 250px;
        opacity: 0;
    }
}
@keyframes tab-slide-2-title-2 {
    0% {
        left: -50px;
        opacity: 0;
    }
    24% {
        left: -50px;
        opacity: 0;
    }
    30% {
        left: 150px;
        opacity: 1;
    }
    45% {
        left: 150px;
        opacity: 1;
    }
    47% {
        opacity: 0;
    }
    50% {
        left: 750px;
        opacity: 0;
    }
    60% {
        left: 750px;
        opacity: 0;
    }
    100% {
        left: -50px;
        opacity: 0;
    }
}
@keyframes tab-slide-4-img {
    0% {
        right: 240px;
        opacity: 0;
    }
    73% {
        right: 240px;
        opacity: 0;
    }
    78% {
        right: 40px;
        opacity: 1;
    }
    96% {
        right: 40px;
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    99.5% {
        right: -180px;
        opacity: 0;
    }
    100% {
        right: 240px;
        opacity: 0;
    }
}
@keyframes mobile-slide-2-title-1 {
    0% {
        left: -200px;
        opacity: 0;
    }
    23% {
        left: -200px;
        opacity: 0;
    }
    28% {
        left: 0;
        opacity: 1;
    }
    43% {
        left: 0;
        opacity: 1;
    }
    47% {
        opacity: 0;
    }
    49% {
        left: 400px;
        opacity: 0;
    }
    60% {
        left: 400px;
        opacity: 0;
    }
    100% {
        left: -200px;
        opacity: 0;
    }
}
@keyframes mobile-slide-2-img-1 {
    0% {
        left: -200px;
        opacity: 0;
    }
    24% {
        left: -200px;
        opacity: 0;
    }
    29% {
        left: 0;
        opacity: 1;
    }
    44% {
        left: 0;
        opacity: 1;
    }
    47% {
        opacity: 0;
    }
    50% {
        left: 400px;
        opacity: 0;
    }
    60% {
        left: 400px;
        opacity: 0;
    }
    100% {
        left: -200px;
        opacity: 0;
    }
}
@keyframes mobile-slide-2-title-2 {
    0% {
        left: -200px;
        opacity: 0;
    }
    25% {
        left: -200px;
        opacity: 0;
    }
    30% {
        left: 0;
        opacity: 1;
    }
    45% {
        left: 0;
        opacity: 1;
    }
    48% {
        opacity: 0;
    }
    51% {
        left: 600px;
        opacity: 0;
    }
    60% {
        left: 600px;
        opacity: 0;
    }
    100% {
        left: -200px;
        opacity: 0;
    }
}
@keyframes mobile-slide-4-img {
    0% {
        left: -200px;
        opacity: 0;
    }
    73% {
        left: -200px;
        opacity: 0;
    }
    78% {
        left: 0;
        opacity: 1;
    }
    96% {
        left: 0;
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    99.5% {
        left: 400px;
        opacity: 0;
    }
    100% {
        left: -200px;
        opacity: 0;
    }
}

/* OLD */
.home-img-holder {
    padding: 0 0 15px;
    text-align: center;
    position: relative;
    height: 540px;
}
.home-img-holder .img-holder {
    position: relative;
    height: 540px;
    top: -10px;
}
.compass {
  animation: showhide-compass 15s linear infinite;
}
.compass:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--wpr-bg-f7e037da-b44e-459a-b86a-2df1f7d8f0fe);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 540px 540px;
    content: '';
    z-index: 5;
    /*animation: compass 5s ease-in-out;*/
    animation: compass-infinite 15s ease-in-out infinite;
}

.home-img-holder img {
    /*max-height: 79vh;*/
    max-height: 465px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.home-img-holder .stars {
    position: absolute;
    width: 100%;
    animation: showhide-stars 15s linear infinite;
}

.home-img-holder .stars:before,
.home-img-holder .stars:after,
.third-star {
    width: 51px;
    height: 51px;
    background-size: 31px 31px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: var(--wpr-bg-37e9721f-e55d-46e8-bf27-e3b54fab0356);
    content: '';
    transform: scale(.75);
    animation: pulsate 2s ease-in-out infinite;
}
.home-img-holder .stars:before {
    top: 60%;
    left: 15%;
}
.home-img-holder .stars:after {
    top: 6%;
    right: 18%;
}
.third-star {
    bottom: 6%;
    right: 15%;
}

.home-img-holder .clouds {
    position: absolute;
    width: 100%;
    animation: showhide-clouds 15s linear infinite;
}
.clouds:before,
.clouds:after,
.sun {
    width: 147px;
    height: 80px;
    background-size: 91px 50px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: var(--wpr-bg-f2692c5b-506d-4737-9f68-5ed8e4cf52b0);
    content: '';
}
.clouds:before {
    top: 25%;
    left: 15%;
    transform: translateX(0%);
    animation: clouds 4s linear infinite;
}
.clouds:after {
    bottom: 12%;
    right: 27%;
    background-image: var(--wpr-bg-af965302-6a90-428e-80bf-d754514fdc4f);
    transform: translateX(0%);
    animation: clouds-back 4s linear infinite;
}

.sun {
    width: 97px;
    height: 97px;
    top: 6%;
    right: 15%;
    background-size: 60px 60px;
    background-image: url(../../../../../../../themes/szuloverzum-ch/images/sun.png);
    transform: scale(.9) rotate(0deg);
    animation: pulsate-rotate 5s linear infinite;
}

@keyframes showhide-compass {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    44% {
        opacity: 0;
    }
    96% {
        opacity: 0;
    }
    98% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showhide-stars {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    44% {
        opacity: 1;
    }
    68% {
        opacity: 1;
    }
    72% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes showhide-clouds {
    0% {
        opacity: 0;
    }
    68% {
        opacity: 0;
    }
    72% {
        opacity: 1;
    }
    96% {
        opacity: 1;
    }
    98% {
        opacity: .5;
    }
    100% {
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(.75);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.75);
    }
}
@keyframes pulsate-rotate {
    0% {
        transform: scale(.9) rotate(0deg);
    }
    50% {
        transform: scale(1) rotate(180deg);
    }
    100% {
        transform: scale(.9) rotate(360deg);
    }
}
@keyframes compass-infinite { /* 33% (5s) az anim, 40% (6s) után tűnik el a div*/
    0% {
        transform: rotate(0deg);
    }
    11.65% { /* 11.655 */
        transform: rotate(30deg);
    }
    19.98% { /* 19.98 */
        transform: rotate(-10deg);
    }
    24.97% { /* 24.975 */
        transform: rotate(5deg);
    }
    28.3% { /* 28.305 */
        transform: rotate(-2deg);
    }
    31.63% { /* 31.635 */
        transform: rotate(1deg);
    }
    33% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes mobile-compass-infinite {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    11.65% { /* 11.655 */
        transform: translateX(-50%) rotate(30deg);
    }
    19.98% { /* 19.98 */
        transform: translateX(-50%) rotate(-10deg);
    }
    24.97% { /* 24.975 */
        transform: translateX(-50%) rotate(5deg);
    }
    28.3% { /* 28.305 */
        transform: translateX(-50%) rotate(-2deg);
    }
    31.63% { /* 31.635 */
        transform: translateX(-50%) rotate(1deg);
    }
    33% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(0deg);
    }
}
@keyframes clouds {
    0% {
        transform: translateX(0%);
    }
    30% {
        transform: translateX(-6%);
    }
    80% {
        transform: translateX(5%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes clouds-back {
    0% {
        transform: translateX(0%);
    }
    30% {
        transform: translateX(4%);
    }
    80% {
        transform: translateX(-4%);
    }
    100% {
        transform: translateX(0%);
    }
}

.main-msg-holder {
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 6;
}

.main-msg {
    color: #fff;
    display: inline;
    -webkit-box-shadow: 5px 0 0 #f18f8e, -5px 0 0 #f18f8e;
    -moz-box-shadow: 5px 0 0 #f18f8e, -5px 0 0 #f18f8e;
    box-shadow: 5px 0 0 #f18f8e, -5px 0 0 #f18f8e;
    font-size: 22px;
    line-height: 32px;
}

.rose-bg {
    background: #f18f8e;
}

.blue-bg {
    background: #2a5387;
    -webkit-box-shadow: 5px 0 0 0 #2a5387, -5px 0 0 0 #2a5387;
    -moz-box-shadow: 5px 0 0 0 #2a5387, -5px 0 0 0 #2a5387;
    box-shadow: 5px 0 0 0 #2a5387, -5px 0 0 0 #2a5387;
}

.circle-gift {
		width: 170px;
		height: 170px;
		margin: 15px auto;
	  padding: 50px 10px;
		background: #2a5387;
    border-radius: 100px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;    
    font-weight: bold;
		font-size: 15px;
}
.circle-gift .bigger {
		font-size: 28px;
		display: inline-block;
}
.circle-gift .percent {
    font-size: 26px;
    display: inline-block;
    margin-top: 5px;
}

section {
    padding: 50px 0;
    border-bottom: 1px solid #999999;
}
section:first-child,
section:last-child {
    border-bottom: none;
}

.intro-holder {
    padding: 15px 0 70px;
}

.intro-holder img {
    max-width: 25%;
    float: left;
    margin-right: 10%;
}

.intro-holder .intro-text {
    max-width: 60%;
    float: left;
    padding-top: 72px;
}

.intro-text p {
    font-size: 22px;
    line-height: 34px;
}

.main-description {
    padding: 30px 17% 50px;
    font-size: 22px;
    line-height: 34px;
}

.main-description p:first-child {
    margin-bottom: 40px;
}

.main-description .rose.right {
    margin-bottom: 40px;
}

.main-description ul {
    margin: 1.5em 1em;
    list-style-type: none;
}

.main-description li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

.main-description li:before {
    content: url(../../../../../../../themes/szuloverzum-ch/images/arrow_list.png);
    position: absolute;
    left: 0;
    top: 4px;
}

.main-description a {
    display: inline-block;
    margin-top: 45px;
    font-size: 20px;
    line-height: 30px;
}

.babydiary, .main-img-block {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.babydiary img, .main-img-block img,
.babydiary .text, .main-img-block .text {
    width: 33%;
}
.babydiary h2, .main-img-block h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}

.subscription section {
    padding: 0;
}
.subscription form {
    margin-top: 15px;
}
.subscription form label a {
    color: #f18f8e;
}

.blog-posts {
    display: flex;
    justify-content: space-between;
}

.blog-posts article {
    width: 25%;
}

.blog-posts article .featured-image {
    margin: 0 auto 40px;
}

.category {
    margin-bottom: 4px;
    text-align: center;
    font-size: 16px;
}

.post-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
h2.post-title {
    padding: .5em 0;
    font-size: 20px;
    line-height: 24px;
}

.framed {
  display: inline-block;
  padding: 5px 5px 0;
  margin-bottom: 8px;
  border-top: 2px solid #f18f8e;
  border-bottom: 2px solid #f18f8e;
  font-size: 30px;
  line-height: 36px;
}

/* Front page / Trainings + Trainings subpage */

.home .shop.woocommerce .products .product {
    margin-bottom: 0;
}
.home .shop.woocommerce .products .product h2 {
    margin: 30px 0 20px;
    padding: 0;
    line-height: 26px;
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0;
}
.woocommerce ul.products li.product a img {
    margin: 0 auto 1em;
}
.trainings .products .product:nth-child(4n),
.shop .products .product:nth-child(4n) {
    margin-right: 0;
}

.trainings .products .product:hover .product-image-pattern {
    opacity: 0;
}

.home .shop .woocommerce-loop-product__link > img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border: 3px solid #f18f8e;
    position: relative;
    padding: 6px;
    transition: all .3s ease;
}
.home .shop a:hover .product-description {
    color: #999;
}
.home .shop ul.products li.product .woocommerce-loop-product__link > img:hover {
    padding: 3px;
    border: none;
}
.home .woocommerce ul.products li.product a img {
    width: 250px;
}
.home .woocommerce ul.products li.product a .heart img {
    width: auto;
}

.product-image-pattern {
    height: 100%;
    position: relative;
    z-index: 2;
    opacity: .4;
    background: transparent var(--wpr-bg-fa25cc94-d1b3-44aa-b7c3-543e1057a7aa) 0 0 repeat;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.product-image {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 1em;
}

.product-image a,
.image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.trainings .products .product .product-image a img,
.trainings .products .product .product-image .image-wrapper img,
.training-product .product-image a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product h2 {
    min-height: 52px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.25em;
    padding: .5em 0;
}

.trainings .products .product a:hover {
    text-decoration: underline;
}

.product-description {
    margin: 15px 0;
}

.trainings .products .product .product-description a:hover {
    text-decoration: none;
}

.singular-page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a,
.woocommerce-page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5em;
}
/* menu */
#menu-primary-items .cart a{
    position: relative;
}

#menu-primary-items .menu-cart-count {
    position: absolute;
    top: 90%;
    right: 3px;
    width: 17px;
    height: 17px;
    font-size: 12px;
    background: #666;
    color: #fff;
    border-radius: 2em;
    line-height: 16px;
    text-align: center;
    transform: translateY(-100%) translateX(15%);
}

/* Trainings */

/* Contact */

.error{
    padding: 5px 9px;
    border: 1px solid red;
    color: red;
    border-radius: 3px;
}

.success{
    padding: 5px 9px;
    border: 1px solid green;
    color: green;
    border-radius: 3px;
    margin-bottom: 5px;
}

.contact-form span{
    color: red;
}

.landing-form {
    margin-top: 30px;
}

.landing-form input[type="text"] {
    margin-left: 10px;
}

.highlighted {
    padding: 10px;
    background: #f18f8e;
    color: #fff;
}

/* landing - training */

.page-template-landing-training #primary {
		width: 100%;
}

.help-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.help-box {
    width: 50%;
    padding: 30px;
    text-align: center;
    background: rgba(153, 153, 153, .035);
}
.help-box:nth-child(2) {
    background: rgba(153, 153, 153, .07);
}
.help-box:nth-child(3) {
    background: rgba(153, 153, 153, .1);
}
.help-box:nth-child(4) {
    background: rgba(153, 153, 153, .13);
}
.help-box .heart {
    margin-bottom: 10px;
}
.singular-page .entry-content .wc-block-grid__products {
    margin: 1em auto;
    text-align: center;
}
.singular-page .entry-content .wc-block-grid__products li:before {
    content: '';
}
.singular-page .entry-content ul .wc-block-grid__product {
    padding-left: 0;
    margin-bottom: 25px;
}
.wc-block-grid__product-image {
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 1em;
}
.wc-block-grid__product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
		min-height: 100%;
}
/*
.wc-block-grid__product-image:after {
    content: '';
    height: 100%;
    width: 230px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: .4;
    background: transparent url(../../../../../../../themes/szuloverzum-ch/images/leaf_pattern.png) 0 0 repeat;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.wc-block-grid__product-image:hover:after {
    opacity: 0;
}
*/
.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 20px;
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: normal;
    min-height: 75px;
    margin-top: 15px;
}

.wc-block-grid__product .product-description a {
    font-size: 14px;
    text-decoration: none;
}

.wc-block-grid__product-add-to-cart .add_to_cart_inline {
    padding: 0 !important;
    border: none !important;
}
.post-content .wc-block-grid__product-link {
    text-decoration: none;
}

.wc-block-grid__product-onsale {
    display: none;
}
.wc-block-grid__product-price {
    font-size: 20px;
    color: #999;
}
.wc-block-grid__product-price ins {
    text-decoration: none;
    font-weight: bold;
}
.wc-block-grid__product-price del {
    opacity: .5;
}

.wp-block-button .wp-block-button__link {
    padding: 10px 15px;
    border: 1px solid #f18f8e;
    background: #fff;
    color: #f18f8e;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
}
.wp-block-button .wp-block-button__link:hover {
    background: #f18f8e;
    color: #fff;
}

    /* landing page end */

.shop_table .product-price {
    min-width: 100px;
}
.shop_table .product-price del {
    display: block;
}

.woocommerce-invalid #terms,
.woocommerce-invalid #privacy_policy {
   outline: none;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: red;
}
#yikes_mailchimp_checkbox_woocommerce_checkout_form_field label {
    line-height: 1.5em;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled {
    background-color: #2a5387;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #1F487C;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 10px 15px;
}

/* Hide the "x" */
.woocommerce a.remove {
    text-indent: -9999px;
    color: #999 !important;
    font-weight: normal;
    font-size: 1.2em;
}
.woocommerce a.remove:hover {
    color: #000 !important;
    background: none;
}
a.remove:before {
    font-family: FontAwesome;
    content: "\f1f8";
    float: left;
    text-indent: 0;
}

.woocommerce table.my_account_orders .button {
    margin: 0 5px 0 0;
}

.woocommerce-account section,
.woocommerce-checkout section{
    padding: 15px 0;
    border-bottom: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 70%;
}

/* Cross-sell products on cart page */
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 30.75%;
}
.woocommerce-page .cross-sells ul.products li.product a img {
    width: 230px;
    height: 230px;
}

.woocommerce-page .cross-sells ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page .cross-sells .product div p {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}
@media all and (max-width: 900px) {
    .woocommerce .cross-sells ul.products[class*=columns-] li.product:last-child,
    .woocommerce-page .cross-sells ul.products[class*=columns-] li.product:last-child {
        margin-bottom: 2em
    }
    .woocommerce .cross-sells ul.products[class*=columns-] li.product:nth-child(3),
    .woocommerce-page .cross-sells ul.products[class*=columns-] li.product:nth-child(3) {
        display: none;
    }
}
/* Webshop page */

.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select {
    border: 1px solid #999;
    border-radius: 2em;
    padding: 5px 25px 4px 10px;
    color: #999;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent var(--wpr-bg-ea150cbf-e3ec-434b-aa1d-6bf58884265f) top right no-repeat;
    font-family: "Capriola", "Arial", sans-serif;
}
.woocommerce .woocommerce-ordering select:focus,
.woocommerce div.product form.cart .variations select:focus {
    outline: none;
    border-color: #999;
}
.woocommerce .woocommerce-ordering select option,
.woocommerce div.product form.cart .variations select option {
    width: 90%;
}

/* color variations select*/
.woocommerce div.product form.cart .variations select {
    background-position: bottom right;
}

/* Product gallery */

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 6px 0 0;
}
/*
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 24%;
    margin: 0 1% 0 0;
}*/
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
.woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n+1) {
    clear: left;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 18%;
    margin-right: 2%;
    float: left;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.woocommerce-page ul.products {
    margin: 2em 0 1em;
    font-size: 15px;
}
.woocommerce-page ul.products li.product a img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border: 3px solid #f18f8e;
    position: relative;
    padding: 6px;
    transition: all .3s ease;
}
.woocommerce-page ul.products li.product a img:hover {
    padding: 3px;
    border: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 1.25em;
}
.woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce .products .star-rating {
    margin: 0 auto .5em;
}
.woocommerce ul.products li.product .price {
    font-size: 20px;
    color: #999;
}
.woocommerce a.button.add_to_cart_button,
.woocommerce a.button.product_type_variable {
    margin: 1em 0;
    border: 1px solid #f18f8e;
    background: #fff;
    color: #f18f8e;
    border-radius: 2em;
    font-weight: normal;
}
.woocommerce a.button.add_to_cart_button:hover,
.woocommerce a.button.product_type_variable:hover {
    background: #f18f8e;
    color: #fff;
}

/* Button at sold out product */
.woocommerce a.button.product_type_simple:not([class*="add_to_cart_button"]) {
    border-radius: 2em;
    border: 1px solid #999;
    font-weight: normal;
    background: #fff;
    color: #999;
    transition: all .3s ease-in-out;
}
.woocommerce a.button.product_type_simple:hover:not([class*="add_to_cart_button"]) {
    background: #999;
    color: #fff;
}

.button_highlighted {
    width: 220px;
    margin: 0 auto;
    text-align: center;
    height: 67px;
    padding-top: 18px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='33' ry='33' stroke='%232A5387FF' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 33px;
}
.button_highlighted a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.button_highlighted a:hover {
    background: #2a5387;
}

.button_highlighted_smaller {
    width: 178px;
}

.woocommerce div.product .product_title {
    text-transform: uppercase;
    color: #f18f8e;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #999;
}

.related.products h2 {
    height: auto;
    margin: 0 0 1em;
}
.woocommerce-page .related ul.products {
    margin: 2em 0 1em;
}

/* reCaptcha */
form.woocommerce-checkout {
    position: relative;
    text-align: left;
}
.woocommerce-checkout-payment {
    padding-bottom: 30px;
}
.woocommerce-checkout .anr_captcha_field {
    position: absolute;
    bottom: 10px;
    left: 18px;
}
.woocommerce-lost-password .anr_captcha_field {
  margin-bottom: 6px;
  margin-left: 3px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    top: 20px;
}

.woocommerce-checkout.singular-page .post-content ul {
    margin: 1em 0;
}
.woocommerce-checkout.singular-page .post-content ul li,
.woocommerce ul#shipping_method li {
    padding-left: 0;
    font-size: 16px;
}
.woocommerce-checkout #payment ul.payment_methods li {
    padding-left: 1.5em;
}
.woocommerce-checkout.singular-page .post-content ul li {
    float: none;
    border: none;
}
.woocommerce-page.singular-page .post-content ul li:before,
.woocommerce ul#shipping_method li:before,
.woocommerce-error li:before, .woocommerce-info li:before, .woocommerce-message li:before {
    content: '';
}
.woocommerce ul.order_details {
    text-align: left;
}
.woocommerce ul.order_details li strong {
    display: inline;
    font-size: 16px;
}
.woocommerce table.woocommerce-table--order-details th {
    min-width: 150px;
}

/* pont plugin fixhez */
/*
.woocommerce-cart .cart-collaterals .cart_totals {
    width: auto;
}

.woocommerce-cart .cart-collaterals h2,
.woocommerce-cart .cart-collaterals .cart_totals table {
    display:none !important;
}
*/

.local-pickup-note {
    font-size: 14px;
    font-style: italic;
}
/* on test page: shipping_method_0_local_pickup7 and ...23 master: 6 + 21*/
.woocommerce-shipping-methods li small { font-size: 13px;}
#shipping_method_0_local_pickup6 + label[for=shipping_method_0_local_pickup6] .pickup_address,
#shipping_method_0_local_pickup21 + label[for=shipping_method_0_local_pickup21] .pickup_address {
    font-size: 0;
    line-height: 1em;
}
#shipping_method_0_local_pickup6 + label[for=shipping_method_0_local_pickup6] .pickup_address:before,
#shipping_method_0_local_pickup21 + label[for=shipping_method_0_local_pickup21] .pickup_address:before {
    font-size: 13px !important;
    color: #767676;
    content: "1114 Budapest, Bocskai út 21. \A (bejárat a Fadrusz utca felől)";
    white-space: pre-wrap;
}

.woocommerce table.shop_table tfoot .local-pickup-note td {
    font-weight: normal;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 1em;
}

/* new badge */
.woocommerce span.onsale.itsnew {
    background-color: #f18f8e;
    width: 51px;
}
/* on sale */
.woocommerce span.onsale {
    padding: 5px;
    background-color: #2a5387;
}
.woocommerce .product .price del {
    margin-right: 5px;
}
.woocommerce .product .price ins {
    text-decoration: none;
}

.woocommerce-page div.product .woocommerce-tabs {
    max-width: 750px;
}
.woocommerce table.shop_attributes th {
    display: none;
    border: none;
}
.woocommerce table.shop_attributes td {
    border: none;
    font-style: normal;
}
.woocommerce table.shop_attributes {
    border: none;
}
.woocommerce table.shop_attributes a {
    color: #f18f8e;
}
.woocommerce table.shop_attributes ul {
    margin: 0 1.5em;
}
.woocommerce table.shop_attributes li {
    margin-bottom: 10px;
}

/* shipping and billing address */

.woocommerce .woocommerce-customer-details address {
    border: none;
    padding: 0;
}
.woocommerce-page .col2-set .woocommerce-column--billing-address,
.woocommerce-page .col2-set .woocommerce-column--shipping-address {
    float: none;
    width: 100%;
}
.woocommerce-page .col2-set .woocommerce-column--billing-address {
    margin-bottom: 2em;
}

.woocommerce-tabs .panel h2 {
    display: none;
}

.woocommerce-tabs #tab-description li {
    margin-bottom: 10px;
    padding-left: 10px;
}

.woocommerce-tabs #tab-description .wp-video {
		max-width: 576px;
		width: 100% !important;
		margin: 0 auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs .additional_information_tab {
    display: none;
}
.woocommerce div.product.product_cat-trening .woocommerce-tabs ul.tabs .additional_information_tab {
    display: inline-block;
}

.webshop-msg {
    padding: 5px 10px;
    margin: 1.5em 0 2.5em;
    clear: both;
    background: #f18f8e;
    color: #fff;
    text-align: center;
}
.webshop-msg-m-t-neg {
    margin-top: -1.5em;
}

.single-product .webshop-msg {
    margin: 0.5em 0 1em;
}

.tree-plant-msg {
    width: 100%;
    padding: 4px 0;
    margin: 0;
    background: #2a5387;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.tree-plant-msg a {
    display: inline-block;
    margin: 0 5px 0 3px;
    text-decoration: underline;
    color: #fff;
}

.tree {
    margin: 0 2px;
    top: 2px;
    position: relative;
}
.medium-tree,
.woocommerce .medium-tree, .woocommerce-page .medium-tree {
    height: 14px;
}
.small-tree,
.woocommerce .small-tree, .woocommerce-page .small-tree {
    height: 12px;
}

.related h2 {
    color: #f18f8e;
    min-height: 0;
}

.trainings-description {
    max-width: 750px;
    margin: -1em auto 1.5em;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
    width: 33%;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
    float: left;
    width: 55%;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    width:340px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    max-height: 550px;
    overflow: hidden;
}
.woocommerce-product-gallery__image {
    width: 340px !important;
    height: 340px;
    overflow: hidden;
    border-radius: 50%;
}
.woocommerce div.product div.images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    max-width: 120px;
}
.woocommerce span.onsale {
    top: 1em;
    left: 1em;
}
/*
.opening-hours {
    margin-top: 15px;
}
.opening-hours span {
    font-weight: bold;
}
.foxpost_woo_parcel_apt_select {
    width: auto;
    font-size: 14px;
    padding: 8px 5px;
    margin: 0 10px 10px 0;
}
*/
.map-chooser-button {
    width: auto;
}

.single-post article,
.singular-page article {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.footer-right {
    width: 33%;
}
.footer-right .search-form-container {
    text-align: right;
    margin: 1em auto;
}
.footer-right .search-form-container input[type="search"] {
    width: auto;
}
.search-form-container input[type="search"] {
    background: #fff;
    padding: 8px;
}
.search-form-container button{
    background: none;
    border: none;
    color: #999;
    line-height: 32px;
}

.barion-logo img {
	max-width: 240px;
}

.search-results .featured-image {
    display: none;
}

.page-title {
    margin-top: 12px;
    text-transform: uppercase;
    color: #f18f8e;
    text-align: center;
}

.blog .loop-container,
.category .loop-container,
.woocommerce ul.products {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.blog .entry, .archive .entry, .search .entry,
.woocommerce ul.products li.product {
    float: none;
}

.blog .post-title a:hover {
    color: #2a5387;
}


/* WP Courseware - Trainings */

.wpcw_course .post-meta {
    display: none;
}
.single-wpcw_course .post-title,
.single-course_unit .post-title {
    color: #f18f8e;
}
.single-wpcw_course .post-byline {
    display: none;
}
.single-wpcw_course .post-header-container {
    display: flex;
    flex-wrap: wrap;
}
.single-wpcw_course .post-header {
    order: 1;
    width: 100%;
}
.single-wpcw_course .featured-image {
    width: 165px;
    height: 165px;
    margin: 2em auto 1em;
    cursor: default;
    order: 2;
}
.single-wpcw_course .featured-image > img {
    opacity: 1;
}
.single-wpcw_course .featured-image:after {
    position: absolute;
    border: 2px solid #fff;
    content: "";
    border-radius: 50%;
    width: 157px;
    height: 157px;
    z-index: 7;
    top:4px;
    left:4px;
}
.single-wpcw_course .post-content > p:first-of-type {
    color: #f18f8e;
    text-transform: uppercase;
    text-align: center;
}

/* WP Courseware - Training table - general */

#wpcw_fe_course,
#wpcw_fe_course_progress {
    border: none;
}
#wpcw_fe_course_progress {
    text-align: left;
}

#wpcw_fe_course .wpcw_fe_module th {
    background: #f18f8e;
    color: #fff;
    font-weight: normal;
    border: none;
    text-align: left;
}
#wpcw_fe_course td {
    border-bottom: 1px solid #999;
}
#wpcw_fe_course .wpcw_fe_unit a {
    font-weight: normal;
    text-decoration: none;
}

/* WP Courseware - Training table - training site */
.single-wpcw_course #wpcw_fe_course {
    font-size: 16px;
}
.single-wpcw_course .wpcw_fe_table {
    margin: 2.5em 0;
}
.single-wpcw_course #wpcw_fe_course td {
    padding: 15px 10px;
}

/* WP Courseware - Unit */

body.single-course_unit,
body.single-wpcw_course {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-course_unit article {
  float: left;
  width: 66%;
}

.single-course_unit #wpcw_fe_course {
    float: right;
    width: 30%;
    margin-top:6.5em;
    font-size: 13px;
}

.single-course_unit #wpcw_fe_course td {
    min-width: 90px;
}
.single-course_unit #wpcw_fe_course .wpcw_fe_unit_progress_header,
.single-course_unit #wpcw_fe_course .wpcw_fe_unit_progress {
    max-width: 45px;
    min-width: 32px;
}
.single-course_unit .post-content p {
    text-align: justify;
}
.single-course_unit .post-content .center {
    text-align: center;
}
.single-course_unit .post-content ul,
.single-course_unit .post-content ol {
    margin-left: 3em;
}
.single-course_unit .post-content ul {
    list-style-type: none;
}

.single-course_unit .post-content ul li,
.single-course_unit .post-content ol li {
    margin-bottom: 10px;
    padding-left: 10px;
}
.single-course_unit .post-content ul li {
    position: relative;
    padding-left: 15px;
}
.single-course_unit .post-content ul li::Before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #f18f8e;
}

.single-course_unit .course_unit:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.single-course_unit #wpcw_fe_course .wpcw_fe_unit.active,
.single-course_unit #wpcw_fe_course .wpcw_fe_unit.active a {
  color: #2a5387;
  font-weight: bold;
}

.wpcw_fe_navigation_box a.fe_btn_navigation {
    border: none;
}
.wpcw_fe_navigation_box a {
    margin: 0 10px;
    background: #f18f8e;
    text-transform: lowercase;
    text-decoration: none;
    font-weight: normal;
}
.wpcw_fe_navigation_box a:hover {
    background: #f18f8e;
}

.wpcw_fe_progress_box_pending {
    background: #fafafa;
    color: #999;
    border-color: #ddd;
}
.wpcw_fe_quiz_submit_data input.fe_btn, a.fe_btn {
    font-weight: normal;
}

#wpcw_fe_outer_wrap {
  margin-top: 50px;
}

.wpcw_fe_progress_box_complete {
  color: #999;
}

.single-course_unit .wp-block-table td,
.single-course_unit .wp-block-table th {
    padding: 5px;
    font-size: smaller;
}

.single-course_unit .wp-block-table {
    margin: 0 0 1.5em;
}
.single-course_unit .wp-block-table table {
    margin:0;
}

/* WP Courseware - My account */

#wpcw_fe_course_progress td.wpcw_fe_course_progress_detail {
    padding: 8px;
}

/* Trainings - infographics */

.infographics {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
}

.info-item {
    width: 30%;
    margin: 20px 1%;
    font-size: 14px;
}
.info-item-desc {
    margin-bottom: 8px;
}
.vitamin-decor {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
}

.post-content .info-item-name {
    margin: 15px 0;
    font-size: 18px;
    text-transform: none;
    text-align: center;
}
.post-content .clothes .info-item-name {
    margin: 15px 0 0;
}
.post-content .info-item-count {
    margin: 0 0 15px;
    font-size: 18px;
    color: #999;
    text-align: center;
}
.single-course_unit .post-content .infographics p {
    text-align: center;
}

.clothes .heart {
    margin-bottom: 15px;
}
.poses .heart {
    margin-top: 15px;
}
.poses .info-item {
    width: 23%;
}
.post-content .poses .info-item-name {
    margin-top: 10px;
    color: #999;
}
.post-content .stomach .info-item-count {
    margin: 10px 0 15px;
    text-transform: none;
}

.info-l-r {
    max-width: 440px;
    margin: 20px auto;
}
.info-l-r .step {
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-l-r .step-img,
.info-l-r .step-desc {
    width: 46%;
    margin: 0 2%;
}
.single-course_unit .post-content .info-l-r p {
    text-align: left;
}
.single-course_unit .post-content .info-l-r .img-r  p {
    text-align: right;
}
.img-l .step-img {
    text-align: right;
}

.info-l-r.date-eating {
    max-width: 100%;
}
.info-l-r.date-eating .step {
    margin-bottom: 10px;
}
.single-course_unit .post-content .date-eating .img-r p {
    text-align: left;
}

/* Stamped plugin */

/* tab */
.stamped_reviews_widget_tab > a {font-size:0;}
.stamped_reviews_widget_tab > a:after {
    content:'Értékelések' !important;
    font-size: 16px;
    display: inline-block;
    padding: .5em 0;
}

/* review form label */
.stamped-form-review-recommend .stamped-form-review-recommend-label {font-size:0;}
.stamped-form-review-recommend .stamped-form-review-recommend-label:after {font-size:14px !important;
    content:'Aj\00E1 nlod ezt a term\00E9 ket?' !important;}

.stamped-form-review-title .stamped-form-label {font-size:0;}
.stamped-form-review-title .stamped-form-label:after {font-size:14px !important;
    content:'Értékelő mező (rövid összegzés)' !important;}

.stamped-form-review-body .stamped-form-label {font-size:0;}
.stamped-form-review-body .stamped-form-label:after {font-size:14px !important;
    content:'Mi a véleményed a termékről? (Pl. ár-érték aránya, kivitelezés minősége, hasznossága számodra, stb.)' !important;}

/* change the thank you message and remove the sharing icons */
.stamped-thank-you p {font-size:0;}
.stamped-thank-you p:before {font-size: 14px !important;
    content:'Nagyon h\00E1 l\00E1 sak vagyunk \00E9 rte!' !important;}
.stamped-messages .stamped-thank-you p:first-child {font-size:0 !important;}
.stamped-thank-you p:first-child:before {font-size:24px !important;
    content:'K\00F6 sz\00F6 nj\00FC k, hogy \00E9 rt\00E9 kelted a term\00E9 ket!' !important;}

.stamped-share-links {display: none !important;}

div.stamped-container[data-widget-style] {margin: 0 auto!important;}

/* submit button */
#stamped-button-submit, input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary {
    background: #f18f8e;
}
/* rating input */
.new-review-form .stamped-form-review-rating input {
    height: 0 !important;
    width: 0 !important;
    font-size: 0 !important;
}

.stamped-form-review-recommend-label {color: #000;}
[data-widget-style=standard2] .stamped-review-header-title {
    display: block !important;
    margin-top: 0;
}

/* photo upload button */
.stamped-file-uploader .stamped-file-uploader-btn-label2:before {
    content: ' Fotó feltöltése ' !important;
}
.stamped-file-uploader label[for=stamped-file-uploader-input]>span {
    bottom: 2px !important;
    position: relative !important;
    padding: 7px 10px !important;
    font-size: 14px !important;
}

.stamped-rating-holder {
    font-size:0;
}
.stamped-rating-holder:before {
    font-size: 12px !important;
    content: 'Hasznos volt ez a vélemény?';
}
.stamped-rating-holder i {
    font-size: 12px;
}
.stamped-rating-holder i:first-of-type {
    margin-right: 6px;
}

.summary-rating-bar-content {
    background: #1f487c !important;
}


/* RESPONSIVE */

@media all and (max-width: 1200px) {

    .menu-primary a, .motto {
        font-size: 14px;
    }

    /* front page - blog */
    .blog-posts {
        padding: 60px 0 30px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .blog-posts article {
        width: 33%;
        margin: 0 1.5% 2em 1.5%;
    }
    .blog-posts article .featured-image,
    article .featured-image {
        margin: 0 auto 15px;
    }

    .post-title {
        font-size: 22px;
        line-height: 30px;
    }
    .category {
        font-size: 16px;
    }

    .blog .loop-container,
    .category .loop-container,
    .woocommerce ul.products {
        width: auto;
        justify-content: center;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .blog .entry, .archive .entry, .search .entry {
        margin: 0 1.5% 2em 1.5%;
        width: 33%;
    }
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 47%;
    }
    .trainings .products .product:nth-child(4n) {
        margin-right: 1.5%;
    }
    .home .shop.woocommerce .products .product {
        margin-bottom: 2em;
    }


    /* rose image layer off */
    .featured-image:after {
        border: none;
        content: "";
    }
    .featured-image img {
        position: relative;
        opacity: 1;
        transition: none;
        filter: none;
        mix-blend-mode: normal;
    }

    .product-image-pattern {
        opacity: 0;
    }

    .woocommerce div.product div.images,
    .woocommerce-page div.product div.images {
        width: 35%;
    }
    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 54%;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
        width:300px;
    }
    .woocommerce-product-gallery__image {
        width: 300px !important;
        height: 300px;
    }
}

@media all and (max-width: 1024px) {
    .menu-primary a, .motto {
        font-size: 13px;
    }
    .menu-primary a {
        padding: 9px 10px;
    }
    .intro-holder .intro-text {
        padding-top: 58px;
    }

    .woocommerce div.product div.images,
    .woocommerce-page div.product div.images {
        width: 32%;
    }
    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 60%;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
        width:250px;
    }
    .woocommerce-product-gallery__image {
        width: 250px !important;
        height: 250px;
    }
}

@media all and (max-width: 900px) {
    body,
    .woocommerce-page ul.products,
    .stamped_reviews_widget_tab > a:after {
        font-size: 14px;
    }

    .site-header {
        display: block;
        /*margin-bottom: 2em;*/
        max-height: none;
        height: auto;
    }
    .shrink .toggle-navigation {
        top: 22px;
    }
    .site-header.shrink {
        height: auto;
    }

    .menu-primary a {
        padding: 6px 12px;
        font-size: 14px;
    }

    .site-header.shrink .motto {
        font-size: 11px;
    }

    .title-container {
        margin: 5px 0;
    }

    .motto-separator {
        position: relative;
        top: 1px;
    }

    .motto{
        position: relative;
        top: 1px;
    }

    .menu-primary ul {
        text-align: center;
				display: block;
    }

    .intro-holder img {
        margin-right: 5%;
        max-width: 180px;
    }
    .intro-text p {
        font-size: 22px;
        line-height: 30px;
    }
    .intro-holder .intro-text {
        padding-top: 47px;
    }

    .main-description {
        padding: 15px 0 30px;
        font-size: 22px;
        line-height: 30px;
    }
    .main-description p:first-child {
        margin-bottom: 30px;
    }
    .main-description li {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 28px;
    }
    .main-description a {
        margin-top: 20px;
    }


    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: none;
        clear: none;
        margin: 0 0 2em;
    }
    .woocommerce ul.products[class*=columns-] li.product:last-child,
    .woocommerce-page ul.products[class*=columns-] li.product:last-child {
        margin-bottom: 0;
    }
    .woocommerce div.product div.images,
    .woocommerce-page div.product div.images {
        width: 37%;
        margin: 0 auto 1em;
    }
    .related {
        padding: 20px 0 0;
    }
    .related.products h2 {
        text-align: center;
    }

    .home .shop.woocommerce .products .product {
        text-align: center;
    }

    .product-image {
        margin: 0 auto;
    }
    .product h2 {
        margin: 15px 0;
        min-height: 0;
    }
    .product-description {
        margin: 15px 0;
    }

    .heart img {
        display: block;
        margin: 0 auto;
    }

    .blog-posts {
        display: block;
    }

    .blog-posts article {
        width: 100%;
        margin-bottom: 2.5em;
    }

    /* Blog list */
    .blog .entry, .archive .entry, .search .entry {
        width: 100%;
        margin: 0 auto 2.5em;
    }

    .blog .post-header,
    .blog .post-content,
    .archive .post-header,
    .archive .post-content,
    .search .post-header,
    .search .post-content {
        max-width: 768px;
        margin: 0 auto;
    }
    .blog .post-content p,
    .archive .post-content p,
    .search .post-content p {
        text-align: center;
    }

    .poses .info-item {
        width: 30%;
    }
}


@media all and (max-width: 899px) {
    /* WP Courseware */
    .single-course_unit article,
    .single-course_unit #wpcw_fe_course {
        float: none;
        width: 100%;
    }
    .single-course_unit #wpcw_fe_course {
        margin-top: 1.5em;
    }

    .single-wpcw_course #wpcw_fe_course {
        font-size: 14px;
    }

    .single-wpcw_course #wpcw_fe_course td {
        padding: 10px;
    }
}


@media all and (max-width: 768px) {
    section {
        padding: 30px 0;
    }
    .only-mobile {
        display: inline;
    }
    .home-img-holder .stars:before {
        left: 10%;
    }
    .clouds:before {
        left:2%;
    }
    .clouds:after {
        right: 16%;
    }
    .sun {
        top: 5%;
        right: 10%;
    }
    .blog-posts {
        padding: 30px 0 0;
    }

    .site-footer {
        display: block;
    }
    .menu-footer-container {
        max-width: 100%;
    }
    .footer-right {
        width: 100%;
        margin: 2em 0;
    }
    .footer-right .search-form-container {
        text-align: center;
    }

    .social-media-icons {
        text-align: center;
    }

    .menu-footer-container ul {
        text-align: center;
    }

    .woocommerce-checkout-payment {
        padding-bottom: 10px;
    }
    .anr_captcha_field {
        bottom: 70px;
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        margin-top: 65px;
    }

    .barion-logo {
        text-align: center;
    }

    .woocommerce-checkout .anr_captcha_field {
        bottom: 70px;
        left: 13px;
    }
    .woocommerce .woocommerce-product-rating .star-rating {
        margin: .5em auto 0;
        float: none;
    }
    .woocommerce div.product div.images, .woocommerce-page div.product div.images {
        width: 250px;
    }
    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
        float: none;
        text-align: center;;
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr .product-thumbnail::before,
    .woocommerce-page table.shop_table_responsive tr .product-thumbnail::before,
    .woocommerce table.shop_table_responsive .local-pickup-note td::before,
    .woocommerce-page table.shop_table_responsive .local-pickup-note td::before{
        content: "";
    }
    .woocommerce div.product form.cart {
        margin: 0 auto 1em;
        display: inline-block;
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-flex: 1;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media all and (max-width: 640px) {

    .home-img-holder {
        padding: 0;
    }
    .home-img-holder .img-holder {
        height: auto;
        top: 0;
    }
    .compass:before {
        width: 340px;
        height: 340px;
        background-size: 340px 340px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
        transform-origin: center;
        animation: mobile-compass-infinite 15s ease-in-out infinite;
    }
    .home-img-holder img {
        max-height: 296px;
        margin-top: 22px;
        transform: none;
        top: auto;
    }

    .home-img-holder .stars:before {
        left: -4%;
        background-size: 25px 25px;
    }
    .home-img-holder .stars:after {
        top: -2%;
        right: 9%;
        background-size: 25px 25px;
    }
    .third-star {
        bottom: 2%;
        right: 6%;
        background-size: 25px 25px;
    }
    .clouds:before {
        top: 18%;
        background-size: 61px 37px;
        width: 61px;
        height: 37px;
    }
    .clouds:after {
        bottom: 8%;
        right: 10%;
        background-size: 61px 37px;
        width: 61px;
        height: 37px;
    }
    .sun {
        top: -5%;
        right: 0;
        background-size: 40px 40px;
    }

    .main-msg-holder {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: 35px;
        text-align: center;
    }

    .intro-holder {
        padding: 15px 0 45px;
    }
    .intro-holder img {
        float: none;
        max-width: 150px;
        margin: 0 auto;
        display: block;
    }
    .intro-holder .intro-text {
        float: none;
        padding-top: 30px;
        max-width: 100%;
        text-align: center;
    }

    .babydiary, .main-img-block {
        display: block;
    }
    .babydiary img, .main-img-block img, 
		.babydiary .text, .main-img-block .text {
        width: 100%;
        text-align: center;
    }

    .babydiary img, .main-img-block img {
        max-width: 250px;
        margin: 0 auto 1em;
        display: block;
    }
		
		.main-trainings img, .main-blog-actual img {
			margin-top: 25px;
		}
		

    .info-item {
        width: 48%;
    }
    .info-item-img img {
        max-width: 160px;
    }

    .info-l-r.date-eating .step {
        margin-bottom: 20px;
        display: block;
    }
    .info-l-r.date-eating .step-img,
    .info-l-r.date-eating .step-desc {
        width: auto;
    }
    .info-l-r.date-eating .step-img {
        text-align: center;
    }
    .poses {
        justify-content: center;
    }
    .poses .info-item {
        width: 40%;
    }

    .single-post .post-content ul,
    .singular-page .post-content ul,
    .single-post .post-content ol,
    .singular-page .post-content ol {
        margin: 1em 2em;
    }

    .help-box {
        width: 100%;
        padding: 20px;
    }
    .help-box .heart {
        margin-bottom: 10px;
    }
		
		.wp-block-video video {
				min-height: 0;
				max-width: 100%;
		}

		.wp-block-embed__wrapper {
				max-width: 100%;
		}
}

@media all and (max-width: 480px) {
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        margin: 0 auto 1.5em;
    }

    .subscription form > label:nth-of-type(1),
    .subscription form > label:nth-of-type(2){
        width: 100%;
    }

    .info-item, .poses .info-item {
        width: 80%;
        margin: 15px auto;
    }
    .alignright, .alignleft {
        float: none;
        display: block;
        margin: 10px auto;
    }

    .wc-block-grid__product .wc-block-grid__product-title {
        min-height: 0;
    }
}
@media all and (max-width: 600px) {
    .site-title .logo {
        width: 115px;
    }

    .wpcw_fe_navigation_box {
        padding: 15px 20px 0;
    }

    .wpcw_fe_navigation_box a {
        margin: 0 10px 10px;
    }

    .intro-text p,
    .main-description,
    .post-title {
        font-size: 18px;
    }
    .framed {
      font-size: 24px;
    }
    .main-description li {
        padding-left: 40px;
        font-size: 16px;
        line-height: 26px;
    }
    .main-description li:before {
        content: url(../../../../../../../themes/szuloverzum-ch/images/arrow.png);
    }

    .main-description .rose.right {
        margin-bottom: 25px;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
		
}

@media all and (max-width: 359px) {
    .motto-separator {
        margin: 0 9px 0 11px;
    }
    .motto {
        font-size: 12px;
    }
}

@media all and (max-width: 320px) {
    .toggle-navigation {
        right: 5px;
    }

    .compass:before {
        width: 310px;
        height: 310px;
        background-size: 310px 310px;
    }
    .home-img-holder img {
        max-height: 270px;
        margin-top: 20px;
        transform: none;
        top: auto;
    }
}


.singular-page .post-content .stamped-container ul.stamped-tabs li:before {
    content: '';
}

.singular-page div[data-widget-style*=standard] .stamped-summary-actions {
    display: none !important;
}

.woocommerce div.product div.images {
    margin-bottom: 1em;
}

/* popup message */
#popupHolder {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,.5);
}

#advert-once {
    max-width: 750px;
    position: relative;
    display: inline-block;
    background-color: #f18f8e;
    color: #fff;
    padding: 25px 30px;
    text-align: center;
}
#advert-once h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

#advert-once .advert-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    cursor: pointer;
    color: #f18f8e;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
}

.woocommerce div.product form.cart .variations {
	margin-top: 0;
}

/* pulzalo gomb */
.woocommerce div.product form.cart .button,
.btn.blue.scrollToKlaviyoForm {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-name: pulseBlue;
    border: 2px solid #1f3c5d;
}

@keyframes pulseBlue {
    0% {
        box-shadow: 0 0 0 0 rgba(42, 83, 135, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(42, 83, 135, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(42, 83, 135, 0);
    }
}

.f-right {
    float: right;
    margin: 0 0 15px 15px;
    display: block;
}

@media all and (max-width: 400px) {
	.f-right img{
		width: 100% !important;
	}
}

/* name filter form */
.page-template-name-calculator {

}
.calculator {
    display: flex;
    margin: 2em auto;
}
#calculator-form {
    max-width: 55%;
    padding: .25em 0 1em;
    border: 2px solid #f3f2f2;
    border-right: none;
}
#calculator-form .input-row {
    padding: 1em 1em 0.5em;
    position: relative;
}
#calculator-form .input-row:first-of-type {
    z-index: 1;
}
#calculator-form .input-row .checkbox-block label {
    display: inline-block;
    margin: 0 20px 7px 7px;
    line-height: 21px;
    cursor: pointer;
}
#calculator-form .input-row input[type="checkbox"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;

    /*margin: 0;
    height: 18px;
    width: 18px;*/
}
#calculator-form .cbox {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    float: left;
    background: #fff;
    position: relative;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 3px;
}
#calculator-form .cbox::before {
    position: absolute;
    top: 2px;
    left: 6px;
    content: '';
    display: block;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#calculator-form input[type='checkbox']:checked + .cbox::before {
    border-color: #f18f8e;
}
#calculator-form .input-row #nc_accent + .cbox {
    margin: 0 0 0 7px;
    float: right;
}
/*
#calculator-form .input-row p {
    margin-bottom: 7px;
    color: #2a5387;
    font-size: 14px;
}*/
#calculator-form .input-row .question {
    font-size: 14px;
    color: #2a5387;
}
#calculator-form .input-row .checkbox-block .question {
    margin-left: 0;
}
#calculator-form input[type="text"] {
    max-width: 100%;
    background: #ebebeb;
    border: none;
    border-bottom: 3px solid #a2a2a2;
}
#calculator-form #reset-form,
#calculator-form #reset-select,
#result #load-more-btn {
    font-family: "Capriola", sans-serif;
    padding: 10px 15px;
    background: #999;
    outline: none;
    border: none;
    border-radius: 2em;
    font-size: 12px;
    -webkit-appearance: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    margin: 16px;
    float: right;
    position: relative;
    z-index: 2;
}
#calculator-form #reset-select {
    margin: 0;
    padding: 6px 8px;
    font-size: 11px;
    border-radius: 1.25em;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
#result #load-more-btn {
    float: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background: #f18f8e;
}
#calculator-form #reset-form:hover,
#calculator-form #reset-select:hover {
    background: #ababab;
		color: #fff;
}
#calculator-form label {
     font-size:13px;
 }


#calculator-form select {
    display: block;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #545454;
    line-height: 1.3;
    padding: .5em 0 .5em .5em;
    width: 100%;
    max-width: 100%;
    height: 110px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ebebeb;
    /*background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;*/
}
#calculator-form select::-ms-expand {
    display: none;
}
#calculator-form select:hover {
    border-color: #888;
}
#calculator-form select:focus {
    border-color: #999;
    box-shadow: 0 0 1px 1px rgba(153, 153, 153, .7);
    box-shadow: 0 0 0 1px -moz-mac-focusring;
    color: #545454;
    outline: none;
}
#calculator-form select option {
    font-weight:normal;
}


#calculator-form .input-row .note {
    margin: 5px 0 0;
    font-size: 12px;
    font-style: italic;
    color: #999;
}
.calculator-result {
    width: 45%;
    max-width: 100%;
    padding: 1em;
    border: 2px solid #f3f2f2;
}
.calculator-result h3 {
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.results-number, .current-results {
    padding-left: 15px;
    font-size: 13px;
}
.results-number {
    margin-bottom: 0;
}
.results-number-num, .current-results-number {
    font-weight: bold;
}
.singular-page .calculator-result .result-list {
    margin: 1em;
    font-size: 14px;
}
.singular-page .post-content .result-elem {
    margin-bottom: 20px;
}
.singular-page .post-content .result-elem .title {
    color: #636363;
}
.result-list .firstname {
    display: block;
    margin-bottom: 5px;
    color: #f18f8e;
    text-transform: uppercase;
}
.result-list .firstname.male {
    color: #2a5387;
}
.result-list .nameday, .result-list .meaning, .result-list .origin {
    display: block;
    margin-bottom: 5px;
}

#calculator-form .input-text.invalid {
    border: 1px solid red;
}
#calculator-form .invalid-msg {
    color: red;
    font-size: 12px;
    font-style: italic;
    position: absolute;
    bottom: -5px;

}
.input-row-random {
    display: flex;
    margin: 0 35px;
    transition: all 0.1s ease-in-out;
}
.random-block:hover {
    background: #de7978;
}
.input-row-random input {
    margin: 0 7px 0 0px;
}
.random-block {
    display: flex;
    align-items: center;
    background: #f18f8e;
    width: 50%;
    padding: 9px;
    color: #fff;
    justify-content: center;
    border-radius: 2em;
}
.random-block:first-child {
    border-right: 1px solid #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.random-block:last-child {
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#submitCalc {
    padding: 10px 25px;
}

.tooltip-szv {
    position:relative;
    z-index: 10;
    white-space: pre;
}
.tooltip-szv:before {
    content: attr(data-tooltip);
    position:absolute;
    top:100%;
    /*transform:translateY(-50%);*/
    left:-142px;
    margin-top:10px;
    width:284px;
    padding:10px;
    border-radius:10px;
    background:#000;
    color: #fff;
    font-size: 12px;
    display:none; /* hide by default */
}
.tooltip-szv-small:before {
    width: 190px;
}
.tooltip-szv-medium:before {
    width: 245px;
}
.tooltip-szv:hover:before {
    display:block;
}
.tooltip-szv .fa-info-circle {
    position: relative;
    top: 1px;
    margin-left: 5px;
    font-size: 16px;
    color: #000;
}

@media all and (max-width: 640px) {
    .calculator {
        display: block;
    }

    #calculator-form {
        max-width: 100%;
        border: 2px solid #f3f2f2;
    }
    #calculator-form select {
        height: auto;
    }

    .calculator-result {
        width: 100%;
    }
}
@media all and (max-width: 400px) {
    .input-row-random {
        margin: 0;
    }
    .tooltip-szv:before {
        right: -25px;
        left: auto;
    }
}
@media all and (max-width: 320px) {
    .tooltip-szv {
        display: block;
    }
    .tooltip-szv:before {
        right: auto;
        left: 0;
    }
    .tooltip-szv .fa-info-circle {
        margin-left: 0;
    }
}

/* loading animation */
.loading-overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) var(--wpr-bg-eafc034a-7dec-40da-b1f4-06af35605b28) center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loading .loading-overlay{
    display: block;
}

.out-of-stock-babanaplo {
    border: 2px solid #f18f8e;
    padding: 10px 10px 10px 32px;
    font-size: 14px;
    position: relative;
}

.out-of-stock-babanaplo:after {
    content: "!";
    font-size: 42px;
    position: absolute;
    padding: 0 5px 0 3px;
    top: 0;
    left: 0;
    background: #f18f8e;
    color: #fff;
    height: 100%;
}

.only-individuals-msg {
    border: 2px solid #f18f8e;
    padding: 13px 10px 12px 56px;
    position: relative;
    background: #f18f8e;
    color: #fff;
}

.only-individuals-msg:after {
    content: "!";
    font-size: 36px;
    position: absolute;
    padding: 0 12px 0 14px;
    top: 0;
    left: 0;
    background: #fff;
    color: #f18f8e;
    height: 100%;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
}

.product_meta .tagged_as {
    display: block;
}

/* quiz */
.asq-theme.asq-theme-buzzfeed .button.button-salmon {
    background: #f18f8e !important;
}
.asq-theme.asq-theme-buzzfeed .full-width {
    width: auto !important;
}
.asq-theme.asq-theme-buzzfeed .quiz-question-answer-wrong label{
    color: #fff;
}
.asq-theme.asq-theme-buzzfeed .quiz-question-answer-holder .quiz-question-answer-correct {
    background-color: #2ebb55 !important;
    color: #fff;
}
.asq-theme.asq-theme-buzzfeed .quiz-result-wrapper .quiz-title {
    display: none;
}
.asq-theme.asq-theme-buzzfeed .result-title {
    margin-top: 20px;
    text-transform: uppercase;
    color: #2a5387;
    font-weight: bold;
    font-size: 19px;
}

.asq-theme.asq-theme-buzzfeed .ari-checkbox + .ari-checkbox-label:before {
    content: "" !important;
}

.asq-theme.asq-theme-buzzfeed .ari-checkbox-label {
    padding-left: 10px !important;
}


/* Styling sidebar */
.primary-blocks-wrapper {
    display: flex;
    justify-content: space-between;
}
#primary {
    width: 75%;
}
#primary-sidebar {
    width: 20%;
    margin-top: 24px;
}
.tax-product_cat .primary-blocks-wrapper {
  display: block;
}
.tax-product_cat #primary-sidebar {
    display: none;
}
.tax-product_cat #primary {
    width: auto;
}
.woocommerce.tax-product_cat .woocommerce-ordering,
.woocommerce.tax-product_tag .woocommerce-ordering,
.woocommerce.tax-product_cat .woocommerce-result-count,
.woocommerce.tax-product_tag .woocommerce-result-count {
    margin: 1em 0;
}
.jQuery-plainOverlay-progress {
    border-color: #f18f8e !important;
}
.jQuery-plainOverlay-progress-legacy div {
    background-color: #f18f8e !important;
}
.woof_products_top_panel li span {
    padding-right: 20px;
    background-size: 16px 16px;
    background-image: var(--wpr-bg-81805d0b-a308-4fde-af1f-aef1089719b0) !important;
}

.woof label {
		font-size: 14px;
}
.woof_list_checkbox li div {
	margin-top: 0;
}
.widget-title {
    background: #999;
    color: #fff;
    padding: 5px 10px;
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.tax-product_cat ul.products.columns-3 li.product{
    width: 22%;
    margin: 0 1.5% 2.992em;
}

.icheckbox_flat-pink, .iradio_flat-pink {
  background-image: var(--wpr-bg-70a65504-feb9-4f1b-bd38-df2c7ce45daa);
}
@media all and (max-width: 1200px) {
    #primary-sidebar {
        width: 25%;
    }
    #primary {
        width: 72%;
    }
    .tax-product_cat ul.products.columns-3 li.product{
        width: 47%;
    }
}
@media all and (max-width: 900px) {
    .primary-blocks-wrapper {
        display: block;
    }
    #primary-sidebar {
        width: auto;
        margin-top: 25px;
    }
    #primary {
        width: auto;
    }
    .woocommerce-products-header.only-mobile {
        display: block;
    }
    #primary .woocommerce-products-header {
        display: none;
    }
    .tax-product_cat ul.products.columns-3 li.product{
        width: 100%;
        margin: 0 0 2em;
    }
}

/* product description styling*/
.woocommerce-Tabs-panel--description a {
    color: #f18f8e;
}
.woocommerce-Tabs-panel--description a.blue {
    color: #2a5387;
}
.woocommerce-Tabs-panel--description a.blue:hover {
    color: #2a5387;
}
a.white,
.woocommerce-Tabs-panel--description a.white {
    color: #fff;
}
a.white:hover,
.woocommerce-Tabs-panel--description a.white:hover {
    color: #fff;
}
.woocommerce-Tabs-panel--description h3 {
    font-size: 1.25em;
}

div.wccs-purchase-message {
    margin-bottom: 1em;
}
/*
.post-content { -webkit-animation:fadein 0.7s; animation:fadein 1s }
@-webkit-keyframes fadein { 0% {opacity:0} 40% {opacity:0} 100% {opacity:1} }
@keyframes fadein { 0% {opacity:0} 40% {opacity:0} 100% {opacity:1} }
*/

/* PREGNANCY CALCULATOR */

@keyframes highlight {
    0% {
        background: #ffff99;
    }
    15% {
        background: #ffff99;
    }
    100% {
        background: none;
    }
}

.highlight {
    animation: highlight 2s;
}

#preg-calculator-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 25px 0;
}
.preg-form-holder{
    width: 48%;
    padding: 5px 0 0;
    border: 2px solid #f3f2f2;
    text-align: center;
}
.preg-form-holder .form-title {
    padding: 10px 20px;
    margin-bottom: 0;
    color: #f18f8e;
    font-size: 16px;
}
#preg-calculator-full {
    padding-bottom: 0;
}

.pregnancy-form .highlighted-input-row {
    background: #fff7f7;
    border: 3px solid #f18f8e;
}
.pregnancy-form .input-row {
    padding: 10px 25px;
}

.pregnancy-form input {
    width: 148px;
    margin-top: 5px;
    background: #ebebeb;
    border: none;
    text-align: center;
    font-size: 14px;
    border-bottom: 3px solid #a2a2a2;
}
.pregnancy-form input[type="number"]:nth-of-type(1) {
    margin-right: 4px;
}
.pregnancy-form .input-small {
    width: 70px;
}

.pregnancy-form .input-row .note {
    display: inline-block;
    margin: 5px 0 0;
    font-size: 12px;
    font-style: italic;
    color: #999;
}
.pregnancy-form .input-row .question {
    font-size: 14px;
    color: #2a5387;
}
.due_date {
    font-weight: bold;
}
#ultrasound_date {
    margin-bottom: 7px;
}
#ultrasound_week {
    margin-right: 4px;
}
#preg-calculator-single-form .input-small {
    margin-top: 0;
}

#preg-calculator-ext-holder {
    margin: 40px 0;
    display: none;
}
#preg-calculator-gestational-age {
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
}
#preg-calculator-gestational-age .input-row {
    min-height: 120px;
}

#gestational_age_on_date_result, #gestational_age_when_result {
    margin-top: 5px;
}
#reset-form-holder {
    display: none;
    text-align: right;
}

.fa-pos-left {
    margin-right: 8px;
}
#examinations {
    display: none;
    margin: 40px 0;
}
#examinations-title{
    text-align: center;
    margin-top: 20px;
}
.examinations-table tr:nth-child(odd) {
    background: #fbfbfb;
}
.examinations-table td:first-child {
    color: #2a5387;
}
.examinations-table td {
    padding: 0.5em;
    border: solid 1px #e8e8e8;
    font-size: 14px;
}
.examinations-table td:nth-child(2),
.examinations-table td:nth-child(3){
    white-space: nowrap;
}

#showExaminations {
    padding: 10px 15px;
    font-family: "Capriola", sans-serif;
    color: #fff;
    background: #f18f8e;
    border: none;
    border-radius: 2em;
    font-size: 1em;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}
#showExaminations:hover {
    background: #ff9f9e;
}
.pregnancy-form .input-text.invalid {
    border: 1px solid red;
}

.rounded-btn-gray {
    font-family: "Capriola", sans-serif;
    padding: 10px 15px;
    background: #999;
    outline: none;
    border: none;
    border-radius: 2em;
    font-size: 12px;
    -webkit-appearance: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

.rounded-btn-gray:hover {
    background: #ababab;
}

/* babakelengye */
button.scrollToBKForm {
    border: 1px solid #2a5387;
}
button.scrollToBKForm:hover {
    background: #2a5387;
    color: #fff;
}

.wpcf7 form {
	  margin: 30px auto 0;
    width: 50%;
    text-align: center;
}
.wpcf7 input[type="submit"] {
	  margin: auto;
    display: block;
		background: #2a5387;
		border: 1px solid #2a5387;
}
.wpcf7 input[type="submit"]:hover {
		color: #2a5387;
		background: #fff;
}
.wpcf7 form .wpcf7-response-output {
		margin: 0 0 1.5em;
}
.wpcf7 form.sent .wpcf7-response-output {
		border: transparent;
}

@media all and (max-width: 768px) {
    #preg-calculator-holder,
    #preg-calculator-gestational-age {
        display: block;
    }

    .preg-form-holder {
        width: 100%;
        max-width: 50%;
        margin: 0 auto;
    }

    #preg-calculator-gestational-age {
        margin: 25px auto;
    }

    #preg-calculator-full,
    #preg-calculator-gestational_age_on_date {
        margin-bottom: 25px;
    }
    #reset-form-holder {
        text-align: center;
    }
}

@media all and (max-width: 640px) {
    /* Force table to not be like tables anymore */
    .examinations-table, .examinations-table td, .examinations-table tr {
        display: block;
    }

    .examinations-table tr {
        border: 1px solid #ccc;
        border-bottom: none;
    }
    .examinations-table tr:last-child {
        border: 1px solid #ccc;
        /*border-bottom: none;*/
    }

    .examinations-table td {
        /* Behave  like a "row" */
        border: none;
        padding: 0.25em 0.5em;
    }

}
@media all and (max-width: 600px) {
    .preg-form-holder {
        max-width: 75%;
    }
		
		.wpcf7 form {
				width: auto;
		}
		
		#mlb2-5284346.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, 
		#mlb2-5284346.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
				font-size: 24px !important;
		}
}

@media all and (max-width: 480px) {
    .preg-form-holder {
        max-width: 100%;
    }
}