/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/
body {
    margin: 0;
    font-family: Roboto,Helvetica Neue,Arial;
    color: #434344;
    font-size: 12pt;
    line-height: 1.9em;
    -webkit-font-smoothing: auto;
}
.grecaptcha-badge {
    right: -400px!important;
}
.h1-off {
    position: absolute;
    top: -9000px;
    left: -9000px;
}

.page ul li::marker {
    color: #d4b037;
}
#masthead > .container >div {
    /* display: inline-block; */
    float: left;
}
.navbar-brand img {
    width: 175px;
}
header .menu-toggle {
    position: absolute;
    width: 2rem;
    height: 1.4rem;
    top: 50%;
    right: 4rem;
    z-index: 1001;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
}
header .menu-toggle-btn {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 1.6rem;
  height: 2px;
  background: #212121;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu-toggle-btn::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  width: 2rem;
  height: 2px;
  background: #212121;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu-toggle-btn::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 1.2rem;
  height: 2px;
  background: #212121;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu-toggle-btn.open {
  -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
  background: transparent;
}
header .menu-toggle-btn.open::before {
  -webkit-transform: rotate(45deg) translate(4px, 7px);
          transform: rotate(45deg) translate(4px, 7px);
}
header .menu-toggle-btn.open::after {
  width: 2rem;
  -webkit-transform: rotate(-45deg) translate(2px, -5px);
          transform: rotate(-45deg) translate(2px, -5px);
}
/* Taby na stronie wpisu */
.tab-acco button:hover {
    text-decoration: none;
    color: #d4b741;
}
.tab-acco button {color: #1c1c1c;}

.tab-acco {
    margin-bottom: 3rem;
}

.tab-acco .card {
    margin: 6px 0;
    border: 1px solid #eee;
}
/* koniec - Taby na stronie wpisu */

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  opacity: 1;
  visibility: hidden;
  z-index: 1000;
  overflow-y: scroll;
  height: 100%;
  background: #fff;
}
.menu-mobile.open {
  visibility: visible;
}
.menu-mobile .menu-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 100vh;
  overflow: hidden;
  list-style: none;
  list-style-type: none;
  padding: 40px 20px;
  background: #ffffff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 100px;
}
.menu-mobile .menu-list.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menu-mobile .menu-item {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-size: 25px;
  line-height: 2em;
}
.menu-mobile .menu-item.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-mobile .menu-link {
  display: inline-block;
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: inherit;
  color: #212121;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-mobile .menu-link:hover {
  color: #ff652f;
}
.menu-mobile .menu-list .menu-item:nth-child(1) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.menu-mobile .menu-list .menu-item:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.menu-mobile .menu-list .menu-item:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.menu-mobile .menu-list .menu-item:nth-child(4) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.menu-mobile .menu-list .menu-item:nth-child(5) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.menu-mobile .menu-list .menu-item:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.menu-mobile .menu-list .menu-item:nth-child(7) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.menu-mobile .menu-list .menu-item:nth-child(8) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.menu-mobile .menu-item .sub-menu {
    overflow: hidden;
    max-height: 0;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.menu-mobile .sub-menu.show {
    max-height: 1000px;
}
.menu-mobile .sub-menu a {
    font-size: 19px;
    line-height: 1;
}
.menu-mobile .sub-menu li {
    line-height: 1.2em;
}
.menu-mobile .sub-menu li:last-child {
    margin-bottom: 15px;
}
.menu-item-has-children > a.chevron:after {
    transform: rotate(-45deg);
    top: 0;
}
#masthead > .container {
    display: flex;
}
#primary-navigation #main-nav {
    width: 100%;
    text-align: right;
}
#primary-navigation #main-nav ul {
float: left;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
}
#primary-navigation #main-nav li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
#primary-navigation .menu > li > a {
    padding: 25px 0;
    display: inline-block;
}
#primary-navigation #main-nav li .mobile-arrows {
    font-size: 0.8em;
}
#primary-navigation #main-nav li.menu-item ul {
    display: none;
}
#primary-navigation #main-nav li.menu-item:hover > ul {
    display: block;
}
#primary-navigation #main-nav ul.sub-menu {
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 10px;
    box-shadow: 0 0px 10px rgba(20,20,20,.2);
    -webkit-box-shadow: 0 0px 10px rgba(20,20,20,.1);
    -moz-box-shadow: 0 0px 10px rgba(20,20,20,.1);
    width: auto;
    transform: translateX(-50%);
}
#primary-navigation #main-nav ul.sub-menu li {
    display: block;
    padding: 0rem 1.5rem;
}
#primary-navigation .menu-item > ul.sub-menu li a {
    display: block;
    width: 100%;
    padding: 0.9rem 0rem 0;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    text-align: center;
    font-size: 15px;
    width: 160px;
    line-height: 1.5;
}
#primary-navigation .menu-item > ul.sub-menu li a:after {
    content: "";
    display: block;
    height: 1px;
    width: 50%;
    margin: 10px;
    background: #d6b123;
    margin: 15px 0 0;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
