/* theme options */


/* custom CSS */
/* -----  AMELIA CUSTOM STYLES  ----- */

.amelia-v2-booking.am-dialog-el {
    backdrop-filter: blur(8px);
}

.amelia-v2-booking #amelia-container.am-elf {
	background-color: transparent !important;
}

p.am-eli__description-text.ql-description i {
    color:#4539ff;
}

/* -----  END AMELIA CUSTOM STYLES  ----- */




html {
	scroll-behavior: smooth;
}
.toEditor {
display: none; }


.strefarodzica {
	margin-left:30px !important;
}

.strefarodzica a {
	background-color:#1f32e0;
	color:#fff !important;
	border-radius:25px;
	transition: 0.5s
}

.strefarodzica a:hover {
	background-color:#2539F2D4;
}

.strefarodzica img {
	width:20px !important;
	height:20px !important;
}
.strefarodzica:hover span:before {
	display:none !important
}

.hhh-header-button, .hhh-header-button-2 {
  color: white;
  text-decoration: none;
  border-radius: 66px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  overflow:hidden;
  width: auto;
  max-width: 65px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.hhh-header-button {
 background-color: #1f32e0;
}

.hhh-header-button-2 {
	background-color: #1ED6ED;
}

.hhh-header-button:hover, .hhh-header-button-2:hover {
  max-width: 220px;
	text-decoration: none;
}

.hhh-header-button a:hover, .hhh-header-button-2 a:hover {
  color:#fff;
	text-decoration: none;
}

.hhh-icon {
  font-size: 18px;
  margin-right: 16px;
  padding: 12px 36px 12px 10px;
  display: flex;
  align-items: center;
	color:#fff;
}

.hhh-icon a, .hhh-icon:hover, .hhh-icon a:hover {
color:#fff !important;
}

.hhh-text {
  white-space: nowrap;
  padding-right: 15px;
	color:#fff;
}

.hhh-text a {
  white-space: nowrap;
  padding-right: 15px;
	color:#fff;
	text-decoration:none;
}


i.fa, i.far, i.fas {
    font-family: Font Awesome\ 5 Free !important;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon4' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.calendar .group:not(.pop).disabled {
	opacity:0.65;
}
#filtr .radio-inputs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: .8rem;
  background-color: rgba(255,255,255,0.95);
  box-sizing: border-box;
  /*box-shadow: 0 0 15px 3px rgba(31, 50, 224, 0.04);*/
  padding: 0.2rem;
  width: inline;
  max-width: 500px;
  margin: 0 auto; 
  font-size: 14px;
  line-height: 17px;
  font-family:poppins;
}

#filtr .radio-inputs .radio {
    flex: 1 1  auto;
    text-align: center; 
}

#filtr .radio-inputs .radio input {
  display: none;
}

#filtr .radio-inputs .radio .name {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: none;
  padding: .5rem 0;
  color: #5E6283 ;
  transition: all 0.4s ease-out;
   padding:0.85rem;
}

#filtr .radio-inputs .radio .name a {
  color: #3a5ea3 ;
  text-decoration: none;
  font-weight:400;

}

#filtr .radio-inputs .radio .name a:hover {
  color: #182054 ;
  text-decoration: none;
  font-weight:400;

}
#filtr .radio-inputs .radio input:checked + .name {
  background-color: #5B7AF6;
  font-weight: 600;
 
}

#filtr .radio-inputs .radio input:checked + .name a {

  color:#fff;
  background-color: #5B7AF6;
  font-weight: 600;
}
@media (max-width: 400px) {
 
  /* 
    #filtr .radio-inputs {
    transform: scale(0.9);
  }
    */
    #filtr .radio-inputs .radio {
        width: 100%;
    }
}

#filtr .radio-inputs .radio:first-child  span {
  border-radius: .7rem 0 0 .7rem;
}

#filtr .radio-inputs .radio:last-child  span{
  border-radius: 0 .7rem .7rem 0;
}



.button-40, {
	padding:20px 40px 20px 40px !important;
}


.skont .column_attr .wpcf7 {
	width:100%
}

.ikohome .desc {
	visibility: hidden;
	transition: visibility 0s, opacity 0.5s linear;
	opacity: 0;
	position:absolute;
	top:0px;
}

.ikohome:hover .desc {
	visibility: visible;
	opacity: 1;
	background:#F6F8FF;
	border-radius:25px 10px;;
	color:#1f3279 !important;
	font-size:14px;
	padding:25px;
	min-height:200px;
}

.calendar-container {
	overflow:hidden;
}


.bialy, .bialy h1, .bialy h2, .bialy h3, .bialy h4, .bialy h5 {
	color:#fff !important;
}

.szary, .szary h1, .szary h2, .szary h3, .szary h4, .szary h5 {
	color:#E4E5EC !important;
}

