/*
Theme Name: WebGo
Author: Webgo
Author URI: webgo.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.centeres table .check {
    position: relative;
    display: inline-block;
    cursor: help;
}

.centeres table .check[data-tooltip]::after,
.centeres table .check[data-tooltip]::before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translate(-50%, 10px);
}

.centeres table .check[data-tooltip]:hover::after,
.centeres table .check[data-tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.centeres table .check[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
    width: max-content;
    max-width: 200px;
    text-align: center;
    border-radius: 4px;
    z-index: 1000;
    margin-bottom: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    text-align: left;
}

.centeres table .check[data-tooltip]::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    border-width: 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
    z-index: 1000;
}


.section.section--achievements .achievements__cta,
.specjalizacje-template-default .section--news,
.post-template-default .featured_news{
	display: none!important;
}

/*** 07.07.25 Iwo **/
body.header-fixed header .header__logo img,
body.nav--dark header .header__logo img {
  opacity: 0;
}

body.header-fixed header .header__logo img.header__logo--fixed,
body.nav--dark header .header__logo img.header__logo--fixed {
  opacity: 1;
}

.header__logo {
  position: relative;
}

.header__logo img {
  filter: none;
  transition: opacity 0.3s ease-in-out;
}

.header__logo--fixed {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
  opacity: 0;
}

.single__medical.all_posts .wrapper_up .small_logo {
	-webkit-filter: none;
    filter: none;
}

.single__medical.all_posts .logo_wrapper {
	position: relative;
}

.single__medical.all_posts .logo_wrapper img {
	  transition: opacity 0.3s ease-in-out;
}

.single__medical.all_posts .logo_wrapper  .small_logo--hover {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
  opacity: 0;
}

.single__medical.all_posts:hover .small_logo,
.single__medical.all_posts:focus-within .small_logo {
	opacity: 0;
}

.single__medical.all_posts:hover .small_logo--hover,
.single__medical.all_posts:focus-within .small_logo--hover {
	opacity: 1;
}

.single__medical.all_posts a:hover {
	background-color: #033e75;
}

.mobile__nav ul li a span {
    right: 0px;
    width: 23px;
	left: unset;
}

.mobile__nav {
	 overflow-y: scroll;
	 overflow-x: auto;
}

@media (min-width: 1921px) {	
	header {
		max-width: 1920px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	footer {
		margin-left: auto;
		margin-right: auto;
		max-width: 1920px;
	}
}