#primary-navigation .menu-item > ul.sub-menu li:last-child a {
    padding-bottom: 0.9rem;
}
#primary-navigation .menu-item > ul.sub-menu li:last-child a:after {
    content: none;
}
.menu-item-has-children > a:after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 5px;
    position: relative;
    top: -3px;
    transform: rotate(135deg);
    vertical-align: middle;
    width: 0.45em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.chevron-top:after{
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header#masthead {
    background-color: #fff;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #434344;
}
h1, h2, h3 {
    font-weight: 600;
    font-size: 27pt;
    font-family: 'Fira Sans',sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #434344;
    margin-bottom: 30px;
}
h4, h5 {
    font-weight: 600;
    font-family: 'Fira Sans',sans-serif;
    color: #434344;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
    color: #d6b123;
}
h2, h3 {
    margin: 20px auto 30px;
}
a {
    color: #434344;
}
a:hover {
    color: #d6b123;
    text-decoration: none;
}
input:focus {
    outline: none;
    color: #d6b123 !important;
}
.h3-large {
    font-size: 46pt;
    line-height: .9em;
    padding: 85px 0 0;
}
.h3-large span {
    display: block;
    font-size: 27pt;
    margin-top: 10px;
}
.two-lines {
    color: #d6b123;
}
.align-center {
    text-align: center;
}
.custom-color {
    color: #d6b123;
}
.twolines span {
    display: block;
}
.icons-best {
    font-size: 13pt;
    line-height: 1em;
    text-align: center;
    padding: 20px 0 20px;
    font-weight: 500;
}
.icons-best .wpb_single_image.vc_align_left {
    margin-bottom: 30px;
}
.btn-main, .quform-popup-link {
    -webkit-border-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 30px;
    -moz-background-clip: padding;
    border-radius: 30px;
    background-clip: padding-box;
    transition: background .8s ease;
    font-weight: 500;
    border: none;
    color: #fff;
    background-color: #d6b123;
    display: inline-block;
    font-size: 12pt;
    padding: 8px 40px;
}
.btn-main:hover, .quform-popup-link:hover {
    background: #434344;
    color: #fff;
}
.btn-lg, .quform-popup-link {
    font-size: 14pt;
    padding: 12px 60px;
}
.btn-black, .short-order-box .quform-popup-link {
    background: #434344;
}
.btn-black:hover {
    background: #d6b123;
}
.btn-white-hover:hover, .short-order-box .quform-popup-link:hover {
    background: #fff;
    color: #434344;
}
.white {
    color: #fff;
}
.is-visible {
    transition: 0.6s;
}
.is-hidden {
    transition: 0.6s;
    transform: translateY(-150px);
}
.vc_desktop #content.site-content {
    padding-top: 100px;
}
.main-heading {
    text-align: center;
    padding: 50px 0;
    background: url(/wp-content/uploads/2020/04/header-main.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main-heading .wpb_content_element {
    margin: 0;
}
.main-heading h1 {
    color: #fff;
    padding-bottom: 0;
}
.first-row {
    padding-top: 50px;
}
.entry-content > .vc_row:not(:first-child) {
    padding-bottom: 35px;
    padding-top: 35px;
}
.entry-content > .vc_row:nth-child(3) {
    padding-top: 50px;
}
.offer-box .oferta {
    height: 356px;
    background-color: #fff;
    margin-bottom: 30px;
    min-height: 340px;
    background-position: right 15px bottom;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}
.offer-box {
    padding-top: 35px;
    padding-bottom: 65px;
}
.offer-box a {
    padding: 50px 38px 55px;
    height: 100%;
    display: block;
}
.oferta h4 {
    font-size: 27pt;
    color: #434344;
}
.offer-box p {
    max-width: 50%;
    font-size: 13pt;
    color: #434344;
}
.offer-box .btn-main {
    max-width: 100%;
}
.oferta .btn-main {
    margin-top: 10px;
    color: #fff;
}
.offer-box .mask {
    position: absolute;
    width: 150%;
    height: 500px;
    display: block;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    -webkit-transform: translate(100%,100%);
    -moz-transform: translate(100%,100%);
    -ms-transform: translate(100%,100%);
    -o-transform: translate(100%,100%);
    transform: translate(100%,100%);
    -webkit-transform: translate(100%,100%) rotate(-45deg);
    -moz-transform: translate(100%,100%) rotate(-45deg);
    -ms-transform: translate(100%,100%) rotate(-45deg);
    -o-transform: translate(100%,100%) rotate(-45deg);
    transform: translate(100%,100%) rotate(-45deg);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.offer-box .oferta:hover .mask {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(-100%,-100%) rotate(-45deg);
    -moz-transform: translate(-100%,-100%) rotate(-45deg);
    -ms-transform: translate(-100%,-100%) rotate(-45deg);
    -o-transform: translate(-100%,-100%) rotate(-45deg);
    transform: translate(-100%,-100%) rotate(-45deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.offer-box .vc_column-inner {
    padding-top: 0 !important;
}
.oferta1 {
    background: url(/wp-content/uploads/2020/06/trening-personalny.jpg);
    background-position: right bottom !important;
}
.oferta2 {
    background: url(/wp-content/uploads/2020/06/trening-medyczny.jpg);
}
.oferta3 {
    background: url(/wp-content/uploads/2020/06/plany-treningowe.jpg);
}
.oferta4 {
    background: url(/wp-content/uploads/2021/08/dieta-online-1.jpg);
}
.image-down .wpb_single_image {
    margin-bottom: 0px;
}
.short-order-box {
    background: #e5c64e;
    text-align: center;
}
.short-order-box .wpb_content_element {
    margin-bottom: 0;
}
.entry-content > .vc_row.short-order-box {
    padding: 40px 0 30px;
}
.short-order-box h3 {
    margin-top: 0;
}
.short-order-box h3 span {
    color: #fff;
}
.body-transformation, .our-locations  > .vc_column-inner > .wpb_wrapper, .home-posts .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(20,20,20,.1);
    -webkit-box-shadow: 0 1px 10px rgba(20,20,20,.1);
    -moz-box-shadow: 0 1px 10px rgba(20,20,20,.1);
    transition: all .3s ease;
}
.transformation img, .locations img {
    border-radius: 10px 10px 0 0;
}
.body-transformation-head {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 25px;
}
.body-transformation-weight, .body-transformation-title {
    float: left;
    display: inline-block;
    font-size: 15pt;
    font-weight: 600;
}
.body-transformation-weight {
    float: right;
}
.body-transformation-desc {
    text-align: center;
    line-height: 1.7em;
    padding: 0 25px 25px;
}
.entry-content > .vc_row.calculator {
    padding-top: 35px;
    padding-bottom: 10px;
}
.calculator h3 {
    font-weight: 900;
    font-size: 31pt;
    line-height: 1.2em;
    margin-top: 5px;
    text-align: left;
}
.calculator h3 span {
    color: #fff;
    font-size: 41pt;
    display: block;
}
.calculator form label {
    display: block;
    color: #fff;
    font-size: 13pt;
    margin-bottom: 20px;
    font-weight: 700;
}
label.css-radio {
    margin: 0 0 16px!important;
    display: block;
    position: relative;
    min-height: 22px;
    line-height: 17px;
    padding: 4px 0;
    margin: 0 0 10px;
    overflow: hidden;
    cursor: pointer;
}
.calculator form .css-radio:before {
    color: #434344;
    margin: 0 0 0 38px;
    font-size: 18pt;
    position: absolute;
    display: inline-block;
}
.calculator form .css-radio.man:before {
    margin: 0 0 0 40px;
}
.calculator form .calc {
    position: relative;
}
.calculator form input[type=number] {
    -webkit-border-radius: 32px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 32px;
    -moz-background-clip: padding;
    border-radius: 32px;
    background-clip: padding-box;
    font-size: 14pt;
    font-weight: 300;
    padding: 10px 60px 10px 40px;
    height: 56px;
    color: #23182c;
    border: none;
    width: 150px;
    text-align: center;
}
.calculator form .calc .arrow-up, .calculator form .calc .arrow-down {
    position: absolute;
    top: 4px;
    color: #23182c;
    font-size: 17pt;
    right: 40px;
    text-decoration: none;
}
.calculator form .calc .arrow-up.arrow-down, .calculator form .calc .arrow-down.arrow-down {
    top: auto;
    bottom: 4px;
}
.calculator .result {
    background: url(/wp-content/uploads/2020/04/kalkulator.png) no-repeat 50% 50%;
    text-align: center;
    width: 180px;
    height: 180px;
    line-height: 180px;
    font-size: 27pt;
    font-weight: 900;
    margin: -30px 0 0 80px;
    font-family: 'Fira Sans',sans-serif;
    color: #d6b123;
}
.calculator .result span {
    font-size: 46pt;
}
.calculator .cal2 {
	margin: auto 0;
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
label.css-radio>span:before {
    width: 22px;
    height: 22px;
    bottom: 0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: #fff;
    left: 2px;
    display: block;
    content: "";
    position: absolute;
    background: #f5f5f5;
}
label.css-radio input {
    position: absolute;
    left: -20px;
}
label.css-radio input:checked+span:after {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: #23182c;
    width: 12px;
    height: 12px;
    display: block;
    content: "";
    top: 6px;
    left: 7px;
    position: absolute;
    z-index: 100;
}
.our-diet {
    background-position: center;
    background-size: cover;
}
.our-diet p {
    max-width: 570px;
}
.our-diet p span {
    font-size: 14pt;
    font-weight: 300;
}
.about-us .btn-main {
    margin-top: 35px;
    margin-bottom: 35px;
}
.round-img-sidebar img {
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
}
.round-img img {
    border-radius: 32px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
}
.coaches-list-inner > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 10px rgba(20,20,20,.1);
    -moz-box-shadow: 0 1px 10px rgba(20,20,20,.1);
    box-shadow: 0 1px 10px rgba(20,20,20,.1);
    transition: all .3s ease;
}
.coaches-list-inner img {
    border-radius: 10px 10px 0 0;
}
.coaches-list-inner .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 0;
}
.coaches-list .descr {
    text-align: center;
}
.coaches-list .descr .title {
    font-size: 18pt;
    line-height: 1em;
    font-family: 'Fira Sans',sans-serif;
    font-weight: 700;
    color: #434344;
    padding-top: 10px;
    display: inline-block;
}
.coaches-list .descr .title span {
    color: #d6b123;
}
.coaches-list .trainer-descr-top {
    font-size: 11pt;
    color: #434344;
    padding: 0 30px 10px;
    line-height: 1.8em;
}
.coaches-list .trainer-descr-bottom {
    border-top: 1px solid #eae6ec;
    padding: 12px 0;
}
.coaches-list .trainer-descr-bottom .btn-main {
    font-size: 14px;
    line-height: 1.5em;
}
.coaches-list-carrier .vc_column-inner, .coaches-list-carrier .vc_column-inner .wpb_wrapper, .coaches-list-carrier .vc_column-inner .wpb_content_element {
    height: 100%;
}
.coaches-list-carrier .wpb_wrapper {
    border: 1px solid #d6b123;
    border-radius: 10px;
}
.coaches-list-carrier .descr > div:first-child a {
    padding: 100px 0 50px;
    font-size: 60px;
    display: inline-block;
    width: 100%;
}
.coaches-list-carrier .descr > div:nth-child(2) {
    font-size: 18pt;
    font-weight: 700;
}
.coaches-list-carrier .descr > div:nth-child(2) span {
    display: block;
    color: #d6b123;
    margin-bottom: 20px;
}
body:not(.theme-preset-active) footer#colophon {
    color: #fff;
    background-color: #333;
    text-align: center;
}
.our-locations-title {
    font-size: 15pt;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 25px;
}
.our-locations-desc {
    line-height: 1.7em;
    padding: 0 25px 25px;
    text-align: center;
}
.our-locations-desc>div:first-child {
    margin-bottom: 15px;
}
.our-locations .wpb_single_image.vc_align_center {
    margin-bottom: 10px;
}
.our-locations-desc a i {
    color: #d6b123;
}
#footer-widget {
    background: #333;
    color: #fff;
    padding: 50px 0 10px;
    font-size: 11pt;
    font-weight: 300;
    line-height: 1.6em;
    margin: 0;
}
#footer-widget h3 {
    color: #d6b123;
    font-size: 18pt;
    margin: 0px 0 30px;
}
#icons-footer ul, #icons-footer-sm ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
}
img.footer-logo.alignnone {
    margin: 0;
    margin-bottom: 0px;
    max-width: 160px;
    height: auto;
}
#icons-footer {
    line-height: 2.3em;
}
#icons-footer .fas {
    margin-right: 10px;
    color: #d6b123;
}
#icons-footer-sm {
    margin-top: 20px;
}
#icons-footer-sm li {
    display: inline;
    margin-right: 8px;
    vertical-align: middle;
}
#icons-footer-sm li .fab.fa-facebook-f {
    background: #4e71a8;
}
#icons-footer-sm li .fab.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433',endColorstr='#bc1888',GradientType=1);
}
#icons-footer-sm a {
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
    line-height: 40px;
    font-size: 18pt;
    transition: visibility 0s linear .2s,opacity .2s linear;
}
#footer-widget .menu-item li {
    margin-bottom: 2px;
}
#footer-widget .menu-item a {
    font-size: 12pt;
    color: #fff;
    padding: 0;
    line-height: 1.9em;
}
#footer-widget .menu-item a:hover {
    background: transparent;
}
#footer-widget .row > div {
    padding: 0 30px;
    border-right: 1px solid #4e4e4e;
}
#footer-widget .row > div:last-child {
    border-right: none;
}
#footer-widget .widget {
    font-size: 11pt;
}
#content.site-content {
    padding-bottom: 0;
}
#slider {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
#slider p {
    line-height: 1.4;
    padding-bottom: 10px;
}
.slider-heading {
    font-size: 35px;
    line-height: 1;
    font-weight: 500;
}
.slider-subheading {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #d6b123;
    margin-bottom: 30px;
    margin-top: 10px;
}
.slider-personal-training {
    background: url(/wp-content/uploads/2020/04/background-trening-personalny-krakow.jpg);
}
.slider-medical-training {
    background: url(/wp-content/uploads/2020/05/background-trening-medyczny.jpg);
}
.slider-carier {
    background: url(/wp-content/uploads/2020/07/kariera.jpg);
}
.how-it-work {
    background: #fff;
    padding: 20px 15px 30px;
    text-align: center;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 10px rgba(20,20,20,.1);
    -moz-box-shadow: 0 1px 10px rgba(20,20,20,.1);
    box-shadow: 0 1px 10px rgba(20,20,20,.1);
    transition: all .3s ease;
    border: 2px solid #d6b123;
}
.how-it-work-head {
    line-height: 1em;
    font-size: 35pt;
    font-weight: 900;
    font-family: 'Fira Sans',sans-serif;
    filter: alpha(opacity=5);
    -webkit-opacity: .05;
    -moz-opacity: .05;
    opacity: .08;
}
.how-it-work-img {
    padding-top: 15px;
    padding-bottom: 15px;
}
#content .wpb_text_column.header h3 {
    margin-bottom: 30px;
}
.training-offer {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    max-width: 500px;
    margin: auto;
    box-shadow: 0 1px 10px rgba(20,20,20,.1);
    -webkit-box-shadow: 0 1px 10px rgba(20,20,20,.1);
    -moz-box-shadow: 0 1px 10px rgba(20,20,20,.1);
    margin-bottom: 20px;
}
.training-offer h4 {
    font-size: 22pt;
    font-weight: 500;
    margin-bottom: 30px;
}
.training-offer ul {
    list-style: none;
    padding-left: 0;
}
.training-offer li {
    color: #434344;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: left;
    margin-left: 30px;
}
.add-ticks ul {
    list-style: none;
}
.add-ticks li:before {
    content: "\f00c";
    display: block;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px !important;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
    color: #d6b123;
    position: absolute;
    margin: 5px 0 0 -26px;
}
.change-li-line-height li {
    line-height: 1.5em;
    margin-bottom: 10px;
}
.change-li-more-line-height li {
    margin-bottom: 15px;
}
.price-box {
    position: relative;
}
.price-box span.promo-label {
    left: -40px;
    position: absolute;
    background: #d62323;
    color: #fff;
    padding: 5px 25px;
    top: 15px;
    border-radius: 0 12px 12px 0;
}
span.price-from {
    font-size: 20px;
}
.price-box .new-price {
    font-size: 30pt;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 10px;
}
.price-box .old-price {
    color: #919898;
    font-size: 14pt;
    text-decoration-line: line-through;
    margin-bottom: 25px;
}
.price-box .for-training {
    color: #919898;
    font-size: 14pt;
    margin-bottom: 25px;
}
.quform-magnific-popup .mfp-content .quform {
    padding: 45px;
    border-radius: 10px;
}

/* Start Gravity Forms */

