/*
Theme Name: Clinika Child
Theme URI: https://clinika.modeltheme.com/
Template: clinika
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Medical WordPress Theme
Version: 1.0
Text Domain: clinika
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */
/* Numer telefonu - kontakt */
@media only screen and (min-width: 785px){
	* p.mt-image-list-text {
width: 500px;
}
}

/* Usunięcie avatara "lekarz" na podstronie nasi lekarze */
@media only screen and (max-width: 767px){
	* #nasi_lekarze_lekarz{
		display: none;
	}
}

* .footer_link a{
	color: white !important;
}
* .footer_link {
	color: white !important;
}
* .footer_link a:hover{
	color: #4db0e1 !important;
}
* .footer_link:hover{
	color: #4db0e1 !important;
}

/* Oferta - tabelki */
@media only screen and (max-width: 495px){
	* .mt-tabs h5.tab-title{
		font-size: 12px !important;
	}
}
/* Nazwa lekarzy sg */
* h4.member01_name {
	font-size: 18px !important;
}
@media only screen and (max-width: 820px){
	* #navbar .menu-item > a{
		font-size: 11px !important;
		align-items: center;
	}
}

/*Services*/
.mt-tabs .content-wrap section p{
	text-align: justify !important;
}

/*Usunięcie autora postu*/
.single-post .article-header.article-header-details .article-details .post-author, .single-tribe_events .article-header.article-header-details .article-details .post-author{
	display: none !important;
}


/*Telefony - kontakt*/
@media only screen and (max-width: 1024px){
	* body .image-list-item-contact-row .mt-image-list-item {
    display: inline !important;
}
}

/*Aktualności*/
* .post-excerpt.row,.single article .article-content p{
	text-align: justify !important;
}

/*copyright*/
* p.copyright{
	font-size: 12px;
}

.testimonial01-img img {
	display: none;
}