/* ===================================================================================

Theme Name: Medizco Child
Theme URI: https://themeforest.net/user/xpeedstudio/portfolio
Author: Xpeedstudio
Author URI: https://xpeedstudio.com/
Description: Medizco is a Medical Health Dental Care Clinic WordPress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medizco
* Template: medizco
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
/* Header */
@media (min-width: 1025px) {
    .medizco_logo::before {
        border-right: 2px solid #4f6971;
    }
}
/* Global */
.sidebar ul li a:hover,
a:focus,
a:hover {
    color: #4f6971;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus, 
a:not([href]):not([tabindex]):hover {
		color: #fff;
}
.sidebar .widget.widget_search .input-group-btn,
.sidebar .widget .widget-title::before {
	background: #4f6971;
}

.mf-input {
	color: #3D82BF !important;
}

/* Search */
.elementor-8 .elementor-element.elementor-element-e050231 {
    z-index: 999 !important;
}

/* Home page */
#doktori-slajder .slick-slide,
#doktori-slajder .slick-track {
    width: 100% !important;
}
#doktori-slajder .slick-dots {
    display: none;
}

/* Page banner */
/* .page_banner_content, */
.page_banner_content::before {
    /* background-color: rgba(118, 158, 204, 0.68); */
/*     background-color: rgba(30, 115, 190, 0.68); */
	background-color: rgba(79, 105, 113, 0.68);
}
.page_banner_content.overlay {
    --banner-overlay-color: (30, 115, 190, 0.68) !important;
    --banner-breadcumb-color: rgba(30, 115, 190, 1) !important;
}
.page_banner_img {
	max-height: 400px;
	  align-items: center;
	  display: flex;
}
.medizco_breadcrumblist > li:not(.curves) {
	display: none !important;
}

/* medizco-doctor-info */
.medizco-doctor-info table tr th {
	width: 20%;
}
.medizco-doctor-info table tr td {
	width: 80%;
}
.medizco_doctor_featured_img .wp-caption-text::after {
	border-top-color: #4f6971;
}
.medizco_doctor_featured_img .wp-caption-text::before {
	background-color: #4f6971;
}

/* all-doctors-section */
.all-doctors-section .doctor_box_content {
    min-height: 155px;
}

/* cenovnik */
.cenovnik .medizco_price_list > li .text {
	max-width: 70%;
}
.cenovnik .medizco_price_list > li .price {
	text-align: right;
}


@media (max-width: 991px) {
  .page_banner_content {
    padding-bottom: 0;
  }
  .page_banner_title {
    padding: 25px 0 0;
  }
  .page_banner_img img {
	  width: 100%;
	  object-fit: cover;
	  height: 130px;
	}
	
	
}

/* Nas tim */
.post-2306 .filter_nav {
	display: none;
	opacity: 0;
	visibility: hidden;
}