.quform .quform-field-select, .gform_wrapper ul.gform_fields li.gfield select {
    -webkit-appearance: none;
    background: #fff;
    border-radius: 36px;
    padding: 13px 28px;
    font-weight: 400;
    border: 2px solid #e9e5eb;
    background-image: linear-gradient(45deg,transparent 50%,gray 50%),linear-gradient(135deg,gray 50%,transparent 50%);
    background-position: calc(100% - 37px) calc(1em + 7px),calc(100% - 30px) calc(1em + 7px);
    background-size: 7px 7px,7px 7px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.gform_wrapper ul.gform_fields li.gfield textarea {
    -webkit-appearance: none;
    background: #fff;
    border-radius: 36px;
    padding: 13px 28px;
    font-weight: 400;
    border: 2px solid #e9e5eb;
}
.gform_wrapper ul.gform_fields li.gfield select:focus, .gform_wrapper ul.gform_fields li.gfield textarea:focus {
    outline: none;
    border-color: #d6b123;
}
.gform_wrapper ul.gform_fields li.gfield input:focus {
    border-color: #d6b123 !important;
}
.quform .quform-label-text, .gform_wrapper .top_label .gfield_label {
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}
.quform .quform-field-text, .quform .quform-field-email, #page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 13px 28px;
    border: 2px solid #e9e5eb;
    border-radius: 36px;
    line-height: 1.5;
    width: 100%;
}
.ginput_container_consent input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #d6b123;
    padding: 12px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.ginput_container_consent input[type=checkbox]:active, input[type=checkbox]:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.ginput_container_consent input[type=checkbox]:checked {
    background-color: #fff;;
    color: #d6b123;
}
.ginput_container_consent input[type=checkbox]:checked:after {
    content: "\f00c";
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 6px;
    color: #d6b123;
    line-height: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.gfield_consent_label {
    vertical-align: super;
    margin-left: 5px;
    cursor: pointer;
}
.ginput_container_consent .gfield_required {
    vertical-align: super;
    display: inline-block !important;
}
#page .gform_wrapper li.gfield.gfield_error, #page .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}
#page .gform_wrapper .validation_message {
    padding-top: 0;
    padding-left: 12px;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #434344;
}
.gform_wrapper ul.gform_fields li.gfield_error select, .gform_wrapper  ul.gform_fields li.gfield_error input {
    border-color: #790000 !important;
}
#page .gform_wrapper div.validation_error {
    color: #790000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 25px;
    border: 2px solid #790000;
    padding: 20px;
    border-radius: 12px;
}
.gfield.field_sublabel_below ul {
    padding-left: 0;
}
.ginput_container_date {
    position: relative;
}
#page .gform_wrapper input.datepicker_with_icon.medium {
    width: 100%;
}
.ui-datepicker-trigger {
    position: absolute;
    top: 19px;
    right: 20px;
    cursor: pointer;
}
.gform_wrapper ul.gfield_checkbox li label {
    white-space: nowrap;
}
#page .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: 2px;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    width: auto!important;
    float: none!important;
    margin: 0 8px 10px 0;
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 14px 40px;
    background: #d6b123;
    color: #fff;
    border-radius: 36px;
    border: none;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    font-weight: 500;
}
.gform_wrapper .gform_page_footer .button.gform_next_button:focus, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #fff !important;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    background: 0 0;
    border: 2px solid #e9e5eb;
    padding: 14px 40px;
    border-radius: 40px;
    color: #434344 !important;
}
.gform_wrapper .gform_page_footer {
  text-align: center;
}
#page .gform_wrapper .gf_progressbar {
  padding: 6px;
}
#page .gform_wrapper .gf_progressbar:after {
  background-color: transparent;
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#page .gform_wrapper .percentbar_blue {
    background: #d6b123;
}
#page .gform_wrapper .gf_progressbar_percentage {
    height: 35px;
}
#page .gform_wrapper .gf_progressbar_percentage span {
  line-height: 35px;
}
#page .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, #page .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    margin: 0 15px 5px 0;
    font-size: 16px;
}
#page .gform_wrapper ul.gfield_radio li label, #page .gform_wrapper ul.gfield_checkbox li label {
    margin-left: 7px;
}
#page .gform_wrapper ul.gfield_radio li label {
    font-size: 15px;
}
#page .gform_wrapper ul.gfield_radio {
    display: inline-block;
}
#page .gform_wrapper h3 {
    font-weight: 500;
    padding-top: 30px;
}
#page .gf_full select {
    width: calc(100% - 8px) !important;
}
#page .gform_wrapper .field_description_below .gfield_consent_description {
    max-height: none;
    overflow: hidden;
    border: none;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 0;
}
.body-choose .gfield_radio li label {
    border: 3px solid #d8d8d8;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(20,20,20,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(20,20,20,.2);
    box-shadow: 0 0 10px 0 rgba(20,20,20,.2);
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
    height: 100%;
    width: 100%;
    display: block !important;
    font-size: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.body-choose .gfield_radio li input:checked+label {
  border-color: #d6b123;
}
.body-choose-man .gfield_radio li:nth-child(1) label {
background-image: url(/wp-content/uploads/2020/06/sylwetka-mezczyzna-1.jpg);
}
.body-choose-man .gfield_radio li:nth-child(2) label {
background-image: url(/wp-content/uploads/2020/06/sylwetka-mezczyzna-2.jpg);
}
.body-choose-man .gfield_radio li:nth-child(3) label {
background-image: url(/wp-content/uploads/2020/06/sylwetka-mezczyzna-3.jpg);
}
.body-choose-man .gfield_radio li:nth-child(4) label {
background-image: url(/wp-content/uploads/2020/06/sylwetka-mezczyzna-4.jpg);
}
.body-choose-woman .gfield_radio li:nth-child(1) label {
background-image: url(/wp-content/uploads/2020/06/sylwetka-kobieta-1.jpg);
}
.body-choose-woman .gfield_radio li:nth-child(2) label {
background-image: url(/wp-content/uploads/2020/06/sylwetka-kobieta-2.jpg);
}
.body-choose-woman .gfield_radio li:nth-child(3) label {
background-image: url(/wp-content/uploads/2020/06/sylwetka-kobieta-3.jpg);
}
.body-choose-woman .gfield_radio li:nth-child(4) label {
background-image: url(/wp-content/uploads/2020/06/sylwetka-kobieta-4.jpg);
}
.gf_readonly input {
    cursor: not-allowed;
    background: #eaeaea !important;
}
.gform_wrapper ul.gform_fields li.gfield.gf_readonly input:focus {
    border-color: #e9e5eb !important;
    color: #434344 !important;
}
.gravity-ankieta > div {
    background: #fff;
    padding: 20px 30px 30px;
    border: 2px solid #e9e5eb;
    border-radius: 12px;
    margin: 20px 0;
}
.gform_wrapper .top_label li.gfield.gf_right_half.pp-accept {
    margin-top: 25px;
}
.pp-button {
    background: #d6b123 !important;
	padding: 5px !important;
	color: #fff !important;
}
.pp-button:hover {
    background: #434344 !important;
}
.number-pagination {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.number-pagination .page-numbers {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    font-weight: 500;
    padding: 0 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.number-pagination .page-numbers.current, .number-pagination a.page-numbers:hover {
    background: #d6b123;
    color: #fff;
}
.number-pagination .page-numbers.next, .number-pagination .page-numbers.prev {
    width: auto;
}
.number-pagination a.page-numbers.next:hover, .number-pagination a.page-numbers.prev:hover {
    background: transparent;
    color: #d6b123;
}
.article-before-content {
    background: #fafafa;
    border: 2px solid #e9e5eb;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 13pt;
    font-family: 'Fira Sans';
}
.article-before-content .buttons-row a {
    font-size: 12pt;
    color: #d6b123;
    padding: 0px 20px;
    display: inline-block;
    transition: all 0.3s;
}
.single-post .article-before-content .first-column {
    width: 20%;
}
.single-post .article-before-content .first-column img {
    image-rendering: auto;
}
.single-post .article-before-content .second-column {
    width: 80%;
}
.single-post .article-before-content .second-column span {
    display: block;
    font-weight: 400;
}
.single-post .article-before-content .second-column a {
    color: #d6b123;
}
.single-post .article-before-content {
    padding-top: 0;
    padding-bottom:0 ;
}
#secondary .article-categories p {
    font-size: 16px;
}
.steps-form {
    background: #fafafa;
    border: 2px solid #e9e5eb;
    border-radius: 16px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.steps-form .step {
    display: inline-block;
    width: 100%;
}
.steps-form .sub-title, .steps-form .online-offer .massage-price {
    margin-bottom: 1rem !important;
}
.steps-form .steps-logo {
    padding: 20px 20px 0;
    display: flex;
    width: 100%;
    align-items: center;
}
.steps-form .steps-logo > div {
    width: 50%;
    display: inline-block;
    float: left;
}
.steps-form .steps-logo > div:first-child {
    text-align: left;
}
.steps-form .steps-logo > div:last-child {
    text-align: right;
}
.steps-form .steps-logo img {
    max-width: 100px;
}
.steps-form .steps-logo p {
    margin-bottom: 0;
    color: #999;
}
.steps-form .step-heading .title {
    font-weight: 500;
    font-size: 20pt;
    font-family: 'Fira Sans',sans-serif;
    margin-top: 20px;
}
.steps-form input[type=radio] {
    display: none;
}
.steps-form label {
    background: #fff;
    border: 2px solid #e9e5eb;
    border-radius: 16px;
    padding: 10px;
    width: 100%;
    max-width: 500px;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: .5rem !important;
}
.steps-form label:hover, .steps-form input:checked+label {
    background: #d6b123;
    color: #fff;
    border: 2px solid #d6b123;
}
.steps-form label:hover img, .steps-form input:checked+label img {
    filter: brightness(0) invert(1);
}
.steps-form .columns {
    display: flex;
    align-items: center;
}
.steps-form .columns>div:first-child {
    width: 20%;
}
.steps-form .columns>div:last-child {
    width: 80%;
}
.steps-form .columns img {
    max-width: 60px;
    width: 100%;
}
.steps-form .columns .title {
    font-size: 16pt;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Fira Sans';
}
.steps-form .columns .subtitle {
    margin-bottom: 0;
    font-size: 12pt;
    line-height: 1.5;
    padding: 0 5px;
}
.steps-form .step-back {
    text-align: left;
    margin-top: 15px;
}
.steps-form .step-back p {
    display: inline-block;
    cursor: pointer;
    color: #666666;
    transition: all 0.3s;
}
.steps-form .step-back p:hover {
    color: #d6b123;
}
.steps-form .step-back i {
    font-size: 12px;
}
.steps-form .online-offer>div {
    padding: 0 5px;
}
.steps-form .online-offer .discount {
  margin: 14px 0 14px !important;
}
.steps-form .online-offer h3 {
    margin: 10px 0 !important;
}
.steps-form .online-offer h3 span {
    display: block;
}
.steps-form .online-offer .main-prices {
    margin-bottom: 10px !important;
}
.steps-form .sub-title.info {
    background: #f2f6ff;
    border: 2px solid #e9e5eb;
    border-radius: 16px;
    padding: 10px;
    font-size: 11pt;
    line-height: 1.5;
}
.steps-form .stars {
    margin-top: 10px;
}
.steps-form .stars i {
    color: #d6b123;
}
.single-post article p a {
    color: #d6b123;
}
.single-post article .spis-tresci p a {
    color: #434344;
}
.single-post article .spis-tresci p a:hover {
    color: #d6b123;
}
.single-post article .entry-content > div:not(:first-child) ul {
    list-style: none;
    padding-left: 30px;
}
.single-post article .entry-content > div:not(:first-child) ul li:before {
    content: "\2022";
    color: #d6b123;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.messenger {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    border-radius: 50%;
    z-index: 999;
}
.messenger img {
    border-radius: 50%;
}
.h1-off {
    position: absolute;
    top: -9000px;
    left: -9000px;
}
li.rmp-rating-widget__icons-list__icon.js-rmp-rating-item:before {
    display: none !important;
}
@media only screen and (min-width: 641px) {
.step3 .option {
    width: 50%;
    display: inline-block;
}
.step3 .option:first-child {
    padding-right: 5px;
}
.step3 .option:last-child {
    padding-left: 5px;
}
.show-mobile {
  display: none;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-left: 30px;
}
.body-choose .gfield_radio li label {
    min-width: 200px;
}
.gform_wrapper .top_label li.gfield.gf_left_fourth, .gform_wrapper .top_label li.gfield.gf_right_fourth {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-right: 16px;
    float: none;
}
.gform_wrapper .top_label li.gfield.gf_left_fourth input, .gform_wrapper .top_label li.gfield.gf_right_fourth input {
    width: 100%;
}
.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin: auto;
    width: 100% !important;
    max-width: 310px;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    max-width: 300px;
    margin: auto;
    left: 0;
    position: absolute;
}
.number-pagination a.page-numbers.next {
    position: absolute;
    right: 0;
}
.number-pagination a.page-numbers.prev {
    position: absolute;
    left: 0;
}
}
@media only screen and (max-width: 641px) {
.coaches-list-inner {
    padding-bottom: 20px;
}
.coaches-list .trainer-descr-top {
    padding: 5px 10px 0;
}
.coaches-list-inner.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
}
.coaches-list .descr .title span {
    display: block;
    margin-top: 7px;
}
.coaches-list {
    display: flex;
    flex-flow: wrap;
}
.coaches-list .trainer-descr-bottom .btn-main {
    padding: 8px 20px;
}
.coaches-list-inner .vc_column-inner {
    padding-top: 0 !important;
}
.single-post #content.site-content {
    padding-top: 100px;
}
.single-post .article-before-content .first-column {
    width: 30%;
}
.single-post .article-before-content .second-column {
    font-size: 16px;
}
.single-post .article-before-content .second-column span {
    font-size: 14px;
    padding-top: 5px;
}
.single-post .article-before-content .second-column {
    width: 70%;
    font-size: 16px;
    line-height: 1.1;
}
.article-categories p {
    font-size: 16px !important;
}
.article-before-content .buttons-row {
    display: inline-block;
    padding-top: 10px;
}
.article-before-content .buttons-row a {
    width: 50%;
    float: left;
    font-size: 11pt;
    text-decoration: underline;
}
.article-before-content .buttons-row a:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    padding-left: 5px;
}
.hide-mobile {
  display: none;
}
.number-pagination a.page-numbers.next {
    display: block;
    margin-top: 15px;
}
.number-pagination a.page-numbers.prev {
    display: block;
    margin-bottom: 15px;
}
  .contact-box .gform_wrapper li.hidden_label input {
    vertical-align: top;
    margin-top: 0;
}
.contact-box #field_14_4 span.gfield_required {
    vertical-align: top !important;
}
#page .gform_wrapper .online-offer-box li.gf_list_inline ul.gfield_radio li {
    padding: 0 10px !important;
}
#page .gform_wrapper .online-offer-box .second-step ul.gfield_radio li:first-child label > div{
    width: 165px;
}
#page .gform_wrapper .online-offer-box ul.gfield_radio li label > div {
    min-width: 140px;
}
.body-choose .gfield_radio li label {
  min-height: 115px;
}
.body-choose .gfield_radio li {
  width: 50%;
  display: inline-block;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    width: auto !important;
}
.ginput_container_consent label.gfield_consent_label {
    width: calc(100% - 50px);
}
.gravity-ankieta>div {
    padding: 5px 10px 10px;
}
#page .gform_wrapper ul.gfield_radio {
    width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield select {
    background-position: calc(100% - 27px) calc(1em + 7px),calc(100% - 20px) calc(1em + 7px);
    white-space: normal;
}
}
/* End Gravity Forms */

