/*
Theme Name: Fitness Child
Description: This is a child theme for Flatsome Theme
Author: Seo-moom
Template: flatsome
Version: 3.0
*/
/*all*/
body {
	font-family: Proba Pro, sans-serif;
	font-weight: 200;
}
.off__scroll {
    overflow: hidden;
}
.mt-30 {
	margin-top: 30px;
}
.dark .breadcrumbs, .dark .breadcrumbs a {
	font-weight: 200;
	font-size: 13px;
	text-align: center;
	color: #B99376;
}
h1, h2, h3, .banner h2, .banner h3, .banner h1, .title__text p  {
	text-transform: uppercase;
	line-height: 1.2;
	color: #B99376;
}
h1, .banner h1 {
	font-size: 65px;
	font-weight: 400;
}
.text__h1 h1, .text__h2 h2 {
  color: #B99376;
}
.text__h1 h1 {
	font-size: 50px;
}
p, .step__text {
	line-height: 1.2;
	font-size: 20px;
}
.about__text p {
	font-size: 25px;
  line-height: 1.1;
  font-style: italic;
}
.year__text p {
	font-weight: 700;
	opacity: 0.5;
	color: #b99376;
	font-size: 35px;
	margin-bottom: 5px;
	margin-left: 20px;
}
p.slogan__header {
	font-weight: 600;
  text-transform: uppercase;
  color: #b99376;
  font-style: italic;
}
p.price {
	margin: 0px 0px 10px 0px;
}
.ul__style ul {
	margin-top: 1.3em;
} 
.col-inner ul li {
	list-style-type: none;
	line-height: 1.2;
	margin-left: 0px;
}
span.menu {
  font-size: 25px; 
	color: #B99376;
	font-weight: 400;
	position: relative;
	cursor: pointer;
	z-index: 31;
}
span.menu::before {
	content: '';
	width: 45px;
	height: 45px;
	background-image: url(/wp-content/uploads/menu.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -55px;
}
span.close {
	cursor: pointer;
}
span.close img {
	width: 45px;
	position: absolute;
	left: 15px;
	top: 40px;
}
.burger__menu {
	position: fixed;
	width: 500px;
	height: 100vh;
	background-color: #17171c;
	top: 0;
	z-index: 30;
  right: -500px;
	padding: 0 50px;
	-webkit-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
 }
 .burger__menu.active {
	right: 0px;
	-webkit-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
 }
.burger__menu a.ux-menu-link__link {
	font-size: 20px;
	font-weight: 400;
	color: #B99376;
	text-transform: uppercase;
	min-height: 1.5em;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.burger__menu a.ux-menu-link__link:hover {
	color: #B99376;
	padding-right: 15px;
}
.social__wrap ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.burger__menu ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@-webkit-keyframes arrow-hover {
	0% {
			margin-top: 0;
	}
	50% {
		  margin-top: 5px;
	}
	100% {
		  margin-top: 0;
	}
}
@keyframes arrow-hover {
	0% {
			margin-top: 0;
	}
	50% {
		  margin-top: 5px;
	}
	100% {
		  margin-top: 0;
	}
}
.burger__menu ul li {
	-webkit-animation: arrow-hover 2s ease-in-out infinite;
	        animation: arrow-hover 2s ease-in-out infinite;
}
.burger__menu ul li:hover {
	-webkit-animation: none;
	        animation: none;
}
.burger__menu ul li:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.burger__menu ul li:nth-child(2) {
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.burger__menu ul li:nth-child(3) {
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}
.burger__menu ul li:nth-child(4) {
	-webkit-animation-delay: 0.9s;
	        animation-delay: 0.9s;
}
.burger__menu ul li:nth-child(5) {
	-webkit-animation-delay: 1.2s;
	        animation-delay: 1.2s;
}
.social__wrap ul li,
.burger__menu ul li {
	width: 40px;
}
.social__wrap ul li a,
.burger__menu ul li a {
	position: relative;
}
.social__wrap ul li a::before,
.burger__menu ul li a::before {
	content: '';
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
}
.social__wrap ul li a.viber::before,
.burger__menu ul li a.viber::before {
  background-image: url(/wp-content/uploads/viber.svg);
}
.social__wrap ul li a.whatsapp::before,
.burger__menu ul li a.whatsapp::before {
  background-image: url(/wp-content/uploads/whatsapp.svg);
}
.social__wrap ul li a.telegram::before,
.burger__menu ul li a.telegram::before {
  background-image: url(/wp-content/uploads/telegram.svg);
}
.social__wrap ul li a.mail::before,
.burger__menu ul li a.mail::before {
  background-image: url(/wp-content/uploads/gmail_icon.svg);
}
.social__wrap ul li a.instagram::before,
.burger__menu ul li a.instagram::before {
  background-image: url(/wp-content/uploads/instagram.svg);
}
.chaty-svg circle {
	fill: #FF2EC4!important;
}
.program__ul {
	text-align: left;
	padding: 0 20px 0 45px;
}
.program__ul li {
	position: relative;
}
.program__ul li::before {
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(/wp-content/uploads/star.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -25px;
}
span.gift {
	position: absolute;
	left: 15px;
	top: 0;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
span.gift img {
	width: 40px;
}
.program:hover span.gift img {
	-webkit-animation: pulse 1s ease-in-out infinite;
	        animation: pulse 1s ease-in-out infinite;
}
p.line__1, p.line__2 {
	text-align: right;
}
p.line__1 span, p.line__2 span {
	text-transform: uppercase;
	background-color: #b99376;
	color: #17171c;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 15px;
}
.blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);			
}
.title__text p {
  font-size: 30px;
	position: relative;
	font-weight: 400;
}
.icon-box-text p {
	font-size: 17px;
}
.title__text p::after {
	position: absolute;
	content:attr(data-title);
	font-size: 80px;
	font-weight: 700;
	opacity: 0.05;
  display: block;
  left: 0;
	right: 0;
	top: -50px;
	color: #B99376;
}
.testim__text p {
	font-size: 60px;
  line-height: 1.1;
  color: #b99376;
  font-style: italic;
  margin-bottom: 35px;
	position: relative;
	font-weight: 600;
}
.testim__text p::before {
  content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	background-image: url(/wp-content/uploads/testimonials.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.15;
	right: 0;
	top: -80px;
}
.gradient__bottom {
	background: rgb(23,23,28);
  background: -o-linear-gradient(bottom, rgba(23,23,28,1) 0%, rgba(23,23,28,0.75) 25%, rgba(23,23,28,0.55) 50%, rgba(23,23,28,0.40) 75%, rgba(23,23,28,0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23,23,28,1)), color-stop(25%, rgba(23,23,28,0.75)), color-stop(50%, rgba(23,23,28,0.55)), color-stop(75%, rgba(23,23,28,0.40)), to(rgba(23,23,28,0)));
  background: linear-gradient(0deg, rgba(23,23,28,1) 0%, rgba(23,23,28,0.75) 25%, rgba(23,23,28,0.55) 50%, rgba(23,23,28,0.40) 75%, rgba(23,23,28,0) 100%);
}
.gradient__bottom .section-content {
	background: rgb(23,23,28);
  background: -o-linear-gradient(bottom, rgba(23,23,28,1) 0%, rgba(23,23,28,0.8) 15%, rgba(23,23,28,0.5) 37%, rgba(23,23,28,0.4) 58%, rgba(23,23,28,0.2) 80%, rgba(23,23,28,0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23,23,28,1)), color-stop(15%, rgba(23,23,28,0.8)), color-stop(37%, rgba(23,23,28,0.5)), color-stop(58%, rgba(23,23,28,0.4)), color-stop(80%, rgba(23,23,28,0.2)), to(rgba(23,23,28,0)));
  background: linear-gradient(0deg, rgba(23,23,28,1) 0%, rgba(23,23,28,0.8) 15%, rgba(23,23,28,0.5) 37%, rgba(23,23,28,0.4) 58%, rgba(23,23,28,0.2) 80%, rgba(23,23,28,0) 100%);
}
.gradient__center .section-content {
	background: rgb(23,23,28);
  background: -o-linear-gradient(bottom, rgba(23,23,28,1) 0%, rgba(23,23,28,0.9) 16%, rgba(23,23,28,0.5) 37%, rgba(23,23,28,0.5) 58%, rgba(23,23,28,0.9) 80%, rgba(23,23,28,1) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23,23,28,1)), color-stop(16%, rgba(23,23,28,0.9)), color-stop(37%, rgba(23,23,28,0.5)), color-stop(58%, rgba(23,23,28,0.5)), color-stop(80%, rgba(23,23,28,0.9)), to(rgba(23,23,28,1)));
  background: linear-gradient(0deg, rgba(23,23,28,1) 0%, rgba(23,23,28,0.9) 16%, rgba(23,23,28,0.5) 37%, rgba(23,23,28,0.5) 58%, rgba(23,23,28,0.9) 80%, rgba(23,23,28,1) 100%);
}
p.program__title {
  font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #B99376;
	padding: 0 20px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.program .info_text {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.program:hover .info_text {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.program p.program_text {
	font-size: 15px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.program:hover p.program_text {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.featured-box.tab__block.active {
  border: 1px solid #b99376;
}
.featured-box.tab__block.active .icon-box-text p {
	color: #b99376;
}
.featured-box.tab__block {
	padding: 15px;
	border: 1px solid transparent;
}
.featured-box.tab__block:hover {
  border: 1px solid #b99376;
}
p.time {
  margin: 0;
}
p.time span {
	position: relative;
	margin-left: 30px;
}
p.time span::before {
  content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url(/wp-content/uploads/clock.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	left: -30px;
}
a.button.primary {
  padding: 5px 30px;
	border: 1px solid #B99376;
}
a.button.primary span {
	font-weight: 400;
	color: #B99376;;
}
div#masthead {
	background: rgb(23,23,28);
	background: -o-linear-gradient(top, rgba(23,23,28,1) 0%, rgba(23,23,28,0.7343312324929971) 25%, rgba(23,23,28,0.5606617647058824) 50%, rgba(23,23,28,0.4009978991596639) 75%, rgba(23,23,28,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(23,23,28,1)), color-stop(25%, rgba(23,23,28,0.7343312324929971)), color-stop(50%, rgba(23,23,28,0.5606617647058824)), color-stop(75%, rgba(23,23,28,0.4009978991596639)), to(rgba(23,23,28,0)));
	background: linear-gradient(180deg, rgba(23,23,28,1) 0%, rgba(23,23,28,0.7343312324929971) 25%, rgba(23,23,28,0.5606617647058824) 50%, rgba(23,23,28,0.4009978991596639) 75%, rgba(23,23,28,0) 100%);
}
.lightbox-content {
	background-color: #17171C;
}
.lightbox-content img {
	margin-bottom: 15px;
}
.lightbox-content p {
  color:  #f1f1f1;
	margin-bottom: 10px;
}
.lightbox-content p.title__box {
  color: #B99376;
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 10px;
}
form {
	margin-bottom: 20px;
	margin-top: 30px;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
	color: #fff!important;
}
.form-flat select option {
	color: #333!important;
}
.form-flat .col {
  padding: 0 10px 30px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.button.primary,
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
  margin-bottom: 0px;
	border-radius: 0px;
	border: 1px solid #B99376;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.button.primary {
	font-weight: 400;
	padding: 5px 30px;
	font-size: 15px;
  color: #B99376;
}
p.form__text {
  color: #fff;
  font-size: 17px;
  margin: 20px 0 15px;
}
p.accept {
  color: #fff;
  font-size: 12px;
  margin: 20px 0 15px;
}
input.wpcf7-not-valid {
  border-color: #570101!important;
}
span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-response-output {
  display: none;
}
input:-internal-autofill-selected {
  background-color: inherit!important;
  color: inherit!important;
}
.grecaptcha-badge {
  opacity: 0;
}
.row-slider .flickity-page-dots .dot {
    background-color: #f9f9f9;
    width: 20px;
    border-radius: 5px;
}
@media only screen and (max-width: 849px) {
	span.menu::before {
		content: none;
	}
	span.menu img {
		width: 45px;
	}
	.testim__text p {
    font-size: 45px;
	}
	.testim__text p::before {
    width: 160px;
    height: 160px;
	}
	h1, .banner h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 768px) {
	.icon-box-img {
    width: 50px!important;
	}
	.icon-box-text p {
    font-size: 13px;
  }
	.program__ul {
    text-align: left;
    padding: 0 20px 0 30px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 549px) {
	span.menu img {
    width: 40px;
  }
	.transparent #logo img {
    max-height: 85px!important;
  }
	h1, .banner h1 {
    font-size: 40px;
  }
	.text__h1 h1 {
		font-size: 35px;
	}
	.program__ul {
    padding: 0 0px 0 25px;
    font-size: 15px;
  }
	.program p.program__title {
    font-size: 25px;
	}
	.testim__text p { 
    font-size: 40px;
    line-height: 1;
  }
	.testim__text p::before {
    width: 150px;
    height: 150px;
	}
	.title__text p {
    font-size: 25px;
  }
	.title__text p::after {
    font-size: 45px;
    top: -30px;
  }
	p.program__title {
    font-size: 15px;
  }
	a.button.primary {
    padding: 3px 20px;
    font-size: 12px;
  }
	p, .step__text {
    font-size: 18px;
  }
	a.lead, p.lead {
    font-size: 18px;
  }
	.about__text p {
    font-size: 18px;
  }
	.year__text p {
    font-size: 25px;
  }
	.mfp-container {
    padding: 15px;
  }
	.form-flat .name {
    margin-bottom: 15px;
	}
	.lightbox-content {
    padding: 25px!important;
	}
	p.form__text {
		font-size: 14px;
	}
	p.line__1, p.line__2 {
    padding: 4px 15px;
		margin: 5px 0px;
  }
	p.accept {
    font-size: 10px;
  }
	input.wpcf7-form-control.has-spinner.wpcf7-submit.button.primary {
    padding: 3px 20px;
    font-size: 12px;
  }
	.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
		font-size: 14px;
	}
	.burger__menu {
    width: 450px;
    right: -450px;
  }
	.burger__menu a.ux-menu-link__link {
    font-size: 17px;
	}
}
@media only screen and (max-width: 450px) {
  p.program__title {
    font-size: 12px;
    padding: 0px;
  }
	.icon-box-text p {
    font-size: 15px;
  }
	p, .step__text {
    font-size: 18px;
  }
	a.lead, p.lead {
    font-size: 15px;
  }
	.burger__menu {
    width: 360px;
    right: -360px;
  }
}


