/*
Theme Name: Leos Template
Author: Maxim Folko
Version: 4.1
Text Domain: leos
*/



/* changing object-fit for images */
.slick-list .slick-track .img-fit-cover {
    object-fit: contain;
    height: 100%;
    width: 100%;
}




@media screen and (max-width: 990px) {
	/* removing padding from about section */
	#content .py-5 {
		padding-bottom: 0rem !important;
	}

	/* removing padding betweens sections */
	.slick-list .slick-track .img-fit-cover {
		object-fit: unset;
		height: 100%;
		width: 100%;
		margin-bottom: -14rem !important;
	}
}



	/* center images*/
	.section-team .py-5 .row {
		display: flex;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
		justify-content: center;
		align-items: center;

	}

	/* section contact us location removing br  */
	footer .footer-text span br {
		display:none;
	}


	footer .footer-text {
		display: flex;
		font-size: .9em;
		color: #fff;
		padding: 5px 0;
		width: 100vw;
		position: relative;
		padding-right: 15px;
}



/* changing font size of the list */

	.my-5 .mt-4 ul {
		font-size: 18px;
	}


/* Removing paragraph  */
	.px-5.text-center.entry{
		display:none;
	}


/* Removing title of the section   */
/*


  .section-articles.my-5 h3.text-center {
  text-indent:-9999px;
}
 .section-articles.my-5 h3.text-center:before {
    text-indent: 0;
    content: 'התמחויות נוספות';
    float: right;
    padding: 0 39%;
 }



@media screen and (max-width:1184px) and (min-width: 1073px) {

  .section-articles.my-5 h3.text-center:before {
    text-indent: 0;
    content: 'התמחויות נוספות';
    float: right;
    margin: 0px 0vh;
    padding: 0 19%;
    width: 100%;
		}


 }


@media screen and (max-width:1310px) and (min-width: 1201px) {

  .section-articles.my-5 h3.text-center:before {
    text-indent: 0;
    content: 'התמחויות נוספות';
    float: right;
    margin: 0px 0vh;
    padding: 0 19%;
    width: 100%;
		}



}


@media screen and (max-width: 1072px) {
	 .section-articles.my-5 h3.text-center:before {
		text-indent: 0;
		content: 'התמחויות נוספות';
		float: right;
		margin: 0;
		padding: 0 19%;
		width: 100%;
	 }
}
*/
.section-recs .slick-next:before{
	color: #0b183e;
}
.slider-video .slide-item svg {
	width: 8.3em;
	height: 8.5em;
	fill: #000;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	direction: rtl!important;
}
.topimage{
    min-height: 23.5em;
    max-height: 17.5em;
}