.quform .quform-button-submit {
    width: 100%;
}
.quform .quform-submit, #page .gform_wrapper .gform_footer input[type=submit] {
    margin: auto;
    width: 100%;
    max-width: 310px;
    padding: 14px 40px;
    background: #d6b123;
    color: #fff;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    border: none;
}
.gform_footer.top_label {
    text-align: center;
}
.quform-magnific-popup.mfp-close-btn-in .mfp-close {
    background: #d6b123;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    margin: 15px 15px 0 0;
    line-height: 43px;
}
.quform .quform-field-textarea {
    border: 2px solid #e9e5eb;
    border-radius: 36px;
    padding: 13px 28px;
}
.short-order-box .vc_column-inner {
    padding-top: 0px !important;
}
.quote {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.quote .wpb_single_image.vc_align_center {
    margin-bottom: 0;
}
.quote-div {
    background: url(/wp-content/uploads/2020/05/quote.png) no-repeat;
    background-size: 50px;
    padding: 40px;
    text-align: center;
    font-family: 'Fira Sans',sans-serif;
}
.quote-diet {
    font-size: 27pt;
    font-weight: 500;
    line-height: 1.1;
}
.specialist-name {
    font-size: 22pt;
    color: #d6b123;
    font-weight: 500;
    margin-bottom: 5px;
}
.specialist-title {
    color: gray;
}
.faq .vc_tta-panel {
    margin: 10px 0 15px;
}
.faq .vc_tta-panel-heading {
    border-radius: 12px !important;
    padding: 10px 0;
}
.faq .vc_active .vc_tta-panel-heading {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.faq .vc_active .vc_tta-panel-body {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
.faq h4 {
    font-size: 18px;
    padding: 0 10px;
}
.faq h4 span {
    color: #434343;
    font-weight: 500;
    line-height: 1.2;
}
.faq p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 10px;
}
.faq .vc_tta-panel.vc_active .vc_tta-panel-heading,
.faq .vc_tta-panel .vc_tta-panel-heading,
.faq .vc_tta-panel .vc_tta-panel-body {
    border-color: #e9e5eb !important;
    background-color: #f8f6f9 !important;
}
#slider.slider-plans {
    padding-bottom: 0;
    padding-top: 0;
}
#cennik {
    background: #f8f6f9;
}
#cennik .quform-options .quform-option .quform-option-label, #cennik .main-table div .main-prices {
    margin-bottom: 20px;
    background-position: center 60px;
    background-repeat: no-repeat;
    min-height: 155px;
    height: 100%;
    text-align: center;
    background-size: 100px;
    border: 2px solid #cdcdcd;
    border-radius: 10px;
    padding: 5px;
    background-color: #fff;
}
#cennik .quform-field-radio:checked+.quform-option-label {
    border-color: #d6b123;
}
#cennik .quform-options-columns.quform-3-columns>.quform-option {
    width: 165px;
}
#cennik .quform-options-columns>.quform-option {
    float: inherit;
    display: inline-block;
}
#cennik h3, #cennik .quform-options-columns {
    text-align: center;
}
#cennik .main-table > div {
    float: left;
}
#cennik .ribbon {
    width: 90px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: -15px;
    right: 10px;
}
#cennik .ribbon span {
    position: absolute;
    display: block;
    width: 170px;
    padding: 8px 0;
    background-color: #ce2e27;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: center;
    line-height: 1;
    font-weight: 700;
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
#cennik .ribbon:before, #cennik .ribbon:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
}
#cennik .ribbon-top-right:before {
    top: 0;
    left: 0;
}
#cennik .ribbon-top-right:after {
    bottom: 0;
    right: 0;
}
#cennik .main-prices h3 {
    margin: 10px 0;
    font-size: 17pt;
}
#cennik .main-prices h3 span {
    color: inherit;
}
#cennik .old-price {
    font-weight: 400;
    text-decoration: line-through;
    color: #999;
}
#cennik .new-price {
    font-weight: 600;
    font-size: 25pt;
    line-height: 1;
}
#cennik .main-prices .prices .discount {
    margin: 14px;
    font-size: 11pt;
    line-height: 1.2em;
}
#cennik .discount span {
    color: #999;
}
#cennik .main-table .main-prices .massage-price {
    color: #fff;
    font-size: 14pt;
    font-weight: 400;
    background: #d6b123;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 30px;
    margin-bottom: 10px;
}
#cennik .quform-option-text {
    font-weight: 700;
    font-size: 14pt;
}
#meal-plan .owl-stage .owl-item > div {
    background: #fff;
    border-radius: 12px;
}
#meal-plan p {
    color: #434344;
    text-align: center;
}
#meal-plan .title {
    font-size: 27pt;
    font-weight: 600;
    font-family: 'Fira Sans',sans-serif;
    padding-top: 20px;
}
#meal-plan .subtitle {
    font-weight: 600;
    margin-bottom: 0;
}
#meal-plan .owl-carousel .owl-item img {
    border-radius: 12px;
}
#meal-plan .owl-dot span,  #slider_528 .owl-dot span {
    background: #ccc !important;
    height: 12px !important;
    width: 12px !important;
}
#meal-plan .owl-dot.active span, #slider_528 .owl-dot.active span {
    background: #d6b123 !important;
}
.color-form form {
    background: #f8f6f9;
    border-radius: 32px;
    padding: 25px;
    text-align: center;
}
.color-form input {
    text-align: center;
}
.color-form select {
    text-align-last: center;
}
.color-form .phone-input {
    max-width: 410px;
    margin: auto;
}
.color-form h2 {
    font-size: 30pt;
}
.training-price {
    padding-top: 10px !important;
}
.training-price .quform-option-icon-selected {
    position: absolute;
    right: 12px;
    top: 14px;
    font-size: 20px;
    color: #d6b123;
    border: 1px solid;
    width: 30px;
    height: 30px;
    border-radius: 19px;
}
.training-price .quform-options .quform-option .quform-field:checked+.quform-option-label span.quform-option-text,
.training-price .quform-options .quform-option .quform-field:checked+.quform-option-label span.quform-option-text h3 {
    color: #d6b123;
}
.training-price .quform-options .quform-option .quform-field+.quform-option-label span.quform-option-text {
    display: block;
    text-align: center;
    color: #434344;
    padding: 14px 0;
    background: #fff;
    font-size: 16pt;
    font-weight: 600;
    border-radius: 10px;
}
.training-price .quform-options .quform-option .quform-title-radius+.quform-option-label .quform-option-text {
    border-radius: 8px 8px 0 0 !important;
}
.training-price .steps {
    position: relative;
    margin-bottom: 10px !important;
    margin-top: 40px;
}
.training-price .steps h3 {
    padding-left: 50px;
}
.training-price .circle-number {
    position: absolute;
    left: 10px;
}
.training-price .offer-price-box+.quform-option-label .quform-option-text {
    margin-top: 25px;
}
.training-price .offer-price-box+.quform-option-label .quform-option-text h3 {
    font-size: 30px;
    padding: 0 15px;
    font-weight: 500;
}
.training-price .offer-price-box+.quform-option-label .quform-option-text ul {
    font-weight: 400;
    font-size: 12pt;
    margin-top: 15px;
    list-style-type: none;
    padding: 0 15px;
}
.training-price .massage-price {
    color: #fff;
    font-size: 14pt;
    font-weight: 400;
    background: #d6b123;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.training-price .price-for-training {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
}
.training-price .quform-options .quform-option .quform-option-label {
    margin-bottom: 20px !important;
    border-radius: 10px;
    background-color: #fff;
}
#slider-home {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
#slider-home p {
    font-family: 'Fira Sans',sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 1.4;
}
#slider-home .btn-main {
    padding: 12px 0;
    width: 250px;
    margin: 10px;
}
.two-buttons.short-order-box a, .page-id-145 .short-order-box a {
    padding: 12px 0;
    width: 240px;
}
.home-post {
    position: relative;
    text-align: center;
}
.home-post h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: roboto;
    padding: 0 10px;
}
.home-post img {
    border-radius: 10px 10px 0 0;
}
.home-post .read-more-article {
    margin-bottom: 20px;
    display: inline-block;
}
#pre-footer-widget {
    background: #434344;
    padding: 30px 0;
}
.pre-footer-widget {
    width: 100%;
}
.pre-footer-widget > div {
    float: left;
}
.pre-footer-widget .short-contact {
    display: inline-block;
}
.pre-footer-widget .short-contact a, .pre-footer-widget .short-contact p {
    color: #fff;
    font-size: 18pt;
}
.pre-footer-widget .short-contact p {
    margin-bottom: 7px;
}
.pre-footer-widget .short-contact i {
    margin-right: 10px;
    font-size: 16pt;
}
.pre-footer-widget .footer-sm span, .pre-footer-widget .footer-sm a {
    color: #fff;
    font-size: 18pt;
}
.pre-footer-widget .footer-sm a {
    margin: 0 10px;
    font-size: 28pt;
    vertical-align: bottom;
}
.benefit {
    padding: 0 10px;
}
.benefit p {
    font-size: 13pt;
    line-height: 1.3;
    text-align: center;
}
.hit a:after {
    content: 'hit';
    position: absolute;
    background: #d6b123;
    padding: 0px 12px;
    right: 0px;
    color: #Fff;
    border-radius: 16px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    top: 0;
    line-height: 2;
    font-weight: 500;
}
img.menu-mobile-logo {
    position: absolute;
    top: 15px;
    z-index: 1;
    width: 150px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
.archive h1.page-title, .search h1.page-title {
    text-align: center;
}
.archive-posts {
    display: inline-block;
    float: left;
}
.archive-posts .archive-post {
    text-align: center;
    padding: 20px 10px;
}
.archive-posts article {
    box-shadow: 0 1px 10px rgba(20,20,20,.2);
    -webkit-box-shadow: 0 1px 10px rgba(20,20,20,.2);
    -moz-box-shadow: 0 1px 10px rgba(20,20,20,.2);
    border-radius: 12px;
    margin-bottom: 2rem !important;
}
.archive-posts img {
    border-radius: 12px 12px 0 0;
}
.archive-posts img {
    height: 200px;
    object-fit: cover;
}
.archive-posts .archive-post h3 {
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    margin-bottom: 0px;
}
.archive-posts .archive-post h3 a {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    display: block;
}

@media all and (max-width:768px) {
	.search h1.page-title {
		margin-top: 50px !important;
	}
}
#secondary .widget_recent_entries .nav-item {
    padding-bottom: 12px;
}
#secondary .widget_recent_entries img {
    display: inline-block;
    width: 85px;
    float: left;
    padding-right: 15px;
}
#secondary .article-categories > div {
    padding: 0 8px;
}
#secondary .widget_recent_entries .nav-link {
    padding-top: 0;
    line-height: 1.6;
}
#secondary .article-categories {
    padding: 8px;
}
.page-template-all-posts-page-php h1 {
    text-align: center;
}
.article-categories {
    margin-bottom: 20px;
}
.article-categories-box {
    padding: 0px 20px 0px;
    margin-bottom: 40px;
}
.article-categories-box h3 {
    text-align: center;
}
.article-categories .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.article-categories .category-background {
    text-align: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 120px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-position: center !important;
}
.article-categories .category-background:hover {
    transform: translateY(-5px);
}
#secondary .article-categories .category-background {
    height: 100px;
}
.article-categories .pattern {
    background-color: rgba(64, 64, 64, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.article-categories > div:nth-child(1) .category-background {
    background: url(/wp-content/uploads/2020/05/artykuly-dietetyczne.jpg);
}
.article-categories > div:nth-child(2) .category-background {
    background: url(/wp-content/uploads/2020/05/artykuly-treningowe.jpg);
}
.article-categories > div:nth-child(3) .category-background {
    background: url(/wp-content/uploads/2020/05/artykuly-o-odchudzaniu.jpg);
}
.article-categories > div:nth-child(4) .category-background {
    background: url(/wp-content/uploads/2020/05/artykuly-o-zdrowiu.jpg);
}
.article-categories > div:nth-child(5) .category-background {
    background: url(/wp-content/uploads/2021/07/artykuly-fizjoterapeutyczne.jpg);
}
.article-categories > div:nth-child(6) .category-background {
    background: url(/wp-content/uploads/2021/07/artykuly-witaminy-i-mineraly.jpeg);
}
.article-categories a {
    height: 100%;
    display: table;
    width: 100%
}
.article-categories p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 1.2;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.custom-hr hr {
    width: 20%;
    border: 2px solid #d6b123;
    margin-bottom: 0px;
}
.page-template-all-posts-page .custom-hr hr, .archive .custom-hr hr, .search .custom-hr hr {
    width: 20%;
    max-width: 110px;
}
/* Start Modal window */
section.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
a.modalButton:not([href]):not([tabindex]) {
    color: #fff;
    cursor: pointer;
}
a.modalButton:hover:not([href]):not([tabindex]) {
    color: #434344;
}
section.modalWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1000 !important;
    width: 100%;
    min-height: 200px;
    cursor: default;
    height: 100%;
    transform: translateX(-50%);
    max-width: 1024px;
    border-radius: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    cursor: pointer;
}
section.modalWindow section.modalWrapper {
    border: 1px solid #DADADA;
    padding: 30px;
    text-align: left;
    line-height: 20px !important;
    background: #fff;
    border-radius: 12px;
}
.closeBtn {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    background: #d6b123;
    color: #fff !important;
    border-radius: 100%;
    margin: 15px 15px 0 0;
    line-height: 44px;
    width: 44px;
    text-align: center;
}
.closeBtn:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    line-height: 43px;
}
#popupOne {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    max-height: 100vh;
}
#popupOne::-webkit-scrollbar {
    width: 0 !important;
}
/* End Modal window */
.first-step, .second-step, .third-step {
    text-align: center;
}
.online-offer > div {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 0px 10px;
}
.online-offer-box input[type=radio] {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
}
.online-offer .main-prices {
    border: 2px solid #cdcdcd;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
}
.online-offer a:hover {
    color: #434344;
}
.online-offer > div:nth-child(3) .main-prices, .online-offer .main-prices:hover {
    border-color: #d6b123;
}
.online-offer-box input[type=radio]:checked+label > div {
    border-color: #d6b123 !important;
    color: #d6b123;
}
.online-offer h3 {
    margin: 10px 0;
    font-size: 17pt;
}
.online-offer h3 span {
    color: #434344;
}
.online-offer .old-price {
    font-weight: 400;
    text-decoration: line-through;
    color: #999;
}
.online-offer .new-price {
    font-weight: 600;
    font-size: 25pt;
    line-height: 1;
}
.online-offer .discount {
    margin: 14px;
    font-size: 11pt;
    line-height: 1.2em;
}
.online-offer .discount span {
    color: #999;
}
.online-offer .massage-price {
    color: #fff;
    font-size: 14pt;
    font-weight: 400;
    background: #ce2e27;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 30px;
    line-height: 30px;
}
#page .gform_wrapper .online-offer-box ul.gfield_radio li label {
    width: 170px;
    padding: 0;
    margin-left: 0;
    max-width: 100%;
}
#page .gform_wrapper .online-offer-box ul.gfield_radio li label > div {
    background-position: center 60px;
    background-repeat: no-repeat;
    min-height: 155px;
    height: 100%;
    text-align: center;
    background-size: 100px;
    border: 2px solid #cdcdcd;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 700;
    line-height: 1.5;
    font-size: 14pt;
    margin-left: 0;
    width: 145px;
    padding: 5px;
}
#page .gform_wrapper .online-offer-box .top_label .gfield_label {
    font-weight: 600;
    font-size: 27pt;
    font-family: 'Fira Sans',sans-serif;
    width: 100%;
    padding-left: 0;
}
#page .gform_wrapper .online-offer-box li.gf_list_inline ul.gfield_radio li {
    margin-right: 0;
}
.first-step #label_11_2_0 div, .first-step #label_12_2_0 div, .first-step #label_13_2_0 div {
    background-image: url(/wp-content/uploads/2020/06/indywidualny.svg);
}
.first-step input[type=radio]:checked+#label_11_2_0 div, .first-step input[type=radio]:checked+#label_12_2_0 div, .first-step input[type=radio]:checked+#label_13_2_0 div {
    background-image: url(/wp-content/uploads/2020/06/indywidualny-check.svg);
}
.first-step #label_11_2_1 div, .first-step #label_12_2_1 div, .first-step #label_13_14_0 div {
    background-image: url(/wp-content/uploads/2020/06/dla-par.svg);
}
.first-step input[type=radio]:checked+#label_11_2_1 div, .first-step input[type=radio]:checked+#label_12_2_1 div, .first-step input[type=radio]:checked+#label_13_14_0 div {
    background-image: url(/wp-content/uploads/2020/06/dla-par-check.svg);
}
.second-step #label_11_3_0 div, .second-step #label_12_3_0 div, .second-step #label_13_3_0 div {
    background-image: url(/wp-content/uploads/2020/06/diet_training.svg);
}
.second-step input[type=radio]:checked+#label_11_3_0 div, .second-step input[type=radio]:checked+#label_12_3_0 div, .second-step input[type=radio]:checked+#label_13_3_0 div {
    background-image: url(/wp-content/uploads/2020/06/diet_training-check.svg);
}
.second-step #label_11_3_1 div, .second-step #label_12_3_1 div, .second-step #label_13_17_0 div {
    background-image: url(/wp-content/uploads/2020/06/diet.svg);
}
.second-step input[type=radio]:checked+#label_11_3_1 div, .second-step input[type=radio]:checked+#label_12_3_1 div, .second-step input[type=radio]:checked+#label_13_17_0 div {
    background-image: url(/wp-content/uploads/2020/06/diet-check.svg);
}
.second-step #label_11_3_2 div, .second-step #label_12_3_2 div, .second-step #label_13_15_0 div {
    background-image: url(/wp-content/uploads/2020/06/training.svg);
}
.second-step input[type=radio]:checked+#label_11_3_2 div, .second-step input[type=radio]:checked+#label_12_3_2 div, .second-step input[type=radio]:checked+#label_13_15_0 div {
    background-image: url(/wp-content/uploads/2020/06/training-check.svg);
}
#page .gform_wrapper .third-step h3 {
    padding-top: 0;
    font-weight: 600;
}
.third-step > h3 {
    margin-bottom: 25px;
}
.online-offer-box .gform_footer.top_label {
    display: none;
}
.ribbon {
    width: 90px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
.ribbon-top-right {
    top: -15px;
    right: 10px;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 170px;
    padding: 8px 0;
    background-color: #ce2e27;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: center;
    line-height: 1;
    font-weight: 700;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
.ribbon:before, .ribbon:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
}
.ribbon-top-right:before {
    top: 0;
    left: 0;
}
.ribbon-top-right:after {
    bottom: 0;
    right: 0;
}
.trainer-box {
    text-align: center;
}
.trainer-box p {
    margin-top: 20px;
}
.trainer-box h2 {
    margin-bottom: 10px;
}
.trainer-img img {
    border-radius: 16px;
}
.trainer-exp h3 {
    font-size: 20pt;
    margin-bottom: 30px !important;
}
.trainer-exp h4 {
    font-size: 15pt;
    color: #d6b123;
}
.trainer-exp p {
    line-height: 1.5;
}
.single-post .entry-header {
    position: relative;
}
.single-post h1.entry-title {
    margin-top: 20px;
    font-size: 22pt;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: none;
}
.single-post h1.entry-title:after {
    border-bottom: 3px solid #d6b123;
    content: '';
    position: absolute;
    width: 20%;
    height: 1px;
    left: 0;
    bottom: 0;
}
.single-post .attachment-post-thumbnail {
    border-radius: 16px;
}
.single-post h2 {
    margin: 30px auto auto;
    font-size: 20pt;
}
.single-post #primary h3 {
    margin: 30px 0 15px;
    font-size: 17pt;
}
.single-post .author_bio_section {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: rgb(250, 250, 250);
    border: 2px solid #e9e5eb;
    border-radius: 12px;
    margin-top: 30px;
}
.single-post .cat-links, .single-post .navigation.post-navigation {
    display: none;
}
.single-post .author_bio_first {
    display: inline-block;
    float: left;
    width: 155px;
}
.single-post .author_bio_second {
    display: inline-block;
    float: left;
    width: calc(100% - 155px);
}
.single-post .author_name {
    font-size: 17pt;
    font-weight: 600;
    margin-bottom: 0;
}
.single-post .author_name span {
    color: #d6b123;
}
.single-post .author_job, .single-post .author_details {
    margin-bottom: 10px;
}
.single-post .author_description {
    font-size: 11pt;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.single-post .author_details img {
    border-radius: 50%;
    border: 2px solid #d6b123;
    margin-top: 10px;
}
.widget-title {
    margin-bottom: 10px;
}
#secondary hr {
    width: 20%;
    margin-left: 0;
    border-width: 3px;
    border-color: #d6b123;
}
#secondary {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 4rem;
}
#secondary .theiaStickySidebar {
    background: rgb(250, 250, 250);
    border: 2px solid rgb(233, 229, 235);
    border-radius: 16px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
