/*
Theme Name:		 ChildIt child theme
Theme URI:		 http://childtheme-generator.com/
Description:	 ChildIt child theme is a child theme of ChildIt, created by ChildTheme-Generator.com
Author:			 SmartDataSoft
Author URI:		 http://childtheme-generator.com/
Template:		 childit
Version:		 1.0.0
Text Domain:	 childit-child-theme
*/


/*
    Add your custom styles here
*/

/*PROGRAMS*/
.program-preview .program-description::after {
  display: none;
}
.program-preview .program-description {
  width: 50%;
}

.accordeon-custom {
  height: 0;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.accordeon-custom.show {
  height: 100%;
  max-height: 1700px;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease-in-out;
}
.accordion-btn .elementor-button-text:hover {
  cursor: pointer;
}

.row-reverse .row.align-items-sm-center.align-items-lg-start {
	flex-direction: row-reverse;
}

.book-form .col-lg-12 p {
	margin-bottom: 0 !important;
}

@media (max-width: 992px) {
	.book-form .col-lg-12 p {
		color: #fff !important;
}
}
/*
form > div.book-form > div > div:nth-child(4) > p:nth-child(1) {
    margin: 12px 0 0 0 !important;
}
*/
.page-id-451 .adult-therapy li:not(:first-child),
.page-id-1666 .child-therapy li:is(:first-child) {
	display: none;
}

.blog .row {
	justify-content: center !important;
}

.blog .col-xl-9 {
	display: flex;
	flex-wrap: wrap;;
	gap: 10px;
}

.blog .post {
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
}

@media (min-width: 1200px) {
	.blog .post {
    	width: calc(50% - 5px);
		box-sizing: border-box;
		display: flex;
		align-items: stretch;
	}
}

@media (max-width: 1200px) and (min-width: 720px) {
	.blog .post {
    	width: calc(50% - 5px);
		box-sizing: border-box;
		display: flex;
		align-items: stretch;
	}
}

@media (max-width: 720px) {
	.blog .post {
    	width: 100%;
		box-sizing: border-box;
		display: flex;
		align-items: stretch;
	}
}

.blog .col-xl-9 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 480px) {
	.page-id-141 .learning-elements-wrap .circle-container .learning-item img {
		display: none;
	}
	
	.page-id-141 .learning-elements-wrap .circle-container .learning-item p {
		text-align: center;
		font-size: 11px;
	}
	
	.page-id-141 .learning-elements-wrap .circle-container .learning-item p br:not(:first-child) {
		display: none;
	}
}

.book-form span.wpcf7-not-valid-tip {
    display: none !important;
}

.book-form input.wpcf7-not-valid,
.book-form textarea.wpcf7-not-valid {
    border-bottom: 1px solid red !important;
}

#wp-block-search__input-1 {
	margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .single-post .main-container .col-lg-4 {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

@media (min-width: 1200px) {
    .single-post .main-container .col-lg-4 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (min-width: 992px) {
    .blog .main-container .col-lg-8 {
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

	.blog .main-container .col-lg-4 {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

@media (min-width: 1200px) {
    .blog .main-container .col-lg-8 {
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

	.blog .main-container .col-lg-4 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

.program-text {
	color: #777 !important;
}

.remove-list-style .elementor-icon-list-item::after {
	display: none;
}

body .book-form .row .col-lg-12 p,
body .book-form .row .col-lg-6 p,
body .book-form .row .col-lg-12,
body .book-form .row .col-lg-6 {
	margin-bottom: 0px !important;
}

div.text-area.margin-bottom-0 p {
	margin-bottom: 2px !important;
}

.book-form input {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

@media (min-width: 1199px) {
	.hide-on-desktop {
		display: none;
	}
}

.quickLinks-wrap .quickLinks-desc:nth-child(6),
.quickLinks-wrap.mobile .quickLinks-desc:nth-child(6) {
	background: #7d80b3;
}

.quickLinks-wrap .quickLinks-desc:nth-child(7),
.quickLinks-wrap.mobile .quickLinks-desc:nth-child(7) {
	background: #FFAF60;
}

.quickLinks-wrap .quickLinks-desc:nth-child(5) {
	background: #76BEBA !important;
}

.quickLinks-wrap.mobile .quickLinks-desc .quickLinks-content .Stiahnuť-list p span img {
	filter: brightness(0) invert(1) !important;
}

.quickLinks-wrap.mobile .book-form a {
	color: #fff;
	text-decoration: underline;
}

.quickLinks-wrap.mobile .book-form a:hover {
	text-decoration: none;
}