/*
    Theme Name: Kobiecosc.info
    Description: Szablon dedykowany dla Kobiecosc.info
    Version: 2.6
    Author: Piotr Sember
    Author URI: http://millstudio.pl
*/
html {
  font-size: 62.5%;
  overflow-y: scroll !important;
}

body {
  margin: 0;
  background: #fff;
  line-height: 1.375;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

ul, ol {
  padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
}

svg, img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.d-table > * {
  display: table-cell;
  vertical-align: middle;
}

.clr {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

td {
  padding-left: 2rem;
}

td:first-child {
  padding-left: 0;
}

main {
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 599px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bg-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.rwd-bg {
  background-position: center center;
  background-repeat: repeat;
}
.rwd-bg.full-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

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

nav#top-nav {
  position: relative;
  z-index: 1000;
  font-size: 1.3rem;
  border-bottom: 1px solid #c0c0c0;
  background: rgba(255, 255, 255, 0.95);
}
.scrolled nav#top-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 1024px) {
  nav#top-nav {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 6.1rem;
    display: none;
    width: 100%;
    max-height: calc(100% - 6.1rem);
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .home nav#top-nav {
    top: 13.5rem;
  }
  .scrolled nav#top-nav {
    top: 6.1rem;
  }
  .show-menu nav#top-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  nav#top-nav {
    top: 6.1rem !important;
  }
}
nav#top-nav .container {
  position: relative;
}
@media (max-width: 1024px) {
  nav#top-nav .container {
    padding: 0;
  }
}
nav#top-nav #menu-container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
@media (max-width: 1024px) {
  nav#top-nav #menu-container {
    padding-bottom: 1rem;
  }
}
nav#top-nav #menu {
  padding: 0 14rem;
}
@media (max-width: 1024px) {
  nav#top-nav #menu {
    padding: 0;
  }
}
nav#top-nav #menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav#top-nav #menu ul.menu {
  letter-spacing: 2px;
  display: table;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  nav#top-nav #menu ul.menu {
    display: block;
    margin: 0;
  }
}
nav#top-nav #menu ul.menu > li {
  display: block;
  float: left;
  padding: 0 2rem;
  position: relative;
}
nav#top-nav #menu ul.menu > li > a {
  display: block;
  padding: 1.5rem 0;
}
@media (min-width: 1025px) {
  nav#top-nav #menu ul.menu > li > a:hover {
    color: #d6bfcd;
  }
}
@media (max-width: 1024px) {
  nav#top-nav #menu ul.menu > li > a {
    margin: 0.5rem 20px;
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  nav#top-nav #menu ul.menu > li > a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  nav#top-nav #menu ul.menu > li {
    float: none;
    text-align: right;
    padding: 0;
  }
}
nav#top-nav #menu ul.menu > li.clicked > a, nav#top-nav #menu ul.menu > li.current-menu-item > a, nav#top-nav #menu ul.menu > li.current-menu-ancestor > a, nav#top-nav #menu ul.menu > li.current-menu-parent > a {
  color: #d6bfcd !important;
}
nav#top-nav #menu ul.menu > li.menu-item-has-children.clicked > a, nav#top-nav #menu ul.menu > li.menu-item-has-children.current-menu-item > a, nav#top-nav #menu ul.menu > li.menu-item-has-children.current-menu-ancestor > a, nav#top-nav #menu ul.menu > li.menu-item-has-children.current-menu-parent > a {
  background-image: url("images/arr-down-2.svg") !important;
}
nav#top-nav #menu ul.menu > li.menu-item-has-children > a {
  padding-right: 12px;
  background: url("images/arr-down.svg") no-repeat right center;
  background-size: auto 4px;
}
nav#top-nav #menu ul.menu > li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 2rem;
}
nav#top-nav #menu ul.menu > li.menu-item-has-children ul li {
  padding: 1rem 2rem 0 2rem;
  background: #efb4b4;
}
nav#top-nav #menu ul.menu > li.menu-item-has-children ul li a {
  position: relative;
  display: inline-block;
}
nav#top-nav #menu ul.menu > li.menu-item-has-children ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  nav#top-nav #menu ul.menu > li.menu-item-has-children ul li a:before {
    bottom: 0.5rem;
  }
}
@media (min-width: 1025px) {
  nav#top-nav #menu ul.menu > li.menu-item-has-children ul li a:hover:before {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  nav#top-nav #menu ul.menu > li.menu-item-has-children ul li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
nav#top-nav #menu ul.menu > li.menu-item-has-children ul li:last-child {
  padding-bottom: 2rem;
}
nav#top-nav #menu ul.menu > li.menu-item-has-children ul li.current-menu-item > a:before, nav#top-nav #menu ul.menu > li.menu-item-has-children ul li.current-menu-ancestor > a:before, nav#top-nav #menu ul.menu > li.menu-item-has-children ul li.current-menu-parent > a:before {
  width: 100%;
}
@media (max-width: 1024px) {
  nav#top-nav #menu ul.menu > li.menu-item-has-children ul li {
    padding: 0.5rem 20px 0 20px !important;
  }
  nav#top-nav #menu ul.menu > li.menu-item-has-children ul li:last-child {
    padding-bottom: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  nav#top-nav #menu ul.menu > li.menu-item-has-children ul li {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1024px) {
  nav#top-nav #menu ul.menu > li.menu-item-has-children ul {
    position: static;
    visibility: visible;
    opacity: 1;
    left: auto;
    top: auto;
    padding: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: none;
  }
}
nav#top-nav #menu ul.menu > li.menu-item-has-children.menu-item-16105 > ul {
  min-width: 225px;
}
@media (min-width: 1025px) {
  nav#top-nav #menu ul.menu > li.menu-item-has-children:hover > a {
    background-image: url("images/arr-down-2.svg");
  }
  nav#top-nav #menu ul.menu > li.menu-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
nav#top-nav #menu ul.menu > li.menu-item-has-children.clicked > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1024px) {
  nav#top-nav #menu ul.menu > li.menu-item-has-children.current-menu-item > ul, nav#top-nav #menu ul.menu > li.menu-item-has-children.current-menu-ancestor > ul, nav#top-nav #menu ul.menu > li.menu-item-has-children.current-menu-parent > ul, nav#top-nav #menu ul.menu > li.menu-item-has-children.clicked > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
  }
}
nav#top-nav .socials-langs {
  position: absolute;
  right: 20px;
  top: 1.5rem;
}
nav#top-nav .socials-langs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  nav#top-nav .socials-langs {
    position: static;
    right: auto;
    top: auto;
    float: right;
    padding: 1rem 20px;
  }
}
@media (max-width: 767px) {
  nav#top-nav .socials-langs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#menu-btn {
  width: 22px;
  display: none;
  float: right;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
}
#menu-btn span {
  display: block;
  height: 2px;
  margin-top: 6px;
  width: 22px;
  background: #000;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#menu-btn span:first-child {
  margin-top: 0 !important;
}
.show-menu #menu-btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.show-menu #menu-btn span:nth-child(2) {
  opacity: 0;
}
.show-menu #menu-btn span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1024px) {
  #menu-btn {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu-btn {
    right: 10px;
  }
}