#slider i.fas.fa-star {
    color: #d6b123;
}
.white-text-hoover:hover {
    color: #fff !important;
}
.additional-info-box {
    padding: 40px 8px 30px;
}
.additional-info-box-content {
    max-width: 1125px;
    margin: auto;
    width: 100%;
    display: inline-block;
}
.additional-info-box-content .col-sm-6 {
    float: left;
}
.additional-info-box-content h3 {
    margin-bottom: 0;
}
.additional-info-box-content .btn-main {
    padding: 12px 40px;
}
.ui-datepicker-header {
    background: #d6b123 !important;
    border: none !important;
    border-radius: 10px 10px 0 0;
}
.ui-datepicker-title select:focus {
    outline: none;
}
.ui-datepicker-title select {
    width: 30%;
    height: 30px;
    margin-bottom: 3.5%;
    margin-top: 3.5% !important;
    border: none;
    border-radius: 5px;
    padding-left: 7px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,.07);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.07);
    -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.07);
    cursor: pointer;
}
.ui-datepicker-title > select:nth-child(1) {
    margin-right: 3px;
}
.ui-datepicker-title > select:nth-child(2) {
    margin-left: 3px;
}
.ui-datepicker-next, .ui-datepicker-prev {
    background-image: none !important;
    height: 42px !important;
}
.ui-datepicker-next span, .ui-datepicker-prev span {
    display: none;
}
.ui-datepicker-prev:before {
    content: '\f053';
}
.ui-datepicker-next:before {
    content: '\f054';
}
.ui-datepicker-next:before, .ui-datepicker-prev:before {
    position: absolute;
    top: 8px;
    width: 30px;
    height: 30px;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    z-index: 9999999999;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    text-shadow: none;
    left: 0;
}
.ui-datepicker-calendar .ui-state-default {
    background: #ededed !important;
}
.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
}
.ui-datepicker-calendar .ui-state-active {
    background: #d6b123 !important;
    border: none !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;;
    box-shadow: none !important;
    text-shadow: none !important;
    margin: 0 !important;
}
.ui-datepicker-calendar .ui-state-default.ui-state-hover {
    background: #d6b123 !important;
    text-shadow: none !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;;
    box-shadow: none !important;
}
.ui-datepicker th {
    background: #d6b123;
    color: #fff !important;
    text-shadow: none !important;
    font-size: 10px !important;
    font-weight: 500;
}
.ui-datepicker tbody tr:last-child td:first-child, .ui-datepicker tbody tr:last-child td:first-child a, .ui-datepicker tbody tr:last-child td:first-child span {
    border-radius: 0 0 0 10px;
}
.ui-datepicker tbody tr:last-child td:last-child, .ui-datepicker tbody tr:last-child td:last-child a, .ui-datepicker tbody tr:last-child td:last-child span {
    border-radius: 0 0 10px 0;
}
.ui-datepicker {
    border-radius: 10px;
}
.ui-datepicker-next-hover {
    border-radius: 0 10px 0 0;
}
.ui-datepicker-prev-hover {
    border-radius: 10px 0 0 0;
}
.ui-datepicker a {
    position: relative;
}
td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #fff !important;
}
.ui-datepicker tbody td {
    border-top: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}
