/*
Theme Name: OPK Blog (Incident-Recovery Audit)
Theme URI: https://opk.care/
Description: https://opk.care/
Version: 1.0.0-recovered
Text Domain: blogopk-recovered
Author: OPK.CARE
Author URI: https://opk.care/



-------------------------------------------------------------- */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3A4453;
    margin: 0;
}
a {
    text-decoration: none;
    
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    font-size: 14px;
    color: #000;
	font-family: 'Poppins', sans-serif;
    padding-bottom: 25px;
}
p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}
h2 a {
    color: #000;
}
header {
    position: sticky;
    box-shadow: 0 6px 10px #00000008, 0 2px 5px #2196f394;
    padding: 0 15px;
    top: 0;
    background-color: #fff;
    z-index: 2;
}
.flex-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pulse {
  display: block;
  border-radius: 50%;
  background: #cca92c;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 1s infinite;
    padding:30px 10px 30px 10px;
    position:fixed;
    top:25%;
    right:20px;
    border-radius:50%;
    background:#2196f3;
    z-index: 1;
}/*
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(33,150,243, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(33,150,243, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(33,150,243, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(33,150,243, 0.4);
    box-shadow: 0 0 0 0 rgba(33,150,243, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(33,150,243, 0);
      box-shadow: 0 0 0 10px rgba(33,150,243, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(33,150,243, 0);
      box-shadow: 0 0 0 0 rgba(33,150,243, 0);
  }
}
.button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.button-opk {
  display: inline-block;
  padding: 20px 50px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #007cf0, #00dfd8);
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 0 0 0 rgba(0, 223, 216, 0.6);
  animation: spin 5s linear infinite, pulseGlow 1.8s ease-in-out infinite;
}

.button-opk:hover {
  transform: scale(1.08) translateY(-5px);
}

/* Aura / Rotating circle */
.button-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding:35px 20px 35px 20px;
  border-radius: 50%;
  background-color: #2196f3;
  animation: pulseWrap 2.2s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.6);
  transition: box-shadow 0.3s ease;
  text-align: center;
}

@keyframes pulseWrap {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.6);
  }
  70% {
    box-shadow: 0 0 30px 18px rgba(33, 150, 243, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0);
  }
}

.button-opk {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  animation: breatheText 2.5s ease-in-out infinite;
}

@keyframes breatheText {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}
.image-banner-art {
    padding-top: 30px;
}
.image-hand {
    position: absolute;
    right: 41%;
    max-width: 70px;
    z-index: 2;
    max-height: 50px;
    bottom: -32%; 
}
.image-hand img {
    width: 100%;
}
.wrapper-artycul {
    padding-bottom: 50px;
}
h1 {
    font-size: 45px;
    line-height: 1.2;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 50px;
}
.artycul-block {
    width: 33.3%;
    padding: 0 10px 30px 10px;
}
h2 {
    font-size: 26px;
    line-height: 1.2;
}
.image-product-catalog img {
    max-width: 100%;
    height: auto;
}
.image-product-catalog {
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
}
.single h3 {
    font-size: 26px;
    line-height: 32px;
}
.single h4 {
    font-size: 24px;
    line-height: 30px;
}
.single h6 {
    font-size: 20px;
    line-height: 26px;
}
.single h5 {
    font-size: 22px;
    line-height: 28px;
}
.single h1 {
    font-size: 30px;
    line-height: 36px;
}
.date-text {
    padding: 20px 0 20px 0;
    
}
.date-text p {
    font-weight: 300;
    font-size: 12px;
}
.tag-wrap a {
    color: #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 5px;
}
.image-logo-mini {
    display: none;
}
.block-pagenavi {
    padding-bottom: 150px;
    text-align: center;
    padding-top: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none;
}
#menu-language .sub-menu {
    display: none;
}
#menu-language .sub-menu.active-document {
    display: block;
    position: absolute;
    background: #fff;
    padding: 10px 5px 5px 5px;
    z-index: 2;
    right: 15px;
}
.menu li {
    list-style: none; 
}
.button-opk {
    color: #fff;
    font-weight: bold;
}

