/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2025 | 14:04:56 */
.boxCfdetails li.ctablespeaker{
	text-align: right !important;
}
.page-template-lecturer h4.card-sub-title.flextbox {
    height: 27px;
}
.page-template-lecturer .card-sub-title.flextbox img {
    height: 27px;
    object-fit: contain;
}
section.box-section.relative.text-black.bgcolor-white.h-auto.FullwithSlider_three_Col {
    padding: 0 12%;
}
.about li.icon-item a {
    padding-top: 23px;
}
.custom-post-columns {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.post-group {
    display: flex;
    flex-direction: column;
}

.column-two {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.column-one {
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-item {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.post-image img {
    max-width: 100%;
    border-radius: 5px;
}
.About_section_three .bgtext p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}


/* box-slider home */
.page-id-379 .BannerwithSlider {
    margin-bottom: 70px !important;
}
.swiper-container {
    width: 100%;
    max-width: 100%; /* Ensures it takes the full available width */
    height: auto;
	overflow:hidden;
    position: relative; /* Needed for positioning arrows outside */
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box !important; /* Ensures padding doesn't overflow */
    width: 33.33%; /* 3 slides in the container, so each takes 33.33% width */
    border: 1px solid #2CC97D;
    background: #e6faf0;
}
.boxinr {
    text-align: right;
    padding: 20px;
}
.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50% !important;
    transform: translateX(-50%);
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%; /* Position vertically in the middle */
    transform: translateY(-50%);
    z-index: 10;
    color: #2CC97D !important;
    font-size: 20px;  /* Small arrow size */
    cursor: pointer;
}



.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #2CC97D;
    transform: scale(1.2);
    z-index: 1;
    border: 1px solid #2CC97D;
}
.Blue_section_three_col h1 {
    width: 75%;
}
@media (max-width: 786px) {
	
	li.toggle {
        
        width: 15% !important;
    }
	li.ctableDate {
        width: 100% !important;
    }
	    li.ctablespeaker {
        width: 100% !important;
    }
	.mb_toggle .hall_name {
    display: none;
}
	li.ctablespeaker.hd-mobile {
    display: none;
}
	.focus ul.sub-menu {
/*     display: block !important; */
	position: relative !important;
		z-index:9999 !important;
}
	#primary-menu .sub-menu{
		position: relative !important;
		z-index:9999 !important;
	}
    .swiper-slide {
        width: 50%; /* 2 slides for tablet */
        margin-right: 5px; /* Reduced gap for tablet */
    }
	.BannerwithSlider .splide__slide {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
    .BannerwithSlider .splide__slide a {
        text-align: center;
        width: 100%;
        margin-right: 0px !important;
        position: relative;
        max-width: 80% !important;
        padding: 16px 50px;
    }
	.Blue_section_three_col .animated_line {
		position: absolute;
		left: 100px !important;
		rotate: 131deg;
		bottom: 597%;
		z-index: 0;
	}
	.About_section_three .purple-card-start h4.m-0.p-0 {
    	text-align: center;
	}
	.inrboxcoltwo.textBox {
    	padding: 0 20px 10px;
	}
	.About_section_one .col-md-6 {
    	padding: 0 !important;
	}    .About_section_one .container.h-auto {
		padding: 0px 20px 0px 20px !important;
	}

}

@media (max-width: 600px) {
	ul.ctable.bgcolor-blue{
		grid-template-columns: repeat(4, 1fr) !important;
	}
	.bgcolor-blue li.ctableDate {
    margin: 0;
}
    .swiper-slide {
        width: 100%; /* 1 slide per view on mobile */
        margin-right: 0; /* No gap on mobile */
    }
}
@media (max-width: 1599px){
	section.box-section.relative.text-black.bgcolor-white.h-auto.FullwithSlider_three_Col {
    padding: 0;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px){
	.Blue_section_three_col h1 {
    font-size: 40px;
}
}
@media (max-width: 1058px) and (min-width: 703px) {
    .Blue_section_three_col .animated_line {
        position: absolute;
        bottom: 597%;
        left: 47px !important;
        rotate: 151deg;
    }
}
@media (max-width: 400px) {
	.Blue_section_three_col .animated_line {
		left: 80px !important;
	}
	.Blue_section_three_col  .animated_line svg {
		width: 375px;
	}
}
@media (max-width: 375px){
	.Blue_section_three_col h1 {
    	font-size: 30px;
	}
	.Blue_section_three_col p.lead.mb-4 {
		font-size: 16px;
	}
}

/* course page */ 

.course-main-grid input {
    width: 88%;
    border-bottom: none;
}
.searchFilter.col-md-3 {
    align-items: flex-end;
    display: flex;
}.searchFilter.col-md-3 img {
    padding-bottom: 14px;
}
.course-title h2 {
    font-weight: bold;
}
.single-course-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-id-2543 .btn.option11 {
    width: 335px;
}
.page-id-2543 #taxonomy-filter .taxonomy-icon{
    left: 7px !important;
}
label.taxonomy-label.course-checked img.taxonomy-icon {
    filter: brightness(0) invert(0) !important;
}
label.taxonomy-label.course-checked {
    background: #fff;
    color: #000;
}


@media only screen and (max-width: 768px) {
    .course-uppart h1.t-75px.text-white.font-DMSerif.flex.flex-col.leading-none.justify-center.mb-8 {
		text-align: center !important;
		margin-right: 0;
	}
	.course-uppart p{
		text-align:center;
	}
	.course-uppart .d-grid.gap-2.d-sm-flex.justify-content-sm-center.mb-5 {
		margin-bottom: 0px !important;
		justify-content: center !important;
		margin-top: 0px !important;
		margin-right: 0px !important;
	}
	div#posts-container {
		margin: auto !important;
		word-break: break-word;
	}
	section.banner-section.relative.text-black.bgcolor-red.h-auto.course-main-grid {
		padding: 0 !important;
	}
	div#taxonomy-filter {
		margin-top: 15px;
    	overflow: scroll;
		width: 100%;
    	justify-content: space-between;
	}
	.course-main-grid label {
		display: flex;
		flex-flow:wrap;
        margin-right: 5px !important;
		align-content: center;
        align-items: center;
        justify-content: space-between;
	}
	.taxonomy-label span {
    	font-size: 14px;
		padding-right: 5px;
	}
	.course-main-grid .col-md-4.slider-home {
		padding: 0px;
	}
	.filterContiner img.taxonomy-icon {
		width: 19px !important;
	}
}