#logo-header {
  height: 13.5rem;
  padding: 3rem 0 0 0;
  font-size: 4.3rem;
}
#logo-header .container {
  position: relative;
}
#logo-header .container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
#logo-header .logo {
  background-color: #fff;
  display: table;
  margin: 0 auto;
}
#logo-header .logo > span:nth-child(2):before {
  margin-top: 1px;
}
@media (min-width: 1025px) {
  #logo-header .logo:hover {
    color: #d6bfcd;
  }
  #logo-header .logo:hover > span:nth-child(2):before {
    background-color: #d6bfcd;
  }
}
.scrolled #logo-header {
  margin-bottom: 4.8rem;
}
@media (max-width: 1024px) {
  #logo-header {
    height: auto;
    position: fixed;
    z-index: 101;
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    -webkit-transition: padding 0.3s ease-out 0s;
    transition: padding 0.3s ease-out 0s;
    margin-bottom: 0 !important;
    font-size: 2.3rem;
    padding: 1rem 0;
    border-bottom: 1px solid #c0c0c0;
  }
  .home #logo-header {
    font-size: 4.3rem;
    padding: 3rem 0;
  }
  .home #logo-header .logo > span:nth-child(2) {
    width: 95.7%;
  }
  .home #logo-header .logo > span:nth-child(2):before {
    margin-top: 1px;
  }
  .scrolled #logo-header {
    font-size: 2.3rem;
    padding: 1rem 0;
  }
  .scrolled #logo-header .logo > span:nth-child(2) {
    font-size: 0.37em !important;
    width: 94.4% !important;
  }
  .scrolled #logo-header .logo > span:nth-child(2):before {
    margin-top: 0 !important;
  }
  #logo-header .logo > span:nth-child(2) {
    font-size: 0.37em !important;
    width: 94.4%;
  }
  #logo-header .logo > span:nth-child(2):before {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #logo-header {
    font-size: 2.3rem !important;
    padding: 1rem 0 !important;
  }
  #logo-header .logo > span:nth-child(2) {
    font-size: 0.37em !important;
  }
  #logo-header .logo > span:nth-child(2):before {
    margin-top: 0 !important;
  }
}

main {
  padding-top: 3rem;
}
.home main {
  padding-top: 0;
}
main > * {
  margin-bottom: 5rem;
}
main > *:last-child {
  margin-bottom: 0;
}
.page-template-template-kalkulator-ryzyko-infekcji-intymnych main, .page-template-template-kalkulator-dni-plodne main {
  padding-top: 0;
}
@media (max-width: 1024px) {
  main {
    padding-top: 9.1rem;
  }
  .page-template-template-kalkulator-ryzyko-infekcji-intymnych main, .page-template-template-kalkulator-dni-plodne main {
    padding-top: 6.1rem;
  }
  .home main {
    padding-top: 13.5rem;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 9.1rem !important;
  }
  .home main {
    padding-top: 6.1rem !important;
  }
  .page-template-template-kalkulator-ryzyko-infekcji-intymnych main, .page-template-template-kalkulator-dni-plodne main {
    padding-top: 6.1rem !important;
  }
}

.socials-langs > * {
  display: table-cell !important;
}
.socials-langs .socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.socials-langs .socials:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.socials-langs .socials li {
  float: left;
  margin-left: 2rem;
}
.socials-langs .socials li .search-button, .socials-langs .socials li a {
  display: block;
  cursor: pointer;
}
.socials-langs .socials li .search-button svg, .socials-langs .socials li a svg {
  display: block;
  height: 1.6rem;
  width: auto;
}
.socials-langs .socials li .search-button svg *[class*=cls-1], .socials-langs .socials li a svg *[class*=cls-1] {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  .socials-langs .socials li .search-button:hover svg *[class*=cls-1], .socials-langs .socials li a:hover svg *[class*=cls-1] {
    fill: #d6bfcd;
  }
}
.socials-langs .socials li.social-search {
  position: relative;
}
@media (max-width: 1024px) {
  .socials-langs .socials li.social-search {
    padding-bottom: 56px;
  }
}
.socials-langs .socials li.social-search #searchform {
  position: absolute;
  right: 0;
  top: 100%;
  width: 286px;
  margin-top: 16px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1024px) {
  .socials-langs .socials li.social-search #searchform {
    top: auto;
    bottom: 0;
    margin-top: 0;
    height: 30px;
  }
}
.socials-langs .socials li.social-search #searchform .screen-reader-text {
  display: none !important;
}
.socials-langs .socials li.social-search #searchform #s {
  display: block;
  float: left;
  width: 200px;
  height: 40px;
  line-height: 20px;
  padding: 10px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 1024px) {
  .socials-langs .socials li.social-search #searchform #s {
    font-size: 13px;
    height: 30px;
    padding: 5px 10px;
  }
}
.socials-langs .socials li.social-search #searchform #searchsubmit {
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  text-align: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 86px;
  background: #efb4b4 url("images/arr-right.svg") no-repeat 70px 50%;
  background-size: 6px auto;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  .socials-langs .socials li.social-search #searchform #searchsubmit:hover {
    background-color: #000;
    color: #efb4b4;
    background-image: url("images/arr-right-c2.svg");
    background-position: 75px 50%;
  }
}
@media (max-width: 1024px) {
  .socials-langs .socials li.social-search #searchform #searchsubmit {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}
.socials-langs .socials li.social-search.active #searchform {
  height: 40px;
}
@media (max-width: 1024px) {
  .socials-langs .socials li.social-search.active #searchform {
    height: 30px;
  }
}
.socials-langs .socials li.social-search.active .search-button svg *[class*=cls-1] {
  fill: #d6bfcd;
}
.socials-langs .langs {
  margin-left: 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 0.2rem;
  line-height: 1.6rem;
}
.socials-langs .langs a {
  display: block;
}
@media (min-width: 1025px) {
  .socials-langs .langs a:hover {
    color: #d6bfcd;
  }
}

.slide-next, .slide-prev {
  position: absolute;
  top: 50%;
  width: 3.4rem;
  height: 3.4rem;
  margin-top: -1.7rem;
  z-index: 5;
  cursor: pointer;
}
.slide-next span, .slide-prev span {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.68);
  background-position: center center;
  background-size: 0.9rem 1.7rem;
  background-repeat: no-repeat;
}
.type-2.slide-next span, .type-2.slide-prev span {
  width: 3.4rem;
  height: 3.4rem;
  left: 50%;
  top: 50%;
  margin-left: -1.7rem;
  margin-top: -1.7rem;
}
@media (min-width: 1025px) {
  .slide-next:hover span, .slide-prev:hover span {
    background-color: white;
  }
}