.menu-language-container ul {
  margin-left: 0;
  padding-left: 0;
}
.menu-header {
    display: flex;
    justify-content: flex-end;
    
}
.logo-wrap {
    width: 222px;
}
.logo-wrap img {
    max-width: 100%;
    width: auto;
}
.menu li a span {
	color: #000;
}
.top-header {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 5px 0;
}
.menu-item-has-children img {
    display: none;
}
.menu-item-has-children .sub-menu img {
    display: inline-block;
    vertical-align: middle;
}
.menu-item-has-children a:before {
    width: 24px;
    height: 24px;
    background: url(img/language.svg), no-repeat;
    display: block;
    content: '';
    position: absolute;
    margin-top: -5px;
}
.menu-item-has-children .sub-menu a:before {
    content: none;
}
.menu-item-has-children span {
    padding-left: 25px;
}
.menu-item-has-children .sub-menu span {
    padding-left: 0;
}
footer {
    box-shadow: 0 0 5px #00000036;
    padding: 3px 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.logo-mobile, .logo-wrap-en, .logo-wrap-de, .logo-wrap-cz, .logo-wrap-sk, .logo-wrap-uk {
    display: none;
}
.footer-block {
    padding: 0 15px;
}
.link-page {
    display: block;
    padding-right: 25px;
    color: #2196f3;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}
.link-page-block {
    align-items: center;
}
.link-page-block p {
    margin: 10px 0;
}
.footer-block {
    justify-content: space-between;
    align-items: center;
}
.social {
    align-items: center;
}
.social a {
    padding-left: 10px;
}
.prev.page-numbers {
    width: 19px;
    height: 14px;
    background: url(img/arrow-prev.png), no-repeat;
    display: inline-block;
    margin-right: 30px;
}
.next.page-numbers {
    width: 19px;
    height: 14px;
    background: url(img/arrow-next.png), no-repeat;
    display: inline-block;
    margin-left: 30px;
}
.standart-pag-plag, .standart-pag {
    display: none;
}
.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-numbers {
    margin: 0 10px;
}
.page-numbers {
    color: #000;
}
.page-numbers.current {
    color: #2196f3;
}
.bottom-wrap {
	padding-bottom: 50px;
}
.footer-block p {
    padding-bottom: 0;
}
.sub-menu li a {
    margin-bottom: 5px;
    display: block;
}
.wrapper-artycul ul li {
    padding-bottom: 20px;
}

.image-banner-home {
	padding-top: 30px;
}
.image-banner-home img {
	width: 100%;
}
.postid-2444 .menu-header, .postid-2444 .button-wrap {
	display: none;
}
.image-banner-art img {
	width: 100%;
}
.artycul-block p {
    color: #000;
}
.button-wrap2 {
    top: 40%;
    padding: 15px 20px;
}
.button-wrap3 {
    top: 48%;
    padding: 15px 20px;
}
.button-wrap4 {
    top: 56%;
    padding: 15px 20px;
}
.button-wrap2 a, .button-wrap3 a, .button-wrap4 a {
    display: block;
    font-size: 10px;
}
.button-wrap2 .image-hand, .button-wrap3 .image-hand, .button-wrap4 .image-hand {
    display: none;
}
.blog-wrapper a {
    width: 33.3%;
}
.artycul-block {
    width: 100%;
}
.blog-wrapper a.page-numbers {
	width: auto;
}

.menu-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.menu-header-add a {
    display: block;
    color: #2196f3;
    padding-right: 20px;
    font-weight: 600;
    font-size: 16px;
}
.menu-header-add ul {
    display: flex;

}
.button-wrap {
    display: none;
}
.blog-wrapper .menu-header-add a {
	width: auto;
}

.blog-wrapper .menu-header-add {
	padding-top: 30px;
}
#mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3530, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3531, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3532, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3538, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3539, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3540, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3541, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3542, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3543, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3544, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3545, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3546, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3547, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3548, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3549, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3550, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3551, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3552 {
	display: none;
}



@media only screen and (min-width: 1920px) {
	
}
@media only screen and (max-width: 1800px) {
   
}
@media only screen and (max-width: 1600px) {
    
}
@media only screen and (max-width: 1600px) {
   
}
@media only screen and (max-width: 1500px) {
    
}
@media only screen and (max-width: 1400px) {
	
}
@media only screen and (max-width: 1300px) {
	
}
@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 1100px) {
	.artycul-block {
        width: 50%;
    }
    .blog-wrapper a {
        width: 50%;
    }
    .artycul-block {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3530, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3531, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3532, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3538, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3539, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3540, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3541, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3542, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3543, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3544, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3545, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3546, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3547, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3548, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3549, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3550, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3551, #mega-menu-wrap-main-add #mega-menu-main-add > li.mega-menu-item-3552 {
		display: block;
	}
	.link-page {
		display: none;
	}
	.footer-block, .link-page-block {
        justify-content: center;
    }
    .link-page-block {
        order: 2;
		width: 100%;
    }
    .social {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 850px) {
	
}
@media only screen and (max-width: 767px) {
    
}

@media only screen and (max-width: 660px) {
    .artycul-block {
        width: 100%;
    }
    .blog-wrapper a {
        width: 100%;
    }
    .artycul-block {
        width: 100%;
    }
    .single h3 {
        font-size: 20px;
    }
    .single h4 {
        font-size: 21px;
    }
    .single h6 {
        font-size: 16px;
    }
    .single h5 {
        font-size: 18px;
    }
    h2 {
        font-size: 20px;
    }
    h1 {
        font-size: 22px;
    }
    .single h1 {
        font-size: 22px;
    }
    .pulse {
        top: auto!important;
        bottom: 25%!important;
    }
    .button-opk {
        font-size: 15px;
    }
    #menu-language .sub-menu.active-document {
        right: 10px;
    }
    .logo-wrap {
        display: none;
    }
    .logo-mobile {
        display: block;
        width: 56px;
    }
    .menu .menu-item-has-children span {
        display: none;
    }
    .menu .menu-item-has-children .sub-menu span {
        display: inline-block;
    }
    .menu .menu-item-has-children a {
        display: block;
        width: 24px;
        height: 24px;
    }
    .menu .menu-item-has-children .sub-menu a {
        width: auto;
        height: auto;
    }
    .button-wrap2 {
        bottom: 20%!important;
    }
    .button-wrap3 {
        bottom: 15%!important;
    }
    .button-wrap4 {
        bottom: 10%!important;
    }
}
@media only screen and (max-width: 550px) {
    
}
@media only screen and (max-width: 500px) {
	
}

@media only screen and (max-width: 420px) {
	
}
@media only screen and (max-width: 380px) {
	
}

@media only screen and (max-width: 350px) {
	
}
@media only screen and (max-width: 320px) {
	
}