body.page-template div#ui-datepicker-div[style] {
    z-index: 998!important;
}
.ui-state-disabled:before {
    color: #000;
}
.ui-state-disabled:before {
    opacity: 0.4;
    cursor: not-allowed;
}
.gf_readonly input.datepicker {
    cursor: pointer;
    background: #fff !important;
}
#page .gform_wrapper .training-prices-steps .gfield_html {
    font-size: 27pt;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
}
#page .gform_wrapper .training-prices-steps .gfield_html h3 {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
#page .gform_wrapper .training-prices-steps .gfield_html span {
    color: #d6b123;
}
#page .gform_wrapper .training-prices-step1 select {
    width: 100%;
    padding-right: 50px;
}
#page .gform_wrapper .training-prices-step3 .ginput_container > ul > li, #page .gform_wrapper .training-prices-step2 ul > li {
    padding: 10px !important;
    min-width: 330px;
}
#page .gform_wrapper .training-prices-step3 .ginput_container > ul > li, #page .gform_wrapper .training-prices-step2 ul > li:first-child {
    margin-bottom: 0;
}
#page .gform_wrapper .training-prices-step3 ul > li input, #page .gform_wrapper .training-prices-step2 ul > li input {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
}
#page .gform_wrapper .training-prices-step3 ul > li label, #page .gform_wrapper .training-prices-step2 ul > li label {
    background-color: #fff;
    width: 100% !important;
    max-width: 100%;
    min-height: 330px;
    background-size: cover;
    background-position: center 25px;
    margin-left: 0;
    border: 3px solid #d8d8d8;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(20,20,20,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(20,20,20,.2);
    box-shadow: 0 0 10px 0 rgba(20,20,20,.2);
    text-align: center;
}
#page .gform_wrapper .training-prices-step2 ul > li label span {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    background: #fff;
    font-size: 16pt;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
}
#page .gform_wrapper .training-prices-step3 .ginput_container > ul > li input:checked+label, #page .gform_wrapper .training-prices-step2 ul > li input:checked+label {
    border: 3px solid #d6b123;
    -webkit-box-shadow: 0 0 10px 0 rgba(20,20,20,.5);
    -moz-box-shadow: 0 0 10px 0 rgba(20,20,20,.5);
    box-shadow: 0 0 10px 0 rgba(20,20,20,.5);
    color: #d6b123;
}
#page .gform_wrapper .training-prices-step3 .ginput_container > ul > li input:checked+label h3, #page .gform_wrapper .training-prices-step2 ul > li input:checked+label span {
    color: #d6b123;
}
#page .gform_wrapper .training-prices-step3 .ginput_container > ul > li input:checked+label:after, #page .gform_wrapper .training-prices-step2 ul > li input:checked+label span:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 30px;
    font-size: 15px;
    border: 2px solid #d6b123;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 28px;
    color: #d6b123;
    top: 29px;
}
#page .gform_wrapper .training-prices-step2 ul > li:first-child label {
    background-image: url(/wp-content/uploads/2020/06/treningi-personalne-krakow.jpg);
}
#page .gform_wrapper .training-prices-step2 ul > li:last-child label {
    background-image: url(/wp-content/uploads/2020/06/trening-medyczny-w-krakowie.jpg);
}
#page .gform_wrapper .training-prices-step3 label ul > li {
    width: 100%;
    display: inherit;
    font-weight: 400;
    font-size: 12pt;
}
#page .gform_wrapper .training-prices-step3 label h3 {
    font-size: 30px;
    padding: 0 15px;
    font-weight: 500;
    margin: 30px 0 20px;
}
#page .gform_wrapper .training-prices-step3 .price-for-training {
    margin-bottom: 25px;
}
#page .gform_wrapper .training-prices-step3 .ginput_container > ul, #page .gform_wrapper .training-prices-step2 .ginput_container > ul {
    width: 100%;
}
#page .gform_wrapper .training-prices-steps .gfield_html table {
  margin-bottom: 0;
}
#page .gform_wrapper .training-prices-steps .gfield_html tr td:first-child {
    width: 42px;
    vertical-align: text-bottom;
}
.training-prices-step4 {
    padding-bottom: 20px;
}
.ginput_preview:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    float: left;
    color: #d6b123;
    margin-right: 10px;
}
.ginput_preview strong {
    float: left;
}
img.gform_delete {
    filter: invert(63%) sepia(12%) saturate(8%) hue-rotate(316deg) brightness(94%) contrast(94%);
    margin-left: 10px;
}
.thank-you-page {
    text-align: center;
}
.thank-you-page .wpb_single_image {
    margin-bottom: 0;
    text-align: center !important;
}
.thank-you-page a {
    color: #d6b123;
}
.thank-you-page p {
    font-size: 11.7pt;
}
.page-template-all-posts-page-php #custom_html-2 {
    display: none;
}
.page-template-all-posts-page-php #text-3 {
    margin-top: 20px;
}
.icons-list-style {
    list-style: none;
    margin: 40px 0 60px;
    padding: 0;
}
.icons-list-style li {
    font-size: 13pt;
    font-weight: 500;
    margin: 0 0 20px;
}
.icons-list-style li span {
    color: #d6b123;
    font-size: 18pt;
    width: 50px;
    vertical-align: middle;
}
.social-big {
    list-style: none!important;
    margin: 20px 0 0;
    padding: 0;
}
.social-big li {
    display: inline;
    margin-right: 8px;
    vertical-align: middle;
}
.social-big li .fa-facebook-f, .social-big li .fa-facebook {
    background: #4e71a8;
}
.social-big li .fa-instagram {
    background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-big li a {
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
    line-height: 40px;
    font-size: 16pt;
    transition: visibility 0s linear .2s,opacity .2s linear;
    background: #939393;
}
.social-big .fa-instagram:before {
    margin-right: 1px;
}
.contact-box {
    background: #f8f6f9;
    border-radius: 15px;
    padding: 1px 20px 10px;
    margin-top: 25px;
}
.contact-box form, .contact-box input, .contact-box textarea {
    text-align: center !important;
}
.contact-box label {
    padding-left: 0 !important;
}
#career-form > div {
    background: url(/wp-content/uploads/2020/07/kariera.png);
    background-color: #f8f6f9;
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: bottom right;
    margin: 0 0 40px;
    padding: 45px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding-right: 225px;
    text-align: center;
}
#career-form li#field_16_8 {
    text-align: center;
}
#career-form #field_16_8 .ginput_container.ginput_container_fileupload {
    background: #fff;
    max-width: 700px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
#career-form h3.twolines.align-center {
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 32pt;
}
#career-form .gfield, #career-form .gfield input {
    text-align: center;
}
#career-form .gfield select {
text-align-last: center;
}
#career-form label.gfield_label {
    padding-left: 0;
}
.archive .navigation.posts-navigation, .blog .navigation.posts-navigation {
display: none;
}
.read-more-article:after {
    content: '\f054';
    font-weight: bold;
    font-family: "Font Awesome 5 FREE";
    font-size: 13px;
    padding-left: 8px;
}
a.read-more-article {
    padding-bottom: 5px;
    color: #d6b123;
    font-size: 12pt;
    font-weight: 500;
    transition: ease .1s;
}
a.read-more-article:hover {
    border-bottom: 2px solid #d6b123;
}
.ads-archive {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px 15px 30px;
}
.ads-archive img, .ads-metamorfozy img {
    box-shadow: 0 0px 10px rgba(20,20,20,.2);
    -webkit-box-shadow: 0 0px 10px rgba(20,20,20,.2);
    -moz-box-shadow: 0 1px 10px rgba(20,20,20,.2);
    border-radius: 12px;
}
#ajax-load-more .alm-reveal:first-child .ads-archive {
    display: none;
}
.entry-rating {
    padding-top: 20px;
}
.archive-stars {
    line-height: 0;
}
.archive-stars .rmp-icon--ratings {
    font-size: 16pt;
}
#cn-notice-text a {
color: #fff;
}
.cn-button.bootstrap {
background: #d6b123;
}
.cookie-notice-container {
	padding: 5px 15px;
}
.quick-info {
    padding-top: 20px;
}
.quick-info .wpb_text_column.wpb_content_element {
	margin-bottom: 0px;
}
.quick-info .wpb_text_column .wpb_wrapper {
display: inline-block;
padding: 20px 30px;
background: #fafafa;
border: 2px solid #e9e5eb;
border-radius: 16px;
}
.custom-table {
    border-collapse: separate;
    border: 2px solid #e9e5eb;
    border-radius: 12px;
    -moz-border-radius: 12px;
    overflow: hidden;
}
.custom-table th {
    background: #eaeaea;
}
.custom-table td, .custom-table th {
    border-left: 2px solid #e9e5eb;
    border-top: 2px solid #e9e5eb;
    padding: 5px 10px;
}
.custom-table td:first-child, .custom-table th:first-child {
    border-left: 0;
}
.custom-table tr:first-child td, .custom-table tr:first-child th {
    border-top: 0;
}
.ads-article2 img {
    border-radius: 25px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
}
.rmp-archive-results-widget {
    display: block;
    margin-top: 10px;
}
.red-button {
    background: #ce2e27;
}
.new a {
    font-weight: 600 !important;
}
/*Atlas cwiczen*/
.atlas-cwiczen-template-default .exc-category a {
    display: inline-block;
    margin-right: 5px;
}
.atlas-cwiczen-template-default .exc-category a:last-child {
    margin-right: 0px;
}
.atlas-cwiczen-template-default .exc-category a {
    border: 1px solid;
    padding: 8px 10px;
    border-radius: 36px;
    font-size: 13px;
    color: #999;
    line-height: 1em;
}
.atlas-cwiczen-template-default .exc-category a:hover  {
    color: #d6b123
}
.atlas-cwiczen-template-default .vc_tta-tabs-list .vc_tta-tab {
    width: 50%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.atlas-cwiczen-template-default .vc_tta-tabs-list .vc_tta-tab:first-child a {
    border-radius: 100px 0 0 100px !important;
}
.atlas-cwiczen-template-default .vc_tta-tabs-list .vc_tta-tab:last-child a {
    border-radius: 0 100px 100px 0 !important;
}
.atlas-cwiczen-template-default.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    background: #d6b123;
    color: #fff;
}
.atlas-cwiczen-template-default.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a:before, .wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a:after {
    display: none !important;
}
.atlas-cwiczen-template-default .vc_tta-panels {
    background: transparent !important;
    border: none !important;
}
.atlas-cwiczen-template-default.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
}
.atlas-cwiczen-template-default .vc_tta-panel .vc_tta-panel-heading {
    display: none;
}
.atlas-cwiczen-template-default .exc-tabs-li .wpb_wrapper ul, .atlas-cwiczen-template-default .exc-tabs-li .wpb_wrapper ul ol {
    list-style: none;
    padding-left: 25px;
}
.atlas-cwiczen-template-default .exc-tabs-li .wpb_wrapper ul ol {
    padding-left: 30px;
}
.atlas-cwiczen-template-default .exc-tabs-li .wpb_wrapper ul:nth-child(4) > li:before {
    content: "\f00c";
}
.atlas-cwiczen-template-default .exc-tabs-li .wpb_wrapper ul:nth-child(2) > li:before {
    content: "\f00d";
    color: #ce2e27;
}
.atlas-cwiczen-template-default .exc-tabs-li .wpb_wrapper ul:nth-child(2)>li>ol>li:before {
    content: "\f00c";
    color: #027302;
}
.atlas-cwiczen-template-default .exc-tabs-li .wpb_wrapper ul li:before {
    display: block;
    display: inline-block;
    font-family: "font awesome 5 free";
    font-size: 14px!important;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
    color: #d6b123;
    position: absolute;
    margin: 8px 0 0 -26px;
}
.atlas-cwiczen-template-default .ext-ads {
    background-color: #f8f6f9 !important;
    margin: 0 0 40px;
    padding: 35px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    text-align: center;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.atlas-cwiczen-template-default .ext-ads h3 {
    margin-bottom: 15px;
}
.atlas-cwiczen-template-default .custom-breadcrumbs .vc_column-inner {
    padding-top: 0 !important;
}
.atlas-cwiczen-template-default .custom-breadcrumbs .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}
.atlas-cwiczen-template-default .custom-breadcrumbs {
    padding-bottom: 0 !important;
}
.atlas-cwiczen-template-default .custom-breadcrumbs p, .atlas-cwiczen-template-default .custom-breadcrumbs p a {
    font-size: 14px;
    color: #999 !important;
    line-height: 1em;
}
.atlas-cwiczen-template-default .custom-breadcrumbs p a:hover {
  color: #d6b123 !important;
}
.atlas-cwiczen-template-default footer.author_bio_section {
    display: none;
}
.tax-cwiczenia .rmp-archive-results-widget, .tax-atlas_cwiczen .rmp-archive-results-widget {
    display: none;
}
.tax-atlas_cwiczen #content, .search #content {
    padding-bottom: 40px;
}
.exc-archive-item {
    padding-bottom: 5px;
}
.exc-archive-item .entry-content {
    /*height: 300px;*/
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
    transition: ease 0.3s;
    overflow: hidden;
}
.exc-archive-item .entry-content >div:last-child {
    min-height: 80px;
    position: relative;
    display: table;
    width: 100%;
}
.exc-archive-item .entry-content:hover {
transform: translateY(-10px);
}
.exc-archive-item .entry-content p {
/*    position: absolute;
    bottom: 0;*/
    text-align: center;
    width: 100%;
    font-size: 18px;
/*    color: #fff;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.30) 75%, rgba(0,0,0,0.0) 100%);*/
    padding: 10px 20px;
/*    text-shadow: 0px 0px 18px rgba(0, 0, 0, 1);
    border-radius: 0 0 30px 30px;*/
    margin-bottom: 0;
    line-height: 1.4em;
    height: 100%;
    vertical-align: middle;
    /* transform: translateY(-50%); */
    top: 50% !important;
    display: table-cell;
}
.tax-cwiczenia #content.site-content {
padding-bottom: 40px;
}
.atlas-footer-info {
    background: #fff;
}
@media only screen and (min-width: 768px) {
.atlas-cwiczen-template-default .static-column {
    display: block;
    height: 100%;
    position: sticky;
    top: 100px;
}
.atlas-cwiczen-template-default .exc-instruction {
    padding-top:40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.atlas-cwiczen-template-default.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a span {
    font-size: 14px;
}
}
@media only screen and (max-width: 1200px) {
.atlas-cwiczen-template-default .vc_tta-tabs-list i.vc_tta-icon.far {
    display: block !important;
    margin-bottom: 12px;
    margin-top: 10px;
}
.atlas-cwiczen-template-default.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab >a {
    padding: 14px 5px;
}
.atlas-cwiczen-template-default.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab span {
    margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
.mobile-no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.mobile-no-padding-top {
    padding-top: 0 !important;
}
.mobile-no-padding-bottom {
    padding-top: 0 !important;
}
.mobile-small-padding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.mobile-small-padding-top {
    padding-top: 10px !important;
}
.mobile-small-padding-bottom {
    padding-top: 10px !important;
}
.mobile-medium-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.mobile-medium-padding-top {
    padding-top: 20px !important;
}
.mobile-medium-padding-bottom {
    padding-top: 20px !important;
}
.how-it-work {
    display: flex;
    align-items: center;
}
.how-it-work>div {
    float: left;
}
.how-it-work-head {
    width: 20%;
    font-size: 30pt;
}
.how-it-work-img {
    width: 25%;
}
.how-it-work-img img {
    padding: 5px;
}
.how-it-work-desc {
    width: 55%;
}
.atlas-cwiczen-template-default .static-column, .atlas-cwiczen-template-default .static-column .vc_column-inner {
    padding-top: 0;
    padding-bottom: 0;
}
.atlas-cwiczen-template-default .static-column .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 0
}
.atlas-cwiczen-template-default.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent !important;
    border: none !important;
}
.atlas-cwiczen-template-default .exc-category a {
    margin-bottom: 15px;
}
.atlas-cwiczen-template-default .exc-icons .vc_col-sm-4 {
    width: 50%;
    display: inline-block;
}
.atlas-cwiczen-template-default .exc-icons .vc_col-sm-4:last-child {
    width: 100%;
}
.atlas-cwiczen-template-default .exc-instruction h3 {
    margin-top: 0;
}
.atlas-cwiczen-template-default .ext-ads {
    padding: 25px;
}
.atlas-cwiczen-template-default .custom-breadcrumbs {
    padding-top: 20px !important;
}
}
@media only screen and (max-width: 500px) {
.atlas-cwiczen-template-default .atlas-item {
    max-height: 200px;
}
.atlas-cwiczen-template-default .static-column h4 {
    padding-left: 10px;
}
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    color: #d6b123 !important;
}
.search-div {
    max-width: 500px;
    margin: auto;
    margin-bottom: 15px;
}
#x-mark-icon {
    fill: #fff !important;
}
.physio-advice {
  background: #f8f6f9;
  text-align: center;
}
.physio-advice img {
  border-radius: 50%;
  width: 100px;
  margin-bottom: 10px;
}
.physio-advice .wpb_column.vc_column_container.vc_col-sm-8 {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 10px rgba(20,20,20,.1);
  -webkit-box-shadow: 0 1px 10px rgba(20,20,20,.1);
  -moz-box-shadow: 0 1px 10px rgba(20,20,20,.1);
  padding: 10px 20px;
}
.physio-advice p {
  font-style: italic;
  line-height: 1.6;
}