.age-group .header-white {
    font-size: 36px !important;
}

.age-group .sub-header-white {
    font-size: 15px !important;
}

.rozowy a.button {
	background: #FF91A1;
	color:#1F32E0
}

.slick-list {
    border-radius: 25px;
}

.hnieb h3, .hnieb h1 {
	color:#1F32E0
}

.cwicz {
	position:absolute;
	top:-100px;
	left:1100px
}

.faqimg {
	position:absolute;
	top:-100px;
	left:1100px
}

.icon-plus:before {
	display:none
}

.section .section-decoration {
    z-index: 0;
}

.schowaj {
	display:none !important;
}

.activeb {
	background:#fff !important;
	color:#1f3279 !important;
}

.bialyb a {
	background:#fff !important;
	color:#1F32E0 !important
}

.bialyb1 a {
	border: 1px solid #fff !important;
}

.formstyl {
	padding-top:30px;
	color:#4A4F71;
}

.wpcf7-list-item  {
	position:relative
}

.zaje input[type="radio"] {
    display:none
}

.wpcf7-list-item input[type="radio"] {
    position: absolute;
    top: 18px;
    left: 16px;
}

.wpcf7-list-item {
	position:relative;
	width:100%;
}

.wpcf7-list-item-label {
    border: 1px solid #E4E5EC;
    background: #F4F6FE5E;
    display: inline-flex;
    margin: 0 10px 0 0;
	font-size:15px !important;
    align-items: center;
    color: #4A4F7180;
    border-radius: 15px;
	padding: 25px 85px 25px 47px;
    height: 55px;
	width:100%;
}

input[type=radio]:checked + .wpcf7-list-item-label {
  border: 1px solid #1F32E0;
  color: #1F32E0;
  background-color:#E6EDFF;
}

.zajeciax {
	background: #F4F6FE;
	border-radius:15px;
	padding:5px;
	height:55px;
	margin-bottom:15px !important;
}

.zaje .wpcf7-list-item-label {
    border: 0;
    background: #F4F6FE;
    padding: 16px 22px 15px 22px;
	height: 45px !important;
}

.zaje .wpcf7-list-item-label:hover {
    color:#4A4F71 !important;
}

.zaje input[type=radio]:checked + .wpcf7-list-item-label {
  border: 0;
  color: #fff !important;
  background-color:#5B7AF6;
  box-shadow: 3px 0px 5px #1F32E026;
}


label, legend {
    margin-bottom: 0px;
}

.wpcf7-radio {
	display:flex;
	justify-content: space-around;
}

.wpcf7-list-item-label, .wpcf7-radio .first {
	margin:0px !important;
}

.wpcf7-form-control .last label {
	margin-right:0px !important
}

/*
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], textarea, select {
    border: 1px solid #F4F6FE;
    background: #F4F6FE;
    display: inline-flex;
	font-size:15px !important;
    margin: 0 10px 0 0;
    align-items: center;
    color: #4A4F71;
    border-radius: 15px !important;
    padding: 5px 64px 5px 20px;
    height: 55px;
	width:100%;
	box-shadow:none;
}
*/

select:after {
content:"\2193";
position:relative;
}

input[type="date"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, select:hover {
    background: #EDF0FC
}

.wpcf7 input[type=submit] {
	width:100%;
	background: transparent linear-gradient(264deg, #4858F2 0%, #2236E9 51%, #1F32E0 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 20px #2539F233;
	border-radius: 30px;
}

input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, select:focus, textarea:focus {
    color: #4A4F71 !important;
}

textarea {
	height:100px;
	padding-top:10px;
}

input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
    background-color: #ffffffad !important;
}

span.wpcf7-form-control-wrap {
    width: 100%;
}

.skont .wpcf7 input[type="email"] {
  padding:6px;
  margin:5px 0 0 5px;
}

.skont .wpcf7-email:active, .skont .wpcf7-email:focus {
  background: #EDF0FC !important; 
}

.skont span.wpcf7-form-control-wrap {
    width: auto !important;
}

.formularz .column_attr {
	background:#8E97E7;
	border-radius:50px;
	display:flex;
	justify-content: flex-end;
}

.formularz p {
	margin:0px !important;
}

.formularz input[type="submit"] {
	background:#CFD3F0 !important;
	color: #1F32E0;
	margin:0px !important;
	font-weight:bold;
	margin-right: 8px !important;
	max-width: 116px;
}

.formularz .wpcf7-email {
	background: none;
	border: none;
	color:#1F32E0 !important;
}

.skont ::-webkit-input-placeholder { /* WebKit browsers */
    color: #1F32E0  !important;
    opacity: 1;
}
.skont :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #1F32E0  !important;
    opacity: 1;
}
.skont ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #1F32E0  !important;
    opacity: 1;
}
.skont :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #1F32E0  !important;
    opacity: 1;
}