/* knowledge center page */ 
.knowledge_center_section_one button.dropdown-btn {
    text-align: right;
	padding: 18px 16px;
	font-family: 'Ploni', sans-serif;
}
.required-asterisk {
    color: red;
    font-size: 1.1em;
    margin-right: 5px;
}
.main-title-new, .padding-top {
    padding-top: 50px;
}
.content-data h2 {
	font-family: 'Ploni', sans-serif;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}
.knowledge_center_section_one .btn.option13{
	    width: 320px;
}
/* .knowledge_center_section_one .btn.option13:hover {
    width: 342px;
    max-width: 342px;
} */
.filterContiner.row {
    padding: 40px 0px 40px !important;
    margin: 0;
}
.knowledge_center_section_one .col-md-4{
	padding:0px;
}
.knowledge_center_section_one .col-md-6{
margin-right: 0px;
}
.page-id-762 .searchFilter.col-md-5 {
    width: 34% !important;
}

label.taxonomy-label {
    padding: 16px;
}
img[src="https://child-development.org.il/wp-content/uploads/2025/02/neww.svg"] {
    width: 24px !important;
}
.page-id-762 #taxonomy-filter-2 > label {
    width: 180px !important;
}



.knowledge_center_section_one div#posts-container {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3,463px);
    column-gap: 20px;
    row-gap: 32px;
}
#posts-container article {
    width: 100%;
}
label.taxonomy-label {
    padding: 16px;
    font-family: 'Ploni', sans-serif;
}
.filterContiner img.taxonomy-icon {
    filter: brightness(0) invert(1);
    width: 18px;
    margin: 0 0 0 5px;
}



@media (max-width: 768px) {
	.lockedContent ul {
		padding: 0px 20px 0 0;
	}
	.knowledge_center_section_one .col-md-6 {
    	margin-right: 10px !important;
	}
}


/* Lab type page */ 
.tax-laboratory-types button.hero-button.lab-tools {
    display: none;
}





/* knowledge form page */ 

.knowledge-center img.toggle-icon {
    filter: none;
}

@media (max-width: 768px) {
    .content-data h2 {
        padding: 5% 0 0;
        text-align: right;
    }
	.content-description p {
		font-size: 18px;
	}
	.content-description li {
		font-size: 16px;
	}
}