/*Responsive*/

@media only screen and (max-width: 1200px) {
#page .gform_wrapper .online-offer-box .gform_fields > li {
    width: 100%;
}
.about-us .btn-main.btn-black {
    margin-top: 0px;
}
.calculator .calc1 {
    flex: 100%;
    max-width: 100%;
    width: 100%;
}
.calculator .calc1 h3 {
    text-align: center;
	font-size: 20pt;
}
.calculator .calc1 h3 span {
    color: #fff;
    font-size: inherit;
    display: inline-block;
}
.two-buttons.short-order-box a, .page-id-145 .short-order-box a {
    margin: 15px 0;
}
}
@media only screen and (min-width: 1200px) {
  .menu-item-4637 {
    display: none !important;
}
.dekstop-disable {
	display: none;
}
.locations .our-locations > .vc_column-inner > .wpb_wrapper:hover, .body-transformation:hover, .coaches-list-inner > .vc_column-inner > .wpb_wrapper:hover {
    margin-top: -10px;
    -webkit-box-shadow: 0 1px 20px rgba(20,20,20,.2);
    -moz-box-shadow: 0 1px 20px rgba(20,20,20,.2);
    box-shadow: 0 1px 20px rgba(20,20,20,.2);
}
.two-buttons.short-order-box span:first-child a, .page-id-145 .short-order-box p span:first-child a {
    margin-right: 15px;
}
}
@media only screen and (max-width: 1023px) {
#cennik .main-table > div {
    max-width: 50%;
}
.icons-best > div:not(:first-child) {
    width: 33.3333%;
}
.offer-box p {
    max-width: 85%;
}
.offer-box .oferta {
    height: 310px;
    min-height: 300px;
    background-position: right -20px bottom;
    background-size: 115%;
}
.offer-box a {
    padding: 50px 38px 0;
    box-shadow: inset 0 0 0 2000px rgba(255,255,255,.8);
}
.about-us .vc_col-sm-6 {
    width: 100%;
    text-align: center;
}
.about-us .wpb_single_image img {
    max-width: 400px;
    height: auto;
}
.about-us .wpb_single_image.vc_align_left {
    text-align: center;
}
.slider-heading {
    font-size: 28px;
    }
.slider-subheading {
    font-size: 30px;
    margin-bottom: 20px;
}
#slider p {
    line-height: 1.3;
    font-size: 11pt;
    padding-bottom: 0;
}
#slider.slider-plans {
    padding-top: 60px;
}
#slider {
    padding-top: 60px;
    padding-bottom: 40px;
}
h1, h2, h3 {
    font-size: 30px;
}
#page .gform_wrapper .online-offer-box .top_label .gfield_label {
    font-size: 30px;
    padding-bottom: 12px;
}
}
@media only screen and (max-width: 768px) {
#secondary {
    padding: 0 15px;
    text-align: center;
}
#secondary hr {
    margin-left: 50%;
    transform: translateX(-50%);
}
.article-categories > div {
    width: 50%;
    flex: 1;
}
h3.widget-title {
  font-size: 20pt;
}
}
@media only screen and (max-width: 767px) {
.quick-info ul {
    padding-left: 25px;
}
#career-form > div {
    padding: 30px 25px;
    background: #fff;
    margin-bottom: 0;
}
#career-form h3.twolines.align-center {
    margin-bottom: 30px;
    font-size: 25pt;
}
.mobile-center {
    text-align: center;
}
.icons-list-style {
    margin: 40px 0 30px;
}
.online-offer-box .online-offer > div:nth-child(2n-1) {
    padding-left: 0;
    padding-right: 5px;
}
.online-offer-box .online-offer .main-prices {
    margin-bottom: 10px;
}
.online-offer-box .online-offer .discount {
    margin: 14px 17px;
}
.online-offer-box .online-offer > div:nth-child(2n) {
    padding-right: 0;
    padding-left: 5px;
}
.single-post .author_bio_first, .single-post .author_bio_second {
    width: 100%;
    text-align: center;
}
#page .gform_wrapper .training-prices-steps #field_10_6 h3 {
  margin-top: 0px;
}
.quote-diet {
    font-size: 22pt;
}
.specialist-name {
    margin-top: 25px;
}
.online-offer-box label {
    width: 50%;
    display: inline-block;
    float: left;
}
.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.main-prices h3 span {
    width: 100%;
    display: inline-block;
}
.second-step label[for=dieta-trening] {
    display: block;
    margin: auto auto 20px;
    width: 175px;
    float: none;
}
section.modalWindow {
    top: 0%;
}
.archive #content, .page-template-all-posts-page-php #content.site-content {
    padding-top: 110px;
}
.benefit.wpb_column.vc_column_container.vc_col-sm-2 {
    width: 50%;
    display: inline-block;
}
.pre-footer-widget > div {
  text-align: center;
}
.pre-footer-widget > div:first-child {
    margin-bottom: 30px;
}
.pre-footer-widget .short-contact p {
    margin-bottom: 20px;
}
.pre-footer-widget .footer-sm span:first-child {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 25px;
}
#cennik .main-prices h3 span {
    width: 100%;
    display: inline-block;
}
#cennik .ribbon-top-right {
    top: -20px;
    right: 10px;
}
#cennik .main-table > div {
    padding: 0;
}
#cennik .main-table > div:nth-child(1), #cennik .main-table > div:nth-child(3) {
    padding-right: 10px;
}
#cennik .main-table > div:nth-child(2), #cennik .main-table > div:nth-child(4) {
    padding-left: 10px;
}
#cennik .quform-options-columns.quform-3-columns>.quform-option {
    width: 50% !important;
}
.how-it .vc_col-sm-3 {
    width: 50%;
    float: left;
}
body {
    line-height: 1.5em;
}
.our-diet {
    background-image: url(/wp-content/uploads/2020/04/weight-mask-mobile-1.jpg);
}
.icons-best > div:not(:first-child) {
    width: 50%;
    display: inline-block;
}
.calculator form .css-radio {
    float: left;
    width: 30%;
    text-align: left;
    left: 50%;
    transform: translateX(-75%);
}
.calculator form label {
    text-align: center;
}
.calculator form .calc {
    margin-bottom: 20px;
}
.calculator .result {
    margin: 10px 0 0 0;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    background-size: contain;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20pt;
}
.calculator .result span {
    font-size: 26pt;
}
.calculator form input[type=number] {
    width: 100%;
}
#footer-widget {
    text-align: center;
}
.short-order-box .quform-popup-link, .short-order-box a.btn-main.btn-lg.btn-black {
    margin-top: 15px;
}
.our-diet {
    text-align: center;
}
.change-order-mobile {
    display: flex;
    flex-flow: column;
}
.change-order-mobile > div:first-child {
    order: 1;
}
.slider-personal-training {
    background: url(/wp-content/uploads/2020/04/trening-personalny-mobile.jpg);
}
.slider-medical-training {
    background: url(/wp-content/uploads/2020/05/trening-medyczny-mobile.jpg);
}
.slider-carier {
    background: url(/wp-content/uploads/2020/07/kariera-mobile.jpg);
}
#slider {
    padding-top: 50px;
    padding-bottom: 250px;
}
.price-box span {
    line-height: 1.9em;
}
.quote-div {
    padding: 55px 0 0;
    background-position: top;
    background-size: 40px;
}
.quform-responsive-elements-phone-landscape .quform-element-submit button {
    margin: auto;
}
}
@media only screen and (min-width: 767px) {
section.modalWindow {
    padding-bottom: 100px;
}
.additional-info-box-content {
    display: flex;
}
.additional-info-box-content .btn-main {
    padding: 12px 30px;
}
.additional-info-box-content .btn-main {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.single-post #primary {
    padding-right: 40px;
}
.archive #content, .single-post #content.site-content, .page-template-all-posts-page-php #content.site-content, .search #content.site-content {
    padding-top: 150px;
}
.pre-footer-widget {
    display: flex;
}
.pre-footer-widget .footer-sm {
    text-align: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.pre-footer-widget .short-contact {
    text-align: right;
}
.our-diet {
    background-image: url(/wp-content/uploads/2020/04/plany-dietetyczne-krakow.jpg);
}
.training-for-couple {
    background: url(/wp-content/uploads/2020/05/trening-personalny-dla-par.jpg);
    background-size: cover;
    background-position: center;
}
.training-and-diet {
    background: url(/wp-content/uploads/2020/05/dieta-i-tening-personalny.jpg);
    background-size: cover;
    background-position: center;
}
.training-medical {
    background: url(/wp-content/uploads/2020/05/trener-medyczny-krakow.jpg);
    background-size: cover;
    background-position: center;
}
.color-form form {
    background: url(/wp-content/uploads/2020/05/darmowy-trening-personalny-krakow-kopia.png);
    background-color: #f8f6f9;
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 45px 225px 85px 45px;
}
.color-form h2 {
    font-size: 40pt;
    margin-bottom: 40px;
    margin-top: 25px;
}
}
@media only screen and (max-width: 576px) {

.quote .wpb_single_image img {
    max-width: 250px;
}
.easy-diet.wpb_single_image img {
    max-width: 300px;
}
.article-categories .category-background {
    height: 100px;
}
.slider_home {
    background: url(/wp-content/uploads/2020/07/slider-home-justbefit-mobile.jpg);
}
.online-offer-box .second-step ul.gfield_radio li:first-child {
    width: 100% !important;
}
.online-offer-box .second-step ul.gfield_radio li:first-child label {
    left: 50% !important;
    position: relative;
    transform: translateX(-50%);
}
.how-it .vc_col-sm-3 {
    width: 100%;
}
.training-price h3 {
    font-size: 20pt;
}
.oferta1 {
    background-position: -10px bottom !important;
}
.article-categories > div {
    width: 50%;
    flex: 50%;
}
.additional-info-box-content .btn-main {
    padding: 12px 30px;
}
}
@media only screen and (min-width: 576px) {
.slider_home {
    background: url(/wp-content/uploads/2020/05/slider-home-justbefit.jpg);
}
}
@media only screen and (max-width: 360px) {
#page .gform_wrapper .online-offer-box ul.gfield_radio li label > div {
    width: 125px;
}
.entry-content {
	margin: 1em 0 0;
}
}




@media screen and (min-width: 1200px) {
#menu-toggle, .menu-mobile {
display:none;
}

}

@media screen and (max-width: 1199px) {
#primary-navigation {
    display: none;
}
.menu-toggle {
    display: inherit;
}
.hit a:after {
    top: -15px;
}
}