.cien .mcb-wrap-inner {
	box-shadow: 0px 0px 60px #34374E26;
}

.box1 {
	position:relative;
	display:block;
	width:100%;
	height:250px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background: linear-gradient(90deg, rgba(73,176,97,1) 0%, rgba(33,129,188,1) 50%, rgba(47,123,191,1) 100%);
}

.box2 {
	position:relative;
	display:block;
	width:100%;
	height:250px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background: linear-gradient(90deg, rgba(73,176,97,1) 0%, rgba(33,129,188,1) 50%, rgba(47,123,191,1) 100%);
}

.box1 img, .box2 img{
	position:absolute;
	bottom:0;
	left:0;
}

.box2 img{
	position:absolute;
	bottom:0;
	left:-30px;
}

.slider_pagination a, .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {

}

.slider_pagination .slick-active a:after, .slider_pagination a.selected:after {
	display:none;
}

.slider_pagination .slick-active a, .slider_pagination a.selected, .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-radius:10px;
	box-shadow: 0px 0px 10px #1F32E080;
	width: 12px !important;
	height: 12px !important;
	transform:none !important; 
	margin: 0 8px 4px 8px;
	
}
/*
.wps-team--member-title {
	position: absolute;
    position: absolute;
    z-index: 9999999;
    background: rgba(68, 104, 254, 0.9) !important;
	mix-blend-mode: hard-light;
    color: #fff !important;
    width: 100%;
    text-align: center;
    font-family: 'Nunito' !important;
    font-size: 16px !important;
    font-weight: bold !important;
    bottom: 7px;
    padding: 28px !important;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.wps-team--member-details {
	font-size:15px !important;
	line-height:24px !important;
	padding:30px !important;
	font-family: poppins !important;
	position: absolute;
	max-height:276px;
	overflow:hidden;
	color:#ffffff !important;
	z-index:9999999;
	background: rgba(68, 104, 254, 0.9) !important;
	mix-blend-mode: hard-light;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	opacity:0;
}
.wps-team--member-details:hover {
	opacity:1;
}

.wps-team--member-details:hover + .wps-team--member-title {
    display:none !important;
}

.team-member--thumbnail-wrapper {
	border-radius:25px !important;
}

.wps-team--single-inner {
		box-shadow: 0px 0px 60px #34374E26;
}

.team-member--thumbnail:hover > .wps-team--member-title {
   padding:0 50px !important;
}

.wps-team-theme--circle-01 .wpspeedo-team--single, .wps-team-theme--square-05 .wpspeedo-team--single {
    max-height: 420px;
    overflow: hidden;
}

.wps-widget--team .wps-team--single-inner>* {
    justify-content: center;
}

.wps-team--divider-wrapper {
	display:none !important
}

.content_slider .slider_pagination {
    margin-top: 40px;
}

.swiper-pagination.swiper-pagination-bullets {
    bottom: -20px !important;
}
*/
#so-ratings .testimonials_slider.single-photo .testimonials_slider_ul li .single-photo-img {
	margin: 0 auto 20px !important;
    height: auto !important;
    width: auto !important;
}

#so-ratings .testimonials_slider.single-photo .testimonials_slider_ul li .single-photo-img img {
	width: auto !important;
}

.slider_pager.slider_pagination {
    padding-top: 30px;
}

.testim {
	border-radius: 25px;
	background: #fff;
	padding: 0;
	text-align: center;
	box-shadow: 0px 0px 60px #34374E26;
}

.osoba {
	background: #dfe6fe40;
	margin-top:98px;
	position:relative;
	padding-top:86px;
	padding-bottom:40px
}

.osfoto img {
	position:absolute;
	bottom:136px;
	max-width:130px;
	left: 50%;
  transform: translate(-50%);
	border-radius:200px !important;
	overflow:hidden;
	box-shadow: 0px 0px 10px #00000033;
	border: 6px solid #F6F7FB;
}

.znak {
	position:absolute;
	left: 50%;
	top:-24px;
  transform: translate(-50%);
}

.cytat {
	padding: 45px 25px 0 25px;
}

.osoba h4 {
	font-size:16px;
	margin-bottom:0;
}

.osoba p {
	font-size:12px;
	color:#4A4F71BC;	
}



.post-nav .next-prev-nav a.button {
    margin: 0;
    padding: 10px 20px;
}

.section-post-related {
	display:none
}

.cytaty p {
	color:#777885;
	font-style: italic;
	font-size:18px;
	line-height:28px;
}

.praca p {
	font-size: 26px;
	line-height:32px;
	color:#BDC0DF;
	font-weight:300;
}