/* about page */
.About_sixth_section input#input_2_1_3 {
    color: #7C7C7C !important;
}
.about p {
    font-size: 20px;
	padding-bottom: 10px;
}
.About_sixth_section li.icon-item img {
    width: 3%;
}
.About_sixth_section li.icon-item a {
    font-size: 20px;
    align-items: center;
}
.abt-cmt-hover {
    display: none !important; 
}

.purple-card-start:hover .abt-cmt-hover {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0px 10px !important;
}
.About_section_three p.m-0.pera-font-size {
    padding: 0px 0px 10px 0px;
}
.page-template-About .text-mindaro {
    font-family: 'Ploni', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
}
.About_section_three .bgtext p {
    display: block;
}
.About_section_three {
    padding: 70px 0px;
}
.About_section_three .text-black, .About_fifth_section  .text-black, .About_sixth_section .text-black {
    padding-top: 0px;
    font-size: 30px;
}
.About_third_section .row .col-md-6:first-child {
	width: 60%;
}
.About_third_section .row .col-md-6:last-child {
	width: 40%;
}
.About_sixth_section .col-md-6 {
    align-content: flex-start;
}
.five_column_list h3 {
    font-size: 24px;
}

@media (max-width: 768px) {
	.About_section_three h2#popup-title {
		position: relative;
		font-weight: bold;
		font-size: 18px;
		width: 80%;
		left: 0;
		text-align: right;
		top: 0;
		margin:15px 0 0;
	}
	.About_section_three .bgtext #popup-customfield {
		left: 89%;
		top: 7%;
	}
	.About_section_three .popup-content img {
		padding: 40px 0px 0px 0px;
	}
	.page-template-About .text-mindaro {
		font-size: 20px;
		padding-bottom: 10px;
		text-align: center;
	}
	.About_section_one .text-black {
		padding: 20px 0 0;
		text-align: center;
		font-size: 40px;
	}
	.About_section_three .text-black, .About_fifth_section  .text-black, .About_sixth_section .text-black, .About_third_section .text-black, .five_column_list .text-black {
		padding-top: 0px;
		font-size: 22px;
	}
	.About_section_three {
    	padding: 30px 0px;
	}
	.purple-card-start:hover .abt-cmt-hover {
    	padding: 0px !important;
	}
	.About_third_section .col-md-6 {
    	width: 100% !important;
	}
	.btn.option12, .About_fifth_section .btn.option4, .btn.option12:hover{
    	font-size: 20px;
	}
	.About_third_section .inrboxcoltwo.textBox {
    	padding: 0 0px 0px;
	}
	.About_section_one .col-descr p {
    	font-size: 18px;
	}
	.col-descr p {
    	padding-bottom: 15px;
	}
	.five_column_list p.lead.mb-4 {
    	padding: 0px 0px 30px 0px;
	}
	.five_column_list h3 {
		font-size: 20px;
	}
	.five_column_list .text {
    	font-size: 14px;
	}
	.About_sixth_section li.icon-item img {
   		width: 6%;
	}
	.About_sixth_section li.icon-item a {
    	font-size: 18px;
	}
	
}

/* contact page */
.page-id-238 .inrboxcoltwo.imageBox {
    background-size: cover ;
    background-position: center ;
    background-repeat: no-repeat ;
    height: 100%;
}

.contact_page .col-descr h1 {
    padding: 0px 0px 20px;
}
.contact_page .row .col-md-6:first-child {
	width: 40% !important;
    padding: 80px 50px;
    align-items: center !important;
}
.contact_page .flex-row-reverse {
    margin: 0px;
}
.contact_page .row .col-md-6:last-child {
    width: 60% !important;
    padding: 0;
}
.contact_page .container-mid {
    max-width: 100% !important;
    margin: 100px 0;
}
.page-template-contact_us_template .info-description p {
    font-size: 20px;
    padding-bottom: 8px;
}
.contact-list li a {
    font-size: 20px;
	padding: 7px 3px;
}
.contact_page h3.section-title {
    font-size: 24px;
	margin-bottom: 15px;
}
.contact_page .btn-wrapper a, .contact_page a.content-link {
    font-size: 24px;
}
.charleft.ginput_counter.gfield_description {
    DISPLAY: NONE;
}
.content-block p.content-description {
    padding: 0px;
}
.content-block p {
    font-size: 24px;
    padding: 20px 10px 0;
}
.contact_page .content-block {
    margin-bottom: 30px;
}