.slide-prev {
  left: 20px;
}
@media (min-width: 1025px) {
  .slide-prev:hover span {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
@media (max-width: 599px) {
  .slide-prev {
    left: 10px;
  }
}
.slide-prev span {
  background-image: url("images/arr-left.svg");
}

.slide-next {
  right: 20px;
}
.slide-next:hover span {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
@media (max-width: 599px) {
  .slide-next {
    right: 10px;
  }
}
.slide-next span {
  background-image: url("images/arr-right.svg");
}

.news .news-cat {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  color: #efb4b4;
  margin-bottom: 0.5rem;
}
.news .news-title {
  font-size: 2.2rem;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  min-height: 6.05rem;
}
@media (max-width: 599px) {
  .news .news-title {
    min-height: 0;
  }
}
.news .news-info {
  display: block;
  font-size: 1.3rem;
  font-weight: 100;
  text-align: center;
  margin-bottom: 0.3rem;
  min-height: 3.575rem;
}
.news .news-img {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  overflow: hidden;
}
.news .news-img img {
  display: block;
  width: 100%;
}
.news .news-img.img-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.news .news-img.img-bg:after {
  padding-top: 66.6667%;
  content: "";
  display: block;
}
.news .news-img.img-bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news-img .btn {
  font-size: 3.4rem;
  position: absolute;
  left: 0;
  top: -5%;
  width: 100%;
  height: 110%;
  display: block;
  background: url("images/gradient-top.png") repeat-x 0 100%;
  background-size: auto 120%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.news .news-img .btn > span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -3.9rem;
}
.news .news-img .btn > span > span {
  display: inline-block;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  padding: 1.2rem 2rem;
}
@media (min-width: 1025px) {
  .news .news-img:hover .btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.news .news-intro {
  margin-bottom: 2rem;
}
.news .news-share {
  position: relative;
}
.news .news-share:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #efb4b4;
}
.news .news-share .news-share-btns {
  display: table;
  border-left: 1rem solid #fff;
  border-right: 1rem solid #fff;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;
}
.news .news-share .news-share-btns a {
  display: block;
  float: left;
  margin-left: 1rem;
}
.news .news-share .news-share-btns a:first-child {
  margin-left: 0 !important;
}
@media (max-width: 599px) {
  .news .news-share .news-share-btns a {
    margin-left: 1.6rem;
  }
}
.news .news-share .news-share-btns a svg {
  display: block;
  height: 1.6rem;
}
@media (max-width: 599px) {
  .news .news-share .news-share-btns a svg {
    height: 2rem;
  }
}
.news .news-share .news-share-btns a svg *[class*=cls-1] {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  .news .news-share .news-share-btns a:hover svg .cls-1-love {
    stroke: #d6bfcd;
  }
  .news .news-share .news-share-btns a:hover svg .cls-1-fb {
    fill: #d6bfcd;
  }
  .news .news-share .news-share-btns a:hover svg .cls-1-pin {
    fill: #d6bfcd;
  }
}

.logo {
  text-align: center;
  display: table;
}
.logo > span {
  display: block;
}
.logo > span:first-child {
  line-height: 1.1;
  font-weight: 100;
  letter-spacing: 8px;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}
.logo > span:nth-child(2) {
  margin-left: 1.1%;
  width: 95.7%;
  position: relative;
  font-size: 0.3333em;
  font-weight: 500;
  background-color: inherit;
  letter-spacing: 3px;
}
.logo > span:nth-child(2) span {
  display: table;
  margin: 0 auto;
  background-color: inherit;
  position: relative;
  z-index: 1;
}
.logo > span:nth-child(2) span span {
  display: block;
  padding: 0 1rem;
}
.logo > span:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

body.archive main > *:first-child {
  margin-bottom: 0;
}

.pagination {
  min-height: 1px;
}
@media (max-width: 599px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  font-size: 2rem;
  display: table;
  margin: 0 auto;
}
.pagination .nav-links > * {
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  display: inline-block;
}
.pagination .nav-links > *.current {
  color: #efb4b4;
}

.standard-text a {
  color: #EF7FA8;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .standard-text a:hover {
    color: #000;
  }
}
.standard-text h1, .standard-text h2, .standard-text h3, .standard-text h4, .standard-text h5, .standard-text h6, .standard-text p, .standard-text ul, .standard-text ol {
  margin-bottom: 2.2rem;
}
.standard-text h1, .standard-text h2, .standard-text h3, .standard-text h4, .standard-text h5, .standard-text h6 {
  color: #EA4D83;
  font-weight: inherit;
}
.standard-text h1 *, .standard-text h2 *, .standard-text h3 *, .standard-text h4 *, .standard-text h5 *, .standard-text h6 * {
  color: inherit !important;
  font-weight: inherit !important;
}
@media (min-width: 1025px) {
  .standard-text h1 a:hover, .standard-text h2 a:hover, .standard-text h3 a:hover, .standard-text h4 a:hover, .standard-text h5 a:hover, .standard-text h6 a:hover {
    color: #000;
  }
}
.standard-text h2 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .standard-text h2 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
.standard-text h3 {
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .standard-text h3 {
    font-size: 2rem;
  }
}
.standard-text h4 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .standard-text h4 {
    font-size: 1.8rem;
  }
}
.standard-text h5 {
  font-size: 1.8rem;
}
.standard-text h6 {
  font-size: 1.6rem;
}
.standard-text strong, .standard-text b {
  color: #EF7FA8;
}
.standard-text hr {
  background: #efb4b4;
  height: 1px;
  padding: 0;
  border: none;
  margin: 2.2rem 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

main .container .custom-header, main .container .custom-btn {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  padding: 0.6rem 2rem;
  line-height: 2rem;
  border-radius: 1.3rem;
  background: #efb4b4;
}
@media (max-width: 599px) {
  main .container .custom-header, main .container .custom-btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
main .container .custom-header strong, main .container .custom-header b, main .container .custom-btn strong, main .container .custom-btn b {
  color: inherit;
}
main .container .custom-btn {
  padding-right: 3rem;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
main .container .custom-btn:before {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  width: 6px;
  height: 100%;
  background: url("images/arr-right.svg") no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  main .container .custom-btn:not(.disabled):hover {
    background-color: #000;
    color: #efb4b4;
  }
  main .container .custom-btn:not(.disabled):hover:before {
    background-image: url("images/arr-right-c2.svg");
    right: 10px;
  }
}
@media (max-width: 599px) {
  main .container .custom-btn {
    padding-left: 1rem;
    padding-right: 2.5rem;
  }
}
main .container .custom-btn.prev {
  padding-right: 2rem !important;
  padding-left: 3rem !important;
}
main .container .custom-btn.prev:before {
  right: auto;
  left: 14px;
  background: url("images/arr-left.svg") no-repeat center center;
}
@media (min-width: 1025px) {
  main .container .custom-btn.prev:not(.disabled):hover:before {
    background-image: url("images/arr-left-c2.svg");
    left: 10px;
  }
}
@media (max-width: 599px) {
  main .container .custom-btn.prev {
    padding-right: 1rem !important;
    padding-left: 2.5rem !important;
  }
}
main .search-header-title {
  text-align: center;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
}
main .search-header-title span {
  color: #efb4b4;
}

.slider {
  position: relative;
  overflow: hidden;
}
.slider:after {
  padding-top: 33.8542%;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  .slider:after {
    display: none;
    content: none;
  }
}
.slider .slide {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  z-index: 1;
  background-color: #fff;
}
.slider .slide.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 2;
}
@media (max-width: 767px) {
  .slider .slide.active {
    position: relative;
  }
}
.slider .slide.active ~ .slide {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.slider .slide.active + .slide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slider .slide .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
}
.slider .slide .slide-bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .slider .slide .slide-bg {
    height: auto;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    max-height: 50vh;
  }
  .slider .slide .slide-bg:after {
    padding-top: 100%;
    content: "";
    display: block;
  }
  .slider .slide .slide-bg:before {
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("images/gradient-slider2b-v.png") repeat-x left top;
    background-size: auto 100%;
  }
}
.slider .slide .container {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .slider .slide .container {
    height: auto;
    background: #ffe3e6;
  }
}
.slider .slide .container .slide-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.slider .slide .container .slide-text-in {
  margin-left: auto;
  position: relative;
  background: url("images/gradient-slider2.png") repeat-y left top;
  background-size: 100% auto;
  width: 68.3761%;
  height: 101%;
  padding-left: 39.3162%;
  font-size: 2.6rem;
  text-align: center;
  color: #6d6264;
}
@media (max-width: 1024px) {
  .slider .slide .container .slide-text-in {
    font-size: 2rem;
    padding-right: 4.4rem;
  }
}
@media (max-width: 767px) {
  .slider .slide .container .slide-text-in {
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
  }
}
.slider .slide .container .slide-text-in .slide-title {
  padding: 2.5rem 1rem;
  display: block;
}
@media (max-width: 1024px) {
  .slider .slide .container .slide-text-in .slide-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider .slide .container .slide-text-in:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 3000px;
  height: 100%;
  background: #ffe3e6;
  margin-left: -2px;
}

@media (max-width: 767px) {
  .most-read {
    display: none !important;
  }
}
.most-read .most-read-header {
  position: relative;
  letter-spacing: 3px;
  margin-bottom: 2rem;
}
.most-read .most-read-header span {
  font-size: 1.4rem;
  font-weight: 100;
  display: table;
  margin: 0 auto;
  background: #fff;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.most-read .most-read-header:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #6d6264;
}
.most-read .most-read-blocks {
  position: relative;
  overflow: hidden;
}
.most-read .most-read-blocks .most-read-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
.most-read .most-read-blocks .most-read-block:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.most-read .most-read-blocks .most-read-block.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: relative;
  z-index: 2;
}
.most-read .most-read-blocks .most-read-block.active + .slide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.most-read .most-read-blocks .most-read-block .most-read-post {
  display: block;
  width: 22%;
  float: left;
  margin-left: 4%;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 2%;
}
.most-read .most-read-blocks .most-read-block .most-read-post:nth-child(4n+1) {
  margin-left: 0 !important;
  clear: left !important;
}
.most-read .most-read-blocks .most-read-block .most-read-post:nth-child(-n+4) {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .most-read .most-read-blocks .most-read-block .most-read-post {
    width: 23.5%;
    margin-left: 2%;
  }
}
@media (max-width: 1023px) {
  .most-read .most-read-blocks .most-read-block .most-read-post {
    width: 49%;
    margin-top: 6% !important;
  }
  .most-read .most-read-blocks .most-read-block .most-read-post:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .most-read .most-read-blocks .most-read-block .most-read-post:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 599px) {
  .most-read .most-read-blocks .most-read-block .most-read-post {
    width: 86% !important;
    float: none !important;
  }
  .most-read .most-read-blocks .most-read-block .most-read-post:nth-child(n) {
    margin: 40px auto 0 auto !important;
  }
  .most-read .most-read-blocks .most-read-block .most-read-post:first-child {
    margin-top: 0 !important;
  }
}
.most-read .most-read-blocks .most-read-block .most-read-post .news-img {
  margin-bottom: 1rem;
  position: relative;
}
.most-read .most-read-blocks .most-read-block .most-read-post .news-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.most-read .most-read-blocks .most-read-block .most-read-post .news-img .btn {
  font-size: 2.4rem;
}
.most-read .most-read-blocks .most-read-block .most-read-post .news-img .btn span {
  margin-top: -2.3rem;
}
.most-read .most-read-blocks .most-read-block .most-read-post .news-img:after {
  padding-top: 71.5385%;
  content: "";
  display: block;
}
.most-read .most-read-blocks .most-read-block .most-read-post .post-title {
  font-size: inherit;
  font-weight: inherit;
  display: block;
  border-bottom: 1px solid #efb4b4;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.news-2-col .container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.news-2-col .container .news {
  width: 48.718%;
  float: left;
  margin-left: 2.564%;
  margin-bottom: 6%;
  padding-bottom: 1.6rem;
  position: relative;
}
.news-2-col .container .news:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .news-2-col .container .news {
    width: 49%;
    margin-left: 2%;
  }
  .news-2-col .container .news:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .news-2-col .container .news {
    width: 86%;
    float: none;
    margin: 40px auto 0 auto !important;
  }
  .news-2-col .container .news:first-child {
    margin-top: 0 !important;
  }
}
.news-2-col .container .news .news-intro {
  line-height: 2.2rem;
  min-height: 8.8rem;
}
@media (max-width: 599px) {
  .news-2-col .container .news .news-intro {
    min-height: 0;
  }
}
.news-2-col .container .news .news-share {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}