.praca2 p {
	font-size: 18px;
	line-height:32px;
	color:#BDC0DF;
}

#Content {
    padding-top: 0px;
}

.ikony {
	z-index:2 !important;
}

@media only screen and (max-width: 767px) {
.ikony .mobile-one.mcb-wrap {
    width: 50%;
}
.desc-wrapper .desc .wps-team--member-details {
		display:none !important
}	
	.ikony img {
		padding:0 15px;
	}
	.ikony h4 {
    font-size: 16px;
    line-height: 22px;
	}
	.ikony .section_wrapper {
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.ikony .mobile-one:last-child {
	margin:0px auto !important
	}
.container, .content_wrapper .section_wrapper, .four.columns .widget-area {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
	.gimna .mfn-inline-editor {
		padding:0 15px
	}
	.gimna .button {
    width: 80%;
	}
	.wps-team--member-title {
		bottom:8px;
	}
	.cwicze .button {
		width:100%;
	}
	.mobcent p {
		text-align:center !important
	}
}

@media only screen and (min-width: 768px) {
.button-round .button {
padding: 10px 70px;
text-align:center;
}
.clients .button {
padding: 10px;
}

.gim-lewa {
	padding-left:20px;
	padding-right:60px;
}

.gim-prawa {
	padding-left:60px;
	padding-right:20px;
}
.mcb-sidebar {
	padding-top:260px;
}
.forminfo {
	margin-top:130px;
}
}

@media only screen and (max-width: 499px) {
	
.strefarodzica {
	align-items: flex-end;
	margin-top:35px !important;
}	
	
.strefarodzica a {
	max-width:165px;
	float:right;
}

.drugiwrap {
	margin-top:80px !important;
}
	
#Content {
    padding-top: 130px
}

.gim-lewa, .gim-prawa {
	margin-top:80px !important;
}

.page-id-486 #Content, .page-id-588 #Content, .page-id-641 #Content {
    padding-top: 0px !important;	
}
.strzpra h4:after {
		display:none !important;	
}
	.page-id-641 #Content {
background-image: none !important;	
}

.page-id-641 h1 {
    color: #230d4d !important;
}
	
	.tlolewe .mcb-wrap-inner {
	background: linear-gradient(180deg, rgba(223,228,235,0.7961309523809523) 0%, rgba(255,255,255,0.6) 100%) !important;	
}

.tloprawe .mcb-wrap-inner  {
	background: linear-gradient(0deg, rgba(255,255,255,0.6) 0%, rgba(223,228,235,0.7961309523809523) 100%) !important;	
}
	.dyscyp .mcb-wrap-inner {
		padding: 0 10px !important
	}
.testimonials_list .image_frame {
    max-width: 130px !important;	
    display: block !important;	
    margin: 0px auto !important;	
}	

.testimonials_list .item {
	background: #fff url(https://new.akademiablanika.pl/wp-content/uploads/2023/09/tlo3a.png) repeat-x bottom center !important;
}

.testimonials_list .item .desc p.subtitle {
	height:48px !important;
	overflow:hidden;
}

.testimonials_list .item .photo {
    bottom: 140px !important;	
}	

blockquote {
    margin: 0 !important;	
}	

.testimonials_list .item .desc h4 {
    margin-top: 190px !important;
}
	


	
/*	
.mfn-popup-tmpl .mfn-popup-tmpl-content-wrapper .section_wrapper {
    max-width: 360px !important;
    padding-left: 0!important;
    padding-right: 0!important;
}

#mfn-popup-template-1024 .exit-mfn-popup-abs {
    top: 90px !important;
    right: 280px !important;
}
*/
.wpcf7-list-item {
	margin-right:10px;
}

.wpcf7-radio .last {
	margin-right:0px !important;
}

.wpcf7-list-item-label {
	padding-right:0px !important
}

.zajeciax {
    background: #fff !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

.zaje {
	display:flex;
}

.zaje .wpcf7-list-item-label {
    padding: 16px 5px 15px 8px !important;
    font-size: 14px !important;
}

.zaje .wpcf7-list-item {
	margin-right:10px !important;
	margin-left:0px;
}

.zaje .last {
	margin-right:0px !important
}

	/*
.mfn-popup-tmpl-content .mfn-popup-tmpl-content-wrapper {
    overflow: visible !important;
}

	*/
	
.button {
    text-align: center;
    width: 100% !important;
 
}

	/*
.mfn-popup-tmpl, .mfn-popup-tmpl-content {
	position: absolute !important;
}
*/
	
formularz .column_attr {
    justify-content: space-between !important;
}

.formularz span.wpcf7-form-control-wrap {
    max-width: 180px !important
}

.nomob {
		display:none !important
}
#Content .content_wrapper {
	display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 100px 0;
}
}	