@media (max-width: 768px){
	.contact_page .row .col-md-6:first-child {
		width:100% !important;
		padding: 20px 0px;
	}
	.contact_page .col-descr h1 {
    	padding: 0px 0px 10px;
	}
	.contact_page .container-mid {
    	margin: 10px 10px;
	}
	.page-template-contact_us_template .info-description p, .contact-list li a {
    	font-size: 18px;
	}
	.contact_page .col-descr .section {
    	padding: 30px 0 0 0 !important;
	}
	.contact_page h3.section-title, .contact_page .btn-wrapper a, .contact_page a.content-link, .content-block p {
    	font-size: 20px;
	}
	.contact_page .col-descr h1 {
    	font-size: 22px;
	}


}

/* Footer page */
.new {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.col-md-2.foot1.light-gray-bg-color.pt-3 {
    flex: 0 0 auto;
    width: 33.33%;
    padding-right: 20px;
}
@media (max-width: 768px) {
	.new {
		width:100%
	}
	.col-md-2.foot1.light-gray-bg-color.pt-3 {
    	width: 50%;
	}
	.new .foot1:nth-child(1) { order: 3; }
	.new .foot1:nth-child(2) { order: 1; }
	.new .foot1:nth-child(3) { order: 2; }
}


/* Therapist  center page */
@media (max-width: 768px) {
	.page-id-964 .therapists_centers_cards .lead.mb-4 {
    	text-align: center !important;
		padding-right:0 !important;
	}
	.therapists_centers_cards p {
		text-align: center !important;
	}
}
.page-id-830 #posts-container-therapists .postexcp {
    height: auto !important;
}

/* Donation page */
.donation-typ .gchoice{
		border: 1px solid #2CC97D;
		border-radius: 0px !important;
}
.page-id-970 .gchoice.gchoice_18_3_3 {
    display: flex !important;
}
.donation-box .gchoice{
	border-radius: 0px !important;
}
.donation-box  input[type="radio"] {
    border: 2px solid #2cc97d !important;
}
	input#input_18_3_other {
    	box-shadow: none;
		height: 25px;
	}
.page-id-970 .gform-theme--framework .gform-field-label--type-inline {
	font-size: 18px !important;
	font-weight: 500 !important;
}
.page-id-970 .donation-box input[type="radio"]:checked + label {
    font-weight: bold !important;
}
.page-id-970 .donation-box   input[type="radio"]:checked::before {
    content: "✓";
}
.page-id-970 legend.gfield_label.gform-field-label .gfield_required {
    display: none !important;
}
.donation-form .signup_page .gform-theme--foundation .gfield .ginput_password.large, .donation-form .gform-theme--foundation .gfield input.large {
	box-shadow:none;
	}
label#label_18_3_3 {
    order: 2;
	flex:0;
}
.page-id-970 .gchoice.gchoice_18_3_3 {
    display: grid !important
    justify-content: space-between;
}
.text ul li {
    font-size: 16px;
    padding-left: 0;
}
legend.gfield_label.gform-field-label {
    font-size: 24px;
    font-weight: normal;
}



@media (max-width: 768px) {
.donation-form .signup_page .gform-theme--foundation .gfield .ginput_password.large, .donation-form .gform-theme--foundation .gfield input.large {
    font-size: 14px !important;
	box-shadow:none;
	}
	.page-id-970 .donation-typ .gfield_radio {
		grid-template-columns: repeat(1, 1fr)  !important;
		gap: 0px  !important;
	}

	h3.gsection_title {
		text-align: right;
		font-weight: normal;
		font-size: 20px;
		padding-top: 15px;
	}
	.donation-box legend.gfield_label.gform-field-label{
		font-weight: 500;
		font-size: 20px;
	}
	#field_18_5 legend.gfield_label.gform-field-label {
    	margin-bottom: 0;
	}

	input#input_18_3_other {
    margin-left: 40px;
}


}
@media (max-width: 350px){
		input#input_18_3_other {
    margin-left: 0px;
}
}

@media (max-width: 768px) {
    .therapists_centers_form p {
        font-size: 18px !important;
    }
}


/* therapist form page */