/*sliders*/
#slider_9542 button:focus, .custom-sa-slider button:focus{
    outline: 1px dotted;
}

#slider_9542 .owl-item img, .custom-sa-slider .owl-item img {
    display: flex !important;
    width: 220px !important;
    border-radius: 150px;
	margin: auto !important;
}
#slider_9542 .slide-title, .custom-sa-slider .slide-title {
    color: #d6b123;
}
#slider_9542 .slide-description, .custom-sa-slider .slide-description {
    color: #434344;
}
#slider_9542 .owl-nav, .custom-sa-slider .owl-nav {
    display: block !important;
}
#slider_9542 .owl-nav .owl-prev, #slider_9176 .owl-nav .owl-prev, #slider_9692 .owl-nav .owl-prev {
    background: rgba(214,177,35,0.3) url("https://justbefit.pl/wp-content/plugins/slide-anything/images/icon_prev.png") no-repeat center center !important;
}

#slider_9542 .owl-nav .owl-next, #slider_9176 .owl-nav .owl-next, #slider_9692 .owl-nav .owl-next {
    background: rgba(214,177,35,0.3) url("https://justbefit.pl/wp-content/plugins/slide-anything/images/icon_next.png") no-repeat center center !important;
}

#slider_9542 .owl-nav .owl-prev:hover, #slider_9542 .owl-nav .owl-next:hover, #slider_9176 .owl-nav .owl-prev:hover, #slider_9176 .owl-nav .owl-next:hover, #slider_9692 .owl-nav .owl-prev:hover, #slider_9692 .owl-nav .owl-next:hover {
    background-color: rgba(214,177,35,0.8) !important;
}

#slider_9542 .owl-dots .active span, .custom-sa-slider .owl-dots .active span {
    background-color:  #d6b123 !important;
}

#slider_9692 iframe {
    height: 500px !important;
}

@media all and (max-width:768px) {
    #slider_969 iframe {
    	height: 400px !important;
	}
}
/* homepage products start */
#home-products .our-products-section {
    display: flex;
    justify-content: center;
}
#home-products .our-product {
    margin: 5px;
}
#home-products .our-product img {
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    height: 350px;
}
#home-products .our-product img:hover {
    border-color: #D6B123;
}
#home-products .vc_tta-tab > a {
    padding: 7px 0;
    border: none;
    color: #828895;
    font-weight: 500;
    font-size: 16px;
	padding: 5px 10px;
}
#home-products .vc_tta-tab > a:hover, #home-products .vc_tta-tab.vc_active > a {
    color: #fff;
    background: #D6B123;
}
#home-products {
	margin-bottom: 0 !important;
}
@media all and (min-width:769px) {
    #home-products .our-product img {
        transition: .3s ease;
        position: relative;
    }
    #home-products .our-product img:hover {
        transform: translateY(-6px);
    }
}
@media all and (max-width:768px){
    #home-products .our-products-section {
        flex-wrap: wrap
    }
    #home-products .our-product {
        width: 47%;
    }
    #home-products .our-product img {
        height: auto;
    }
    #home-products .vc_tta-tabs-container {
        display: inherit;
    }
    #home-products .vc_tta-tabs-list {
        white-space: nowrap;
        overflow: auto;
    }
    #home-products .vc_tta-panel .vc_tta-panel-heading {
        display: none;
    }
	#home-products .vc_tta-panel-body {
    	padding: 14px 0 !important;
	}
}
/* homepage products end */
/*new-step-form-start*/
.step-form-new-plans-gf .gform_ajax_spinner {
    display: none !important;
}
.step-form-new-plans-gf {
    padding: 20px;
    border: 2px solid #f0f0f0;
    border-radius: 16px;
    background: #fff;
}

@media all and (min-width:768px){
    .step-form-new-plans-gf {
        width: 60%;
        margin: auto;
    }
    .step-form-new-plans-gf .training-number-radio .gfield_radio {
        width: 70%;
    }

    .step-form-new-plans-gf .individual-pair-select .gfield_radio {
        width: 60%;
        margin: auto;
    }
}

.step-form-new-plans-gf .gf_progressbar {
    padding: 3px !important;
}

.step-form-new-plans-gf .gf_progressbar_wrapper {
    margin-bottom: 30px;
}
.step-form-new-plans-gf .gf_progressbar_title {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center;
}

.step-form-new-plans-gf .gf_progressbar_percentage {
    height: 20px !important;
}

.step-form-new-plans-gf .gf_progressbar_percentage span {
    line-height: 20px !important;
}

.step-form-new-plans-gf .gform-body {
    text-align:center;
}
.step-form-new-plans-gf .ginput_container.ginput_container_radio {
    width: 100%;
}
.step-form-new-plans-gf .gfield_label, .step-form-new-plans-gf .step-heading .title {
    font-size: 1.875rem !important;
    text-align: center;
    font-weight: 700;
}

.step-form-new-plans-gf .gfield_description {
    font-size: 1.25rem !important;
    text-align: center;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}

.step-form-new-plans-gf .gchoice input {
    display: none !important;
}

.step-form-new-plans-gf .gchoice label {
    background: #fff;
    border: 2px solid #e9e5eb;
    border-radius: 16px;
    padding: 10px;
    width: 100%;
    max-width: 500px !important;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 0.5rem !important;
}

.step-form-new-plans-gf .columns {
    display: flex;
    align-items: center;
}
.step-form-new-plans-gf .columns>div:first-child {
    width: 20%;
}
.step-form-new-plans-gf .columns>div:last-child {
    width: 80%;
    text-align: center;
}
.step-form-new-plans-gf .columns .title, .step-form-new-plans-gf .sex-selection .title {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Fira Sans';
}

.step-form-new-plans-gf .sex-selection .title {
    margin-bottom: 15px !important;
}

.step-form-new-plans-gf .columns .subtitle {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 5px;
}

.step-form-new-plans-gf .columns img {
    max-width: 60px;
    width: 100%;
}

.step-form-new-plans-gf .columns.time-select img {
    max-width: 80px !important;
}
.step-form-new-plans-gf label:hover, .step-form-new-plans-gf input:checked+label {
    background: #d6b123;
    color: #fff;
    border: 2px solid #d6b123;
}

.step-form-new-plans-gf label:hover img, .step-form-new-plans-gf input:checked+label img {
    filter: brightness(0) invert(1);
}

.step-form-new-plans-gf label:hover .columns.time-select img, .step-form-new-plans-gf input:checked+label .columns.time-select img {
    filter: none !important;
}

.step-form-new-plans-gf .training-number-radio .gfield_radio {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.step-form-new-plans-gf .training-number-radio .gfield_radio .gchoice {
    margin: 0 5px;
}

.step-form-new-plans-gf .columns.trening-number-select img {
    max-width: 90px !important;
}

.step-form-new-plans-gf .stars i {
    color: #d6b123;
}

.step-form-new-plans-gf .stars p {
    margin: 0 !important;
}

.step-form-new-plans-gf .sex-selection-radio .gfield_radio {
    display: flex;
    justify-content: center;
}
.step-form-new-plans-gf .sex-selection-radio .gfield_radio .gchoice {
    margin: 10px;
    width: 150px;
}

.step-form-new-plans-gf .sub-title.info {
    background: #f2f6ff;
    border: 2px solid #e9e5eb;
    border-radius: 16px;
    padding: 10px;
    font-size: 11pt;
    line-height: 1.5;
    margin-bottom: 20px;
}

.step-form-new-plans-gf .online-offer > div:nth-child(3) .main-prices, .step-form-new-plans-gf .online-offer > div:nth-child(2) .main-prices:hover {
    border-color: #d6b123 !important;
}

.step-form-new-plans-gf .online-offer > div:nth-child(2) .main-prices {
    border-color: #cdcdcd !important;
}

.step-form-new-plans-gf .online-offer .massage-price {
    font-size: 12pt !important;
}

.step-form-new-plans-gf .main-prices h3 {
    padding-top: 0 !important;
}

@media all and (max-width:768px) {
    .step-form-new-plans-gf {
        padding: 10px;
    }
    .step-form-new-plans-gf .columns.trening-number-select img {
        max-width: 70px !important;
    }

    .step-form-new-plans-gf .main-prices h3 span{
        display: inline !important;
    }
    .step-form-new-plans-gf .gfield_description {
        margin-bottom: 0 !important;
    }
}

.step-form-new-plans-gf .gform_page_footer {
    padding: 10px 0 !important;
}
.step-form-new-plans-gf .gform_page_footer .button.gform_previous_button {
    position: relative;
    margin-left: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.step-form-new-plans-gf .gform_page_footer .gform_previous_button:hover {
    color: #d6b123 !important;
}

.step-form-new-plans-gf .gform_page_footer {
    display: flex !important;
}

.step-form-new-plans-gf .gform_page_footer input[type=submit] {
    display: none !important;
}
/*new-step-form-end*/
/*jbf-reviews-summary*/
.jbf-reviews-opinions-summary .card {
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
}
.jbf-reviews-opinions-summary .rating-box-section > div {
    justify-content:center;
}
.jbf-reviews-opinions-summary .rating-summary {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.jbf-reviews-opinions-summary .rating-value {
    font-size: 1.625rem;
    font-weight: 600;
    color: #d6b123;
    margin-bottom: 10px;
}
.jbf-reviews-opinions-summary .rating-total-number {
    line-height: 1.3;
    font-size: 1rem;
    margin-bottom: 0;
}
.jbf-reviews-opinions-summary .review-confirmation-section {
    align-items: center;
    margin-top: 20px;
}
.jbf-reviews-opinions-summary .review-confirmation-section i {
    color: #d6b123;
    font-size: 1.5rem;
    margin-right: 8px;
}
.jbf-reviews-opinions-summary .rating-option {
    display: flex;
    align-items: center;
}
.jbf-reviews-opinions-summary .rating-label {
    font-weight: bold
}
.jbf-reviews-opinions-summary .rating-bar {
    width: 200px;
    border-radius: 5px;
    margin: auto 10px;
}
.jbf-reviews-opinions-summary .rating-stars {
    display: flex;
    margin-left: 5px;
    font-size: 1rem;
    margin-top: -2px;
}
.jbf-reviews-opinions-summary .fas.fa-star.gold {
    color: #d6b123;
}

.jbf-reviews-opinions-summary .fas.fa-star.grey {
    color: #828895;
}
.jbf-reviews-opinions-summary .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
}
.jbf-reviews-opinions-summary .bar {
    height: 6px;
    background-color: #d6b123;
    border-radius: 20px;
}
.jbf-reviews-opinions-summary .bar-5 {
    width: 98%;
}
.jbf-reviews-opinions-summary .bar-4 {
    width: 5%;
}
.jbf-reviews-opinions-summary .bar-3 {
    width: 2%;
}
.jbf-reviews-opinions-summary .bar-2 {
    width: 0%;
}
.jbf-reviews-opinions-summary .bar-1 {
    width: 1%;
}
@media all and (max-width:768px) {
    .jbf-reviews-opinions-summary .rating-bar {
        width: 120px;
    }
    .jbf-reviews-opinions-summary .rating-total-number {
        font-size: 1.125rem;
        margin-bottom: 10px !important;
    }
    .jbf-reviews-opinions-summary .rating-summary, .jbf-reviews-opinions-summary  .rating-value {
        margin-bottom: 5px;
    }
    .jbf-reviews-opinions-summary .bar {
        height: 5px;
    }
    .jbf-reviews-opinions-summary .review-confirmation-section {
        margin-top: 10px;
        font-size: 1.125rem;
        line-height: 1.2;
        text-align: left;
    }
}
/*jbf-reviews-summary-end*/
.menu-cta-red {
	padding: 0 !important;
}
.menu-cta-red > a {
    background-color: #ce2e27;
    padding: 10px !important;
    border-radius: 5px;
    color: #fff;
}

.menu-cta-red > a:hover {
    background-color: #434344;
}

#primary-navigation .menu-item > ul.sub-menu li a:hover {
	color: #d6b123 !important;
}

.spis-tresci > p strong:not(:first-child) {
    color: #d6b123;
}

.spis-tresci {
    padding: 20px 30px;
    border: 2px solid #e9e5eb;
    background: #fafafa;
    border-radius: 10px;
}
td {
    vertical-align: top;
}

/* .payment_methods img {
    display: inline-block;
}

.wc_payment_method label {
    display: flex;
    align-items: center;
    flex: auto;
        margin: 0;
} */

/* .wc_payment_method label img {
    height: 22px;
    margin-right: auto!important;
        width: auto!important;
}

.wc_payment_method {
    display: flex;
    align-items: center;
} */

.author_bio_second {
    color: #434344;
}

@media only screen and (max-width: 670px) {
  html {
    overflow-x: hidden!important;
  }
  body {
    overflow-x: hidden!important;
  }
}

.single-post .archive-post a {
    color: #d6b123;
}
.single-post .archive-post a:hover {
    opacity: .6;
}