.news-34-col {
  background: #ecf4f6;
  padding: 3rem 0;
}
.news-34-col .news {
  margin-bottom: 3rem;
}
@media (max-width: 599px) {
  .news-34-col .news {
    display: block;
  }
}
.news-34-col .news:last-child {
  margin-bottom: 0;
}
.news-34-col .news .news-img-container {
  width: 75%;
}
.news-34-col .news .news-img-container .news-img {
  display: block;
  margin: 0 auto;
}
.news-34-col .news .news-img-container .news-img img {
  display: block;
  width: 100%;
}
.news-34-col .news .news-img-container .news-img video {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .news-34-col .news .news-img-container {
    width: 49%;
  }
}
@media (max-width: 599px) {
  .news-34-col .news .news-img-container {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
}
.news-34-col .news .news-content {
  padding: 2.564%;
}
@media (max-width: 1024px) {
  .news-34-col .news .news-content {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .news-34-col .news .news-content {
    padding-left: 2%;
  }
}
@media (max-width: 599px) {
  .news-34-col .news .news-content {
    display: block;
    padding: 10px;
  }
}
.news-34-col .news .news-content .news-title {
  min-height: 0;
}
.news-34-col .news .news-share-btns {
  background: #ecf4f6;
  border-color: #ecf4f6;
}

.news-slider {
  background: #ecf4f6;
  padding: 3rem 0;
}
.news-slider .container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
@media (max-width: 599px) {
  .news-slider .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.news-slider .container .news-slides {
  position: relative;
}
.news-slider .container .news-slides .news-slides-container {
  position: relative;
  overflow: hidden;
}
.news-slider .container .news-slides .slide-next {
  width: 4.4rem;
  top: 0;
  margin-top: 0;
  height: 100%;
}
@media (min-width: 1341px) {
  .news-slider .container .news-slides .slide-next {
    right: auto;
    left: 100%;
    margin-left: 2rem;
  }
}
@media (max-width: 1339px) {
  .news-slider .container .news-slides .slide-next {
    width: 3.4rem;
    height: auto;
    top: 50%;
    margin-top: -1.7rem;
  }
}
.news-slider .container .news-slides .slide-prev {
  width: 4.4rem;
  top: 0;
  margin-top: 0;
  height: 100%;
}
@media (min-width: 1341px) {
  .news-slider .container .news-slides .slide-prev {
    left: auto;
    right: 100%;
    margin-right: 2rem;
  }
}
@media (max-width: 1339px) {
  .news-slider .container .news-slides .slide-prev {
    width: 3.4rem;
    height: auto;
    top: 50%;
    margin-top: -1.7rem;
  }
}
.news-slider .container .news-slides .news {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
.news-slider .container .news-slides .news.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 2;
  position: relative;
}
.news-slider .container .news-slides .news.active + .news {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.news-slider .container .news-slides .news .news-cat, .news-slider .container .news-slides .news .news-title, .news-slider .container .news-slides .news .news-intro, .news-slider .container .news-slides .news .news-share {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .news-slider .container .news-slides .news .news-cat, .news-slider .container .news-slides .news .news-title, .news-slider .container .news-slides .news .news-intro, .news-slider .container .news-slides .news .news-share {
    width: 75%;
  }
}
@media (max-width: 599px) {
  .news-slider .container .news-slides .news .news-cat, .news-slider .container .news-slides .news .news-title, .news-slider .container .news-slides .news .news-intro, .news-slider .container .news-slides .news .news-share {
    width: 86%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.news-slider .container .news-slides .news .news-title {
  min-height: 0;
}
.news-slider .container .news-slides .news .news-img video {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.news-slider .container .news-slides .news .news-img-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 1340px) {
  .news-slider .container .news-slides .news .news-img-link {
    display: block;
  }
}
@media (max-width: 599px) {
  .news-slider .container .news-slides .news .news-share:before {
    width: calc(100% - 20px);
    left: calc(0% + 10px);
  }
}
.news-slider .container .news-slides .news .news-share-btns {
  background: #ecf4f6;
  border-color: #ecf4f6;
}

.logotypy {
  background: #ffe3e6;
  padding: 2rem 0;
}
.logotypy img {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 20px);
}

.newsletter .newsletter-title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  padding: 0 0 1.6rem 0;
  border-bottom: 1px solid #efb4b4;
}
.newsletter .newsletter-intro {
  padding: 4rem 0 3rem 0;
  font-weight: 100;
  width: 32%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .newsletter .newsletter-intro {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter-intro {
    width: 86%;
  }
}
.newsletter .newsletter-form {
  width: 32%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .newsletter .newsletter-form {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter-form {
    width: 86%;
  }
}
.newsletter .newsletter-form > div {
  margin-bottom: 2rem;
}
.newsletter .newsletter-form > div:last-child {
  margin-bottom: 0;
}
.newsletter .newsletter-form input {
  border: 1px solid #efb4b4;
  padding: 0 2rem;
  font-size: 1.2rem;
  line-height: 38px;
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 8px rgba(239, 180, 180, 0.2);
}
.newsletter .newsletter-form .btn {
  display: block;
  text-align: center;
  border: 1px solid #ffe3e6;
  line-height: 38px;
  background: #ffe3e6;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 1rem;
  box-shadow: 0 8px 8px rgba(239, 180, 180, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  .newsletter .newsletter-form .btn:hover {
    background: #fff;
  }
}

.latest-content {
  border-top: 1px solid #c0c0c0;
  padding-top: 4.4rem;
}
.latest-content .container {
  position: relative;
}
.latest-content .container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.latest-content .container .box {
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
}
.latest-content .container .box:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
@media (max-width: 599px) {
  .latest-content .container .box {
    width: 100% !important;
    float: none;
    margin: 40px 0 0 0 !important;
  }
  .latest-content .container .box:first-child {
    margin-top: 0 !important;
  }
}
.latest-content .container .box .box-title {
  font-size: inherit;
  font-weight: 100;
  border-bottom: 1px solid #efb4b4;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.latest-content .container .box .box-content {
  padding-top: 3rem;
}
.latest-content .container .box.box-video .box-content {
  font-weight: 100;
}
.latest-content .container .box.box-news .box-title {
  text-transform: lowercase;
}
.latest-content .container .box.box-news .latest-news-single {
  margin-bottom: 4%;
}
.latest-content .container .box.box-news .latest-news-single:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.latest-content .container .box.box-news .latest-news-single .news-img {
  width: 32%;
  display: block;
  float: left;
  margin-right: 4%;
  position: relative;
}
.latest-content .container .box.box-news .latest-news-single .news-img img {
  display: block;
  width: 100%;
}
.latest-content .container .box.box-news .latest-news-single .news-img video {
  display: block;
  width: 100%;
  height: auto;
}
.latest-content .container .box.box-news .latest-news-single .news-info {
  padding-top: 0.5rem;
  width: 64%;
  float: left;
}
.latest-content .container .box.box-news .latest-news-single .news-info .news-date {
  font-size: 1.3rem;
  font-weight: 100;
  margin-top: 1rem;
  display: block;
}
.latest-content .container .box.box-news .latest-news-single .news-title {
  margin-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
}
.latest-content .container .box.box-banner img {
  display: block;
  width: 100%;
}

.single-news {
  position: relative;
}
.single-news:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.single-news .newsletter {
  border: none;
  width: 29%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.single-news .newsletter .container {
  padding: 0 !important;
}
.single-news .newsletter .container .newsletter-intro, .single-news .newsletter .container .newsletter-form {
  width: 100%;
}
@media (max-width: 1024px) {
  .single-news .newsletter {
    right: 0;
  }
}
@media (max-width: 599px) {
  .single-news .newsletter {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}
.single-news.loading .single-text {
  padding-bottom: 5rem;
  background: url("images/ajax-loader.gif") no-repeat 50% 100%;
}
.single-news .previous-post-link {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.single-info {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 100;
  margin-bottom: 3rem;
  clear: both;
  float: left;
  width: 67%;
}
@media (max-width: 599px) {
  .single-info {
    width: 100%;
    float: none;
  }
}
.single-info .single-title {
  text-align: center;
  font-size: 2.2rem;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}

.single-text {
  width: 67%;
  float: left;
}
.single-text .single-video {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
.single-text .single-video video {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .single-text .single-video {
    margin-bottom: 20px;
  }
}
.single-text h3:first-child {
  color: inherit;
}
.single-text iframe {
  max-width: 100%;
}
.single-text .post-image {
  width: 100%;
  display: block;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .single-text .post-image {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .single-text {
    width: 71%;
    padding-right: 20px;
  }
}
.single-text .kobie-content {
  display: none !important;
}
@media (max-width: 599px) {
  .single-text {
    width: 100% !important;
    float: none !important;
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .single-text .kobie-content {
    display: block !important;
    margin-bottom: 2.2rem;
    text-align: center;
  }
  .single-text .kobie-content:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }
}
.single-text .single-info {
  width: 100%;
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid #000;
}

.single-content {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .single-content {
    width: 100%;
  }
}

.single-add {
  float: right;
  width: 29%;
}
@media (max-width: 599px) {
  .single-add {
    width: 100%;
    float: none;
    margin-bottom: 3rem;
  }
}
.single-add .single-banner {
  width: 100%;
  max-width: 339.3px;
  padding-bottom: 400px;
}
.single-add .single-banner.to-top {
  position: fixed;
  top: 48px;
}
@media (max-width: 1210px) {
  .single-add .single-banner.to-top {
    right: 20px;
    width: calc(29% - 11.6px);
  }
}
@media (max-width: 1024px) {
  .single-add .single-banner.to-top {
    top: 62px;
  }
}
.single-add .single-banner.to-bottom {
  position: absolute;
  bottom: 0;
  right: auto !important;
  top: auto !important;
  width: 29%;
}
.single-add .single-banner.more-h {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
}
@media (max-width: 599px) {
  .single-add .single-banner {
    padding-bottom: 0;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    margin: 0 auto;
    display: none !important;
  }
}
.single-add .single-banner img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .single-add .single-banner img {
    max-width: 100%;
    width: auto;
  }
}

main .yarpp-related {
  margin: 0;
}

main .yarpp-related a {
  text-decoration: none;
  font-weight: inherit;
}

.single-related {
  padding-top: 10rem;
}
@media (max-width: 1024px) {
  .single-related {
    padding-top: 8rem;
  }
}
.single-related .single-related-header {
  position: relative;
  letter-spacing: 3px;
  margin-bottom: 4rem;
  color: #efb4b4;
}
.single-related .single-related-header span {
  font-size: 1.7rem;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  background: #fff;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.single-related .single-related-header:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #efb4b4;
}
.single-related .single-related-content {
  position: relative;
  overflow: hidden;
}
@media (max-width: 599px) {
  .single-related .single-related-content {
    display: block;
  }
}
.single-related .single-related-content .news {
  padding: 0 1% 2% 1%;
  vertical-align: top;
}
@media (max-width: 599px) {
  .single-related .single-related-content .news {
    padding: 0;
    display: block;
    width: 86% !important;
    float: none !important;
  }
  .single-related .single-related-content .news:nth-child(n) {
    margin: 40px auto 0 auto !important;
  }
  .single-related .single-related-content .news:first-child {
    margin-top: 0 !important;
  }
}
.single-related .single-related-content .news .news-title {
  padding: 0;
  text-transform: none;
}

.calculator-fertile {
  background: #ecf4f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.calculator-fertile .fertile-calculator, .calculator-fertile .calculator-intro {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .calculator-fertile .calculator-intro {
    display: none !important;
  }
}
.calculator-fertile .form-group {
  margin-bottom: 4rem;
}
.calculator-fertile .form-group:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.calculator-fertile select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c0c0c0;
  background: #fff url("images/arr-down.svg") no-repeat 94% center;
  background-size: auto 4px;
  cursor: pointer;
  font-size: 1.2rem;
  letter-spacing: 2px;
  display: block;
  float: left;
  padding: 0.8rem 1rem;
}
.calculator-fertile select.select-day {
  width: 7.6rem;
  background-position: 92% center;
}
@media (max-width: 599px) {
  .calculator-fertile select.select-day {
    width: 30%;
  }
}
.calculator-fertile select.select-month {
  width: 9rem;
  margin-left: 18%;
  background-position: 94% center;
}
@media (max-width: 599px) {
  .calculator-fertile select.select-month {
    width: 30%;
    margin-left: 5%;
  }
}
.calculator-fertile select.select-year {
  width: 6.2rem;
  float: right;
  background-position: 92% center;
}
@media (max-width: 599px) {
  .calculator-fertile select.select-year {
    width: 30%;
    margin-left: 5%;
  }
}
.calculator-fertile select.select-period {
  float: left;
  width: 19.4rem;
  background-position: 97% center;
}
@media (max-width: 599px) {
  .calculator-fertile select.select-period {
    width: 65%;
  }
}
.calculator-fertile select.err {
  border-color: #efb4b4;
  background-color: #efb4b4;
}
.calculator-fertile .submit {
  float: right;
}
@media (max-width: 599px) {
  .calculator-fertile .submit {
    width: 30%;
  }
}
.calculator-fertile .fertile-calendar {
  display: none;
}
.calculator-fertile .fertile-calendar-data:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.calculator-fertile .fertile-calendar-data table {
  border-collapse: collapse;
}
.calculator-fertile .fertile-calendar-data .calendar {
  font-size: 1.3rem;
  letter-spacing: 2px;
  width: 30%;
  float: left;
  margin-left: 5%;
}
.calculator-fertile .fertile-calendar-data .calendar:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .calculator-fertile .fertile-calendar-data .calendar {
    margin: 40px auto 0 auto !important;
    float: none;
  }
  .calculator-fertile .fertile-calendar-data .calendar:first-child {
    margin-top: 0;
  }
}
.calculator-fertile .fertile-calendar-data .calendar th {
  font-weight: inherit;
  text-align: left;
  font-size: inherit;
  padding: 0.5rem;
}
.calculator-fertile .fertile-calendar-data .calendar td {
  padding: 0.5rem;
  text-align: center;
}
.calculator-fertile .fertile-calendar-data .calendar td span {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  margin: 0 auto;
  border-radius: 50%;
}
.calculator-fertile .fertile-calendar-data .calendar td.period span {
  background: #efb4b4;
}
.calculator-fertile .fertile-calendar-data .calendar td.fertile span {
  background: #5dd2d8;
}
.calculator-fertile .fertile-calendar-data .calendar td.ovulation span {
  background: #b4edce;
}
.calculator-fertile .fertile-calendar-data .calendar tr.days td {
  border-bottom: 1px solid #efb4b4;
}
.calculator-fertile .calculator-legend {
  margin-bottom: 2rem;
  letter-spacing: 2px;
  line-height: 2.2rem;
  font-size: 1.3rem;
}
.calculator-fertile .calculator-legend ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .calculator-fertile .calculator-legend ul {
    width: 100%;
    max-width: 28rem;
  }
}
.calculator-fertile .calculator-legend ul li {
  float: left;
  margin-right: 3rem;
  margin-top: 1rem;
}
.calculator-fertile .calculator-legend ul li:last-child {
  margin-right: 0;
}
.calculator-fertile .calculator-legend ul li:before {
  display: block;
  float: left;
  border-radius: 50%;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 2rem;
  border: 1px solid transparent;
}
.calculator-fertile .calculator-legend ul li.type-1:before {
  background: #efb4b4;
}
.calculator-fertile .calculator-legend ul li.type-2:before {
  background: #5dd2d8;
}
.calculator-fertile .calculator-legend ul li.type-3:before {
  background: #b4edce;
}
.calculator-fertile .calculator-legend ul li.type-4:before {
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .calculator-fertile .calculator-legend ul li {
    float: none;
    margin-right: 0;
  }
}

.calculator-disease-section {
  background: #ecf4f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.calculator-disease-section .calculator-intro {
  max-width: 40rem;
  margin: 0 auto;
}
.calculator-disease-section .calculator-disease {
  max-width: 60rem;
  margin: 0 auto;
}
.calculator-disease-section .custom-header {
  display: table !important;
  margin: 0 auto !important;
}
.calculator-disease-section .custom-btn {
  display: table;
  margin: 0 auto;
}
.calculator-disease-section .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 2.2rem 0;
}
.calculator-disease-section .list ul li {
  display: table;
  padding-left: 2em;
  position: relative;
  margin-bottom: 1rem;
  cursor: pointer;
}
.calculator-disease-section .list ul li:last-child {
  margin-bottom: 0;
}
.calculator-disease-section .list ul li:before {
  content: "";
  display: block;
  background: #ecf4f6;
  border: 3px solid #ecf4f6;
  box-shadow: 0 0 0 1px #000;
  width: 1.375em;
  height: 1.375em;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.calculator-disease-section .list ul li.active:before, .calculator-disease-section .list ul li:hover:before {
  background: #5dd2d8;
}
.calculator-disease-section .disease-item {
  display: none;
  padding-top: 3rem;
}

.kupperman-index-section {
  background: #ecf4f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.kupperman-index-section .calculator-intro {
  max-width: 60rem;
  margin: 0 auto;
}
.kupperman-index-section .kupperman-index {
  max-width: 70rem;
  margin: 2.2rem auto 0 auto;
}
.kupperman-index-section .kupperman-index .question {
  display: none;
}
.kupperman-index-section .kupperman-index .question.active {
  display: block;
}
.kupperman-index-section .kupperman-index .question .custom-header {
  display: table;
  margin: 0 auto;
}
.kupperman-index-section .kupperman-index .question ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  margin: 2.2rem auto;
}
.kupperman-index-section .kupperman-index .question ul li {
  margin-bottom: 1rem;
}
.kupperman-index-section .kupperman-index .question ul li:last-child {
  margin-bottom: 0;
}
.kupperman-index-section .kupperman-index .question ul li label {
  cursor: pointer;
}
.kupperman-index-section .kupperman-index .question ul li label:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.kupperman-index-section .kupperman-index .question ul li label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 1rem 0 0;
  background: #ecf4f6;
  border: 3px solid #ecf4f6;
  box-shadow: 0 0 0 1px #000;
  width: 1.375em;
  height: 1.375em;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  float: left;
}
.kupperman-index-section .kupperman-index .question ul li label input:checked {
  background: #5dd2d8;
}
@media (min-width: 1025px) {
  .kupperman-index-section .kupperman-index .question ul li label:hover input {
    background: #5dd2d8;
  }
}
.kupperman-index-section .kupperman-index .summary {
  display: none;
  position: relative;
  margin-top: 4rem;
}
.kupperman-index-section .kupperman-index .summary .close {
  display: table;
  margin: 4rem auto 0 auto;
  text-decoration: none;
}
.kupperman-index-section .kupperman-index .summary .custom-header {
  display: table;
  margin: 0 auto;
}
.kupperman-index-section .kupperman-index .summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  margin: 4rem auto 0 auto;
}
.kupperman-index-section .kupperman-index .summary ul li {
  margin-bottom: 1rem;
}
.kupperman-index-section .kupperman-index .summary ul li:last-child {
  margin-bottom: 0;
}
.kupperman-index-section .kupperman-index .nav {
  display: table;
  margin: 0 auto;
}
.kupperman-index-section .kupperman-index .nav a {
  float: left;
  text-decoration: none;
}
.kupperman-index-section .kupperman-index .nav a.disabled {
  opacity: 0.5;
}
@media (max-width: 599px) {
  .kupperman-index-section .kupperman-index .nav a {
    font-size: 12px;
  }
}
.kupperman-index-section .kupperman-index .nav .no {
  text-align: center;
  float: left;
  margin: 0 2rem;
  min-width: 6.5rem;
  padding-top: 0.6rem;
}
@media (max-width: 599px) {
  .kupperman-index-section .kupperman-index .nav .no {
    min-width: 4.5rem;
    margin: 0 1rem;
  }
}

.calculator-allergy-section {
  background: #ecf4f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.calculator-allergy-section .calculator-intro {
  max-width: 70rem;
  margin: 0 auto;
  font-weight: 500;
}
.calculator-allergy-section .calculator-content {
  max-width: 70rem;
  margin: 0 auto;
  font-weight: 500;
}
.calculator-allergy-section .calculator-content .calculator-core .calculator-options {
  display: table;
  margin: 2rem auto;
}
.calculator-allergy-section .calculator-content .calculator-core .calculator-options label {
  cursor: pointer;
  display: inline-block;
  margin: 1rem 3rem 1rem 0;
  text-transform: uppercase;
}
.calculator-allergy-section .calculator-content .calculator-core .calculator-options label:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.calculator-allergy-section .calculator-content .calculator-core .calculator-options label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 1rem 0 0;
  background: #ecf4f6;
  border: 3px solid #ecf4f6;
  box-shadow: 0 0 0 1px #000;
  width: 1.375em;
  height: 1.375em;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  float: left;
}
.calculator-allergy-section .calculator-content .calculator-core .calculator-options label input:checked {
  background: #5dd2d8;
}
@media (min-width: 1025px) {
  .calculator-allergy-section .calculator-content .calculator-core .calculator-options label:hover input {
    background: #5dd2d8;
  }
}
.calculator-allergy-section .calculator-content .calculator-core .result {
  display: none;
  text-align: center;
  padding-bottom: 3rem;
}
.calculator-allergy-section .calculator-more {
  max-width: 70rem;
  margin: 0 auto;
}
.calculator-allergy-section .custom-header {
  display: table !important;
  margin: 0 auto !important;
}
.calculator-allergy-section .custom-btn {
  display: table;
  margin: 0 auto;
}

.test-results-section {
  background: #ecf4f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.test-results-section .test-results-intro {
  max-width: 70rem;
  margin: 0 auto;
  font-weight: 500;
}
.test-results-section .test-results-content {
  max-width: 70rem;
  margin: 0 auto;
}
.test-results-section .test-results-content .calculator-core .calculator-options {
  display: table;
  margin: 3rem auto;
}
.test-results-section .test-results-content .calculator-core .calculator-options .select-container {
  margin: 3rem auto 0 auto;
  position: relative;
}
.test-results-section .test-results-content .calculator-core .calculator-options .select-container:after, .test-results-section .test-results-content .calculator-core .calculator-options .select-container:before {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 0;
  width: 8px;
  height: 40%;
  background: url("images/arr-down.svg") no-repeat center top;
  background-size: 100% auto;
}
.test-results-section .test-results-content .calculator-core .calculator-options .select-container:after {
  bottom: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.test-results-section .test-results-content .calculator-core .calculator-options .select-container select {
  cursor: pointer;
  font-weight: 500;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  min-width: 228px;
  padding: 1rem 3rem 1rem 2rem;
  text-align: center;
}
.test-results-section .test-results-content .calculator-core .result .result-part {
  padding: 2rem 0 1px 0;
  display: none;
}
.test-results-section .test-results-more {
  max-width: 70rem;
  margin: 3rem auto 0 auto;
  font-weight: 500;
}
.test-results-section .custom-header {
  font-weight: 500;
  display: table !important;
  margin: 0 auto !important;
}
.test-results-section .custom-btn {
  display: table;
  margin: 0 auto;
}

.child-health-record-section {
  background: #ecf4f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.child-health-record-section .child-health-record-intro {
  max-width: 60rem;
  margin: 0 auto;
  font-weight: 500;
}
.child-health-record-section .child-health-record-content .form-percentile-calculator {
  max-width: 50rem;
  margin: 0 auto;
}
.child-health-record-section .child-health-record-content .form-percentile-calculator:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.child-health-record-section .child-health-record-content .group:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.child-health-record-section .child-health-record-content .group select, .child-health-record-section .child-health-record-content .group input {
  font-size: 1.2rem;
  letter-spacing: 2px;
  display: block;
  border: 1px solid #c0c0c0;
  background: #fff;
  padding: 0.8rem 1rem;
  height: 3.2rem;
}
.child-health-record-section .child-health-record-content .group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/arr-down.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: auto 4px;
  cursor: pointer;
}
.child-health-record-section .child-health-record-content .group select.err {
  border-color: #efb4b4;
  background-color: #efb4b4;
}
.child-health-record-section .child-health-record-content .group > * {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.child-health-record-section .child-health-record-content .group > *:nth-child(3n) {
  margin-right: 0 !important;
}
.child-health-record-section .child-health-record-content .group > *:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 599px) {
  .child-health-record-section .child-health-record-content .group > * {
    width: 32%;
    margin-right: 2%;
  }
}
.child-health-record-section .child-health-record-content .core-radio {
  display: table;
  margin: 0 auto;
}
.child-health-record-section .child-health-record-content .core-radio label {
  cursor: pointer;
  display: inline-block;
  margin: 0 3rem 2rem 0;
  text-transform: uppercase;
}
.child-health-record-section .child-health-record-content .core-radio label:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.child-health-record-section .child-health-record-content .core-radio label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 1rem 0 0;
  background: #ecf4f6;
  border: 3px solid #ecf4f6;
  box-shadow: 0 0 0 1px #000;
  width: 1.375em;
  height: 1.375em;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  float: left;
}
.child-health-record-section .child-health-record-content .core-radio label input:checked {
  background: #5dd2d8;
}
@media (min-width: 1025px) {
  .child-health-record-section .child-health-record-content .core-radio label:hover input {
    background: #5dd2d8;
  }
}
.child-health-record-section .child-health-record-content .percentile-calculator-core {
  position: relative;
  max-width: 68rem;
  padding: 3rem 4rem 0 4rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .child-health-record-section .child-health-record-content .percentile-calculator-core {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.child-health-record-section .child-health-record-content .percentile-calculator-core .calculator-next, .child-health-record-section .child-health-record-content .percentile-calculator-core .calculator-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 2.4rem;
  height: 100%;
  background-size: 1.8rem 5.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (max-width: 767px) {
  .child-health-record-section .child-health-record-content .percentile-calculator-core .calculator-next, .child-health-record-section .child-health-record-content .percentile-calculator-core .calculator-prev {
    width: 1.8rem;
    background-size: 1.2rem 3.7rem;
  }
}
.child-health-record-section .child-health-record-content .percentile-calculator-core .calculator-next {
  right: 0;
  background-image: url("images/arr-right-2.svg");
}
@media (min-width: 1025px) {
  .child-health-record-section .child-health-record-content .percentile-calculator-core .calculator-next:hover {
    background-position: 80% 50%;
  }
}
@media (max-width: 599px) {
  .child-health-record-section .child-health-record-content .percentile-calculator-core .calculator-next {
    margin-right: -5px;
  }
}
.child-health-record-section .child-health-record-content .percentile-calculator-core .calculator-prev {
  left: 0;
  background-image: url("images/arr-left-2.svg");
}
@media (min-width: 1025px) {
  .child-health-record-section .child-health-record-content .percentile-calculator-core .calculator-prev:hover {
    background-position: 20% 50%;
  }
}
@media (max-width: 599px) {
  .child-health-record-section .child-health-record-content .percentile-calculator-core .calculator-prev {
    margin-left: -5px;
  }
}
.child-health-record-section .child-health-record-content .percentile-calculator-core .result-percentile-calculator {
  height: 0;
  overflow: hidden;
}
.child-health-record-section .child-health-record-content .percentile-calculator-core .result-percentile-calculator .percentile-chart {
  width: 100%;
}
.child-health-record-section .child-health-record-content .percentile-calculator-core .result-percentile-calculator .percentile-chart.ready {
  display: none;
}
.child-health-record-section .child-health-record-content .percentile-calculator-core .result-percentile-calculator .percentile-chart.ready.visible {
  display: block;
}
.child-health-record-section .child-health-record-content .percentile-calculator-core .result-percentile-calculator .percentile-chart.ready .dimple-title {
  display: none !important;
}
.child-health-record-section .child-health-record-content .percentile-calculator-core .result-percentile-calculator .percentile-chart:before {
  content: attr(data-label);
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  text-align: center;
  color: #000;
  font-size: 11px;
}
.child-health-record-section .child-health-record-content .percentile-calculator-core.result-visible .result-percentile-calculator {
  height: auto;
}
.child-health-record-section .child-health-record-content .percentile-calculator-core.result-visible .calculator-next, .child-health-record-section .child-health-record-content .percentile-calculator-core.result-visible .calculator-prev {
  display: block;
}
.child-health-record-section .child-health-record-content .custom-btn {
  display: table !important;
  float: right !important;
}
.child-health-record-section .child-health-record-more {
  max-width: 60rem;
  margin: 3rem auto 0 auto;
  font-weight: 500;
}
.child-health-record-section .custom-header {
  font-weight: 500;
  display: table !important;
  margin: 0 auto !important;
}

.percentile-chart {
  max-width: 60rem;
  width: calc(100% - 60px);
  border: 2rem solid #fff;
  border-top-width: 4rem;
  background: #fff;
  display: block;
  position: relative;
}
.percentile-chart:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.percentile-chart svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.instagram-follow {
  font-size: 2rem;
  font-weight: 100;
  text-align: center;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 2rem 0 1px 0;
}
.instagram-follow #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
  width: 12.5% !important;
}
.instagram-follow #sb_instagram .sbi_photo {
  height: auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.instagram-follow #sb_instagram .sbi_photo:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.instagram-follow #sb_instagram .sbi_photo img {
  display: none !important;
}
@media (max-width: 767px) {
  .instagram-follow #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
    width: 25% !important;
  }
}
@media (min-width: 1025px) {
  .instagram-follow > a:hover {
    color: #efb4b4;
  }
}
.instagram-follow .img-box {
  margin-top: 2rem;
}
.instagram-follow .img-box img {
  display: block;
}
.instagram-follow .socials {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 3.4rem auto;
  line-height: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.instagram-follow .socials li {
  float: left;
  display: block;
  margin-left: 2rem;
}
.instagram-follow .socials li:first-child {
  margin-left: 0;
}
.instagram-follow .socials li.social-search {
  display: none !important;
}
.instagram-follow .socials li a {
  display: block;
}
.instagram-follow .socials li a svg {
  display: block;
  height: 1.6rem;
  margin-right: 1rem;
  float: left;
}
.instagram-follow .socials li a svg *[class*=cls-1] {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  .instagram-follow .socials li a:hover {
    color: #efb4b4;
  }
  .instagram-follow .socials li a:hover svg *[class*=cls-1] {
    fill: #efb4b4;
  }
}

footer {
  margin-top: 3rem;
  background: #ffe3e6;
}
footer .footer-menu {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0 2rem;
  font-size: 1.4rem;
}
footer .footer-menu:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
@media (max-width: 1024px) {
  footer .footer-menu {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 599px) {
  footer .footer-menu {
    padding: 3rem 0 1rem 0;
  }
}
footer .footer-menu .col {
  width: 29%;
  margin-left: 6.5%;
  float: left;
}
footer .footer-menu .col:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
@media (max-width: 1024px) {
  footer .footer-menu .col {
    width: 31%;
    margin-left: 3.5%;
  }
}
@media (max-width: 767px) {
  footer .footer-menu .col {
    width: 100%;
    margin-left: 0;
  }
}
footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu .menu > li {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  footer .footer-menu .menu > li {
    margin-bottom: 2rem;
  }
}
footer .footer-menu .menu > li.menu-item-has-children > a {
  text-transform: uppercase;
}
footer .footer-menu .menu > li > ul {
  border-top: 1px solid #c0c0c0;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.js footer .footer-menu .menu > li > ul {
  display: none;
}
footer .footer-menu .menu > li > ul li a {
  position: relative;
  display: inline-block;
}
footer .footer-menu .menu > li > ul li a:before {
  content: "-";
}
footer .footer-menu .menu > li > ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c0c0c0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  footer .footer-menu .menu > li > ul li a:hover:after {
    width: 100%;
  }
}
footer .footer-menu .menu > li > ul li.current-menu-item a:after, footer .footer-menu .menu > li > ul li.current-menu-ancestor a:after, footer .footer-menu .menu > li > ul li.current-menu-parent a:after {
  width: 100%;
}
footer .footer-bottom {
  font-size: 1.4rem;
  padding: 2rem 0;
  border-top: 1px solid #c0c0c0;
}
footer .footer-bottom .container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
footer .footer-bottom .logo {
  font-size: 3rem;
  background-color: #ffe3e6;
  float: left;
}
@media (max-width: 767px) {
  footer .footer-bottom .logo {
    float: none;
    margin: 0 auto;
  }
}
footer .footer-bottom .logo > span:nth-child(2):before {
  margin-top: -1px !important;
}
footer .footer-bottom .social-search {
  display: none !important;
}
footer .footer-bottom .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  margin: 0 auto;
  line-height: 1.1;
}
footer .footer-bottom .menu li {
  float: left;
  margin-left: 1rem;
  padding-left: 1rem;
  display: block;
  border-left: 1px solid #7c7c7c;
}
footer .footer-bottom .menu li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
footer .footer-bottom .menu li a {
  position: relative;
  display: block;
}
footer .footer-bottom .menu li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c0c0c0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1025px) {
  footer .footer-bottom .menu li a:hover:after {
    width: 100%;
  }
}
footer .footer-bottom .menu li.current-menu-item a:after, footer .footer-bottom .menu li.current-menu-ancestor a:after, footer .footer-bottom .menu li.current-menu-parent a:after {
  width: 100%;
}
@media (max-width: 767px) {
  footer .footer-bottom .d-table {
    display: block;
  }
  footer .footer-bottom .d-table > * {
    display: block;
    margin-top: 3rem;
  }
  footer .footer-bottom .d-table > *:first-child {
    margin-top: 0;
  }
}
footer .footer-bottom .d-table > *:nth-child(3) .socials-langs {
  float: right;
}
@media (max-width: 767px) {
  footer .footer-bottom .d-table > *:nth-child(3) .socials-langs {
    float: none;
    display: table;
    margin: 0 auto;
  }
}

#to-top {
  position: fixed;
  z-index: 50;
  bottom: 0;
  width: 100%;
  right: 10px;
  bottom: 10px;
  display: block;
  background: #ffe3e6;
  font-size: 12px;
  padding: 6px 10px;
  cursor: pointer;
  width: auto;
  line-height: 20px;
  -webkit-transform: translateY(43px);
  transform: translateY(43px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#to-top span {
  display: block;
  float: right;
  position: relative;
  margin-left: 4px;
  font-size: 10px;
}
.scrolled #to-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