.hero-bg-image {
    justify-content: center;
}
span#gfield_upload_rules_4_11 {
    display: none;
}
/* .page-id-1075 .ginput_container_fileupload:before {
    content: 'העלאת לוגו';
    position: absolute;
    z-index: 999;
	left: 41%;
    bottom: 40%;
    width: auto;
}
.page-id-1075 .ginput_container_fileupload:after {
    content: url('https://child-development.org.il/wp-content/uploads/2025/02/file-up.png');
    position: absolute;
    z-index: 999;
    left: 53%;
    bottom: 38%;
    width: auto;
} */
/* .file {
    position: absolute;
    bottom: -46%;
    left: -46%;
    margin: 0 auto;
    font-size: 23px;
    font-weight: normal !important;
    color: #9d9d9d;
    z-index: 0;
} */
.gform_wrapper input[type="file"] {
    opacity: 0 ;
}
.page-id-1075 .ginput_container.ginput_container_fileupload {
    position: relative;
}
div#gfield_description_4_11 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.therapists_centers_form input#gform_submit_button_4 {
    width: auto;
    padding: 15px 50px !important;
}
@media (max-width: 768px) {
.page-id-1075 .ginput_container_fileupload:after {
    	left: 58%;
	}
	.page-id-1075 .ginput_container_fileupload:before {
    	left: 31%;
	}
	div#gfield_description_4_11 {
		display:none;
	}
}
@media (max-width: 475px) {
.page-id-1075 .ginput_container_fileupload:after {
    	left: 57%;
	}
	.page-id-1075 .ginput_container_fileupload:before {
		font-size:18px;
    	left: 30%;
	}
}
@media (max-width: 447px) {
	.page-id-1075 .ginput_container_fileupload:before {
		font-size:16px;
	}
}
@media (max-width: 389px) {
.page-id-1075 .ginput_container_fileupload:after {
    	left: 63%;
	}
	.page-id-1075 .ginput_container_fileupload:before {
    	left:26%;
	}
}


/* scientific program page */
@media (max-width: 768px) {
	.tabs-container {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 25px;
		padding-top: 25px;
	}
	button.print-tab-data.btnStyle2 {
		float: none;
		width:100%;
	}
/* 	 .page-template-custom-checkout #coupon-error-notice{
		width:100% !important;
		display:flex !important;
		flex-wrap:wrap !important;
		margin:30px;
		 flex-direction: column !important;
} */
	
}

/* membership page */

.gfield_description.instruction.validation_message {
    display: none;
}
.gform-theme--framework .gfield--type-choice .gchoice{
	align-items:center;
}
label#label_5_13_0, label#label_5_13_1 {
    font-size: 20px !important;
    font-weight: 400 !important;
}
input#choice_5_13_1:focus {
    border-color: #fff !important;
}
span.um-field-checkbox-option a, .um-field-errors-argeement a {
    font-family: inherit !important;
}
.membership_page .gform_body .gfield_radio input{
    border: 2px solid #FCD369 !important;
}
.membership_page input#choice_5_12_1, input#choice_5_12_2 {
    border-radius: 3px !important;
}
label#label_5_12_1, label#label_5_12_2 {
    font-size: 16px !important;
    font-weight: 400 !important;
}




/* .accordion-content-center {
  position: absolute; /* Prevents affecting layout */
  width: 100%; /* Ensures it takes up the full width of the column */
  top: 100%; /* Position it right below the card */
  left: 0;
  height: fit-content;
  background-color: white; /* Optional, for background */
  z-index: 1; /* Ensure it is above the rest of the content */
}
 */
.accordion-item {
  position: relative; /* Ensure content is positioned within the card */
}
.accordion-header {
  cursor: pointer;
}
/* .therapists_centers_cards .posts-containerwraper .row{
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	
} */
.divvvvvvvvv{
	padding: 0px !important;
}
.therapists_centers_cards .posts-containerwraper .row{
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);

}
/* .posts-containerwraper .col-md-3 {
    padding: 8px;
    width: 100%;
}
 */
header#masthead {
    z-index: 10;
}
#modal-content{
	margin-top: unset !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: white !important;
    padding: 20px !important;
    width: 90% !important;
    border-radius: 10px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
    z-index: 1000 !important;
}

.usercurrent{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 35%;
}
.card-head{
    display: block !important;
    text-align: right;
}
.section_seven p.m-0.pera-font-size{
	padding: 0!important;
}
.newsletter-container form#gform_1{
	width:97% !important
}
#gform_wrapper_1[data-form-index="0"].gform-theme{
position: relative;
}
div#gform_confirmation_message_1{
    position: absolute!important;
    width: 100%!important;
    top: 136px!important;
    margin-right: -240px!important;
left: unset!important;
}
#gform_wrapper_1 .gform_heading{
	width: 25% !important;
}